(while-no-input): Don't splice BODY directly into the `or' form.
[emacs.git] / lisp / ChangeLog
blob73cb70ceba0e91419d3f3889ff1fd0c5630cc45d
1 2008-03-08  Johan Bockg\e$(Q)[\e(Brd  <bojohan@gnu.org>
3         * subr.el (while-no-input): Don't splice BODY directly into the
4         `or' form.
6 2008-03-06  Kim F. Storm  <storm@cua.dk>
8         * help.el (view-emacs-todo): Rename from view-todo.  Change users.
9         (describe-gnu-project): Rename from describe-project.  Change users.
10         Define obsolete function aliases for the old names.
12 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
14         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
15         Reported by Drew Adams <drew.adams@oracle.com>.
17 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
19         * iswitchb.el (iswitchb-use-faces): Doc fix.
20         (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
22 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
24         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
25         Fix typo.
26         (verilog-type-font-keywords): Reindent.
28 2008-03-03  Michael McNamara  <mac@mail.brushroad.com>
30         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
31         grouping-keyword regular expression.
32         (verilog-font-lock-keywords): Allow users to toggle special
33         highlight of grouping-keywords.
34         (verilog-highlight-grouping-keywords): The toggle for special
35         highlighting of grouping keywords.
37 2008-03-02  Juri Linkov  <juri@jurta.org>
39         * startup.el: Revert 2008-02-28 change that adds initial message
40         to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
42 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
44         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
45         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
46         * progmodes/verilog-mode.el (verilog-mode):
47         * net/socks.el (socks):
48         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
50 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
52         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
53         running `desktop-not-loaded-hook' to allow modifying it.
54         Don't show warning message if `desktop-dirname' was modified.
56 2008-03-01  Alan Mackenzie  <acm@muc.de>
58         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
60         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
61         doc-string, "c-old-LEN" -> "c-old-END".
63 2008-02-29  Glenn Morris  <rgm@gnu.org>
65         * allout.el (allout-topic-encryption-bullet)
66         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
67         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
68         from 22.0 to 22.1.
70 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
72         * desktop.el (desktop-save): Save the buffer name if the
73         uniquified base name is empty.
75 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
78         we still expect more lines.
80 2008-02-28  Juri Linkov  <juri@jurta.org>
82         * startup.el (normal-splash-screen): Add argument `concise'.
83         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
84         to the created buffer.  If `concise' is non-nil, call
85         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
86         (display-startup-screen): Add argument `concise' to the call to
87         `normal-splash-screen'.
89 2008-02-28  Kim F. Storm  <storm@cua.dk>
91         * startup.el (startup-echo-area-message): Check for about-emacs.
93 2008-02-28  Juri Linkov  <juri@jurta.org>
95         * startup.el: Always add initial message to *scratch* buffer if
96         `initial-scratch-message' is non-nil regardless of the value of
97         `inhibit-startup-screen'.
98         (inhibit-startup-screen, initial-scratch-message): Doc fix.
99         (command-line-1): Move code that inserts `initial-scratch-message'
100         up before the if-form that checks for `inhibit-startup-screen'.
101         Suggested by Jonathan Rockway <jon@jrock.us>.
103 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
105         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
106         comment-paragraph filling if the commark doesn't match
107         comment-start-skip.
109         * uniquify.el (uniquify-buffer-base-name): Undo last change.
111 2008-02-28  Daiki Ueno  <ueno@unixuser.org>
113         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
114         the `imap' variant.
116 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
118         * uniquify.el (uniquify-buffer-base-name): If the base name is an
119         empty string, return nil to allow the caller to default to the
120         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
122 2008-02-26  Jason Rumney  <jasonr@gnu.org>
124         * files.el (make-auto-save-file-name): Encode more characters in
125         non-file buffer names.  Use url-encoding.
127 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
129         * net/net-utils.el (ftp-program): Fix typo in docstring.
130         (ifconfig-program-options, netstat-program-options)
131         (arp-program-options, route-program-options, nslookup-program-options)
132         (ftp-program-options, smbclient-program-options)
133         (dns-lookup-program-options, arp, route): Doc fixes.
135         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
136         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
137         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
138         Fix typos in docstrings.
139         (gdb-pending-triggers): Reflow docstring.
140         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
142 2008-02-25  Alan Mackenzie  <acm@muc.de>
144         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
145         typing "#" at EOB.
147 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
149         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
151 2008-02-24  Jason Rumney  <jasonr@gnu.org>
153         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
155 2008-02-23  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
157         * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
159 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
161         * dired.el (dired-mark-prompt): Don't count/display the t element.
162         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
164 2008-02-22  Bill Meier  <wmeier@newsguy.com>  (tiny change)
166         * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
168 2008-02-21  Glenn Morris  <rgm@gnu.org>
170         * subr.el (sit-for): Fix obsolete form for nil second argument.
172 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
174         * progmodes/verilog-mode.el (eval-when-compile): Don't define
175         add-submenu.
176         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
177         Remove.  Move contents to the only use ...
178         (verilog-menu): ... here.
179         (verilog-statement-menu): Remove.  Move contents to the only use ...
180         (verilog-stmt-menu): ... here.
181         (verilog-mark-defun): Simply call mark-defun for Emacs.
182         (occur-pos-list): Declare for byte compiler.
183         (mode-popup-menu): Don't defvar.
184         (verilog-add-statement-menu): Remove.
185         (verilog-mode-hook): Don't add verilog-add-statement-menu.
186         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
188 2008-02-21  Michael McNamara  <mac@mail.brushroad.com>
190         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
191         conditional.
192         (verilog-font-grouping-keywords-face): Make the begin..end
193         keywords standout more than other verilog keywords.
194         (verilog-type-font-keywords): Move the begin..end out of this list
195         to facilitate making them to (potentially) stand out more.
196         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
197         function & task blocks.
198         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
199         initial, function & task blocks.
200         (verilog-forward-sexp): Handle the new "disable fork" statement of
201         IEEE-1800 Verilog.
202         (verilog-beg-block-re-ordered): Handle the new "disable fork"
203         statement of IEEE-1800 Verilog.
204         (verilog-calc-1): Handle the new "disable fork" statement of
205         IEEE-1800 Verilog.
206         (verilog-disable-fork-re): Add const to help handle the new
207         "disable fork" statement of IEEE-1800 Verilog.
208         (verilog-declaration-core-re): Add port directions by themselves,
209         with no qualification, as base item of a declaration.
210         (verilog-pretty-declarations): Add new flag to ask it to refrain
211         from printing to the message buffer.
212         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
213         printing to the message buffer.  Improve handling of the many
214         types of expression line up.
215         (verilog-just-one-space): Remove printing of an empty message.
216         (verilog-get-lineup-indent): Rework to support the better handling
217         of expression lineup for verilog-pretty-expr.
218         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
220 2008-02-20  Alan Mackenzie  <acm@muc.de>
222         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
223         yesterday's commit.
225 2008-02-20  Nick Roberts  <nickrob@snap.net.nz>
227         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
228         to mouse-set-point in buffers that aren't associated with files.
230         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
232 2008-02-20  Glenn Morris  <rgm@gnu.org>
234         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
235         on Windows.
237 2008-02-19  Alan Mackenzie  <acm@muc.de>
239         Set of changes so that "obtrusive" syntactic elements in a
240         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
241         unmatched paren) don't interact syntactically with stuff outside
242         the CPP line.
244         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
245         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
246         off-by-one bug.
247         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
248         a bit of refactoring.
249         (c-awk-extend-and-syntax-tablify-region): Takes some of the
250         functionality of c-awk-advise-fl-for-awk-region, which has been
251         refactored away.
253         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
254         (c-clear-char-property-with-value): New function and macro which
255         remove text-properties `equal' to a supplied value.
257         * progmodes/cc-engine.el: Comment about text properties amended.
259         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
260         parens around "error\\|warning".
262         * progmodes/cc-langs.el (c-get-state-before-change-function)
263         (c-before-font-lock-function, c-anchored-cpp-prefix):
264         New language variables.
265         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
267         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
268         syntax-table text properties.
269         (c-common-init): Call language specific before/after-change
270         functions at mode initialisation.
271         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
272         (c-extend-region-for-CPP, c-neutralize-CPP-line)
273         (c-neutralize-syntax-in-CPP): New functions.
274         (c-before-change, c-after-change): Call the new language specific
275         change functions defined in cc-langs.el.
276         (c-advise-fl-for-region): New macro.
277         (awk-mode): Remove AWK specific stuff which has been refactored
278         into language independent stuff.
280 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * diff-mode.el (diff-file-junk-re): New const.
283         (diff-beginning-of-file-and-junk): Use it.
284         (diff-file-kill): Make sure we were really inside a file diff.
286         * diff-mode.el: Make it more robust in the presence of empty context
287         lines in unified hunks.
288         (diff-valid-unified-empty-line): New var.
289         (diff-unified->context, diff-sanity-check-hunk): Obey it.
290         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
291         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
292         (diff-hunk-header-re-unified): New const.
293         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
294         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
295         (diff-sanity-check-hunk): Use it.
297 2008-02-19  Nick Roberts  <nickrob@snap.net.nz>
299         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
300         (gdb): (Re)set gdb-flush-pending-output to nil here...
301         (gdb-init-1): ...instead of here (before gdb-prompt).
303 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
305         * progmodes/verilog-mode.el (customize): Fix typo in error message.
306         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
307         (verilog-mode-auto, verilog-indent-level-module)
308         (verilog-minimum-comment-distance, verilog-library-flags)
309         (verilog-library-directories, verilog-library-files)
310         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
311         (verilog-xemacs-menu, verilog-set-compile-command)
312         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
313         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
314         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
315         (verilog-batch-inject-auto, verilog-batch-indent)
316         (verilog-continued-line, verilog-type-keywords)
317         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
318         (verilog-read-inst-pins, verilog-read-arg-pins)
319         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
320         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
321         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
322         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
323         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
324         (verilog-mode-version, verilog-mode-release-date)
325         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
326         (verilog-simulator, verilog-compiler)
327         (verilog-auto-sense-defines-constant, verilog-company)
328         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
329         Fix typos in docstrings.
330         (verilog-set-auto-endcomments, verilog-calculate-indent)
331         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
332         Reflow docstrings.
333         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
334         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
335         (electric-verilog-forward-sexp, verilog-in-case-region-p)
336         (verilog-in-struct-region-p, verilog-in-generate-region-p)
337         (verilog-leap-to-head, verilog-current-indent-level)
338         (verilog-case-indent-level, verilog-cpp-keywords)
339         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
340         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
341         (verilog-signals-not-in, verilog-symbol-detick-text)
342         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
343         (verilog-forward-close-paren, verilog-backward-open-paren)
344         (verilog-backward-open-bracket): Doc fixes.
346         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
347         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
348         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
349         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
350         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
351         Fix typos in docstrings.
353 2008-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
355         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
356         Recognize ''' just like any other char-constant.
358 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
360         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
361         careful enough.  Detect the uid-change all within the main loop.
363 2008-02-14  Stefan Monnier  <monnier@pastel.home>
365         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
367 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
369         * hilit-chg.el (highlight-save-buffer-state): New macro.
370         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
371         (hilit-chg-clear): Use it to preserve the modified-p flag.
372         (highlight-changes-rotate-faces): Don't mess with the undo-list.
374 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
376         * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
378 2008-02-12  Juri Linkov  <juri@jurta.org>
380         * startup.el (fancy-startup-screen, normal-splash-screen):
381         Set default-directory to command-line-default-directory.
383         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
384         after reading the desktop.
386 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
388         * font-lock.el (font-lock-set-defaults): Unset previously set variables
389         when needed.
391 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
393         * uniquify.el (uniquify-buffer-base-name): New function.
394         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
396         * desktop.el (uniquify-managed): Don't defvar.
397         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
398         `uniquify-managed'.  Return also the buffer's base name.
399         (desktop-save): When saving the buffer info, filter out the base name,
400         and save it as buffer name if the buffer is managed by uniquify.
402 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
405         Index: line, don't search backward for the previous one.
407 2008-02-10  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
409         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
410         from gnus-button-url-regexp.
412 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
414         * progmodes/compile.el (compilation-next-error): Doc fix.
415         (compilation-find-file): Doc fix.
417 2008-02-09  Glenn Morris  <rgm@gnu.org>
419         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
420         Add obsolete aliases to the old names.
422 2008-02-08  Richard Stallman  <rms@gnu.org>
424         * net/net-utils.el (ifconfig): Rename from ipconfig.
425         (ipconfig): Alias to ifconfig.
426         (ifconfig-program): Rename from ipconfig-program.
427         (ifconfig-program-options): Rename from ipconfig-program-options.
429 2008-02-08  Glenn Morris  <rgm@gnu.org>
431         * custom.el (custom-theme-set-variables): Sort symbols that are
432         dependencies before symbols that depend on them.
433         (custom-enabled-themes): Set after custom-theme-directory.
435 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
437         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
439 2008-02-04  Michael McNamara  <mac@mail.brushroad.com>
441         * progmodes/verilog-mode.el (verilog-declaration-core-re):
442         Add port directions by themselves, with no qualification, as base
443         item of a declaration.
444         (verilog-pretty-declarations): Add new flag that inhibits printing
445         to the message buffer.
446         (verilog-pretty-expr): Add new flag that inhibits printing to the
447         message buffer.  Improve handling of the many types of expression
448         line up.
449         (verilog-just-one-space): Don't print an empty message.
450         (verilog-get-lineup-indent): Rework to support the better handling
451         of expression lineup for verilog-pretty-expr.
452         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
453         (verilog-mode-version, verilog-mode-release-date): Update.
455 2008-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
457         * subr.el (cancel-change-group): Don't move point.
459 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
461         Sync with Tramp 2.0.57.
463         * net/tramp.el (tramp-handle-make-auto-save-file-name)
464         (tramp-completion-dissect-file-name, tramp-find-executable):
465         Use `mapc' instead of `mapcar'.
466         (tramp-open-connection-setup-interactive-shell): Send only single
467         prompt setting commands, in order to avoid double-prompt.
469         * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
470         `mapcar'.
472         * net/trampver.el: Update release number.
474 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
476         * progmodes/etags.el (next-file): Improve revert message.
478 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
480         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
481         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
482         of today, the most recent libpng is 1.2.24).
484 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
486         * vc.el (vc-update): Fix bug: Specify branch tip as
487         vc-checkout REVISION.  Reported by Dan Nicolaescu.
489 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
491         * simple.el (reindent-then-newline-and-indent): Be careful about the
492         unusual case where indent-according-to-mode moves point.
494 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
496         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
497         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
498         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
499         (verilog-sk-state-machine): Quote all calls to
500         "auxiliary skeleton"s to prevent infloops.
502 2008-01-31  Jason Rumney  <jasonr@gnu.org>
504         * w32-fns.el: Partially revert 2007-11-10 change.
506 2008-01-31  Martin Rudalics  <rudalics@gmx.at>
508         * mail/rmail.el (rmail-highlight): Fix specification.
509         Reported by pod <pod@herald.ox.ac.uk>.
511 2008-01-31  Jason Rumney  <jasonr@gnu.org>
513         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
515 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
517         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
518         (gdb-var-set-format-handler): New function.
519         (gdb-var-set-format): Use it.
521 2008-01-29  Alan Mackenzie  <acm@muc.de>
523         * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
524         (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
525         @catch, @synchronized, @throw.
527         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
528         from this regexp; part of same fix as next change to cc-engine.el.
530         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
531         Anchor the "{" of a template function correctly on "template", not the
532         following "<".
534         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
536 2008-01-29  Richard Stallman  <rms@gnu.org>
538         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
539         Doc fix.
541         * files.el (hack-local-variables): Don't query about fake variables.
543 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
545         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
546         gdb-cpp-define-alist-program if file is nil (currently only
547         " *partial-output-...").
549 2008-01-27  Alan Mackenzie  <acm@muc.de>
551         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
552         enhance comments.
554 2008-01-27  Richard Stallman  <rms@gnu.org>
556         * allout.el: Many doc fixes.
557         (allout-encrypt-string): Fix error message.
559 2008-01-26  Alan Mackenzie  <acm@muc.de>
561         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
562         arglist-cont-nonempty.
564         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
565         for a brace with syntax arglist-cont-nonempty.
567         * progmodes/cc-styles.el (c-style-alist): Add elements for
568         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
569         awk).
571 2008-01-26  Alan Mackenzie  <acm@muc.de>
573         * progmodes/cc-defs.el (c-save-buffer-state):
574         Bind buffer-file-name and buffer-file-truename to nil, to prevent
575         primitives generating "buffer is read only" messages.
577 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
579         * progmodes/etags.el (tags-query-replace): Doc fix.
581 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
583         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
584         that the filename end is found even when the filename is empty.
585         Fixes error and spurious newlines when marking files for deletion.
587 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
589         * allout.el (allout-unload-function): New function.
591 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
593         * view.el (kill-buffer-if-not-modified): Don't pass t to
594         buffer-modified-p.
596 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
598         * allout.el (allout-prefix-data): Doc fix.
599         (allout-show-current-subtree): Reflow docstring.
600         (allout-use-mode-specific-leader, allout-use-hanging-indents)
601         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
602         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
603         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
604         (allout-copy-topic-as-kill, allout-listify-exposed)
605         (allout-process-exposed, allout-encrypted-key-info)
606         (allout-update-passphrase-mnemonic-aids)
607         (allout-next-topic-pending-encryption)
608         (allout-tests-globally-true): Fix typos in docstrings.
610 2008-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
612         * vc.el (vc-version-diff): Make sure we shrink the right window.
614 2008-01-23  Jason Rumney  <jasonr@gnu.org>
616         * lpr.el (printer-name): Do not set on MS Windows.
618 2008-01-20  Glenn Morris  <rgm@gnu.org>
620         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
621         prevent infloops.
623 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
625         * progmodes/python.el (python-imports): Default to "None".
627 2008-01-19  Dan Nicolaescu  <dann@ics.uci.edu>
629         * progmodes/sh-script.el (sh-basic-offset):
630         * progmodes/cc-vars.el (c-syntactic-indentation)
631         (c-syntactic-indentation-in-macros): Mark as safe.
633 2008-01-18  Richard Stallman  <rms@gnu.org>
635         * icomplete.el (icomplete-get-keys):
636         Look up KEYS using all maps in proper buffer.
638 2008-01-16  Alan Mackenzie  <acm@muc.de>
640         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
641         eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
643 2008-01-16  Juanma Barranquero  <lekktu@gmail.com>
645         * frame.el (display-mm-height, display-mm-width):
646         * whitespace.el (whitespace-check-leading-whitespace)
647         (whitespace-check-trailing-whitespace)
648         (whitespace-check-spacetab-whitespace)
649         (whitespace-check-indent-whitespace)
650         (whitespace-check-ateol-whitespace):
651         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
653 2008-01-16  Glenn Morris  <rgm@gnu.org>
655         * comint.el (comint-regexp-arg): Fix no-input case.
657 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
659         * calendar/icalendar.el (icalendar-export-file)
660         (icalendar-import-file): Restore significant trailing whitespace
661         in `interactive' prompts.
663 2008-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
665         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
666         after-save-hook so that it is not called multiple times.
668         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
670 2008-01-15  Glenn Morris  <rgm@gnu.org>
672         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
674 2008-01-14  Alan Mackenzie  <acm@muc.de>
676         * progmodes/cc-vars.el (c-constant-symbol): New function which
677         supersedes c-const-symbol.  During a customize-.. call it enables
678         an element of (e.g.) c-hanging-braces alist to have its name
679         displayed, even when the default value of c-h-b etc. doesn't
680         include the elemnt.  Replace uses of the old function by the new.
682         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
683         obscure non-working fragment ":value c-".
685         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
686         call inside a struct being recognised as a K&R argument.
688 2008-01-14  Jason Rumney  <jasonr@gnu.org>
690         * image.el (image-type): Use image-type-from-file-name (from trunk
691         2007-05-21  Chong Yidong  <cyd@stupidchicken.com>).
693 2008-01-12  Glenn Morris  <rgm@gnu.org>
695         * woman.el (woman-parse-numeric-arg): Change handling of `==':
696         can be interned without a function definition.
698 2008-01-12  Eli Zaretskii  <eliz@gnu.org>
700         * view.el (view-file-other-window, view-file-other-frame):
701         Don't kill the buffer if it is modified.  Doc fixes.
702         (kill-buffer-if-not-modified): New function.
703         (view-file): Don't kill the buffer if it is modified.
705         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
706         (ebrowse-view/find-file-and-search-pattern):
707         Call view-file-other-window instead of ebrowse-view-file-other-window.
708         (ebrowse-view-file-other-frame): Don't call
709         current-window-configuration.  Fix second argument in the call to
710         view-mode-enter.  Doc fix.
712 2008-01-11  Richard Stallman  <rms@gnu.org>
714         * subr.el (atomic-change-group): Prevent undo list truncation.
716 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
718         * cus-start.el (all): Add missing version entries.
720 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
722         * files.el (safe-local-eval-forms):
723         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
725 2008-01-10  Nick Roberts  <nickrob@snap.net.nz>
727         * comint.el (comint-insert-input): Set point first.
729         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
730         session doesn't hang because gdb-pending-triggers is non-nil.
731         (gdb-frame-handler): Use buffer-file-name instead of
732         buffer-name in case of duplicate file names.
734 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
736         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
737         C-M-e and C-M-h for emacs, they work by default.
738         (verilog-emacs-features): Remove.
739         (verilog-setup-dual-comments, verilog-populate-syntax-table):
740         Remove.  Move syntax table initialization ...
741         (verilog-mode-syntax-table): ... here.
742         (verilog-mode): Don't initialize the syntax table here.
743         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
744         does not need it.
746 2008-01-10  Glenn Morris  <rgm@gnu.org>
748         * shell.el (shell-dirtrack-verbose, shell-mode)
749         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
750         (dirtrack-toggle, dirtrack-mode): No longer alias to
751         shell-dirtrack-mode.
753 2008-01-10  Kenichi Handa  <handa@ni.aist.go.jp>
755         * international/mule-cmds.el (select-safe-coding-system):
756         When a buffer is modified, cancel the writing.
758 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
760         * progmodes/verilog-mode.el (verilog-booleanp): New function for
761         backward compatibility.  Replace all uses of booleanp with
762         verilog-booleanp.
764 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
766         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
768 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
770         * progmodes/verilog-mode.el (top-level): Fix spacing.
771         (verilog-mode-version, verilog-mode-release-date): Update version
772         number.
773         (verilog-mode-release-emacs): New variable.
774         (compile-command, reporter-prompt-for-summary-p): Define for byte
775         compiler.
776         (verilog-startup-message-lines)
777         (verilog-startup-message-displayed)
778         (verilog-display-startup-message): Remove.
779         (verilog-highlight-p1800-keywords): Improve docstring.
780         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
781         (vector-skip-list): Only defvar at compile time.
782         (verilog-highlight-translate-off, verilog-indent-level)
783         (verilog-indent-level-module, verilog-indent-level-declaration)
784         (verilog-indent-declaration-macros, verilog-indent-lists)
785         (verilog-indent-level-behavioral)
786         (verilog-indent-level-directive, verilog-cexp-indent)
787         (verilog-case-indent, verilog-auto-newline)
788         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
789         (verilog-tab-to-comment, verilog-indent-begin-after-if)
790         (verilog-align-ifelse, verilog-minimum-comment-distance)
791         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
792         (verilog-auto-endcomments, verilog-auto-read-includes)
793         (verilog-auto-star-expand, verilog-auto-star-save)
794         (verilog-library-flags, verilog-library-directories)
795         (verilog-library-files, verilog-library-extensions)
796         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
797         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
798         (verilog-assignment-delay, verilog-auto-inst-vector)
799         (verilog-auto-inst-template-numbers)
800         (verilog-auto-input-ignore-regexp)
801         (verilog-auto-inout-ignore-regexp)
802         (verilog-auto-output-ignore-regexp)
803         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
804         Add safe-local-variable properties.
805         (verilog-statement-menu, verilog-company)
806         (verilog-re-search-forward, verilog-re-search-backward)
807         (verilog-error-regexp-add, verilog-end-block-re)
808         (verilog-emacs-features, verilog-populate-syntax-table)
809         (verilog-setup-dual-comments, verilog-type-font-keywords)
810         (verilog-inside-comment-p, electric-verilog-backward-sexp)
811         (verilog-backward-sexp, verilog-forward-sexp)
812         (verilog-font-lock-init, verilog-mode)
813         (electric-verilog-terminate-line, electric-verilog-semi)
814         (electric-verilog-tab, verilog-insert-1, )
815         (verilog-insert-indices, verilog-generate-numbers)
816         (verilog-comment-region, verilog-label-be)
817         (verilog-beg-of-statement, verilog-in-case-region-p)
818         (verilog-in-struct-region-p, verilog-in-generate-region-p)
819         (verilog-in-fork-region-p, verilog-backward-case-item)
820         (verilog-set-auto-endcomments, verilog-get-expr)
821         (verilog-expand-vector-internal, verilog-surelint-off)
822         (verilog-batch-execute-func, verilog-calculate-indent)
823         (verilog-calc-1, verilog-calculate-indent-directive)
824         (verilog-leap-to-head, verilog-continued-line)
825         (verilog-backward-token, verilog-backward-syntactic-ws)
826         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
827         (verilog-forward-ws&directives, verilog-at-constraint-p)
828         (verilog-skip-backward-comments, verilog-indent-line-relative)
829         (verilog-do-indent, verilog-indent-comment)
830         (verilog-more-comment, verilog-pretty-declarations)
831         (verilog-pretty-expr, verilog-just-one-space)
832         (verilog-indent-declaration, verilog-get-completion-decl)
833         (verilog-goto-defun, verilog-showscopes, verilog-header)
834         (verilog-signals-combine-bus, verilog-read-decls)
835         (verilog-read-always-signals-recurse, verilog-read-instants)
836         (verilog-read-auto-template, verilog-set-define)
837         (verilog-read-defines, verilog-read-signals, verilog-getopt)
838         (verilog-is-number, verilog-expand-dirnames)
839         (verilog-modi-lookup, verilog-modi-cache-results)
840         (verilog-insert-one-definition, verilog-make-width-expression)
841         (verilog-delete-autos-lined, verilog-auto-save-check)
842         (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
843         (verilog-auto-inst-param, verilog-auto-reg)
844         (verilog-auto-reg-input, verilog-auto-wire, )
845         (verilog-auto-output, verilog-auto-output-every)
846         (verilog-auto-input, verilog-auto-inout)
847         (verilog-auto-inout-module, verilog-auto-sense)
848         (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
849         (verilog-auto-ascii-enum, verilog-auto)
850         (verilog-sk-define-signal, verilog-mode-mouse-map)
851         (verilog-load-file-at-mouse, verilog-load-file-at-point)
852         (verilog-library-files): Cleanup spacing of )'s they should not be
853         on unique lines.  Fix checkdoc warnings.
855 2008-01-09  Glenn Morris  <rgm@gnu.org>
857         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
858         entry, for Windows.
860 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
862         * ps-print.el: Some face attributes (like :strike-through) was not
863         being recognised.  Reported by Leo <sdl.web@gmail.com>.
864         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
865         (ps-screen-to-bit-face): Fix code.
867 2008-01-08  Kevin Ryde  <user42@zip.com.au>
869         * progmodes/compile.el (compilation-error-regexp-alist-alist):
870         For perl, allow "during global destruction" at end.
872 2008-01-08  Glenn Morris  <rgm@gnu.org>
874         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
875         unified format.
877         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
879 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
881         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
882         quotes in case of spaces, e.g. STL containers (not pretty).
884 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
886         * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
888 2008-01-07  Nick Roberts  <nickrob@snap.net.nz>
890         * progmodes/gdb-ui.el (gud-gdb-command-name):
891         Explain "--annotate=3" option is necessary for the Graphical Interface.
893 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
895         * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
897 2008-01-07  Glenn Morris  <rgm@gnu.org>
899         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
901 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
903         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
904         on menu bar.
906 2008-01-06  Michael Albinus  <michael.albinus@gmx.de>
908         * ffap.el (ffap-read-file-or-url): Let-bind
909         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
911 2008-01-05  Sven Joachim  <svenjoac@gmx.de>
913         * vc-bzr.el: Fix typo in header.
915 2008-01-05  Eli Zaretskii  <eliz@gnu.org>
917         * Makefile.in (custom-deps, finder-data): Depend on autoloads
918         instead of loaddefs.el.
920 2008-01-05  Glenn Morris  <rgm@gnu.org>
922         * progmodes/verilog-mode.el: Replace all instances of
923         string-to-int with string-to-number, insert-string with insert,
924         and read-input with read-string.
925         (top-level): No need to require imenu, reporter, dinotrace, vc,
926         font-lock when compiling.  Always require compile.  Relegate remaining
927         compatibility cruft to XEmacs.  Don't require font-lock.
928         (verilog-version): Remove superfluous concat.
929         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
930         No need to define.
931         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
932         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
933         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
934         (verilog-startup-message-displayed): These are variables, not constants.
935         (verilog-batch-execute-func, verilog-auto-inst)
936         (verilog-auto-inst-param): Use mapc rather than mapcar.
937         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
938         actually defining.
939         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
940         (verilog-modi-get-outputs, verilog-modi-get-inouts)
941         (verilog-modi-get-inputs, verilog-modi-get-wires)
942         (verilog-modi-get-regs, verilog-modi-get-assigns)
943         (verilog-modi-get-consts, verilog-modi-get-gparams)
944         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
945         (verilog-modi-get-sub-inputs): Move inline functions earlier in
946         the file.
947         (sigs-in, sigs-out): Don't declare multiple times.
948         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
949         `defvar'.
950         (verilog-auto): Call dinotrace-unannotate-all only if bound.
951         (verilog-module-inside-filename-p): No need to wrap fboundp test
952         in condition-case.
953         (reporter-submit-bug-report): Autoload it.
954         (verilog-mark-defun): Call zmacs-activate-region only if bound.
955         (verilog-font-customize): Call customize-apropos only if bound.
956         (verilog-getopt-flags, verilog-auto-reeval-locals):
957         Use make-local-variable rather than make-variable-buffer-local.
958         (verilog-company, verilog-project, verilog-modi-cache-list):
959         Move make-variable-buffer-local calls to top-level.
960         (font-lock-defaults-alist): Don't define it.
961         (verilog-need-fld): Remove.
962         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
963         (verilog-mode): Only call make-local-hook on XEmacs.
964         Set font-lock-defaults rather than using verilog-font-lock-init.
966         * progmodes/verilog-mode.el (top-level): Don't require compile.
967         (compilation-error-regexp-alist, compilation-last-buffer):
968         Define for compiler.
969         (verilog-insert-1): New function.
970         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
971         Use verilog-insert-1.
972         (verilog-surelint-off): Use next-error-last-buffer if bound.
973         Check compile buffer is live.
975 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
977         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
978         gets inserted out-of-order.
980 2008-01-04  Riccardo Murri  <riccardo.murri@gmail.com>
982         * vc-bzr.el: Copyright and version headers update.
983         Remove some outdated comments through the whole file.
984         (vc-bzr-program-args): Remove because unused.
985         (vc-bzr-log-switches): New customization option.
986         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
987         use `vc-bzr-program-args'.
988         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
989         `vc-find-root' (patch by Andreas Hoenen).
990         (vc-bzr-status): Update regex to match latest Bzr output.
991         Remove redundant test.
992         (vc-bzr-init-version): New function.
993         (vc-bzr-unregister): Must not delete file.
994         (vc-bzr-find-version): New function.
995         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
996         a non-empty string, otherwise take head revision.
997         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
998         (vc-bzr-diff): Simpler build of the revision spec string.
999         (vc-annotate-convert-time, vc-bzr-annotate-difference):
1000         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1001         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
1002         (vc-bzr-dired-state-info): Only provide custom strings for
1003         overloaded VC state 'edited; otherwise fallback to
1004         `vc-default-dired-state-info'.
1006 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1008         * vc-git.el (vc-git-dir-state):
1009         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1011 2008-01-04  Richard Stallman  <rms@gnu.org>
1013         * delsel.el (delete-selection-mode): Doc fix.
1015 2008-01-04  Glenn Morris  <rgm@gnu.org>
1017         * version.el (emacs-copyright): Update to 2008.
1019 2008-01-03  Nick Roberts  <nickrob@snap.net.nz>
1021         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1022         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1024         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1025         of watch expressions (only works fully with GDB 6.7 or later).
1027 2008-01-03  Dan Nicolaescu  <dann@ics.uci.edu>
1029         * time-stamp.el (time-stamp-time-zone):
1030         * whitespace.el (whitespace-check-buffer-leading)
1031         (whitespace-check-buffer-trailing)
1032         (whitespace-check-buffer-indent)
1033         (whitespace-check-buffer-spacetab)
1034         (whitespace-check-buffer-ateol):
1035         * progmodes/sh-script.el (sh-indentation):
1036         * textmodes/ispell.el (ispell-local-pdict):
1037         Add safe-local-variable properties.
1039 2007-12-31  Richard Stallman  <rms@gnu.org>
1041         * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
1042         Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
1043         `parent'.
1044         (custom-group-value-create): Pass two args to custom-add-parent-links.
1046 2007-12-29  Richard Stallman  <rms@gnu.org>
1048         * font-lock.el (font-lock-prepend-text-property)
1049         (font-lock-append-text-property): Canonicalize the face and
1050         font-lock-face properties.
1052         * faces.el (facep): Doc fix.
1054         * startup.el (fancy-startup-tail, fancy-about-text)
1055         (fancy-startup-text): Regularize format of face property.
1057         * facemenu.el (list-colors-print): Use :background and :foreground
1058         instead of background-color and foreground-color.
1060 2007-12-29  Drew Adams  <drew.adams@oracle.com>
1062         * cus-edit.el (custom-add-parent-links):
1063         Fill the "Parent documentation" text.
1065 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1067         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1068         MS-Windows and MS-DOS.
1069         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1071 2007-12-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1073         * progmodes/grep.el (rgrep): Fix last change.
1075 2007-12-27  Richard Stallman  <rms@gnu.org>
1077         * progmodes/compile.el (compilation-start): Set initial visible
1078         point properly even when compilation buffer already current.
1080 2007-12-26  Richard Stallman  <rms@gnu.org>
1082         * files.el (conf-mode-maybe): New function.
1083         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1085 2007-12-26  Martin Rudalics  <rudalics@gmx.at>
1087         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1089 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
1091         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1093 2007-12-25  Richard Stallman  <rms@gnu.org>
1095         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1096         so they never do EOF.
1098 2007-12-23  Richard Stallman  <rms@gnu.org>
1100         * dired-aux.el: Load dired.el at run time too.
1102         * faces.el (copy-face): Create the new face explicitly if it
1103         does not exist already.
1105 2007-12-23  Andreas Schwab  <schwab@suse.de>
1107         * files.el (switch-to-buffer-other-frame): Return the buffer
1108         switched to.
1110 2007-12-23  Juri Linkov  <juri@jurta.org>
1112         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
1113         item to about-emacs instead of display-splash-screen.
1115 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
1117         * simple.el (minibuffer-history, shell-command-history)
1118         (set-variable-value-history):
1119         * replace.el (regexp-history):
1120         * international/mule-cmds.el (input-method-history):
1121         * files.el (file-name-history): Add reference to history-length in
1122         the doc string.
1124 2007-12-22  Richard Stallman  <rms@gnu.org>
1126         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1128 2007-12-21  Jason Rumney  <jasonr@gnu.org>
1130         * find-dired.el (find-name-arg): New custom variable.
1131         (find-name-dired): Use it.
1132         (find-dired-find-program): Remove.
1133         (find-dired): Use find-program.
1134         (find-grep-dired): Use grep-program.
1136         * progmodes/grep.el (rgrep): Use find-name-arg.
1138 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
1140         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
1141         specifier from format-string.  Reported by Ye Wenbin.
1143 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
1145         * cus-start.el: Use correct group name for members of mode-line group.
1147 2007-12-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
1149         * progmodes/cc-vars.el (defcustom-c-stylevar):
1150         Revert to pre-2007-12-12 version.
1152 2007-12-15  Richard Stallman  <rms@gnu.org>
1154         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1156         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1157         Use changed.
1159         * startup.el (fancy-splash-help-echo): Var deleted.
1160         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1161         (fancy-about-screen): Don't display fancy-splash-help-echo.
1163         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1165 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
1167         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1169 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1171         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1172         function.
1173         (add-submenu): Only define for XEmacs.
1174         (verilog-regexp-words): Revert previous change, keep the other
1175         definition.
1177 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
1179         * progmodes/perl-mode.el (perl-continued-statement-offset)
1180         (perl-continued-brace-offset, perl-brace-offset)
1181         (perl-brace-imaginary-offset, perl-label-offset):
1182         * progmodes/cperl-mode.el (cperl-brace-offset)
1183         (cperl-continued-brace-offset, cperl-label-offset)
1184         (cperl-continued-statement-offset)
1185         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1186         Add safe-local-variable properties.
1188 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1190         * progmodes/verilog-mode.el (verilog-mode-map)
1191         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
1192         (verilog-colorize-include-files): Use only overlay functions so
1193         that it can work on both Emacs and XEmacs.
1194         (set-extent-keymap): Remove unused defun.
1195         (verilog-kill-existing-comment, verilog-insert-date)
1196         (verilog-insert-year): Rename in order not to pollute the global
1197         namespace from kill-existing-comment, insert-date and
1198         insert-year, respectively.
1199         (verilog-set-auto-endcomments, verilog-header): Update callers.
1201         * files.el (auto-mode-alist): Recognize verilog files.
1203         * progmodes/verilog-mode.el (verilog-string-replace-matches)
1204         (verilog-string-remove-spaces, verilog-re-search-forward)
1205         (verilog-re-search-backward, verilog-re-search-forward-quick)
1206         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
1207         (verilog-get-end-of-line, verilog-within-string): Move definitions
1208         before first use.  No code changes.
1210 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1212         * progmodes/verilog-mode.el (verilog-mode-version)
1213         (verilog-mode-release-date): Don't use expanding keywords.
1214         (provide): Move to the end of file.
1215         (fboundp): Don't check if eval-when-compile is bound, it is used
1216         later in the file without checking.
1217         (when, unless): Copy definitions from subr.el.
1218         (char-before, defcustom, defface, customize-group)
1219         (verilog-batch-error-wrapper): Don't use old style backquotes.
1220         (verilog-regexp-opt): Avoid using the cl function case.
1221         (verilog-regexp-words): Remove duplicated definition.
1222         (verilog-mode-abbrev-table): Remove, duplicate.
1223         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1224         Declare and initialize in one step.
1225         (verilog-declaration-prefix-re, verilog-declaration-re)
1226         (verilog-end-of-statement, verilog-indent-declaration)
1227         (verilog-get-lineup-indent): Remove trailing whitespace.
1228         (verilog-mode): Fix autoload cookie.
1229         Set beginning-of-defun-function and end-of-defun-function.
1230         Use when instead of if.
1231         (verilog-emacs-features, verilog-auto-ascii-enum)
1232         (verilog-insert-indices): Escape braces in doc strings.
1234 2007-12-08  Michael McNamara  <mac@verilog.com>
1235             Wilson Snyder  <wsnyder@wsnyder.org>
1237         * progmodes/verilog-mode.el: New file.
1239 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
1241         * international/latexenc.el (latexenc-find-file-coding-system):
1242         If both coding-system-for-write and buffer-file-coding-system of
1243         latex-main-file are nil, use `undecided'.
1245 2007-12-06  Jason Rumney  <jasonr@gnu.org>
1247         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1249 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
1251         * ido.el (ido-save-history): Use emacs-mule coding system
1252         instead of utf-8 to save filenames (it's safer in Emacs 22).
1253         Set the `coding' local variable on the first line of the file.
1255 2007-12-04  Karl Fogel  <kfogel@red-bean.com>
1257         * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
1258         coding system.  This ports revisions 1.40 and 1.41 over to the
1259         EMACS_22_BASE branch, but with the right coding system for Emacs
1260         22 to reliably record filenames.  Suggested by Eli Zaretskii.
1262 2007-12-01  Richard Stallman  <rms@gnu.org>
1264         * wid-edit.el (widget-type): Doc fix.
1266 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
1268         * emacs-lisp/byte-run.el (declare-function): Change to a macro.
1270 2007-12-01  Alexandre Julliard  <julliard@winehq.org>
1272         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1274 2007-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1277         Don't match "sub { (...) ... }".
1279 2007-11-29  Richard Stallman  <rms@gnu.org>
1281         * international/mule-cmds.el (toggle-input-method-active): New var.
1282         (toggle-input-method): Bind toggle-input-method-active to t.
1283         Error if it was already non-nil.
1285 2007-11-29  Glenn Morris  <rgm@gnu.org>
1287         * calendar/time-date.el (with-decoded-time-value): Doc fix.
1289 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
1291         * calendar/time-date.el (encode-time-value): Doc fix.
1293 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
1295         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1297 2007-11-24  Kenichi Handa  <handa@m17n.org>
1299         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1301 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1303         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1305 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
1307         * textmodes/paragraphs.el (forward-sentence): Doc fix.
1308         Reported by Drew Adams <drew.adams@oracle.com>.
1310 2007-11-20  Glenn Morris  <rgm@gnu.org>
1312         * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
1313         for compatibility with Emacs 23.
1315 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
1317         * replace.el (map-query-replace-regexp): Doc fix (revert part of
1318         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1320 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
1322         * progmodes/gdb-ui.el: Update commentary.
1324 2007-11-16  Eli Zaretskii  <eliz@gnu.org>
1326         * international/mule-cmds.el (set-locale-environment):
1327         Set default-file-name-coding-system _after_ keyboard and terminal
1328         coding systems.  This fixes last change.
1330         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1331         one space after "Subject:".
1333 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
1335         * subr.el (make-variable-frame-local):
1336         Fix typo in obsolescence declaration.
1338 2007-11-16  Glenn Morris  <rgm@gnu.org>
1340         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1342 2007-11-16  Rob Riepel  <riepel@Stanford.EDU>
1344         * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
1345         (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
1346         (tpu-scroll-window-up): Replace next-line-internal -> line-move.
1348 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1350         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1351         in order to determine if there's a conflict.
1353 2007-11-16  Juri Linkov  <juri@jurta.org>
1355         * man.el (Man-heading-regexp): Add 0-9.
1356         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1358 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1360         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1361         Fix typo in docstring.
1363         * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
1364         (cua-highlight-region-shift-only): Doc fix.
1366 2007-11-15  Richard Stallman  <rms@gnu.org>
1368         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1370         * reposition.el (reposition-window):
1371         Binding C-M-l moved to bindings.el.
1373         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1375         * add-log.el (add-change-log-entry-other-window):
1376         Key binding C-x 4 a moved to bindings.el.
1378         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1379         from filecache.el.
1381         * filecache.el: Minibuffer map bindings moved to bindings.el.
1383 2007-11-14  Jason Rumney  <jasonr@gnu.org>
1385         * international/mule-cmds.el (set-locale-environment):
1386         Set default-file-name-coding-system from system defaults on Windows.
1388 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
1390         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1391         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1392         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1393         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1394         locations.
1395         (gdb-info-breakpoints-custom, gdb-assembler-custom)
1396         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1397         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1399 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
1401         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1402         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1403         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1404         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1405         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1406         Rewrite in active voice.
1408 2007-11-10  Juri Linkov  <juri@jurta.org>
1410         * startup.el: Backport startup screen related changes from the trunk.
1411         (initialization): Change group to `environment'.
1412         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
1413         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
1414         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
1415         (initial-scratch-message): Fix docstring.
1416         (startup-screen-inhibit-startup-screen)
1417         (pure-space-overflow-message): New variables.
1418         (command-line): Rename `inhibit-startup-message' to
1419         `inhibit-startup-screen'.
1420         (initial-scratch-message): Doc fix.
1421         (fancy-splash-text): Remove variable.
1422         (fancy-startup-text, fancy-about-text, splash-screen-keymap):
1423         New variables.
1424         (fancy-splash-delay, fancy-splash-max-time)
1425         (fancy-current-text, fancy-splash-stop-time)
1426         (fancy-splash-outer-buffer, fancy-splash-last-input-event):
1427         Remove variables.
1428         (fancy-splash-insert): Use help-echo from the 3rd element of the
1429         link specification list, or "Follow this link" if it's nil.  Doc fix.
1430         Allow functions for face and link specs.
1431         (fancy-splash-tail): Remove function.
1432         (fancy-startup-tail): New function.
1433         (fancy-splash-default-action, fancy-splash-special-event-action)
1434         (fancy-splash-screens): Remove functions.
1435         (fancy-about-screen): New function.
1436         (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
1437         Fix docstring.  Use argument `startup' to conditionally display
1438         different texts for Startup and About screens.  Don't display Help
1439         commands on the About screen.  Remove `unwind-protect' `sit-for'
1440         delay and `kill-buffer' after it.
1441         (normal-mouse-startup-screen, normal-splash-screen)
1442         (normal-no-mouse-startup-screen): New functions.
1443         (startup-echo-area-message): Change text of the echo area.
1444         (display-splash-screen): Remove function.
1445         (display-startup-screen, display-about-screen): New functions.
1446         (about-emacs): Make alias to `display-about-screen'.
1447         (display-splash-screen): Make alias to `display-startup-screen'.
1448         (command-line-1): Rename `inhibit-startup-message' to
1449         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
1450         started with command line options "-f", "-funcall", "-e", "-eval",
1451         "-execute", "-insert", "-find-file", "-file", "-visit".
1452         Inhibit startup screen when Emacs is started with a file name only
1453         on tty (i.e. don't inhibit it when started with a file name like
1454         "emacs FILE..." on a window system).
1455         Comment out unused code for coping with the old sit-for behavior.
1456         If file-count > 0, then display the concise version in another
1457         window, otherwise display full version in the same window.
1458         * loadup.el: Add `button'.  Move up `startup'.
1459         * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
1460         * version.el (emacs-copyright): Add emacs-copyright.
1461         * menu-bar.el (menu-bar-help-menu):
1462         Move "About Emacs" and "About GNU" to the end of the Help menu.
1463         Move "Emacs Psychotherapist" after "Send Bug Report...".
1464         Move "External Packages" after "Find Emacs Packages".
1466 2007-11-10  Jason Rumney  <jasonr@gnu.org>
1468         * w32-fns.el: Sync charset names with setup-default-fontset.
1469         Append "-1" where second part missing.
1471         * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
1473 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
1475         * ido.el (ido-save-history): Write the history file in UTF-8,
1476         and add `coding' file-local variable.
1478 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1480         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1481         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1482         (iso-iso2duden-trans-tab): Add docstring.
1484 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1486         * faces.el (face-normalize-spec): Remove function.
1487         (frame-set-background-mode): Undo last change.
1489 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1491         * files.el (enable-local-variables): Doc fix.
1493 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
1495         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1496         match dir like "a...b".
1498 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1500         * eshell/esh-mode.el (eshell-output-filter):
1501         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1502         Use `with-current-buffer'.
1504 2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
1506         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1508 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
1510         * net/tls.el: Require rx when compiling.
1511         (tls-end-of-info): New variable.
1512         (open-tls-stream): Keep reading input until `tls-end-of-info' is
1513         matched.
1515 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1517         * simple.el (bad-packages-alist): Anchor semantic regexp.
1519 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
1521         * files.el (hack-local-variables): Fix membership tests to avoid
1522         treating all variables as safe if `enable-local-variables' is
1523         set to :safe (CVE-2007-5795).
1525 2007-11-02  Glenn Morris  <rgm@gnu.org>
1527         * progmodes/etags.el (tags-table-mode): Disable undo.
1529         * simple.el (bad-packages-alist): Revert previous change.
1531 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
1533         * printing.el (printing): Fix :version, printing.el was included
1534         in emacs-22.1.
1535         (pr-path-style, pr-path-alist, pr-txt-name)
1536         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1537         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1538         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1539         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1540         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1541         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1542         (pr-setting-database, pr-visible-entry-list)
1543         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1544         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1545         :version.
1547 2007-11-01  Glenn Morris  <rgm@gnu.org>
1549         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1551         * mail/footnote.el (footnote-numeric-regexp)
1552         (footnote-english-upper-regexp, footnote-english-lower-regexp)
1553         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1554         Match multi-character footnotes.
1556         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1557         (nroff-indent-line-function): New function.
1558         (nroff-count-text-lines): Use nroff-forward-text-line rather than
1559         obsolete alias.
1561 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
1563         * net/tramp.el (tramp-open-connection-telnet)
1564         (tramp-open-connection-rsh, tramp-open-connection-su)
1565         (tramp-open-connection-multi): Set $LC_ALL to "C".
1567 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
1569         * dired-aux.el (dired-copy-file-recursive):
1570         Preserve directory permissions.
1572 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
1574         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1575         (whitespace-unload-function): New-style unload function.  When run,
1576         unintern `whitespace-unload-hook' and call `unload-feature' recursively
1577         to stop the old hook from messing with the unloading.
1579         * strokes.el (strokes-alphabetic-lessp): Doc fix.
1581 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
1583         * emacs-lisp/find-func.el (find-library): Use library at
1584         point as default interactive argument.
1586 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
1588         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1589         (elp-unset-master, elp-results): Fix typos.
1590         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1591         Doc fixes.
1593         * msb.el (msb--many-menus): Remove variable.
1594         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1595         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1596         (msb--toggle-menu-type): Fix typos in docstrings.
1598         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1599         (shadow-insert-var): Doc fixes.
1600         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1601         Reflow docstrings.
1602         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1604 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
1606         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1607         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1608         Fix typos in autoload docstrings.
1610         * loadhist.el (unload-feature): Remove redundant check.
1612 2007-10-30  Richard Stallman  <rms@gnu.org>
1614         * savehist.el (savehist-save): Obey savehist-ignored-variables.
1616 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
1618         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1619         (gdb-var-update-handler-1): Use it.
1621 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
1623         * loadhist.el (unload-feature): Remove erroneous check for the
1624         FEATURE-unload-function variable; check the existence of the
1625         function (that's what the docstring says, and it makes more sense).
1627         * follow.el (follow-unload-function): Add docstring.
1628         (follow-unload-function): Remove variable.
1630         * server.el (server-unload-function): Remove variable.
1631         (server-unload-function): Unbind `server-edit' from `C-x #'.
1633         * uniquify.el (uniquify-unload-function): Add docstring.
1634         (uniquify-unload-function): Remove variable.
1636         * ses.el (ses-unload-function): New function.
1638 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
1640         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1641         (unsafep-progn, unsafep-let): Fix typos in docstrings.
1643         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1644         before use to avoid a warning in packages that require uniquify.
1645         (uniquify-unload-function): New function and var.
1647 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
1649         * loadhist.el (unload-feature-special-hooks):
1650         Add `delete-frame-functions'.
1652         * server.el (server-unload-function): Rename from `server-unload-hook'
1653         and adapt to new `unload-feature' functionality.  Remove hook from
1654         `kill-buffer-hook' buffer-locally.
1655         (server-unload-hook): Remove.
1656         (server-unload-function): New var; replaces `server-unload-hook'.
1658 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
1660         * desktop.el (uniquify-managed): Pacify byte compiler.
1661         (desktop-buffer-info): If the buffer name is managed by uniquify,
1662         save the base name, not the uniquified one.
1663         (desktop-create-buffer): Allow `rename-buffer' to generate a new
1664         name in case of conflict.
1666 2007-10-26  Glenn Morris  <rgm@gnu.org>
1668         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1669         safe-local-variable property.
1671 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
1673         * net/browse-url.el (browse-url-browser-function): Delete grail.
1674         (browse-url-grail): Function and variable deleted.
1675         (browse-url-browser-function): Delete IXI Mosaic.
1676         (browse-url-default-browser): Don't try IXI Mosaic.
1677         (browse-url-iximosaic): Function deleted.
1678         (browse-url-browser-function): Delete MMM.
1679         (browse-url-default-browser): Don't try MMM.
1680         (browse-url-mmm): Function deleted.
1682 2007-10-25  Glenn Morris  <rgm@gnu.org>
1684         * progmodes/f90.el (f90-indented-comment-re)
1685         (f90-directive-comment-re, f90-break-delimiters):
1686         * progmodes/fortran.el (fortran-comment-line-start-skip)
1687         (fortran-directive-re):
1688         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1689         as safe if they are strings.
1691 2007-10-25  Richard Stallman  <rms@gnu.org>
1693         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1695 2007-10-24  Richard Stallman  <rms@gnu.org>
1697         * savehist.el (savehist-save): Omit unreadable elements.
1699         * loadhist.el (unload-function-defs-list): Renamed from
1700         unload-function-features-list.
1701         (unload-feature-special-hooks, unload-feature): Doc fixes.
1703         * indent.el (indent-to-left-margin): If point's in the indentation,
1704         move to the end of the indentation.
1706         * cus-edit.el (customize-changed-options): Make arg optional.
1708 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
1710         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1712 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1714         * textmodes/css-mode.el: Require CL.
1715         (comment-continue): Declare.
1717         * subr.el (make-variable-frame-localizable): Remove.
1718         (make-variable-frame-local): Mark obsolete.
1720 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
1722         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1723         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1725 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
1727         * comint.el (comint-password-prompt-regexp):
1728         Handle `[sudo] password'-style prompt.
1730 2007-10-23  Glenn Morris  <rgm@gnu.org>
1732         * progmodes/f90.el (f90-do-indent, f90-if-indent)
1733         (f90-type-indent, f90-program-indent)
1734         (f90-continuation-indent, f90-comment-region)
1735         (f90-beginning-ampersand, f90-smart-end)
1736         (f90-break-before-delimiters, f90-auto-keyword-case)
1737         (f90-leave-line-no, f90-mode-hook):
1738         Give an appropriate safe-local-variable property.
1739         (f90-font-lock-keywords-2): Fix `go to' regexp.
1741         * progmodes/fortran.el (fortran-tab-mode-default)
1742         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1743         (fortran-structure-indent, fortran-continuation-indent)
1744         (fortran-comment-indent, fortran-comment-line-extra-indent)
1745         (fortran-comment-line-start)
1746         (fortran-minimum-statement-indent-fixed)
1747         (fortran-minimum-statement-indent-tab)
1748         (fortran-comment-indent-char, fortran-line-number-indent)
1749         (fortran-check-all-num-for-matching-do)
1750         (fortran-blink-matching-if, fortran-continuation-string)
1751         (fortran-comment-region, fortran-electric-line-number)
1752         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1753         (fortran-analyze-depth, fortran-break-before-delimiters):
1754         Give an appropriate safe-local-variable property.
1756 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1758         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1759         of the subdirs is unreadable.
1761 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
1763         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1764         Use window-full-width-p.
1766 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1768         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1769         (tpu-edt-off): Use it.
1770         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
1771         the global-map before adding it to global-map.
1773         * menu-bar.el (global-buffers-menu-map): New var.
1774         (global-map, menu-bar-update-buffers): Use it.
1775         * msb.el (msb-menu-bar-update-buffers): Use it.
1776         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1777         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1778         Use with-current-buffer.
1780 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
1782         * hexl.el (hexl-menu): New major mode menu.
1784 2007-10-20  Glenn Morris  <rgm@gnu.org>
1786         * progmodes/f90.el (f90-font-lock-keywords-2)
1787         (f90-looking-at-type-like): Fix regexp typos.
1789 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
1791         * bs.el (bs-mode): Add mode name (accidentally left out
1792         in the 2007-10-16 change).
1794 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
1796         * bs.el (bs--track-window-changes): Don't refresh the whole list.
1797         (bs-mode): Set mode-class property to special.
1799         * follow.el (follow-unload-function): New function.
1801         * loadhist.el (unload-function-features-list):
1802         Rename from `unload-hook-features-list'.
1803         (unload-hook-features-list): Add as obsolete alias.
1804         (unload-feature): Use `unload-function-features-list'
1805         and new FEATURE-unload-function.
1807 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
1809         * loadhist.el (unload-feature-special-hooks):
1810         Update list of special hooks.
1812         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1813         (adaptive-fill-function): Doc fix.  Remove * from docstring.
1815 2007-10-18  Glenn Morris  <rgm@gnu.org>
1817         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1819 2007-10-17  Aaron Hawley  <aaronh@garden.org>
1821         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1822         position is not saved.
1824 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
1826         * longlines.el (longlines-wrap-follows-window-size): Integer value
1827         specifies wrapping margin.
1828         (longlines-mode, longlines-window-change-function):
1829         Set window-specific wrapping margin based on the above.
1831 2007-10-17  John Wiegley  <johnw@newartisans.com>
1833         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1835 2007-10-17  Glenn Morris  <rgm@gnu.org>
1837         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1838         Tweak regexp to avoid stack overflow.
1840 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1842         * simple.el (reindent-then-newline-and-indent): Don't assume that
1843         indent-according-to-mode preserves point.
1845 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
1847         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1848         (bs--restore-window-config): Keep the selected frame.
1849         (bs--track-window-changes, bs--remove-hooks): New functions.
1850         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
1851         (bs--show-with-configuration): Revert 2006-11-09 change.
1852         Don't reuse window unless it is visible on the selected frame.
1853         Restore window configuration (possibly in a different frame)
1854         before creating any window.
1856 2007-10-16  Richard Stallman  <rms@gnu.org>
1858         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1859         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1860         (ad-is-advised, ad-get-advice-info-field)
1861         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1863 2007-10-16  Glenn Morris  <rgm@gnu.org>
1865         * simple.el (blink-matching-open): Don't report false errors with
1866         the `$' syntax class.
1868 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
1870         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1871         (filesets-ormap, filesets-sort-case-sensitive-flag)
1872         (filesets-remake-shortcut, filesets-ingroup-collect-files):
1873         Fix typos in docstrings.
1874         (filesets-data-get-name, filesets-data-get-data)
1875         (filesets-data-set, filesets-cmd-query-replace-getargs)
1876         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1878 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1880         * term/mac-win.el: Don't require url when compiling, as url-type is
1881         no longer a macro.
1883 2007-10-14  Glenn Morris  <rgm@gnu.org>
1885         * progmodes/etags.el (select-tags-table): Disable undo in the
1886         `*Tags Table List*' buffer.
1888 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
1890         * dired.el (dired-warn-writable): New face.
1891         (dired-warn-writable-face): New variable.
1892         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1893         of dired-warning-face, for group- and world-writable files.
1895 2007-10-13  Glenn Morris  <rgm@gnu.org>
1897         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1898         (octave-re-search-forward-kw, octave-re-search-backward-kw):
1899         Add doc string, and an explicit COUNT argument.
1900         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1901         `inc' to search functions.
1903 2007-10-13  John W. Eaton  <jwe@octave.org>
1905         * progmodes/octave-mod.el (octave-looking-at-kw)
1906         (octave-re-search-forward-kw, octave-re-search-backward-kw):
1907         New functions.
1908         (octave-in-defun-p, calculate-octave-indent)
1909         (octave-blink-matching-block-open, octave-beginning-of-defun)
1910         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1911         to search for regexps that contain case-sensitive keywords.
1912         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1913         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1915 2007-10-13  Richard Stallman  <rms@gnu.org>
1917         * files.el (directory-abbrev-alist): Doc fix.
1919 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
1921         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1923 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
1925         * frame.el (set-frame-configuration): Assign name parameter only
1926         if it has been set explicitly before.
1928         * window.el (handle-select-window): Revert part of 2007-10-06
1929         change setting the input focus.
1931 2007-10-12  Glenn Morris  <rgm@gnu.org>
1933         * cus-edit.el (custom-variable-menu, custom-face-menu)
1934         (custom-group-menu): Check init-file-user rather than
1935         user-init-file, in case cus-edit is loaded by site-run-file.
1937 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
1939         * follow.el (follow-stop-intercept-process-output):
1940         Use `follow-call-process-filter' rather than `process-filter'.
1942 2007-10-11  Tom Tromey  <tromey@redhat.com>
1944         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1945         frame is visible.
1947 2007-10-10  Richard Stallman  <rms@gnu.org>
1949         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1950         in *Backtrace*.
1952         * faces.el (face-font-selection-order): Doc fix.
1954         * loadhist.el (unload-feature): Doc fix.
1956 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1958         * ps-print.el: Fix the usage of :foreground and :background face
1959         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1960         (ps-print-version): New version 6.7.6.
1961         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1962         Fix code.
1963         (ps-face-foreground-color-p, ps-face-background-color-p)
1964         (ps-face-color-p): New inline funs.
1966 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
1968         * follow.el: Change all instances of "Follow Mode" to "Follow
1969         mode" in docstrings and messages.
1971 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
1973         * faces.el (face-font-selection-order): Doc fix.
1975         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1976         (follow-mode-off-hook): Mark as obsolete.
1978 2007-10-08  Richard Stallman  <rms@gnu.org>
1980         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1981         (edebug-install-custom-print, edebug-reset-print-funcs)
1982         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1983         Functions deleted.
1984         (edebug-prin1, edebug-print, edebug-prin1-to-string)
1985         (edebug-format, edebug-message): Define directly as aliases.
1987 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
1989         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
1991 2007-10-07  Glenn Morris  <rgm@gnu.org>
1993         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1994         version numbers.
1996 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
1998         * net/tramp.el (tramp-completion-mode): Extend doc-string.
1999         (tramp-completion-mode-p): Revert change from 2007-09-24.
2000         Checking for `return' etc as last character is not sufficient, for
2001         example in dired-mode when entering <g> (revert-buffer) or
2002         <s> (dired-sort).
2004 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
2006         * window.el (mouse-autoselect-window-cancel): Don't cancel for
2007         select-window or select-frame events.
2008         (handle-select-window): When autoselecting window set input
2009         focus.  Restructure.
2011         * frame.el (focus-follows-mouse): Moved to frame.c.
2012         * cus-start.el (all): Add focus-follows-mouse.
2014 2007-10-05  Chris Moore  <dooglus@gmail.com>
2016         * server.el (server-kill-new-buffers): Doc fix.
2018 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
2020         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2021         activate font-locking in the *buffer-selection* buffer.
2022         (bs-show-sorted): Doc fix.
2024         * bs.el (bs--get-marked-string, bs--get-modified-string)
2025         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2026         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2027         (bs--format-aux): Doc fix.
2029 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2031         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2033 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2035         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2037 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
2039         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2040         (gud-gdb): New function for old M-x gdb (text command mode).
2041         (gud-gdb-command-name, gdb): Move to...
2043         * progmodes/gdb-ui.el: ...here and adapt doc string.
2044         (gud-gdba-command-name, gdba): Delete.
2046 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
2048         * bs.el: Don't defvar `font-lock-verbose'.
2049         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2050         (bs--get-file-name): Fix typos in docstrings.
2051         (bs--show-header): Use `dolist' instead of `mapcar'.
2052         (bs-mode): Set `show-trailing-whitespace' to nil.
2053         (bs-buffer-sort-function, bs-mouse-select-other-frame)
2054         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2055         Doc fixes.
2057 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
2059         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2061 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
2063         * progmodes/gud.el (gdb): Make graphical mode the default and
2064         switch to text command mode if appropriate, i.e., reverse previous
2065         arrangement.
2066         (gud-gdb-marker-filter): Adapt for above change.
2068         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2069         gud-minor-mode and gud-marker-filter.
2070         (gdb-fullname-regexp): New variable.
2071         (gud-gdba-marker-filter): Use it to switch to text command
2072         mode if appropriate.
2074 2007-10-02  Richard Stallman  <rms@gnu.org>
2076         * frame.el (cursor-in-non-selected-windows): Doc fix.
2078 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
2080         * progmodes/gud.el (gud-display-line): Find source buffer even when
2081         GUD buffer has its own frame.
2083 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2085         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2087 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2089         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2091 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
2093         * allout.el (allout-before-change-handler): Replace got-char by
2094         goto-char.
2096 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2098         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2099         Used to try and automatically enabled smerge-mode in the presence of
2100         conflicts and to call `svn resolved' when the conflicts are gone.
2101         (vc-svn-parse-status): Remember the svn-specific status.
2103         * newcomment.el (comment-choose-indent): New function extracted
2104         from comment-indent.  Improve the alignment algorithm.
2105         (comment-indent): Use it.
2107 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
2109         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2110         (eldoc-message-commands, eldoc-current-idle-delay):
2111         Fix typos in docstrings.
2113         * progmodes/python.el (python-eldoc-function): Doc fix.
2115 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
2117         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2118         menu-bar-apropos-menu.  All users changed.
2119         (menu-bar-help-menu): Change menu symbols to better match the text
2120         displayed by the menu.
2122 2007-09-25  Glenn Morris  <rgm@gnu.org>
2124         * view.el (view-search-no-match-lines): Add a doc string.
2125         Rewrite to simplify and work better.
2127 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
2129         * net/tramp.el (tramp-completion-mode-p): Rename from
2130         `tramp-completion-mode'.  Revert logic, check `return', `newline'
2131         and such alike.  Packages like Icicles tend to use other completion
2132         characters but `tab' and `space' only.
2133         (top): Require cl.el, when `copy-tree' is not available otherwise.
2135         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
2136         `ad-get-arg'.
2138 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
2140         * net/tramp-vc.el (tramp-vc-user-login-name):
2141         Use `vc-find-version' instead of `process-file' to check whether we
2142         have a new enough vc that doesn't need the defadvice.
2144 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
2146         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2147         #, @, : and ^.
2149 2007-09-23  Glenn Morris  <rgm@gnu.org>
2151         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2153 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
2155         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2157         * log-view.el (log-view-mode-map): Likewise.
2159         * diff-mode.el (diff-mode-shared-map): Likewise.
2161 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2163         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2164         add inferior-octave-directory-tracker to the buffer-local value
2165         of comint-input-filter-functions.
2167 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
2169         * files.el (file-name-sans-versions): Also allow `A-Z'.
2171         * vc.el: Mention all supported VC backends.
2173 2007-09-22  Richard Stallman  <rms@gnu.org>
2175         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2176         neighbouring buttons.
2178 2007-09-22  Andreas Schwab  <schwab@suse.de>
2180         * files.el (file-name-sans-versions): Also allow `_'.
2182 2007-09-22  Glenn Morris  <rgm@gnu.org>
2184         * eshell/esh-mode.el (eshell-output-filter-functions):
2185         Add eshell-postoutput-scroll-to-bottom.
2187 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2189         * files.el (file-name-sans-versions): Allow - and a-z in version names.
2191         * log-view.el (log-view-mode-map, log-view-mode-menu):
2192         Bind log-view-annotate-version.
2193         (log-view-beginning-of-defun, log-view-end-of-defun)
2194         (log-view-annotate-version): New functions.
2195         (log-view-mode): Use log-view-beginning-of-defun and
2196         log-view-end-of-defun.
2198 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2200         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2202 2007-09-21  Kevin Ryde  <user42@zip.com.au>
2204         * international/mule.el (sgml-html-meta-auto-coding-function):
2205         Bind `case-fold-search' to t.
2207 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2209         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2210         neighbouring buttons.
2212         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2213         Recognize gcc's use of "note" for informational messages.
2215 2007-09-20  Glenn Morris  <rgm@gnu.org>
2217         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2218         motion functions, rather than hard-coding "\n\n".
2219         (tex-validate-region): Check for eobp, to speed up.
2220         (tex-next-unmatched-end): Doc fix.
2222 2007-09-19  Glenn Morris  <rgm@gnu.org>
2224         * textmodes/tex-mode.el (tex-terminate-paragraph):
2225         Use backward-paragraph.
2227 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2229         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2230         (css-mode): Update correspondingly.
2232 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2234         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
2236         * vc-hooks.el (vc-menu-entry): New var.
2237         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
2238         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
2239         (vc-menu-map): Declare and initialize in one step.
2241         * menu-bar.el (vc-menu-map): Don't setup any more.
2242         Instead, just create the proper spot in the menu.
2244 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
2245             Stefan Monnier  <monnier@iro.umontreal.ca>
2247         * vc.el: Document new VC operation `extra-menu'.
2249         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
2251 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
2253         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2254         Signed-off-by, Acked-by and Merge.
2256 2007-09-17  Glenn Morris  <rgm@gnu.org>
2258         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2259         filename from `--file-line-error', if it is available.
2261 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2263         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2264         TeX `--file-line-error' format.
2266 2007-09-17  Glenn Morris  <rgm@gnu.org>
2268         * textmodes/tex-mode.el (tex-region): Simplify previous change,
2269         handling the case where the region is not in `tex-main-file'.
2270         (tex-region-1): Delete.
2271         (tex-region-header): New function, doing the header part of the
2272         old tex-region-1.
2274 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         * ediff-init.el (ediff-verbose-p): This var is not a constant.
2278 2007-09-16  Drew Adams  <drew.adams@oracle.com>
2280         * cus-edit.el (custom-face-edit-activate): Doc fix.
2282 2007-09-16  Glenn Morris  <rgm@gnu.org>
2284         * textmodes/tex-mode.el (tex-region): Handle the case where the
2285         region is not in `tex-main-file'.  Move the old code that applies
2286         to both cases...
2287         (tex-region-1): ...to this new function.
2289 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
2291         * simple.el (blink-matching-open): Don't display message when no
2292         paren is found within blink-matching-paren-distance characters.
2293         Don't search prompt in blink-matching-paren-distance nil case.
2295 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2297         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2299 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2301         * vc-mtn.el: New file.
2303         * vc-hooks.el (vc-handled-backends): Add Mtn.
2305 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
2307         * files.el (find-file, find-file-other-window)
2308         (find-file-other-frame, find-file-existing, find-file-read-only)
2309         (find-file-read-only-other-window)
2310         (find-file-read-only-other-frame)
2311         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2313 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
2315         * man.el (Man-default-man-entry): At end of line, continue looking
2316         to the next line for possible end of hyphenated command.
2318 2007-09-13  Chris Moore  <dooglus@gmail.com>
2320         * shell.el (shell-resync-dirs): Don't move the cursor relative to
2321         the command being edited.
2323 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
2325         * progmodes/gud.el (gdb-ready): New variable.
2326         (gdb): Set it to nil.  Set gud-running to nil here...
2327         (gud-common-init): ...instead of here.
2329         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2330         Use gdb-ready.  Discard input until GDB is ready to accept it.
2332 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
2334         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
2335         C-M-S- keys.
2337 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
2339         * dired.el (dired-warning): Inherit from font-lock-warning-face to
2340         make it show up with eight colors.
2342 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2344         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2345         diffs are concatenated with no intervening line.
2347 2007-09-10  Dave Love  <fx@gnu.org>
2349         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2350         (python-font-lock-keywords): Update to the 2.5 version of the language.
2351         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2352         (python-backspace): Only behave funny in code.
2353         (python-compilation-regexp-alist): Add PDB stack trace regexp.
2354         (inferior-python-mode): Add PDB prompt regexp.
2355         (python-fill-paragraph): Refine the fenced-string regexp.
2356         (python-find-imports): Handle imports spanning several lines.
2357         (python-mode): Add `class' to hideshow support.
2359 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2361         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
2362         add-log-buffer-file-name-function rather than bind buffer-file-name,
2363         so we dont end up calling change-log-mode in *cvs* when `fi' is the
2364         ChangeLog file itself.
2366         * outline.el (outline-flag-region): Use front-advance.
2368 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
2370         * progmodes/cperl-mode.el: Merge upstream 5.23.
2371         (cperl-where-am-i): Remove function.
2372         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2373         (cperl-sniff-for-indent): De-invert [string] and [comment].
2374         When looking for label, skip s:m:y:tr.
2375         (cperl-indent-line): Likewise.
2376         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2377         (cperl-windowed-init): Wrong `ps-print' handling.
2378         Both thanks to Chong Yidong.
2379         (cperl-look-at-leading-count): Could fail with unfinished RExen.
2380         (cperl-find-pods-heres): If the second part of s()[] is missing,
2381         don't try to highlight delimiters...
2383 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2385         * progmodes/compile.el (compilation-get-file-structure): Complete last
2386         change by also using spec-directory in the puthash.
2388 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
2390         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
2391         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2392         (vc-bzr-status): Fix shadowing of variable 'status'.
2393         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2394         Use `expand-file-name' instead of `concat'.
2395         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2396         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
2398 2007-09-05  Jason Rumney  <jasonr@gnu.org>
2400         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
2402 2007-09-02  Richard Stallman  <rms@gnu.org>
2404         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2405         Add `safe-local-variable' property.
2406         (lisp-body-indent): Likewise.
2408 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2410         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
2411         prev/next-node.
2413         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
2414         (x-gtk-map-stock): New function.
2416 2007-09-02  Glenn Morris  <rgm@gnu.org>
2418         * comint.el (comint-mode): Don't set scroll-conservatively.
2420         * eshell/em-unix.el (eshell/time): Stringify and flatten the
2421         non-command arguments.
2423 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
2425         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2426         Fix bug: Don't expand top-level file name more than once.
2427         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2429 2007-09-01  Richard Stallman  <rms@gnu.org>
2431         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2432         Add doc string.
2434 2007-08-30  Richard Stallman  <rms@gnu.org>
2436         * speedbar.el (speedbar-frame-reposition-smartly)
2437         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2438         (speedbar-check-vc): Don't use dframe-xemacsp.
2440 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
2442         * files.el (backup-buffer-copy): Try to overwrite old backup first.
2444 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
2446         * repeat.el (repeat): Use last-repeatable-command instead of
2447         real-last-command.  Run pre- and post-command hooks for
2448         self-insertion.  Update doc-string.
2450 2007-08-28  Glenn Morris  <rgm@gnu.org>
2452         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
2454 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
2456         * vc-git.el (vc-git-state): Call git-add --refresh to update the
2457         state of the file.
2458         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2459         (vc-git-create-repo): Fix invalid command.
2461 2007-08-27  Richard Stallman  <rms@gnu.org>
2463         * textmodes/flyspell.el (flyspell-mode):
2464         Catch errors in flyspell-mode-on.
2466 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2468         * progmodes/modula2.el (m2-definition, m2-module):
2469         Don't use previous-line.  Reported by T. V. Raman.
2471 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2473         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2474         argument to tool-bar-mode call.
2476 2007-08-27  Glenn Morris  <rgm@gnu.org>
2478         * diff-mode.el (diff-find-file-name): Only accept regular files,
2479         to rule out /dev/null, directories, etc.
2481 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
2483         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2484         safe-local-variable setting.
2485         * progmodes/perl-mode.el (perl-indent-level): Likewise.
2487 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2489         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2490         of buffers in uniquify-managed.
2492         * simple.el (invisible-p): Rename from text-invisible-p.
2493         Update callers.
2495 2007-08-25  Alan Mackenzie  <acm@muc.de>
2497         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2498         new language variable.
2500         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2501         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2502         "extern" etc., rather than BOI.  Fix addition of spurious
2503         syntactic-symbol 'defun-block-intro, replacing it with
2504         'innamespace, etc.
2506 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
2508         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2509         Don't behave differently when executed via M-x.  Add doc string.
2511 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2513         * files.el (backup-buffer-copy): Don't wrap delete in
2514         condition-case, only try to delete if file exists.
2516 2007-08-24  Glenn Morris  <rgm@gnu.org>
2518         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2520 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2522         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2523         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2524         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2525         (cperl-etags-goto-tag-location): Use new style backquotes.
2527         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2528         (dynamic-completion-table): Use it it.
2530         * net/browse-url.el: Remove spurious * in custom docstrings.
2531         (browse-url-filename-alist): Use new-style backquote.
2533         * emacs-lisp/backquote.el (backquote-unquote-symbol)
2534         (backquote-splice-symbol): Clarify they're not new-style unquotes.
2536         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2537         (\,@): Backslash the , and ,@ which are not new-style unquotes.
2539         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2541         * net/socks.el (socks-username/password-auth-filter):
2542         Remove unused vars `state' and `desired-len'.
2543         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2544         (socks-wait-for-state-change): Use new-style backquotes.
2546         * pcvs.el (cvs-mode-status): Fix long-standing typo.
2548         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2549         backquotes after each `read' rather than once per buffer.
2551         * dframe.el: Remove spurious * in custom docstrings.
2552         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2553         (dframe-xemacs20p): Remove, inline at the sole use point.
2554         (defface): Don't defvar the face, don't use old-style backquote.
2555         (defcustom): Don't use old-style backquote.
2556         (dframe-frame-parameter, dframe-mouse-event-p):
2557         Make it obvious that it's always defined.
2558         (dframe-popup-kludge): New function to replace
2559         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2560         (dframe-frame-mode, dframe-set-timer-internal)
2561         (dframe-mouse-set-point): Remove use of with-no-warnings from
2562         XEmacs-specific code.
2563         (dframe-set-timer-internal): Fix very old bug with
2564         post-command-idle-hook.
2566         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2568 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
2570         * image-mode.el (image-minor-mode): Use image-mode-text-map.
2572 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
2574         * sort.el (sort-fold-case, sort-numeric-base): Mark as
2575         safe-local-variable.
2577 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2579         * net/browse-url.el (browse-url-emacs): New function.
2581 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2583         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2584         warning if the file uses old style backquotes.
2586         * emacs-lisp/bytecomp.el (byte-compile-log-file)
2587         (byte-recompile-directory, byte-compile-file)
2588         (byte-compile-from-buffer): Use with-current-buffer.
2590         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2591         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2592         (line-move-1, line-move-finish, line-move-to-column)
2593         (move-end-of-line, move-beginning-of-line): Use new name.
2595 2007-08-22  Glenn Morris  <rgm@gnu.org>
2597         * files.el (backup-buffer-copy): Check backup directory is
2598         writable, to avoid infloop deleting old backup.
2600         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2601         movemail related variables.
2602         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2603         will now be set before this is called.
2605 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2607         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2609         * progmodes/ada-mode.el: Fix up comment style in header.
2610         (ada-check-emacs-version): Remove.
2611         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2612         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2613         to try and quieten the byte-compiler.
2614         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2616         * vc.el (vc-annotate-warp-version): Don't use previous-line.
2618 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
2620         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2621         extracted from `eval-last-sexp-1'.
2622         (eval-last-sexp-1): Call `preceding-sexp'.
2624 2007-08-19  Glenn Morris  <rgm@gnu.org>
2626         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2627         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2628         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
2629         shadow files messing up the compilation.
2631 2007-08-18  Glenn Morris  <rgm@gnu.org>
2633         * progmodes/scheme.el (scheme-mode-variables):
2634         Set font-lock-comment-start-skip.
2636 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
2638         * progmodes/ada-mode.el (ada-create-syntax-table):
2639         Move set-syntax-table from here to ...
2640         (ada-mode): ... here.  Don't change global value of comment-multi-line.
2641         Call new function ada-initialize-syntax-table-properties.
2642         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2643         (ada-deactivate-properties, ada-initialize-properties):
2644         Replace by new functions ...
2645         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2646         (ada-initialize-syntax-table-properties): ... to set up syntax-table
2647         properties uniformly, independently from whether font-lock-mode
2648         is enabled or not.  Handle read-only buffers and do not change
2649         undo-list when setting syntax-table properties.
2650         (ada-after-change-function): Use ada-set-syntax-table-properties.
2652 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2654         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2655         (cperl-find-pods-heres): Fix an error when typing expressions like
2656         `s{a}{b}'.
2658 2007-08-17  Glenn Morris  <rgm@gnu.org>
2660         * progmodes/compile.el (compilation-get-file-structure): Make use
2661         of the directory part when checking for an existing entry, to
2662         handle files with same basename in different directories.
2664 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2666         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2667         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2668         (ps-paragraph-spacing): Docstring fix.
2670 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2672         * smerge-mode.el (smerge-resolve): New arg `safe'.
2673         (smerge-resolve-all, smerge-batch-resolve): New function.
2674         (smerge-refine): Make sure `diff' returns the expected result.
2675         (smerge-parsep-re): New const.
2676         (smerge-mode): Use it to adjust paragraph-separate.
2678         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2679         Correctly match / regexp matchers as first char on a line when
2680         fontifying only that line.
2682         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2684 2007-08-16  Glenn Morris  <rgm@gnu.org>
2686         * ps-print.el (ps-font-size): Doc fix.
2688 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2690         * vc-bzr.el: Don't fiddle with vc-handled-backend.
2691         (vc-bzr-registered): Don't redundantly protect against
2692         file-error.  Actually use the format-specific code.
2693         (vc-bzr-buffer-nonblank-p): Remove.
2694         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2696 2007-08-15  Glenn Morris  <rgm@gnu.org>
2698         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2699         sloppier, for the sake of GNU Mailman.
2700         (rmail-digest-rfc1153): Initialize `result' correctly.
2702 2007-08-14  Glenn Morris  <rgm@gnu.org>
2704         * simple.el (bad-packages-alist): New constant.
2705         (bad-package-check): New function.  Together, these two add
2706         elements to `after-load-alist' to check for problematic external
2707         packages.
2708         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2710 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
2712         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2713         optional quotes around files in NEED-UPDATE . REMOVED case.
2715         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2716         (ada-treat-cmd-string): Improve error message.
2717         (ada-do-file-completion): Call `ada-require-project-file', so
2718         project variables are set properly.
2719         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2720         (ada-gnatfind-buffer-name): New constant.
2721         (ada-find-any-references): Use new constant.  Set buffer name
2722         properly in compilation-start.  Toggle read-only properly.
2723         (ada-find-in-src-path): Fix spelling error in docstring.
2725         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2726         by zero error.
2728 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
2730         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2732 2007-08-12  Richard Stallman  <rms@gnu.org>
2734         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2735         (cvs-execute-single-file): Use new name split-string-and-unquote.
2736         (cvs-header-msg): Use new name combine-and-quote-strings.
2738         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2740         * progmodes/gud.el (gud-common-init): Use new name
2741         split-string-and-unquote.
2743         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2744         in javac regexp.
2746         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2747         combine-and-quote-strings and split-string-and-unquote.
2749         * subr.el (combine-and-quote-strings): Rename from strings->string.
2750         (split-string-and-unquote): Rename from string->strings.
2752 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2754         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2755         to buffer-local settings.
2757         * emacs-lisp/backquote.el (backquote-delay-process): New function.
2758         (backquote-process): Add internal arg `level'.  Use the two to
2759         correctly handle nested backquotes.
2761 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
2763         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2764         (vc-bzr-state-words): Add "kind changed" state word.
2765         (vc-bzr-status): New function.  Return Bzr idea of file status,
2766         which is different from VC's.
2767         (vc-bzr-state): Use vc-bzr-status.
2768         (vc-workfile-unchanged-p): Use vc-bzr-status.
2769         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2770         (vc-dired-state): Process "kind changed" state word.
2772 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2776         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2777         Move from vc-default-find-file-not-found-hook.
2779 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2781         * url/url-auth.el (url-basic-auth): When prompting for username
2782         and password, default to the username and password in the URL.
2784 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2786         * man.el: Remove spurious * in docstrings.
2787         Merge defvars and toplevel setq-defaults.
2788         (Man-highlight-references0): Limit=nil rather than point-max.
2789         (Man-mode-map): Move initialization into the declaration.
2790         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2791         (Man-view-header-file): Use expand-file-name rather than concat.
2792         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2794         * man.el (Man-next-section): Make sure we do not move backward.
2796 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2798         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2799         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2800         ps-print-color-p is neither nil nor black-white.  Reported by Christian
2801         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2803 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2805         * files.el (auto-mode-alist): Use the purecopied text (duh!).
2807 2007-08-08  Andreas Schwab  <schwab@suse.de>
2809         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2810         self-insert-command, not self-insert.
2812 2007-08-08  Glenn Morris  <rgm@gnu.org>
2814         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2816         * Replace `iff' in doc-strings and comments.
2818         * help-mode.el (help-make-xrefs): Search for symbol constituents,
2819         rather than just `-'.
2821 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
2823         * dired.el (dired-pop-to-buffer):
2824         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2825         * calendar/calendar.el (generate-calendar-window):
2826         * progmodes/compile.el (compilation-set-window-height):
2827         * textmodes/two-column.el (2C-two-columns, 2C-merge):
2828         Use window-full-width-p instead of comparing frame-width and
2829         window-width.
2831         * progmodes/compile.el (compilation-find-buffer): Remove extra
2832         argument in call to compilation-buffer-internal-p.
2834 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
2836         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2837         parameters IDENTIFICATION and CONNECTED.
2838         (tramp-handle-insert-file-contents): VISIT must be handled after
2839         insertion of the local copy.  Reported by Peter Gordon
2840         <peter@pg-consultants.com>.
2841         (tramp-file-name-handler): No special handling for
2842         `expand-file-name'.  But for `file-name-as-directory'.
2843         (tramp-find-shell, tramp-open-connection-telnet)
2844         (tramp-open-connection-rsh, tramp-open-connection-su)
2845         (tramp-open-connection-multi)
2846         (tramp-open-connection-setup-interactive-shell): Guard against
2847         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
2848         <steve@sxemacs.org>.
2849         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2850         the hint.
2852         * net/trampver.el: Update release number.
2854 2007-08-07  Tom Tromey  <tromey@redhat.com>
2856         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2857         Add safe-local-variable property.
2859 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
2861         * image-mode.el (image-toggle-display): Use image-refresh.
2863         * longlines.el (longlines-decoded): New variable.
2864         (longlines-mode): Avoid encoding or decoding the buffer twice.
2866 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
2868         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2869         unofficial version.
2870         (vc-bzr-command): Remove redundant setting of process-connection-type.
2871         (vc-bzr-admin-checkout-format-file): Add autoload.
2872         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2873         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2874         (vc-bzr-registered): Compare dirstate format tag with known good
2875         value, abort parsing if match fails.  Warn user in docstring.
2876         (vc-bzr-workfile-version): Case for different Bzr branch formats.
2877         See bzrlib/branch.py in Bzr sources.
2878         (vc-bzr-diff): First argument FILES may be a string rather than a list.
2879         (vc-bzr-shell-command): Remove in favor of
2880         vc-bzr-command-discarding-stderr.
2881         (vc-bzr-command-discarding-stderr): New function.
2883 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
2885         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2886         program, and return nil
2887         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2888         (vc-bzr-state): Look for path names relative to the repository
2889         root after status keyword.
2890         (vc-bzr-file-name-relative): New function.
2891         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2892         depend on it.
2893         (vc-bzr-admin-dirname, ...-checkout-format-file)
2894         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2895         files that we now parse directly for speed.
2896         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2897         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2898         (vc-bzr-state): "bzr status" successful only if exitcode is 0
2899         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
2900         Bzr warnings, so we must discard it.
2901         (vc-bzr-workfile-version): Speedup counting lines from
2902         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2903         if that file doesn't exist.
2904         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2905         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
2906         (not ".bzr"!) to `vc-directory-exclusion-list'
2907         (vc-bzr-shell-command): New function.
2909 2007-08-06  Tom Tromey  <tromey@redhat.com>
2911         * diff-mode.el (diff-unified->context, diff-reverse-direction)
2912         (diff-fixup-modifs): Typo in docstring.
2914 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2917         count-screen-lines.
2918         (tpu-edt-off): Disable relevant pieces of advice.
2920         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2921         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
2922         (newline, newline-and-indent, do-auto-fill): Use advice instead of
2923         redefining the function.
2924         (tpu-set-scroll-margins): Activate the pieces of advice.
2926 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
2928         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2929         process-filter.
2931 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
2933         * help.el (resize-temp-buffer-window): Use window-full-width-p
2934         instead of comparing frame-width and window-width.
2936 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
2938         * term.el: Honor term-default-fg-color and term-default-bg-color
2939         settings when modifying term-current-face.
2940         (term-default-fg-color, term-default-bg-color): Initialize from
2941         default term-current-face.
2942         (term-mode, term-reset-terminal): Set term-current-face with
2943         term-default-fg-color and term-default-bg-color.
2944         (term-handle-colors-array): term-current-face has term-default-fg-color
2945         and term-default-bg-color after reset escape sequence.
2946         (term-handle-colors-array): Set term-current-color with
2947         term-default-fg/bg-color instead of ansi-term-color-vector when the
2948         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2950 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
2952         * files.el (set-auto-mode): Handle also remote files wrt
2953         `auto-mode-alist'.
2955         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2956         remote identification.
2958 2007-08-04  Glenn Morris  <rgm@gnu.org>
2960         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2961         zero, not nil, when the library is first loaded.  Check for a file
2962         that has been modified on disk.
2964         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2965         Remove duplicate defvar preventing initialization.
2966         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2968 2007-08-03  Miles Bader  <miles@gnu.org>
2970         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2971         backend names for new backends to `Git', `Hg', and `Bzr'.
2972         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2973         not `HG'.
2974         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2975         name, not `GIT'.
2976         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2977         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2979 2007-08-03  Glenn Morris  <rgm@gnu.org>
2981         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2983 2007-08-02  Richard Stallman  <rms@gnu.org>
2985         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2986         to update deleted flag.
2988         * cus-edit.el (customize-apropos, customize-apropos-options)
2989         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2991         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2993         * startup.el (fancy-splash-head, startup-echo-area-message):
2994         Change message text.
2996         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2997         All callers use line-move.
2999         * progmodes/compile.el (compilation-find-buffer): Return current
3000         buffer immediately if suitable.
3001         (compile, compilation-buffer-name, compilation-start): Doc fixes.
3003 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3005         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
3006         Make it more discriminating and more useful.
3007         (vc-bzr-root-dir): Use new name.
3008         (vc-bzr-registered): Use new name and look at the dirstate file to
3009         determine if it's registered or not without running `bzr'.
3011 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3013         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
3015 2007-07-31  Drew Adams  <drew.adams@oracle.com>
3017         * cus-edit.el (custom-group-value-create, custom-goto-parent):
3018         Fix parent groups link.
3020 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
3022         * faces.el (face-normalize-spec): New function.
3023         (frame-set-background-mode): Normalize face-spec before calling
3024         face-spec-match-p.
3026 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3028         * vc-bzr.el: New file (copied from the trunk).
3030         * vc-hooks.el (vc-handled-backends): Add BZR.
3031         (vc-find-file-hook): Failsafe if the backend's `registered'
3032         function burps.
3034         * server.el (server-window): Add switch-to-buffer-other-frame option.
3036 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3038         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
3039         (vc-git-revision-completion-table): Enable.
3041         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
3043         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
3045         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
3046         (vc-hg-registered): Set the vc-state property.
3048         * diff-mode.el (diff-mode-menu): New entries.
3050 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3052         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
3053         (diff-file-kill): Use it.
3054         (diff-beginning-of-hunk): Add arg `try-harder' using it.
3055         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
3056         Use it so they find the hunk even when we're in the file header.
3058         * vc.el: Add new VC operation `revision-completion-table'.
3059         (vc-default-revision-completion-table): New function.
3060         (vc-version-diff, vc-version-other-window): Use it to provide
3061         completion of revision names if the backend provides it.
3063         * vc-arch.el (vc-arch--version-completion-table)
3064         (vc-arch-revision-completion-table): New functions to provide
3065         completion of revision names.
3067         * vc-cvs.el: Require CL.
3068         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
3069         New functions to provide completion of revision names.
3071 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
3073         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
3074         (copyright-fix-years, copyright): Correctly handle the case where
3075         copyright-limit is nil.
3077 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
3079         * progmodes/python.el (run-python): Fix path separator under w32.
3081 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
3083         * vc-git.el: New File.
3085 2007-07-28  Alan Mackenzie  <acm@muc.de>
3087         Fix problem with modes derived from CC Mode:
3088         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
3089         macro to cc-langs.
3090         (c-init-language-vars-for): Remove call to above macro.
3091         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
3092         been moved to here.
3093         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
3095 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
3097         * net/trampver.el: Fix the `coding' cookie.
3099 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
3101         * add-log.el (change-log-redate): Remove (not needed anymore and
3102         doesn't appear to work).
3104 2007-07-25  Glenn Morris  <rgm@gnu.org>
3106         * Relicense all FSF files to GPLv3 or later.
3108         * COPYING: Switch to GPLv3.
3110 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3112         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
3113         Replace it with another one which disables undo before calling
3114         erase-buffer and then turns it back on if needed.
3116 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3118         * ps-print.el: Problem with foreground and background color when
3119         printing a buffer with and without faces.  Reported by Christian
3120         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3121         (ps-print-version): New version 6.7.5.
3122         (ps-default-fg): Change default value to nil, so black color is used
3123         when a face does not specify a foreground color.
3124         (ps-default-bg): Change default value to nil, so white color is used
3125         for background color.
3126         (ps-begin-job): Fix code.
3128 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3130         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
3132 2007-07-24  Alan Mackenzie  <acm@muc.de>
3134         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3135         Initialise byte-compile-unresolved-functions before rather than
3136         after a compilation.
3137         (byte-compile-unresolved-functions): Amplify doc string.
3139 2007-07-24  Glenn Morris  <rgm@gnu.org>
3141         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
3142         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
3143         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3144         (cal-tex-cursor-week, cal-tex-cursor-week2)
3145         (cal-tex-cursor-week-iso, cal-tex-week-hours)
3146         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3147         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3148         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
3150 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3152         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
3154 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3156         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
3157         underlying file is uptodate.
3159 2007-07-23  Richard Stallman  <rms@gnu.org>
3161         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
3163 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3165         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
3166         (sh-font-lock-flush-syntax-ppss-cache): New funs.
3167         (sh-font-lock-syntactic-keywords): Use them to distinguish the
3168         different possible cases for \'.
3169         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
3171         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
3172         `file' from which to start the search and fix case where `file' is the
3173         current directory and the root as well.
3175         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
3176         name for buffer-file-name if it refers to a directory.
3178 2007-07-22  Jason Rumney  <jasonr@gnu.org>
3180         * w32-fns.el (set-default-process-coding-system): Use dos line ends
3181         for input to cmdproxy on all versions of Windows.
3182         Use dos line ends for input to plink.
3184         * comint.el (comint-simple-send): Concat newline before sending.
3185         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
3187 2007-07-22  Juri Linkov  <juri@jurta.org>
3189         * isearch.el (isearch-edit-string): Save old point and
3190         isearch-other-end to old-point and old-other-end before reading
3191         the search string from minibuffer.  After exiting minibuffer set
3192         point to old-other-end if point and the search direction is the
3193         same as before reading the search string.
3194         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
3195         to isearch-other-end.  Instead of isearch-search-and-update call
3196         three functions isearch-search, isearch-push-state and isearch-update.
3198 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
3200         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
3201         destroying an existing buffer.
3203 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3205         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
3207         * term/x-win.el (x-handle-no-bitmap-icon): New function.
3209 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
3211         * textmodes/reftex.el (reftex-access-parse-file): Create parse
3212         file in a way that does not interfere with recentf.
3214 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3216         * image-dired.el (image-dired-sane-db-file): New func.
3217         (image-dired-write-tags, image-dired-remove-tag)
3218         (image-dired-list-tags, image-dired-write-comments)
3219         (image-dired-get-comment, image-dired-mark-tagged-files)
3220         (image-dired-create-gallery-lists): Call new func.
3221         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
3223 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3225         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
3226         (vc-hg-dir-state): Fix loop.
3227         (vc-hg-print-log): Fix expected return value for vc-hg-command.
3228         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
3229         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
3230         (vc-hg-revert): Likewise.
3231         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
3233 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3235         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
3236         case of alignment under a constant symbol, find and consider
3237         the sexp actually at indentation to be the "last sexp".
3239 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
3241         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3242         (install): Use them to copy all *.el files before *.elc.
3243         (clean): Don't delete *~.
3245 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3247         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
3249 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
3251         * vc-hg.el (vc-hg-registered): Replace if with when.
3252         (vc-hg-state): Deal with nonexistent files.
3254 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
3256         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
3257         (follow-delete-other-windows-and-split, follow-recenter)
3258         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
3259         (follow-redisplay, follow-estimate-first-window-start)
3260         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
3261         Fix typos in docstrings.
3263 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
3265         * bookmark.el (bookmark-show-all-annotations):
3266         Make sure each inserted annotation ends with newline.
3268         (bookmark-maybe-sort-alist): Don't modify
3269         bookmark-alist.  Instead, if not sorting, simply return it.
3270         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
3271         for its return value, not for its side effect.
3273 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
3275         * vc.el: Add more info about the vc-registered function.
3277 2007-07-16  David Kastrup  <dak@gnu.org>
3279         * emacs-lisp/advice.el (defadvice): Doc fix.
3281 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
3283         * subr.el (when, unless): Doc fix.
3285 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
3287         * vc-hg.el (vc-hg-state): Handle removed files.
3288         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
3289         (vc-hg-checkout): Re-enable.
3291 2007-07-15  Richard Stallman  <rms@gnu.org>
3293         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
3295         * tutorial.el (tutorial--find-changed-keys):
3296         Handle C-x specially like ESC.
3298 2007-07-15  Roland McGrath  <roland@frob.com>
3300         * add-log.el (add-change-log-entry): Check add-log-full-name
3301         and add-log-mailing-address later, after change-log-mode-hook.
3303 2007-07-15  Richard Stallman  <rms@gnu.org>
3305         * isearch.el (isearch-mode, isearch-done):
3306         Delete unintended code in previous change.
3308         * ps-print.el (ps-default-bg): Change to White.
3310 2007-07-15  Aaron Hawley  <aaronh@garden.org>
3312         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
3314 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
3316         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
3317         when handling the terminating event.
3319 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
3321         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
3323 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
3325         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3326         (install): Use them to copy all *.el files before *.elc.
3328 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
3330         * replace.el (match): Use yellow1 instead of yellow.
3332         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
3334         * pcvs-info.el (cvs-unknown): Likewise.
3336 2007-07-12  Davis Herring  <herring@lanl.gov>
3338         * desktop.el (desktop-buffer-info, desktop-save):
3339         Use `desktop-dirname' instead of `dirname'.
3341 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
3343         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
3345         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
3347 2007-07-10  Richard Stallman  <rms@gnu.org>
3349         * emacs-lisp/lisp-mode.el (eval-defun):
3350         Explain special handling of `defface'.
3352 2007-07-09  Richard Stallman  <rms@gnu.org>
3354         * isearch.el (isearch-edit-string): Call to isearch-push-state
3355         after the search.
3357 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3359         * cus-start.el (file-coding-system-alist): Fix custom type.
3361 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
3363         * longlines.el (longlines-wrap-region): Avoid marking buffer as
3364         modified.
3365         (longlines-auto-wrap, longlines-window-change-function):
3366         Remove unnecessary calls to set-buffer-modified-p.
3368 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3370         * vc.el (vc-default-log-view-mode): New function.
3371         (vc-print-log): Add new `log-view-mode' VC operation.
3373 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
3375         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
3376         Rename and move to...
3378         * subr.el (strings->string, string->strings): ...here.
3380         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
3381         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
3383         * progmodes/gud.el (gud-common-init): Call string->strings instead
3384         of split-string.
3386 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
3388         * term/w32-win.el (menu-bar-open): New function.
3389         Bind <f10> to it.
3391 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
3393         * log-view.el (log-view-mode-menu): New menu.
3395 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
3397         * vc-hg.el: New file.
3399 2007-07-06  Andreas Schwab  <schwab@suse.de>
3401         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
3402         dynamic bindings around the evaluation of the expression.
3403         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
3405 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
3407         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
3408         file names.
3410 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
3412         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
3414         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
3415         event is not a cons cell.  Do not unread drag-mouse-1 events.
3416         Select right window in check whether space was stolen from
3417         window above.
3419 2007-07-01  Richard Stallman  <rms@gnu.org>
3421         * files.el (find-file-visit-truename): Fix safe-local-variable value.
3423 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
3425         * generic-x.el (generic-define-mswindows-modes)
3426         (generic-define-unix-modes, apache-log-generic-mode)
3427         (bat-generic-mode-keymap, java-manifest-generic-mode)
3428         (show-tabs-generic-mode): Fix typos in docstrings.
3430 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3432         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
3433         replace-regexp-in-string.
3435 2007-06-28  Andreas Schwab  <schwab@suse.de>
3437         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
3438         $(lisp)/subdirs.el.
3440 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
3442         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
3443         the speedbar frame if nil; that deletes the current frame or
3444         causes an error if it is the only frame.
3445         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
3447 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
3449         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
3450         directory where the desktop file was found, as the docstring says.
3451         (desktop-kill): Use `read-directory-name'.
3453         * desktop.el (desktop-load-locked-desktop): New option.
3454         (desktop-read): Use it.
3455         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3456         Use `when'.
3458 2007-06-24  Davis Herring  <herring@lanl.gov>
3460         * desktop.el (desktop-save-mode-off): New function.
3461         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3462         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3463         (desktop-claim-lock, desktop-release-lock): New functions.
3464         (desktop-kill): Tell `desktop-save' that this is the last save.
3465         Release the lock afterwards.
3466         (desktop-buffer-info): New function.
3467         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
3468         says to.  Detect conflicts, and manage the lock.
3469         (desktop-read): Detect conflicts.  Manage the lock.
3471 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
3473         * ls-lisp.el (insert-directory): If an invalid regexp error is
3474         thrown, try using FILE as a literal file name, not a wildcard.
3475         Check for FILE as an existing file, not just a directory.
3477 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
3479         * ruler-mode.el (ruler-mode): Prevent clobbering the original
3480         `header-line-format' when reentering ruler mode.
3482 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
3484         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3485         FILE exists as a directory.
3487 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3489         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3490         (vera-font-lock-match-item): Fix doc string.
3491         (vera-in-comment-p): Remove unused function.
3492         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3493         use `syntax-ppss'.
3494         (vera-forward-syntactic-ws): Fix argument order.
3495         (vera-prepare-search): Use `with-syntax-table'.
3496         (vera-indent-line): Fix doc string.
3497         (vera-electric-tab): Fix doc string.
3498         (vera-expand-abbrev): Define alias instead of using `fset'.
3499         (vera-comment-uncomment-region): Use `comment-start-skip'.
3501 2007-06-20  Reto Zimmermann  <reto@gnu.org>
3503         * progmodes/vera-mode.el: New file.
3505 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
3507         * ido.el (ido-find-file-in-dir): Don't signal an error for
3508         empty directories.
3510 2007-06-18  Alan Mackenzie  <acm@muc.de>
3512         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3513         When removing lines, also remove the \n.  Correction of patch of
3514         2007-04-21.
3516 2007-06-17  Glenn Morris  <rgm@gnu.org>
3518         * lpr.el (lpr-page-header-switches): Move %s to separate element
3519         for correct quoting.  Doc fix.
3521 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3523         * term/xterm.el (terminal-init-xterm): Escape parens in character
3524         constants.
3526 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
3528         * scroll-lock.el (scroll-lock-mode): Doc fix.
3530 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3532         * font-lock.el (font-lock-add-keywords): In case font-lock was only
3533         half-activated, forcefully activate it completely.
3535 2007-06-11  Richard Stallman  <rms@gnu.org>
3537         * cus-edit.el (custom-variable-type): Doc fix.
3539 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
3541         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3543 2007-06-09  Davis Herring  <herring@lanl.gov>
3545         * desktop.el (desktop-minor-mode-table): Doc fix.
3547 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
3549         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3550         (image-next-line, image-previous-line, image-scroll-up)
3551         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3552         New functions.
3553         (image-mode-map): Remap motion commands.
3554         (image-mode-text-map): New keymap for viewing images as text.
3555         (image-mode): Use image-mode-map.
3556         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3558 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
3560         Sync with Tramp 2.0.56.
3562         * net/tramp.el:
3563         * net/tramp-ftp.el:
3564         * net/tramp-smb.el:
3565         * net/tramp-util.el:
3566         * net/tramp-vc.el:
3567         Don't load cl.el, because that pollutes the namespace.  Replace cl
3568         macros by their implementations where necessary.  Requested by
3569         Richard Stallman <rms@gnu.org>.
3571         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3572         doesn't exist.
3573         (with-parsed-tramp-file-name): Protect debug spec during compilation.
3574         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3575         (tramp-file-name-p, tramp-file-name-multi-method)
3576         (tramp-file-name-method, tramp-file-name-user)
3577         (tramp-file-name-host, tramp-file-name-localname): New defuns,
3578         replacing defstruct `tramp-file-name'.
3579         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3580         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3581         Apply `vector' instead of `make-tramp-file-name'.
3582         (tramp-handle-make-auto-save-file-name):
3583         Apply `tramp-temporary-file-directory' for compatibility reasons.
3584         (tramp-completion-mode): Use `natnump' instead of `wholenump'
3585         because of XEmacs.
3586         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3587         started.
3589 2007-06-07  David Kastrup  <dak@gnu.org>
3591         * dired.el (dired-recursive-deletes, dired-recursive-copies):
3592         Change default to `top'.
3594 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
3596         * dired.el (dired-mode-map): Remove spurious separator.
3598 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3600         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3602         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3603         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3605 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
3607         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3608         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3610 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3612         * progmodes/ebrowse.el (ebrowse-member-table):
3613         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3615 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3617         * pgg.el (pgg-sign-region, pgg-sign):
3618         * ses.el (ses-call-printer):
3619         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3620         * textmodes/org.el (org-cycle): Fix typos in docstrings.
3622 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
3624         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3625         (tar-get-descriptor): Handle type 55, an extended pax header.
3627 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * textmodes/css-mode.el: New file.
3631 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
3633         * net/socks.el: New file, taken from w3 repository.
3634         (top): Update Copyright.  Don't load cl.el.
3635         (all): Replace `case' by `cond', `string-to-int' by
3636         `string-to-number', and `process-kill-without-query' by
3637         `set-process-query-on-exit-flag'.
3638         (socks-char-int): Remove defalias and all occurrences.
3640 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3642         * international/mule-cmds.el (toggle-enable-multibyte-characters)
3643         (sort-coding-systems, search-unencodable-char): Doc fixes.
3644         (coding-system-change-eol-conversion, set-default-coding-systems)
3645         (prefer-coding-system, find-multibyte-characters, princ-list)
3646         (leim-list-entry-regexp, set-input-method, locale-language-names)
3647         (input-method-exit-on-first-char, exit-language-environment-hook)
3648         (locale-charset-language-names): Fix typos in docstrings.
3650 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
3652         * bs.el (bs-cycle-previous): Don't modify the cycle list until
3653         `switch-to-buffer' has returned succesfully.
3654         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
3655         window is dedicated (it could iconify the frame).
3657 2007-06-05  Glenn Morris  <rgm@gnu.org>
3659         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3661 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
3663         * files.el (auto-mode-alist): Add lower-priority match for names
3664         like ChangeLog.old.
3666 2007-06-04  Andreas Schwab  <schwab@suse.de>
3668         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3670 2007-06-04  Davis Herring  <herring@lanl.gov>
3672         * calendar/timeclock.el: Update version number.
3673         (timeclock-modeline-display): Mention timeclock-use-display-time
3674         in explanatory message.
3675         (timeclock-log): Suppress warnings when finding the log.
3676         Don't check for a nil project twice.  Run hooks after killing the
3677         buffer (if applicable).
3678         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3679         was geometric).  All uses changed.
3680         (timeclock-generate-report): Support prefix argument.
3682 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3684         * man.el (Man-next-section): Don't consider the last line of the
3685         page as being part of any section.
3687 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
3689         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3690         modified flag of buffer.  Use `inhibit-modification-hooks'.
3692 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3694         * mail/mail-extr.el (mail-extract-address-components):
3695         Recognize non-ASCII characters except for NBSP as words.
3697 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
3699         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3701 2007-06-04  Michael Olson  <mwolson@gnu.org>
3703         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3704         died and we are trying to send a signal to it.
3706 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
3708         * emacs-lisp/easy-mmode.el (define-minor-mode)
3709         (easy-mmode-define-navigation): Fix typos in docstrings.
3711         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3712         Fix typos in docstrings.
3713         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3714         (compilation-finish-function): Fix typo in obsolescence declaration.
3716         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3718 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
3720         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3721         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3723         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3725         * longlines.el (longlines-mode): Make longlines-auto-wrap
3726         buffer-local.  Add hooks unconditionally.
3727         (longlines-auto-wrap): Toggle wrapping.
3728         (longlines-after-change-function)
3729         (longlines-post-command-function): Check longlines-auto-wrap.
3731 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
3733         * Version 22.1 released.
3735 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
3737         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3738         changes.
3740 2007-05-31  Richard Stallman  <rms@gnu.org>
3742         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3744 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
3746         * textmodes/table.el (table--point-entered-cell-function)
3747         (table--point-left-cell-function):
3748         Bind `inhibit-point-motion-hooks' to t.
3750 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3752         * emacs-lisp/rx.el (rx): Doc fix.
3754 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
3756         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3758 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3760         * log-edit.el (log-edit-changelog-paragraph): Return point-max
3761         as the end of the ChangeLog paragraph when it ends without a line
3762         termination.
3764 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3766         * textmodes/fill.el (canonically-space-region): Make the second arg
3767         a marker if it's not already the case.
3769         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3770         (xterm-mouse-event): Use it.
3772 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
3774         * vc-hooks.el (vc-find-root): Fix file attribute test.
3776 2007-05-24  Richard Stallman  <rms@gnu.org>
3778         * textmodes/flyspell.el (flyspell-correct-word-before-point):
3779         Don't let opoint be nil.
3780         (flyspell-emacs-popup): Explicit error if no dialogs.
3782 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
3784         * tar-mode.el (tar-file-name-handler): New function.
3785         (tar-extract): Bind file-name-handler-alist to it to force
3786         find-buffer-file-type-coding-system behave as if the file being
3787         extracted existed.  Use last-coding-system-used to force
3788         buffer-file-coding-system to what decode-coding-region actually
3789         used to decode the file.
3791 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3793         * progmodes/compile.el (compilation-handle-exit):
3794         `compilation-finish-function' may change the current buffer.
3796 2007-05-22  Richard Stallman  <rms@gnu.org>
3798         * files.el (set-auto-mode): Doc fix.
3800 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
3802         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3804 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
3806         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3807         (rcirc-print): Handle `window-width'.
3808         (rcirc-buffer-maximum-lines): Doc fix.
3810 2007-05-19  Kevin Ryde  <user42@zip.com.au>
3812         * info.el (Info-fontify-node): Match https also.
3814 2007-05-18  Richard Stallman  <rms@gnu.org>
3816         * simple.el (push-mark): Doc fix.
3818 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
3820         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3821         tpu-global-map.
3822         (tpu-original-global-map): Delete variable.
3823         (tpu-control-keys-map): New keymap variable.
3824         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3825         setting keymapping directly.
3826         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3827         tpu-global-map.
3828         (tpu-edt-on): Activate the tpu-global-map.
3829         (tpu-edt-off): Deactivate the tpu-global-map.
3831 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
3833         * textmodes/ispell.el (ispell-get-word): Return markers
3834         for start and end positions.
3835         (ispell-word): Assume END is a marker.
3837 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3839         * ps-print.el: Use default color when foreground or background color
3840         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
3841         (ps-print-version): New version 6.7.4.
3842         (ps-rgb-color): New argument.  Use default color when color is
3843         unspecified.
3844         (ps-begin-job): Fix code.
3846 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
3848         * textmodes/ispell.el (ispell-start-process): Defend against bad
3849         default-directory.
3851 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3853         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3855 2007-05-16  Richard Stallman  <rms@gnu.org>
3857         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3859 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3861         * files.el (magic-mode-alist, magic-fallback-mode-alist):
3862         Move the *ml, Postscript, and XmCD entries to the fallback part.
3864         * files.el (magic-fallback-mode-alist):
3865         Rename from file-start-mode-alist.
3867 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3869         * progmodes/compile.el (compilation-handle-exit): Quote first
3870         argument of `run-hook-with-args'.
3872 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
3874         * buff-menu.el (Buffer-menu-sort-column):
3875         * dabbrev.el (dabbrev-upcase-means-case-search):
3876         * dired.el (dired-recursive-deletes, dired-recursive-copies):
3877         * info.el (Info-current-subfile):
3878         * ls-lisp.el (ls-lisp-verbosity):
3879         * msb.el (msb-menu-cond):
3880         * pcvs.el (cvs-dired-use-hook):
3881         * simple.el (set-mark-command-repeat-pop):
3882         * time.el (display-time-24hr-format, display-time-mail-file):
3883         Doc fixes.
3885         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3886         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3888         * view.el (view-inhibit-help-message): Fix typo in docstring.
3889         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3891 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
3893         * mail/rmail.el (rmail-convert-to-babyl-format):
3894         Check content-transfer-encoding _last_, because we need its position
3895         in base64-header-field-end.
3897 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
3899         * files.el (mode-require-final-newline, require-final-newline)
3900         (enable-local-variables, enable-local-eval): Doc fixes.
3902 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
3904         * progmodes/python.el (python-font-lock-keywords)
3905         (python-open-block-statement-p, python-mode): Add support for the new
3906         "with" keyword.
3908 2007-05-10  Richard Stallman  <rms@gnu.org>
3910         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3911         (iso-cvt-write-only): Likewise.
3913         * emacs-lisp/easy-mmode.el (define-minor-mode):
3914         Fix generated doc string.
3916         * startup.el (fancy-splash-text): Add URL of guided tour.
3917         Adjust horizontal and vertical whitespace.
3919         * progmodes/compile.el (compilation-handle-exit):
3920         Use run-hook-with-args to run compilation-finish-functions.
3922         * files.el (file-start-mode-alist): New variable.
3923         (magic-mode-regexp-match-limit): Doc fix.
3924         (set-auto-mode): Handle file-start-mode-alist.
3925         A little cleanup of structure.
3927 2007-05-10  Davis Herring  <herring@lanl.gov>
3929         * calendar/timeclock.el (timeclock-in): Fix non-interactive
3930         workday specifications.
3931         (timeclock-log): Don't kill the log buffer if it already existed.
3933 2007-05-08  Richard Stallman  <rms@gnu.org>
3935         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3936         Don't include non-self-insert commands in the exception for `-'.
3938 2007-05-08  David Reitter  <david.reitter@gmail.com>
3940         * progmodes/python.el (python-guess-indent): Check non-nullness
3941         before comparing indent against the 2..8 interval.
3943 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3945         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3946         available.
3948 2007-05-06  Richard Stallman  <rms@gnu.org>
3950         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3952 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
3954         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3955         disconnections.
3957 2007-05-01  Romain Francoise  <romain@orebokech.com>
3959         * dired-x.el: Revert 2007-04-06 change.
3961 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
3963         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3964         don't put stop on toolbar.
3966 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
3968         * find-dired.el (find-dired-filter): Propertize all text down to eob.
3970 2007-04-29  Richard Stallman  <rms@gnu.org>
3972         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3974 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3976         * progmodes/cc-mode.el (c-before-change): Use point-min rather
3977         than 1.
3979 2007-04-28  Richard Stallman  <rms@gnu.org>
3981         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3983 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3985         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3987 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
3989         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3990         instead of $(lisp)/mh-e.
3992         * textmodes/fill.el (fill-paragraph): Doc fix.
3994 2007-04-28  Glenn Morris  <rgm@gnu.org>
3996         * image-dired.el (image-dired-cmd-create-thumbnail-options)
3997         (image-dired-cmd-create-temp-image-options): Replace option
3998         +profile "*" with -strip.
4000 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
4002         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4003         Use window-start and window-end.
4005 2007-04-26  Glenn Morris  <rgm@gnu.org>
4007         * progmodes/python.el: Restore file pending consideration of legal
4008         status.
4010 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
4012         * locate.el (locate-in-alternate-database): Doc fix.
4014 2007-04-26  Glenn Morris  <rgm@gnu.org>
4016         * button.el (button): Use underline if supported, else fall back
4017         to color.
4019 2007-04-25  Richard Stallman  <rms@gnu.org>
4021         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
4023 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
4025         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
4026         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
4027         pushing mark.
4028         (idlwave-current-routine): Don't push mark.
4030 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
4032         * image-dired.el (image-dired-display-image): Derive image-type from
4033         filename rather than assuming jpeg, in case no resizing was needed.
4035 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4037         * custom.el (defface): Doc fix.
4039 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
4041         * progmodes/python.el: Remove due to unclear legal issues.
4043 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
4045         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
4046         Don't re-query for each cleared BP.
4047         (idlwave-shell-clear-bp): Optionally skip BP query.
4048         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
4049         of set-window-buffer, which incorrectly moves displayed region.
4051 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
4053         * calc/calc.el (calc-bug-address): Update maintainer's address.
4054         * calc/*: Update maintainer's address.
4056 2007-04-23  Richard Stallman  <rms@gnu.org>
4058         * simple.el (set-mark-command-repeat-pop): Doc fix.
4059         Put in `editing-basics' group.
4061 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
4063         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
4064         New functions.
4065         (Info-mode-line-node-keymap): Bind mouse commands to
4066         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
4068 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
4070         * locate.el (locate-local-prompt): New var.
4071         (locate-prompt-for-command): Doc fix.
4072         (locate-prompt-for-search-string): New function.
4073         (locate): New optional arg.  Make locate-local-prompt
4074         buffer-local.  Use locate-prompt-for-search-string.
4075         (locate-with-filter): New optional arg.
4076         Use locate-prompt-for-search-string.
4077         (locate-update): Bind locate-prompt-for-command.
4079 2007-04-23  Glenn Morris  <rgm@gnu.org>
4081         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
4083 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
4085         * button.el (button): Inherit from link face on a tty.
4087 2007-04-23  Glenn Morris  <rgm@gnu.org>
4089         * button.el (button): Use color for this face on a tty.
4091         * files.el (magic-mode-alist): Allow for carriage-returns in
4092         html-mode and sgml-mode entries.
4094 2007-04-22  Richard Stallman  <rms@gnu.org>
4096         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4097         Improve doc string of generated command.
4099         * subr.el (read-number): Catch errors.
4101         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
4103 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
4105         * image-dired.el: Rename from thumbnails.el.  All instances of
4106         "thumbnails" replaced with "image-dired".
4108         * dired.el (dired-mode-map): Rename "thumbnails" again, to
4109         "image-dired".
4111 2007-04-22  Kim F. Storm  <storm@cua.dk>
4113         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
4114         Don't use kill-line.
4116 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
4118         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
4119         error message.
4121 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
4123         * dired.el: Rename "tumme" to "thumbnails".
4125         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
4126         replaced with "thumbnails".
4128 2007-04-22  Glenn Morris  <rgm@gnu.org>
4130         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
4131         and give it the risky-local-variable property.
4133         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
4134         before defining it.
4136 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
4138         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4139         Use delete-region instead of kill-line.
4141 2007-04-21  Alan Mackenzie  <acm@muc.de>
4143         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
4144         `kill-region' by `delete-region'.
4146 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
4148         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
4149         instead of kill-region.
4151         * progmodes/mantemp.el (mantemp-make-mantemps-region)
4152         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
4153         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
4154         and kill-line.
4156         * progmodes/vhdl-mode.el (vhdl-template-type)
4157         (vhdl-template-record, vhdl-template-nature)
4158         (vhdl-template-configuration-spec, vhdl-template-component-inst)
4159         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
4160         Use delete-region instead of kill-word and kill-line.
4162 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4164         * dired-x.el (dired-virtual-mode): Doc fix.
4166 2007-04-21  Richard Stallman  <rms@gnu.org>
4168         * font-lock.el (font-lock-keywords-alist): Mark as risky.
4170         * subr.el (read-number): Doc fix.
4172         * simple.el (pop-to-mark-command): Display message "mark popped"
4173         if point does not move.
4174         (set-mark-command): Doc fix.
4176 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
4178         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
4179         (locate-local-filter, locate-local-search): New vars.
4180         (locate): Make variables local.
4181         (locate-update): Bind locate-buffer-name.  Call locate using
4182         locate-local-filter and locate-local-search.
4184 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
4186         * hi-lock.el (hi-lock-file-patterns-policy): New var.
4187         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
4188         (hi-lock-mode): Update docstring.
4190 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4192         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
4193         fill-nobreak-predicate when the break is past fill-column.
4195 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4197         * locate.el (locate): Output from shell-command should go in the
4198         current buffer rather than *Shell Command Output*.
4200 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
4202         * paren.el (show-paren-function): Fix last fix.
4204 2007-04-19  Kevin Ryde  <user42@zip.com.au>
4206         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
4207         (archive-lzh-summarize): Add optional start arg for where to start
4208         looking at the archive.
4209         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
4211         * international/mule.el (auto-coding-alist): no-conversion for .exe
4212         and .EXE.
4214 2007-04-19  Alan Mackenzie  <acm@muc.de>
4216         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
4217         function return type contains "struct", "union", etc.
4218         c-end-of-defun goes too far forward.
4220 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
4222         * paren.el (show-paren-function): Reset window-start to avoid
4223         recentering.
4225 2007-04-19  Glenn Morris  <rgm@gnu.org>
4227         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
4229 2007-04-18  Glenn Morris  <rgm@gnu.org>
4231         * calendar/diary-lib.el (diary-header-line-format): Add a custom
4232         :set function.
4233         (diary-list-entries): Only switch to diary-mode from
4234         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
4235         diary-mode set header-line-format, in case of any customization.
4237 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4239         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
4240         is less than the length of parse-time-syntax.
4242 2007-04-17  David Kastrup  <dak@gnu.org>
4244         * replace.el (query-replace-regexp-eval): Deprecate.
4246 2007-04-17  Alan Mackenzie  <acm@muc.de>
4248         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
4249         point too close to EOB, leave point at EOB rather than last `}'.
4251 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4253         * textmodes/bibtex.el (bibtex-include-OPTkey)
4254         (bibtex-user-optional-fields, bibtex-entry-field-alist):
4255         Fix defcustom.
4257 2007-04-17  Glenn Morris  <rgm@gnu.org>
4259         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
4260         be encoded, fall back to current year.
4262 2007-04-14  Kevin Ryde  <user42@zip.com.au>
4264         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
4265         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
4266         M "MSDOS".
4268 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
4270         * progmodes/python.el (python-end-of-block): Avoid looping forever
4271         if python-next-statement fails.
4273 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4275         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
4277 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
4279         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
4280         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
4282 2007-04-15  Jay Belanger  <belanger@truman.edu>
4284         * calc/calc.el (calc-version): New function.
4285         (calc-trail-mode): Shorten the title.
4287 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4289         * mail/footnote.el (footnote-style): Clarify docstring to state
4290         that customizing this only applies to future footnotes.
4292 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4294         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
4295         (bibtex-make-field): Check that INIT is a string.  Use functionp.
4297 2007-04-14  Glenn Morris  <rgm@gnu.org>
4299         * complete.el (PC-goto-end): New buffer-local variable.
4300         (PC-do-completion-end): Make buffer-local.
4301         (partial-completion-mode) <choose-completion-string-functions>:
4302         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
4303         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
4304         doc string.  Set PC-goto-end for choose-completion.
4305         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
4306         PC-do-completion.
4308         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
4309         arg to bibtex-make-field.
4310         (bibtex-make-field): Add optional fourth arg NODELIM.
4311         Insert delimiters around INIT unless this arg is non-nil.
4313 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
4315         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
4316         global map isn't modified.
4318 2007-04-14  Glenn Morris  <rgm@gnu.org>
4320         * calendar/appt.el (appt-disp-window): Do not split small windows.
4321         Suggested by Jeff Miller <jmiller@cablespeed.com>.
4323 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
4325         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
4327         * files.el: Ditto.
4329 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
4331         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
4333         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
4334         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
4335         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
4336         (term-pager-help): Fix typos in docstrings.
4338         * wid-edit.el (widget-documentation): Fix typo in docstring.
4340         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
4341         Fix typos in error messages.
4343 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
4345         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
4346         window marked as dedicated.
4348         * mail/footnote.el (footnote-latin-string): New variable.
4349         (footnote-latin-regexp): Redefine as regexp alternative.
4350         (Footnote-latin): Use footnote-latin-string instead of
4351         footnote-latin-regexp.
4353 2007-04-13  Glenn Morris  <rgm@gnu.org>
4355         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
4356         inherited keymaps.
4358 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
4360         * outline.el (outline-get-next-sibling): Clarify docstring.
4361         (outline-get-last-sibling): Handle case where we are at the first
4362         heading.  Clarify docstring.
4364 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4366         * progmodes/gud.el (gud-minor-mode-map): Make go button same
4367         length as stop button to lessen flicker.
4368         (jdb): Add gud-print.
4369         (gud-find-expr): Jdb prints the expression with the value, so
4370         don't insert it in the output.
4372 2007-04-11  Jason Rumney  <jasonr@gnu.org>
4374         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
4375         case hex.  Do not try to decode non-hex letters.
4377 2007-04-11  Markus Triska  <markus.triska@gmx.at>
4379         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
4380         (byte-optimize-backward-word): Remove (move to bytecomp.el).
4381         (byte-optimize-form-code-walker): Evaluate pure function calls if
4382         possible.
4383         (byte-optimize-all-constp): New function.
4385         * emacs-lisp/bytecomp.el (byte-compile-char-before):
4386         Improve numeric argument case.
4387         (byte-compile-backward-char, byte-compile-backward-word):
4388         New functions, performing rewriting previously done in byte-opt.el.
4389         Fix their "Fixme" item (restriction to numeric arguments).
4391 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4393         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
4394         with dolist.
4395         (after-init-hook): Don't quote lambda.
4396         (desktop-first-buffer): Don't wrap it in eval-when-compile.
4397         (desktop-internal-v2s): Remove unused var `el'.
4398         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
4399         desktop-restore-file-buffer.
4400         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
4401         desktop-create-buffer.
4403 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
4405         * woman.el (woman-decode-buffer): Postpone macro-set check...
4406         (woman-decode-region): ...to here.
4408 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
4410         * startup.el (tty-handle-args): Use %S to log ARGS.
4412 2007-04-10  Glenn Morris  <rgm@gnu.org>
4414         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
4415         it is obsolete and has no effect.
4417         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
4418         byte-compiler.
4420         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
4421         obsolete function make-local-hook.
4423         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
4424         start to quieten byte-compiler.
4426 2007-04-10  Markus Triska  <markus.triska@gmx.at>
4428         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
4429         to bytecomp.el as byte-compile-char-before).
4430         * emacs-lisp/bytecomp.el (byte-compile-char-before):
4431         New function (modified replacement for byte-optimize-char-before in
4432         byte-opt.el).
4434 2007-04-09  Alan Mackenzie  <acm@muc.de>
4436         * startup.el (inhibit-splash-screen): Emphatically state that it
4437         can't be set in site-start.el.
4439 2007-04-09  Masatake YAMATO  <jet@gyve.org>
4441         * progmodes/cc-subword.el (c-capitalize-subword): More closely
4442         mimic the behavior of `capitalize-word'.  Do not move point with a
4443         negative argument.  Based on tiny change by Paul Curry.
4445 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
4447         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
4448         Don't move point if ARG is negative.
4450 2007-04-09  Alan Mackenzie  <acm@muc.de>
4452         Changes to make `narrow-to-defun' and `mark-defun' work properly
4453         in CC Mode:
4455         * progmodes/cc-defs.el (c-beginning-of-defun-1):
4456         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4457         Bind beginning/end-of-defun-function to nil around calls to
4458         beginning/end-of-defun.
4460         * progmodes/cc-langs.el (beginning-of-defun-function)
4461         (end-of-defun-function): New c-lang-setvar's.
4463         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
4464         (setq arg 1))" to enable non-interactive call.
4466 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
4468         * simple.el (set-mark-command): Doc fix.
4470 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
4472         * progmodes/gud.el (gdb): Restore existing session if user
4473         tries to start a second one in graphical mode.
4475 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
4477         * cus-start.el <scroll-preserve-screen-position>: Add choices.
4479 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4481         * term/xterm.el (terminal-init-xterm): Fix key definitions.
4482         Add binding for C-M-SPC.
4484 2007-04-08  Richard Stallman  <rms@gnu.org>
4486         * pcomplete.el (pcomplete-read-event): One single definition,
4487         and not a defsubst.
4489 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
4491         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4492         byte-compiler warning "value unused".
4494 2007-04-08  Andreas Schwab  <schwab@suse.de>
4496         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4498 2007-04-07  Glenn Morris  <rgm@gnu.org>
4500         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4501         Autoload these functions.
4502         (diary-date-forms): Add a custom :set form.
4504         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4505         before first use.
4506         (diary-font-lock-keywords): New function with old code for
4507         initialization of variable of same name.
4509 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
4511         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4512         clean-up: only insert space when on identifier, etc.
4514 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4516         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4518         * net/tls.el (open-tls-stream): Properly handle case where there
4519         is no associated buffer.
4521 2007-04-07  Glenn Morris  <rgm@gnu.org>
4523         * ffap.el (ffap-file-at-point): Lower the priority of the
4524         ffap-ftp-sans-slash-regexp check.
4526 2007-04-06  Alan Mackenzie  <acm@muc.de>
4528         Fix fontification of labels, and other things with ":".
4530         * progmodes/cc-engine.el (c-forward-label): The function now
4531         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4532         the former t.
4534         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4535         new return code from c-forward-label, fontifying tokens properly.
4536         Add some general comments throughout the file.
4538 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
4540         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4541         Revert 2006-01-27 change.
4543         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4545         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4547         * desktop.el (desktop-create-buffer, desktop-save):
4548         Revert 2004-11-12 change for lack of copyright papers.
4550         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4551         (dired-guess-default): Respect case.
4553         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4555         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4556         was originally checked in as byte-optimize-concat on 1997-11-02.
4558         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4559         1995-05-19 doc changes.
4561 2007-04-06  Kim F. Storm  <storm@cua.dk>
4563         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
4564         (unload-feature): Update interactive spec accordingly.
4566         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4568 2007-04-06  John Paul Wallington  <jpw@pobox.com>
4570         * subr.el (with-case-table): Use `make-symbol' to avoid variable
4571         capture.  Restore the table in the same buffer.
4573         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4575 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
4577         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4578         Print entire form.
4580 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
4582         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4583         for low-color displays.
4585 2007-04-05  Glenn Morris  <rgm@gnu.org>
4587         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4588         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4589         Seed random number generator on loading.
4591         * emacs-lisp/authors.el (top-level): Provide self.
4593         * play/animate.el (top-level): Provide self.
4595 2007-04-04  Alan Mackenzie  <acm@muc.de>
4597         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4598         to mention c-syntactic-indentation.
4600 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4602         * subr.el (with-case-table): New macro.
4604         * international/mule.el (ascii-case-table): New var.
4606         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4607         downcasing.
4609 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
4611         * progmodes/gud.el (gud-minor-mode-map): Simplify.
4613         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4614         of the window if we're outside it e.g menu-bar.
4616         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4617         window if we're outside it e.g menu-bar.
4619 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4621         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4622         decode base-64 encoded body if its content-type is something other
4623         than text/* or message/*.
4625 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
4627         * simple.el (activate-mark-hook): Fix typo in docstring.
4629 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
4631         * tmm.el (tmm-c-prompt): Initialize.
4632         (tmm-menubar): Deal with extended menu-items at top level.
4633         (tmm-get-keybind): Handle bindings redefined/undefined locally.
4634         (tmm-prompt): Handle visibility of top level menu-items.
4636         * progmodes/gud.el (gud-menu-map): Simplify.
4637         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4638         menubar.
4640 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
4642         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4644         * comint.el (comint-send-input): Widen the buffer first.
4646         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4648 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4650         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4651         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4653         * newcomment.el (comment-search-forward): Discard comment starters
4654         before point.
4656 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
4658         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4660 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4662         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4663         when downcasing.
4665         * button.el (previous-button): Rewrite to account for adjacent buttons.
4667 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
4669         * progmodes/idlwave.el (idlwave-auto-fill):
4670         Revert paragraph-separate change.
4672         * progmodes/idlw-shell.el (idlwave-shell-break-in):
4673         Simplify module calc.
4674         (idlwave-shell-set-bp-in-module): Compute module.
4676 2007-03-31  Glenn Morris  <rgm@gnu.org>
4678         * emacs-lisp/timer.el (run-at-time): Doc fix.
4680         * emacs-lisp/warnings.el (display-warning): If we create the
4681         buffer displaying the warning, disable undo there.
4683 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
4685         * net/tramp.el (tramp-register-file-name-handler)
4686         (tramp-register-completion-file-name-handler): New defsubst,
4687         derived from `tramp-register-file-name-handlers'.  The split is
4688         necessary because Tramp's file name handlers must be registered at
4689         different startup places.
4691 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
4693         * progmodes/hideshow.el (turn-off-hideshow): New function.
4694         (hs-minor-mode): Use it instead of a lambda expression in
4695         change-major-mode-hook.
4697 2007-03-31  David Kastrup  <dak@gnu.org>
4699         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4700         corresponding to MANPATH_MAP entries.
4701         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4702         (woman-parse-man.conf): Use more discriminating man.conf name.
4703         (woman-parse-man.conf): Parse MANPATH_MAP entries.
4704         (woman-manpath): Doc fix and type fix.
4705         (woman-cached-data): Check for MANPATH_MAP entries.
4706         (woman-expand-directory-path): Treat MANPATH_MAP entries.
4708 2007-03-31  Stuart Herring  <herring@lanl.gov>
4710         * emacs-lisp/sregex.el (sregexq): Doc fix.
4712 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4714         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4716 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
4718         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4719         Move to the right.
4721 2007-03-30  Alan Mackenzie  <acm@muc.de>
4723         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4725 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
4727         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4728         Use it, passed in explicitly, instead of from the dynamic binding.
4729         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4731 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
4733         * simple.el (blink-matching-open): When in minibuffer, don't
4734         search for a match inside the prompt.
4736 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
4738         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4739         (tmm-prompt): Don't make the mouse user select the first menu
4740         item twice.
4742 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
4744         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4745         SIGUSR1 and SIGUSR2.
4747 2007-03-29  Kim F. Storm  <storm@cua.dk>
4749         * ido.el (ido-read-internal): When reading file or dir, only override
4750         minibuffer-local-filename-completion-map, otherwise only override
4751         minibuffer-local-completion-map.
4753 2007-03-29  Glenn Morris  <rgm@gnu.org>
4755         * complete.el (partial-completion-mode): Set PC-do-completion-end
4756         to nil after use.
4757         (PC-lisp-complete-symbol): Create and use a marker at `end',
4758         rather than using point-marker.
4760 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
4762         * simple.el (next-error-highlight): Doc fix.
4763         (compose-mail): Revert 2007-03-19 change.
4765 2007-03-28  Richard Stallman  <rms@gnu.org>
4767         * emacs-lisp/edebug.el (edebug-display): Don't go to
4768         edebug-outside-buffer if it is dead.
4770 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
4772         * view.el (view-mode): Fix typos in docstring.
4774 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
4776         * recentf.el (recentf-save-file): Add a custom :set function.
4778 2007-03-28  Glenn Morris  <rgm@gnu.org>
4780         * complete.el (PC-do-completion-end): New variable.
4781         (partial-completion-mode) <choose-completion-string-functions>:
4782         Use PC-do-completion-end in the non-minibuffer case to replace the
4783         correct amount of text.
4784         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4785         (PC-lisp-complete-symbol): Give marker the after-insertion type,
4786         to deal with improvements inserted after point.
4788 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4790         * button.el (make-text-button): Add explicit `button' property.
4791         (default-button): Don't put a `button' property on it.
4793         * progmodes/python.el (python-mode): Skip comments when parsing.
4795         * vc-arch.el (vc-with-current-file-buffer): New macro.
4796         (vc-arch-file-source-p): Use it to avoid infloop.
4798 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
4800         * emacs-lisp/lisp.el (lisp-complete-symbol):
4801         Fix call to get-buffer-window to find windows in other frames.
4803 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4805         * comint.el (comint-proc-query, comint-dynamic-list-completions):
4806         Fix calls to get-buffer-window to find windows in other frames.
4807         Reported by David Hansen <david.hansen@gmx.net>.
4809 2007-03-27   Kevin Ryde  <user42@zip.com.au>
4811         * info.el (Info-display-images-node): On a text-only terminal,
4812         show the "text" or "alt" parts of the image blobs.
4814 2007-03-27  Glenn Morris  <rgm@gnu.org>
4816         * complete.el (PC-do-completion): Compute completion-base-size in
4817         the non-filename case, rather than setting to nil.
4818         (PC-lisp-complete-end): New variable.
4819         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4820         original end in a series of consecutive invocations.
4822         * calendar/calendar.el (calendar-mode-hook): Declare it.
4824         * calendar/diary-lib.el (diary-live-p): Do not check for
4825         diary-selective-display.
4827 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4829         * replace.el (occur-next-error): *Occur* might not be displayed in the
4830         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
4832 2007-03-26  Richard Stallman  <rms@gnu.org>
4834         * textmodes/flyspell.el (flyspell-large-region):
4835         Use ispell-call-process-region.
4837 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4839         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4840         Use prin1 instead of princ.
4842 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
4844         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4845         Merge in X resources before global face.
4847         * progmodes/compile.el (compilation-start): Save compilation-directory
4848         rather than default-directory as local var.
4849         (compilation-directory): Mark as safe local var.
4851         * files.el: Don't mark default-directory as a safe local var.
4853 2007-03-25  Alan Mackenzie  <acm@muc.de>
4855         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4856         * progmodes/cc-engine.el: Fix typo.
4858 2007-03-25  Juri Linkov  <juri@jurta.org>
4860         * compare-w.el (compare-windows): Rename customization group
4861         `compare-w' to `compare-windows'.
4862         (compare-windows-whitespace, compare-ignore-whitespace)
4863         (compare-ignore-case, compare-windows-sync)
4864         (compare-windows-sync-string-size, compare-windows-recenter)
4865         (compare-windows-highlight, compare-windows): Change group name in
4866         the `group' tag from `compare-w' to `compare-windows'.
4867         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
4869 2007-03-24  Markus Triska  <markus.triska@gmx.at>
4871         * expand.el: Change example to always enable abbrev-mode,
4872         and remove redundant `function'.
4873         (expand-abbrev-hook): Add autoload cookie.
4875 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
4877         * emacs-lisp/testcover.el (testcover-start, testcover-end)
4878         (testcover-mark-all, testcover-unmark-all): Add prompts to
4879         interactive specs.
4881 2007-03-24  Jason Rumney  <jasonr@gnu.org>
4883         * autorevert.el (find-file-hook, auto-revert-tail-mode):
4884         Use file size in bytes for auto-revert-tail-pos not characters.
4886 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
4888         * vc-rcs.el (vc-rcs-annotate-command):
4889         Set text property :vc-annotate-prefix on the annotation text.
4890         (vc-rcs-annotate-time): Instead of searching for ": ",
4891         search for end of text propertized with :vc-annotate-prefix.
4893 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
4895         * whitespace.el (top level): Remove calls putting
4896         permanent-local nil property since these are no-ops.
4898         * man.el (Man-support-local-filenames): Assure that
4899         default-directory exists when doing call-process.
4901 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
4903         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4904         Fix omission bug: Use m4-program-options to construct shell command.
4906 2007-03-23  David Kastrup  <dak@gnu.org>
4908         * progmodes/cc-mode.el (c-make-emacs-variables-local):
4909         Use `mapcar' rather than `mapcan' to silence compiler warning.
4911 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
4913         * textmodes/reftex.el, textmodes/reftex-vars.el,
4914         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4915         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4916         * textmodes/reftex-index.el, textmodes/reftex-global.el,
4917         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4918         * textmodes/reftex-auc.el: Add maintainer address.
4920 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
4922         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4923         Make sure that `global-font-lock-mode' does not turn on font-lock
4924         in these buffers.
4926 2007-03-21  Kim F. Storm  <storm@cua.dk>
4928         * xt-mouse.el (xt-mouse-epoch): New variable.
4929         (xterm-mouse-event): Use float-time.
4931 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
4933         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4934         current-time.
4936 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4938         * complete.el (read-file-name-internal): Don't add the final > if the
4939         completion is not finished (re-application of this patch, which was
4940         accidentally undone by Eli).
4942 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
4944         * emulation/viper.el (viper-non-hook-settings): Handle mouse
4945         clicks in describe-key and describe-key-briefly advice a little better.
4947 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
4949         * server.el (server-process-filter): Cancel any pending isearch.
4951 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
4953         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4954         (icalendar--get-unfolded-buffer): Define actual arguments rather
4955         than just using &rest.  Check replace-in-string is fbound.
4956         (icalendar-import-buffer): Doc fix.
4957         (icalendar--convert-ical-to-diary): Set diary-file.
4958         Check diary-file before inserting final newline.
4959         (icalendar--add-diary-entry): Return diary-file.
4961 2007-03-21  Glenn Morris  <rgm@gnu.org>
4963         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4964         (diary-display-hook): Add custom :set function.
4966         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4967         Add custom :set function.
4968         (diary-header-line-format): Doc fix.
4969         (diary-set-maybe-redraw): New function.
4970         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4971         (diary-list-entries): Always run diary-mode.
4973 2007-03-20  Kenichi Handa  <handa@m17n.org>
4975         * international/quail.el (quail-setup-completion-buf): Make the
4976         completion buffer read-only.
4977         (quail-completion): Adjusted for the above change.  Leave the
4978         modified flag nil.
4980 2007-03-20  David Kastrup  <dak@gnu.org>
4982         * files.el (magic-mode-alist): Require literal "%!PS" string for
4983         magic postscript file detection.
4985 2007-03-20  Richard Stallman  <rms@gnu.org>
4987         * textmodes/ispell.el (ispell-call-process): New function.
4988         Defends against bad `default-directory.'
4989         (ispell-check-version, ispell-find-aspell-dictionaries)
4990         (ispell-get-aspell-config-value, lookup-words): Call it.
4991         (ispell-call-process-region): New function.
4992         (ispell-send-string): Call it.
4994 2007-03-20  Andreas Schwab  <schwab@suse.de>
4996         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4997         (finder-data): Likewise.
4998         (autoloads): Likewise.
5000 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
5002         * files.el (basic-save-buffer): Do not set visited filename when
5003         the corresponding directory does not exist or the specified
5004         filename is that of an existing directory.
5006 2007-03-20  Glenn Morris  <rgm@gnu.org>
5008         * calendar/diary-lib.el (diary-live-p): New function.
5009         (number-of-diary-entries): Add a :set function to redisplay diary
5010         when necessary.
5012 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
5014         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
5015         from client program, mev, to compute mouse event.
5017 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
5019         * faces.el (momentary): Face removed; unused due to reversion of
5020         2007-01-04 changes by Kevin Rodgers.
5022         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
5023         Suggested by Johan Bockg\e,Ae\e(Brd.
5025 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
5027         * font-lock.el (lisp-font-lock-keywords-1):
5028         Highlight define-globalized-minor-mode as a keyword.
5030 2007-03-19  Kim F. Storm  <storm@cua.dk>
5032         * calc/calc-forms.el (math-std-daylight-savings)
5033         (math-std-daylight-savings-old): Doc fix.
5035 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
5037         * progmodes/python.el (python-default-template): Doc fix.
5038         (python-buffer): Fix typo in docstring.
5040         * isearchb.el (isearchb-follow-char):
5041         * subr.el (def-edebug-spec): Fix typo in docstring.
5043 2007-03-19  Richard Stallman  <rms@gnu.org>
5045         * files.el (default-directory): Mark safe.
5046         (basic-save-buffer-2): Put proper dir name in error message.
5048         * simple.el (compose-mail): Run switch-function after
5049         setting up the mail buffer.
5051         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
5053 2007-03-18  Jay Belanger  <belanger@truman.edu>
5055         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
5056         (math-std-daylight-savings-new): Rename from
5057         `math-std-daylight-savings'.
5058         (math-std-daylight-savings-old): Rename from old value of
5059         `math-std-daylight-savings'.
5060         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
5061         `math-std-daylight-savings-old' depending on the year.
5063 2007-03-18  Detlev Zundel  <dzu@gnu.org>
5065         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
5066         zero-width regexps as invalid but rather at least count them correctly.
5068 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5070         * net/tls.el (open-tls-stream): In handshake-waiting loop,
5071         don't wait more if there is output available to process.
5073 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
5075         * progmodes/compile.el (compilation-find-file): Revert change
5076         from 2006-07-18 to allow completion of directory names.
5077         Reported by John Carter <john.carter@tait.co.nz>.
5079 2007-03-18  Kim F. Storm  <storm@cua.dk>
5081         * subr.el (when, unless): Doc fix.
5083 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5085         * net/tls.el (tls-program): Doc fix.
5087 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
5089         * autorevert.el (auto-revert-tail-handler):
5090         Call after-revert-hook.
5092 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
5094         * simple.el (switch-to-completions): No error if search for \n\n fails.
5096 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
5098         * simple.el (line-move-1):
5099         Respect `inhibit-line-move-field-capture' property.
5101 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
5103         * comint.el (comint-arguments): Mark backslash-escaped chars.
5104         (comint-delim-arg): Don't treat them as delimiters.
5106 2007-03-12  Kim F. Storm  <storm@cua.dk>
5107         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
5109 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5111         * tempo.el (tempo-insert): Deal with 'r> if it appears
5112         specified with a prompt argument.
5114 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
5116         * textmodes/org.el (org-set-font-lock-defaults):
5117         Handle narrow table columns correctly.
5119 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
5121         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
5122         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
5123         Return to use of the -no-properties variants.  There was
5124         consensus on emacs-devel that the speed of these variants was
5125         prefered since we are usually parsing files (from the internet
5126         or on disk) instead of XML created in Emacs.
5128         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
5129         Add customize option.
5131 2007-03-12  Glenn Morris  <rgm@gnu.org>
5133         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
5134         North American rule.  Replace "daylight savings" with "daylight
5135         saving" in doc.
5137         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
5138         * calendar/lunar.el, solar.el: Replace "daylight savings" with
5139         "daylight saving" in text.
5141         * woman.el (woman-change-fonts): Tweak previous change by using
5142         woman-request-regexp rather than "^\\.".
5144         * startup.el (command-line-1): Make insertion of
5145         initial-scratch-message not depend on scratch being selected.
5147 2007-03-11  Juri Linkov  <juri@jurta.org>
5149         * replace.el (match): Use yellow background on light-bg terminals.
5151 2007-03-11  Richard Stallman  <rms@gnu.org>
5153         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5154         Correctly compute line number.
5156 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
5158         * type-break.el (type-break-get-previous-count):
5159         Repeat previous change here.
5161 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
5163         * progmodes/grep.el (grep-find-ignored-directories):
5164         Add .git and .bzr to list.
5166 2007-03-11  Andreas Schwab  <schwab@suse.de>
5168         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
5170 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5172         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
5174 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
5176         * faces.el (face-set-after-frame-default): Recalculate face
5177         customizations after applying X resources.
5179 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
5181         * net/rcirc.el (rcirc-timeout-seconds): New variable.
5182         (rcirc-keepalive-seconds): Remove variable.
5183         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
5184         (rcirc-process, rcirc-user-disconnect): New variables.
5185         (rcirc-connect): Initalize new variables.
5186         (rcirc-keepalive): Don't send keepalive pings before connection
5187         is completed.
5188         (rcirc-sentinel): Do mark all channels with activity when
5189         connection is dropped.  Run hook with process buffer local.
5190         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
5191         (rcirc-buffer-process): Return value of rcirc-process if
5192         rcirc-server-buffer is nil.
5193         (rcirc-server-name): Return the reported server name.
5194         (rcirc-update-prompt): Simplify computation of the server name.
5195         (rcirc-format-response-string): Likewise.
5196         (rcirc-handler-001): Mark server as connected, record the reported
5197         server name, and schedule a timeout.
5198         (rcirc-track-nick): Add a spec for the tty class.
5199         (rcirc-user-non-nick): Remove function.
5200         (rcirc-nick-prefix-chars): Add variable.
5201         (rcirc-user-nick): Use above variable.
5203 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5205         * icomplete.el (icomplete-tidy, icomplete-exhibit):
5206         Bind deactivate-mark to nil.
5208 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
5210         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
5211         that buffer contents get erased during completion.
5213 2007-03-10  Glenn Morris  <rgm@gnu.org>
5215         * woman.el (woman-change-fonts): Add a hack to deal with
5216         font-escape followed by "." at start of a line.
5217         (woman2-IP): Add a hack to deal with consecutive requests.
5218         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
5220 2007-03-10  Alan Mackenzie  <acm@muc.de>
5222         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
5224 2007-03-09  Richard Stallman  <rms@gnu.org>
5226         * abbrev.el (abbrev): Add `provide'.
5228 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
5230         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
5232 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
5234         * complete.el (PC-try-completion): New function.
5235         (PC-do-completion, read-file-name-internal): Use it instead of
5236         try-completion.
5238 2007-03-08  Alan Mackenzie  <acm@muc.de>
5240         Remove stale tokens from `c-found-types' cache.
5242         * progmodes/cc-mode.el (c-unfind-enclosing-token)
5243         (c-unfind-coalesced-tokens, c-before-change): New functions.
5244         (c-maybe-stale-found-type): New variable.
5246         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
5247         (c-trim-found-types): New functions.
5249 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5251         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
5252         (debug-ignored-errors): Add entry from smerge-match-conflict.
5254 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
5256         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
5257         special help topics for keywords.
5258         (idlwave-help-assistant-command): Include ".exe" for ms-dos
5259         etc.  Assistant command.
5261 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
5263         * replace.el (occur-engine): Move buffer-undo-list binding...
5264         (occur-1): ...to here.
5266         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
5268         * simple.el (minibuffer-completing-symbol): New var.
5269         (eval-expression): Use it.
5270         (completion-setup-function): Don't bind completion-base-size when
5271         completing a symbol in the minibuffer.
5273 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
5275         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
5276         tries to start a second session in graphical mode.
5278 2007-03-07  Miles Bader  <miles@gnu.org>
5280         * international/isearch-x.el
5281         (isearch-process-search-multibyte-characters):
5282         Strip text-properties from PROMPT to avoid an error from read-string.
5284 2007-03-07  Kim F. Storm  <storm@cua.dk>
5286         * complete.el (PC-bindings): Remap lisp-complete-symbol to
5287         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
5289 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5291         * complete.el (PC-do-completion): Delete duplicates in the list of
5292         possible completions.
5294 2007-03-07  Glenn Morris  <rgm@gnu.org>
5296         * ses.el (ses-mode): Doc fix.
5298 2007-03-06  Kim F. Storm  <storm@cua.dk>
5300         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
5302 2007-03-06  Kenichi Handa  <handa@m17n.org>
5304         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
5306 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5308         * simple.el (completion-setup-function): Improve last fix so it doesn't
5309         set it to a relative directory name either.
5311 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5313         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
5315 2007-03-05  Richard Stallman  <rms@gnu.org>
5317         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
5319         * files.el (find-file-noselect): No error if file no longer exists.
5320         Display a message and avoid other questions.
5322 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5324         * pcomplete.el (pcomplete-show-completions): Improve last change, so
5325         as not to use an invisible window and to create a window if none exist.
5327         * progmodes/python.el (python-send-command): Restart proc if necessary.
5328         (python-proc): Simplify.
5330 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
5332         * pcomplete.el (pcomplete-show-completions): Search all frames for
5333         completions buffer.
5335 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
5337         * cus-edit.el (customize-save-variable): Clear customized-value
5338         property (saved values are now put in theme-value property).
5339         (customize-set-variable): Doc fix.
5341         * complete.el (PC-do-completion): If completion-ignore-case is
5342         non-nil, replace field with completion string before exiting.
5344 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
5346         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
5347         Append its extension to the resulting temporary file name.
5348         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
5350         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
5351         (tramp-smb-handle-write-region): Apply it.
5353 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5355         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5356         Redo previous change.
5358 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5360         * diff-mode.el (diff-mode): Doc fix.
5362 2007-03-05  Kenichi Handa  <handa@m17n.org>
5364         * international/characters.el: Set category `l' (latin)
5365         for more characters.
5367 2007-03-04  Kim F. Storm  <storm@cua.dk>
5369         * emacs-lisp/authors.el (authors-aliases): Add alias.
5371 2007-03-04  Glenn Morris  <rgm@gnu.org>
5373         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
5374         all when switching major mode.
5375         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
5376         (hs-block-start-mdata-select, hs-block-end-regexp)
5377         (hs-forward-sexp-func, hs-adjust-block-beginning):
5378         Do not make these variables permanent-local.
5380 2007-03-04  Richard Stallman  <rms@gnu.org>
5382         * progmodes/cperl-mode.el (cperl-mode):
5383         Modify cperl-compilation-error-regexp-alist by appending.
5385         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
5386         (edebug-mode): Add the hook.
5387         (edebug-recursive-edit): Remove the hook on exiting.
5389         * type-break.el (type-break-get-previous-time):
5390         Handle end-of-file errors specially
5391         so they don't get reported wrong in .emacs.
5393         * startup.el (fancy-splash-text): Clarify text.
5395         * simple.el (beginning-of-buffer, end-of-buffer):
5396         Avoid treating plain C-u like numeric arg.
5398         * simple.el (completion-setup-function): Don't set
5399         default-directory to nil.
5401         * shell.el (shell-dirstack-query): Doc fix.
5403         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5404         Don't select the window -- pass it to primitives instead.
5406         * faces.el (minibuffer-prompt): Use medium blue by default.
5408 2007-03-04  David Kastrup  <dak@gnu.org>
5410         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
5411         Preserve 16 as default value for "seconds" when customizing.
5413 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
5415         * textmodes/org.el (org-self-insert-command)
5416         (orgtbl-self-insert-command, org-delete-char)
5417         (org-delete-backward-char): Set the `flyspell-delayed' property.
5419 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
5421         * international/mule.el (find-auto-coding): Don't search for
5422         line-ending characters past the end of the tail.
5424 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
5426         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5427         Jump to the line where new score has been uploaded.
5429         * play/tetris.el (tetris-move-bottom, tetris-move-left)
5430         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
5431         Do nothing when the game is paused.
5433 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
5435         * textmodes/org.el (org-set-tags): Prevent slipping of point
5436         during completion.
5438 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5440         * isearch.el (isearch-message-prefix):
5441         Use minibuffer-prompt-properties.
5443 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5445         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
5446         (ps-setup): Print which Emacsen is running ps-print package.
5448 2007-03-01  Stuart Herring  <herring@lanl.gov>
5450         * files.el (set-auto-mode-0): Use `indirect-function'.
5451         (hack-one-local-variable): Don't reapply current major mode.
5453 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5455         * progmodes/python.el (python-quote-syntax): Don't bother with
5456         syntax-ppss-context.
5457         (python-fill-paragraph): Make sure that fenced-string delimiters that
5458         stand on their own line stay there.
5460 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5462         * replace.el (perform-replace): Propertize message.
5464 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
5466         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
5467         invisible heading.
5469 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
5471         * net/tramp.el (tramp-file-name-handler): Revert last change.
5473 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
5475         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
5476         Correct doc strings.
5478 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
5480         * replace.el (perform-replace): Undo forward-char immediately if
5481         non-adjacent search fails.
5483 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         * version.el (emacs-major-version, emacs-minor-version):
5486         string-to-int -> string-to-number.
5488 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
5490         * help.el (where-is): Fail gracefully when not passed a command.
5492 2007-02-28  Stuart Herring  <herring@lanl.gov>
5494         * find-lisp.el (find-lisp-default-directory-predicate):
5495         Fix bug: Do symlink check on expanded filename.
5497 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
5499         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5500         changes during replacement.
5501         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5503 2007-02-28  Lars Hansen  <larsh@soem.dk>
5505         * desktop.el: Delete header line listing me as maintainer.
5507 2007-02-28  Glenn Morris  <rgm@gnu.org>
5509         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5510         the menus case.
5512 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
5514         * net/tramp.el (tramp-file-name-handler): Inhibit modification
5515         hooks to avoid confusion when combining after-change calls.
5517 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
5519         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5520         now that pgg-gpg-process-region correctly honors passed-in passphrase.
5521         (allout-distinctive-bullets-string): Add info about bullet conventions.
5522         (allout-mode): Add info about distinctive vs plain bullets.
5524 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
5526         * textmodes/org.el (org-archive-subtree): Quote variable name.
5527         (org-agenda-get-todos): Make sure skip properties are checked correctly.
5529 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
5531         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5532         (gud-bashdb-command-name, bashdb): Remove.
5533         (gud, gud-menu-map): Remove references to bash/bashdb.
5535 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
5537         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5538         keyword for Python 2.5.
5540 2007-02-26  Romain Francoise  <romain@orebokech.com>
5542         * net/net-utils.el (whois-server-tld): Update server for .org.
5543         (whois-server-list): Add whois.publicinterestregistry.net.
5544         (whois-guess-server): Fix formatting in docstring.
5546 2007-02-26  Kim F. Storm  <storm@cua.dk>
5548         * mouse.el (mouse-show-mark): Run hooks and perform command
5549         remapping for mouse-region-delete-keys.
5551 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5553         * font-core.el (font-lock-mode): Doc fix.
5555 2007-02-25  Kim F. Storm  <storm@cua.dk>
5557         * ido.el (ido-buffer-internal): Set this-command to fallback command.
5558         Add selected buffer to buffer-name-history.
5559         (ido-file-internal): Set this-command to fallback command.
5560         Add file names to file-name-history.
5562         * emacs-lisp/map-ynp.el (map-y-or-n-p):
5563         Apply minibuffer-prompt-properties.
5565 2007-02-25  Andreas Schwab  <schwab@suse.de>
5567         * files.el (hack-one-local-variable-eval-safep): Correct handling
5568         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
5570 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
5572         * textmodes/org.el (org-table-overlay-coordinates)
5573         (org-table-toggle-coordinate-overlays): New functions.
5574         (org-table-overlay-coordinates, org-table-coordinate-overlays):
5575         New variables.
5576         (org-startup-with-deadline-check): Remove option.
5577         (org-mode): Remove deadline check on startup.
5578         (org-table-limit-column-width): Remove option.
5579         (org-table-formula-numbers-only): Remove option.
5580         (org-link-style, org-link-format): Remove options.
5581         (org-select-agenda-window, org-fit-agenda-window): Remove options.
5582         (org-export-ascii-show-new-buffer)
5583         (org-export-html-show-new-buffer): Remove options.
5584         (org-activate-links): Remove camel option.
5585         (org-file-link-context-use-camel-case): Remove option.
5586         (org-camel-regexp): Remove variable.
5587         (org-activate-camels): Remove function.
5588         (org-store-link): Remove Camel stuff.
5589         (org-make-org-heading-camel): Remove function.
5590         (org-open-at-point): Remove camel stuff.
5591         (org-link-search): Remove camel stuff.
5592         (org-camel-to-words): Function removed.
5593         (org-get-agenda-file-buffer): Make sure we prepare the base
5594         buffers, not any indirect buffers.
5595         (org-sort-entries): Sort top-level when not on a headline, and no
5596         active region.
5597         (org-in-regexp): New function.
5598         (org-search-not-self): Rename from `org-search-not-link'.
5599         (org-open-link-marker): New variable.
5600         (org-open-at-point): Set `org-open-link-marker'.
5601         (org-print-icalendar-entries): Fixe bug with excluding DONE
5602         entries from the exported list.
5603         (org-edit-formula-lisp-indent): New command.
5604         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5605         (orgtbl-to-latex, orgtbl-insert-radio-table)
5606         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5607         (orgtbl-radio-table-templates): New option.
5608         (org-store-link-props):
5609         (org-remember-templates): More possibilities to insert info
5610         into templates.
5611         (org-remember-apply-template): Make use of the extended
5612         template capabilities.
5613         (org-remember-redo-template): New command.
5614         (org-upgrade-old-links)
5615         (org-table-modify-formulas, org-table-replace-in-formulas)
5616         (org-table-find-dataline)
5617         (org-table-get-vertical-vector): Remove functions.
5618         (org-table-remove-rectangle-highlight)
5619         (org-time-stamp-format, org-toggle-log-option)
5620         (org-table-highlight-rectangle)
5621         (org-table-iterate, org-table-make-reference):
5622         (org-translate-time, org-tree-to-indirect-buffer)
5623         (org-table-field-info, org-table-fix-formulas)
5624         (org-table-force-dataline, org-table-get-descriptor-line)
5625         (org-table-get-range)
5626         (org-skip-comments, org-sort)
5627         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5628         (org-table-current-dline, org-table-current-field-formula)
5629         (org-table-edit-backward-field)
5630         (org-table-edit-formulas-post-command)
5631         (org-table-edit-line-down, org-table-edit-line-up)
5632         (org-agenda-archive)
5633         (org-agenda-clock-cancel)
5634         (org-agenda-clock-out, org-agenda-list-stuck-projects)
5635         (org-agenda-open-link, org-agenda-show-new-time)
5636         (org-agenda-skip-subtree-when-regexp-matches)
5637         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5638         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5639         (org-do-sort, org-file-image-p, org-find-overlays)
5640         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5641         (org-highlight-until-next-command, org-isearch-end)
5642         (org-match-any-p, org-next-link, org-previous-link):
5643         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5644         (org-rewrite-old-row-references)
5645         (org-isearch-post-command)
5646         (org-table-edit-move, org-table-edit-next-field)
5647         (org-table-edit-scroll, org-table-edit-scroll-down)
5648         (org-set-frame-title, org-show-reference)
5649         (org-unhighlight-once, org-verify-change-for-undo): New functions.
5650         (org-show-variable): Remove command.
5651         (org-add-log-maybe): New arguments STATE, FINDPOS
5652         (org-table-sort-lines): Rewrite from scratch.
5653         (org-link-search): New argument AVOID-POS.
5654         (org-print-icalendar-entries): Remove argument CATEGORY.
5655         (org-run-agenda-series): Remove argument WONDOW.
5656         (org-next-link, org-previous-link): New commands.
5657         (org-agenda-date-format): New option.
5658         (org-table-iterate): New command.
5659         (org-table-modify-formulas)
5660         (org-table-replace-in-formulas): Remove functions.
5661         (org-table-fix-formulas): New function.
5662         (org-table-insert-column, org-table-delete-column)
5663         (org-table-move-column): Use `org-table-fix-formulas'.
5664         (org-follow-gnus-link): Patch from Bastien/Leo.
5665         (org-table-current-field-formula): New function.
5666         (org-file-image-p): New function.
5667         (org-agenda-show-new-time): New function.
5668         (org-agenda-date-later): Call `org-agenda-show-new-time'.
5669         (org-with-remote-undo): New macro.
5670         (org-agenda-undo): New command.
5671         (org-verify-change-for-undo): New function.
5672         (org-time-stamp-format): New function.
5673         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5674         by user.
5675         (org-match-any-p): New function.
5676         (org-make-tags-matcher): Handle regular expressions for tag and
5677         todo matches.
5678         (org-read-date): Accept "+N" as input for a date relative to the
5679         current date.
5680         (org-remove-subtree-entries-from-agenda): New function.
5681         (org-agenda-archive, org-agenda-kill):
5682         Use `org-remove-subtree-entries-from-agenda'.
5683         (org-do-sort, org-sort-entries): New functions.
5684         (org-sort): New command.
5685         (org-table-sort-lines): Use `org-do-sort'.
5686         (org-fix-decoded-time): New function.
5687         (org-table-number-regexp): Require 0x... to identify as number
5688         in tables.
5689         (org-startup-options): New keywords for note taking.
5690         (org-upgrade-old-links): Remove function.
5691         (org-get-repeat): New function.
5692         (org-show-context): Also show siblings on current level.
5693         (org-show-siblings): New function.
5694         (org-isearch-end, org-isearch-post-command): New functions.
5695         (org-show-siblings): New option.
5696         (org-show-context): Use `org-show-siblings'.
5697         (org-table-maybe-recalculate-line): No longer require `calc-eval'
5698         to be bound, because user may just use elisp.
5700 2007-02-24  Kim F. Storm  <storm@cua.dk>
5702         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5703         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5705 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5707         * startup.el (command-line): Also check if the abbrev file is readable.
5709 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5711         * net/tls.el (tls-certtool-program): Fix custom type.
5713         * mail/feedmail.el (feedmail-message-id-generator)
5714         (feedmail-date-generator): Fix custom types.
5716         * mail/rmail.el (rmail-message-filter): Fix custom type.
5718 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
5720         * startup.el (command-line): If simple.el cannot be found, proceed
5721         with a warning message.
5723 2007-02-24  Kenichi Handa  <handa@m17n.org>
5725         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5726         case that BEG is a string.
5728 2007-02-24  Chris Moore  <dooglus@gmail.com>
5730         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5731         * pgg-pgp.el (pgg-pgp-encrypt-region):
5732         * pgg-gpg.el (pgg-gpg-encrypt-region):
5733         Check pgg-encrypt-for-me if no other recipients.
5735 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
5737         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5739         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5740         shell-quote-argument.
5742 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5744         * comint.el (comint-read-input-ring): Use comint-input-ring-size
5745         from the comint buffer instead of the temporary one.
5747 2007-02-23  David Reitter  <david.reitter@gmail.com>
5749         * cus-edit.el (custom-save-all): Canonicalize custom-file before
5750         storing it in recentf-exclude.
5752 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
5754         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5755         in splash screen.
5757 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
5759         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5760         commands, for restart.
5761         (idlwave-shell-current-module): Fix handling of module name by type.
5762         (idlwave-shell-break-in): Update type handling.
5763         (idlwave-shell-bp-get): Encode type in BP structure.
5764         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5765         (idlwave-shell-module-source-query): Query routine info based on type.
5766         Fix path parsing for non-compiled files.
5767         (idlwave-shell-module-source-filter): Don't signal error in filter
5768         if no source found.
5769         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5770         filter race.
5772 2007-02-22  Kim F. Storm  <storm@cua.dk>
5774         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5775         (editable-field): Document need to put some text before the %v
5776         escape in :format string.
5778 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5780         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5781         (vc-svn-use-edit): Remove unused config var.
5782         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5784         * outline.el (hide-sublevels): Keep empty last line, if available.
5786         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5787         rather than the corresponding unicode char, to make the code
5788         more readable.
5790 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
5792         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5793         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5794         (speedbar-item-info-tag-helper): Doc fixes.
5796 2007-02-19  Kenichi Handa  <handa@m17n.org>
5798         * international/mule-cmds.el (locale-language-names):
5799         Map "eo" to "Esperanto".
5801         * language/european.el ("Esperanto"): New language environment.
5803 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5805         * simple.el (kill-line): Doc fix.
5807 2007-02-17  Kim F. Storm  <storm@cua.dk>
5809         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5810         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5811         (bindat--unpack-group, bindat--pack-group):
5812         Handle vectors with optional element type.
5814 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
5816         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5817         if PASSPHRASE is given.
5819 2007-02-17  Chris Moore  <dooglus@gmail.com>
5821         * jka-cmpr-hook.el (jka-compr-compression-info-list):
5822         Recognize backups of bz2 compressed files.
5824 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
5826         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5827         to nil to speed up lookup of the symbol in index nodes.
5829 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5831         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5832         Add indentation for the constants of Lisp.
5834 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5836         * ps-print.el: Use (defvar <foo>) where applicable.
5837         (ps-print-emacs-type): Remove.
5838         (ps-x-frame-property, ps-e-frame-parameter): Remove.
5839         (ps-frame-parameter): Align its call-convention with frame-parameter.
5840         (ps-begin-job): Adjust calls to it appropriately.
5841         (ps-setup): Don't print ps-print-emacs-type.
5842         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5843         Define in such a way that it's obvious that it's defined.
5844         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5845         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5846         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5848 2007-02-15  Alan Mackenzie  <acm@muc.de>
5850         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5851         an empty one-line C-style comment, post-position point properly.
5853 2007-02-15  Chris Moore  <dooglus@gmail.com>
5855         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5856         (isearch-lazy-highlight-new-loop): Bind it.
5857         (isearch-lazy-highlight-search): Use it.
5859         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5861 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5863         * font-lock.el (font-lock-extend-region-wholelines):
5864         Only return non-nil if the region has really been changed.
5865         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5867 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
5869         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5870         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5871         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5873 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
5875         * faces.el (color-values): Revert changes to docstring from
5876         2007-01-31 and 2000-09-07.
5878         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5879         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5880         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5881         (ispell-help): Fix typos in docstring and output message.
5883 2007-02-14  Kim F. Storm  <storm@cua.dk>
5885         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5886         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5887         (grep): Fix lgrep reference.
5889         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5890         (standard-display-underline): Use make-glyph-code.
5892         * descr-text.el (describe-char): Use glyph-char and glyph-face.
5894         * international/latin1-disp.el (latin1-display-char):
5895         Use make-glyph-code.
5897 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
5899         * ehelp.el (with-electric-help, electric-help-exit)
5900         (electric-help-retain): Doc fixes.
5902         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5903         (byte-compile-file): Doc fixes.
5905 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5907         * term/mac-win.el: Change all uses of
5908         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5909         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5910         (mac-ae-get-url): Call select-frame-set-input-focus.
5911         (mac-dnd-handle-drag-n-drop-event): Don't call
5912         select-frame-set-input-focus.
5914 2007-02-13  Kenichi Handa  <handa@m17n.org>
5916         * international/characters.el: Fix documentation of category `a'.
5918 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
5920         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5922 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
5924         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5925         (tramp-get-remote-ln): Handle error case.
5926         Reported by Chris Moore <dooglus@gmail.com>.
5928 2007-02-11  Kim F. Storm  <storm@cua.dk>
5930         * bindings.el (ctl-x-map): Remove register compatibility bindings
5931         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5933 2007-02-11  Richard Stallman  <rms@gnu.org>
5935         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5936         in load history.
5938         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5939         condition -- don't fail to stop at endpos.
5941 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
5943         * textmodes/org.el (org-agenda-get-todos)
5944         (org-agenda-get-timestamps, org-agenda-get-closed)
5945         (org-agenda-get-deadlines, org-agenda-get-scheduled)
5946         (org-agenda-get-blocks, org-format-agenda-item)
5947         (org-agenda-change-all-lines, org-scan-tags): Rename text property
5948         from `category' to `org-category'.
5950 2007-02-11  Kenichi Handa  <handa@m17n.org>
5952         * international/titdic-cnv.el (titdic-convert): Force files be written
5953         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
5954         (miscdic-convert): Force files be written with Unix-like eol format.
5956 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
5958         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5960         * calculator.el (calculator-prompt): Doc fix.
5961         (calculator-mode-map): Fix typo in menu entry.
5963 2007-02-10  Jay Belanger  <belanger@truman.edu>
5965         * calculator.el (calculator): Do more extensive checking for when
5966         3 lines should be used for the calculator.
5968 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
5970         * info-look.el (info-lookup-make-completions):
5971         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5972         index nodes.
5974         * info.el (Info-fontify-maximum-menu-size): Document the effect
5975         of a nil value.
5976         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5977         non-nil before using it as size.
5979 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
5981         * subr.el (insert-for-yank-1): Prevent read-only properties from
5982         interfering with text property operations.
5984         * image-mode.el (image-mode): Revert 2007-01-30 changes.
5986         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5987         (image-type-auto-detected-p): Fail if another match is found in
5988         auto-mode-alist.
5990         * files.el (magic-mode-alist): Call image-mode instead of
5991         image-mode-maybe for autodetected images.
5993 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
5995         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5996         Fix typos in docstrings.
5997         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5999 2007-02-09  Kim F. Storm  <storm@cua.dk>
6001         * emacs-lisp/float-sup.el: Remove obsolete comment.
6003 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6005         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
6007 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
6009         * simple.el: Revert previous change, at request of RMS:
6010         (fundamental-mode-hook): Remove.
6011         (fundamental-mode): Run after-change-major-mode-hooks manually,
6012         and don't run the now-nonexistent fundamental-mode-hook.
6014 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
6016         * simple.el (fundamental-mode-hook): Declare new hook.
6017         (fundamental-mode): Run the new dedicated hook, and don't run
6018         after-change-major-mode-hooks manually anymore.
6020 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6022         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
6023         added columns of chars.  Remove support for the "no-meta-info" format.
6024         Prompted by Romain Francoise <romain@orebokech.com>.
6026 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
6028         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
6029         (gdb-mouse-until, gdb-mouse-jump): Use it.
6031 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
6033         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
6034         work when there is just an assembler buffer (no source buffer).
6036 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
6038         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
6039         just because the diff was produced using "-p" (--show-c-function).
6041 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6043         * faces.el (frame-set-background-mode): Use `color-values' and
6044         `display-color-p', not `x-color-values' and `x-display-color-p'.
6045         (face-valid-attribute-values): Use `defined-colors' instead of
6046         `x-defined-colors'.
6048 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6050         * ps-print.el: The ps-print commands without face printing should not
6051         print background color.  Reported by Leo <sdl.web@gmail.com>.
6052         (ps-print-version): New version 6.7.3.
6053         (ps-begin-job): New arg.  Fix ps-default-background and
6054         ps-default-foreground initialization.
6055         (ps-face-attributes): Fix doc string.
6056         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6058         * printing.el: Fix ps-print link.
6060 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
6062         * faces.el (face-set-after-frame-default): Compile attributes to
6063         be set by frame parameters before merging in X resources.
6065 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
6067         * simple.el (blink-matching-paren-dont-ignore-comments):
6068         (blink-matching-paren-on-screen): Doc fixes.
6070 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
6072         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
6074 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
6076         * loadhist.el (unload-feature): Silently ignore `load-history' entries
6077         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
6078         entries like `defun'.  Return nil.
6080 2007-02-05  Kim F. Storm  <storm@cua.dk>
6082         * ido.el: Doc fixes.
6084 2007-02-04  David Kastrup  <dak@gnu.org>
6086         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
6087         `mpuz-allow-double-multiplicator' is non-zero, and correct
6088         calculation of `min'.
6090 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
6092         * wid-edit.el (widget-default-create): Insert new text at the
6093         :from marker _after_ the marker, not before it.
6095 2007-02-04  Alan Mackenzie  <acm@muc.de>
6097         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
6098         containing it is re-indented.
6100 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
6102         * net/newsticker.el (newsticker--insert-image): Update docstring,
6103         and insert the image directly.
6104         (newsticker--buffer-redraw): Update docstring.
6106         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6107         Rename from define-global-minor-mode.
6109         * progmodes/cwarn.el (global-cwarn-mode):
6110         * emacs-lisp/autoload.el (make-autoload):
6111         * hi-lock.el (global-hi-lock-mode):
6112         * font-core.el (global-font-lock-mode): All callers changed.
6114 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
6116         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
6117         Don't copy @ignore lines into menu descriptions.
6118         (texinfo-multi-file-update): Goto the @node line before attempting
6119         to pluck the node name.
6120         (texinfo-multiple-files-update): Reverse the optional arguments'
6121         order, as per the doc string and the `interactive' form.
6123 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
6125         * image-mode.el: Use autoload to avoid overriding disabled setting
6126         applied in .emacs.
6128 2007-02-03  Alan Mackenzie  <acm@muc.de>
6130         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
6131         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
6132         adjacent paren groups).
6134 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6136         * progmodes/ebnf2ps.el: Doc fixes.
6137         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
6139 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
6141         * dired-x.el (dired-do-relsymlink): Add reference to
6142         dired-do-symlink.  Add an autoload cookie.
6144         * dired-aux.el (dired-do-symlink): Add reference to
6145         dired-do-relsymlink.
6147 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
6149         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
6150         <left-fringe mouse-3>: New bindings.
6152 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
6154         * net/newsticker.el (newsticker-version): Changed to "1.10".
6155         (newsticker--set-customvar): Doc string.
6156         (newsticker-new-item-face): Doc string.
6157         (newsticker-mode): Initialize `invisibility-spec' with t.
6158         (newsticker-mode-map): Added
6159         `newsticker-mark-all-items-at-point-as-read'.
6160         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
6161         (newsticker-w3m-show-inline-images): Do not call
6162         `w3m-remove-image'.
6163         (newsticker--buffer-after-w3m-insert-image): New advice for
6164         w3m-insert-image to cache images.
6165         (newsticker-next-item-same-feed): New.
6166         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
6167         (newsticker-mark-all-items-of-feed-as-read): New.
6168         (newsticker-mark-all-items-at-point-as-read): Use new functions.
6169         (newsticker-mark-item-at-point-as-read): Doc string.
6170         (newsticker-mark-item-at-point-as-read): Use new functions.
6171         (newsticker--do-mark-item-at-point-as-read): New, extracted from
6172         `newsticker-mark-item-at-point-as-read'.
6173         (newsticker-hide-entry): Use (t) instead of t for invisibility.
6174         (newsticker--sentinel): Yet another xml-parser workaround.
6175         (newsticker--decode-iso8601-date): Bugfix for datestrings without
6176         days.
6177         (newsticker--buffer-do-insert-text): Fix.
6178         (newsticker--buffer-insert-enclosure): Fix.  Length might be missing.
6179         (newsticker--buffer-make-item-completely-visible):
6180         `switch-to-buffer' not necessary.
6182 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
6184         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
6185         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
6186         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
6187         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
6188         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
6190 2007-02-02  Kenichi Handa  <handa@m17n.org>
6192         * international/quail.el (quail-show-key): Fix an error message.
6194 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
6196         * faces.el (set-face-underline-p, modify-face): Rename arg
6197         UNDERLINE-P to UNDERLINE (it is not a flag).
6199 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
6201         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
6202         when adding gdb-speedbar-update to gdb-input-queue.
6204 2007-02-01  Kenichi Handa  <handa@m17n.org>
6206         * international/quail.el (quail-show-key): Signal an error if the
6207         current input method is not using Quail.
6209 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
6211         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
6212         Trim leading whitespace in sysvar names.
6214 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
6216         * faces.el (internal-find-face, internal-get-face): Doc fixes.
6218 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
6220         * ido.el (ido-set-common-completion): Use `let', not `let*'.
6222 2007-01-31  Romain Francoise  <romain@orebokech.com>
6224         * comint.el: Delete extra copy of `comint-copy-old-input' added in
6225         previous change to this file.
6227 2007-01-31  Jason Rumney  <jasonr@gnu.org>
6229         * files.el (magic-mode-alist): Use image-mode-maybe rather than
6230         image-mode.
6232         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
6233         interfering with attempt to set major mode from modified
6234         auto-mode-alist.
6236 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
6238         * faces.el (color-values): Doc fix.
6239         (face-differs-from-default-p): Don't check :foreground twice.
6241 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
6243         * comint.el (comint-mode): Prevent non-keyword fontification by default.
6245 2007-01-31  Kenichi Handa  <handa@m17n.org>
6247         * international/quail.el (quail-store-decode-map-key): Store a
6248         translated character too.
6249         (quail-char-equal-p): New function.
6250         (quail-find-key1): Check character equality by quail-char-equal-p.
6251         (quail-decode-map-generated): New variable.
6252         (quail-find-key): Check quail-decode-map-generated and re-generate
6253         a decode map if necessary.
6255 2007-01-30  Richard Stallman  <rms@gnu.org>
6257         * tutorial.el (tutorial--detailed-help): Make the list of
6258         changed keys look nicer.
6260 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
6262         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
6263         (gdb-var-delete): Use it.
6264         (gdb-var-update-handler-1): Handle value "invalid" for MI field
6265         `in_scope'.
6267 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
6269         * files.el (get-free-disk-space): Return nil for remote directories.
6271         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
6272         instead of "dir".
6274 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
6276         * type-break.el (type-break-catch-up-event): New function.
6277         (type-break-demo-hanoi, type-break-demo-life)
6278         (type-break-demo-boring): Use it.
6280         * image-mode.el (image-mode): Don't automatically view as image.
6281         (image-toggle-display): Add `disabled' property.
6283 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6285         * isearchb.el (isearchb-iswitchb):
6286         * ps-print.el (ps-build-face-reference):
6287         * emacs-lisp/shadow.el (list-load-path-shadows):
6288         * eshell/esh-cmd.el (eshell-rewrite-for-command):
6289         * international/mule.el (find-auto-coding):
6290         * mail/supercite.el (sc-attrib-selection-list):
6291         * progmodes/cc-defs.el (c-emacs-features):
6292         * progmodes/cc-vars.el (c-offsets-alist):
6293         * progmodes/flymake.el
6294         (flymake-init-create-temp-source-and-master-buffer-copy):
6295         Fix typos in docstrings (some suggested by Chris Moore).
6297         * progmodes/vhdl-mode.el (vhdl-components-package-name)
6298         (vhdl-get-library-unit, vhdl-corresponding-begin)
6299         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
6300         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
6301         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
6302         (vhdl-font-lock-match-item): Fix typos in docstrings.
6303         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
6304         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
6305         (vhdl-speedbar-insert-project-hierarchy):
6306         Improve argument/docstring consistency.
6308 2007-01-29  Kenichi Handa  <handa@m17n.org>
6310         * international/titdic-cnv.el (py-converter): Fix previous change.
6312 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
6314         * jka-compr.el (jka-compr-partial-uncompress)
6315         (jka-compr-call-process): Rebind default-directory if it is
6316         invalid.  Suggested by Chris Moore.
6318         * comint.el (comint-insert-input): Handle situation where the
6319         selected buffer is not the clicked buffer.
6321 2007-01-29  Kenichi Handa  <handa@m17n.org>
6323         * international/ja-dic-cnv.el (skkdic-convert):
6324         Add byte-compile-disable-print-circle:t at the head.
6326         * international/titdic-cnv.el (tit-process-header):
6327         Add byte-compile-disable-print-circle:t at the head.
6328         (miscdic-convert): Likewise.
6329         (py-converter): Skip the header comments.
6331         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
6332         New variable.
6333         (byte-compile-output-file-form): Bing print-circle to nil if
6334         byte-compile-output-file-form is not nil.
6335         (byte-compile-output-docform): Likewise.
6337 2007-01-28  Kim F. Storm  <storm@cua.dk>
6339         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
6340         Declare earlier to avoid byte compiler warnings.
6342 2007-01-28  Markus Triska  <markus.triska@gmx.at>
6344         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
6346 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
6348         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
6349         (gamegrid-add-score-with-update-game-score-1): Allow local quits
6350         when calling update-game-score program.  Remove unnecessary
6351         save-excursion.
6353         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
6355 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
6357         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
6358         avoid compiler warning.
6359         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
6360         might have values other than "true" or "false".
6362 2007-01-28  Richard Stallman  <rms@gnu.org>
6364         * textmodes/fill.el (fill-paragraph-function): Doc fix.
6365         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
6367         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
6369         * image.el (image-type-header-regexps): Make GIF regex more specific.
6371         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
6372         Don't check `backspace'.
6373         (tutorial--find-changed-keys): Look up bindings in a temp buffer
6374         in Fundamental mode.
6376         * startup.el (fancy-splash-text, normal-splash-screen):
6377         Mention C-g.
6379         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
6380         when inserting in buffer.
6382         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
6383         inside the if.
6385 2007-01-27  Richard Stallman  <rms@gnu.org>
6387         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
6389 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
6391         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
6392         enum/union/struct/class definition.
6393         Revert change to call `forward-sexp' multiple times.
6395 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
6397         * files.el (hack-local-variables-confirm): Don't keep trying to
6398         read an event from an empty kbd macro.
6400 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6402         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
6404 2007-01-27  Ben North  <ben@redfrontdoor.org>
6406         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
6407         the arg CHILDREN -> WHICH.
6409 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
6411         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
6412         default-directory to a sane value when calling start-process.
6414 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6416         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
6417         (ls-lisp-format-time-list): Doc fix.  Mention
6418         ls-lisp-use-localized-time-format.
6419         (ls-lisp-format-time): Use ls-lisp-format-time-list if
6420         ls-lisp-use-localized-time-format is non-nil, even if a valid
6421         locale is defined.
6423 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
6425         * jka-compr.el (jka-compr-shell): Doc fix.
6427         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
6429 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6431         * ps-print.el: Fix background height.
6432         (ps-print-version): New version 6.7.2.
6434 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
6436         * makefile.w32-in (finder-data, custom-deps): Depend on
6437         $(lisp)/loaddefs.el.
6439 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6441         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
6443 2007-01-24  Miles Bader  <miles@gnu.org>
6445         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
6446         (byte-compile-output-docform): Bind `print-circle' to t.
6448 2007-01-24  Kenichi Handa  <handa@m17n.org>
6450         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
6451         file name of the original SKK dictionary file.
6453 2007-01-24  Kim F. Storm  <storm@cua.dk>
6455         * ido.el (ido-initial-position): New variable.
6456         (ido-read-internal): Set it if default item is specified.
6457         (ido-minibuffer-setup): Position cursor accordingly if set.
6458         (ido-edit-input): C-e moves to end of input if not already there.
6459         (ido-magic-backward-char): C-b does like M-b if prev char is /.
6460         Don't switch to buffer mode if repeating C-b at start of input.
6461         (ido-toggle-ignore): C-a only toggles ignore at start or end of
6462         input; else it moves to start of input.
6463         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
6464         not at end of input, delete rest of input, rather than normal op.
6466 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6468         * emulation/viper-keym.el (viper-insert-basic-map):
6469         Delete binding for S-TAB.
6471         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
6472         of message.  Activate mark.
6473         (ediff-activate-mark): Set transient-mark-mode to t.
6475         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
6477 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
6479         * help-fns.el (describe-variable): Don't suppress display of
6480         buffer local value when the value is "large".
6482 2007-01-22  Kim F. Storm  <storm@cua.dk>
6484         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
6485         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6486         (ido-tidy): Use ido-active.
6488 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
6490         * hexl.el (hexl-mode-exit): Add missing quote.
6492 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6494         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6495         (mac-ae-keyboard-modifiers): New function.
6496         (mac-handle-toolbar-switch-mode): Use it.
6497         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
6498         if keyboard modifiers on drop contain option key.
6499         (mac-dnd-drop-data): Add optional argument `action'.
6500         (special-event-map): Remove binding for M-drag-n-drop.
6502 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
6504         * add-log.el (add-log-current-defun): Use CC Mode functions to
6505         find the beginning and end of a defun.
6507 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
6509         * progmodes/gdb-ui.el (gdb-var-create-regexp)
6510         (gdb-var-create-handler): Handle value field in GDB output of
6511         -var-create.
6512         (gdb-max-frames): New variable.
6513         (gdb-stack-buffer, gdb-frames-select): Use it.
6514         (gdb-info-stack-custom): Help user customize gdb-max-frames,
6515         if necessary.
6516         (gdb-get-frame-number): Simplify.
6518 2007-01-21  Glenn Morris  <rgm@gnu.org>
6520         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6521         Update copyrights.
6523 2007-01-21  Alan Mackenzie  <acm@muc.de>
6525         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6526         handling of K&R stuff.
6528 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6530         * textmodes/bibtex.el (bibtex-files): Fix customization type.
6532 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6534         * ps-print.el: Handle frame parameters (background and/or foreground
6535         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
6536         (ps-print-version): New version 6.7.1.
6537         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6538         (ps-frame-parameter): New fun.
6539         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6540         Fix doc and customization.
6541         (ps-begin-job): Get frame parameters (background and/or foreground
6542         colors).
6543         (ps-do-despool): Ensure ps-printer-name has a valid value.
6545 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
6547         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6548         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6549         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6550         mean unlimited.
6552 2007-01-20  Alan Mackenzie  <acm@muc.de>
6554         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6555         much more rigorous analysis of putative K&R regions.
6557 2007-01-20  Alan Mackenzie  <acm@muc.de>
6559         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6560         New functions.
6562 2007-01-20  Alan Mackenzie  <acm@muc.de>
6564         * progmodes/cc-align.el, progmodes/cc-cmds.el,
6565         * progmodes/cc-defs.el, progmodes/cc-engine.el,
6566         * progmodes/cc-langs.el, progmodes/cc-styles.el,
6567         * progmodes/cc-vars.el: Add my name.
6569 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
6571         * files.el (find-alternate-file): Revert query message to Emacs 21
6572         version.
6574 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6576         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6577         the doc string how to use personal abbrevs without electric
6578         keywords.
6580 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6582         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6583         Fixed cursor position when toggle abbreviated display.
6585 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
6587         * t-mouse.el: Update copyright following assignment by
6588         Alessandro Rubini.
6590 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
6592         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6593         (type-break-demo-boring): Call read-event instead of read-char.
6595 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
6597         * progmodes/compile.el: Add handling for makepplog.
6599 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6601         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6602         aspell dictionaries are initialized when called non-interactively.
6604 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
6606         * progmodes/compile.el (compilation-loop): New arg limit.
6607         Handle case where the first error is at point-min.
6608         (compilation-next-error): New arg to compilation-loop call.
6610 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
6612         * info.el (Info-default-dirs): Change default info dir to
6613         share/info.
6615         * paths.el (Info-default-directory-list): Ditto.
6617 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
6619         * hexl.el (hexl-before-revert-hook): New function.
6620         (hexl-mode): Use it.
6621         (hexl-after-revert-hook): Just call hexl-mode.
6622         (hexl-mode-exit): Remove before-revert-hook.
6624 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6626         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6628 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
6630         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6631         by "-" in francais7 otherchars entry.
6632         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6633         otherchars entry.
6635 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
6637         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6638         path.  Rewrite function in `cond' style for readability.
6640         Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6641         (The path shortening, that is, not the rearrangement.)
6643 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6645         * term/mac-win.el (mac-ae-quit-application): New function.
6646         (mac-apple-event-map): Bind "quit application" Apple event to it.
6648 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6650         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6651         than the program's output.
6653 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
6655         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6656         (kmacro-start-macro-or-insert-counter)
6657         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6658         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6660         * longlines.el (longlines-show-hard-newlines):
6661         * ruler-mode.el (ruler-mode-ruler):
6662         * emulation/keypad.el (keypad-setup):
6663         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6664         Fix typo in docstring.
6666 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
6668         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6669         Remove redirect character ">".
6671 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
6673         * replace.el (perform-replace): Remove leftover code.
6675 2007-01-12  Richard Stallman  <rms@gnu.org>
6677         * replace.el (perform-replace): Don't clear NODENT when computing
6678         the replacement string.
6680 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
6682         * net/tramp.el (tramp-handle-file-local-copy):
6683         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
6684         <christopher.ian.moore@gmail.com>.
6686 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6688         * diff-mode.el (diff-sanity-check-context-hunk-half)
6689         (diff-sanity-check-hunk): New functions.
6690         (diff-find-source-location): Use'em to check the hunks are well-formed.
6692         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6693         activate undo when undo is not active.
6694         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6696 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6698         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6699         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6700         (ffap-url-at-point): Use char-classes rather than "a-z".
6702 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
6704         * ediff-init.el (ediff-autostore-merges):
6705         * textmodes/fill.el (fill-region): Doc fix.
6707 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6709         * server.el (server-ensure-safe-dir): UIDs may be floats.
6711 2007-01-10  Richard Stallman  <rms@gnu.org>
6713         * battery.el (battery-linux-proc-acpi): Use ignore-errors
6714         around calls to directory-files.
6716         * subr.el (momentary-string-display): Use save-excursion.
6718         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6719         argument, but read it as `X' does.
6721 2007-01-09  Juri Linkov  <juri@jurta.org>
6723         * info.el (Info-fontify-node): Don't hide node names of index entries.
6725         * faces.el (momentary): Change :group to basic-faces where all
6726         basic faces belong to.  Add :version.
6728 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6730         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6731         keybinding is found.
6732         (tutorial--find-changed-keys): Never treat null keybinding as a
6733         remapping.
6735 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
6737         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6739 2007-01-09  Kenichi Handa  <handa@m17n.org>
6741         * international/mule-cmds.el
6742         (select-safe-coding-system-interactively): Fix message.
6744 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
6746         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6747         (tramp-process-actions): Add optional parameter TIMEOUT.
6748         (tramp-open-connection-telnet, tramp-open-connection-rsh)
6749         (tramp-open-connection-su): Add timeout of 60".
6751 2007-01-09  Richard Stallman  <rms@gnu.org>
6753         * progmodes/compile.el (compile): Doc fix.
6755 2007-01-09  Markus Triska  <markus.triska@gmx.at>
6757         * tumme.el (tumme-display-thumb): Doc fix.
6759 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
6761         * battery.el (battery-search-for-one-match-in-files):
6762         * bindings.el (mode-line-minor-mode-help):
6763         * x-dnd.el (x-dnd-types-alist):
6764         * calendar/icalendar.el (icalendar-import-buffer):
6765         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6767         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6769 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
6771         * replace.el (replace-regexp): Fix typo in docstring.
6773 2007-01-07  Alan Mackenzie  <acm@muc.de>
6775         * progmodes/cc-langs.el (c-operators, c-filter-ops):
6776         Amend doc-string and comments.
6778 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
6780         * files.el (abbreviate-file-name): Doc fix.
6782 2007-01-06  Markus Triska  <triska@gmx.at>
6784         * subr.el (split-string): Remove spurious ")" from doc string.
6786 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
6788         * textmodes/table.el (table--warn-incompatibility):
6789         Use display-warning instead of momentary-string-display.
6791 2007-01-05  Richard Stallman  <rms@gnu.org>
6793         * image.el (image-type-header-regexps): Recognize xbm more strictly.
6795         * simple.el (backward-kill-word): Doc fix.
6797 2007-01-05  Romain Francoise  <romain@orebokech.com>
6799         * international/mule.el (sgml-html-meta-auto-coding-function):
6800         Ensure that the buffer contains a HTML document.
6802 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
6804         * faces.el (momentary): Move here ...
6805         * subr.el (momentary): ... from here.
6807 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
6809         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6810         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6811         large structures/arrays.
6813 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
6815         * files.el (find-file-noselect-1, set-visited-file-name):
6816         Allow backup-enable-predicate to be nil.
6818 2007-01-04  Andreas Schwab  <schwab@suse.de>
6820         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6821         last change.
6823 2007-01-03  Richard Stallman  <rms@gnu.org>
6825         * woman.el (woman-decode-buffer): Clarify error message.
6827 2007-01-03  Alan Mackenzie  <acm@muc.de>
6829         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6831 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
6833         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6835 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6837         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6839 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
6841         * emulation/viper.el (viper-custom-file-name, viper-mode):
6842         Fix typos in docstrings.
6844         * subr.el (momentary-string-display): After moving point, set POS
6845         variable to it to avoid later errors once the buffer is modified.
6846         Doc fix.
6848 2007-01-02  Alan Mackenzie  <acm@muc.de>
6850         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6851         check that the "*/" is present before trying to manipulate it.
6853 2007-01-02  Richard Stallman  <rms@gnu.org>
6855         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6857         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6858         Fix format of value.
6860         * cus-edit.el (customize-unsaved): Rename from customize-customized.
6861         Change messages accordingly.
6862         (customize-customized): Now alias.
6864 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
6866         * files.el (version-control): Doc fix.
6868 2007-01-01  Alan Mackenzie  <acm@muc.de>
6870         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6871         Check the format of c-state-cache is valid for an optimisation before
6872         using it.
6874         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6875         are at a statement within a macro".  Other changes so that only
6876         the first continuation line in a macro gets the symbol
6877         `cpp-define-intro', the others getting `statement', or whatever.
6879         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6880         a string, preserve whitespace.  Add a backslash only when also in
6881         a macro.
6883         * progmodes/cc-defs.el: Correct typos.
6885         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6886         new line after an escaped EOL in a string.
6888         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6889         label when it directly follows "else", "do", ....
6891         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6892         angle brackets (as seen in "explicit specialisations" of C++
6893         templates).
6895         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6896         in the doc-string.
6898         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6899         when the comment ender looks like "=========*/" and is alone on
6900         its line.
6902         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6903         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
6904         for the old name.
6906         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6907         c-\(beginning\|end\)-of-defun by default.
6909         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6910         New line-up function, for the DEFUN macro in the Emacs C sources.
6911         Only used in "gnu" style.
6913         * progmodes/cc-styles.el (c-style-alist): Use this new function in
6914         the "gnu" style.
6916         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6917         clean-up comment-close-slash also to work when there's a comment
6918         terminator on the line.
6919         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6920         these for large arg - only take account of top level {..}, except
6921         for initial and final adjustments.  M-- C-M-[ae] now go to the
6922         right defuns when the starting point is between defuns.  They use
6923         the four new functions:
6924         (c-in-function-trailer-p, c-where-wrt-brace-construct)
6925         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6926         support c-\(beginning\|end\)-of-defun.
6928         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6929         expressions more rigorously, to exclude bit-field specifiers from
6930         being classed as labels.
6931         (c-forward-label): When analyzing a ":" within a macro, be careful
6932         about using c-forward-syntactic-ws at the macro beginning.
6933         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6934         stmt boundary, check for "operator=", etc.
6936         * progmodes/cc-mode.el (c-postprocess-file-styles):
6937         Bind inhibit-read-only to t, around the call to
6938         c-remove-any-local-eval-or-mode-variables, so that it works on a
6939         RO file.
6941         * progmodes/cc-defs.el (c-version): Update the version number to
6942         "5.31.4".
6944 2007-01-01  Richard Stallman  <rms@gnu.org>
6946         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6947         only if we restored isearch-window-configuration.
6949 2006-12-31  Romain Francoise  <romain@orebokech.com>
6951         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6953 2006-12-31  Kim F. Storm  <storm@cua.dk>
6955         * files.el (auto-mode-case-fold): New defcustom.
6956         (set-auto-mode): If non-nil, perform second case-sensitive pass
6957         through auto-mode-alist if first pass failed.
6959 2006-12-30  Richard Stallman  <rms@gnu.org>
6961         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6963 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
6965         * allout.el (allout-encrypt-string): Handle symmetric-key
6966         passphrase caching but leave keypair caching to pgg.
6968 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
6970         Sync with Tramp 2.0.55.
6972         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6973         `integerp'.  `char-equal' could fail else in case of negative
6974         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6975         (top): Check for `font-lock-add-keywords' before calling; it
6976         doesn't exist under XEmacs.
6977         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
6978         (tramp-completion-mode): Remove clause (not
6979         tramp-unified-filenames), because the function is called in other
6980         context too, where this check results in wrong results in the
6981         XEmacs case on Windows.
6982         (tramp-touch): UTC handling is not possible for XEmacs.
6984 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6986         * scroll-bar.el (previous-scroll-bar-mode): New variable
6987         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6988         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6990         * term/x-win.el: Set scroll bar mode to right if set by X resources.
6992 2006-12-30  Richard Stallman  <rms@gnu.org>
6994         * files.el (make-backup-file-name-1): Precompute abs name
6995         but don't lose the relative name.
6997         * international/mule-cmds.el (select-safe-coding-system-interactively):
6998         Fix message.
7000 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
7002         * files.el (backup-buffer): Show entire backup file name in msg.
7004 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
7006         * image.el (image-type-header-regexps, image-type-from-data)
7007         (image-type-from-buffer, image-type-from-file-header):
7008         Revert changes from 2006-12-26.
7009         (image-type-auto-detectable): New variable.
7010         (image-type-auto-detected-p): New function.
7012         * files.el (magic-mode-alist): Detect image files with
7013         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
7015 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
7017         * dired.el (dired-sort-other): Move test for dired-mode...
7018         (dired-sort-set-modeline): ...to here.
7020 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7022         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
7023         change.  Suggested by Stefan Monnier.
7025 2006-12-29  Kim F. Storm  <storm@cua.dk>
7027         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
7028         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
7030 2006-12-27  Kim F. Storm  <storm@cua.dk>
7032         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
7033         so it doesn't accidentally match an fsf.org mail address.
7034         (authors-renamed-files-alist): Add tcover-*.el.
7036 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7038         * vc-arch.el (vc-arch-find-version): New function.
7040         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
7041         composed of arbitrary characters (even /) in some systems.
7043 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
7045         * international/mule-cmds.el (select-safe-coding-system-interactively):
7046         Improve the message in the *Warning* buffer.
7048 2006-12-27  Kim F. Storm  <storm@cua.dk>
7050         * ido.el (ido-set-matches-1): Fix last change.  If default item is
7051         current buffer, it is ok to be first.
7053 2006-12-27  Kenichi Handa  <handa@m17n.org>
7055         * international/mule-cmds.el (select-safe-coding-system-interactively):
7056         Use face `link' for problematic chars.
7058 2006-12-27  Kenichi Handa  <handa@m17n.org>
7060         * international/mule-cmds.el (select-safe-coding-system-interactively):
7061         Improve the message in *Warning* buffer.
7063 2006-12-27  Kim F. Storm  <storm@cua.dk>
7065         * ido.el (ido-set-matches-1): Never put current buffer first if
7066         there are other matches.
7068 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
7070         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
7071         expressions.
7072         (gdb-var-delete): Handle duplicate names.  Print message for non
7073         root expressions.
7074         (gdb-partial-output-name): Start buffer name with a space.
7075         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
7076         buffer name.
7078 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7080         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
7081         last footnote when `footnote-spaced-footnotes' is nil.
7083 2006-12-26  Richard Stallman  <rms@gnu.org>
7085         * cus-edit.el (custom-browse-sort-alphabetically)
7086         (custom-buffer-sort-alphabetically)
7087         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
7089         * image.el (image-type-header-regexps): Change element format
7090         to include third item NOT-ALWAYS.
7091         (image-type-from-data): Handle new format.
7092         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
7093         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
7095 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
7097         * add-log.el (add-log-current-defun): Call `forward-sexp'
7098         multiple times to pick a member function name defined as
7099         part of nested classes/namespaces.
7101 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7103         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
7104         which keymap should be used to change menu.  It does not affect any
7105         existent code.
7107 2006-12-26  Richard Stallman  <rms@gnu.org>
7109         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
7110         rather than for being in a minibuffer window.
7112 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
7114         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
7115         locale-coding-system.
7116         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
7117         LF.
7119 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
7121         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
7122         (sql-mode-syntax-table): Disable double quoted strings.
7123         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
7125 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7127         * startup.el (fancy-splash-last-input-event): New variable.
7128         (fancy-splash-special-event-action): New function.
7129         (fancy-splash-screens): Temporarily bind special events to it.
7130         Execute command for saved special event before exiting from
7131         recursive editing.
7133         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
7134         New functions.
7135         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
7136         Use mac-unread-string.
7138 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7140         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
7141         an optimized comment regexp if `comment-start-skip' uses a ^.
7142         * bs.el (bs--up): Remove interactive spec.
7144 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
7146         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
7147         Suggested by James Cloos.
7149 2006-12-24  Kevin Ryde  <user42@zip.com.au>
7151         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
7152         in March.
7153         (calendar-dst-ends): Default to first Sunday in November.
7155 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
7157         * allout.el (allout-encrypt-string): Inhibit use of agent within
7158         body of let form where encryption happens.  Acknowledge non-use of
7159         gpg-agent in docstring.
7160         (allout-toggle-subtree-encryption): Acknowledge non-use of
7161         gpg-agent in docstring.
7163 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
7165         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
7167 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7169         * ediff-diff.el (ediff-diff-options): Clarify docstring.
7170         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
7172         * emulation/viper-cmd.el (viper-post-command-sentinel):
7173         Protect against errors in hooks.
7174         (viper-add-newline-at-eob-if-necessary): Add newline only if we
7175         actually modify buffer; ignore errors if occur.
7177 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
7179         * calendar/calendar.el (calendar-mode-map): Switch < and >.
7180         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
7181         formatting.
7183 2006-12-23  Richard Stallman  <rms@gnu.org>
7185         * simple.el (delete-horizontal-space): Doc fix.
7187 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
7189         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
7190         explicitly in a recursive Make, not implicitly through prerequisites,
7191         since the latter is wrong under parallel builds.
7193 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
7195         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
7197 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
7199         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
7200         message string.
7202 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
7204         * outline.el (outline-next-visible-heading): Fix the case with a
7205         header at end-of-file with no final newline.
7207 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
7209         * indent.el (tab-always-indent): Doc fix.
7211 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
7213         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
7214         (Info-fontify-node): Do fontify indices.
7216         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
7217         to the Emacs Lisp reference manual.
7218         (tutorial--tab-map): Remove.  All callers changed.
7219         (tutorial--find-changed-keys): New elt QUIET, used to...
7220         (tutorial--display-changes): ...ensure that warning messages are
7221         only issued once per changed key.
7222         (tutorial--remove-remarks): Delete unused code-path.
7223         (lang-strings): Remove extraneous formatting.
7224         (tutorial--save-tutorial): Prompt before saving tutorial state.
7226 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
7228         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
7229         Replace '?\ ' by '?\s' throughout.
7230         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
7231         `help' custom group.
7232         (tutorial--key-description): New function.
7233         (tutorial--display-changes): Remove redundant arg.  Scan for all
7234         key sequences to avoid false matches.  Cleanup.
7235         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
7236         reduce homedir pollution.
7237         (help-with-tutorial): Call tutorial--display-changes with no arg.
7239 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
7241         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
7243 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
7245         * net/tramp.el (tramp-default-method): We still need to check for
7246         `executable-find', because it is not bound under Emacs 20.
7247         (tramp-handle-file-name-completion)
7248         (tramp-completion-handle-file-name-completion): Handle optional
7249         parameter PREDICATE.
7250         (tramp-find-default-method): Add code for default values.
7252 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
7254         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
7255         make gud-go send "continue".
7257 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
7259         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
7260         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
7262 2006-12-19  Kim F. Storm  <storm@cua.dk>
7264         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
7265         instead of global-map.
7267         * files.el (magic-mode-alist): Allow matching file type by
7268         calling a function at bob.  Check for image types by calling
7269         image-type-from-buffer.  Suggested by Juanma Barranquero.
7270         (set-auto-mode): Do it.
7272 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
7274         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
7275         Remove "ControlMaster" option from the other `scp*' methods.
7276         (tramp-default-method): Check for ssh-agent before setting to `scp'.
7278 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
7280         * textmodes/org.el (org-mode): Show context after isearch.
7281         (org-show-siblings): New function.
7282         (org-show-context): Use `org-show-siblings'.
7284 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7286         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
7287         Use syntax-ppss-toplevel-pos.
7289 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
7291         * textmodes/org.el (org-current-line): Make sure that lines are
7292         counted from beginning of buffer.
7293         (org-table-copy-region, org-table-paste-rectangle): Make sure that
7294         lines are counted from beginning of buffer.
7296 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7298         * info.el (Info-build-node-completions): Signal error if tag-table
7299         marker is not found.
7301         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7303 2006-12-17  Alan Mackenzie  <acm@muc.de>
7305         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
7306         speed) the case when open-paren-in-column-0-is-defun-start is nil.
7307         Based on code by Martin Rudalics.
7309         * progmodes/cc-mode.el (c-basic-common-init): Don't set
7310         open-paren-in-column-0-is-defun-start to nil any more.
7312 2006-12-17  Richard Stallman  <rms@gnu.org>
7314         * simple.el (delete-horizontal-space): Use prefix arg.
7316         * help-fns.el (describe-variable): Improve blank separator lines.
7318         * files.el (magic-mode-alist): Mark as risky.
7320         * files.el (make-backup-file-name-1):
7321         Expand backup-directory explicitly.
7323 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
7325         * net/tramp.el (tramp-default-method): Before setting to "pscp",
7326         check whether package password.el is loaded, or Pageant is running.
7328 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
7330         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
7331         (icalendar--rris): First try Emacs, then XEmacs.
7332         (icalendar--convert-ical-to-diary): Doc fix.
7333         Insert newline at end of target file.
7335 2006-12-17  Kim F. Storm  <storm@cua.dk>
7337         * outline.el (outline-isearch-open-invisible-function): New defvar.
7338         (outline-flag-region): Use it if non-nil for isearch-open-invisible
7339         overlay property instead of outline-isearch-open-invisible.
7341 2006-12-16  Kim F. Storm  <storm@cua.dk>
7343         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
7344         if ido-directory-too-big is set on entry.
7345         (ido-toggle-ignore, ido-completion-help): Print message while
7346         reading big directory.
7348 2006-12-15  Richard Stallman  <rms@gnu.org>
7350         * shell.el (shell): Doc fix.
7352 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
7354         * emulation/edt.el (edt-xserver):
7355         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
7356         to fix a problem on Cygwin.
7358         * emulation/edt.el
7359         * emulation/edt-mapper.el
7360         * emulation/edt-lk201.el
7361         * emulation/edt-pc.el
7362         * emulation/edt-vt100.el: Update maintainer's email address.
7364 2006-12-15  Simon Marshall  <simon@gnu.org>
7366         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
7368 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7370         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
7371         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
7372         instead of mac-atsu-font-table.
7373         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
7375 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
7377         * align.el (align-match-tex-pattern): Fix a rare bug which
7378         hanged Emacs.
7380 2006-12-14  Richard Stallman  <rms@gnu.org>
7382         * startup.el (use-fancy-splash-screens-p): Use frame-height
7383         instead of window-height.  Pass frame to image-size.
7385 2006-12-13  Kenichi Handa  <handa@m17n.org>
7387         * international/mule-cmds.el (set-locale-environment):
7388         Set default-sendmail-coding-system too.
7390 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
7392         * progmodes/idlw-help.el: Fix copyright notice.
7394 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7396         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
7398 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
7400         * subr.el (unread-command-char): Reformat obsolescence info.
7402 2006-12-11  Richard Stallman  <rms@gnu.org>
7404         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
7405         about calls to cl-struct-setf-expander.
7407 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
7409         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
7410         (ediff-combination-pattern): Fix typo in docstring.
7412         * textmodes/refer.el (refer-find-entry): Doc fix.
7413         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
7414         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
7415         Fix tipos in docstrings.
7417         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
7419 2006-12-10  Kim F. Storm  <storm@cua.dk>
7421         * ido.el (ido-init-completion-maps): Remap backward-kill-word
7422         instead of binding M-backspace.
7424 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
7426         * replace.el (replace-match-data, replace-match-maybe-edit):
7427         * calc/calc-aent.el (calc-eval-error):
7428         * emulation/vi.el (vi-char-argument):
7429         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
7430         (c-vsemi-status-unknown-p-fn): Doc fixes.
7432 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
7434         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
7435         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
7437 2006-12-10  Masatake YAMATO  <jet@gyve.org>
7439         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
7441 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
7443         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
7445         * man.el (Man-xref-button-action): New function.  If the
7446         `Man-target-string' button property is a function, assume it
7447         accepts a position argument.
7448         (Man-abstract-xref-man-page): Use it.
7449         (Man-default-man-entry): New optional arg POS.
7451         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
7452         symlink arrows read-only and non-rear-sticky.
7454 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
7456         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
7457         (wdired-search-and-rename): Simplify code.
7458         (wdired-preprocess-files, wdired-preprocess-perms): Make
7459         read-only property of preceding character rear-nonsticky to
7460         avoid that it can be modified.  Put old-name and old-link
7461         properties on character preceding name and replace
7462         put-text-property by add-text-properties.
7463         (wdired-get-filename, wdired-get-previous-link): Get old-name
7464         and old-link properties from character preceding name and
7465         simplify code.
7466         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
7467         (wdired-perms-to-number): Make local-map property
7468         rear-nonsticky to avoid that text following permissions may be
7469         modified.  Use add-text-properties instead of put-text-property
7470         when changing a permission bit.
7471         (wdired-change-to-dired-mode): Remove stickiness properties.
7473 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
7475         * international/mule-cmds.el (register-input-method): Doc fix.
7477 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
7479         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
7481 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7483         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
7484         Force buffer local defs evaluation on local variables loading.
7485         (flyspell-mode-on, flyspell-mode-off): Use it in
7486         `hack-local-variables-hook'.
7488 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
7490         * emacs-lisp/find-func.el (find-variable): Doc fix.
7492         * help-fns.el (variable-at-point): Doc fix.
7494         * w32-fns.el (w32-append-code-lines): New function.
7496 2006-12-09  Romain Francoise  <romain@orebokech.com>
7498         * comint.el (comint-insert-input): Delete obsolete comment.
7500 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7502         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7503         current frame, in case we're connected to several displays.
7505 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
7507         * frame.el (other-frame): Doc fix.
7508         (set-frame-parameter): Fix typo in docstring.
7510 2006-12-07  Kim F. Storm  <storm@cua.dk>
7512         * info.el (Info-index): Strip leading colon from topic.
7514 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
7516         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7517         to pointers.
7519 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
7521         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7522         Trim out spurious class inheritance "None" entries.
7524 2006-12-05  Kim F. Storm  <storm@cua.dk>
7526         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7527         (cua-paste-pop): Rework last change for
7528         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7529         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7530         text inserted by the last M-y command.
7532 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7534         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7535         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7537         * shell.el (shell): Search the start file in ~/.emacs.d as
7538         `init_SHELLNAME.sh' instead.
7540 2006-12-05  Glenn Morris  <rgm@gnu.org>
7542         * progmodes/cperl-mode.el (cperl-mode)
7543         * progmodes/f90.el (f90-mode-abbrev-table)
7544         * progmodes/fortran.el (fortran-mode-abbrev-table)
7545         * progmodes/octave-mod.el (octave-abbrev-table)
7546         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7547         if abbrev-table is non-nil (saved user abbrevs may have been restored).
7549         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7550         clear abbrev table, else saved abbrevs will not be restored.
7552 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
7554         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7555         the call to `make-obsolete-variable', not in the docstring.
7557 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
7559         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7561 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7563         * progmodes/ebnf-abn.el:
7564         * progmodes/ebnf-bnf.el:
7565         * progmodes/ebnf-dtd.el:
7566         * progmodes/ebnf-ebx.el:
7567         * progmodes/ebnf-iso.el:
7568         * progmodes/ebnf-otz.el:
7569         * progmodes/ebnf-yac.el:
7570         * progmodes/ebnf2ps.el:
7571         * delim-col.el:
7572         * printing.el:
7573         * ps-bdf.el:
7574         * ps-mule.el:
7575         * ps-print.el: Remove 'Time-stamp' comment mark.
7577         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7578         'easy-menu-add-item' when called in Emacs 21 or higher.
7580 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
7582         * progmodes/ada-xref.el (ada-check-current): Doc fix.
7583         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
7585 2006-12-04  Kim F. Storm  <storm@cua.dk>
7587         * bindings.el (global-map): Bind [signal t] to ignore, to have
7588         user signals ignored by default.
7590 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
7592         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7593         Unicode data file pointed to by `describe-char-unicodedata-file'.
7595 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7597         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7598         O(n^2) regexp-search by anchoring the search.
7600 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
7602         * whitespace.el (whitespace-cleanup-internal): Use current
7603         argument for recursive call.
7605 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
7607         * net/tramp.el (tramp-methods): Add "ControlPath" and
7608         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
7609         Andreas Schwab <schwab@suse.de>.
7610         (tramp-do-copy-or-rename-file-out-of-band)
7611         (tramp-open-connection-rsh): Compute format spec for ?t.
7612         (tramp-process-actions): Trace command parameters.
7614 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7616         * simple.el (toggle-truncate-lines): Clarify doc string.
7618         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7619         (gdb-speedbar-expand-node): Use it.
7621 2006-12-04  Richard Stallman  <rms@gnu.org>
7623         * progmodes/python.el (python-indent): Add safe-local-variable prop.
7625         * dired.el (dired-revert): Turn off dired-after-readin-hook
7626         around call to dired-readin.
7628         * menu-bar.el (menu-bar-make-toggle): Add "globally"
7629         to echo area messages.
7630         <indicate-empty-lines, case-fold-search>:
7631         Add "globally" to Help string.
7632         <case-fold-search>: MESSAGE arg need not say "globally".
7633         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7635 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
7637         * outline.el (outline-end-of-subtree): Don't leave an empty
7638         line hidden as we would a real next heading.
7640 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
7642         * allout.el (allout-ascend): Add an optional argument to preserve
7643         original position of point when unsuccessful.  Also, fix a
7644         docstring error.
7645         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7646         work again, using allout-ascend's new option.
7647         (allout-setup-mode-map): Extract from allout-mode to initialize
7648         allout-mode-map.  Call it on file load, so the mode docstring
7649         substitutions work even if allout mode has not yet been invoked.
7650         (allout-mode): Use new allout-setup-mode-map to track any keybinding
7651         customizations since the map was last processed.  Also, refine the
7652         docstring so it's ship-shape for release.
7653         (allout-default-layout, allout-beginning-of-line-cycles)
7654         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7655         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7656         (allout-version, allout-layout, allout-infer-body-reindent)
7657         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7658         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7659         (allout-previous-heading, allout-goto-prefix-doublechecked)
7660         (allout-current-bullet-pos, allout-next-sibling-leap)
7661         (allout-pre-command-business, allout-encrypted-type-prefix)
7662         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7663         (allout-rebullet-topic, allout-rebullet-topic-grunt)
7664         (allout-flag-region, allout-expose-topic, allout-expose-topic)
7665         (allout-old-expose-topic, allout-listify-exposed)
7666         (allout-process-exposed, allout-latex-verb-quote)
7667         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7668         (allout-toggle-current-subtree-encryption)
7669         (allout-toggle-subtree-encryption, allout-bullet-isearch):
7670         Remove extraneous open-paren and close paren string escapes.
7672 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
7674         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7675         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7676         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7677         Fix typos in docstrings.
7679 2006-12-03  Glenn Morris  <rgm@gnu.org>
7681         * progmodes/cc-align.el
7682         * progmodes/cc-awk.el
7683         * progmodes/cc-cmds.el
7684         * progmodes/cc-compat.el
7685         * progmodes/cc-defs.el
7686         * progmodes/cc-engine.el
7687         * progmodes/cc-langs.el
7688         * progmodes/cc-menus.el
7689         * progmodes/cc-mode.el
7690         * progmodes/cc-styles.el
7691         * progmodes/cc-vars.el
7692         * progmodes/vhdl-mode.el: Fix Copyright format.
7694 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
7696         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7697         initial down event.
7699 2006-12-02  Kim F. Storm  <storm@cua.dk>
7701         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7702         (cua-repeat-replace-region): Make M-v more robust.
7703         (cua-paste-pop-rotate-temporarily): New defcustom.
7704         (cua-paste-pop): Use it.
7705         (cua-auto-mark-last-change): New defcustom.
7706         (cua-pop-to-last-change): New helper function.
7707         (cua-set-mark): Use them.
7709 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
7711         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7712         mini-buffer message.
7714 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
7716         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7718 2006-12-01  Ben North  <ben@redfrontdoor.org>
7720         * paren.el: Fix the highlight overlay extension when the user types a
7721         sequence of char very fast just before the open parenthesis.
7723 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7725         * ps-mule.el: Eliminate Emacs 20 compatibility.
7727         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7728         (ps-print-version): New version 6.7.
7729         (ps-print-quote): Replace '?\ ' by '?\s'.
7731 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
7733         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7734         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7735         (hexl-end-of-1k-page): Doc fixes.
7736         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7737         Fix typos in docstrings.
7739 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7741         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
7742         locally, i.e. without using file name handlers.
7743         (ido-read-internal): Allow mono letter host names, avoiding the
7744         `c:' problem by testing if the file exists locally.
7745         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7747 2006-11-30  Masatake YAMATO  <jet@gyve.org>
7749         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7750         to avoid bytecomp warnings.
7751         (hexl-mode-old-ruler-function): New variable.
7752         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7753         and `hl-line-range-function' after `require' hl-line.
7754         Then bind `hl-line-range-function' and `hl-line-face'.
7755         Don't require frame.  Don't use `with-no-warnings'.
7756         (hexl-activate-ruler): Store the original value of
7757         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7758         (hexl-mode-exit): Restore the original value of
7759         `ruler-mode-ruler-function'.
7761 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
7763         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7764         (hexl-mode-old-hl-line-face): New variable.
7765         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7766         line when exit from the hexl-mode.
7768 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
7770         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7771         Doc fixes.
7773         * international/fontset.el (create-fontset-from-ascii-font)
7774         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7775         (fontset-name-p): Fix typo in docstring.
7777         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7779 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7781         * ps-bdf.el: Fix maintainer email.
7783         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
7784         compatibility.
7786         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
7787         21 compatibility.
7788         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7789         Emacs 20 & 21.
7791 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
7793         * progmodes/idlwave.el (idlwave-auto-fill):
7794         Remove paragraph-start let to prevent auto-fill giving up.
7796 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
7798         * vt100-led.el (led-state): Fix typo in previous change.
7800 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7802         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7803         Fix interactive spec of the functions getting defined to make them
7804         work as documented.
7806 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
7808         * startup.el (fancy-splash-screens): Hide initial splash buffer.
7810 2006-11-28  Kim F. Storm  <storm@cua.dk>
7812         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7813         icomplete-mode is enabled.
7815 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
7817         * textmodes/org.el (require): Require gnus-sum during compilation
7818         to avoid problem with a macro call.
7820 2006-11-28  Glenn Morris  <rgm@gnu.org>
7822         * emacs-lisp/authors.el (authors-aliases): Add new alias.
7824         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7825         (fortran-window-create-momentarily): Do not need string-to-char.
7827 2006-11-28  Richard Stallman  <rms@gnu.org>
7829         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7830         Replace incorrect use of assoc-default with a loop.
7832         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7834         * simple.el (next-error-find-buffer): Improve messages.
7836         * files.el (revert-buffer): Special error message if file
7837         is now not readable.
7839         * facemenu.el (facemenu-add-new-face): Improve doc strings of
7840         constructed commands.
7842         * comint.el (comint-exec-1): Provide Emacs version and `comint'
7843         in INSIDE_EMACS.
7845 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7847         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7849         * server.el: Remove spurious * in docstrings.
7850         (server-process-filter): Exit from recursive editing before processing
7851         a new request.
7853 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
7855         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7856         line so hidden blocks will be correctly identified.
7858 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
7860         * ledit.el (ledit-save-defun, ledit-mode):
7861         * resume.el (resume-emacs-args-buffer):
7862         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7863         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7864         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7865         (command-send-input, command-kill-line):
7866         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7868         * autoarg.el (autoarg-kp-mode): Doc fix.
7870         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
7871         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
7872         (check-emacs-lock): Doc fix.  Simplify.
7874         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7875         (iimage-mode-buffer): Fix typos in docstring.
7877         * misc.el (zap-up-to-char): Doc fix.
7879         * time-stamp.el: Fix comment and obsolescence string for old
7880         functions.  Use `dolist' instead of `while'.
7882         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7884         * disp-table.el (standard-display-8bit, standard-display-default):
7885         * ebuff-menu.el (electric-buffer-list):
7886         * ehelp.el (electric-help-command-loop):
7887         * font-core.el (font-lock-mode):
7888         * help-macro.el (make-help-screen):
7889         * help.el (describe-minor-mode-completion-table-for-indicator)
7890         (lookup-minor-mode-from-indicator):
7891         * indent.el (tab-to-tab-stop, move-to-tab-stop):
7892         * info-look.el (info-lookup-guess-custom-symbol):
7893         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7894         * longlines.el (longlines-wrap-line):
7895         * macros.el (insert-kbd-macro):
7896         * menu-bar.el (menu-bar-update-buffers):
7897         * misc.el (copy-from-above-command):
7898         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7899         * newcomment.el (comment-indent):
7900         * novice.el (disabled-command-function):
7901         * sort.el (sort-fields-syntax-table):
7902         * subr.el (momentary-string-display):
7903         * tar-mode.el (tar-header-block-summarize)
7904         (tar-clear-modification-flags):
7905         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7906         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7907         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7908         (te-delete-char, te-down-vertically-or-scroll):
7909         * time-stamp.el (time-stamp-string-preprocess):
7910         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7912 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
7914         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7915         in GUD mode.
7917         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7918         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7920 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7922         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7924 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
7926         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7927         (ada-compile-goto-error): Adapt to new argument profile of
7928         compilation-goto-locus in Emacs 22.  Don't check if the various
7929         compile functions are defined; we already do "(require 'compile)".
7931 2006-11-26  Kim F. Storm  <storm@cua.dk>
7933         * kmacro.el: Fix commentary.
7935 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
7937         * progmodes/gud.el (gdb): Explain how to run in text command mode
7938         more clearly.  Say in error message that multiple debugging
7939         requires restarting GDB.
7941 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
7943         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7945 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
7947         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7948         (flymake-popup-menu): Use it instead of posn-at-point.
7950 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7952         * progmodes/cc-vars.el (c-backslash-column):
7953         Mention c-backslash-max-column in documentation for c-backslash-column.
7955 2006-11-24  Lars Hansen  <larsh@soem.dk>
7957         * net/tramp.el (tramp-default-method): Under Windows, change from
7958         plink to pscp.
7959         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7960         (tramp-actions-copy-out-of-band):
7961         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7962         (tramp-action-out-of-band): Move "Permission denied" handling to
7963         tramp-action-copy-failed.
7964         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7965         process buffer.
7967 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7969         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7970         strings to a single string.  Quote `errors-file-name'.
7971         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7972         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7973         Adjust calls.  Use `shell-quote-argument'.
7975         * international/mule.el (load-with-code-conversion)
7976         (with-category-table): Use with-current-buffer.
7977         (after-insert-file-set-coding): Use restore-buffer-modified-p.
7979 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
7981         * mail/smtpmail.el (smtpmail-send-it):
7982         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
7983         MIME header for the message encoding.
7984         Bind coding-system-for-write around the call to mail-do-fcc.
7985         Use smtpmail-code-conv-from to encode queued mail messages.
7987 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7989         * tabify.el (tabify-regexp): Doc fix.
7991         * net/rcirc.el (rcirc-buffer-maximum-lines):
7992         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7994         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7995         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7996         Fix typos in output messages.
7997         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7999 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8001         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
8002         the horse's mouth.
8003         (hexlify-buffer): Don't re-encode an arg that's already encoded.
8005 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
8007         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
8008         Remove condition-case.
8010 2006-11-23  Glenn Morris  <rgm@gnu.org>
8012         * progmodes/f90.el (f90-comment-indent): Do not move point in
8013         default case.
8015 2006-11-21  Romain Francoise  <romain@orebokech.com>
8017         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
8018         from library name (reverts change of 2005-10-25).
8020 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8022         * tutorial.el (tutorial--default-keys): Add newline and
8023         delete-backward-char bindings.
8024         (tutorial--detailed-help): Save excursion when finding keys.
8025         Correct warning string for M-x FOO case.
8026         (tutorial--display-changes): Print special keys in tutorial style.
8027         Tweak search regexp for changed keys.
8029 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8031         * thingatpt.el (thing-at-point-url-at-point): Don't add a
8032         redundant scheme.
8034 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
8036         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
8037         are new to the list at IANA.  Also added irc, mms, mmsh.
8039 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
8041         * progmodes/idlw-help.el (idlwave-html-help-location):
8042         Fail gracefully for missing help packages.
8043         (idlwave-help-assistant-open-link): Open full links.
8044         (idlwave-help-assistant-help-with-topic): Direct help link.
8046         * progmodes/idlwave.el (idlwave-mode):
8047         Set add-log-current-defun-function.
8048         (idlwave-current-routine-fullname): Add, to support add-log.
8049         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
8050         to reflect improvements to xml-parse-file.
8051         (idlwave-mode-menu-def): New binding for help-with-topic.
8053         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
8054         Handle extra newlines and spaces.
8055         (idlwave-shell-mode-map): Add help-with-topic.
8057 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
8059         * tutorial.el (tutorial-warning-face): New face.
8060         (tutorial--detailed-help, tutorial--display-changes): Use it.
8061         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
8062         Improve search pattern for occurrences of changed keys.
8064 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8066         * term/x-win.el (x-last-cut-buffer-coding): New variable.
8067         (x-select-text): Set it.
8068         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
8069         when checking for newness.
8071 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
8073         * subr.el (posn-image):
8074         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
8076         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
8078 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8080         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
8081         Exceptions to the rule "add a space between an identifier and an
8082         opening parenthesis".  Defaulted to the `#define' problem of cpp.
8083         (glasses-parenthesis-exception-p): New.  Check if the region is an
8084         exception regarding to that.
8085         (glasses-make-readable): Use it.
8086         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
8087         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
8089 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
8091         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
8093 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
8095         * progmodes/ada-mode.el (ada-make-body): Fix typo.
8097         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
8098         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
8100 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
8102         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
8103         conditions for function or variable bindings.
8105         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
8107         * progmodes/compile.el (compilation-start): Ditto.
8109 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
8111         * net/tramp.el (top): cl and custom are always required.
8113 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8115         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
8116         cut-buffers with next-selection-coding-system if not nil.
8118 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
8120         * textmodes/org.el (org-fix-decoded-time): New function.
8121         (org-display-custom-time): Use `org-fix-decoded-time'.
8123 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
8125         * menu-bar.el (menu-bar-games-menu): Remove yow.
8127 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
8129         * textmodes/org.el (org-scan-tags): Re-align code fixed.
8130         (org-detach-overlay): Rename from `org-detatch-overlay'.
8131         (org-table-convert-region): Insert space after column separator.
8132         (org-agenda-kill): New command.
8133         (org-metaleft): Call `org-outdent-item' on bullets.
8134         (org-metaright): Call `org-indent-item' on bullets.
8135         (org-timestamp-change): Set `org-last-changed-timestamp'.
8136         (org-current-line): Make sure (bolp) returns correct result.
8137         (org-agenda-change-all-lines): Make sure TODO are highlighted.
8139 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8141         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
8143 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
8145         * mouse.el (global-map): Change 2006-08-16 fix to call
8146         mouse-yank-at-click explicitly, since mouse events are not carried
8147         over into keyboard macros.
8149 2006-11-16  Kim F. Storm  <storm@cua.dk>
8151         * ido.el (ido-file-internal): Use current buffer's file name as default
8152         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
8154 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
8156         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
8157         (allout-inhibit-aberrance-doublecheck): Rename from
8158         allout-during-yank-processing.  All callers changed.
8159         (allout-ascend): Provide for unusual case where some topic after
8160         the first in file is at lower depth than the first.
8161         (allout-shift-in): Ensure the offspring of the new containing
8162         topic are exposed.
8163         (allout-encrypt-string): Preserve the coding-system of the text,
8164         according to that of the containing buffer.
8165         (allout-toggle-subtree-encryption): When the text being encrypted
8166         requires a different coding system, offer to preserve the coding
8167         system using a file local var.
8169 2006-11-15  Simon Marshall  <simon@gnu.org>
8171         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
8172         to recognise "T t()" as a function declaration, rather than a
8173         variable instantiation, iff at the top-level or inside a class
8174         declaration.  Suggested by Feng Li <fengli@gmail.com>.
8176 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
8178         * progmodes/ada-xref.el (ada-parse-prj-file):
8179         Don't delete project buffer; user may want to edit it.
8180         (ada-xref-set-project-field, ada-xref-current-project-file)
8181         (ada-xref-current-project, ada-show-current-project)
8182         (ada-set-main-compile-application): New functions.
8183         (ada-xref-get-project-field, ada-require-project-file):
8184         Normalize use of ada-prj-default-project-file.
8185         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
8186         Normalize use of ada-require-project-file.
8187         (ada-prj-find-prj-file): Improve doc string, comments.
8189         * progmodes/ada-mode.el (ada-mode-version): Bump version.
8190         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
8191         (ada-create-menu): Add ada-set-main-compile-application,
8192         ada-show-current-main, ada-show-current-project.
8194 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8196         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
8197         (inferior-python-mode): Use it.
8199 2006-11-14  Andreas Schwab  <schwab@suse.de>
8201         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8203 2006-11-13  Kim F. Storm  <storm@cua.dk>
8205         * ido.el (ido-copy-current-word): C-o copies region if active.
8207 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
8209         * textmodes/org.el (org-emph-face): Fix typo in variable name.
8211 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
8213         * ediff.el (ediff-revision):
8214         * files.el (set-visited-file-name):
8215         * mail/rmailout.el (rmail-output-body-to-file):
8216         Use `format', not `message', in `y-or-n-p' call.
8218 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
8220         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
8221         (org-metaright): Call `org-indent-item' on bullets.
8222         (org-timestamp-change): Set `org-last-changed-timestamp'.
8223         (org-current-line): Make sure (bolp) returns correct result.
8224         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
8226 2006-11-12  Richard Stallman  <rms@gnu.org>
8228         * language/european.el (turkish-case-conversion-enable)
8229         (turkish-case-conversion-disable): New functions.
8230         ("Turkish" lang env): Use them.
8232         * international/characters.el (case table):
8233         Do nothing special for i and I.
8235         * subr.el (remove-overlays): Fix last change.
8237         * cus-edit.el (custom-save-all): Use find-file-visit-truename
8238         for visiting the custom file.
8240 2006-11-12  Markus Triska  <triska@gmx.at>
8242         * play/handwrite.el (handwrite): Also process lines not ending
8243         with newline.  Replace some position-fiddling with different
8244         logic.  Improve performance.
8246 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
8248         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
8249         replacing deleted variable `ada-check-switch'.
8250         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
8251         (ada-xref-project-files): Improve doc string.
8252         (ada-find-executable): New function.
8253         (ada-initialize-runtime-library): Use `ada-find-executable'.
8254         (ada-xref-set-default-prj-values): In compile commands, don't need
8255         `ada-cd-command'; `compile' does that more portably.
8256         Use ada-prj-default-check-cmd.
8257         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
8258         properties if not specified in project file.
8259         (ada-goto-declaration): Display useful message for new error
8260         'error-file-not-found.
8261         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
8262         'error-file-not-found.
8263         (ada-get-all-references): Match latest ali syntax.  Signal new
8264         error 'error-file-not-found.
8265         (ada-find-in-ali): Match latest ali syntax.
8266         (ada-make-filename-from-adaname): Handle different semantics of
8267         gnatkr in GNAT 3.15p vs later.
8269         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
8270         ada-procedure-start-regexp.
8271         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
8273         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
8274         with defvar.
8275         (ada-language-version): Rename ada05 -> ada2005.
8276         (ada-align-region-separate): Add `eval-when-compile'.
8277         (ada-name-regexp): Remove unneeded escapes in regexp character
8278         alternative.
8279         (ada-compile-goto-error-file-linenr-re): New constant.
8280         (ada-matching-start-re): Handle additional cases `declare',
8281         `procedure', `function'.
8282         (ada-compile-goto-error): Handle "... at line nn".
8283         (ada-mode): Clearer syntax, comments for ff-special-constructs.
8284         Delete support for old versions of `align'.
8285         (ada-search-prev-end-stmt): Handle additional keyword `private'.
8286         (ada-check-defun-name): Simplify handling of `declare'.
8287         (ada-goto-matching-start): Handle nested `begin ... end'.
8288         Handle `declare', `protected', `procedure', `function'.
8289         (ada-create-menu): Presence of arm95 is not conditional on using
8290         GNAT compiler.
8292 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
8294         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
8295         nil in the *RE-Builder* buffer (it causes spurious error messages).
8297         * server.el (server-visit-files): If `minibuffer-auto-raise' has
8298         been set to t, respect it.
8300 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
8302         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
8303         Delete commented out code for old Emacs versions.  Autoloading of
8304         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
8305         (ada-mode-version): Bump version number.
8306         (ada-95-string-keywords, ada-2005-string-keywords)
8307         (ada-2005-keywords, ada-name-regexp): New constant.
8308         (ada-language-version, ada-procedure-start-regexp, ada-mode)
8309         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
8310         (ada-package-start-regexp): Support private packages, include package
8311         name (for ada-set-point-accordingly).
8312         (ada-next-procedure, ada-previous-procedure)
8313         (ada-which-function-are-we-in): Match changes to
8314         ada-procedure-start-regexp.
8315         (ada-make-body): Make non-interactive; not a user function.
8316         (ada-make-subprogram-body): Improve doc string.
8318 2006-11-11  Romain Francoise  <romain@orebokech.com>
8320         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
8321         `compilation-error-regexp-alist' buffer-local, since we changed
8322         `compilation-error-regexp-alist-alist' locally.
8324 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
8326         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
8327         to the value of `server-raise-frame'.
8329 2006-11-11  Glenn Morris  <rgm@gnu.org>
8331         * ido.el (ido-enable-prefix)
8332         * ses.el (ses-call-printer-return)
8333         * net/tramp.el (tramp-unified-filenames)
8334         * progmodes/cc-align.el (c-lineup-string-cont)
8335         * progmodes/compile.el (compilation-directory-matcher)
8336         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8337         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8338         (vhdl-clock-rising-edge)
8339         * textmodes/org.el (org-export-with-timestamps)
8340         (org-export-remove-timestamps-from-toc)
8341         (org-export-with-tags): Improve previous doc fixes.
8343 2006-11-11  Richard Stallman  <rms@gnu.org>
8345         * textmodes/flyspell.el (flyspell-mode-map):
8346         Bind C-c $ instead of M-RET.
8348 2006-11-10  Simon Marshall  <simon@gnu.org>
8350         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
8351         fontification for "case" and "default" keywords.
8353 2006-11-10  Andreas Schwab  <schwab@suse.de>
8355         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
8356         Avoid starting sentence with "nil".
8358 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
8360         * server.el (server-raise-frame): New option.
8361         (server-switch-buffer): Use it.
8363 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
8365         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
8366         with a capital.
8368 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
8370         * textmodes/org.el (org-show-hierarchy-above)
8371         (org-show-following-heading): Fix typo in default value.
8372         (org-scan-tags): Make the search case-sensitive.
8373         (org-tags-sparse-tree): Don't overrule
8374         `org-show-following-heading' and `org-show-hierarchy-above'.
8375         (org-reveal): New command.
8376         (org-show-context): Rename from `org-show-hierarchy-above'.
8377         (org-fast-tag-selection-single-key): New option.
8378         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
8379         (org-tags-overlay): New variable.
8380         (org-agenda-todo-ignore-deadlines): New option.
8381         ("session"): Add circular data structure `org-mark-ring' to
8382         exceptions list in session.el.
8383         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
8384         New options.
8385         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
8386         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
8387         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
8388         (org-finalize-agenda): Activate bracket links in agenda.
8389         (org-at-timestamp-p, org-at-date-range-p): Additional argument
8390         INACTIVE-OK.
8391         (org-show-hierarchy-above, org-show-following-heading):
8392         List values allowed for fine-tuned configuration.
8393         (org-show-hierarchy-above): New argument CONTEXT, use the
8394         fine-tuned settings in `org-show-hierarchy-above' and
8395         `org-show-following-heading'.
8396         (org-display-custom-time): New function.
8397         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
8398         (org-display-custom-times, org-time-stamp-custom-formats):
8399         (org-maybe-intangible): New macro.
8400         (org-activate-bracket-links, org-hide-wide-columns):
8401         Use `org-maybe-intangible'.
8402         (org-open-file): Use `shell-quote-argument'.
8403         (org-display-internal-link-with-indirect-buffer): New option.
8404         (org-file-remote-p): Get regexp from list.
8405         (org-link-expand-abbrev): New function.
8406         (org-link-abbrev-alist): New option.
8407         (org-open-at-point, org-cleaned-string-for-export):
8408         Call `org-link-expand-abbrev'.
8409         (org-timeline, org-agenda-list, org-todo-list)
8410         (org-tags-view): Remove the KEEP-MODES argument.
8411         (org-finalize-agenda-hook): New hook.
8412         (org-get-alist-option): New function.
8413         (org-follow-timestamp-link): New function.
8414         (org-open-at-point): Call `org-follow-timestamp-link'.
8415         (org-log-note-marker, org-log-note-purpose)
8416         (org-log-note-window-configuration): New variables.
8417         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
8418         (org-log-note-headings): New option.
8419         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
8420         (org-store-link): Support for dired-mode.
8421         (org-open-file): Substitute environment variables into filename.
8422         (org-last): New defsubst.
8423         (org-agenda-re-align-tags): New function.
8424         (org-agenda-align-tags-to-column): New option.
8425         (org-agenda-timeline): Group removed.
8426         (org-prepare-agenda, org-prepare-agenda-buffers)
8427         (org-run-agenda-series, org-timeline, org-agenda-list)
8428         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
8429         the text property inticating the agenda type.
8430         (org-agenda-post-command-hook): Get agenda type from text property
8431         at point.
8432         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
8433         and obey `org-agenda-overriding-arguments'.
8434         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
8435         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8436         (org-agenda-week-view, org-agenda-day-view):
8437         Use `org-agenda-overriding-arguments' to make updating work with
8438         multi-block agendas.
8439         (org-agenda-prefix-format): Allow different formats for the
8440         different agenda entry types.
8441         (org-timeline-prefix-format): Option removed, use
8442         `org-agenda-prefix-format' instead.
8443         (org-prepare-agenda): New function.
8444         (org-select-timeline-window): Option removed, use
8445         `org-select-agenda-window' instead.
8446         (org-respect-restriction): Variable removed.
8447         (org-cmp-tag): New function.
8448         (org-agenda-sorting-strategy, org-entries-lessp):
8449         Implement sorting by last tag.
8450         (org-complete): Better completion in in-buffer option lines.
8451         (org-in-item-p): New function.
8452         (org-org-menu): Add entries for checkboxes.
8453         (org-cycle): Extra brouping in outline-regexp, because it is used
8454         in a search with "^" prepended.
8455         (org-provide-checkbox-statistics): New option.
8456         (org-set-font-lock-defaults): Highlight checkbox statistics.
8457         (org-update-checkbox-count-maybe)
8458         (org-get-checkbox-statistics-face): New functions.
8459         (org-update-checkbox-count): New command.
8460         (org-insert-item, org-toggle-checkbox):
8461         Call `org-update-checkbox-count-maybe'.
8462         (org-export-as-html): XEmacs compatibility for coding system.
8463         (org-force-cycle-archived): New command.
8464         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8465         overrules cycling.
8466         (org-fix-position-after-promote): If the line contains only a todo
8467         keyword, add a final space.
8468         (org-promote-subtree, org-demote-subtree):
8469         Call `org-fix-position-after-promote'.
8471 2006-11-10  Glenn Morris  <rgm@gnu.org>
8473         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
8474         date in every year.
8475         (calendar-dst-check-each-year-flag): New customizable variable.
8476         (calendar-dst-find-data): New function, extracted from
8477         calendar-current-time-zone.
8478         (calendar-current-time-zone): Use calendar-dst-find-data.
8479         (calendar-dst-transition-cache): New variable.
8480         (calendar-dst-find-startend, calendar-dst-starts)
8481         (calendar-dst-ends): New functions.
8482         (calendar-daylight-savings-starts)
8483         (calendar-daylight-savings-ends): Change value to use
8484         calendar-dst-starts, calendar-dst-ends; respectively.
8486         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8488         * ido.el (ido-enable-prefix)
8489         * ses.el (ses-call-printer-return)
8490         * net/tramp.el (tramp-unified-filenames)
8491         * progmodes/cc-align.el (c-lineup-string-cont)
8492         * progmodes/compile.el (compilation-directory-matcher)
8493         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8494         * progmodes/gdb-ui.el (gdb-many-windows)
8495         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8496         (vhdl-clock-rising-edge)
8497         * textmodes/org.el (org-export-with-timestamps)
8498         (org-export-remove-timestamps-from-toc, org-export-with-tags)
8499         (org-read-date): Doc fix (Nil -> nil).
8501 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8503         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8504         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8506 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
8508         * bs.el (bs--window-for-buffer): Remove.
8509         (bs--show-with-configuration): Use `get-window-with-predicate'
8510         instead of `bs--window-for-buffer'.
8512 2006-11-10  Kenichi Handa  <handa@m17n.org>
8514         * files.el (revert-buffer): Fix previous change.
8516 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
8518         * bs.el (bs--redisplay): Fix typo in docstring.
8519         (bs--window-config-coming-from): Make frame-local.
8520         (bs--restore-window-config): New function.
8521         (bs-kill, bs-select, bs-select-other-window)
8522         (bs-select-other-frame): Use it.
8523         (bs--window-for-buffer): Return as soon as a matching buffer is found.
8524         (bs--show-with-configuration): Save the window configuration as a
8525         frame local var, and only if *buffer-selection* is not already
8526         visible on this frame.
8528 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
8530         * vc-svn.el (vc-svn-admin-directory): New var.
8531         (vc-svn-registered, vc-svn-responsible-p)
8532         (vc-svn-repository-hostname): Use it.
8533         Suggested by arit93@yahoo.com.
8535 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
8537         * ldefs-boot.el: Regenerate.
8539 2006-11-08  Alan Mackenzie  <acm@muc.de>
8541         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8542         case (eq open-paren-in-column-0-is-defun-start nil) by searching
8543         for least nested open-paren.
8545 2006-11-08  Romain Francoise  <romain@orebokech.com>
8547         * subr.el (remove-overlays): Fix typo in last change.
8549 2006-11-08  Richard Stallman  <rms@gnu.org>
8551         * subr.el (remove-overlays): Call overlay-recenter.
8553 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8555         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8556         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8557         behaviour.
8558         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8559         directly.
8561 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
8563         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8564         (ido-max-dir-file-cache, ido-decorations)
8565         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8566         (ido-magic-backward-char, ido-enter-dired)
8567         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8568         (ido-list-directory, ido-first-match, ido-only-match)
8569         (ido-subdir, ido-indicator): Fix typos in docstrings.
8570         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8571         (ido-read-internal): Fix typo in error message.
8573 2006-11-08  Kenichi Handa  <handa@m17n.org>
8575         * international/mule-cmds.el (set-default-coding-systems):
8576         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8578 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
8580         * makefile.w32-in (setwins): Remove.
8581         (WINS_ALMOST): New macro.
8582         (WINS): Use it.
8583         (autoloads): Don't extract autoloads from files in obsolete/.
8585 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
8587         * whitespace.el (whitespace-buffer): Call remove-overlays after
8588         overlay-recenter for performance.  Suggested by Martin Rudalics.
8590 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
8592         * net/tramp.el (tramp-default-method): scp is the default method.
8594 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
8596         * server.el (server-start): Save also the Emacs pid in the server file.
8598 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
8600         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8601         point when displaying a bibtex cross reference in the echo area.
8603 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
8605         * international/mule.el (make-char): Fix typo in docstring.
8606         (load-with-code-conversion, charsetp): Doc fixes.
8608         * international/ja-dic-cnv.el (skkdic-convert):
8609         * cus-edit.el (hook): Fix typo in docstring.
8611 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
8613         * cus-edit.el (custom-mode-map): Move defvar above code using it.
8614         (custom-mode-link-map): New variable.
8615         (custom-group-link, custom-manual): Use follow-link.
8617 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8619         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8620         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
8622 2006-11-06  Richard Stallman  <rms@gnu.org>
8624         * textmodes/flyspell.el (flyspell-correct-word-before-point):
8625         New function broken out of flyspell-correct-word.
8626         (flyspell-mode-map): Bind it to M-RET.
8627         (flyspell-correct-word): Call it.
8629         * textmodes/fill.el (fill-minibuffer-function): New function.
8630         (fill-paragraph): Bind fill-paragraph-function to
8631         fill-minibuffer-function.
8633         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8634         so that they aren't undefined.
8636         * dired.el (dired-readin): Locally bind file-name-coding-system.
8638         * bindings.el: Shorten and clarify usual mode line mouse help string.
8640         * Makefile.in (autoloads): Don't include `obsolete'.
8642 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
8644         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8645         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8646         Printing menu if it's not initialized.
8647         (pr-menu-bind): Act on menu-bar-file-menu directly.
8649 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
8651         * help.el (view-emacs-news): Fix typo in error message.
8653         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8655         * shadowfile.el (shadow-define-regexp-group)
8656         (shadow-literal-groups, shadow-insert-var): Doc fixes.
8657         (shadow-read-files): Fix typo in message.
8658         (shadow-inhibit-overload, shadow-find, shadow-suffix)
8659         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8660         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8661         (shadow-file-match): Fix typos in docstrings.
8663         * terminal.el (terminal-emulator): Fix typo in message.
8665         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8667         * emacs-lisp/lselect.el (x-kill-primary-selection)
8668         (x-delete-primary-selection, x-copy-primary-selection):
8669         Fix typos in error messages.
8671         * emulation/edt-mapper.el: Fix typo in interactive message.
8673         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8675         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8676         (ispell-help): Fix typos in docstrings.
8677         (ispell-help): Fix typo in output message.
8679         * allout.el (allout-adjust-file-variable)
8680         (allout-passphrase-verifier-string)
8681         (allout-passphrase-hint-string)
8682         (allout-toggle-current-subtree-encryption):
8683         * apropos.el (apropos-synonyms):
8684         * cus-edit.el (hook):
8685         * emacs-lock.el (emacs-lock-from-exiting):
8686         * follow.el (follow-avoid-tail-recenter-p):
8687         * hexl.el (hexl-mode):
8688         * mouse-copy.el (mouse-copy-work-around-drag-bug):
8689         * mouse.el (mouse-set-font):
8690         * resume.el (resume-emacs-args-file):
8691         * rfn-eshadow.el (file-name-shadow-tty-properties):
8692         * t-mouse.el (t-mouse-process, t-mouse-mode):
8693         * emacs-lisp/cust-print.el (custom-print-install)
8694         (custom-print-uninstall, custom-format):
8695         * emacs-lisp/shadow.el (list-load-path-shadows):
8696         * emulation/tpu-edt.el (tpu-help-text)
8697         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8698         (tpu-reset-control-keys):
8699         * emulation/vip.el (vip-emacs-local-map)
8700         (vip-change-mode-to-emacs):
8701         * emulation/viper.el (viper-mode, viper-set-hooks)
8702         (viper-major-mode-modifier-list):
8703         * emulation/viper-init.el (viper-emacs-state-cursor-color):
8704         * emulation/viper-keym.el (viper-emacs-kbd-map)
8705         (viper-toggle-key):
8706         * mail/feedmail.el (feedmail-queue-reminder)
8707         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8708         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8709         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8710         (feedmail-sender-line, feedmail-force-binary-write)
8711         (feedmail-from-line, feedmail-deduce-envelope-from)
8712         (feedmail-x-mailer-line, feedmail-message-id-generator)
8713         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8714         (feedmail-enable-spray, feedmail-spray-this-address)
8715         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8716         (feedmail-queue-runner-confirm-global)
8717         (feedmail-ask-before-queue-prompt)
8718         (feedmail-ask-before-queue-reprompt)
8719         (feedmail-prompt-before-queue-standard-alist)
8720         (feedmail-prompt-before-queue-user-alist)
8721         (feedmail-prompt-before-queue-help-supplement)
8722         (feedmail-queue-use-send-time-for-message-id)
8723         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8724         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8725         (feedmail-mail-send-hook-queued)
8726         (feedmail-confirm-addresses-hook-example)
8727         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8728         (feedmail-queue-runner-mode-setter)
8729         (feedmail-queue-alternative-mail-header-separator)
8730         (feedmail-queue-runner-message-sender)
8731         (feedmail-buffer-eating-function, feedmail-binmail-template)
8732         (feedmail-run-the-queue-no-prompts)
8733         (feedmail-run-the-queue-global-prompt)
8734         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8735         (feedmail-envelope-deducer, feedmail-fiddle-date)
8736         (feedmail-default-message-id-generator)
8737         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8738         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8739         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8740         (vms-pmail-setup):
8741         * play/dunnet.el (dun-help):
8742         * play/handwrite.el (handwrite):
8743         * play/hanoi.el (hanoi-unix-64):
8744         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8745         * textmodes/enriched.el (fixed):
8746         * textmodes/org.el (org-file-apps)
8747         (org-emphasis-regexp-components, org-emphasis-alist):
8748         * textmodes/texinfmt.el (batch-texinfo-format):
8749         Fix typos in docstrings.
8751 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
8753         * loadhist.el (read-feature): Don't complete features not loaded
8754         from a file (which make `unload-feature' to fail).
8756 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8758         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8760 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
8762         * startup.el (command-line-1): Kill emacs if the last frame is
8763         deleted while evaluating the command-line arguments.
8765 2006-11-05  Richard Stallman  <rms@gnu.org>
8767         * startup.el (init-file-had-error): Add doc string.
8768         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8769         Use fixed-width font for keyboard key descriptions.
8771         * cus-edit.el (custom-save-all): Error if saving in .emacs
8772         and it had an error when loaded.
8774         * dired-aux.el (dired-copy-file-recursive): Catch errors
8775         from recursive copies in the loop, around the recursive call.
8777 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8779         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8780         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
8781         `/proc/acpi/thermal_zone/*'.
8782         (battery-search-for-one-match-in-files): New.  Search a regexp in
8783         the content of some files.
8785 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
8787         * window.el (mouse-autoselect-window-now): Remove variable.
8788         (mouse-autoselect-window-state): New variable.
8789         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8790         (mouse-autoselect-window-select, handle-select-window):
8791         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8792         Suspend delayed autoselection during menu or popup dialog.
8794         * info-look.el (info-lookup-guess-custom-symbol): New function
8795         for retrieving symbol at point in custom buffers.
8796         (top level) <info-lookup-maybe-add-help>: Add backquote and
8797         comma to ignored characters in regexps of help specifications
8798         for emacs-lisp-mode and lisp-interaction-mode.  This permits
8799         looking up symbols in `...' and after a comma.  Add help
8800         specifications for custom-mode and help-mode.
8802 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
8804         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8805         Don't encode body if RAW is non-nil, or if the old encoding is
8806         identical to the new encoding, or if the body contains only
8807         eight-bit-* characters.
8809 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8811         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8812         (faces-sample-overlay): Remove variable.
8813         (describe-face): Insert sample text in the face being described.
8815 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
8817         * whitespace.el (whitespace-indent-regexp): Make this match any
8818         multiples of eight spaces near the beginning of a line.
8819         (whitespace-buffer): Use `remove-overlays' instead of
8820         `whitespace-unhighlight-the-space' and `overlay-recenter' to
8821         speed up overlay handling.
8822         (whitespace-buffer-leading, whitespace-buffer-trailing):
8823         Make these functions highlight the text removed by
8824         `whitespace-buffer-leading-cleanup' and
8825         `whitespace-buffer-trailing-cleanup' respectively.
8826         (whitespace-buffer-search): Use `with-local-quit'.
8827         Move `format' out of loop to speed up scanning larger buffers.
8828         (whitespace-unhighlight-the-space): Remove `remove-hook' since
8829         that function is never added to a hook.
8830         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8831         (whitespace-buffer-leading-cleanup)
8832         (whitespace-refresh-rescan-list): Fix docstrings.
8834 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
8836         * allout.el (allout-during-yank-processing): Cue for inhibiting
8837         aberrance processing during yanks.
8838         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8839         the amount of yanked topics that can be aberrant.
8840         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8841         a function, and supplement with inihibition of doublechecking
8842         during yanks.
8843         (allout-beginning-of-line, allout-next-heading)
8844         (allout-previous-heading, allout-goto-prefix-doublechecked)
8845         (allout-back-to-current-heading, allout-next-visible-heading)
8846         (allout-next-sibling): Use new allout-do-doublecheck function.
8847         (allout-next-sibling): Ensure we made progress when returning
8848         other than nil.
8849         (allout-rebullet-heading): Preserve text property annotations
8850         indicating the text was hidden, if it was.
8851         (allout-kill-line): Remove any added was-hidden annotations.
8852         (allout-kill-topic): Remove any added was-hidden annotations.
8853         (allout-annotate-hidden): Inhibit adding was-hidden text
8854         properties to the undo list.
8855         (allout-deannotate-hidden): New function to remove was-hidden
8856         annotation.
8857         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8858         (allout-remove-exposure-annotation): Replace by
8859         allout-deannotate-hidden.
8860         (allout-yank-processing): Signal that yank processing is happening
8861         with allout-during-yank-processing.  Also, wrap
8862         allout-unprotected's closer to the text changes, for easier
8863         debugging.  We need to inhibit-field-text-motion explicitly, in
8864         lieu of the encompassing allout-unprotected.
8865         (outlineify-sticky): Adjust criteria for triggering new outline
8866         decorations to presence or absence of any topics, not just a topic
8867         at the beginning of the buffer.
8869 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8871         * bs.el (bs--show-all, bs--redisplay):
8872         * cus-edit.el (custom-unlispify-menu-entries)
8873         (custom-unlispify-tag-names, custom-prompt-variable):
8874         * expand.el (expand-pos):
8875         * speedbar.el (speedbar-generic-list-tag-p):
8876         * wid-edit.el (widget-image-enable):
8877         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8878         * emacs-lisp/find-func.el (find-function-noselect)
8879         (find-function, find-variable-noselect, find-variable)
8880         (find-definition-noselect, find-face-definition):
8881         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8882         * net/eudc-vars.el (eudc-expansion-overwrites-query):
8883         * progmodes/ada-xref.el (ada-find-in-ali):
8884         * textmodes/flyspell.el (flyspell-check-tex-math-command):
8885         * textmodes/org.el (org-copy-subtree):
8886         * textmodes/table.el (table--row-column-insertion-point-p):
8887         Use "non-nil" in docstrings.
8889 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
8891         * sort.el (sort-columns): Set the field separator to tab; on
8892         NetBSD, sort complains if "\n" is used as field separator.
8894 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
8896         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8898 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8900         * server.el (server-auth-key): Remove.  Replace by a process-property.
8901         (server-start): Don't remove the file of the previous process, but
8902         instead clear out the place for the new file.
8903         (server-start): Set the :auth-key property.
8904         (server-process-filter): Use the :auth-key property.
8906 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
8908         * textmodes/org.el (org-mode-map): No longer copy
8909         `outline-mode-map' explicitly - this is already done by
8910         `define-derived-mode'.
8912 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
8914         * server.el (server-visit-files): Use `when'.
8915         (server-process-filter): When authentication fails, send error
8916         message to client.  Wrap `process-send-region' in `ignore-errors'
8917         instead of `condition-case', and remove misleading comment.
8919 2006-11-01  Juri Linkov  <juri@jurta.org>
8921         * simple.el (yank): Doc fix.
8923 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8925         * server.el: Try and fit within 80 columns.
8926         (server-start): Make the auth file unreadable by other users.
8928 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8930         * battery.el (battery-linux-proc-acpi): Prevent range error when
8931         `full-capacity' is 0.
8933 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8935         * faces.el (faces-sample-overlay): New defvar.
8936         (faces-sample-overlay): New function to show face sample text.
8937         (describe-face): Use it.
8939 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
8941         * progmodes/ada-stmt.el: Change maintainer, apply
8942         whitespace-cleanup, checkdoc.
8943         (ada-func-or-proc-name): Add doc string.
8945         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8946         whitespace-cleanup, checkdoc.  Minor improvements to many doc
8947         strings and comments.
8948         (ada-prj-display-page): Change buffer name to more accurately
8949         reflect function.
8951         * progmodes/ada-xref.el: Change maintainer, apply
8952         whitespace-cleanup, checkdoc.  Minor improvements to many doc
8953         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
8954         (ada-compile-current): Don't add newlines to commands.
8956 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
8958         * server.el: Add support for TCP sockets.
8959         (server-use-tcp, server-host, server-auth-dir): New options.
8960         (server-auth-key): New variable.
8961         (server-ensure-safe-dir): Create nonexistent parent dirs.
8962         Ignore Unix-style file modes on Windows.
8963         (server-start): Crete a TCP or Unix socket according to the value
8964         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
8965         `server-auth-dir' directory.
8966         (server-process-filter): Delete process if authentication
8967         fails (which never happens for Unix sockets).
8969 2006-10-30  David Kastrup  <dak@gnu.org>
8971         * subr.el (add-to-list): Don't continue checking if a match has
8972         been found.
8974 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
8976         * tutorial.el: Move defvars to avoid bytecomp warnings.
8977         (tutorial--find-changed-keys): Check if viper-current-state is
8978         bound before using it.
8979         (help-with-tutorial): Check if viper-tutorial is defined before
8980         using it.
8982 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8984         * help-fns.el (help-with-tutorial): Move to tutorial.el.
8986         * tutorial.el: New file.
8987         (help-with-tutorial): Move here from help-fns.el.  Add help for
8988         rebound keys.  Fix resume of tutorial.
8989         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8990         (tutorial--find-changed-keys, tutorial--display-changes)
8991         (tutorial--saved-dir, tutorial--saved-file)
8992         (tutorial--save-tutorial): New functions to support the changes in
8993         help-with-tutorial.
8995 2006-10-30  Kenichi Handa  <handa@m17n.org>
8997         * files.el (revert-buffer): If a unibyte buffer is being reverted
8998         with a coding system for multibyte, set buffer multibyte before
8999         calling insert-file-contents.
9001 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9003         * server.el (server-select-display): Use a dummy buffer to detect when
9004         the frame is later used.
9005         (server-select-display): New function.
9006         (server-process-filter): Use it to detect unused temp frames.
9008 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
9010         * progmodes/ada-mode.el: Change maintainer, apply
9011         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
9012         (ada-mode-version): New function.
9013         (ada-create-menu): Menu operations are available for all supported
9014         compilers.
9016 2006-10-29  Lars Hansen  <larsh@soem.dk>
9018         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
9019         Highlight as keyword.
9020         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
9021         Don't call tramp-method-out-of-band-p for local files.
9022         (tramp-touch): Quote file name.
9024 2006-10-28  Glenn Morris  <rgm@gnu.org>
9026         * calendar/calendar.el (cal-html-cursor-month)
9027         (cal-html-cursor-year): Add autoloads for this new package.
9028         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
9030 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
9032         * calendar/cal-html.el: New file.
9034 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
9036         * emacs-lisp/authors.el (authors-aliases): Update.
9038 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
9040         * version.el (emacs-version): Bump version number to 22.0.90.
9042 2006-10-26  John W. Eaton  <jwe@octave.org>
9044         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
9045         New defvar.
9046         (inferior-octave-resync-dirs): Check to see whether Octave has
9047         built-in variables and set inferior-octave-has-built-in-variables.
9048         Check inferior-octave-has-built-in-variables to decide whether to
9049         send commands that set built-in variables or call functions to
9050         change Octave's behavior.
9051         Send "disp (pwd ())" to Octave instead of just "pwd".
9052         (inferior-octave-startup): Send "more off" to Octave instead of
9053         "page_screen_output = 0".
9055 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
9057         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
9058         pattern normally.
9060 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
9062         * bindings.el (mode-line-mode-menu): Remove bindings for global
9063         minor modes (line/column number) as they are on the menubar.
9065 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
9067         * term/w32-win.el (x-handle-name-switch): Doc fix.
9068         (w32-standard-fontset-spec): Fix typo in docstring.
9070         * midnight.el (midnight-buffer-display-time): Doc fix.
9071         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
9073 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
9075         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
9077         * emulation/viper-ex.el (ex-read): Quote file argument.
9079         * ediff-diff.el (ediff-same-file-contents): Expand file names.
9081         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
9083 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
9085         * textmodes/flyspell.el (flyspell-check-region-doublons):
9086         Fix last fix.
9088 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
9090         * bindings.el (mode-line-mode-menu): List global minor modes
9091         before local ones.
9093 2006-10-23  Kim F. Storm  <storm@cua.dk>
9095         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
9096         (sit-for): If last command was a prefix arg, add the read-ahead
9097         event to unread-command-events as (t . EVENT) so it will be added
9098         to this-command-keys by read-key-sequence.
9100 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
9102         * textmodes/flyspell.el (flyspell-word): Skip past all previous
9103         whitespace when checking doublons.
9104         (flyspell-check-region-doublons): Fix doublon regexp.
9105         (flyspell-highlight-incorrect-region): Highlight doublons using
9106         flyspell-duplicate face.
9108         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
9110 2006-10-22  John Wiegley  <johnw@newartisans.com>
9112         * progmodes/python.el (python-use-skeletons): python-mode was
9113         auto-inserting templates (for those with abbrev-mode on), not only
9114         by default -- *but without a configuration variable to disable
9115         it*.  This rendered python-mode completely useless for me, so I
9116         have added `python-use-skeletons', which is now off by default.
9118 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
9120         * progmodes/cperl-mode.el (cperl-mode): Don't assume
9121         font-lock-multiline is auto-local (it's not).
9122         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
9123         initialized before calling cperl-init-faces.
9125 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
9127         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
9128         gdb-stack-position a value when there is no fringe.
9130         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
9131         indicator if not visiting a file.
9133 2006-10-20  David Kastrup  <dak@gnu.org>
9135         * window.el (kill-buffer-and-window): Fix a bug where an aborted
9136         operation would still cause some window to collapse later.
9138 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9140         * vc.el (vc-switch-backend): Try to be more careful with unwanted
9141         side-effect due to mixing various backends's file properties.
9143         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
9144         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
9145         Return `filename's status if applicable.  Update callers.
9147 2006-10-19  Kenichi Handa  <handa@m17n.org>
9149         * international/kkc.el (kkc-region): When a key sequence is not
9150         defined, append (this-single-command-raw-keys) to
9151         unread-input-method-events.
9153 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
9155         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
9157 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9159         * version.el (emacs-version): Use mac-carbon-version-string.
9161         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
9163 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9165         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
9166         Kenichi Handa).
9167         (xselect-convert-to-string): Decline requests for UTF8_STRING if
9168         the selection is not UTF-8.
9170 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
9172         * progmodes/ada-mode.el (ada-83-string-keywords)
9173         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
9174         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
9175         (ada-looking-at-semi-private, ada-get-body-name):
9176         Fix typos in docstrings.
9177         (ada-create-case-exception, ada-create-case-exception-substring):
9178         Fix typos in error messages.
9179         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
9181 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9183         * term/x-win.el (res-geometry): Don't set geometry from Xresources
9184         to default-frame-alist if default-frame-alist already contains
9185         width/height.
9187 2006-10-18  Richard Stallman  <rms@gnu.org>
9189         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
9190         Non-interactive arg is the value, not the expression.
9192         * simple.el (read-expression-map): Just set it, no defvar.
9194         * subr.el (insert-for-yank-1): If last inserted char has
9195         properties, mark them as rear-nonsticky.
9197         * recentf.el (recentf-mode): Doc fix.
9199         * facemenu.el (facemenu-add-new-face): Defend against symbol
9200         that isn't a face name.
9202         * dired-aux.el (dired-do-copy): Doc fix.
9204 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
9206         * simple.el (line-move-1): Ignore fields when moving to the
9207         beginning of line to avoid getting point stuck.
9209 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
9211         * textmodes/flyspell.el (flyspell-word-search-backward):
9212         Set inhibit-point-motion-hooks to avoid looping due to intangibile
9213         text.
9215 2006-10-16  Richard Stallman  <rms@gnu.org>
9217         * help-fns.el (describe-function-1): Special case optimization
9218         for self-insert-command.
9220 2006-10-16  Kim F. Storm  <storm@cua.dk>
9222         * ido.el (ido-reread-directory): Work in `dir' mode too.
9224 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
9226         * textmodes/table.el: Require 'regexp-opt.
9228 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9230         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
9231         Use shell-quote-argument.
9233         * shell.el (explicit-bash-args): Likewise.
9235         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
9236         Use grep -E rather than egrep.
9238 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9240         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
9242 2006-10-15  Kim F. Storm  <storm@cua.dk>
9244         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
9246 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9248         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
9249         to protect whitespace and metacharacters from the shell.
9251 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
9253         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
9255 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
9257         * subr.el (start-process-shell-command): Doc fix.
9259 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
9261         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
9262         the regexp for Maxima symbols.
9264 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9266         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
9267         (vc-find-root): Don't walk higher up than ~.
9269 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
9271         * international/utf-8.el (utf-translate-cjk-load-tables):
9272         Avoid clobbering last-coding-system-used during load.
9274 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
9276         * textmodes/reftex-global.el (reftex-create-tags-file):
9277         Quote file arguments.
9279 2006-10-12  Richard Stallman  <rms@gnu.org>
9281         * files.el (file-name-history): Add defvar.
9282         (save-some-buffers-action-alist): Improve description strings.
9284 2006-10-12  Andreas Schwab  <schwab@suse.de>
9286         * files.el (auto-mode-alist): Match change log file name also with
9287         a dash before a numeric extension.
9289 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
9291         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
9292         After 5.0:
9293         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
9295         After 5.1: Major edit.  Summary of most visible changes:
9297         - Multiple <<HERE per line allowed.
9298         - Handles multiline subroutine declaration headers (with comments).
9299           (The exception is `cperl-etags' - but it is not used in the rest
9300           of the mode.)
9301         - Fontifies multiline my/our declarations (even with comments,
9302           and with legacy `font-lock').
9303         - Major speedup of syntaxification, both immediate and postponed
9304           (3.5x to 15x [for different CPUs and versions of Emacs] on the
9305           huge real-life document I tested).
9306         - New bindings, edits to imenu.
9307         - "_" is made into word-char during fontification/syntaxification;
9308           some attempts to recognize non-word "_" during other operations too.
9309         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
9310         - autoload some more perldoc-related stuff
9311         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
9312         - Attempt to incorporate XEmacs edits which reached me.
9314         Fine-grained changelog:
9315         (cperl-hook-after-change): New configuration variable.
9316         (cperl-vc-sccs-header): Likewise.
9317         (cperl-vc-sccs-header): Likewise.
9318         (cperl-vc-header-alist): Default via two preceding variables.
9319         (cperl-invalid-face): Remove double quoting under XEmacs
9320                 (still needed under 21.2).
9321         (cperl-tips): Update URLs for resources.
9322         (cperl-problems): Likewise.
9323         (cperl-praise): Mention new features.
9324         New C-c key bindings: for `cperl-find-bad-style',
9325         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
9326         `cperl-perdoc', and `cperl-perldoc-at-point'.
9327         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
9328         moved, new submenu of Tools with Ispell entries and narrowing.
9329         (cperl-after-sub-regexp): New defsubst.
9330         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
9331                 Allows heads up to head4.
9332                 Allow "package;".
9333         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
9334         (paren-backwards-message): ??? Something for XEmacs???
9335         (cperl-mode): Never auto-switch abbrev-mode off.
9336                 Try to allow '_' be non-word char.
9337                 Do not use `font-lock-unfontify-region-function' on XEmacs.
9338                 Reset syntax cache on mode start.
9339                 Support multiline facification (even on legacy `font-lock').
9340         (cperl-facemenu-add-face-function): ??? Some contributed code ???
9341         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
9342                 refuse to inform us whether the fontification is due to lazy
9343                 calling or due to edit to a buffer, install our own hook
9344                 (controlled by `cperl-hook-after-change').
9345         (cperl-electric-pod): =cut may have been recognized as start.
9346         (cperl-block-p): Move, updated for attributes.
9347         (cperl-calculate-indent): Try to allow '_' be non-word char
9348                 Support subs with attributes.
9349         (cperl-where-am-i): Quiet (?) a warning.
9350         (cperl-cached-syntax-table): New function.
9351         (cperl-forward-re): Use `cperl-cached-syntax-table'.
9352         (cperl-unwind-to-safe): Recognize `syntax-type' property
9353                 changing in a middle of line.
9354         (cperl-find-sub-attrs): New function.
9355         (cperl-find-pods-heres): Allow many <<EOP per line.
9356                 Allow subs with attributes.
9357                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
9358                 Recognize "extproc " (OS/2) case-folded and only at start.
9359                 /x on s///x with empty replacement was not recognized.
9360                 Better comments.
9361         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
9362                 Allow subs with attributes, labels.
9363                 Do not confuse "else::foo" with "else".
9364                 Minor optimizations...
9365         (cperl-after-expr-p): Try to allow '_' be non-word char.
9366         (cperl-fill-paragraph): Try to detect a major bug in Emacs
9367                 with `looking-at' inside `narrow' and bulk out if found.
9368         (cperl-imenu--create-perl-index): Updates for new
9369                 `cperl-imenu--function-name-regexp-perl'.
9370         (cperl-outline-level): Likewise.
9371         (cperl-init-faces): Allow multiline subroutine headers
9372                 and my/our declarations, and ones with comments.
9373                 Allow subroutine attributes.
9374         (cperl-imenu-on-info): Better docstring.
9375         (cperl-etags): Rudimentary support for attributes.
9376                 Support for packages and "package;".
9377         (cperl-add-tags-recurse-noxs): Better (?) docstring.
9378         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
9379         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
9380         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
9381         (cperl-perldoc): Add autoload.
9382         (cperl-perldoc-at-point): Likewise.
9383         (cperl-here-doc-spell): New function.
9384         (cperl-pod-spell): Likewise.
9385         (cperl-map-pods-heres): Likewise.
9386         (cperl-get-here-doc-region): Likewise.
9387         (cperl-font-lock-fontify-region-function): Likewise (backward
9388                 compatibility for legacy `font-lock').
9389         (cperl-font-lock-unfontify-region-function): Fix style.
9390         (cperl-fontify-syntaxically): Recognize and optimize away deferred
9391                 calls with no-change.  Governed by `cperl-hook-after-change'.
9392         (cperl-fontify-update): Recognize that syntaxification region
9393                 can be larger than fontification one.
9394                 XXXX we leave `cperl-postpone' property, so this is quadratic...
9395         (cperl-fontify-update-bad): Temporary placeholder until
9396                 it is clear how to implement `cperl-fontify-update'.
9397         (cperl-time-fontification): New function.
9398         (attrib-group): New text attribute.
9399         (multiline): New value: `syntax-type' text attribute.
9401         After 5.2:
9402         (cperl-emulate-lazy-lock): New function.
9403         (cperl-fontify-syntaxically): Would skip large regions.
9404         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
9405         Some globals were declared, but uninitialized.
9407         After 5.3, 5.4:
9408         (cperl-facemenu-add-face-function): Add docs, fix U<>.
9409         Copyright message updated.
9410         (cperl-init-faces): Work around a bug in `font-lock'.  May slow
9411                         facification down a bit.
9412                 Misprint for my|our|local for old `font-lock'
9413                         "our" was not fontified same as "my|local".
9414                 Highlight variables after "my" etc even in
9415                         a middle of an expression.
9416                 Do not facify multiple variables after my etc
9417                         unless parentheses are present.
9419         After 5.5, 5.6
9420         (cperl-fontify-syntaxically): after-change hook could reset.
9421         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9423         After 5.7:
9424         (cperl-init-faces): Allow highlighting of local ($/).
9425         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
9426         (cperl-problems): Remove fixed problems.
9427         (cperl-find-pods-heres): Recognize #-comments in m##x too.
9428                 Recognize charclasses (unless delimiter is \).
9429         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
9430         (cperl-regexp-scan): Update docs.
9431         (cperl-beautify-regexp-piece): Use information got from regexp scan.
9433         After 5.8:
9434         Major user visible changes:
9435         Recognition and fontification of character classes in RExen.
9436         Variable indentation of RExen according to groups.
9438         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
9439                 Fontify REx charclasses in variable-name face.
9440                 Fontify POSIX charclasses in "type" face.
9441                 Fontify unmatched "]" in function-name face.
9442                 Mark first-char of HERE-doc as `front-sticky'.
9443                 Reset `front-sticky' property when needed.
9444         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
9445         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
9446         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
9447                 constructs.  Support `narrow'ed buffers.
9448         (cperl-praise): Remove a reservation.
9449         (cperl-make-indent): New function.
9450         (cperl-indent-for-comment): Use `cperl-make-indent'.
9451         (cperl-indent-line): Likewise.
9452         (cperl-lineup): Likewise.
9453         (cperl-beautify-regexp-piece): Likewise.
9454         (cperl-contract-level): Likewise.
9455         (cperl-toggle-set-debug-unwind): New function.
9456                 New menu entry for this.
9457         (fill-paragraph-function): Use when `boundp'.
9458         (cperl-calculate-indent): Take into account groups when indenting RExen.
9459         (cperl-to-comment-or-eol): Recognize # which end a string.
9460         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
9461         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
9462         (cperl-fontify-syntaxically): More clear debugging message.
9463         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
9464         (cperl-init-faces): More complicated highlight even on XEmacs (new).
9465         Merge cosmetic changes from XEmacs.
9467         After 5.9:
9468         (cperl-1+): Move to before the first use.
9469         (cperl-1-): Likewise.
9471         After 5.10:
9473         This code may lock Emacs hard!!!  Use at your own risk!
9475         (cperl-font-locking): New internal variable.
9476         (cperl-beginning-of-property): New function.
9477         (cperl-calculate-indent): Use `cperl-beginning-of-property'
9478         instead of `previous-single-property-change'.
9479         (cperl-unwind-to-safe): Likewise.
9480         (cperl-after-expr-p): Likewise.
9481         (cperl-get-here-doc-region): Likewise.
9482         (cperl-font-lock-fontify-region-function): Likewise.
9483         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
9484                         recursively.
9485                 Bound `next-single-property-change' via `point-max'.
9486         (cperl-unwind-to-safe): Bound likewise
9487         (cperl-font-lock-fontify-region-function): Likewise.
9488         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9489                 Initialization of `cperl-font-lock-multiline-start' could be
9490                 missed if the "main" fontification did not run due to the
9491                 keyword being already fontified.
9492         (cperl-pod-spell): Return t from do-one-chunk function.
9493         (cperl-map-pods-heres): Stop when the worker returns nil.
9494                 Call `cperl-update-syntaxification'.
9495         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9496         (cperl-get-here-doc-delim): Remove unused function.
9498         After 5.11:
9500         The possible lockup of Emacs (introduced in 5.10) fixed.
9502         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9503         (cperl-syntaxify-for-menu): New customization variable.
9504         (cperl-select-this-pod-or-here-doc): New function.
9505         (cperl-get-here-doc-region): Extra argument.
9506                 Do not adjust pos by 1.
9508         New menu entries
9509                 (Perl/Tools): Selection of current POD or HERE-DOC section.
9510                 (Debugging CPerl:) backtrace on fontification.
9512         After 5.12:
9513         (cperl-cached-syntax-table): Use `car-safe'.
9514         (cperl-forward-re): Remove spurious argument SET-ST.
9515                 Add documentation.
9516         (cperl-forward-group-in-re): New function.
9517         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9518         (XXXX Temporary (?) hack is to syntax-mark them as comment).
9520         After 5.13:
9521         (cperl-string-syntax-table): Make { and } not-grouping
9522           (Sometimes they ARE grouping in RExen, but matching them would only
9523            confuse in many situations when they are not)
9524         (beginning-of-buffer): Replace two occurrences with goto-char...
9525         (cperl-calculate-indent): `char-after' could be nil...
9526         (cperl-find-pods-heres): REx can start after "[" too.
9527                 Hightlight (??{}) in RExen too.
9528         (cperl-maybe-white-and-comment-rex): New constant
9529         (cperl-white-and-comment-rex): Likewise.
9530                 XXXX Not very efficient, but hard to make
9531                 better while keeping 1 group.
9533         After 5.13:
9534         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9535                 Likewise for 1 << identifier.
9537         After 5.14:
9538         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9539                 Error-less condition-case could fail.
9540         (cperl-font-lock-fontify-region-function): Likewise.
9541         (cperl-init-faces): Likewise.
9543         After 5.15:
9544         (cperl-find-pods-heres): Support property REx-part2.
9545         (cperl-calculate-indent): Likewise.
9546                 Don't special-case REx with non-empty 1st line.
9547         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9548                 Invert highlighting of charclasses:
9549                         now the envelop is highlighted.
9550                 Highlight many others 0-length builtins.
9551         (cperl-praise): Mention indenting and highlight in RExen.
9553         After 5.15:
9554         (cperl-find-pods-heres): Highlight capturing parens in REx.
9556         After 5.16:
9557         (cperl-find-pods-heres): Highlight '|' for alternation
9558         Initialize `font-lock-warning-face' if not present.
9559         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9560                          `font-lock-function-name-face'.
9561         (cperl-look-at-leading-count): Likewise.
9562         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9563                         `font-lock-keyword-face' (needed for
9564                         batch processing), etc...
9565                 Use `font-lock-builtin-face' for builtin in REx
9566                         Now `font-lock-variable-name-face'
9567                         is used for interpolated variables
9568                 Use "talking aliases" for faces inside REx
9569                 Highlight parts of REx (except in charclasses)
9570                         according to the syntax and/or semantic
9571                 Syntax-mark a {}-part of (?{}) as "comment"
9572                         (it was the ()-part)
9573                 Better logic to distinguish what is what in REx
9574         (cperl-tips-faces): Document REx highlighting
9575         (cperl-praise): Mention REx syntax highlight etc.
9577         After 5.17:
9578         (cperl-find-sub-attrs): Would not always manage to print error message.
9579         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9581         After 5.18:
9582         (cperl-find-pods-heres): Misprint in REx for parsing REx.
9583                 Very minor optimization.
9584                 `my-cperl-REx-modifiers-face' got quoted.
9585                 Recognize "print $foo <<END" as HERE-doc.
9586                 Put `REx-interpolated' text attribute if needed.
9587         (cperl-invert-if-unless-modifiers): New function.
9588         (cperl-backward-to-start-of-expr): Likewise.
9589         (cperl-forward-to-end-of-expr): Likewise.
9590         (cperl-invert-if-unless): Works in "the opposite way" too.
9591                 Cursor position on return is on the switch-word.
9592                 Indents comments better.
9593         (REx-interpolated): New text attribute.
9594         (cperl-next-interpolated-REx): New function.
9595         (cperl-next-interpolated-REx-0): Likewise.
9596         (cperl-next-interpolated-REx-1): Likewise.
9597         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9598         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9599         (cperl-praise): Mention finded interpolated RExen.
9601         After 5.19:
9602         (cperl-init-faces): Highlight %$foo, @$foo too.
9603         (cperl-short-docs): Better docs for system, exec.
9604         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9605                 Would not find HERE-doc ended by EOF without NL.
9606         (cperl-short-docs): Correct not-doubled \-escapes.
9607         start block: Put some `defvar' for stuff gone from XEmacs.
9609         After 5.20:
9610         initial comment: Extend copyright, fix email address.
9611         (cperl-indent-comment-at-column-0): New customization variable.
9612         (cperl-comment-indent): Indentation after $#a would increasy by 1.
9613         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9614         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9615         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9616         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9617                         highlight $ in $foo too (UNTESTED).
9618         (cperl-set-style): Docstring missed some available styles.
9619         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9620                 Change "Current" to "Memorize Current".
9621         (cperl-indent-wrt-brace): New customization variable; the default is
9622                 as for pre-5.2 version.
9623         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9624         (cperl-style-alist): Likewise.
9625         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9626                 and `cperl-extra-newline-before-brace' etc
9627                 being t
9628         (cperl-indent-exp): Plans B and C to find continuation blocks even
9629                 if `cperl-extra-newline-before-brace' is t.
9631         After 5.21:
9632         Improve some docstrings concerning indentation.
9633         (cperl-indent-rules-alist): New variable.
9634         (cperl-sniff-for-indent): New function name
9635                 (separated from `cperl-calculate-indent').
9636         (cperl-calculate-indent): Separate the sniffer and the indenter;
9637                 uses `cperl-sniff-for-indent' now.
9638         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9639                 was inverted;
9640                 Support `comment-column' = 0.
9642 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
9644         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9645         * help-at-pt.el (scan-buf-move-to-region): Likewise.
9646         * longlines.el (longlines-window-change-function): Likewise.
9647         * simple.el (undo-ask-before-discard): Likewise.
9648         * wid-edit.el (widget-field-prompt-internal)
9649         (widget-documentation-link-p): Likewise.
9651 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9653         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9654         for a keyword.
9656 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9658         * newcomment.el (comment-valid-prefix-p): Make the check
9659         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
9660         (comment-indent-new-line): Adjust call.
9662 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
9664         * allout.el (allout-back-to-current-heading): Base on lower-level
9665         routines to get proper disqualification of aberrant topics.
9667 2006-10-09  Richard Stallman  <rms@gnu.org>
9669         * textmodes/two-column.el (2C-two-columns): Doc fix.
9671 2006-10-09  Kim F. Storm  <storm@cua.dk>
9673         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9674         about implicit use.
9676 2006-10-08  Richard Stallman  <rms@gnu.org>
9678         * textmodes/two-column.el (2C-two-columns): Doc fix.
9680 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9682         * files.el: Mark `buffer-read-only' as safe-local-variable.
9684 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
9686         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9687         Burp if GUD buffer has been killed.
9689 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * completion.el (add-completions-from-c-buffer):
9692         Don't presume an error's second element is a string.
9693         Use looking-at rather than buffer-substring + member.
9695 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
9697         * mail/rmail.el (rmail-redecode-body): If the old encoding is
9698         `undecided', call find-coding-systems-region to find a proper
9699         non-trivial encoding.
9700         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9701         and "text/plain".
9703 2006-10-07  Kevin Ryde  <user42@zip.com.au>
9705         * textmodes/reftex-vars.el (defgroup reftex): Update home page
9706         url-link.
9708         * strokes.el (defgroup strokes): Remove invalid url-link.
9710 2006-10-07  Magnus Henoch  <mange@freemail.hu>
9712         * autoinsert.el (auto-insert-alist): Doc fix.
9714 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9716         * mouse-sel.el (mouse-insert-selection-internal):
9717         Use insert-for-yank, so that yank handlers are run.
9719 2006-10-07  Kim F. Storm  <storm@cua.dk>
9721         * ido.el (ido-file-extension-aux): Fix comparison.
9723 2006-10-06  Kim F. Storm  <storm@cua.dk>
9725         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9727 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
9729         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9730         (ad-make-mapped-call): Use `let', not `let*'.
9732 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
9734         * international/mule-cmds.el (coding-system-change-eol-conversion):
9735         Ensure the coding system is initialized before calling
9736         coding-system-eol-type.
9738 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
9740         * textmodes/org.el (org-rm-props, org-activate-plain-links)
9741         (org-activate-angle-links, org-activate-dates)
9742         (org-activate-target-links, org-activate-camels)
9743         (org-activate-tags): Add `rear-nonsticky' text property to avoid
9744         textproperty keymaps from being active beyond the end of a line.
9745         (org-unfontify-region): Also remove `rear-nonsticky' property.
9747 2006-10-04  Kenichi Handa  <handa@m17n.org>
9749         * international/code-pages.el (next): Table fixed.
9751 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9753         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9754         that it's been made unnecessary by removing narrowing.
9756 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9758         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9759         control flow a bit, simplify another bit, and add comments.
9761 2006-10-03  David Kastrup  <dak@gnu.org>
9763         * help.el (describe-mode): For clicks on mode-line, use "@"
9764         interactive argument to get the major mode of the click instead of
9765         the current buffer.
9767         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9768         in order to better redirect mouse-2 clicks.  Also allow default
9769         bindings to apply.
9771 2006-10-03  Kim F. Storm  <storm@cua.dk>
9773         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9774         (pushnew): Fix last change.
9776 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
9778         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9779         Use the interactive spec of `eval-expression'.
9781 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9783         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9785 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
9787         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9788         2006-09-28 commit.
9790 2006-10-02  Kenichi Handa  <handa@m17n.org>
9792         * international/code-pages.el (iso-8859-6): Table fixed.
9794 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
9796         * dired.el (dired-build-subdir-alist): Fix previous change.
9798 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9800         * simple.el (undo-elt-crosses-region): Fix the inequalities.
9802 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9804         * emacs-lisp/find-func.el (find-function-regexp): Don't match
9805         "define-button-type".
9807         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9808         they don't keep accumulating.
9810 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9812         * ffap.el (ffap-rfc-path): Change the address of the RFC
9813         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9815 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
9817         * allout.el (allout-expose-topic): Rectify implementation of "+"
9818         spec, so that bodies are not exposed with headlines.
9820 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
9822         * allout.el (allout-current-depth): Do aberrent check only at or
9823         below doublecheck depth.
9824         (allout-chart-subtree): Make it explicit that LEVELS being nil
9825         means unlimited depth.  Drop undocumented support for LEVELS value
9826         t meaning unlimited depth.  (This is consistent with
9827         allout-chart-to-reveal, but contrary to allout-show-children,
9828         which needs to use nil to default to depth of 1.)
9829         (allout-goto-prefix-doublechecked): Wrap long docstring line.
9830         (allout-chart-to-reveal): Be explicit in docstring about meaning
9831         of nil LEVELS, and drop support for LEVELS value t.
9832         (allout-show-children): Translate the level spec used by this
9833         routine to that used by allout-chart-subtree and
9834         allout-chart-to-reveal.
9835         (allout-show-to-offshoot): Retry once when stuck, after opening
9836         subtree - improvements in discontinuity handling likely will
9837         enable progress.
9839 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
9841         * wid-edit.el (widget-button-click-moves-point): New variable.
9842         (widget-button-click): If widget-button-click-moves-point is
9843         non-nil, set point after performing the button action.
9845         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9847 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
9849         * files.el (find-file-existing): Modify to not allow wildcards.
9851 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9853         * simple.el (undo-more): When undo information for the region is
9854         exhausted, say "No further undo information FOR REGION".
9856 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9858         * progmodes/sh-script.el (sh-prev-thing):
9859         Take `sh-leading-keywords' into account.
9861 2006-09-29  Glenn Morris  <rgm@gnu.org>
9863         * custom.el (defcustom): Doc fix.
9865         * calendar/calendar.el (european-calendar-style):
9866         Call european-calendar or american-calendar as needed when set.
9867         (diary-view-entries, list-calendar-holidays): Move autoloads
9868         before use.
9870 2006-09-29  Juri Linkov  <juri@jurta.org>
9872         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9873         to nil if there is no previous property change.
9875 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9877         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9878         saving anything to be sure that `forward-sexp' behaves correctly.
9880 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
9882         * simple.el (line-move-finish): Ignore field boundaries if the
9883         initial and final points have the same `field' property.
9885 2006-09-29  Kim F. Storm  <storm@cua.dk>
9887         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9888         to t while calling ido-read-internal.
9890 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
9892         * textmodes/org.el (org-file-remote-p): Get regexp from list.
9893         (org-archive-subtree): Remove erraneous `]' from character list.
9895 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
9897         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9898         (ses-reconstruct-all): Make undo of "insert row" work by keeping
9899         markers for data-area and parameters-area.
9901 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9903         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9905         * font-lock.el (font-lock-after-change-function): Refontify next line
9906         as well if end is at BOL.
9907         (font-lock-extend-jit-lock-region-after-change): Be more careful to
9908         only extend the region as much as needed.
9910 2006-09-28  Richard Stallman  <rms@gnu.org>
9912         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9914         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9916         * international/mule.el (after-insert-file-set-coding):
9917         If VISIT, don't let set-buffer-multibyte make undo info.
9919 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
9921         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9922         lines in base64-encoded authentication response.
9924 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9926         * progmodes/ebnf2ps.el: Doc fix.  Implement arrow spacing and scaling.
9927         (ebnf-version): New version 4.3.
9928         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9929         (ebnf-prologue): Adjust PostScript programming.
9930         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9931         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9933 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9935         * jit-lock.el (jit-lock-force-redisplay): Rename from
9936         jit-lock-fontify-again, and undo the mistaken change I've just done.
9938         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9939         (jit-lock-fontify-again): Don't refontify text that's not displayed.
9941 2006-09-26  Kenichi Handa  <handa@m17n.org>
9943         * startup.el (display-splash-screen): Allow a prefix argument.
9945 2006-09-25  Jason Rumney  <jasonr@gnu.org>
9947         * subr.el (shell-quote-argument): Use DOS logic for Windows
9948         shells with DOS semantics.
9950 2006-09-24  Richard Stallman  <rms@gnu.org>
9952         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9953         (compilation-goto-locus): Use compilation-goto-locus-delete-o
9954         to delete the overlay.  Put it on pre-command-hook.
9956         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9958         * startup.el (fancy-splash-screens, normal-splash-screen):
9959         Call the splash buffer *About GNU Emacs*.
9961         * simple.el (next-error-highlight, next-error-highlight-no-select):
9962         Default to 0.5.
9963         (yank-excluded-properties): Add `fontified'.
9965         * font-lock.el (font-lock-compile-keywords): Allow value of
9966         syntax-begin-function to enable paren-column-0 highlighting.
9968 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
9970         * dired.el (dired-build-subdir-alist): When file ends in colon,
9971         don't exit the loop, just disregard that file.
9973 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
9975         * simple.el (line-move-finish): Handle corner case for fields in
9976         continued lines.
9977         (line-move-1): Remove flawed test for that case.
9979 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
9981         * icomplete.el (icomplete-simple-completing-p): Use the correct
9982         name for the new variable, `icomplete-with-completion-tables'.
9983         (file local variables): Remove superfluous setting.
9985 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
9987         * calendar/appt.el (appt-check): Fix typo for appointments just
9988         after midnight.
9990 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
9992         * help.el (describe-key-briefly, describe-key): Don't expect an
9993         extra up event if a down-event is generated by a popup menu.
9995 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
9997         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9998         local dictionary when changing the global dictionary.
10000 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
10002         * icomplete.el (icomplete-with-completion-tables): List of
10003         specialized completion tables with which icomplete should
10004         operate.  Include the new `internal-complete-buffer', so icomplete
10005         works with interactive buffer-selection.
10006         (icomplete-simple-completing-p): Add acceptance of specialized
10007         completion tables listed in icomplete-with-completion-tables.
10009 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10011         * frame.el (focus-follows-mouse): Set default to nil on Mac.
10013         * startup.el (command-line): Use `custom-reevaluate-setting' for
10014         `focus-follows-mouse'.
10016 2006-09-22  Richard Stallman  <rms@gnu.org>
10018         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
10019         explain why Save is not available.
10021 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
10023         * woman.el (woman0-so): Use `let*', not `let'.
10024         (woman-horizontal-line): Remove unbalanced parenthesis.
10026 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10028         * woman.el: Make sure all the end-of-region markers we use have
10029         a non-nil insertion-type.
10030         (woman0-so): Move things around so we can use copy-marker.
10031         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
10032         Adjust marker type.
10033         (woman2-process-escapes): Check marker type.
10034         (woman-horizontal-line): Dispense with the use of a marker.
10036 2006-09-22  Jay Belanger  <belanger@truman.edu>
10038         * calc/calc-lang.el: Add Greek letters to math-variable-table
10039         property of tex.
10041 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
10043         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
10045 2006-09-22  Masatake YAMATO  <jet@gyve.org>
10047         * add-log.el (add-log-current-defun): Use `forward-sexp'
10048         instead of `forward-word' to pick c++::symbol.
10049         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
10051 2006-09-22  Kenichi Handa  <handa@m17n.org>
10053         * bindings.el: Fix setting self-insert-command for multibyte
10054         characters in global-map.
10056 2006-09-21  David Kastrup  <dak@gnu.org>
10058         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
10059         doc string.
10061 2006-09-21  Kenichi Handa  <handa@m17n.org>
10063         * language/european.el ("Latin-1"): Add windows-1252 to
10064         coding-priority.
10065         ("German"): Likewise.
10067 2006-09-21  Kim F. Storm  <storm@cua.dk>
10069         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
10070         Suggested by Miles Bader.
10072         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
10073         instead of add-to-list in the simple case.
10075 2006-09-20  Kenichi Handa  <handa@m17n.org>
10077         * isearch.el (isearch-process-search-char): Cancel the previous change.
10078         (isearch-search-string): New function.
10079         (isearch-search): Use isearch-search-string.
10080         (isearch-lazy-highlight-search): Likewise.
10082 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10084         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
10085         string to become an option.
10087 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10089         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
10091 2006-09-20  Kim F. Storm  <storm@cua.dk>
10093         * simple.el (line-move-partial): Call pos-visible-in-window-p with
10094         position t instead of trying both window-end and window-end - 1.
10096 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
10098         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
10099         hidden trees.
10101 2006-09-20  David Kastrup  <dak@gnu.org>
10103         * mouse.el (mouse-posn-property): Improve doc string.
10104         (mouse-on-link-p): Change buffers for function calls on links.
10106         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
10107         buffer is read-only.
10109 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
10111         * allout.el (allout-unprotected): Let inhibit-read-only only when
10112         buffer-read-only isn't set.
10113         (allout-annotate-hidden): Enable topic annotation during copies even
10114         when the buffer is read-only, eg for topic copies.  Ensure that the loop
10115         advances, even when the span extends beyond the deletion region.
10116         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
10117         rather than allout-exposure-changed-hook, as a stronger assertion.
10118         (allout-keybindings-list): Add bindings for
10119         allout-copy-line-as-kill and allout-copy-topic-as-kill.
10120         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
10121         Copy wrappers for allout-kill-line and allout-kill-topic.
10122         (allout-listify-exposed): Position correctly to accumulate lines.
10124 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
10126         * simple.el (line-move-1): Escape field boundaries occurring
10127         exactly at point.  Update goal column if constrained to a field.
10128         (line-move-finish): Escape field boundaries occurring exactly at point.
10130 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10132         * mouse.el (mouse-on-link-p): Tentatively fix last change.
10133         (mouse-drag-vertical-line): Remove unused var `wconfig'.
10135 2006-09-19  Kim F. Storm  <storm@cua.dk>
10137         * help.el (describe-key-briefly, describe-key): Simplify printing
10138         of descriptions by using format and %S.  Fix "is undefined"
10139         messages to say "at that spot" for mouse events.
10141         * simple.el (line-move-partial): Optimize.  Try window-line-height
10142         before posn-at-point to get vpos of current line.
10144 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10146         * emulation/viper.el: Bump up version/date of update to reflect the
10147         substantial changes done in August 2006.
10149         * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
10150         push-button are defined.
10152         * ediff-util.el (ediff-add-to-history): New function.
10154         * ediff.el: Use ediff-add-to-history instead of add-to-history.
10156 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10158         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
10159         Delete duplicate make-local-variable form.
10160         (conf-space-keywords): Add autoload cookie.
10161         Fix typo (`keywords', not `keyword').
10163 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10165         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
10166         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
10167         to x-gtk-use-old-file-dialog.
10169 2006-09-18  Richard Stallman  <rms@gnu.org>
10171         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
10172         that might come in during mouse tracking.
10174 2006-09-18  Kim F. Storm  <storm@cua.dk>
10176         * simple.el (line-move-partial): Rework 2006-09-15 change to use
10177         new window-line-height function.  Further optimize by not calling
10178         pos-visible-in-window-p for window-end when window-line-height
10179         returns useful information.
10181 2006-09-16  Richard Stallman  <rms@gnu.org>
10183         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
10184         (conf-space-mode): Don't handle prefix arg.
10185         Delete conf-space-keywords-override code.
10186         Use add-hook.
10187         (conf-space-keywords): New command.
10188         (conf-space-mode-internal): Be careful with imenu-generic-expression.
10189         Delete conf-space-keywords-override code.
10190         (conf-space-keywords-alist): Doc fix.
10191         (conf-space-font-lock-keywords): Doc fix.
10192         (conf-space-keywords-override): Var deleted.
10194 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
10196         * startup.el (fancy-splash-screens): Don't switch to the scratch
10197         buffer; it may not be the next buffer.
10199 2006-09-16  Romain Francoise  <romain@orebokech.com>
10201         * saveplace.el (load-save-place-alist-from-file): Use expanded name
10202         in both messages.
10204 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
10206         * progmodes/python.el (python-preoutput-filter):
10207         Fix arg order to string-match.
10209 2006-09-16  Richard Stallman  <rms@gnu.org>
10211         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
10212         font-lock-compile-keywords.
10214         * font-lock.el (font-lock-compile-keywords): Rename optional arg
10215         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
10217 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10219         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
10221         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
10222         and the data doesn't look like UTF8, send STRING instead.
10224 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
10226         * textmodes/flyspell.el (flyspell-check-region-doublons):
10227         New function to detect duplicated words.
10228         (flyspell-large-region): Use it.
10230 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
10232         * simple.el (line-move-to-column): Revert 2006-08-03 change.
10234 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
10236         * help.el (describe-prefix-bindings): Use let, not let*.
10238 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
10240         * allout.el (allout-regexp, allout-line-boundary-regexp)
10241         (allout-bob-regexp): Correct grouping and boundaries to fix
10242         backwards traversal.
10243         (allout-depth-specific-regexp, allout-depth-one-regexp):
10244         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
10245         worse time in allout-ascend.
10246         (allout-doublecheck-at-and-shallower): Identify depth threshold
10247         below which topics are checked for and disqualified by containment
10248         discontinuities.
10249         (allout-hotspot-key-handler): Correctly handle multiple-key
10250         strokes.  Remove some unused variables.
10251         (allout-mode-leaders): Clarify that mode-specific comment-start
10252         will be used.
10253         (set-allout-regexp): Correctly regexp-quote allout regexps to
10254         properly accept alternative header-leads and primary bullets with
10255         regexp-specific characters (eg, C "/*", mathematica "(*").
10256         Include new regular expressions among those configured.
10257         (allout-infer-header-lead-and-primary-bullet):
10258         Rename allout-infer-header-lead.
10259         (allout-recent-depth): Manifest as a variable as well as a function.
10260         (allout-prefix-data): Simplify into an inline instead of a macro,
10261         assuming current match data rather than being explicitly passed
10262         it.  Establish allout-recent-depth value as well as
10263         allout-recent-prefix-beginning and allout-recent-prefix-end.
10264         (allout-aberrant-container-p): True when an item's immediate
10265         offspring discontinuously contained.  Useful for disqualifying
10266         unintended topic prefixes, likely at low depths.
10267         (allout-goto-prefix-doublechecked): Elaborate version of
10268         allout-goto-prefix which disqualifies aberrant pseudo-items.
10269         (allout-pre-next-prefix): Layer on top of lower-level routines, to
10270         get disqualification of aberrant containers.
10271         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
10272         containers.
10273         (allout-beginning-of-current-entry): Position at start of buffer
10274         when in container (depth 0) entry.
10275         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
10276         (allout-current-bullet): Strip text properties.
10277         (allout-get-prefix-bullet): Use right match groups.
10278         (allout-beginning-of-line, allout-next-heading):
10279         Disqualify aberrant containers.
10280         (allout-previous-heading): Disqualify aberrant containers, and
10281         change to regular (rather than inline) function, to allow
10282         self-recursion.
10283         (allout-get-invisibility-overlay): Increment so progress is made
10284         when the first overlay is not the sought one.
10285         (allout-end-of-prefix): Disqualify aberrant containers.
10286         (allout-end-of-line): Cycle something like allout-beginning-of-line.
10287         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
10288         outline.el outlines) functional again.  Change the primary bullet
10289         along with the header-lead - level 1 new-style bullets now work.
10290         Engage allout-before-change-handler in mainline Emacs, not just
10291         XEmacs, to do undo handling.
10292         (allout-before-change-handler): Expose undo changes occurring in
10293         hidden regions.  Use allout-get-invisibility-overlay instead of
10294         reimplementing it inline.
10295         (allout-chart-subtree): Use start rather than end of prefix in
10296         charts.  Use allout-recent-depth variable.
10297         (allout-chart-siblings): Disqualify aberrant topics.
10298         (allout-beginning-of-current-entry): Position correctly.
10299         (allout-ascend): Use new allout-depth-specific-regexp and
10300         allout-depth-one-regexp for linear instead of O(N^2) or worse
10301         behavior.
10302         (allout-ascend-to-depth): Depend on allout-ascend, rather than
10303         reimplementing an algorithm.
10304         (allout-up-current-level): Depend on allout-ascend, rather than
10305         reimplementing an algorithm.  Return to start-point if we fail.
10306         (allout-descend-to-depth): Use allout-recent-depth variable
10307         instead of function.
10308         (allout-next-sibling): On traversal of numerous intervening
10309         topics, resort to economical allout-next-sibling-leap.
10310         (allout-next-sibling-leap): Specialized version of
10311         allout-next-sibling that uses allout-ascend cleverly, to depend on
10312         a regexp search to leap large numbers of contained topics, rather
10313         than arbitrarily many one-by-one traversals.
10314         (allout-next-visible-heading): Disqualify aberrant topics.
10315         (allout-previous-visible-heading): Position consistently when
10316         interactive.
10317         (allout-forward-current-level): Base on allout-previous-sibling
10318         rather than (differently) reimplmenting the algorithm.  Remove some
10319         unused variables.
10320         (allout-solicit-alternate-bullet): Present default choice stripped
10321         of text properties.
10322         (allout-rebullet-heading): Use bullet stripped of text properties.
10323         Register changes using allout-exposure-change-hook.
10324         Disregard aberrant topics.
10325         (allout-shift-in): With universal-argument, make topic a peer of
10326         it's former offspring.  Simplify the code by separating out
10327         allout-shift-out functionality.
10328         (allout-shift-out): With universal-argument, make offspring peers
10329         of their former container, and its siblings.  Implement the
10330         functionality here, rather than inappropriately muddling the
10331         implementation of allout-shift-in.
10332         (allout-rebullet-topic): Respect additional argument for new
10333         parent-child separation function.
10334         (allout-yank-processing): Use allout-ascend directly.
10335         (allout-show-entry): Disqualify aberrant topics.
10336         (allout-show-children): Handle discontinuous children gracefully,
10337         extending the depth being revealed to expose them and posting a
10338         message indicating the situation.
10339         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
10340         Leave cursor in correct position.
10341         (allout-hide-current-subtree): Use allout-ascend directly.
10342         Disqualify aberrant topics.
10343         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
10344         a way that the yanks can restore it, as used to happen.
10345         (allout-yank-processing): Restore exposure layout as recorded by
10346         allout-kill-*, as used to happen.
10347         (allout-annotate-hidden, allout-hide-by-annotation): New routines
10348         for preseving and restoring exposure layout across kills.
10349         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
10350         (allout-encrypt-string): Strip text properties.
10351         Rearranged order and outline-headings for some of the
10352         miscellaneous functions.
10353         (allout-resolve-xref): No need to quote the error name in the
10354         condition-case handler section.
10355         (allout-flatten): Classic recursive (and recursively intensive,
10356         without tail-recursion) list-flattener, needed by allout-shift-out
10357         when confronted with discontinuous children.
10359 2006-09-16  Jason Rumney  <jasonr@gnu.org>
10361         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
10362         on ms-windows.
10363         (dnd-open-unc-file): Remove.
10364         (dnd-open-local-file): Mention in doc string that it also handles
10365         remote files if the system natively supports unc file-names.
10367 2006-09-15  Kim F. Storm  <storm@cua.dk>
10369         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
10370         all necessary information about the event before erasing *Help*.
10372         * simple.el (line-move-partial): Use window-line-visiblity to
10373         quickly check whether last line is partially visible, and only do
10374         the hard (and slow) part in that case.
10376 2006-09-15  Jay Belanger  <belanger@truman.edu>
10378         * COPYING: Replace "Library Public License" by "Lesser Public
10379         License" throughout.
10381 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10383         * term/x-win.el (x-menu-bar-open): New function for F10.
10385 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
10387         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10388         Disallow filenames containing " -" to avoid confusion with libtool
10389         compilation messages.  Suggested by Stefan Monnier.
10391 2006-09-15  David Kastrup  <dak@gnu.org>
10393         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
10394         instead of buffer position for `mouse-on-link-p'.
10396         * mouse.el (mouse-posn-property): New function looking up the
10397         properties at a click position in overlays and text properties in
10398         either buffer or strings.
10399         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
10400         of both `follow-link' as well as `mouse-face' properties.
10401         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
10402         buffer position.
10404         * help.el (describe-key-briefly): When reading a down-event on
10405         mode lines or scroll bar, swallow the following up event, too.
10406         Use the new mouse sensitity of `key-binding' for lookup.
10407         (describe-key): The same here.
10409 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
10411         * play/life.el (life-patterns): Add a few more interesting patterns.
10412         (life-setup): Force `show-trailing-whitespace' to nil.
10414 2006-09-14  Richard Stallman  <rms@gnu.org>
10416         * startup.el (fancy-splash-text): Change text to improve alignment.
10417         (fancy-splash-screens): Don't set non-standard tab width.
10418         Bind cursor-type temporarily, and make it easy to patch to
10419         preserve the splash buffer.
10420         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
10421         (fancy-splash-screens): Display echo-area message explicitly.
10422         Don't set fancy-splash-help-echo.
10424         * simple.el (line-number-mode): Group mode-line instead of
10425         editing-basics.
10426         (column-number-mode, size-indication-mode): Likewise.
10428         * faces.el (mode-line-faces): Group mode-line instead of modeline.
10430         * time.el (display-time): Group mode-line instead of modeline.
10432         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
10434 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
10436         * startup.el (fancy-splash-text): Move editing instructions to
10437         fancy-splash-head.
10438         (fancy-splash-head): Issue editing instructions.
10439         (fancy-splash-screens): Fixup whitespace.
10441 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10443         * bindings.el (mode-line-buffer-identification-keymap):
10444         Remove duplicate line.
10446 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10448         * ido.el (ido-ignore-item-p): Allow any kind of functions in
10449         ignore lists.
10451 2006-09-14  Kim F. Storm  <storm@cua.dk>
10453         * jit-lock.el (jit-lock-fontify-again): New function.
10454         (jit-lock-fontify-now): Use it instead of lambda form.
10456 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
10458         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
10459         (flyspell-auto-correct-word): Make ispell-filter local to these
10460         functions.  Check that ispell-filter has new stuff before calling
10461         ispell-parse-output.
10463 2006-09-13  Kim F. Storm  <storm@cua.dk>
10465         * simple.el (line-move-partial): Optimize.
10467 2006-09-13  Richard Stallman  <rms@gnu.org>
10469         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
10470         Delete spurious backquote.
10472 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
10474         * net/rcirc.el (rcirc-print): Fix last change.
10476 2006-09-12  Jay Belanger  <belanger@truman.edu>
10478         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
10480 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
10482         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
10483         rcirc-show-maximum-output.
10484         (rcirc-mode): Remove window-scroll-function hook.
10485         (rcirc-scroll-to-bottom): Remove function.
10486         (rcirc-print): Recenter so point stays at the bottom of the window
10487         if point was already there.
10489 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10491         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10492         not to "t".
10493         * progmodes/compile.el (compilation-start): Likewise.
10494         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10495         Don't use expand-file-name on invocation-directory, since this
10496         might mishandle special characters in invocation-directory.
10498 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10500         * pcvs-defs.el: Remove * in defcustom's docstrings.
10502 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
10504         * progmodes/compile.el (compilation-directory-properties):
10505         Doc fix for help-echo.
10507 2006-09-12  Lars Hansen  <larsh@soem.dk>
10509         * desktop.el (desktop-read): Add comment.
10511 2006-09-12  Kim F. Storm  <storm@cua.dk>
10513         * simple.el (next-error-highlight, next-error-highlight-no-select):
10514         Fix spelling error.
10516         * subr.el (sit-for): Rework to use input-pending-p and cond.
10517         Return nil input is pending on entry also for SECONDS <= 0.
10518         (while-no-input): Use input-pending-p instead of sit-for.
10520 2006-09-11  Richard Stallman  <rms@gnu.org>
10522         * simple.el (next-error-highlight, next-error-highlight-no-select):
10523         Fix custom type and doc strings.
10525 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10527         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10528         (diff-apply-hunk): Use it to ask for confirmation.
10530 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
10532         * emacs-lisp/cl.el (pushnew): Add missing `,'.
10534 2006-09-11  David Kastrup  <dak@gnu.org>
10536         * help.el (string-key-binding, describe-key-briefly)
10537         (describe-key): Remove `string-key-binding' and its callers since
10538         `key-binding' already caters for the proper lookup now.
10540 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10542         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10543         (cfengine-mode): Use it.  Fix \ syntax to be like /.
10545         * bindings.el (mode-line-buffer-identification-keymap):
10546         Move initialization into declaration.
10548 2006-09-10  Kim F. Storm  <storm@cua.dk>
10550         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10551         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10552         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10553         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
10555 2006-09-10  Richard Stallman  <rms@gnu.org>
10557         * dired-aux.el: Handle errors in recursive copy usefully.
10558         (dired-create-files-failures): New variable.
10559         (dired-copy-file): Remove condition-case.
10560         (dired-copy-file-recursive): Check for errors on all file
10561         operations, and add them to dired-create-files-failures.
10562         Check file file-date-erorr here too.
10563         (dired-create-files): Check dired-create-files-failures
10564         and report those errors too.
10566         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10568         * subr.el (add-to-list): New argument COMPARE-FN.
10570 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10572         * filecache.el (file-cache-add-directory)
10573         (file-cache-add-directory-list, file-cache-add-file)
10574         (file-cache-add-directory-using-find)
10575         (file-cache-add-directory-using-locate)
10576         (file-cache-add-directory-recursively): Add autoloads.
10578 2006-09-09  Richard Stallman  <rms@gnu.org>
10580         * textmodes/conf-mode.el (conf-space-mode):
10581         Use hack-local-variables-hook instead of calling hack-local-variables.
10582         (conf-space-keywords-override): New variable.
10583         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
10584         (conf-space-mode): Always make conf-space-keywords and
10585         conf-space-keywords-override local.
10586         Call conf-space-mode-internal directly as well as via hook.
10588 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10590         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10591         quasi-keywords.
10593 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10595         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10596         (python-send-string): Be slightly more careful about adding \n.
10598         * startup.el (normal-splash-screen): Don't display the buffer if we'll
10599         kill it right away anyway.
10601 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
10603         * international/codepage.el (cp850-decode-table): Fix a few codes.
10604         (cp858-decode-table): New variable.
10606 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
10608         * net/ldap.el (ldap-search-internal): Doc fix.
10610 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10612         * play/life.el (life-display-generation): Test for input manually if
10613         `sleeptime' is negative or null.
10615         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10616         (print-region-1): Substitute `%s' with the page title.
10618 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
10620         * locate.el (locate-current-search): New variable.
10621         (locate): Set buffer local value.  Use current buffer if it is
10622         in Locate mode.
10623         (locate-mode): Disable undo here.
10624         (locate-do-setup): Use locate-current-filter from buffer to be killed.
10625         (locate-update): Use locate-current-search and locate-current-filter.
10627 2006-09-08  David Kastrup  <dak@gnu.org>
10629         * desktop.el (desktop-read): When loading a desktop, disable
10630         saving it while the load progresses, and switch off a pending lazy
10631         load by calling `desktop-lazy-abort'.
10633 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
10635         * window.el (mouse-autoselect-window-timer)
10636         (mouse-autoselect-window-position)
10637         (mouse-autoselect-window-window)
10638         (mouse-autoselect-window-now): New vars.
10639         (mouse-autoselect-window-cancel)
10640         (mouse-autoselect-window-select)
10641         (mouse-autoselect-window-start): New functions.
10642         (handle-select-window): Call `mouse-autoselect-window-start' when
10643         delayed window autoselection is enabled.
10645         * cus-start.el (mouse-autoselect-window): Handle delayed window
10646         autoselection.
10648         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10649         commands after which it is allowed to print in the echo area.
10651 2006-09-08  Richard Stallman  <rms@gnu.org>
10653         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10655         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10656         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10658         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10659         (cancel-timer-internal): Add doc string.
10660         (cancel-function-timers): Doc fix.
10661         (with-timeout-handler, timer-event-last*): Add doc strings.
10663         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10665         * files.el (risky-local-variable-p): Match ...-bindat-spec.
10667         * dired.el (dired-log-summary): Add doc string.
10669         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10670         (custom-group-menu-create): Not here.
10672 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
10674         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10676 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10678         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10679         (mac-apple-event-map): Define its handler.
10681 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
10683         * net/ldap.el (ldap-search-internal): Handle `auth' key.
10685 2006-09-07  Magnus Henoch  <mange@freemail.hu>
10687         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10688         clause.
10690 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10692         * info.el (Info-index): Bind completion-ignore-case.
10694 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10696         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10697         previous commit.
10698         (inferior-prolog-guess-flavor): New fun left out of previous commit.
10699         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10700         burp in dedicated windows.
10701         (inferior-prolog-self-insert-command): New command.
10702         (inferior-prolog-mode-map): Use it.
10704 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10706         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10708         * international/code-pages.el: Add cp858.
10710 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10712         * dnd.el: Fix bootstrapping.
10714 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10716         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10717         (dnd-open-remote-url): New function.
10718         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10719         not windows-nt.
10721 2006-09-07  Jason Rumney  <jasonr@gnu.org>
10723         * dnd.el (dnd-open-remote-file-function): New variable.
10724         (dnd-open-unc-file): New function.
10725         (dnd-open-file): Call dnd-open-remote-file-function if set.
10727 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10729         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10730         pgg-passphrase-coding-system rather than locale-coding-system.
10731         * pgg-def.el (pgg-passphrase-coding-system): New user option.
10733 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10735         * progmodes/prolog.el: Remove * in docstrings.
10736         (prolog-program-name): Add SWI prolog.
10737         (prolog-mode-menu): New menu.
10738         (prolog-mode): Set comment-add.
10739         (prolog-indent-line): Simplify.  Use indent-line-to.
10740         (inferior-prolog-buffer): New var.
10741         (inferior-prolog-run, inferior-prolog-process): New funs.
10742         (run-prolog, switch-to-prolog): Rewrite, using them.
10743         (prolog-consult-region): Use inferior-prolog-buffer.
10744         (inferior-prolog-load-file): New function.
10745         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10747         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10748         last word, if it's not the end of the paragraph.
10750         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10751         file name.
10753 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
10755         * frame.el (display-mm-dimensions-alist): New defcustom.
10756         (display-mm-height, display-mm-width): Use it.
10758 2006-09-06  Simon Josefsson  <jas@extundo.com>
10760         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10762 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
10764         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10765         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10766         string values.
10768 2006-09-06  Kim F. Storm  <storm@cua.dk>
10770         * simple.el (line-move-partial): New function to do vscrolling for
10771         partially visible images / tall lines.  Rewrite based on code
10772         previously in line-move.  Simplify backwards vscrolling.
10773         (line-move): Use it.  Simplify.
10775 2006-09-05  Kim F. Storm  <storm@cua.dk>
10777         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10779 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
10781         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10782         Process the `gcc-include' after the `gnu' rule.
10784 2006-09-05  Kim F. Storm  <storm@cua.dk>
10786         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10788 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10790         * pgg.el (pgg-clear-string): Alias to clear-string for backward
10791         compatibility.
10793         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10794         inhibit-redisplay; encode passphrase with locale-coding-system.
10796 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
10798         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10800 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
10802         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10803         (gdb-var-list-children-regexp): Make type field optional.
10805         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10806         e.g public, protected in C++.
10808 2006-09-04  John Paul Wallington  <jpw@pobox.com>
10810         * simple.el (completion-show-help): New defcustom.
10811         (completion-setup-function): Heed it.
10813 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
10815         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10817 2006-09-04  Richard Stallman  <rms@gnu.org>
10819         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10820         (rsf-min-region-to-spam-list): Doc fix.
10821         (rsf-add-content-type-field): Doc fix.
10823         * simple.el (kill-region): Explicitly test there is a region.
10825 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10827         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10828         sendmail in several common directories.
10830         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10832         * paths.el (sendmail-program): Removed.
10834 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
10836         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10837         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
10838         http://article.gmane.org/gmane.emacs.gnus.general/50457
10840 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
10842         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10843         mark after running the menu filter.
10845 2006-09-03  Juri Linkov  <juri@jurta.org>
10847         * international/quail.el (quail-defrule-internal): Add a check
10848         if a key is a vector.
10850 2006-09-02  Juri Linkov  <juri@jurta.org>
10852         * man.el (Man-topic-history): New variable.
10853         (man): Use it.
10855         * woman.el (woman-topic-history): Change defvar to defvaralias
10856         for symbol `Man-topic-history'.
10858         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10859         `comint-last-output-start' is a marker by using `markerp' and
10860         check if it has a position by using `marker-position', and use
10861         this position for `goto-char'.
10863         * international/quail.el (quail-defrule-internal): Add missing
10864         `error' call for null key.
10866 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
10868         * net/rcirc.el (rcirc-keywords): New variable.
10869         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10870         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10871         variables.
10872         (rcirc-responses-no-activity): New function.
10873         (rcirc-handler-generic): Check for responses in above.
10874         (rcirc-process-command): Add ?: character to arguments of raw
10875         server commands.
10876         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10877         `rcirc-dim-nicks'.
10878         (rcirc-gray-toggle): Remove unused variable.
10879         (rcirc-print): Remove some tracking logic, which is moved into
10880         markup functions.
10881         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10882         types.
10883         (rcirc-activity-string): Look for 'keyword in activity-types.
10884         (rcirc-window-configuration-change): Don't erase overlay-arrow
10885         unnecessarily.
10886         (rcirc-add-or-remove): New function.
10887         (rcirc-cmd-ignore): Use it.
10888         (rcirc-message-leader): Remove unused function.
10889         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10890         (rcirc-add-face): New function.
10891         (rcirc-facify): Use rcirc-add-face.
10892         (rcirc-url-regexp): Add parens.
10893         (rcirc-map-regexp): Remove function.
10894         (rcirc-mangle-regexp): Remove function.
10895         (rcirc-markup-text-functions): New variable.
10896         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10897         (rcirc-markup-body-text, rcirc-markup-attributes)
10898         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10899         (rcirc-markup-bright-nicks): New markup handler functions.
10900         (rcirc-nick-in-message-full-line): New face.
10901         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10902         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10904 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
10906         * cus-start.el (hscroll-margin, hscroll-step)
10907         (mode-line-in-non-selected-windows, mouse-autoselect-window)
10908         (x-use-underline-position-properties): Change version to "22.1"
10909         since they will appear there for the first time.
10911 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
10913         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10915 2006-08-31  Richard Stallman  <rms@gnu.org>
10917         * cus-edit.el (custom-save-variables): Slight cleanup.
10918         (Custom-no-edit): Renamed from custom-no-edit.
10919         (Custom-newline): Renamed from custom-newline.
10920         (custom-mode-map): Use new names.
10922         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10923         about customization, rather than M-x customize, in the doc string
10924         made for the defcustom.
10926         * emacs-lisp/trace.el (trace-function-background): Doc fix.
10928 2006-08-31  Romain Francoise  <romain@orebokech.com>
10930         * dired-x.el (dired-guess-shell-alist-default): Update.
10932 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
10934         * custom.el (custom-theme-set-variables): Autoload packages before
10935         sorting the variables.
10937 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
10939         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10940         Convert events to chars if XEmacs.
10941         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10943 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10945         * progmodes/python.el (python-eldoc-function): Re-enable quit while
10946         waiting for process.
10948 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10950         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10951         results in ASCII-only string, encode original one directly.
10953 2006-08-29  Romain Francoise  <romain@orebokech.com>
10955         * startup.el (normal-splash-screen, fancy-splash-screens):
10956         Make buffer read-only and arrange to enter view mode if necessary.
10958 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
10960         * hl-line.el (hl-line): New face.
10961         (hl-line-face): Use it.
10963         * image-mode.el (image-mode): Fix last fix.
10964         Suggested by Kim F. Storm.
10966 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
10968         Sync with Tramp 2.0.54.
10970         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10971         of `=', because `tramp-get-remote-gid' might not always return an
10972         integer when expected.
10973         (tramp-register-file-name-handlers): `partial-completion-mode' is
10974         unknown to XEmacs.
10975         (tramp-time-diff): Don't use `floor', it might fail for large
10976         differences.
10977         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10978         `tramp-auto-save-directory' if unset in order to guarantee unique
10979         auto-save file names.
10981 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
10983         * image-mode.el (image-mode): Display image as text on a terminal.
10985 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10987         * progmodes/python.el (python-send-command): Simplify.
10988         (run-python): Don't generate a new buffer unless `new' was specified.
10989         Make sure we send `import emacs' to the proper process.
10991         * progmodes/python.el (python-send-command): Don't wait for the command
10992         to terminate.  Don't fiddle with compilation-parsing-end.
10994 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
10996         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10997         Insert commentary after first line summary.
10999         * woman.el (woman-follow): New function, based on `man-follow'.
11000         (woman-mode-map): Use it.
11002         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
11003         since ibuffer-do-sort-by-recency does not define a sorter.
11005 2006-08-28  Kim F. Storm  <storm@cua.dk>
11007         * find-dired.el (find-dired): Use shell-quote-argument to properly
11008         escape ( and ) args.  Also use it on {} and ; args in default
11009         value of find-ls-option string.
11010         (find-grep-dired): Use shell-quote-argument on {} and ; args.
11012 2006-08-27  Michael Olson  <mwolson@gnu.org>
11014         * emacs-lisp/tq.el: Small grammar fix in comments.
11015         (tq-enqueue): Check for existence of queue rather than the
11016         head queue item's question, which was a no-op.
11017         (tq-filter, tq-process-buffer): Make sure the process buffer
11018         exists before making it the current buffer.
11020 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11022         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
11023         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
11024         (special-event-map): Apply 2006-08-16 change for x-win.el.
11026 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11028         * progmodes/python.el (python-send-receive): Wait in the
11029         process's buffer so as to check the right buffer-local variables.
11031 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11033         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
11034         (defgroup checkdoc): Move to beginning.
11036         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
11037         (python-preoutput-continuation): Remove.
11038         (python-preoutput-filter): Simplify correspondingly.
11039         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
11040         Loop around to catch embedded _emacs_out output.
11041         (run-python): Send the import&print command on a single line.
11042         (python-send-command): Send command&print on a single line.
11043         (python-send-string): Only add double \n if needed.
11044         (python-send-receive): Loop until the result comes.
11045         (python-mode-running): Defvar it.
11046         (python-setup-brm): Remove unused var `menu'.
11047         Only bind py-mode-map and `features' around brm-init.
11048         (python-calculate-indentation): Remove unused var `point'.
11049         (python-beginning-of-defun): Remove unused var `def-line'.
11051 2006-08-25  Richard Stallman  <rms@gnu.org>
11053         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
11055 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
11057         * emulation/viper.el (viper-set-hooks): Use frame bindings for
11058         viper-vi-state-cursor-color.
11059         (viper-non-hook-settings): Don't set default
11060         mode-line-buffer-identification.
11062         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
11063         New fun.
11064         (viper-set-cursor-color-according-to-state)
11065         (viper-get-saved-cursor-color-in-replace-mode)
11066         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
11067         viper-emacs-state-cursor-color.
11069         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
11070         (viper-undo): Use point if undo-beg-posn is nil.
11071         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
11072         (viper-after-change-undo-hook): Don't use
11073         viper-emacs-state-cursor-color by default.
11074         (viper-undo): More sensible positioning after undo.
11076         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
11077         (viper-emacs-state-cursor-color): Default to nil, since this feature
11078         doesn't work well yet.
11080         * ediff-mult.el (ediff-intersect-directories)
11081         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
11082         always expand filenames.
11084 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11086         * tumme.el: Remove * in defcustoms's docstrings.
11088 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
11090         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
11091         Accept internal time format for SECS arg.
11092         (timer-relative-time): Doc fix.
11094         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
11095         adapted from Martin Rudalics.
11096         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
11097         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
11098         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
11099         using sit-for.
11101 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
11103         * cus-start.el (all): Add `overline-margin' and
11104         `x-underline-at-descent-line'.
11106 2006-08-24  Kim F. Storm  <storm@cua.dk>
11108         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
11109         to mean "use find -exec"; nil now unambiguously means auto-detect.
11110         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
11111         Use shell-quote-argument to build grep-find-command and
11112         grep-find-template.
11113         (rgrep): Use shell-quote-argument to properly quote arguments to find.
11114         Reported by Tom Seddon.
11116 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
11118         * startup.el (fancy-splash-head): Give instructions for dismissing
11119         the splash screen for default startup too.
11120         (display-startup-echo-area-message, fancy-splash-screens)
11121         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
11122         all splash text at once and keep the splash buffer around.
11123         (command-line-1): Give display-startup-echo-area-message a t arg.
11125 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
11127         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
11128         gnus frame is selected.
11130 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
11132         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
11134 2006-08-22  Kim F. Storm  <storm@cua.dk>
11136         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
11137         Add suffix matching for subdirs.
11139 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
11141         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
11142         mouse-yank-at-point is non-nil.
11144 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
11146         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
11147         a bit wider and remove fringes to fit initial output on line.
11149 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11151         * frame.el (blink-cursor-end): Only ignore the error we care about.
11152         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
11154 2006-08-21  Richard Stallman  <rms@gnu.org>
11156         * whitespace.el (whitespace-cleanup): Doc fix.
11158 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
11160         * net/rcirc.el (rcirc-show-maximum-output): New var.
11161         (rcirc-buffer-process): If no buffer argument is supplied, use
11162         current-buffer.
11163         (rcirc-complete-nick): Complete to the last completed nick first.
11164         (rcirc-mode): Preserve the value of `rcirc-urls' across
11165         connections.  Setup scroll function.
11166         (rcirc-scroll-to-bottom): New function.
11167         (rcirc-print): Use nick syntax around regexp work.
11168         Notice dim-nicks speaking only if they say our nick.
11169         (rcirc-update-activity-string): Do not show the modeline indicator
11170         if there are no live rcirc processes.
11171         (rcirc-cmd-ignore): Ignore case.
11172         (rcirc-browse-url-at-point): Fix off-by-one error.
11174 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11176         * progmodes/python.el: Remove * in defcustom docstrings.
11177         (run-python, python-proc, python-try-complete): Use derived-mode-p.
11178         (python-mode): Set tab-width and indent-tabs-mode.
11180 2006-08-20  Dave Love  <fx@gnu.org>
11182         * progmodes/python.el: Update to Dave Love's latest version.
11183         (python-font-lock-keywords, python-mode): Don't use
11184         font-lock-syntax-table, but match symbol elements explicitly instead.
11185         (python-mode-map): Add help, and a few more key bindings.
11186         (python-skip-comments/blanks): Move out of comments as well.
11187         (python-continuation-line-p): Behave better with unbalanced parens.
11188         (python-blank-line-p): New fun.
11189         (python-open-block-statement-p): Don't use a heuristic.
11190         (python-outdent-p): Better handle blocks-in-the-same-line.
11191         (python-calculate-indentation): Misc improvements.
11192         (python-comment-indent): Remove.
11193         (python-block-pairs): New var.
11194         (python-first-word): New fun.
11195         (python-indentation-levels): Handle more common cases.
11196         (python-indent-line-1): Add `leave' argument.
11197         (python-indent-region): New fun.
11198         (python-skip-out): New fun.
11199         (python-beginning-of-statement, python-end-of-statement): Use it.
11200         (python-next-statement): Return correct count even at eob.
11201         (python-end-of-block): Fix paren-typo.
11202         (python-imenu-create-index): Add module variables.
11203         (run-python): Add `new' arg.
11204         Check we're at a prompt before returning.
11205         (python-send-command): Move to end of buffer.
11206         Wait for prompt to return.
11207         (python-set-proc): New fun.
11208         (python-imports): New var.
11209         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
11210         (python-eldoc-function): Try to move out of arg list.
11211         (python-outline-level): Offset by 1.
11212         (python-find-imports): New fun.
11213         (python-symbol-completions): Use python-imports.
11214         (python-module-path, ffap-alist): Add support for ffap.
11215         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
11216         (python-insert-*, python-default-template, python-expand-template):
11217         Add templates/skeletons.
11218         (python-setup-brm): Support for Bicycle Repair Man.
11219         (python-abbrev-syntax-table): New var.
11220         (python-abbrev-pc-hook, python-pea-hook): New funs.
11222 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
11224         * frame.el (blink-cursor-start): Set timer first.
11225         (blink-cursor-end): Ignore timer cancelling errors.
11226         Suggested by Ken Manheimer.
11228 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
11230         * newcomment.el (comment-box): Call `comment-normalize-vars'.
11231         Add autoload cookie.
11233 2006-08-20  Richard Stallman  <rms@gnu.org>
11235         * simple.el (line-number-at-pos): Doc fix.
11237         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
11238         timer-activate-when-idle, so timer can run before Emacs becomes
11239         non-idle again.
11241 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
11243         * whitespace.el (whitespace-cleanup-internal): New optional arg
11244         REGION-ONLY.  If it's non-nil, modify the message to the user
11245         accordingly.
11246         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
11247         a non-nil argument.
11249 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
11251         * rect.el (spaces-string): Simplify and add doc string.
11253 2006-08-17  Romain Francoise  <romain@orebokech.com>
11255         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
11257 2006-08-17  Richard Stallman  <rms@gnu.org>
11259         * compare-w.el (compare-windows): lambda's take an arg and pass
11260         it to compare-windows-skip-whitespace.
11262 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
11264         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
11265         the right buffer.
11267 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11269         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
11270         removed files.
11272 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
11274         * progmodes/gdb-ui.el (gdb-locals-watch-map)
11275         (gdb-locals-watch-map-1): Suppress keymap first.
11276         (gdb-edit-locals-map-1): New variable.
11277         (gdb-edit-locals-value): New function.
11278         (gdb-stack-list-locals-handler): Use them.
11280 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11282         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
11283         cursor would normally be drawn in the fringe.
11285         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
11286         Reported by Martin Rudalics <rudalics@gmx.at>.
11288 2006-08-16  Richard Stallman  <rms@gnu.org>
11290         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
11291         (special-event-map): Process drag-n-drop events this way.
11293         * simple.el (move-beginning-of-line): Test whether fields
11294         would prevent motion back to line's first visible character.
11295         If so, stop where the fields would stop the motion.
11297         * newcomment.el (comment-indent): Fully update INDENT
11298         before checking to see if it will change the text.
11300         * cus-edit.el (custom-newline): New function.
11301         (custom-mode-map): Bind newline to custom-newline.
11303         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
11304         into ignore-whitespace.
11305         Check each buffer for its skip-function.
11306         Handle compare-windows-skip-whitespace special-case test
11307         by returning t from default skip function.
11309 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
11311         * textmodes/org.el (org-clock-special-range)
11312         (org-clock-update-time-maybe): New functions.
11313         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
11314         not only a-z.
11315         (org-agenda-get-blocks): Allow multiple blocks per headline.
11316         (org-timestamp-change): Call `org-clock-update-time-maybe'.
11317         (org-export-html-title-format)
11318         (org-export-html-toplevel-hlevel): New options.
11319         (org-export-language-setup): Add support for Czech.
11320         (org-mode, org-insert-todo-heading, org-find-visible)
11321         (org-find-invisible, org-invisible-p, org-invisible-p2)
11322         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
11323         (org-show-subtree, org-show-entry, org-make-options-regexp):
11324         Remove compatibility support for old outline-mode.
11325         (org-check-occur-regexp): Funtion removed.
11326         (org-on-heading-p, org-back-to-heading): Made defalias.
11327         (org-set-local): New defsubst.
11328         (org-set-regexps-and-options, org-mode)
11329         (org-set-font-lock-defaults, org-edit-agenda-file-list)
11330         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
11331         (org-remember-apply-template, org-table-edit-field)
11332         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
11333         (org-set-autofill-regexps): Use `org-set-local'.
11334         (org-table-eval-formula): Fix bug with parsing of display flags.
11336 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
11338         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
11339         frame with fringe arrow.  Suggested by Simon Marshall
11340         <simon.marshall@misys.com>.
11341         (gdb-stack-position): New variable.
11342         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
11343         (gdb-frames-mode): Set gdb-stack-position to nil.
11344         Add to overlay-arrow-variable-list
11345         (gdb-reset): Delete gdb-stack-position from above list.
11347 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11349         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
11350         read only.
11352 2006-08-13  Romain Francoise  <romain@orebokech.com>
11354         * cus-theme.el (customize-create-theme)
11355         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
11357         * filesets.el (filesets-add-buffer): Ditto.
11359         * pcvs.el (cvs-change-cvsroot): Ditto.
11361 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
11363         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
11364         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
11365         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
11366         expressions.
11367         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
11368         Only search till end of line.
11369         Add face to function names in case of no filename.
11370         Add face to variable names of watchpoints.
11372 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
11374         * cus-start.el <indent-tabs-mode>: Move to the `indent'
11375         customization group.
11377 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
11379         * allout.el (allout-prior-bindings, allout-added-bindings):
11380         Remove, after long deprecation.
11381         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
11382         Add customization vars controlling allout-beginning-of-line and
11383         allout-end-of-line conveniences.
11384         (allout-header-prefix, allout-use-mode-specific-leader)
11385         (allout-use-mode-specific-leader, allout-mode-leaders):
11386         Revise docstrings.
11387         (allout-infer-header-lead): Change to be an alias for
11388         allout-infer-header-lead-and-primary-bullet.
11389         (allout-infer-header-lead-and-primary-bullet): New version of
11390         allout-infer-header-lead which assigns the primary bullet to the
11391         same as the header lead, when its being changed.
11392         (allout-infer-body-reindent): Apply regexp-quote instead of
11393         unconditionally prepending "\\", so that all literal
11394         allout-header-prefix and allout-primary-bullet strings are
11395         properly handled.
11396         (allout-add-resumptions): Add optional qualifier for extending or
11397         appending to existing values, rather than replacing them.
11398         (allout-view-change-hook): Clarify docstring.
11399         (allout-exposure-change-hook): Take explicit arguments, via
11400         run-hook-with-args.
11401         (allout-structure-added-hook)
11402         (allout-structure-deleted-hook)
11403         (allout-structure-shifted-hook): New hooks analogous to
11404         allout-exposure-change-hook for other kinds of structural outline
11405         edits.
11406         (allout-encryption-plaintext-sanitization-regexps): New encryption
11407         customization variable, by which cooperating modes can provde
11408         massage of the plaintext without actually being passed it.
11409         (allout-encryption-ciphertext-rejection-regexps)
11410         (allout-encryption-ciphertext-rejection-ceiling): New encryption
11411         customization variables, by which cooperating modes can prohibit
11412         rare but possible ciphertext patterns from fouling their
11413         operation, with actually being passed the ciphertext.
11414         (allout-mode): Run activation and deactivation hooks after the
11415         minor-mode variable has been toggled, to clarify the mode
11416         disposition.  The new encryption ciphertext rejection variable is
11417         used to ensure that the ciphertext does not contain text that
11418         would be recognized as outline structural elements by allout.
11419         Substite allout-beginning-of-line and allout-end-of-line for
11420         conventionall beginning-of-line and end-of-line bindings.
11421         If allout-old-style-prefixes is non-nil, don't nullify it on mode
11422         activation!
11423         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
11424         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
11425         (allout-chart-subtree): Implement new mode, charting only the
11426         visible items in the subtree, when new 'visible' parameter is non-nil.
11427         (allout-end-of-subtree): Properly handle the last item in the buffer.
11428         (allout-pre-command-business, allout-command-counter):
11429         Increment an advertised counter so that cooperating enhancements can
11430         track revisions of items.
11431         (allout-open-topic): Run allout-structure-added-hook with suitable
11432         arguments.
11433         (allout-shift-in): Run allout-structure-shifted-hook with suitable
11434         arguments.
11435         (allout-shift-out): Fix doubling for negative args and ensure call
11436         of allout-structure-shifted-hook by solely using allout-shift-in.
11437         (allout-kill-line, allout-kill-topic):
11438         Run allout-structure-deleted-hook with suitable arguments.
11439         (allout-yank-processing): Run allout-structure-added-hook with
11440         proper arguments.
11441         (allout-yank): Enclose activity in allout-unprotected.
11442         (allout-flag-region): Run allout-exposure-change-hook with
11443         suitable arguments, instead of making the callee infer the arguments.
11444         (allout-encrypt-string):
11445         Support allout-encryption-plaintext-sanitization-regexps,
11446         allout-encryption-ciphertext-rejection-regexps, and
11447         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
11448         en/de cryption mode in symmetric encryption failure message.
11449         (allout-obtain-passphrase): Use copy-sequence to get a distinct
11450         copy of the passphrase, and don't zero it or we'll corrupt the
11451         stashed copy.
11452         (allout-create-encryption-passphrase-verifier)
11453         (allout-verify-passphrase): Respect the new signature for
11454         allout-encrypt-string.
11455         (allout-get-configvar-values): Convenience for getting a
11456         configuration variable value and handling its absence gracefully.
11458 2006-08-11  Romain Francoise  <romain@orebokech.com>
11460         * obsolete/zone-mode.el: Delete.
11462 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11464         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
11466 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
11468         * emacs-lisp/bindat.el (bindat-ip-to-string):
11469         Use `format-network-address' if possible.
11471 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11473         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
11475 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
11477         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
11478         restore unread-command-events here.
11479         (edebug-display): Do it here, to detect sit-for interruptions.
11481 2006-08-10  Romain Francoise  <romain@orebokech.com>
11483         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
11484         (dns-mode-soa-auto-increment-serial): New user option.
11485         (dns-mode-soa-maybe-increment-serial): New function.
11486         (dns-mode): Add the latter to `write-contents-functions'.
11488         * obsolete/zone-mode.el: Move to obsolete/ from net/.
11489         Delete autoload cookies.
11491 2006-08-10  John Wiegley  <johnw@newartisans.com>
11493         * eshell/em-glob.el (eshell-glob-chars-list)
11494         (eshell-glob-translate-alist): Add support for [^g] in character globs.
11496 2006-08-10  Richard Stallman  <rms@gnu.org>
11498         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11499         (facemenu-set-face): Doc fix.
11500         (facemenu-listed-faces): Doc fix.
11502 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
11504         * avoid.el (mouse-avoidance-animating-pointer): New var.
11505         (mouse-avoidance-nudge-mouse): Use it.
11506         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11507         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11508         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11509         Don't activate if currently animating.  All callers changed.
11511 2006-08-09  John Wiegley  <johnw@newartisans.com>
11513         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11514         variable, which causes timeclock to report elapsed time worked,
11515         instead of just work remaining.
11517 2006-08-09  Kenichi Handa  <handa@m17n.org>
11519         * international/latexenc.el (latexenc-find-file-coding-system):
11520         Fix for the case that the 2nd element of arg-list is a cons.
11522 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
11524         * info.el (Info-fontify-node): Handle preceding `in' for note
11525         reference hiding rules.
11527 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11529         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11530         mistake a closing " for an opening one.
11532 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
11534         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11536 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11538         * complete.el (PC-do-completion): Filter out completions matching
11539         completion-ignored-extensions before checking whether there are
11540         multiple completions.
11541         Don't use `list' unnecessarily when building completion tables.
11543 2006-08-06  Richard Stallman  <rms@gnu.org>
11545         * help.el (describe-mode): Make minor mode list more concise.
11547 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
11549         * bindings.el: Give mode-line-format, mode-line-modes, and
11550         mode-line-position `standard-value' properties.
11552 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
11554         * buff-menu.el (list-buffers-noselect): For Info buffers, use
11555         "(file)node" instead of the file name.
11557 2006-08-05  Richard Stallman  <rms@gnu.org>
11559         * faces.el (escape-glyph): Doc fix.
11561 2006-08-04  Kenichi Handa  <handa@m17n.org>
11563         * international/mule-diag.el (describe-font): Improve docstring
11564         and error message.  Use frame-parameter (not frame-parameters).
11566 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11568         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11569         Correctly mark the end-of-docstring char.
11571 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
11573         * simple.el (line-move-to-column): Constrain move-to-column to
11574         current field.
11576 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11578         * font-lock.el (font-lock-beg, font-lock-end)
11579         (font-lock-extend-region-functions): New vars.
11580         (font-lock-extend-region-multiline)
11581         (font-lock-extend-region-wholelines): New functions.
11582         (font-lock-default-fontify-region): Use them.
11583         (font-lock-extend-jit-lock-region-after-change): Only round up
11584         if font-lock-default-fontify-region will do it as well.
11586         * font-lock.el (font-lock-extend-after-change-region-function):
11587         Rename from font-lock-extend-region-function.
11588         (font-lock-extend-region): Remove by inlining at call sites.
11589         (font-lock-after-change-function): Don't needlessly round up to a whole
11590         number of lines.
11591         (font-lock-extend-jit-lock-region-after-change): Be more careful about
11592         the boundary conditions and the interactions between the various ways
11593         to extend the region.
11595 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11597         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11598         modification status when forcing the second redisplay.
11600 2006-08-03  Kim F. Storm  <storm@cua.dk>
11602         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11604 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11606         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11607         doesn't look like a file name.
11609         * complete.el (PC-expand-many-files): Avoid signalling an error when
11610         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
11612 2006-08-02  Andreas Schwab  <schwab@suse.de>
11614         * bindings.el (mode-line-format): Simplify reference to vc-mode.
11616 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
11618         * bindings.el (map): Make mode-line-buffer-identification-keymap
11619         before defining propertized-buffer-identification.
11621 2006-08-01  Richard Stallman  <rms@gnu.org>
11623         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11625 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
11627         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11628         default value.
11629         (gdb-find-source-frame): New function.
11630         (menu): Add to menu bar.
11632 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11634         * font-core.el (font-lock-extend-region-function)
11635         (font-lock-extend-region): Move to font-lock.el.
11637         * font-lock.el (font-lock-extend-region-function)
11638         (font-lock-extend-region): Move from font-core.el.  Simplify.
11640         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11641         if needed.
11642         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11643         (jit-lock-after-change-extend-region-functions): New hook.
11644         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11646         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11647         (font-lock-turn-on-thing-lock): Use it.
11649         * longlines.el (longlines-show-region): Make it work on read-only
11650         buffers as well.
11652 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
11654         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11656 2006-07-31  Richard Stallman  <rms@gnu.org>
11658         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11659         (vhdl-speedbar-display-projects): Update old obsolete
11660         speedbar variable names.
11662 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
11664         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11665         (gdb-stopped): Use it.
11667         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11669 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
11671         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11672         for load-history elements.
11674 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
11676         * files.el (convert-standard-filename): For Cygwin, replace
11677         characters not allowed in Windows file names.
11678         (make-auto-save-file-name): Add Cygwin to the list of systems
11679         where the auto-save file name needs to be run through
11680         convert-standard-filename.
11682 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
11684         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11686 2006-07-28  Richard Stallman  <rms@gnu.org>
11688         * bindings.el (mode-line-frame-identification)
11689         (propertized-buffer-identification): Centralize the code
11690         to initialize the variable.
11692         * progmodes/grep.el (grep-default-command): Catch errors from
11693         wildcard-to-regexp.
11695 2006-07-29  Kim F. Storm  <storm@cua.dk>
11697         * progmodes/grep.el (grep-tag-default): New function.
11698         (grep-default-command, grep-read-regexp): Use it.
11699         (grep-read-files): Use car of grep-files-history or grep-files-aliases
11700         as default if nothing else applies.
11702 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
11704         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11705         Throw error if buffer is not in Dired and Wdired mode, respectively.
11707 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
11709         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11710         self-insert-command keys don't activate buttons.
11711         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11713 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
11715         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11716         faces for enable character.
11718 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
11720         * Makefile.in (recompile): Update comment to reflect change
11721         on 2004-04-21.
11723 2006-07-27  Richard Stallman  <rms@gnu.org>
11725         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11726         (customize-package-emacs-version): Change msg when pkg has no entry.
11727         (custom-no-edit): On a button, do like widget-button-press.
11729 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11731         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11732         S-tab and C-S-tab.
11734 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
11736         * progmodes/which-func.el (which-function): Fix documentation/
11737         comment typo.
11739 2006-07-26  Richard Stallman  <rms@gnu.org>
11741         * textmodes/ispell.el (ispell-word): If we replace the word,
11742         move point to the end.  Insert before deleting.
11744 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
11746         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11747         a timer.
11749 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
11751         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
11752         when at first image.
11753         (tumme-forward-image): Add prefix argument.  Add error when at last
11754         image.
11756 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11758         * tabify.el (tabify-regexp): Use more specific regexps.
11759         (tabify): Avoid modifying the buffer unnecessarily.
11761 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
11763         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11764         (tumme-format-properties-string): Handle empty `buf'.
11765         (tumme-get-comment): Change variable names inside `let'.
11766         Add missing `let' variable that cause font-lock problems.
11767         (tumme-write-comments): Change variable names inside `let'.
11768         Add missing `let' variable that cause font-lock problems.
11769         (tumme-forward-image): Rename from `tumme-forward-char'.
11770         (tumme-backward-image): Rename from `tumme-backward-char'.
11772 2006-07-25  Masatake YAMATO  <jet@gyve.org>
11774         * progmodes/ld-script.el (ld-script-keywords)
11775         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11776         and add comments.
11778 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
11780         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11781         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11782         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11783         for status indicator.
11785 2006-07-24  Richard Stallman  <rms@gnu.org>
11787         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11789         * subr.el (dolist, dotimes): Use interned symbols for locals.
11790         (--dotimes-limit--, --dolist-tail--): New defvars.
11791         (looking-back): Doc fix.
11793         * replace.el (replace-match-string-symbols): Handle dotted lists.
11795 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
11797         * tumme.el (tumme-write-tags): Add.
11798         (tumme-write-comments): Add.
11799         (tumme-tag-files): Change to use `tumme-write-tags'.
11800         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11801         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11802         (tumme-save-information-from-widgets): Change to use
11803         `tumme-write-comments' and `tumme-write-tags'.
11804         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11805         (tumme-write-tag): Remove.
11806         (tumme-write-comment): Remove.
11807         (tumme-display-previous-thumbnail-original): Remove empty line.
11808         (tumme-widget-list): Add punctuation.
11810 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
11812         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11814 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11816         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11817         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
11818         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11820 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
11822         * mouse.el (mouse-on-link-p): Doc fix.
11824 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
11826         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11827         Handle "C-h f `".
11829 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11831         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11832         column.
11834 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
11836         * textmodes/table.el: Add move-beginning-of-line and
11837         move-end-of-line to Point Motion Only Group.
11839 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11841         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11843 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11845         * startup.el (user-mail-address): Initialize from the `EMAIL'
11846         environment variable first.  Document this.
11847         (command-line): Ditto.
11849 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
11851         * help-mode.el (help-function-def, help-variable-def)
11852         (help-face-def): Print a message in the minibuffer.
11854 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11856         * term/xterm.el (terminal-init-xterm): Fix key bindings
11857         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11859 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
11861         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11862         where `(nth 1 command)' is a cons cell.  Doc fix.
11864         * textmodes/po.el (po-find-charset): Doc fix.
11866 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
11868         * allout.el (allout-unprotected, allout-e-o-prefix-p)
11869         (allout-beginning-of-current-line, allout-end-of-current-line)
11870         (allout-next-visible-heading, allout-open-topic)
11871         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11872         (allout-flag-current-subtree, allout-show-to-offshoot)
11873         (allout-hide-current-entry, allout-show-current-branches)
11874         (allout-hide-region-body, allout-old-expose-topic)
11875         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11876         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11877         containing `beginning-of-line' and `end-of-line' with
11878         `inhibit-field-text-motion' t.
11880 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
11882         * frame.el (focus-follows-mouse): Document that it doesn't have
11883         any effect on MS-Windows.
11885 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11887         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11889 2006-07-20  Jay Belanger  <belanger@truman.edu>
11891         * calc/calc.el (calc-previous-alg-entry): Remove variable.
11893         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11894         New variables.
11895         (calc-alg-entry): Use `calc-alg-entry-history'.
11896         (calc-do-quick-calc): Use `calc-quick-calc-history'.
11897         Remove reference to `calc-previous-alg-entry'.
11898         (calcAlg-edit, calcAlg-enter): Remove reference to
11899         `calc-previous-alg-entry'.
11900         (calcAlg-previous): Use `previous-history-element' instead of
11901         `calc-previous-alg-entry'.
11902         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11903         Change keybinding for `calcAlg-plus-minus', add keybindings for
11904         `previous-history-element' and `next-history-element'.
11906         * calc/calc-rewr.el (calc-match): Remove reference to
11907         `calc-previous-alg-entry'.
11909         * calc/calc-sel.el (calc-selection-history): New variable.
11910         (calc-enter-selection, calc-sel-mult-both-sides)
11911         (calc-sel-add-both-sides): Use `calc-selection-history'.
11913         * calc/calc-map.el (calc-get-operator-history): New variable.
11914         (calc-get-operator): Use `calc-get-operator-history'.
11916         * calc/calcalg3.el (calc-curve-fit-history): New variable.
11917         (calc-curve-fit): Use `calc-curve-fit-history'.
11919 2006-07-20  Kenichi Handa  <handa@m17n.org>
11921         * international/mule-cmds.el (select-safe-coding-system): Fix the
11922         way of deciding eol-type of the coding system.
11924 2006-07-20  Alan Mackenzie  <acm@muc.de>
11926         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11927         (c-lang-setvar): New macro.
11928         (c-make-init-lang-vars-fun): Use the initialization forms in
11929         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11930         (comment-start, comment-end, comment-start-skip): Change these from
11931         c-lang-defvar's to c-lang-setvar's.
11933         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11934         which calls make-local-variable on the elements of
11935         c-emacs-variable-inits.
11936         (c-init-language-vars-for): Call this new macro.
11938 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11940         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11941         Try to rule out false positives due to time stamps.
11942         (compilation-mode-font-lock-keywords): Remove rules made redundant
11943         because of the above change.  Add `segmentation fault' to the known and
11944         highlighted compilation termination messages.
11946 2006-07-19  Kim F. Storm  <storm@cua.dk>
11948         * progmodes/grep.el (grep-find-ignored-directories):
11949         Add .svn and _darcs to list.
11951 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
11953         * dired.el (dired-mode-map): Add key binding `C-te' for
11954         `tumme-dired-edit-comment-and-tags'.
11956         * tumme.el (tumme-display-thumbnail-original-image): Make sure
11957         image display buffer is displayed before call to
11958         `tumme-display-image.
11959         (tumme-dired-display-image): Make sure image display buffer is
11960         displayed before call to `tumme-display-image.
11961         (tumme-mouse-display-image): Make sure image display buffer is
11962         displayed before call to `tumme-display-image.
11963         (tumme-widget-list): Add.
11964         (tumme-dired-edit-comment-and-tags): Add.
11965         (tumme-save-information-from-widgets): Add.
11967 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11969         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11971 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11973         * progmodes/sh-script.el (sh-font-lock-keywords-1):
11974         Revert inadvertently installed patch hunk.
11976         * progmodes/compile.el (compilation-find-file): Handle the
11977         cases where the user selects a non-existent file.
11979 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11981         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11983 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
11985         * subr.el (sit-for): Just sleep-for if noninteractive.
11987 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11989         * emacs-lisp/autoload.el (make-autoload): Use new arg.
11991         * custom.el (custom-autoload): Add `noset' argument.
11992         (custom-push-theme): Don't autoload the variable, let callers do it.
11993         (custom-theme-set-variables): Autoload the variable if necessary.
11995         * cus-edit.el (custom-variable-state-set): If the variable was
11996         originally set outside custom, but to the same value as the default,
11997         consider it to be standard.
11999         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
12000         file *before* telling Emacs to add the autoloads, in case it fails.
12002         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
12003         Use `cond', push', and `dolist'.
12005 2006-07-17  Richard Stallman  <rms@gnu.org>
12007         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
12008         Add defvars to silence warnings.
12010 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
12012         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12013         Don't highlight "Compiling file" messages as error.
12015         * dired-aux.el (dired-compress-file): Confirm again if gzipped
12016         file already exists.
12018 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
12020         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
12021         entry, don't assign to free var; simply return the extracted filename.
12022         (ff-treat-as-special): Incorporate common preamble from callers.
12023         (ff-other-file-name, ff-find-the-other-file):
12024         Update call to ff-treat-as-special.
12026         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
12028 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
12030         * tumme.el (tumme-get-comment): Fix bug.
12032 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12034         * files.el: Remove spurious * in docstrings.
12036 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
12038         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
12039         grammar.
12040         (allout-beginning-of-current-line): Beware beginning of buffer.
12041         Also, a comment is simplified.
12042         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
12043         when appropriate.  (This fix enables use for other than
12044         bullet-hotspot operation.)
12045         (allout-hide-current-subtree): While escalating to sibling-close,
12046         make sure to situate on a topic.
12048 2006-07-14  Kim F. Storm  <storm@cua.dk>
12050         * emulation/cua-base.el (cua-delete-selection)
12051         (cua-toggle-set-mark): New defcustoms.
12052         (cua-rectangle-modifier-key): Add `alt' modifier.
12053         (cua-replace-region): Don't delete if cua-delete-selection is nil.
12054         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
12055         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
12057         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
12059 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
12061         * allout.el: Require 'cl during byte-compilation/interactive load,
12062         for the `assert' macro.
12063         (allout-mode-deactivate-hook): New hook, run when allout mode
12064         deactivates.
12065         (allout-developer): New allout customization subgroup.
12066         (allout-run-unit-tests-on-load): New allout-developer
12067         customization variable, when true allout unit tests are run towards
12068         end of file load/eval.
12069         (allout-inhibit-auto-fill): Disable auto-fill activity even during
12070         auto-fill-mode.
12071         (allout-resumptions): Remove, to be replaced by...
12072         (allout-add-resumptions): Register variable settings to be
12073         reinstated by `allout-do-resumptions'.  The settings are made
12074         buffer-local, but the locality/globality of the suspended setting
12075         is restored on resumption.
12076         (allout-do-resumptions): Reinstate all settings suspended using
12077         `allout-add-resumptions'.
12078         (allout-test-resumptions): Unit tests (and intermediate variables)
12079         for resumptions.
12080         (allout-tests-globally-unbound, allout-tests-globally-true)
12081         (allout-tests-locally-true): Intermediate variables for
12082         resumptions unit tests.
12083         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
12084         (allout-exposure-category): Replaces 'allout-overlay-category variable.
12085         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
12086         instead of retired `allout-resumptions'.  For hook functions, use
12087         `local' parameter so hook settings are created and removed as
12088         buffer-local settings.  Revise (resumptions) setting
12089         auto-fill-function so it is set only if already active.  (The
12090         related fill-function settings are all made in either case, so
12091         that activating auto-fill-mode activity will have the custom
12092         allout-mode behaviors (hanging indent on topics, if configured for it).
12093         Remove all allout-exposure-category overlays on mode deactivation.
12094         (allout-hotspot-key-handler): New function extracted from
12095         `allout-pre-command-business', so the functionality can be used
12096         for other purposes, eg as a binding in an overlay.
12097         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
12098         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
12099         customization variable.
12100         (allout-run-unit-tests): Run the (currently quite small)
12101         repertoire of unit tests.  Called just before the provide iff user
12102         has customized `allout-run-unit-tests-on-load' non-nil.
12104 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
12106         * emacs-lisp/authors.el (authors-aliases): Update.
12108 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
12110         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
12111         gdb-source-window.  Add dedicated argument.
12112         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
12113         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
12114         (gdb-display-threads-buffer, gdb-display-memory-buffer)
12115         (gdb-display-locals-buffer): Use it.
12117         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
12118         Set gdb-source-window.
12120 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12122         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
12123         minor modes, redundant with the custom-autoload line above.
12125 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
12127         * longlines.el (longlines-post-command-function): Handle open-line too.
12129 2006-07-12  Richard Stallman  <rms@gnu.org>
12131         * progmodes/grep.el (grep-last-buffer): Doc fix.
12133         * info.el (Info-try-follow-nearest-node): Doc fix.
12135         * emacs-lisp/edebug.el (edebug-instrument-function):
12136         Err if find-function-noselect gives no position.
12138         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12139         If can't find definition, return nil for position.
12140         (find-function-do-it): Handle new return value
12141         of find-definition-noselect.
12142         (find-definition-noselect, find-variable-noselect): Doc fix.
12143         (find-function-noselect): Doc fix.
12145         * help-mode.el (help-variable-def): Handle find-variable-noselect
12146         returning no position.
12147         (help-function-def): Likewise for find-function-search-for-symbol.
12148         (help-face-def): Likewise.
12150         * help-fns.el (describe-variable): Handle find-variable-noselect
12151         returning no position.
12153         * files.el (locate-file-completion): Avoid duplicates in result.
12155         * cus-edit.el (custom-no-edit): New command.
12156         (custom-mode-map): Remap to custom-no-edit instead of
12157         using suppress-keymap.
12159 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
12161         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
12162         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
12163         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
12165         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
12167 2006-07-11  Kim F. Storm  <storm@cua.dk>
12169         * ido.el (ido-copy-current-file-name): Use buffer-name if
12170         buffer-file-name is nil.
12172 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
12174         * simple.el (undo-ask-before-discard): Set to nil.
12176         * vc.el (vc-exec-after): Don't delete process manually.
12177         (vc-print-log): Run log-view-mode in process sentinel inside
12178         inhibit-read-only.  Don't shrink window due to timing issues.
12180         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
12181         Avoid using with-output-to-temp-buffer, which clobbers local vars.
12183 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12185         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12186         Fix ambiguity introduced by last change.
12187         (compilation-find-file): Move save-excursion to where it may
12188         make sense.  Fix a left over `find-file'.
12190 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
12192         * textmodes/texinfmt.el (texinfo-format-separate-node):
12193         Insert a string before point, which fits documentation, not after.
12194         (texinfo-multitable-item): In a multitable row, insert any
12195         additional needed @tabs and spaces.
12197 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
12199         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
12200         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
12201         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
12202         instead of shell-command.
12203         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
12204         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
12205         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
12206         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
12207         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
12208         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
12210 2006-07-11  Kim F. Storm  <storm@cua.dk>
12212         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
12213         Remove special case for seconds < 0.  Use (redisplay t) instead.
12215 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
12217         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
12218         avoid compilation error.
12220         * subr.el (sit-for): New function.
12222         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
12224 2006-07-10  Richard Stallman  <rms@gnu.org>
12226         * ldefs-boot.el (edebug): Update page.
12228 2006-07-10  Kim F. Storm  <storm@cua.dk>
12230         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
12231         to FOR-RELEASE and TODO.
12233 2006-07-10  Romain Francoise  <romain@orebokech.com>
12235         * emacs-lisp/authors.el (authors-aliases): Update.
12237 2006-07-10  Alan Mackenzie  <acm@muc.de>
12239         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
12240         * cc-mode.el: Changes to eradicate eval-after-load.
12242 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
12244         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
12245         on non-char events.
12247 2006-07-09  Romain Francoise  <romain@orebokech.com>
12249         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12250         Don't highlight start/end markers as compilation messages.
12252         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
12253         to t.
12255 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12257         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
12259 2006-07-08  Richard Stallman  <rms@gnu.org>
12261         * term/x-win.el (x-handle-display): Add doc string.
12263         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12265         * subr.el (def-edebug-spec): Move here.
12266         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
12268         * imenu.el (imenu-choose-buffer-index): Doc fix.
12270 2006-07-08  Romain Francoise  <romain@orebokech.com>
12272         * term/x-win.el (x-display-name): Fix typo.
12274 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
12276         * hexl.el (hexl-find-file): Doc fix.
12278         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12280 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
12282         * term/x-win.el (x-display-name): Doc fix.
12284 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12286         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
12287         long prefixes.
12288         (fill-region-as-paragraph): Don't round up to a whole line.
12289         (fill-comment-paragraph): Don't include the code-before-the-comment
12290         when calling fill-region-as-paragraph.
12292         * international/mule.el (make-char): Remove redundancy.
12294         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
12295         property may contain an anonymous function rather than a symbol.
12297         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
12299         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12300         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
12302         * dirtrack.el (dirtrack-default-directory-function): Remove.
12303         (dirtrack-directory-function): Use file-name-as-directory.
12304         (dirtrack-windows-directory-function): Simplify.
12305         (dirtrack-forward-slash, dirtrack-backward-slash)
12306         (dirtrack-replace-slash): Remove.
12307         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
12308         (dirtrack): Fix wrong parenthesizing; use match-string.
12310         * progmodes/octave-inf.el: Remove spurious * in docstrings.
12311         (inferior-octave-mode): Only change the buffer-local value of
12312         comint-dynamic-complete-functions.
12313         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
12314         Move the initialization to the declaration.
12315         (inferior-octave-complete): Remove unused var `filter'.
12317         * shell.el (shell-mode): Only change the buffer-local value of
12318         comint-dynamic-complete-functions.
12320 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
12322         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
12323         entry is skipped because it has been scheduled.
12324         (org-prepare-agenda-buffers): Don't mark buffers as modified when
12325         changing `:org-archived' and `:org-comment' properties.
12327 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
12329         * server.el (server-select-display): Don't make the temp frame
12330         minibuffer-only, in case it's not a temp frame.
12331         (server-process-filter): Don't delete the temp frame if it's the
12332         only one we have on that display.
12334         * files.el (find-alternate-file): Doc fix.
12336 2006-07-05  Richard Stallman  <rms@gnu.org>
12338         * files.el (abbreviate-file-name): Add save-match-data.
12340 2006-07-03  Richard Stallman  <rms@gnu.org>
12342         * faces.el (read-face-name): Doc fix.
12344 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
12346         * net/goto-addr.el (goto-address): Mark as safe for local evals.
12348 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
12350         * vc.el (vc-diff-internal): Fix prev change.
12352 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
12354         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
12355         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
12357 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12359         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
12360         fails if the symbol contains chars like ( or '.
12361         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
12362         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
12363         `short'.
12365 2006-07-04  Kenichi Handa  <handa@m17n.org>
12367         * international/mule-cmds.el (set-language-info): If LANG-ENV is
12368         the current one, don't call set-language-environment, but call one
12369         of set-language-environment-XXX to make INFO effective now.
12370         (set-language-environment): Call set-language-environment-XXX
12371         functions instead of doing the various setups directly.
12372         (set-language-environment-coding-systems): Delete argument eol-type.
12373         (set-language-environment-input-method)
12374         (set-language-environment-nonascii-translation)
12375         (set-language-environment-charset)
12376         (set-language-environment-fontset)
12377         (set-language-environment-unibyte): New functions.
12379 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
12381         * locate.el (locate-update-when-revert): New option.
12382         (locate-update-path): New option (suggested by Michael Albinus).
12383         (locate-prompt-for-command): Whitespace change.
12384         (locate-update): No longer offer to update the locate database by
12385         default.  Implement the two new options.
12387 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
12389         * tooltip.el: Move comment about track-mouse...
12391         * progmodes/gud.el: ...to here.
12393 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
12395         * facemenu.el (facemenu-listed-faces): New var.
12396         (facemenu-unlisted-faces): Variable deleted.
12397         (facemenu-add-new-face): Use facemenu-listed-faces.
12399         * emulation/viper-init.el, calendar/calendar.el:
12400         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
12402 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
12404         * textmodes/org.el (org-mode): Remove no invalid settings for
12405         calc embedded mode.
12406         (org-mode-p): New defsubst.
12407         (org-save-all-org-buffers): New function.
12408         (org-first-headline-recenter): Enclose outline-regexp in group
12409         delimiters.
12410         (org-set-tags): Keep single space after stars.
12412 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12414         * window.el (set-window-text-height): Only set window-min-height to
12415         1 if that's the requested size.
12417         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
12418         (diff-unified->context, diff-context->unified)
12419         (diff-reverse-direction): Make sure the end marker stays at the end.
12420         (diff-mode): Add the keymap table at the end of docstring.
12421         Use lexical-let rather than constructing a closure manually.
12423         * files.el (find-file-noselect-1): Remove unused var assignment.
12424         (hack-local-variables-confirm): Print lists of strings as lists of
12425         strings rather than lists of symbols.
12426         (abbreviate-file-name, hack-local-variables-prop-line):
12427         Use match-string.
12428         (hack-one-local-variable): Move `make-local-variable' nearer its use.
12429         (recover-session-finish): Use line-end-position.
12431 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
12433         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
12435 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
12437         * progmodes/make-mode.el (makefile-macroassign-regex):
12438         Accept preceding keyword.
12439         (makefile-gmake-statements): Reorganize, now that makepp has
12440         "override" and also handle forgotten "override define".
12441         (makefile-makepp-statements): Add new "global", "override export"
12442         and "override global".
12444 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
12446         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
12447         (ada-compile-mouse-goto-error, ada-deactivate-properties)
12448         (ada-no-auto-case): Fix typos in docstrings.
12450 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
12452         * info.el (Info-find-node-2): Search for makeinfo version more
12453         carefully.
12455 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
12457         * textmodes/org.el (org-prepare-agenda-buffers):
12458         Use `invisible-OK' argument for `org-end-of-subtree'.
12459         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
12460         (org-beginning-of-item): Fix bug in regular expression for white line.
12461         (org-export-as-html): Enforce space after bullet in plain list items.
12462         (org-set-autofill-regexps): Require space after plain list bullet
12463         for paragraph-start.
12464         (org-ts-regexp3): New constant.
12465         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
12466         (org-timestamp-up-day, org-timestamp-down-day)
12467         (org-timestamp-change): Work with inactive timestamps.
12468         (org-ts-regexp1): Don't allow brackets in time stamps.
12470 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
12472         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
12473         for ignoring links.
12475         * faces.el (read-face-name): Use it.
12477 2006-06-28  Juri Linkov  <juri@jurta.org>
12479         * buff-menu.el (list-buffers-noselect): Compare Info file
12480         with the string "dir" to detect Info directory.
12482         * complete.el (partial-completion-mode): In lambda for
12483         `choose-completion-string-functions' use full function signature
12484         with 4 args, and move point to the end of the minibuffer only if arg
12485         `mini-p' is non-nil.
12487 2006-06-28  John Paul Wallington  <jpw@pobox.com>
12489         * ibuffer.el (ibuffer-mode): Doc fix.
12491 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
12493         * textmodes/org.el (org-context): New contexts :item-bullet,
12494         :latex-fragment, :latex-preview.
12495         (org-overlays-at, org-overlay-start, org-overlay-end):
12496         New compatibility functions.
12497         (org-inside-LaTeX-fragment-p): More accurate matching, using the
12498         exact regexp that will be used during export.
12499         (org-latex-regexps): New variable.
12500         (org-cdlatex-mode): Improve advice for `texmathp'.
12501         (turn-on-org-cdlatex): New function.
12503 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12505         * term/mac-win.el (mac-handle-font-selection): Change keys of
12506         mac-atsu-font-table from strings to numbers.
12507         (mac-ts-caret-position): Use also when cursor-type is nil.
12508         (mac-ts-update-active-input-area): Add Mac OS Classic support.
12509         Relax condition for using overlay strings.
12510         Use mac-ts-caret-position face when cursor-type is nil.
12512 2006-06-26  Kim F. Storm  <storm@cua.dk>
12514         * help.el (view-emacs-news): Declare `res' in the right let* form.
12516 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
12518         * net/rcompile.el (remote-compile): Replace ange-ftp based
12519         implementation by Tramp functions.
12520         Suggested by Marc Abramowitz <msabramo@gmail.com>.
12522         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12524 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
12526         * international/fontset.el (setup-default-fontset): Fix a typo in
12527         the "Oriya-Akruti" registry name.
12529 2006-06-23  Lars Hansen  <larsh@soem.dk>
12531         * desktop.el (desktop-full-file-name): New function.
12532         (desktop-kill, desktop-save, desktop-remove, desktop-read)
12533         (desktop-revert): Use it.
12534         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12535         (desktop-after-read-hook): Add option list-buffers.
12536         (desktop-locals-to-save): Add tab-width.
12537         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12538         Fix docstring.
12540 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
12542         * textmodes/org.el (org-cdlatex-mode-map)
12543         (org-cdlatex-texmathp-advice-is-done): New variables.
12544         (org-cdlatex-mode): New minor mode.
12545         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12546         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12547         (org-export-with-archived-trees): New option.
12548         (org-open-file): Remove the call to `convert-standard-filename'.
12549         (org-archive-tag, org-agenda-skip-archived-trees)
12550         (org-cycle-open-archived-trees)
12551         (org-sparse-tree-open-archived-trees): New options.
12552         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12553         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12554         New functions.
12555         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12556         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12557         (org-mode-map): Add binding for `org-toggle-archive-tag'.
12558         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12559         Call `org-prepare-agenda-buffers'.
12560         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12561         (org-file-apps, org-file-apps-defaults-gnu)
12562         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12563         Handle remote files by forcing them to be opened in Emacs.
12565 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
12567         * vc.el (vc-diff-knows-L): New variable.
12568         (vc-diff-internal): Use it to handle "diff" programs that don't
12569         understand -L.  This works automatically, no user action is necessary.
12571 2006-06-23  Daniel Brockman  <daniel@brockman.se>
12573         * net/rcirc.el (rcirc-default-user-full-name): Default to
12574         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12575         longer exists).
12576         (rcirc-process-list): Check `buffer-live-p' before attempting to
12577         switch to a buffer.
12579 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
12581         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12582         based on rcirc-coding-system-alist.
12584 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
12586         * cus-edit.el (customize-apropos): A better error message.
12587         (top level) <debug-ignored-errors>: Extend and update the list of
12588         ignored error messages.
12590 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
12592         * complete.el (PC-do-completion): Retain capitalization of user
12593         input, when possible, even if completion-ignore-case is set.
12595 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
12597         * generic-x.el (bat-generic-mode): Support .cmd files.
12599         * dos-w32.el (top level): Use find-file-not-found-functions
12600         instead of the obsolete find-file-not-found-hooks.
12602 2006-06-22  Kim F. Storm  <storm@cua.dk>
12604         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12605         to recognize mode name containing submodes, such as Grep/lw.
12607 2006-06-21  Kim F. Storm  <storm@cua.dk>
12609         * simple.el (line-move-1): Check for move-end-of-line instead of
12610         end-of-line when setting temporary-goal-column.
12612 2006-06-21  Miles Bader  <miles@gnu.org>
12614         * play/cookie1.el (cookie): Work properly when there's only one entry.
12616 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
12618         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12619         (gdb-frame-handler): Generalize frame regexp for templates.
12621 2006-06-20  Glenn Morris  <rgm@gnu.org>
12623         * calendar/appt.el (appt-display-format): Default value must be
12624         one of the customize options.
12626 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
12628         * term/xterm.el (terminal-init-xterm): Update key availability info.
12629         Bind C-return.
12631         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12633 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
12635         * files.el (hack-local-variables): Run `hack-local-variables-hook'
12636         whether or not a local variables list is defined.
12638         * msb.el (msb): Move `sit-for' hack here to handle both
12639         "mouse-down and drag" and "mouse-up and select" situations.
12640         (mouse-select-buffer): Move `sit-for' hack to `msb'.
12642 2006-06-20  Kenichi Handa  <handa@m17n.org>
12644         * international/characters.el (word-combining-categories):
12645         Add entries for 2-byte Han characters.
12647 2006-06-19  Richard Stallman  <rms@gnu.org>
12649         * bindings.el (mode-line-format): Save some mode line space.
12651         * files.el (find-file-noselect): Improve the question wording.
12652         (basic-save-buffer-2): Mask UMASK against 666.
12654         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12655         (mouse-drag-vertical-line): Call it.
12657         * cus-edit.el (customize-option, customize-option-other-window):
12658         Error if SYMBOL is nil.
12660 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
12662         * textmodes/org.el: Require noutline, also on XEmacs.
12663         (org-end-of-subtree): Return point.
12664         (org-dblock-start-re, org-dblock-end-re): New constants.
12665         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12666         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12667         (org-update-all-dblocks, org-find-dblock): New functions.
12668         (org-collect-clock-time-entries): New function.
12669         (org-html-handle-time-stamps): Never export CLOCK timeranges.
12670         (org-fixup-indentation): Modify to deal correctly with lines
12671         starting with TAB.  Only one argument DIFF now.
12672         (org-demote, org-promote): Call `org-fixup-indentation' with just
12673         one argument, DIFF.
12674         (org-mode): Don't mark buffer as modified when aligning tables.
12675         (org-clock-sum): Don't mark buffer modified when adding time sum
12676         properties.
12677         (org-export-as-html): Add support for a link validation function.
12678         (org-archive-all-done): New function.
12679         (org-archive-subtree): New prefix argument.  When set, archive all
12680         done subtrees in this buffer.
12681         (org-remove-clock-overlays)
12682         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12683         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12684         (org-put-clock-overlay): Don't swallow last headline character
12685         when displaying overlay.
12686         (org-store-link): Link to `image-mode' with just the file name.
12688 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
12690         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12691         Use read-key-sequence.
12692         (viper-after-change-undo-hook): Misc enhancements.
12693         (viper-after-change-undo-hook): New hook.
12694         (viper-undo): Use viper-after-change-undo-hook.
12695         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12696         (viper-next-line-at-bol): If point is on a widget or a button, simulate
12697         clicking on that widget/button.
12699         * emulation/viper.el (viper-mode): Allow a separate cursor color
12700         in Emacs state.
12702         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12703         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12704         (ediff-set-actual-diff-options): New function.
12705         (ediff-reset-diff-options, ediff-toggle-ignore-case):
12706         Use ediff-set-actual-diff-options.
12707         (ediff-extract-diffs): Catch errors.
12708         (ediff-whitespace): Add non-breakable space.
12709         (ediff-same-file-contents): Catch errors.
12711         * ediff-mult.el (ediff-collect-custom-diffs):
12712         Save coding-system-for-read.
12714         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12715         (ediff-vc-internal, ediff-vc-merge-internal):
12716         Use ediff-delete-version-file.
12717         (ediff-delete-version-file): New function.
12719         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12721         * ediff.el (ediff-directories, ediff-directory-revisions)
12722         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12723         (ediff-directories-internal, ediff-merge-directory-revisions)
12724         (ediff-merge-directory-revisions-with-ancestor)
12725         (ediff-directories3): Use read-directory-name.
12727 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
12729         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12730         Remove superfluous part of regexp for brace matching which is handled
12731         by `scan-lists' call.
12733 2006-06-16  Richard Stallman  <rms@gnu.org>
12735         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12737         * files.el (basic-save-buffer-2): For a new precious file,
12738         use the default modes in the return value.
12740         * facemenu.el (facemenu-color-alist): Doc fix.
12742         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12744 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12746         * cus-start.el (all): Add mac-ts-script-language-on-focus.
12748         * term/mac-win.el (mac-text-encoding-ascii): New constant.
12749         (mac-utxt-to-string): Use it.
12750         (mac-ts-update-active-input-area): Use mac-ae-number.
12752 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
12754         * term.el (term-handle-scroll, term-delete-lines)
12755         (term-insert-lines): Fix off by one errors.
12757 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12759         * net/tramp.el (tramp-touch): Use UTC to express time.
12761 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
12763         * mail/sendmail.el (mail-send): Search explicitly for
12764         mail-header-separator when checking for corrupted header lines.
12766 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
12768         * progmodes/gdb-ui.el (gdb-same-frame): New option.
12769         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12770         (gdb-init-1): Initialise them.
12771         (gdb-starting): Reset gdb-printing
12772         (gdb-starting): Save value of gud-overlay-arrow-position.
12773         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12774         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12775         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12776         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12778 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12780         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12782 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
12784         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12785         (ldap-search-internal): Keep error messages, and a regexp fix.
12787 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
12789         * files.el (hack-local-variables-confirm):
12790         Display string value using its printed representation.
12792 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
12794         * server.el (server-edit): No-op if no server buffers exist.
12796 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
12798         * textmodes/page-ext.el (pages-directory-for-addresses):
12799         Including `pages-directory-address-mode' in the function results
12800         in the message "Buffer in which pages were found is deleted".
12802 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
12804         * textmodes/org.el (org-agenda-mode-map): Add bindings for
12805         clocking functions.
12807         (org-agenda-clock-in, org-check-running-clock)
12808         (org-clock-out-if-current, org-remove-clock-overlays)
12809         (org-put-clock-overlay): New functions.
12810         (org-clock-marker, org-clock-file-total-minutes)
12811         (org-clock-overlays): New variables.
12812         (org-clock-display, org-clock-sum, org-clock-cancel)
12813         (org-clock-out, org-clock-in): New commands.
12814         (org-export): New function.
12815         (org-emph-re): New constant.
12816         (org-set-emph-re, org-do-emphasis-faces): New functions.
12817         (org-emphasis-regexp-components, org-emphasis-alist): New options.
12818         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12819         (org-export-html-convert-emphasize): Use the configurable emphasis.
12820         (org-cleaned-string-for-export): Make multiline emphasis visible
12821         to the exporter.  New optional argument PARAMETERS.
12822         (org-export-as-html): Specify :emph-multiline parameter to
12823         `org-cleaned-string-for-export'.
12825 2006-06-10  Richard Stallman  <rms@gnu.org>
12827         * help.el (help-for-help-internal): Clean up help text.
12829 2006-06-10  Andreas Schwab  <schwab@suse.de>
12831         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12832         in doc string.
12834         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12836 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
12838         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12839         spaces after the comment start.
12841 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12843         * play/pong.el (pong-init-buffer):
12844         Fill buffer with spaces instead of ^A.
12846         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12847         launched asynchronously, delete its process instead of being cool.
12848         (ispell-async-processp): Check for `delete-process' existence
12849         instead of `kill-process' one for consistency.
12851 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
12853         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12854         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12855         in mode line at startup.
12857 2006-06-08  Kim F. Storm  <storm@cua.dk>
12859         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12860         (ido-init-completion-maps): Bind them to M-SPC and M-v.
12861         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12862         (ido-file-internal): Pass full file name to write-file.
12863         (ido-read-internal): Only pop stack elements automatically if they
12864         actually match an existing directory or file name.
12866 2006-06-07  Kenichi Handa  <handa@m17n.org>
12868         * international/mule.el (find-auto-coding): Don't handle the short
12869         name `char-trans'.
12871         * files.el (hack-local-variables-prop-line)
12872         (hack-local-variables): Cancel the previous change.
12874 2006-06-06  Jesper Harder  <harder@phys.au.dk>
12876         * ediff-diff.el (ediff-test-utility): Protect against file-error.
12878 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
12880         * diff-mode.el (diff-mode): Set buffer-read-only to t when
12881         diff-default-read-only is non-nil.
12882         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12883         (diff-refine-hunk): Set inhibit-read-only to t.
12885         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12886         modifying the *Diff* buffer.
12887         (diff-process-filter): New filter function for diff process that
12888         sets inhibit-read-only to t when modifying the *Diff* buffer.
12890 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
12892         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12893         insertion point and control the number of empty lines.
12894         (org-paste-subtree): Limit the number of empty lines at the end of
12895         the inserted tree.
12896         (org-agenda): Use buffer name of current file for narrowing.
12897         (org-export-as-xml): Command removed.
12898         (org-export-xml-type): Option removed.
12899         (org-mode-map): Call `org-export-as-xoxo' directly.
12900         (org-get-indentation): New optional argument LINE.
12901         (org-fix-indentation, org-remove-tabs): New functions.
12902         (org-export-as-ascii, org-ascii-level-start): Determine and apply
12903         correct indentation for headlines that are converted it items.
12904         (org-skip-comments): Remove table lines that contain narrowing
12905         cookies but no other non-empty fields.
12906         (org-set-tags): Allow groups of mutually exclusive tags.
12907         (org-cmp-time): Sort 24:21 before items without time.
12908         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12909         (org-open-at-point): Require double colon also for numbers.
12911 2006-06-06  Kim F. Storm  <storm@cua.dk>
12913         * ido.el (ido-default-file-method, ido-default-buffer-method):
12914         Make choice values consistent with corresponding command names.
12915         (ido-visit-buffer): Update accordingly.  Default to selected-window.
12917 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
12919         * progmodes/gud.el (gud-running): Fix doc string.
12920         (gud-menu-map): Use :visible instead fo :enable for debugger test.
12921         (gud-tooltip-modes): Add python-mode.
12922         (gud-tooltip-print-command): Add pdb.  Remove perldb.
12924 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
12926         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12927         Quote $(EMACS).
12929 2006-06-05  Richard Stallman  <rms@gnu.org>
12931         * faces.el (defined-colors): Doc fix.
12933 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
12935         * vc.el (vc-process-filter): Inhibit undo info collection around
12936         call to insert.
12937         (vc-setup-buffer): Likewise for call to erase-buffer.
12938         (vc-do-command): Likewise for call to process-file.
12940 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
12942         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12943         for gud-go.
12944         (gud-common-init): Other debuggers may trigger error.
12946 2006-06-05  Kenichi Handa  <handa@m17n.org>
12948         * international/mule.el (find-auto-coding):
12949         Handle enable-character-translation in file header.
12951 2006-06-04  Kim F. Storm  <storm@cua.dk>
12953         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12954         (authors-fixed-entries): Fix spelling.
12955         (authors-canonical-file-name): Don't report error for wildcards.
12957         * help.el (view-emacs-news): Rewrite to support new NEWS,
12958         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
12959         e.g. version 10 matches 1.10, and don't be confused by version 1.1
12960         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
12962 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
12964         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12965         exec constructs like `foo bar`.
12966         (sh-quoted-subshell): New helper function to search for a possibly
12967         nested subshell (like `` or $()) within a "" quoted string.
12968         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12969         (sh-apply-quoted-subshell): Flag quote characters inside a
12970         subshell, which is itself already in a quoted region, as
12971         punctuation, since this is the closest to what they actually are.
12972         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12973         sh-apply-quoted-subshell.
12974         (sh-font-lock-syntactic-face-function): Apply the new face for
12975         text inside `` instead of the old font-lock-string-face.
12977 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12979         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12980         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12981         (mac-bytes-to-text-range, mac-ae-text-range-array)
12982         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12983         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12984         (mac-ts-unicode-for-key-event): New functions.
12985         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12986         (mac-handle-font-selection): Use mac-ae-number.
12987         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12988         New variables.
12989         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12990         (mac-ts-converted-text, mac-ts-selected-converted-text)
12991         (mac-ts-block-fill-text, mac-ts-outline-text)
12992         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12993         (mac-ts-hilite-style-faces): New constant.
12994         (mac-apple-event-map): Bind text input events.
12995         (mac-dispatch-apple-event): Use command-execute instead of
12996         call-interactively.
12997         (global-map): Don't bind mac-apple-event.
12998         (special-event-map): Bind mac-apple-event.
13000 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
13002         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
13003         file name.
13004         (emacs): Enclose the value of $(EMACS) in quotes.
13006 2006-06-02  Juri Linkov  <juri@jurta.org>
13008         * international/mule.el (sgml-html-meta-auto-coding-function):
13009         Remove the condition `(search-forward "<html" size t)'.
13010         Replace `\"' with `[\"']?' in `re-search-forward'.
13012 2006-06-02  Kenichi Handa  <handa@m17n.org>
13014         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
13015         as well as `coding'.
13016         (hack-local-variables): Likewise.
13018         * international/mule.el (enable-character-translation):
13019         Put permanent-local and safe-local-variable properties.
13020         (find-auto-coding): Handle char-trans: tag.
13022 2006-06-02  Juri Linkov  <juri@jurta.org>
13024         * international/mule.el (sgml-html-meta-auto-coding-function):
13025         Limit the search by the end of the HTML header (if any).
13027 2006-06-01  Richard Stallman  <rms@gnu.org>
13029         * subr.el (with-current-buffer): Doc fix.
13031 2006-06-02  Masatake YAMATO  <jet@gyve.org>
13033         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
13034         Almost rewrite.  Underlines over all lines of gcov output are too
13035         uncomfortable to read.  Suggested by Dan Nicolaescu.
13037 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
13039         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
13041         * shell.el (shell-mode): Use shell-mode-map in docstring.
13043         * comint.el (comint-send-input): Do not add help-echo and
13044         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
13046 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13048         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
13050 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
13052         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
13053         (gdb-stopped, gdb-info-stack-custom): If there is no source info
13054         look up the stack and pop up GUD buffer if necessary.
13055         (gdb-frames-select): Remove redundant call to gud-display-frame.
13056         (gdb-info-threads-custom): Keep point at start of buffer.
13057         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
13059 2006-05-31  Juri Linkov  <juri@jurta.org>
13061         * replace.el (query-replace-read-from, query-replace-read-to):
13062         Bind `history-add-new-input' to nil.  Call `add-to-history'.
13064 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
13066         * textmodes/table.el: Convert all HTML tags to lower case for
13067         XHTML compatibility.
13069 2006-05-31  Masatake YAMATO  <jet@gyve.org>
13071         * progmodes/compile.el:
13072         (compilation-error-regexp-alist-alist::gcov-called-line):
13073         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
13075 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
13077         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
13078         Revert inadvertent changes made with last commit.
13080 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13082         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
13083         New functions.
13085         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
13087 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
13089         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
13090         only matches in the right place.
13091         (org-upcoming-deadline): New face.
13092         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
13093         (org-export-ascii-underline): Rename constant `org-ascii-underline'
13094         and make it an option.
13095         (org-export-ascii-bullets): New option.
13096         (org-export-as-html): Many changes to emit valid XHTML.
13097         (org-par-open): New variable.
13098         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
13099         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
13100         (org-timeline): Pass `org-timeline-show-empty-dates' to
13101         `org-get-all-dates'.  Interpret empty dates returned by
13102         `org-get-all-dates'.
13103         (org-get-all-dates): New argument EMPTY.  Add dates without
13104         entries to the list, mark large ranges of empty dates.
13105         (org-point-in-group, org-context): New functions.
13107 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
13109         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
13111         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
13112         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
13113         to C-mouse-3 (for 2 button mice).
13114         (gdb-send): Do the right thing for C-d.
13116         * speedbar.el (speedbar-detach): Delete.
13117         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
13118         it breaks things.
13119         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
13121 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
13123         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
13124         Makeppfile.
13126         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13127         Add makepp diagnostic.
13129 2006-05-29  Richard Stallman  <rms@gnu.org>
13131         * window.el (fit-window-to-buffer): Doc fix.
13133         * help.el (temp-buffer-max-height): Doc fix.
13135         * subr.el (with-current-buffer): Doc fix.
13137 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13139         * term/x-win.el: Bind F10 to menu-bar-start if available.
13141 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
13143         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
13144         uses with a simple test.
13145         (term-set-escape-char, term-mode, term-check-kill-echo-list)
13146         (term-send-raw-string, term-send-raw, term-mouse-paste)
13147         (term-char-mode, term-line-mode, term-exec, term-sentinel)
13148         (term-handle-exit, term-read-input-ring)
13149         (term-previous-matching-input-string)
13150         (term-previous-matching-input-string-position)
13151         (term-previous-matching-input-from-input)
13152         (term-replace-by-expanded-history, term-send-input)
13153         (term-skip-prompt, term-bol, term-send-invisible)
13154         (term-kill-input, term-delchar-or-maybe-eof)
13155         (term-backward-matching-input, term-check-source)
13156         (term-proc-query, term-emulate-terminal)
13157         (term-handle-colors-array, term-process-pager, term-pager-line)
13158         (term-pager-bob, term-unwrap-line, term-word)
13159         (term-dynamic-complete-filename)
13160         (term-dynamic-complete-as-filename)
13161         (term-dynamic-simple-complete): Replace one arm ifs with whens or
13162         unlesses.
13164 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13166         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
13167         during bootstrapping.
13169         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
13170         Basically undo the change of 2006-05-26: use extra arguments instead of
13171         dynamic scoping.
13172         (ewoc-locate): Remove unused var `footer'.
13174 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13176         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
13178         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
13179         (generate-file-autoloads): Obey it.  Return whether autoloads were
13180         added at point or not.
13181         (update-file-autoloads): Use this new return value.
13182         Remove redundant test for the presence of an autoload cookie.
13184         * emacs-lisp/autoload.el (autoload-find-file): New fun.
13185         This one calls hack-local-variables.
13186         (generate-file-autoloads, update-file-autoloads): Use it.
13188         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
13189         (bibtex-sort-entry-class): Add safe-local-variable predicate.
13190         (bibtex-sort-entry-class-alist): Don't set the global value.
13191         (bibtex-init-sort-entry-class-alist): New fun.
13192         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
13193         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
13194         of bibtex-init-sort-entry-class.
13196 2006-05-28  Richard Stallman  <rms@gnu.org>
13198         * subr.el (load-history-regexp): If FILE is relative, insist
13199         entire last name component must match it.
13200         (load-history-filename-element, load-history-regexp): Doc fixes.
13202 2006-05-29  Kim F. Storm  <storm@cua.dk>
13204         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
13205         `pos' and `raw-data' for clarity, as eval forms may access these.
13207 2006-05-28  Kim F. Storm  <storm@cua.dk>
13209         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
13211 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13213         * progmodes/make-mode.el (makefile-browser-map)
13214         (makefile-mode-syntax-table): Move initialization inside declaration.
13215         (makefile-fill-paragraph): Use the default comment-filling code.
13217 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
13219         * replace.el (query-replace-defaults): New variable.
13220         (query-replace-read-from): Use `query-replace-defaults' for
13221         default value, instead of history list.
13222         (query-replace-read-to): Update `query-replace-defaults'.
13224 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
13226         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
13227         with no X toolkit.
13229 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
13231         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
13232         (tumme-show-all-from-dir): Add autoload.
13234 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
13236         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
13237         (tumme-remove-tag): Fix bug.
13239 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
13241         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
13242         FOOTER args.  Update unique caller.
13243         (ewoc-delete): Compute last node once before looping.
13244         (ewoc--node-branch): Merge into unique caller.
13245         (ewoc--node): Don't define constructor make-ewoc--node for this
13246         structure.
13247         (ewoc): Add member `hf-pp' to this structure.
13248         (ewoc--wrap): New func.
13249         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
13250         header/footer pretty-printers.  Save header/footer pretty-printer.
13251         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
13253         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
13255 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
13257         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
13258         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
13259         Tag'.  Change "Compare directories..." to "Change Directories...".
13260         Move tumme commands to Operate, Regexp and Immediate menus.
13261         Change "Add Comment" to "Add Image Comment".  Change "Add Image
13262         Tag" to "Add Image Tags".
13264         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
13265         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
13266         `tumme-delete-tag'.
13268 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13270         * shell.el (shell-mode): Call shell-dirtrack-mode after
13271         list-buffers-directory is made a local variable, to avoid setting
13272         the default value.
13274 2006-05-26  Kevin Ryde  <user42@zip.com.au>
13276         * info.el (Info-index-next): Use where-is-internal to report
13277         actual binding of Info-index-next, rather than hard-coded `,'.
13279 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
13281         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
13282         and "Find Command in Manual" to here.
13284         * buff-menu.el (list-buffers-noselect): For Info buffers, use
13285         Info-current-file as the file name.
13287 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
13289         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
13290         overrides will now be done a different way.
13291         (ses-set-parameter): Reapply this function for undo.
13292         (ses-set-header-row): Reconstruct header row during undo.
13293         (ses-widen): New function.
13294         (ses-goto-data, ses-reconstruct-all): Use new function.
13295         (ses-command-hook): Widen buffer during undo, before unupdating
13296         the cells.
13297         (ses-insert-row, ses-delete-row): Widen buffer during undo.
13298         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
13299         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
13300         formula hasn't been executed yet.
13302 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13304         * comint.el (comint-kill-whole-line): Rename arg to count.
13305         Fix doc string.
13307 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
13309         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
13310         to copy-file.
13312 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13314         * simple.el (toggle-truncate-lines): Make arg optional for
13315         backward compatibility.
13317 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
13319         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
13320         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
13321         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
13322         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
13323         (ewoc--adjust): Use ewoc--current-dll.
13324         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
13326 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
13328         * textmodes/org.el (org-next-item, org-previous-item): Emit more
13329         compact error message.
13330         (org-tags-view): Refresh category table in each file.
13331         (org-table-justify-field-maybe): Remove superfluous arguments to
13332         `format'.
13333         (org-export-as-html): Insert "<p>" before postamble.
13334         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
13336 2006-05-26  Kenichi Handa  <handa@m17n.org>
13338         * textmodes/po.el (po-find-charset): Pay attention to the case
13339         FILENAME is a cons (NAME . BUFFER).
13340         (po-find-file-coding-system-guts): Likewise.
13342         * arc-mode.el (archive-set-buffer-as-visiting-file):
13343         Call find-operation-coding-system with (FILENAME . BUFFER).
13345         * tar-mode.el (tar-extract): Call find-operation-coding-system
13346         with (FILENAME . BUFFER).
13348         * international/mule.el (decode-coding-inserted-region):
13349         Call find-operation-coding-system with (FILENAME . BUFFER).
13351 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
13353         * image-mode.el (image-toggle-display): Use buffer contents to
13354         generate image for a remote file.
13356 2006-05-25  Juri Linkov  <juri@jurta.org>
13358         * replace.el (query-replace-read-from, query-replace-read-to):
13359         Remove 8th arg KEEP-ALL in read-from-minibuffer.
13361 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
13363         * whitespace.el (whitespace-cleanup): Change to cleanup
13364         region if one is active.
13365         * whitespace.el (whitespace-cleanup-internal): New internal method.
13367 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
13369         * dired.el (dired-mode-map): Add help-echo strings to tumme
13370         commands.  Bind `tumme-dired-display-image' to C-t i.
13372         * tumme.el (tumme-display-image): Change documentation string slightly.
13373         (tumme-dired-display-image): Add call to `display-buffer'.
13375 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
13377         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
13378         Signal error if RAW-DATA is a multibyte string.
13380 2006-05-24  Richard Stallman  <rms@gnu.org>
13382         * subr.el (with-local-quit): When handling `quit' signal,
13383         make a chance for quit-flag to cause a quit.
13385         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
13386         (ad-disable-advice): Add autoloads.
13388         * subr.el (read-passwd): Copy PROMPT before changing its properties.
13390 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
13392         * dired.el (dired-mode-map): Change menu items for tumme as per
13393         suggestions in emacs-devel.
13395 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
13397         * dired.el (dired-mode-map): Fix breakage.
13399 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
13401         * tumme.el (tumme-display-dired-image): Rename to...
13402         (tumme-dired-display-image): ...this.
13403         (tumme-track-movement): Change default value to t.
13404         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
13405         used from `tumme-next-line-and-display' and similar commands.
13407         * dired.el (dired-mode-map): Add Thumbnail submenu under the
13408         Immediate menu.  Add some tumme commands there.
13410 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
13412         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
13414 2006-05-24  Chong Yidong  <cyd@mit.edu>
13416         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
13417         menu entries that open submenus.
13419 2006-05-24  Alan Mackenzie  <acm@muc.de>
13421         * startup.el (command-line): For names of preloaded files, don't
13422         append ".elc" (now done in Fload), and call file-truename on the
13423         lisp directory.
13425         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
13426         match ANY loaded file with the right name, not just those in
13427         load-path.  Put a regexp matching the file name into
13428         after-load-alist, rather than the name itself.
13430         * subr.el (load-history-regexp, load-history-filename-element)
13431         (do-after-load-evaluation): New functions.
13433         * international/mule.el (load-with-code-conversion): Do the
13434         eval-after-load stuff by calling do-after-load-evaluation.
13436 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
13438         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
13439         has not been killed.
13441 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13443         * term/mac-win.el: Set idle timer to clean up expired Apple events.
13444         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
13445         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
13446         Optionally set error message in reply.
13448 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
13450         * textmodes/org.el (org-open-at-point): Use renamed variable
13451         `org-confirm-shell-link-function'.
13452         (org-confirm-shell-link-function): Rename from
13453         `org-confirm-shell-links'.
13454         (org-export-directory): New function.
13455         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
13456         (org-export-icalendar): Use `org-export-directory'.
13457         (org-indent-item): Keep cursor position.
13458         (org-link-file-path-type): New option.
13459         (org-export-as-html): Fix bug with plain lists starting in
13460         column 0.
13461         (org-export-as-html): Remove deadline formatting, this happens
13462         now already in `org-html-handle-time-stamps'.
13463         (org-export-html-style): Deadline class removed.
13464         (org-insert-labeled-timestamps-at-point): New option.
13465         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
13466         of `hide-sublevels 1', in case the first headline is not level 1.
13467         (org-overview, org-content): New fuction.
13468         (org-cycle-global-status, org-cycle-subtree-status): Make these
13469         variables buffer-local.
13470         (org-global-cycle): New command.
13471         (org-shifttab): Use `org-global-cycle'.
13472         (org-insert-heading, org-insert-item): Go to end of new
13473         headline/item after creating it.
13474         (org-export-visible): Rename from `org-export-copy-visible'.
13475         Now creates a temporary org-file and applies an exporting command
13476         to it.
13477         (org-table-eval-formula): Support for lisp forms.
13478         (org-agenda-todo-ignore-scheduled): New option.
13479         (org-agenda-get-todos): Use new option
13480         `org-agenda-todo-ignore-scheduled'.
13481         (org-export-html-inline-images): New value `maybe'.
13482         (org-export-as-html): Inlining of images dependent on link description.
13483         (org-archive-subtree): Check for end-of-buffer before trying
13484         `kill-line'.
13485         (org-agenda-follow-mode): New option.
13486         (org-export-with-tags, org-export-with-timestamps): New options.
13487         (org-html-handle-time-stamps): New function.
13488         (org-keyword-time-regexp): New variable.
13489         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13490         (org-agenda-todo-list-sublevels): New option.
13491         (org-html-level-start): When TITLE is nil, just close all levels.
13492         (org-parse-key-lines, org-parse-export-options): Remove functions,
13493         replaced by `org-infile-export-plist'.
13494         (org-combine-plists, org-infile-export-plist)
13495         (org-default-export-plist): New functions.
13496         (org-export-html-preamble, org-export-html-postamble)
13497         (org-export-html-auto-preamble, org-export-html-auto-postamble):
13498         New variables.
13499         (org-export-publishing-directory): New option.
13500         (org-export-as-html, org-export-as-ascii): Use the new property
13501         lists for settings.
13502         (org-export-copy-visible, org-export-as-xoxo):
13503         Respect `org-export-publishing-directory'.
13504         (org-link-search, org-store-link, org-file-apps): Support for
13505         links to BibTeX database entries..
13506         (org-get-current-options, org-set-regexps-and-options):
13507         Implement logging as a startup option.
13508         (org-store-link): Make sure context string is never empty
13509         (org-insert-link): Use relative path when possible.
13510         (org-at-item-checklet-p): New function.
13511         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13512         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13513         (org-metaright, org-metaup, org-metadown, org-shiftup)
13514         (org-shiftdown, org-shiftright, org-shiftleft)
13515         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13516         Dispatch using `call-interactively'.
13517         (org-call-with-arg): New defsubst.
13518         (org-tag-alist, org-use-fast-tag-selection): New options.
13519         (org-complete): Use `org-tag-alist'.
13520         (org-fast-tag-insert, org-fast-tag-selection): New functions.
13521         (org-next-item, org-previous-item): New commands.
13522         (org-beginning-of-item, org-end-of-item): Add (interactive) to
13523         make command.
13524         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13526 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
13528         * emacs-lisp/ewoc.el (ewoc-delete): New function.
13529         (ewoc-filter): Use `ewoc-delete'.
13531         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13533 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13535         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13536         Signal more user-friendly error messages.
13538         * complete.el (PC-do-completion): Undo the addition of implicit
13539         wildcards if they did not lead to finding any match.
13540         (read-file-name-internal): Don't add the final > if the completion is
13541         not finished.
13543 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13545         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13546         Quote safe-local-variable predicate.
13548 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
13550         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13552 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13554         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13556         * progmodes/make-mode.el (makefile-special-targets-list)
13557         (makefile-macro-table, makefile-target-table): Mark as risky.
13558         (makefile-query-one-target-method): Make this the alias for the
13559         following variable.
13560         (makefile-query-one-target-method-function): Make this the real name.
13562         * textmodes/artist.el (artist-text-renderer): Make this the alias
13563         for the following variable.
13564         (artist-text-renderer-function): Make this the real name.
13566         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13567         the alias for the following variable.
13568         (flyspell-generic-check-word-predicate): Make this the real name.
13570         * textmodes/ispell.el (ispell-format-word): Make this the alias
13571         for the following variable.
13572         (ispell-format-word-function): Make this the real name.
13573         (ispell-message-text-end): Mark as risky.
13575         * skeleton.el (skeleton-transformation, skeleton-filter)
13576         (skeleton-pair-filter): Make these the aliases for the following
13577         variables.
13578         (skeleton-transformation-function, skeleton-filter-function)
13579         (skeleton-pair-filter-function): Make these the real names.
13581         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13582         and skeleton-pair-filter-function.
13584         * textmodes/sgml-mode.el (sgml-transformation): Make this the
13585         alias for the following variable.
13586         (sgml-transformation-function): Make this the real name.
13587         (sgml-tag-alist): Mark as risky.
13589 2006-05-21  Richard Stallman  <rms@gnu.org>
13591         * simple.el (kill-region): Interactively, pass point, then mark.
13593 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
13595         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13597 2006-05-21  Romain Francoise  <romain@orebokech.com>
13599         * dired-x.el (dired-mode-map): Don't bind M-g.
13601 2006-05-20  Richard Stallman  <rms@gnu.org>
13603         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13604         (dired-goto-file): Doc fix.
13606 2006-05-21  Kim F. Storm  <storm@cua.dk>
13608         * emulation/cua-base.el: Mention customizing cua-mode as alternative
13609         way to enable built-in cua-mode if user loads older CUA-mode package.
13611         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13612         if default-filename is specified.
13614 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
13616         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13618         * info.el (info-apropos): Make sure current-file and current-node
13619         have non-nil values.  Speed up by using add-to-list instead of
13620         manual consing.
13622 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13624         * progmodes/make-mode.el (makefile-mode): Doc fix.
13626 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
13628         * dired-aux.el (dired-do-shell-command): Doc fix.
13630 2006-05-20  Kevin Ryde  <user42@zip.com.au>
13632         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13633         ``(custom-manual :tag "Foo" "(foo)Node")''.
13635 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
13637         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13638         value is an integer.
13640 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
13642         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13643         "format".
13644         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13646 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
13648         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13649         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13651 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13653         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13654         regexp for keywords.
13656 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
13658         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13659         replace-regexp-in-string.
13661         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13662         encode, and escape file name on conversion to URL.
13664 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13666         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13667         Don't unescape URL.
13668         (dnd-get-local-file-name): Unescape URL on conversion to file name.
13670         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13671         on conversion to URLs.
13673         * net/browse-url.el (browse-url-file-url): Encode file name on
13674         conversion to URL.
13676         * term/mac-win.el (mac-ae-open-documents): Escape file name on
13677         conversion to URL.
13679 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
13681         * progmodes/cc-styles.el (c-style-alist): Doc fix.
13683 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13685         * term/mac-win.el (mac-bytes-to-digits): Remove function.
13686         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13688 2006-05-19  Glenn Morris  <rgm@gnu.org>
13690         * calendar/diary-lib.el (diary-bahai-date)
13691         (list-bahai-diary-entries, mark-bahai-diary-entries)
13692         (mark-bahai-calendar-date-pattern): Not interactive.
13693         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
13694         (diary-entries-list): Change format of 4th element in each entry.
13695         (diary-list-entries): Use add-to-diary-list.
13696         (diary-goto-entry): Handle the case where the buffer visiting the
13697         diary has been killed.
13698         (fancy-diary-display): Add 'locator to button rather than 'marker.
13699         Only generate temp-face when there are marks to apply.
13700         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13701         (diary-fancy-date-pattern): New variable.
13702         (diary-time-regexp): Doc fix.
13703         (diary-anniversary, diary-time): New faces.
13704         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13705         diary-time-regexp.  Add font-lock-multiline property where needed.
13706         Use new faces diary-anniversary and diary-time.
13707         (diary-fancy-font-lock-fontify-region-function): New function, to
13708         handle multiline font-lock pattern in fancy diary.
13709         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13710         (diary-font-lock-keywords): Tweak time regexp.  Use new face
13711         diary-time.
13713 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
13715         * international/code-pages.el (mik): Table corrected.
13717 2006-05-18  Kim F. Storm  <storm@cua.dk>
13719         * progmodes/grep.el (grep-find): Don't check grep-find-command
13720         before running command (breaks non-interactive usage).
13722 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
13724         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13725         (ewoc--insert-new-node): Don't insert trailing newline.
13726         Instead, adjust successor nodes's start markers.
13727         (ewoc--refresh-node): Delete all text from current node's start
13728         marker to the next one's; adjust successor nodes's start markers.
13729         (ewoc--create): Doc fixes.
13730         (ewoc--refresh): Don't insert newline.
13731         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13732         * pcvs.el (cvs-make-cvs-buffer):
13733         Specify extra newline for ewoc's header and footer.
13734         (cvs-update-header): Update initial header recognition.
13735         Append newline to final header and footer values.
13736         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13738 2006-05-17  Richard Stallman  <rms@gnu.org>
13740         * files.el (file-name-extension): Doc fix.
13742 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13744         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13745         we can explicitly enable/disable rather than toggle.
13746         (shell-mode): Use it.
13747         (shell-cd): Don't try to reproduce what `cd' does.
13749 2006-05-17  Kim F. Storm  <storm@cua.dk>
13751         * ido.el (ido-read-internal): Use only nondirectory part of
13752         default item.
13754 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
13756         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13757         (ewoc-nth): Doc fix.
13759         (ewoc-map, ewoc-invalidate): Compute PP before looping.
13761 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
13763         * international/mule.el (auto-coding-alist): Add .lha to files
13764         read with no-conversion.
13766         * files.el (auto-mode-alist): Add .lha files to archive file
13767         extensions.
13769         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13770         Convert csize to integer when computing offsets within the
13771         compressed archive file.
13773 2006-05-16  Kim F. Storm  <storm@cua.dk>
13775         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13776         with read-from-minibuffer.
13778 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13780         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13781         (byte-compile-warnings): Fix safe-local-variable property.
13783 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
13785         * allout.el (allout-show-bodies, allout-old-style-prefixes)
13786         (allout-stylish-prefixes, allout-numbered-bullet)
13787         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13788         predicates to qualify `safe-local-variable' property, when
13789         available, else use equivalent lambda.
13790         (allout-current-topic-collapsed-p): Do the right thing regarding
13791         trailing blank lines.
13793 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13795         * server.el (server-start): Only create a directory if needed.
13796         (server-edit, server-unload-hook): server-start => server-mode.
13797         (kill-emacs-hook): Cleanup upon exit.
13799 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13801         * hexl.el (hexlify-buffer): Encode process arguments manually.
13803 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
13805         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13806         call to gdb-tooltip-print.
13808 2006-05-15  Romain Francoise  <romain@orebokech.com>
13810         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13811         systems, default to "tar" since those systems probably have GNU tar.
13813 2006-05-14  Lars Hansen  <larsh@soem.dk>
13815         * desktop.el (desktop-missing-file-warning): Fix docstring.
13816         (desktop-restore-file-buffer): Correct question asked on missing file.
13818 2006-05-14  Kim F. Storm  <storm@cua.dk>
13820         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13821         Add CUA move property.
13823 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
13825         * custom.el (custom-push-theme): Load the variable before checking
13826         its `standard-value'.
13828 2006-05-13  Lars Hansen  <larsh@soem.dk>
13830         * desktop.el (desktop-save): Use with-temp-buffer.
13832 2006-05-12  Glenn Morris  <rgm@gnu.org>
13834         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13835         * calendar/calendar.el (calendar-mode-map):
13836         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13837         * calendar/appt.el (appt-check, appt-make-list): Refer to
13838         diary-view-entries, diary-list-entries, diary-show-all-entries
13839         rather than obsolete aliases.
13841 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
13843         * simple.el (line-move-finish): Avoid calling point motion hooks
13844         while processing intangibility.
13846 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
13848         * term/xterm.el (terminal-init-xterm): Fix typo.
13850 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
13852         * allout.el (allout-view-change-hook): Mark as being deprecated,
13853         to be replaced by `allout-exposure-change-hook'.
13854         (allout-exposure-change-hook): New, replacing
13855         `allout-view-change-hook'.
13856         (allout-flag-region): Run new hook `allout-exposure-change-hook',
13857         in addition to `allout-view-change-hook'.
13858         (allout-show-bodies, allout-old-style-prefixes)
13859         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13860         lambda forms to prevent their showing up in variable help
13861         presentations as inscrutable byte-compiled code.
13862         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13863         Use string-or-null-p to qualify safe-local-variable values.
13864         (allout-reindent-bodies): Use memq to qualify matches against
13865         valid safe-local-variable values.  Also, quote the lambda as above.
13866         (allout-use-mode-specific-leader): Add missing candidate-value
13867         symbols, use memq, and quote the lambda.
13868         (allout-overlay-interior-modification-handler): Remove unused
13869         variables `msg' and 'opened'.
13870         (allout-hidden-p): Constrain invisibility consideration to allout's
13871         invisibility spec, disregarding invisibility for other reasons.
13873 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
13875         * files.el (version-control): Correct safe values.
13877 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
13879         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13881         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13882         (ewoc--insert-new-node): New func.
13883         Update callers of deleted funcs to use it, instead.
13885 2006-05-11  Glenn Morris  <rgm@gnu.org>
13887         * calendar/calendar.el (diary-show-all-entries): Do not refer to
13888         obsolete alias `show-all-diary-entries'.
13889         (make-diary-entry): Not interactive.
13890         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13891         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13892         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13893         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13894         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13895         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13897 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13899         * calendar/calendar.el (calendar-french-date-string)
13900         (calendar-mayan-date-string, calendar-chinese-date-string)
13901         (calendar-astro-date-string, calendar-iso-date-string)
13902         (calendar-islamic-date-string, calendar-bahai-date-string)
13903         (calendar-hebrew-date-string, calendar-coptic-date-string)
13904         (calendar-ethiopic-date-string, calendar-persian-date-string):
13905         These functions are not interactive.
13907 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
13909         * files.el: Balance parentheses.
13911 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13913         * files.el, newcomment.el, outline.el, simple.el,
13914         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13915         * progmodes/cc-vars.el, progmodes/compile.el:
13916         Move `safe-local-variable' declarations to the respective files.
13918         * help-fns.el (describe-variable): Don't print safe-var if it is
13919         byte-code.  Improve wording as suggested by Luc Teirlinck.
13921 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
13923         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13924         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13925         Use a token for pending-triggers to ensure gdb-var-update
13926         gets called once per user input again for pre-GDB 6.4.
13927         (gdb-var-delete): Match on more complex expressions.
13928         (gdb-var-list-children-handler, gdb-var-create-handler):
13929         Use a token for consistency.
13931 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
13933         * textmodes/org.el (org-read-date, org-goto-calendar)
13934         (org-agenda-goto-calendar):
13935         Bind `view-calendar-holidays-initially' to nil.
13937 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
13939         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13940         Update all callers to do it there, instead.
13942 2006-05-10  Glenn Morris  <rgm@gnu.org>
13944         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13945         prefix arg case, to avoid view-diary-entries-initially error.
13946         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13947         (calendar-date-is-legal-p): Handle dates with no day part.
13949 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
13951         * comint.el (comint-insert-input): Just make it when
13952         comint-use-prompt regexp is nil (default) and with the mouse.
13953         (comint-copy-old-input): Reinstate from 2004-06-23.
13954         (comint-mode-map): Bind C-c C-m to it.
13956 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
13958         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13959         Remove spurious move to point-max (new comint behavior fixes).
13961         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13962         compatibility function (Emacs 18/19).
13963         (idlwave-is-continuation-line): Always return point at start of
13964         previous non-blank continuation line.
13965         (keyword-parameters): Fix continued comment font-lock matcher.
13966         (idlwave-font-lock-fontify-region): Written, use as
13967         font-lock-fontify-region-function, to fix continued keyword
13968         fontification issues.
13970 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13972         * term/mac-win.el (mac-font-panel-mode): Doc fix.
13973         (mac-service-selection, mac-service-open-file)
13974         (mac-service-open-selection, mac-service-mail-selection)
13975         (mac-service-mail-to, mac-service-insert-text): Rename from
13976         mac-services-*.  All uses changed.
13977         (mac-apple-event-map): Rename event symbol `services' to `service'.
13979 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
13981         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13982         (ewoc--node-enter-first, ewoc--node-enter-last)
13983         (ewoc--delete-node-internal): Merge funcs into unique callers.
13985 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
13987         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13988         return value of read-from-minibuffer for empty input.
13990 2006-05-09  Miles Bader  <miles@gnu.org>
13992         * comint.el (comint-insert-input): Remove redundant calls to setq
13993         and goto-char.
13995 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
13997         * comint.el (comint-insert-input): Make it work when
13998         comint-use-prompt-regexp is t.
14000 2006-05-10  Miles Bader  <miles@gnu.org>
14002         * subr.el (field-at-pos): New function.
14004         * comint.el (comint-insert-input): Use it.
14006 2006-05-09  Juri Linkov  <juri@jurta.org>
14008         * battery.el (battery-linux-proc-acpi): Also try
14009         `/proc/acpi/thermal_zone/THR2/temperature'.
14011         * files.el <safe-local-variable>: Remove `eval' and `let' binding
14012         for now unused lambda `string-or-null'.
14014         * add-log.el (change-log-default-name): Put `string-or-null-p'
14015         instead of lambda on `safe-local-variable' property.
14017         * diff-mode.el (diff-context->unified): Use `region-beginning' and
14018         `region-end' instead of `mark' and `point'.
14019         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
14020         Operate on region in Transient Mark mode when the mark is active.
14021         Use `region-beginning' and `region-end' instead of `mark' and
14022         `point'.
14023         (diff-hunk-text, diff-goto-source): Doc fix.
14025         * startup.el (fancy-splash-screens, normal-splash-screen): Use
14026         face `mode-line-buffer-id' for mode-line buffer face instead of
14027         hard-coded `(:weight bold)'.
14029         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
14030         buffer-undo-list to t (undo-ask is reproducible by visiting
14031         nested archives).
14033 2006-05-09  Kim F. Storm  <storm@cua.dk>
14035         * progmodes/grep.el (rgrep): Set default directory of *grep*
14036         buffer if we start M-x rgrep in the *grep* buffer and choose
14037         a different base directory.
14039 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
14041         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
14042         completion also when ido is loaded.
14044 2006-05-09  Masatake YAMATO  <jet@gyve.org>
14046         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
14047         "warning" and "import".
14048         (cpp-font-lock-keywords): Added "warning".
14050 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
14052         * term/xterm.el (terminal-init-xterm): Add more key bindings.
14054 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14056         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
14057         pages at a time, if we signal the end, we should indeed reach that end.
14059 2006-05-08  David Reitter  <david.reitter@gmail.com>
14061         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
14062         output during execution of the body.
14064 2006-05-08  Kim F. Storm  <storm@cua.dk>
14066         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
14068 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
14070         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
14071         Use with-current-buffer.
14073 2006-05-07  Kim F. Storm  <storm@cua.dk>
14075         * subr.el (add-to-history): Remove keep-dups arg.
14077         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
14078         to nil around call to add-to-history.
14080 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14082         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
14083         than after a buffer modification.
14085 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
14087         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
14088         call to...
14089         (gud-watch): ...here so speedbar is raised for already watched
14090         expressions.
14091         (gdb-speedbar-refresh): Delete function.
14092         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
14093         Use speedbar-timer-fn instead of speedbar-refresh (reverting
14094         earlier change).
14095         (gdb-var-evaluate-expression-handler)
14096         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
14098         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
14099         Update localized contents for all buffers except ignored modes.
14101 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14103         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
14104         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
14105         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
14106         (mac-handle-font-panel-closed, mac-handle-font-selection):
14107         New functions.
14108         (mac-font-panel-mode): New minor mode.
14109         (mac-apple-event-map): Add bindings for toolbar toggle button and
14110         font panel.
14111         (menu-bar-showhide-menu): Add mac-font-panel-mode.
14113 2006-05-07  John Paul Wallington  <jpw@pobox.com>
14115         * ibuffer.el (ibuffer-compressed-file-name-regexp):
14116         Avoid `regexp-opt'; simplify regexp for readability.
14118 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
14120         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
14121         * files.el (buffer-stale-function):
14122         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14123         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
14124         links to the main manual, not to emacs-xtra.
14126 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14128         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
14129         MacJapanese if text is ASCII-only.
14131 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
14133         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
14134         unless so nil isn't returned.
14135         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
14137 2006-05-06  Kim F. Storm  <storm@cua.dk>
14139         * subr.el (add-to-history): New function.
14141         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
14142         (ediff-merge-files-with-ancestor):
14143         * env.el (setenv):
14144         * isearch.el (isearch-update-ring):
14145         * server.el (server-visit-files):
14146         * progmodes/grep.el (lgrep, rgrep):
14147         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
14148         * progmodes/xscheme.el (xscheme-insert-expression):
14149         Use add-to-history.
14151         * kmacro.el (kmacro-push-ring): Use add-to-history.
14152         (kmacro-ring-length): Remove unused defun.
14153         (kmacro-start-macro): Use kmacro-push-ring.
14155 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
14157         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
14158         directly instead of a lambda expression that calls it.
14160 2006-05-06  Kim F. Storm  <storm@cua.dk>
14162         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
14163         instead of compute-motion.
14165 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
14167         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
14168         change.
14170 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
14172         * startup.el (command-line-1): Refer to "Pure Storage" on
14173         pure-space-overflow.
14175 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
14177         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
14178         provided faces once they all have been used up.
14180 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
14182         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
14183         reference to the Lisp manual to the warning about pure space
14184         overflow.
14186 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
14188         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
14189         argument to avoid the call to `ispell-internal-change-dictionary'
14190         when not needed.
14191         (ispell-change-dictionary): Use this argument and call
14192         `ispell-internal-change-dictionary' after the possible change
14193         to `ispell-local-dictionary'.
14194         (ispell-internal-change-dictionary): Check for a change in
14195         personal dictionary use too.
14197 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
14199         * startup.el (command-line): On MS-Windows, probe "~", not
14200         "~USER", for warning about non-existent home directory.
14202         * arc-mode.el (archive-l-e): New optional argument `float' means
14203         generate a float value.
14204         (archive-arc-summarize, archive-lzh-summarize)
14205         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
14206         with 3rd argument non-nil when file's size is being computed.
14207         Format the file sizes with %8.0f instead of %8d.
14209 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14211         * cus-start.el (all): Add mac-dnd-known-types.
14213         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
14214         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
14215         (mac-TIFF-to-string): New functions.
14216         (x-get-selection, x-selection-value)
14217         (mac-select-convert-to-string): Use them.
14218         (mac-text-encoding-mac-japanese-basic-variant): New constant.
14219         (mac-dnd-types-alist): New customization variable.
14220         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
14221         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
14222         (mac-dnd-handle-drag-n-drop-event): New functions.
14223         (mac-drag-n-drop): Remove function.
14224         (global-map): Bind drag-n-drop and M-drag-n-drop to
14225         mac-dnd-handle-drag-n-drop-event.
14227 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
14229         * progmodes/perl-mode.el (perl-beginning-of-function):
14230         Skip anonymous subs.
14232 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
14234         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
14235         regexp-opt at run time.
14237         * term.el (term-handle-ansi-escape): Fix off by one error.
14239 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
14241         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
14242         (gdb-init-1, gdb-post-prompt): ...and references to it.
14243         (gdb-frame-handler): Strip directory name from filename if present.
14245         * progmodes/gud.el (gdb-force-update): Delete defvar
14246         (gud-speedbar-buttons): ...and references to it.  Use window-start
14247         to try to keep positon in watch expression.
14249 2006-05-03  Richard Stallman  <rms@gnu.org>
14251         * simple.el (next-history-element, previous-history-element): Doc fix.
14253         * isearch.el (isearch-update-ring): Doc fix.
14255 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
14257         * isearch.el (isearch-update-ring): Take history-delete-duplicates
14258         into consideration.  Replace one arm ifs with whens.
14260 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
14262         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
14263         (menu): Fix typo.
14265 2006-05-02  Miles Bader  <miles@gnu.org>
14267         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
14269 2006-05-02  Jay Belanger  <belanger@truman.edu>
14271         * calc/calc-embed.el (calc-override-minor-modes-map)
14272         (calc-override-minor-modes): New variables.
14273         (calc-do-embedded): Make sure that Calc keystrokes aren't
14274         overwritten by minor modes.
14276 2006-05-02  Chong Yidong  <cyd@mit.edu>
14278         * msb.el (msb): If EVENT is a down event, read and discard the up event.
14280 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14282         * startup.el (command-line-1): Refer to Lisp manual when
14283         pure-space-overflow occurs.
14285         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
14286         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
14287         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
14288         (version-control): Don't use `t' for safe-local-variable declarations.
14290 2006-05-01  Richard Stallman  <rms@gnu.org>
14292         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
14293         M-r, M-R, M-A, M-SPC or M-DEL.
14294         (diff-mode-map): diff-refine-hunk now on C-c C-w
14295         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
14297         * help-mode.el (help-mode): view-exit-action calls delete-window
14298         only when it is safe and possible.
14300         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
14301         in messages.
14303         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
14305         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
14306         in the default tool-bar-map.
14308 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
14310         * net/tramp.el (tramp-completion-file-name-handler-alist)
14311         (tramp-run-real-handler, tramp-completion-run-real-handler)
14312         (tramp-completion-handle-file-name-all-completions)
14313         (tramp-completion-handle-file-name-completion): Autoload them.
14314         (tramp-completion-handle-file-exists-p)
14315         (tramp-completion-handle-file-name-directory)
14316         (tramp-completion-handle-file-name-nondirectory)
14317         (tramp-completion-handle-expand-file-name): Remove them.
14318         (tramp-handle-file-name-directory): Return the real directory name.
14319         Returning "/" only doesn't need to be necessary any longer.
14320         (tramp-file-name-handler): Make special attention when in hostname
14321         completion mode.
14322         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
14323         (tramp-register-file-name-handlers):
14324         Register `tramp-completion-file-name-handler' only when
14325         `partial-completion-mode' is enabled.
14326         (tramp-completion-handle-file-name-all-completions):
14327         Delete directory part from results.
14328         (tramp-get-completion-methods, tramp-get-completion-user-host):
14329         Discard deleting "/", it doesn't work after the change of
14330         `tramp-handle-file-name-directory' above.
14332 2006-05-01  Kim F. Storm  <storm@cua.dk>
14334         * progmodes/grep.el (grep-expand-template): Use save-match-data
14335         and symbol-value.
14337 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14339         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
14340         Use select-frame-set-input-focus instead of raise-frame.
14341         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
14343 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
14345         * progmodes/gud.el (gud-def): Add %c case.
14346         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
14347         (gud-format-command): Make match case sensitive.  Match on %F.
14349 2006-04-30  Glenn Morris  <rgm@gnu.org>
14351         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
14352         (cal-tex-preamble): Use cal-tex-preamble-extra.
14353         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
14354         than alias `list-diary-entries'.
14356 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
14358         * help-fns.el (describe-variable): Add info about safe local variables.
14360 2006-04-29  Richard Stallman  <rms@gnu.org>
14362         * bindings.el (mode-line-format): help-echo doc fixes.
14364         * net/tramp.el (tramp-file-name-handler-alist): Delete
14365         expand-file-name and other operations that can cause spurious loading.
14367 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14369         * files.el (safe-local-variable-p): Remove support for the special
14370         value t.
14372         * textmodes/paragraphs.el (sentence-end-without-space):
14373         Fix safety predicate.
14374         (sentence-end-double-space, sentence-end-without-period)
14375         (paragraph-ignore-fill-prefix):
14376         * textmodes/fill.el (colon-double-space):
14377         * abbrev.el (abbrev-mode): Tighten the safety predicate.
14379         * subr.el (booleanp): New fun.
14381         * textmodes/reftex-vars.el (reftex-guess-label-type):
14382         Tighten the safety predicate.
14384 2006-04-28  Kim F. Storm  <storm@cua.dk>
14386         * progmodes/grep.el (defgroup grep): Doc fix.
14387         (grep-auto-highlight): Remove.
14388         (grep-template): New defcustom.
14389         (grep-find-template): Rename from grep-tree-template.
14390         (grep-files-aliases): Rename from grep-tree-files-aliases.
14391         Remove "all" alias, add "l" alias.
14392         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
14393         (grep-find-ignored-directories): New defcustom to replace
14394         grep-tree-ignore-CVS-directories, to facilitate ignoring
14395         subdirectories for multiple version control systems.
14396         (grep-mode-map): Add Recursive grep item to GREP menu.
14397         (grep-regexp-history, grep-files-history): New defvars.
14398         (grep-probe): New helper function.
14399         (grep-compute-defaults): Use it to simplify code.
14400         Adapt to name changes.
14401         Use `.' as base in grep-find-template rather than <D>.
14402         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
14403         Call grep-compute-defaults unconditionally.
14404         (grep-expand-keywords): New defconst.
14405         (grep-expand-template): Rename from grep-expand-command-macros.
14406         Simplify via grep-expand-keywords.  Look at case-fold-search instead
14407         of grep-tree-ignore-case to add -i option.
14408         Bind case-fold-search to nil while matching keywords.
14409         (grep-tree-last-regexp, grep-tree-last-files): Remove.
14410         (grep-read-regexp, grep-read-files): New helper functions.
14411         (rgrep): Rename from grep-tree.  Rework to use proper histories.
14412         Adapt to changes in defcustoms and functions above.
14413         (lgrep): New command, as grep, but using same interactive UI as rgrep.
14415 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
14417         * net/tramp.el (tramp-completion-file-name-handler):
14418         Disable Tramp's functionality while loading Tramp itself.
14419         (tramp-register-file-name-handlers): That's a defsubst now.
14420         Code from `tramp-repair-jka-compr' moved here.  Apply it via
14421         `after-init-hook'.
14422         (tramp-repair-jka-compr): Remove.
14424 2006-04-27  Jay Belanger  <belanger@truman.edu>
14426         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
14427         read expression when `math-read-big-expr' doesn't work.
14429 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
14431         * startup.el (command-line-1): Display warning when
14432         pure-space-overflow is non-nil.
14434 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14436         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
14437         risky.
14439 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14441         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
14442         Return the URL or nil if none can be generated.
14444 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
14446         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
14447         byte compiler warnings.
14448         (gud-basic-call, gud-find-expr): Let user select an expression
14449         for printing.  Print expression as well as value in GUD buffer.
14451 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
14453         * allout.el: Remove local autoload declaration for
14454         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
14455         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
14456         (allout-plain-bullets-string, allout-distinctive-bullets-string)
14457         (allout-use-mode-specific-leader, allout-old-style-prefixes)
14458         (allout-stylish-prefixes, allout-numbered-bullet)
14459         (allout-file-xref-bullet, allout-presentation-padding)
14460         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
14461         safe-local-variable with suitable value spec, and add autoload
14462         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
14463         (move-beginning-of-line, move-end-of-line): Repair so these compat
14464         functions now actually resituate the point, when appropriate.
14466 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14468         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
14470         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
14471         (add-log-iso8601-time-string): Fix call to format-time-string.
14473 2006-04-26  Kim F. Storm  <storm@cua.dk>
14475         * subr.el (posn-string, posn-image, posn-object): Doc fix.
14477 2006-04-26  Masatake YAMATO  <jet@gyve.org>
14479         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
14480         Add support for "//" style comments.  Remove `b' flag
14481         from ?* in `asm-mode-syntax-table'.
14483 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14485         * follow.el: Use (featurep 'xemacs) everywhere.
14486         (follow-mode): Use define-minor-mode.
14487         (follow-mode-map): Move initialization into the declaration.
14488         Use command remapping.
14489         (follow-emacs-version-xemacs-p): Remove.
14490         (follow-submit-feedback): Remove.
14492         * allout.el (allout-layout, allout-passphrase-verifier-string)
14493         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14495         * textmodes/reftex-vars.el (reftex-vref-is-default)
14496         (reftex-fref-is-default, reftex-guess-label-type):
14497         Tighten up a bit the safety predicate.
14499         * textmodes/paragraphs.el (sentence-end-double-space)
14500         (sentence-end-without-period, sentence-end-without-space)
14501         (page-delimiter, paragraph-ignore-fill-prefix):
14502         Tighten up a bit the safety predicate.
14504         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14506         * progmodes/python.el (python-continuation-line-p)
14507         (python-beginning-of-statement): syntax-ppss may return
14508         a negative depth.
14509         (python-mode): Don't forcefully enable font-lock.
14511         * time-stamp.el (time-stamp-start, time-stamp-end)
14512         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14514         * add-log.el: Remove spurious * in docstrings.
14515         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14516         (add-change-log-entry): Use it here, since it's not specific
14517         to iso8601.
14518         (add-log-iso8601-time-string): Don't use it here any more.
14519         (change-log-indent-text, change-log-indent): Rename from add-log-*.
14521         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14523 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
14525         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14526         (rcirc-toggle-low-priority): Doc fix.
14527         (rcirc-handler-NOTICE): Remove beginning of line anchor in
14528         ChanServ regexp.
14529         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14530         #emacs.
14531         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14532         (rcirc-decode-coding-system): Use utf-8 as the default.
14533         (rcirc-multiline-minor-mode): Set the fill-column.
14534         (rcirc-format-response-string): Display bright and dim nicks.
14535         (rcirc-browse-url): Update interactive spec to fill ARG.
14536         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14537         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14539 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
14541         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14542         case for @Article, etc.
14544 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
14546         * net/tramp.el (tramp-register-file-name-handlers): New defun.
14547         Added with autoload cookie.
14548         (tramp-unload-file-name-handlers): Rename from
14549         `tramp-unload-file-name-handler-alist'.
14551 2006-04-23  Romain Francoise  <romain@orebokech.com>
14553         * comint.el (comint-match-partial-filename): Doc fix.
14555 2006-04-21  Glenn Morris  <rgm@gnu.org>
14557         * calendar/cal-menu.el (calendar-mode-map): Refer to
14558         `diary-view-entries' rather than alias `view-diary-entries'.
14559         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14561 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
14563         * progmodes/antlr-mode.el (antlr-default):
14564         * cus-edit.el (custom-documentation):
14565         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14566         in defface.
14568 2006-04-21  Kim F. Storm  <storm@cua.dk>
14570         * image.el (image-type): New defun split out of create-image.
14571         (create-image): Use it.
14573 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
14575         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14576         (org-open-at-point): Remove the "...done" message to keep output
14577         in the echo area visible.
14578         (org-export-as-xoxo): Fix call to `indent-region'.
14580 2006-04-21  Kevin Ryde  <user42@zip.com.au>
14582         * international/mule.el (keyboard-coding-system): defcustom
14583         info-link fixes: "Specify Coding" has been split, keyboard now in
14584         "Terminal Coding", and "Single-Byte Character Support" is now
14585         "Unibyte Mode".
14587 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
14589         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14590         Use font-lock-warning-face for any errors e.g. no stack.
14591         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14593 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14595         * progmodes/sh-script.el (sh-shell): Mark as safe.
14597         * newcomment.el (comment-start, comment-start-skip)
14598         (comment-end-skip, comment-end): Mark as safe.
14600 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
14602         * textmodes/org.el (org-deadline-announce): Face removed.
14603         (org-level-faces, org-n-levels): Convert to constant.
14604         (org-compatible-face): New function.
14605         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14606         (org-level-5, org-level-6, org-level-7, org-level-8)
14607         (org-special-keyword, org-warning, org-headline-done, org-link)
14608         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14609         (org-scheduled-today, org-scheduled-previously, org-time-grid):
14610         Face definition revised for better color tty support.
14611         (org-bold-re, org-italic-re, org-underline-re): New constants.
14612         (org-set-font-lock-defaults): Use the new constants.
14613         (org-agenda-highlight-todo): New function.
14614         (org-agenda-todo): Fix bug with point at end of line.
14615         (org-agenda-change-all-lines, org-finalize-agenda-entries):
14616         Fontify TODO keywords.
14617         (org-insert-link): Preserve relative path in ../ links.
14618         (org-export-as-html): Convert links pointing to .org files into
14619         links that will work beteen the exported HTML files.
14620         (org-todo-list): Fix bug when arg=0.
14621         (org-insert-heading): More fine-tuning.
14623 2006-04-19  Romain Francoise  <romain@orebokech.com>
14625         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14626         from `rmail-mime-charset-pattern'.
14628 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
14630         * progmodes/python.el (python-mode): Fix typo.
14632 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
14634         * comint.el (comint-previous-input): Don't clobber input line
14635         when moving off either end of the input history ring.
14636         (comint-delete-input): New function, used by
14637         `comint-previous-input' and others.
14638         (comint-previous-matching-input):
14639         Use `coming-delete-input'.  Save the partial input if leaving the
14640         edit line.  Goto point-max before deleting input to avoid
14641         partial input fragments hanging around.
14642         (comint-restore-input): New function, used by `comint-previous-input'.
14644 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
14646         * imenu.el (imenu--index-alist): Balance parentheses.
14648 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
14650         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14652 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
14654         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14655         file is nil.
14657 2006-04-18  Richard Stallman  <rms@gnu.org>
14659         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14661         * imenu.el (imenu-create-index-function, imenu--index-alist)
14662         (imenu--last-menubar-index-alist, imenu--make-index-alist)
14663         (imenu-default-create-index-function, imenu--generic-function):
14664         Doc fixes.
14666         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14668         * help-mode.el (help-mode): Set view-exit-action to delete window.
14670         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
14671         now works by passing nil as arg.
14673         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14675         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14676         (read-abbrev-file): Provide default when reading filename.
14678         * files.el (enable-local-variables): Allow :all as value.
14679         (hack-local-variables): Implement that value.
14680         (safe-local-variable-values, safe-local-eval-forms)
14681         (enable-local-variables): Mark as risky.
14682         (find-file-visit-truename, kept-old-versions): Mark safe.
14684         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14685         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14686         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14688 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14690         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14691         Use forward-line so as to get to BOL even in the presence of fields.
14692         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14693         in return.
14694         (inferior-tcl): Tell tclsh to work in interactive mode.
14696         * complete.el (partial-completion-mode):
14697         Use 'choose-completion-string-functions to make sure that
14698         choose-completion fills the minibuffer properly.
14700         * complete.el (PC-old-read-file-name-internal): Remove.
14701         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
14702         of read-file-name-internal.
14703         (partial-completion-mode): Enable/disable this advice.
14705 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
14707         * net/tramp.el (tramp-completion-file-name-handler): Revert change
14708         of 2006-04-17.
14710 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
14712         * textmodes/org.el (org-insert-heading): Insert heading before
14713         current if at beginning of line.
14714         (org-todo, org-date): New faces.
14715         (org-table-align): Make sure tooltip window contains full text.
14716         (org-no-properties): New defsubst.
14717         (org-set-font-lock-defaults): Use new faces.
14719 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
14721         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14722         for root variables.
14724         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14725         (gdb-frame-address): Re-use to identify frame for watch expression.
14726         (gdb-var-list, gdb-var-create-handler): Add frame address for root
14727         variables.
14728         (gdb-init-1, gdb-source, gdb-post-prompt)
14729         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14730         (gdb-frame-handler): Get gdb-frame-address.
14732 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
14734         Sync with Tramp 2.0.53.
14736         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14737         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14738         (tramp-completion-file-name-handler): Add autoload cookie for
14739         adding to `file-name-handler-alist'.
14741         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14742         the prompt.  If it returns earlier (when detecting an error
14743         message), the rest of the output will merge accidently with the
14744         output of the next command.  Reported by M Jared Finder
14745         <jared@hpalace.com>.
14747         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14748         for `process-file', in order to let it work for older Emacsen too.
14750 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
14752         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14753         (tex-font-lock-keywords-3): Use it.
14755 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14757         * newcomment.el (comment-add): New function.
14758         (comment-region-default, comment-dwim): Use it.
14760 2006-04-15  Michael Olson  <mwolson@gnu.org>
14762         * emacs-lisp/tq.el: Improve comments.
14763         (tq-queue-head-question): New accessor function.
14764         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14765         Update for modified queue structure.
14766         (tq-queue-add): Accept `question' argument.
14767         (tq-queue-pop): If a question is pending, send it.
14768         (tq-enqueue): Accept new optional argument `delay-question'.
14769         If this is non-nil, and at least one other question is pending a
14770         response, queue the question rather than sending it immediately.
14772 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14774         * calendar/appt.el (appt-add): Check whether an appointment is
14775         already present in appt-time-msg-list.  Simplify code.
14777 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14779         * progmodes/cc-langs.el (c-mode-menu):
14780         Don't presume c-subword-mode is bound.
14782 2006-04-13  Bill Wohler  <wohler@newt.com>
14784         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14785         (customize-package-emacs-version): Use cdr instead of cadr now
14786         that alists use dotted pairs.
14788         * custom.el (defcustom): Fix docstring for :package-version.
14790 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
14792         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14793         (tramp-handle-shell-command): Display output buffer only when
14794         `tramp-display-shell-command-buffer' is true.
14795         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14797 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
14799         * textmodes/org.el (org-set-autofill-regexps): Set only the local
14800         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14802 2006-04-13  Romain Francoise  <romain@orebokech.com>
14804         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14805         leaving temporary .cvsignore buffers behind.
14807 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
14809         * textmodes/org.el (org-set-regexps-and-options)
14810         (org-get-current-options): Better names for the startup folding
14811         options.
14813 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
14815         * vc.el (vc-annotate): Arrange for point to end up at the same
14816         line number as in the original, but only when using a new buffer.
14818 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
14820         * files.el (hack-one-local-variable-eval-safep):
14821         Recognize `edebug-form-spec' for `put', but only if it passes
14822         `edebug-basic-spec'.  Generalize `put' handling.
14824         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14825         vetting file-local form specs.
14827         * allout.el (allout-layout): Autoload its `safe-local-variable'
14828         property.
14830 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
14832         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14833         (org-agenda-mouse-1-follows-link)
14834         (org-mouse-1-follows-link): New options.
14835         (org-format-agenda-item): Fix bug if TAGS is nil.
14836         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14838 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
14840         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14841         GDB 6.1+ gives full filename for "info sources" so use
14842         file-name-nondirectory.
14844 2006-04-12  Romain Francoise  <romain@orebokech.com>
14846         * subr.el (read-passwd): Bind `message-log-max' to nil.
14848 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14850         * progmodes/perl-mode.el (perl-indent-new-calculate):
14851         Recompute parse-start after jumping backward by a whole sexp.
14853 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14855         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14856         window configuration.
14857         (vc-annotate-display-select): Select the buffer so that current-buffer
14858         (and selected-window) is the output buffer at the end of vc-annotate.
14860 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
14862         * vc.el (vc-annotate-color-map): Add custom TTY color map for
14863         8-color terminals, to use all of the colors in a sensible order.
14864         256-color terminals work well with the standard map.
14865         (vc-annotate-lines): Only strip the first color character if it
14866         is "#", to allow for terminal-style named colors.
14867         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14868         the correct buffer is scrolled.
14870 2006-04-11  Richard Stallman  <rms@gnu.org>
14872         * emacs-lisp/bytecomp.el (byte-compile-file):
14873         Bind enable-local-variables to :safe, and make normal-mode obey it.
14875         * files.el (enable-local-variables): Allow value :safe.
14876         (normal-mode): Doc fix.
14877         (hack-local-variables): Implement enable-local-variables = :safe.
14878         (hack-local-variables-confirm): Don't prevent quitting.
14880 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14882         * loadhist.el (unload-feature): A bit of sanity check of
14883         load-history entries.  Cancel timer-vars before unbinding them.
14885         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14886         quote special chars, and make the trick work on the hex part of the
14887         buffer as well.
14888         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14889         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14891         * startup.el (normal-splash-screen): Fix last change so we don't wait
14892         2 minutes if we don't show the splash screen.
14894 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
14896         * textmodes/org.el (org-export-plain-list-max-depth)
14897         (org-table-spaces-around-separators)
14898         (org-radio-targets, org-activate-camels)
14899         (org-table-spaces-around-invisible-separators): Options removed.
14900         (org-time-stamp-rounding-minutes, org-remember-templates)
14901         (org-ellipsis, org-activate-links, org-descriptive-links):
14902         New options.
14903         (org-remember-apply-template, org-current-time)
14904         (org-finish-edit-table-field)
14905         (org-link-unescape, org-link-escape)
14906         (org-string-width, org-table-clean-line, org-html-do-expand)
14907         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14908         (org-read-agenda-file-list): New functions.
14909         (org-table-edit-field)
14910         (org-table-create-or-convert-from-region): New commands
14911         (org-table-toggle-vline-visibility): Command removed.
14912         (org-table-convert-region): Made a command.
14913         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14914         Replace with the normal org- functions.
14915         (org-self-insert-command): Don't trigger realign unnecessarily
14916         when blanking a field that is not full.
14917         (org-mode): `Set buffer-invisibility-spec' for links.
14918         (org-activate-links2): Hide link part and only show descriptive
14919         part of the link.
14920         (org-insert-link): Modify for new linking system.
14921         (org-store-link): Store description separately, for use by
14922         `org-insert-link'.
14923         (org-table-align): Use `org-string-width'.
14924         (defgroup): Completely new group structure for custom variables.
14925         (org-agenda-files): Option: Single file name allowed.  Function:
14926         Optional argument unrestrited means ignore any restricitons.
14927         (org-install-agenda-files-menu): Find a buffer in Org-mode before
14928         trying to modify the menu.  Use generalized access to
14929         `org-agenda-files.'
14930         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14931         (org-agenda-file-to-front, org-remove-file, org-diary)
14932         (org-tags-view, org-export-icalendar-all-agenda-files)
14933         (org-export-icalendar-combine-agenda-files): Use generalized
14934         access to `org-agenda-files'.
14935         (org-remember-handler): Correctly preserve heading if present.
14936         (org-table-insert-row, org-table-insert-hline): Deal with
14937         invisible characters.
14939 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
14941         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14942         (vc-annotate-color-map): New 18 element constant
14943         value/saturation, rotating hue colormap, from red->blue.
14944         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14945         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14946         (vc-annotate): To avoid killing the required local variables,
14947         set them before the end of `with-output-to-temp-buffer', and
14948         after first switching to annotate-mode.
14949         (vc-annotate-warp-version): Add buffer argument in goto-line to
14950         ensure annotation, not source, is scrolled.
14952 2006-04-10  Bill Wohler  <wohler@newt.com>
14954         * custom.el (defcustom, custom-handle-keyword):
14955         Add :package-version keyword.
14956         (custom-add-package-version): New function.  Sets value of new
14957         property 'custom-package-version from :package-version keyword.
14958         (defcustom): Create Common Keywords section in docstring.
14959         (defface, defgroup): Replace definitions of a select few keywords
14960         with a reference to the Common Keywords in defcustom.
14961         (defcustom, defface, defgroup): Replace reference to Customization
14962         chapter in manual with hyperlink.
14964         * cus-edit.el (customize-package-emacs-version-alist): New variable.
14965         (customize-changed-options): Add check for custom-package-version.
14966         (customize-package-emacs-version): New function to look up Emacs
14967         version corresponding to the given package version.
14969         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14970         defun name, in similar fashion to find-variable-regexp.
14972 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
14974         * international/mule-cmds.el (set-locale-environment): Fix last
14975         change for when the locale's preferences don't specify any encoding.
14977 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14979         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14980         so the defined var/fun doesn't need to be quoted.
14982 2006-04-10  Richard Stallman  <rms@gnu.org>
14984         * finder.el (finder-mode-map): Add n and p bindings.
14986 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
14988         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14989         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14990         (gdb-setup-windows): Put something in source window if we can't find
14991         the source file.
14992         (gdb-frame-handler): Make it work again with just assembly.
14993         (gdb-data-list-register-values-handler): Make it work when there is
14994         no stack.
14996 2006-04-09  Richard Stallman  <rms@gnu.org>
14998         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14999         specs while looking for charset.
15001         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
15003         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
15004         Make them faces.
15005         (lm-font-lock-keywords): Update appropriately.
15007 2006-04-10  Kim F. Storm  <storm@cua.dk>
15009         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
15010         it can also replace buffer-substring-no-properties.
15012         * emulation/cua-base.el (cua-delete-region, cua-paste)
15013         (cua-repeat-replace-region): Use filter-buffer-substring.
15015         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
15016         (cua-cut-region-to-global-mark): Likewise.
15018         * emulation/cua-rect.el (cua--extract-rectangle)
15019         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
15021 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15023         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
15024         entry-type.  Add field delimiters to numerical fields if they are
15025         not present.
15027 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15029         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
15030         string-const to return value.
15031         (bibtex-remove-delimiters): Use it.
15033 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15035         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
15036         cl-byte-compile-compiler-macro unless it exists.
15038 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
15040         * files.el (hack-local-variables-confirm) <offer-save>:
15041         Clarify message text.  Suggested by Ralf Angeli.
15043 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
15045         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
15046         (delete-extract-rectangle-line): Use `filter-buffer-substring'
15047         instead of `buffer-substring' and `delete-region'.  (Most of the
15048         code actually copied from `kill-region'.)
15050 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
15052         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
15053         (rcirc-default-port): Rename from rcirc-port.
15054         (rcirc-default-nick): Rename from rcirc-nick.
15055         (rcirc-default-user-name): Rename from rcirc-user-name.
15056         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
15057         (rcirc-low-priority-flag): New variable.
15058         (rcirc-decode-coding-system): New defcustom.
15059         (rcirc-encode-coding-system): New defcustom.
15060         (rcirc-coding-system-alist): New defcustom.
15061         (rcirc-multiline-major-mode): New defcustom.
15062         (rcirc-nick): New internal variable.
15063         (rcirc-process): Remove variable.
15064         (rcirc-server-buffer): New variable.
15065         (rcirc): Update to use rcirc-default-* variables above.
15066         (rcirc-connect): Do not add window-configuration-hook-here.
15067         (rcirc-server): New internal variable.
15068         (rcirc-connect): Do not send keepalive pings if
15069         rcirc-keepalive-seconds is nil.
15070         (with-rcirc-server-buffer): New macro.
15071         (rcirc-send-string): Encode with rcirc-encode-coding-system.
15072         (rcirc-server-name): Rename from rcirc-server.
15073         (rcirc-buffer-process): New function.
15074         (rcirc-buffer-nick): New function.
15075         (rcirc-buffer-target): Remove function.
15076         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
15077         New commands.
15078         (rcirc-mode-map): Change binding of C-c C-l to
15079         rcirc-toggle-low-priority.
15080         (rcirc-mode): Initialize coding system based on
15081         rcirc-coding-system-alist.  New change-major-mode-hook to part the
15082         channel on a mode change.  Make kill-buffer-hook buffer-local.
15083         (rcirc-change-major-mode-hook): New function.
15084         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
15085         (rcirc-last-post-time): New variable.
15086         (rcirc-process-message): Store the last time user posted a message
15087         to this target.
15088         (rcirc-multiline-minor-mode): New mode.
15089         (rcirc-multiline-minor-mode-map): New mode map.
15090         (rcirc-edit-multiline): Put multiline-edit buffer in
15091         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
15092         (rcirc-print): Ignore any line starting with an ignored nick.
15093         (rcirc-print): Decode using rcirc-decode-coding-system.
15094         (rcirc-track-minor-mode): Update global-mode-string when disabling
15095         this mode.
15096         (minor-mode-alist): Add LowPri indicator.
15097         (rcirc-toggle-low-priority): New function.
15098         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
15099         next lowpriority buffer with activity.
15100         (rcirc-record-activity): Sort buffers in rcirc-activity by the
15101         last time the user posted a message in to the target.
15102         (rcirc-update-activity-string): New formatting for low priority
15103         buffers.
15104         (rcirc-split-activity): New function.
15105         (rcirc-handler-PART, rcirc-handler-KICK)
15106         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
15107         (rcirc-nick-away-alist): New variable.
15108         (rcirc-handler-301): New handler.  Away messages are printed once
15109         per change.
15111 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
15113         * info.el (Info-follow-nearest-node): Doc fix.
15115         * international/mule-cmds.el (set-locale-environment): Make sure
15116         the coding-system preferred by the locale's language has the same
15117         EOL conversion type as the original buffer-file-coding-system.
15118         (locale-language-names): Add a few MS Windows language codes.
15120 2006-04-07  Richard Stallman  <rms@gnu.org>
15122         * simple.el (eval-expression): Doc fix.
15124         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
15125         (eval-defun): Doc fixes.
15127 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
15129         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
15131 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
15133         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
15134         GDB list command without argument for greater generality.
15136 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15138         * subr.el (string-or-null-p): New function.
15140         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
15142         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
15144         * files.el: Update comment about safe-local-variable declarations.
15146 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
15148         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
15149         See idlwave.org.
15151         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
15152         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
15154         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
15155         See idlwave.org.
15157         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
15158         version 6.0 (minimal changes).  See idlwave.org.
15160         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
15161         6.0 (minimal changes).  See idlwave.org.
15163         * progmodes/idlw-rinfo.el: File obsoleted and removed.
15165 2006-04-06  Romain Francoise  <romain@orebokech.com>
15167         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
15168         symmetric encryption features and a new asynchronous interface to
15169         GnuPG.  This new version is version 1.4, plus whitespace changes.
15171 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15173         * files.el: Move some `safe-local-variable' declarations to the
15174         respective files.
15176         * textmodes/ispell.el (ispell-check-comments)
15177         (ispell-local-dictionary): Mark as safe.
15179         * abbrev.el (abbrev-mode): Mark as safe.
15181         * add-log.el (change-log-default-name): Mark as safe.
15183         * textmodes/reftex-vars.el (reftex-vref-is-default)
15184         (reftex-fref-is-default, reftex-level-indent)
15185         (reftex-guess-label-type): Mark as safe.
15187         * textmodes/fill.el (colon-double-space): Mark as safe.
15189         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
15190         (sentence-end-double-space, sentence-end-without-period)
15191         (sentence-end-without-space, sentence-end, sentence-end-base)
15192         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
15194 2006-04-06  Kim F. Storm  <storm@cua.dk>
15196         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
15197         the :set-after list.
15198         (ido-downcase-unc-hosts): New user option.  Default on.
15199         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
15200         when it is set, as regexps are now applied on the fly.
15201         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
15202         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
15203         on the fly, but only when ido-process-ignore-lists is set.
15204         Do case insensitive filtering if ido-downcase-unc-hosts is set.
15205         Only downcase names if ido-downcase-unc-hosts is set.
15207 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
15209         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
15211         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
15213 2006-04-05  Kim F. Storm  <storm@cua.dk>
15215         * ido.el (ido-mode): Set after ido-unc-hosts and
15216         ido-ignore-unc-host-regexps.
15217         (ido-save-history): Save ido-unc-hosts-cache.
15218         (ido-load-history): Load ido-unc-hosts-cache.
15219         (ido-reread-directory): Refresh unc hosts cache in // dir.
15221         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
15222         to nil while displaying slash screen.
15224 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15226         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15227         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15229 2006-04-05  Kenichi Handa  <handa@m17n.org>
15231         * international/characters.el: Setup cases of Latin, Greek, and
15232         Cyrillic characters in CJK charsets.
15234 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15236         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15237         default-enable-multibyte-characters.  This reverts the change from
15238         revision 6.17 which is no longer necessary because the passphrase
15239         is sent separately now.  GnuPG messages are unreadable under
15240         multibyte locales with default-enable-multibyte-characters set to nil.
15242 2006-04-04  Andreas Schwab  <schwab@suse.de>
15244         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
15245         and `byte-compile-warnings' as `safe-local-variable'.
15247 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
15249         * man.el (Man-mode-map): Restore the \r binding.
15250         (Man-abstract-xref-man-page): If Man-target-string is a function,
15251         call it.
15252         (Man-highlight-references): Use Man-default-man-entry to get the
15253         target.  Deal with xrefs too.
15254         (Man-highlight-references0): Don't call the target function.
15256         * woman.el (WoMan-xref-man-page): Strip the section number, woman
15257         cannot deal with it.
15259 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15261         * pgg-gpg.el: Clean up process buffers every time gpg processes
15262         complete.
15264 2006-04-04  Kenichi Handa  <handa@m17n.org>
15266         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
15267         here.
15268         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
15269         Temporarily bind inhibit-field-text-motion to t.
15271 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15273         * startup.el (normal-splash-screen): Only set mode-line-format in the
15274         splash buffer, so as not to interfere when debugging the code.
15275         Ignore errors when switching buffer.
15277 2006-04-03  Romain Francoise  <romain@orebokech.com>
15279         * dired.el (dired-dnd-protocol-alist): Fix typo.
15281 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15283         * savehist.el (savehist): Add :version.
15284         (savehist-ignored-variables): New variable.
15285         (savehist-minibuffer-hook): Don't save variables listed in
15286         `savehist-ignored-variables'.
15288         * dired.el (dired-dnd-protocol-alist): Mention that change does
15289         only apply to new buffers in doc string.
15291 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
15293         * recentf.el (recentf-open-files-item): Include newline in button
15294         field, so opening a file will work, when the point is at the end
15295         of the file name.  Allow, for example, to [i]search a file by
15296         extension and just push RET to open it.
15298 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15300         * pgg-gpg.el (pgg-gpg-process-filter)
15301         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15303         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15304         lines, temporary fix.
15306 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15308         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
15310 2006-04-02  Richard Stallman  <rms@gnu.org>
15312         * progmodes/compile.el (compilation-message-face): Make it defcustom.
15314 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15316         * ibuf-macs.el (define-ibuffer-column): Add a new key:
15317         header-mouse-map.
15319         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
15320         (ibuffer-mode-header-map): New keymaps.
15321         (ibuffer-update-title-and-summary): Enable mouse face highlighting
15322         and keybindings for column headers.
15323         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
15324         property.
15326 2006-04-02  Drew Adams  <drew.adams@oracle.com>
15328         * speedbar.el (speedbar-after-create-hook): Doc fix.
15330 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
15332         * shell.el (shell-directory-tracker)
15333         (shell-dynamic-complete-command): Doc fixes.
15335 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
15337         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
15338         terminals.
15340 2006-04-01  Kim F. Storm  <storm@cua.dk>
15342         * ido.el (ido-unc-hosts-cache): New defvar.
15343         (ido-unc-hosts): If value of defcustom is a function, call it to
15344         get list of UNC hosts.  Add function-item choices to specify
15345         ido-unc-hosts-net-view or user function.
15346         (ido-ignore-unc-host-regexps): New defcustom.
15347         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
15348         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
15349         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
15351 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15353         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
15354         wwidth.
15356 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
15358         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
15359         (ido-max-work-file-list, ido-switch-buffer)
15360         (ido-read-file-name-as-directory-commands):
15361         Fix typos in docstrings.
15363 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15365         * term/mac-win.el (mac-system-coding-system): Define and use after
15366         Mac-specific coding systems are ready.
15368 2006-03-27  Romain Francoise  <romain@orebokech.com>
15370         * net/rcirc.el (rcirc-connect): Add autoload cookie.
15372         * ldefs-boot.el: Update.
15374 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15376         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15377         passphrases when it is not needed.
15378         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15379         passphrase stuff from gpg, should only be necessary when you use
15380         gpg with a smartcard.
15382 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
15384         * comint.el (comint-dynamic-list-completions): Allow user to
15385         select *Completions* buffer.
15387 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
15389         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
15391 2006-03-26  Andreas Schwab  <schwab@suse.de>
15393         * progmodes/gud.el (gdb): Only complain about multiple debugging
15394         when the gdb process is still running.
15396 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
15398         * mail/rmail.el (tool-bar-map): Defvar it.
15399         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
15400         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
15402 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
15404         * help.el (print-help-return-message): Suggest to use
15405         display-buffer instead of switch-to-buffer-other-window to restore
15406         the previous window without selecting it.
15408 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15410         * frame.el (select-frame-by-name): Call x-focus-frame also when
15411         window-system is mac.
15413         * term/mac-win.el: Adjust Courier font specifications in
15414         x-fixed-font-alist.
15415         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
15416         when directly encoding to UTF-16 in native byte order, no BOM.
15418 2006-03-25  Kim F. Storm  <storm@cua.dk>
15420         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
15421         (cua--init-keymaps): Use it instead of fixed C-return.
15422         (cua-mode): Set after it.
15424         * emulation/cua-rect.el (cua--init-rectangles):
15425         Use cua-rectangle-mark-key instead of fixed C-return.
15427 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
15429         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
15430         "run" in .gdbinit.
15431         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
15433 2006-03-24  Romain Francoise  <romain@orebokech.com>
15435         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
15436         `display-buffer-other-frame'.
15438 2006-03-24  Kim F. Storm  <storm@cua.dk>
15440         * apropos.el (apropos-synonyms): Add selection => region.
15442 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
15444         * progmodes/gdb-ui.el (gdb-var-create-regexp)
15445         (gdb-var-list-children-regexp, gdb-var-update-regexp)
15446         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
15447         (gdb-data-list-register-values-regexp)
15448         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
15449         Future proof against new fields being added to MI output.
15450         (gdb-send): Don't treat backslashes for program input as
15451         continuations.
15452         (gdb-assembler-handler): Don't use window-start for this handler.
15453         (gdb-frame-handler): Don't change to hollow arrow if overlay
15454         arrow doesn't move to new frame.
15456 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
15458         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
15459         prevent compiler warnings.
15460         (gdb-stopped): Check for gud-last-last-frame (case: signal).
15461         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
15462         (gdb-assembler-custom): Use hollow-right-triangle for assembler
15463         buffer too.
15465 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
15467         * pgg-gpg.el (pgg-gpg-update-agent): Check for
15468         make-network-process, so we can use the same code in Gnus v5-10
15469         too and have this file fully synchronized with that release.
15471 2006-03-23  Romain Francoise  <romain@orebokech.com>
15473         * ibuf-ext.el (ibuffer-read-filter-group-name):
15474         Use `ibuffer-generate-filter-groups' to make completion list match
15475         the filter groups that are really displayed in the Ibuffer buffer.
15476         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
15478 2006-03-23  Kenichi Handa  <handa@m17n.org>
15480         * international/mule-cmds.el (sort-coding-systems): Describe that
15481         the argument is modified in docstring.
15483 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15485         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15486         (pgg-gpg-update-agent): New function.
15487         (pgg-gpg-use-agent-p): New function.
15488         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15489         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15490         (pgg-gpg-sign-region): Use it.
15492 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
15494         * cus-edit.el (custom-face-set): Call custom-push-theme before
15495         face-spec set so that `changed' theme is correctly saved.
15496         (custom-face-reset-standard): Reset to recalculated face rather
15497         than defface spec.
15499         * custom.el (custom-push-theme): Only save `changed' theme if the
15500         current face does not match the defface specs.
15502 2006-03-21  Simon Josefsson  <jas@extundo.com>
15504         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15505         <wilde@sha-bang.de>.
15506         (pgg-gpg-use-agent): New variable.
15507         (pgg-gpg-process-region): Use it.
15508         (pgg-gpg-encrypt-region): Likewise.
15509         (pgg-gpg-encrypt-symmetric-region): Likewise.
15510         (pgg-gpg-decrypt-region): Likewise.
15511         (pgg-gpg-sign-region): Likewise.
15512         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15514 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
15516         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15517         bracket links.
15519 2006-03-21  Kim F. Storm  <storm@cua.dk>
15521         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15522         fringe-indicator-alist instead of modifying global value.
15523         (gdb-frame-handler): Likewise.
15525 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
15527         * diff-mode.el (diff-function): Make it inherit from diff-header
15528         instead of diff-context.
15530         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15531         bitmap.
15532         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15533         change names in macro above for consistency.
15534         (gdb-frame-handler): Use hollow-right-triangle for all selected
15535         frames which except the innermost (where execution has stopped).
15536         (gdb-reset): Reset buffer-local values of overlay-arrow.
15538 2006-03-20  Richard Stallman  <rms@gnu.org>
15540         * simple.el (set-mark-command): Doc fix.
15542         * files.el (display-buffer-other-frame): New command.
15543         (ctl-x-4-map): Bind C-x 5 C-o to it.
15545 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15547         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15548         rather than just defer-time, in case defer-time has been changed but
15549         the timer isn't running yet.
15550         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15552 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
15554         * help-mode.el (help-follow-symbol): New function.
15555         Essentially identical to the old `help-follow', but do not let
15556         `push-button' do the work when on an xref.
15557         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15559 2006-03-19  Richard Stallman  <rms@gnu.org>
15561         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15562         preceded by the word `program'.
15563         (help-follow-mouse, help-follow): Throw error if not on xref.
15564         Delete no longer used args.
15566 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
15568         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15569         annotation ensure gud-overlay-arrow-position is redisplayed.
15571 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15573         * textmodes/bibtex.el (bibtex-include-OPTkey)
15574         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15575         (bibtex-autokey-name-case-convert)
15576         (bibtex-autokey-titleword-case-convert): Make these the aliases
15577         for the following two variables.
15578         (bibtex-autokey-name-case-convert-function)
15579         (bibtex-autokey-titleword-case-convert-function): Make these the
15580         real names.
15581         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15582         bibtex-font-lock-crossref sublists.
15583         (bibtex-mode): Revert 2005-12-30 change (which made
15584         completion-ignore-case buffer-local).
15585         (bibtex-url): Simplify.
15587 2006-03-19  Kim F. Storm  <storm@cua.dk>
15589         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15590         cursor property value to 2 (to align with C level change).
15592 2006-03-19  Bill Wohler  <wohler@newt.com>
15594         * image.el (image-load-path-for-library): Shorten first line in
15595         docstring.
15597 2006-03-18  Richard Stallman  <rms@gnu.org>
15599         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15601 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
15603         * isearch.el (isearch-other-meta-char): Handle user bindings for
15604         shifted control characters.
15606 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
15608         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15609         part that matches email addresses, file names, etc.
15611 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
15613         * term/w32-win.el (mouse-set-font):
15614         Mention w32-list-proportional-fonts in the doc string.
15616 2006-03-18  Kim F. Storm  <storm@cua.dk>
15618         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15619         (ido-unc-hosts): New user option to explicitly define list of know
15620         UNC-style hosts for completion.
15621         (ido-cache-unc-host-shares-time): New user option.
15622         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15623         New helper functions for UNC file-name support.
15624         (ido-may-cache-directory): Check for UNC host.  Simplify.
15625         (ido-wash-history): Clean out old UNC hosts.
15626         (ido-nonreadable-directory-p): UNC hosts are always readable.
15627         (ido-directory-too-big-p): UNC hosts are never too big.
15628         (ido-set-current-directory): Handle UNC root path.
15629         (ido-file-name-all-completions): Complete UNC host names from
15630         ido-unc-hosts list.  Cache UNC host shares.
15631         (ido-make-file-list-1): Don't filter UNC root.
15632         (ido-exhibit): Check for // in root directory, and switch to UNC
15633         mode by setting ido-current-directory to //.
15635 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
15637         * cus-edit.el (customize-changed-options): Mention explicit
15638         version number as default in prompt.
15640 2006-03-17  Bill Wohler  <wohler@newt.com>
15642         * image.el (image-load-path-for-library): Minor docstring fix.
15644 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
15646         * textmodes/org.el (org-read-date): Include subgroup 5 into
15647         replacement text.
15648         (org-popup-calendar-for-date-prompt): Fix customization type.
15650 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
15652         * progmodes/gdb-ui.el (gud-watch): Provide completion.
15653         (gdb-continuation): New variable.
15654         (gdb-send): Deal with continuation lines.
15656         * progmodes/gud.el (gud-gdb-complete-command)
15657         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15658         expressions.
15659         (gud-tooltip-mode): Use buffer-local value.
15661 2006-03-16  Kim F. Storm  <storm@cua.dk>
15663         * ido.el (ido-edit-input): Use selected match, if any.
15665 2006-03-16  Bill Wohler  <wohler@newt.com>
15667         * image.el (image-load-path-for-library): Prefer user's images in
15668         image-load-path.
15670 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
15672         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15673         when checking for attempt to drag leftmost or rightmost scrollbar.
15675 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
15677         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15678         (gdb-force-mode-line-update): New function.
15679         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15680         (gdb-exited): Use them.
15681         (gdb-signal): New function.
15682         (gdb-annotation-rules): Provide a rule for it.
15684 2006-03-16  Kenichi Handa  <handa@m17n.org>
15686         * international/mule.el (auto-coding-regexp-alist): Add entries
15687         for Unicode BOM.
15689         * sort.el (sort-build-lists): Temporarily bind
15690         inhibit-field-text-motion to t.
15692 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
15694         * locate.el (locate-command, locate-make-command-line)
15695         (locate-fcodes-file, locate-update-command)
15696         (locate-prompt-for-command, locate, locate-with-filter)
15697         (locate-get-file-positions): Doc fixes.
15698         (locate-buffer-name, locate-header-face): Remove leading `*' in
15699         defcustom.
15700         (locate-filter-output): Use `keep-lines' instead of its alias
15701         `delete-non-matching-lines'.
15702         (locate-get-filename, locate-get-dirname): Add introductory comment.
15703         (locate-find-directory-other-window): Give appropriate error
15704         message if used outside main listing.
15706 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15708         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15709         the new extend-region feature.
15710         (font-lock-after-change-function): Update correspondingly.
15711         * jit-lock.el (jit-lock-after-change): Update correspondingly.
15712         * progmodes/grep.el (font-lock-lines-before): Don't disable.
15714 2006-03-15  Bill Wohler  <wohler@newt.com>
15716         * image.el (image-load-path-for-library): Fix example by not
15717         recommending that one binds image-load-path.  Just defvar it to
15718         placate compiler and only use it if previously defined.
15720 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
15722         * textmodes/org.el (org-insert-centered): Use `string-width' to
15723         make underlining work for wide characters.
15724         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15725         TAB to `org-cycle', to make sure that no binding in
15726         `outline-mode-map' can supercede it.
15728 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
15730         * allout.el: Increment version to 2.2.1 in file commentary.
15732         (allout-version): Increment to 2.2.1.
15734         (allout-default-layout): New customization variable, used when the
15735         file lacks a specific allout-layout.  Uses allout-layout-type for
15736         recursively nested definition.
15738         (allout-layout-type): Widget defining allout layouts, necessary for
15739         self-recursive definition.
15741         (allout-mode): Incorporate allout-default-layout as fallback for
15742         allout-layout.
15744         (allout-layout): Mark as 'safe-local-variable', and refer mention
15745         fallback to `allout-default-layout' in absence of a specified value.
15746         (allout-passphrase-verifier-string)
15747         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15749         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15751         (allout-get-encryption-passphrase-verifier): Use correct name of
15752         passphrase verifier in docstring.
15754 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
15756         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15757         elements.
15758         (gdb-find-watch-expression): Make it work for arrays too.
15759         Follow change to gdb-var-list.
15760         (gud-watch): Allow the user to enter variable name with a prexix
15761         arg.  Create keybindings.
15762         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15763         (gdb-var-list-children-handler, gdb-var-update-handler)
15764         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15765         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15766         Follow change to gdb-var-list.
15767         (gdb-starting): Don't show the overlay arrows when program is running.
15769         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15770         gdb-var-list.
15772 2006-03-14  Bill Wohler  <wohler@newt.com>
15774         * image.el (image-load-path-for-library): Pass value of path
15775         rather than symbol.  Always return list of directories.
15776         Guarantee that image directory comes first.
15778 2006-03-14  Alan Mackenzie  <acm@muc.de>
15780         * font-core.el (font-lock-extend-region\(-function\)?.):
15781         New function/variable.
15783         * font-lock.el (font-lock-after-change-function):
15784         Call font-lock-extend-region.  Obey font-lock-lines-before.
15785         (font-lock-default-fontify-region): Remove reference to
15786         font-lock-lines-before.
15788         * jit-lock.el (jit-lock-after-change):
15789         Call font-lock-extend-region.  Obey font-lock-lines-before.
15791 2006-03-14  David Ponce  <david@dponce.com>
15793         * tree-widget.el (tree-widget-themes-load-path)
15794         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15796 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
15798         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15799         (rcirc-print): Mark the start of text at the end of the prompt.
15800         (rcirc-track-minor-mode): Add autoload cookie.
15801         (rcirc-update-activity-string): Add space to front of mode-line
15802         indicator.
15804 2006-03-13  Miles Bader  <miles@gnu.org>
15806         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15807         (rcirc-abbrev-nick): Remove function.
15808         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15810 2006-03-13  David Ponce  <david@dponce.com>
15812         * tree-widget.el: Handle themes across all occurrences of the main
15813         themes sub-directory found in tree-widget-themes-load-path.
15814         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15815         (tree-widget--locate-sub-directory): Return all occurrences.
15816         (tree-widget-themes-path): New function.
15817         Replace tree-widget-themes-directory, and return a list of directories.
15818         (tree-widget-set-parent-theme)
15819         (tree-widget-lookup-image): Use it.
15821 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
15823         * textmodes/org.el (org-link-search): Avoid self-matching of
15824         links, allow target text to be distributed over several lines.
15825         (org-search-not-link): New function.
15826         (org-set-regexps-and-options, org-get-current-options):
15827         New startup options.
15828         (org-export-as-html): Take odd-level setting from local variable.
15829         (org-fontify-emphasized-text): New option.
15830         (org-set-font-lock-defaults): Include emphasized text.
15831         (org-follow-mhe-link): Allow folder-only links, fix folder name.
15832         (org-font-lock): Customize group renamed from `org-faces'.
15834 2006-03-13  John Paul Wallington  <jpw@pobox.com>
15836         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15837         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
15839 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
15841         * cus-start.el (all): Delete :version keyword for members of the
15842         fringe group, since the entire group is new in 22.1.
15844 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
15846         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15847         map if value is hexadecimal (an address).
15848         (gud-watch): Only search roots for existing watch expressions.
15849         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15850         prevent caching problems with speedbar-update-directory-contents.
15852 2006-03-12  Juri Linkov  <juri@jurta.org>
15854         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15855         before comparing with `low' and `warn'.
15857         * info.el (Info-dir-remove-duplicates): Move point to the
15858         beginning of the current line after deleting the entries from
15859         redundant heading.  Use marker for `limit' and compare it with
15860         point before calling `re-search-forward'.
15862 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
15864         * simple.el (yank): Fix typo in docstring.
15866 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
15868         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15869         messages, where "D" is the 6th character.
15871 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
15873         * simple.el (yank): Fix last change.
15875 2006-03-11  David Ponce  <david@dponce.com>
15877         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15878         before merging elements from the standard ispell-dictionary-alist.
15879         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15880         alist, and return the new alist.
15882 2006-03-11  Richard Stallman  <rms@gnu.org>
15884         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15886         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15887         the way it is implemented is too unclean.
15889         * simple.el (kill-region, yank): Doc fix.
15891         * battery.el (battery-echo-area-format): Doc fix.
15892         (battery-mode-line-format): Likewise.
15893         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15894         (battery-linux-proc-acpi): Ignore batteries that say "charged".
15896 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
15898         * progmodes/octave-mod.el (octave-indent-for-comment):
15899         Behave according to do string.
15901 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
15903         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15904         Be visible only if major mode is Mail Mode.
15906         * textmodes/flyspell.el (flyspell-external-point-words)
15907         (flyspell-process-localwords): Fix last changes.
15909 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
15911         * calendar/holidays.el (list-holidays): Doc fix.
15913         * international/mule.el (auto-coding-alist): Add .odt
15914         (OpenOffice's open document) files.
15916         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15917         document) files.  Mention in the doc string the need to sync with
15918         auto-coding-alist.
15920 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
15922         * files.el (hack-local-variables-confirm): Don't prompt for ! if
15923         enable-local-variables is set to always query, or there is no
15924         savable variable.
15926 2006-03-10  Bill Wohler  <wohler@newt.com>
15928         * image.el (image-load-path-for-library): Merge at least three
15929         functions from Gnus and MH-E into this one function that can now
15930         be shared.
15932 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
15934         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15935         gdb-remove-mouse-face and remove help-echo too.
15936         (gdb-enqueue-input): Correct conditional clause.
15938 2006-03-10  Glenn Morris  <rgm@gnu.org>
15940         * calendar/calendar.el (calendar-holidays): Doc fix.
15941         * calendar/holidays.el (list-holidays): Doc fix.
15943 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
15945         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15946         it gets called in gdb-prompt anyway.
15947         (gdb-use-separate-io-buffer): Only restore window arrangement for
15948         gdb-many-windows.
15949         (gdb-enqueue-input): Make it harder to send GDB input when program
15950         is running.
15951         (gdb-buffer-list): New variable.
15952         (gdb-remove-mouse-face): New function.
15953         (gdb-starting): Use it when GDB input won't get sent.
15955 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
15957         * help.el (view-lossage): Remove trailing whitespace before
15958         inserting "\n".
15960 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
15962         * files.el (hack-local-variables-confirm):
15963         Set coding-system-for-read to nil before writing to .emacs.
15965         * arc-mode.el (archive-extract): Check if an existing buffer name
15966         comes from a different archive.
15968         * help.el (describe-key-briefly): If KEY is a down event, read and
15969         discard the up event.
15971 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
15973         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15974         be edited and use font-lock-warning-face for any changes.
15976         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15977         (gdb-edit-value): Use it to report any errors.
15979 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
15981         * help.el (describe-key): Remove leftover test code.
15983 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
15985         * textmodes/org.el: Move defvars out of eval-when-compile.
15986         Use buffer-file-name variable.
15987         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15988         arg `file'.
15989         (org-level-faces): Remove startup dependency.
15990         (org-cycle, org-map-tree, org-scan-tags)
15991         (org-remember-handler): Don't call `outline-level' directly.
15992         (org-mhe-search-all-folders): New option.
15993         (org-mhe-get-message-folder-from-index)
15994         (org-mhe-get-message-folder): Fix indexing search.
15995         (org-format-agenda-item): Handle nil TAGS argument.
15996         (org-cleaned-string-for-export, org-activate-target-links)
15997         (org-make-target-link-regexp): Deal with empty radio target list.
15998         (org-tag): New face.
15999         (org-get-level-face): New function.
16000         (org-set-font-lock-defaults): Simplify setup for headlines.
16001         (org-complete): Pass common substring to `display-completion-list'.
16003 2006-03-06  David Ponce  <david@dponce.com>
16005         * tree-widget.el: Update Commentary header.
16006         (tree-widget-theme-name): Ignore parent themes.
16007         (tree-widget-set-parent-theme): New function.
16008         (tree-widget-set-theme): Use it.
16009         (tree-widget-set-image-properties): Move definition.  Does nothing
16010         if image properties have already been set.
16011         (tree-widget-image-properties): Move definition.  Receive an image
16012         name.  Set the :pointer property.
16013         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
16014         Don't set the :pointer image property.
16015         (tree-widget-convert-widget): New function.  Handle :dynargs
16016         compatibility here.
16017         (tree-widget): Use it to :convert-widget.  Add the :expander-p
16018         predicate to control when the :expander function is entered.
16019         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
16020         (tree-widget-value-create): Handle :expander-p.  widget-apply
16021         :expander.
16022         (tree-widget-expander-p): New function.  Default value of the
16023         :expander-p property.
16025 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
16027         * help.el (describe-key): Properly handle the return value of
16028         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
16029         remaps.  Handle string and vector `follow-link' values.
16031 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16033         * complete.el (PC-expand-many-files): Try be more careful when parsing
16034         the shell's output.
16036 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16038         * outline.el (hide-sublevels): Provide better interactive default.
16040 2006-03-06  Kenichi Handa  <handa@m17n.org>
16042         * international/fontset.el (create-fontset-from-fontset-spec):
16043         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
16045 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16047         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
16048         backslashes instead of one in regexp.
16049         (gud-tooltip-dereference): Add missing optional argument.
16051 2006-03-04  John Paul Wallington  <jpw@pobox.com>
16053         * wdired.el (toplevel): Require `cl' at compile-time.
16055 2006-03-04  Andreas Schwab  <schwab@suse.de>
16057         * server.el (server-process-filter): Handle errors during
16058         evaluation of the argument.
16060 2006-03-03  John Paul Wallington  <jpw@pobox.com>
16062         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
16063         escape parentheses at beginning of line.
16064         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
16065         (t-mouse-mode): Remove period from end of error message.
16067 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
16069         * textmodes/flyspell.el (flyspell-process-localwords):
16070         Be case-sensitive.
16072 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
16074         * cus-edit.el (custom-quote): Remove function, since it has been
16075         moved to custom.el.
16077         * font-lock.el (lisp-font-lock-keywords-2)
16078         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
16079         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
16080         they have no special meaning.
16082         * midnight.el (clean-buffer-list): Handle case where base-buffer of
16083         indirect buffer gets killed before indirect buffer.  Use dolist.
16085 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
16087         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
16088         value instead of a literal constant (1) on more pauses.
16090 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
16092         * textmodes/flyspell.el (flyspell-external-point-words):
16093         Be case-sensitive.
16095 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
16097         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
16098         with "www".
16100 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
16102         * allout.el: Restablish intermediate missing comment header to
16103         preserve outline structure.
16104         (allout-beginning-of-current-entry): Skip invisible text.
16105         (allout-open-topic): Fix opening a topic at end-of-buffer.
16106         (allout-minor-mode): Move nearer to allout-mode function.
16108 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
16110         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
16112 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
16114         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
16115         is nil.
16117         * progmodes/gud.el (gud-speedbar-menu-items):
16118         Use buffer-local-value and add missing :visible keyword.
16120         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
16122 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
16124         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
16125         must be `follow-link'.
16127         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
16129         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
16130         formatting: No nested anchors.
16131         (org-all-targets): Fix bug with XEmacs compatibility.
16132         (org-read-date): Add (require 'parse-time).
16133         (org-set-tags): Fix bug with extra inserted space.
16134         (org-export-html-style): Define a style class for targets.
16135         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
16136         (org-hide-leading-stars): New option.
16137         (org-hide): New face.
16138         (org-set-font-lock-defaults): Allow to hide leading stars.
16139         (org-get-legal-level, org-tr-level): New functions.
16140         (org-odd-levels-only): New option.
16141         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
16142         (org-demote, org-promote): Deal with double-star levels.
16143         (org-convert-to-odd-levels): New command.
16145 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
16147         * speedbar.el (speedbar-update-localized-contents): Try to
16148         preserve window-start.
16149         (speedbar-update-directory-contents): Try to preserve window-start
16150         and window-point.
16151         (speedbar-update-special-contents): Don't move back to start of window.
16153         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
16154         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
16155         speedbar-timer-fn.
16156         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
16157         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
16158         instead of gdb-speedbar-timer-fn.
16160 2006-02-28  Jay Belanger  <belanger@truman.edu>
16162         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
16163         (math-compose-expr): Use latex option when calling
16164         `math-compose-tex-matrix' for latex mode.
16166 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
16168         * speedbar.el: Re-instate comments about developing for speedbar
16169         [this is what info and gdb-ui use even if better methods exist now].
16171         * t-mouse.el: New file.
16172         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
16173         (t-mouse-lispy-buffer-posn-from-coords): Remove.
16174         (t-mouse-make-event-element): Use posn-at-x-y instead.
16175         (t-mouse-make-event): Deal with Fedora Core 3.
16176         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
16177         (t-mouse-mouse-position-function): New function.  Use it instead
16178         of advising mouse-position.
16179         (t-mouse-mode): New minor mode.
16180         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
16182 2006-02-27  Glenn Morris  <rgm@gnu.org>
16184         * calendar/calendar.el (calendar-holidays): Doc fix.
16186 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
16188         * progmodes/gdb-ui.el (gdb-source-window): New variable.
16189         Re-introduce the concept of a source window.
16190         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
16191         consistency with get-buffer-create.
16192         (def-gdb-auto-update-handler, gdb-info-locals-handler)
16193         (gdb-data-list-register-values-handler)
16194         (gdb-stack-list-locals-handler): Try to preserve window-start as
16195         well as window-point.
16196         (gdb-display-source-buffer): New function (old concept).
16197         (gdb-goto-breakpoint): Use it.
16199         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
16200         for gdb-ui/gdb-mi (old concept).
16202 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
16204         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
16205         binding.
16207         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
16209         * textmodes/reftex-sel.el (reftex-select-label-map)
16210         (reftex-select-bib-map): Add `follow-mouse' binding.
16212 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
16214         * jka-cmpr-hook.el (jka-compr-compression-info-list)
16215         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
16216         Give :set functions to provide automatic updating.
16217         Update docstring.  Give compiler defvars early in the file
16218         and move the defcustoms to a later spot where all called functions
16219         are defined.
16220         (jka-compr-file-name-handler-entry): Doc fix.
16221         (jka-compr-compression-info-list--internal)
16222         (jka-compr-mode-alist-additions--internal)
16223         (jka-compr-load-suffixes--internal): New variables.
16224         (jka-compr-install): Set the three above variables.
16225         Update `load-file-rep-suffixes' instead of `load-suffixes'.
16226         (jka-compr-update, jka-compr-set): New functions.
16227         (auto-compression-mode): Doc fix.
16229         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
16230         Update `load-file-rep-suffixes' instead of `load-suffixes'.
16231         Use jka-compr-compression-info-list--internal,
16232         jka-compr-mode-alist-additions--internal and
16233         jka-compr-load-suffixes--internal.
16235         * files.el (load-library):
16236         * loadhist.el (file-loadhist-lookup):
16237         * startup.el (command-line):
16238         * subr.el (locate-library):
16239         * emacs-lisp/autoload.el (update-directory-autoloads):
16240         * emacs-lisp/find-func.el (find-library-suffixes):
16241         Use `get-load-suffixes' instead of `load-suffixes'.
16243         * subr.el (locate-library):
16244         * emacs-lisp/find-func.el (find-library-name):
16245         Use `load-file-rep-suffixes' instead of '("").
16247 2006-02-26  Kim F. Storm  <storm@cua.dk>
16249         * ido.el (ido-save-history, ido-load-history): Simplify.
16250         Don't use find-file-noselect to avoid interference from other modes.
16252 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
16254         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
16255         to use the default shell if filename is not available.
16256         Reported by Giorgos Keramidas.
16258 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
16260         * progmodes/etags.el (tags-completion-table): Do completion from
16261         all the tables in the current list, as documented in the manual.
16263 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16265         * CC Mode Update to 5.31.3.
16267 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16269         * progmodes/cc-mode.el (c-postprocess-file-styles):
16270         Bind inhibit-read-only to t, around the call to
16271         c-remove-any-local-eval-or-mode-variables, so that it works on a
16272         RO file.
16274 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16276         * progmodes/cc-awk.el: Correct a typo.
16278 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16280         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
16281         c-hungry-delete-backwards, at the request of RMS.  Leave the old
16282         name as an alias.
16284 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16286         * progmodes/cc-mode.el: Correct a typo.
16288 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16290         * progmodes/cc-defs.el: Update the version number to 5.31.3.
16292 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16294         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
16295         brace-else-brace (error due to mbeg, mend being undefined).
16297 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16299         * progmodes/cc-mode.el: File Local variables: Solve the problem
16300         where both `mode' and c-file-offsets are specified: `mode' will
16301         overwrite c-f-o's settings:
16302         (c-remove-any-local-eval-or-mode-variables): New function.
16303         (c-postprocess-file-styles): Call the above new function, within
16304         c-tentative-buffer-change, to splat `mode' and `eval' before the
16305         second hack-local-variables.
16307 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16309         * progmodes/cc-mode.el:
16310         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
16311         (c-after-change): Protect the match data with save-match-data.
16312         It was getting corrupted by c-after-change-check-<>-operators.
16314         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
16315         (top level): Check for a buggy font-lock-compile-keywords ONLY in
16316         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
16318         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
16319         with save-match-data.  It was being corrupted when Font Lock was
16320         not enabled.
16322 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16324         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
16325         Mode and Subword Mode.
16327         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
16328         real labels ("case 1:" or "foo:") from non-labels ("public:").
16329         (c-forward-objc-directive): Replace c-forward-token-2 with crude
16330         coding; c-f-t-2 doesn't move over a token at EOB.
16332         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
16334         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
16335         (c-update-modeline): Concatenate the minor mode indicators
16336         directly onto mode-name, removing c-submode-indicators.
16337         Sometimes, c-s-i got separated from the mode name on the mode line.
16339         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
16340         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
16342 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16344         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
16345         error message when there's an evaluation error to show whether
16346         it's loaded from source or not.
16347         (c-filter-ops): Make it available at runtime too to work when
16348         `c-make-init-lang-vars-fun' needs to evaluate from source.
16350 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
16352         * help.el (help): Revert last part of 2006-02-23 change (deletion
16353         of the `provide' call).
16355 2006-02-23  Juri Linkov  <juri@jurta.org>
16357         * compare-w.el (compare-windows-highlight): Add new value
16358         `persistent' and change :type from `boolean' to `choice'.
16359         (compare-windows-overlays1, compare-windows-overlays2):
16360         New internal variables.
16361         (compare-windows-highlight): If compare-windows-highlight is
16362         `persistent', add current overlays to compare-windows-overlays[12]
16363         instead of adding compare-windows-dehighlight to pre-command-hook.
16364         (compare-windows-dehighlight): Delete all overlays from
16365         compare-windows-overlays[12].
16367         * info.el (Info-search): Don't bind search-spaces-regexp to
16368         Info-search-whitespace-regexp in non-regexp isearch mode.
16370 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16372         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
16374 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
16376         * textmodes/org.el (org-xemacs-p)
16377         (org-export-html-show-new-buffer, org-table-may-need-update)
16378         (org-insert-item, org-mhe-get-message-real-folder)
16379         (org-mhe-get-message-folder-from-index)
16380         (org-mhe-get-message-folder, org-mhe-get-message-num)
16381         (org-mhe-get-header, org-make-org-heading-search-string)
16382         (org-make-org-heading-camel, org-table-sort-lines)
16383         (org-format-org-table-html, org-format-table-table-html):
16384         Fix typos in docstrings.
16386 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
16388         * textmodes/org.el (org-cleaned-string-for-export)
16389         (org-solidify-link-text): New function.
16390         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
16391         XEmacs, just to silence the compiler.
16392         (org-export-as-ascii, org-export-as-html-and-open):
16393         Use `org-cleaned-string-for-export' and create internal links.
16394         (org-follow-mhe-link): Require mh-e, use folder.
16396 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
16398         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
16400         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
16401         gdb-debug-log-length.
16402         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
16403         it a real ring but...
16404         (gud-gdba-marker-filter): ...make it work like mark-ring.
16405         (gdb-enable-debug): Rename from gdb-enable-debug-log.
16406         (gdb-mouse-jump): New function.  Add bindings.
16408 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
16410         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
16411         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
16412         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
16413         (gdb-debug-log-length): Customize it's length.
16414         (gud-watch, gdb-var-create-handler): Display function::var format
16415         but don't use to create variable object.
16416         (gdb-var-create-handler): Use message-box in place of message.
16417         (gdb-stopped): Call gdb-exited if signalled.
16419 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
16421         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
16423         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
16425         * textmodes/reftex.el (reftex-locate-file): Search all extensions
16426         if `reftex-try-all-extensions' is set.
16428         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
16429         fail silently when there is no valid argument at point.
16430         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
16431         `fail-silently' argument.  From a patch by David Reiter.
16433         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
16434         New commands.
16435         (org-mark-ring): New variable.
16436         (org-mark-ring-length): New option.
16437         (org-open-at-point, org-goto, org-open-file): Push old position
16438         onto the mark ring.
16439         (org-add-hook): New function.
16440         (org-export-table-remove-special-lines): New option.
16441         (org-skip-comments, org-format-org-table-html): Respect new
16442         option `org-export-table-remove-special-lines'.
16443         (org-open-file): Allow special command configuration for
16444         directory link.
16445         (org-file-apps): Fix bugs in customize type, added setting
16446         for directories.
16447         (org-activate-tags, org-format-agenda-item, org-complete)
16448         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
16449         (org-get-tags, org-get-buffer-tags, org-open-at-point)
16450         (org-link-search, org-make-org-heading-search-string)
16451         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
16452         (org-radio-targets, org-file-link-context-use-camel-case)
16453         (org-activate-camels): New options.
16454         (org-update-radio-target-regexp, org-all-targets)
16455         (org-make-target-link-regexp, org-activate-target-links):
16456         New functions.
16457         (org-make-org-heading-search-string): New function.
16458         (org-store-link, org-insert-link): Use new option
16459         `org-file-link-context-use-camel-case'.
16460         (org-activate-camels): Use new option `org-activate-camels'.
16461         (org-link-regexp): Add mhe prefix.
16462         (org-open-at-point, org-store-link): Support for mhe links.
16463         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
16464         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
16465         (org-mhe-get-header, org-follow-mhe-link): New functions.
16466         (org-remove-angle-brackets, org-add-angle-brackets):
16467         New functions.
16468         (org-bracket-link-regexp): New constant.
16469         (org-read-date): Fix bug that was rejecting all typed dates.
16470         (org-link-search): Make hierarchy above visible after a match.
16471         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
16472         (org-store-link): Fix bug with link creation when cursor is in
16473         an empty line.
16474         (org-open-at-point): Fix bug with matching a link.
16475         Fixed buggy argument sequence in call to `org-view-tags'.
16476         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16477         (org-prefix-has-tag): New variable.
16478         (org-format-agenda-item): Remove tags from headline
16479         if appropriate.
16480         (org-agenda-remove-tags-when-in-prefix): New option.
16482 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
16484         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
16485         Fix the regular expressions.
16487 2006-02-21  Richard M. Stallman  <rms@gnu.org>
16489         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16490         if there's no other specific basis.
16492         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16493         as variables at all.
16494         (unsafep-variable): Rename arg; doc fix.
16496         * abbrevlist.el (list-one-abbrev-table): Add autoload.
16498         * calendar/appt.el (diary-selective-display): Add defvar.
16500         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16502         * isearch.el (search-whitespace-regexp): Fix custom type.
16504         * help.el (describe-key-briefly): Compute interactive args
16505         in same was as before previous change.
16507         * files.el (enable-local-variables): Doc fix.
16509 2006-02-21  Kim F. Storm  <storm@cua.dk>
16511         * fringe.el: Cleanup as file is now pre-loaded.
16512         (fringe-bitmaps): Initialize unconditionally.
16513         (fringe-mode, set-fringe-style): Remove autoload cookies.
16515 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
16517         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16518         `horizontal-bar'.
16519         (fringe-cursor-alist): Use `horizontal-bar'.
16521 2006-02-20  Kim F. Storm  <storm@cua.dk>
16523         * fringe.el (fringe-bitmaps): Update to new bitmap names.
16524         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16526         * loadup.el: Load "fringe" on window systems.
16528 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
16530         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16531         out of scope components.
16533         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16534         default.
16536 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
16538         * custom.el (customize-mark-to-save, customize-mark-as-set):
16539         Load the symbol first.
16541 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
16543         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16544         strech spec so it doesn't display as "^J" on the header line
16545         when `Buffer-menu-use-header-line' is t.
16547 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
16549         * speedbar.el (speedbar-make-button): Keep text properties
16550         of string arguments if desired.
16552         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16553         expessions.
16555         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16556         of speedbar.
16558 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
16560         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16561         to value of `read-file-name-completion-ignore-case'.
16563 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
16565         * custom.el (customize-mark-as-set): Push to `user' theme.
16567         * cus-edit.el (custom-save-variables): Allow unthemed values.
16568         (customize-set-variable): Push setting to `user' theme.
16570 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
16572         * progmodes/gud.el: Don't require font-lock as it's now
16573         automatically loaded.
16574         (gud-speedbar-buttons): Replace gdb-var-changed with
16575         gdb-force-update.
16577         * progmodes/gdb-ui.el (gdb-force-update): Rename from
16578         gdb-var-changed.
16579         (gdb-post-prompt): Use it.
16580         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16581         (gdb-var-update-handler, gdb-var-delete)
16582         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16583         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16584         gdb-force-update in gdb-post-prompt.
16585         (gdb-reset): Clear watch expressions from speedbar when quitting.
16587 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16589         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16590         (viper-change-state-to-vi, viper-change-state-to-emacs):
16591         Make aware of cursor coloring in the Emacs state.
16592         (viper-special-read-and-insert-char): Use read-char-exclusive.
16593         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16595         * emulation/viper-init.el (viper-emacs-state-cursor-color):
16596         New variable.
16598         * emulation/viper-util.el (viper-save-cursor-color)
16599         (viper-get-saved-cursor-color-in-replace-mode)
16600         (viper-get-saved-cursor-color-in-insert-mode)
16601         (viper-restore-cursor-color): Make aware of the cursor color
16602         in Emacs state.
16603         (viper-get-saved-cursor-color-in-emacs-mode): New function.
16605         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16606         (ediff-ignore-case-option3, ediff-actual-diff-options)
16607         (ediff-actual-diff3-options): New variables to control case sensitivity.
16608         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16609         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16610         (ediff-toggle-ignore-case): New function.
16611         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16613         * ediff-help.el (ediff-long-help-message-narrow2)
16614         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16615         (ediff-long-help-message-word-mode): Add ignore-case command.
16616         (ediff-help-for-quick-help): Add ignore-case command.
16618         * ediff-merg.el: Move provide to the end.
16620         * ediff-ptch.el: Move provide to the end.
16622         * ediff-wind.el: Move provide to the end.
16624         * ediff-mult.el: Move provide to the end.
16625         (ediff-set-meta-overlay): Enable follow-link.
16627         * ediff.el: Move provide to the end.
16628         Break recursive load cycle in eval-when-compile.
16629         (ediff-patch-buffer): Better heuristics.
16631         * ediff-util.el: Move provide to the end.
16632         Break recursive load cycle in eval-when-compile.
16633         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
16634         defuns.
16635         (ediff-submit-report): Pass the values of ediff-diff3-program,
16636         ediff-diff3-options.
16638 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
16640         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16641         the opening bracket of the following bracketing pairs: {}, [], (), <>,
16642         `' (for example, in the docstring of `windmove-default-keybindings').
16644 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
16646         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16647         shadow face.  Don't provide binding to edit variable when it is
16648         out of scope.
16650         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16651         (gdb-var-update-handler): Detect out of scope variables with pre
16652         GDB 6.4 too.
16653         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16654         Reset status of variable objects to nil in update handlers.
16655         (gdb-var-update-handler-1): Detect when a variable object comes
16656         in scope.  setcar on var changes gdb-var-list directly.
16658 2006-02-17  Juri Linkov  <juri@jurta.org>
16660         * ffap.el (ffap) <defface>: Add explicit face declaration.
16661         (ffap-highlight): Use face `ffap' directly instead of checking
16662         for its existence.
16664         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16665         `visible-ok' of `other-buffer' to find the right original buffer.
16667         * info.el (Info-search): Skip `Local Variables' node.
16669 2006-02-17  Juri Linkov  <juri@jurta.org>
16671         * info.el (Info-find-file): Check for symbols `apropos', `history',
16672         `toc' in the input filename, and return these symbols as is.
16673         (Info-find-node-2): Set Info-current-file to symbols `apropos',
16674         `history', `toc' instead of strings.
16675         (Info-set-mode-line): For non-string Info-current-file use the
16676         symbol's name inside **.
16677         (Info-isearch-push-state): Add quote before Info-current-file and
16678         Info-current-node.
16679         (Info-isearch-pop-state): Use `equal' instead of `string='.
16680         (Info-extract-pointer, Info-following-node-name): Use
16681         `match-string-no-properties' instead of `match-string'.
16682         (Info-up): Check `old-file' for `stringp'.
16683         (Info-history): Use `equal' instead of `string-equal'.
16684         Check `file' for `stringp'.
16685         (Info-history): Use symbol `history' instead of string as first arg
16686         of `Info-find-node'.
16687         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
16688         `toc' instead of string.
16689         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16690         instead of `buffer-substring', and `match-string-no-properties'
16691         instead of `match-string'.
16692         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16693         instead of strings.
16694         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16695         Use symbol `apropos' instead of string.
16696         (Info-copy-current-node-name): Check `Info-current-file' for
16697         `stringp' and construct a command with `Info-find-node' from it.
16698         (Info-fontify-node): Use `match-string-no-properties' instead of
16699         `match-string' and check file names for `stringp'.
16700         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16701         `history', `toc' instead of strings.
16703 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
16705         * files.el: Rearrange functions and variables in the file local
16706         variables section.
16708 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
16710         * files.el: Add truncate-lines, ispell-check-comments and
16711         ispell-local-dictionary as safe local variables.
16713 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
16715         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16716         out of scope variables.
16717         (gud-speedbar-buttons): Use unless.
16719         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16720         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16721         (gdb-show-changed-values): Also use for out of scope variables.
16722         (gdb-var-update-handler-1): Note if variable goes out of scope.
16724 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
16726         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16727         default to global variable values for unsupplied args.
16728         (rcirc-get-buffer-create): Fix bug with setting the target.
16729         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16730         test for rcirc-always-use-server-buffer-flag here.
16731         (rcirc-response-formats): Add %N, which is a facified nick.  %n
16732         uses the default face.  Change the ACTION format string.  If the
16733         "nick" is the server, don't print anything for that field.
16734         Comment fixes.
16735         (rcirc-target-buffer): Don't test
16736         rcirc-always-use-server-buffer-flag here.
16737         (rcirc-print): Squeeze extra spaces out of the text before message.
16738         (rcirc-put-nick-channel): Strip potential "@" char from nick
16739         before adding them to nick table.
16740         (rcirc-url-regexp): Improve to match address like "foo.com".
16742 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
16744         * allout.el (allout-hidden-p): Move this defsubst before
16745         allout-overlay-interior-modification-handler, where it is first
16746         used.
16748 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
16750         * allout.el: Use allout invisible-text overlays instead of
16751         selective display for concealed text.  Also, lots of general
16752         cleanup, and improved compatibility code.
16754         (allout-version): Incremented, corrected, revised, and refined
16755         module commentary.
16757         (provide 'allout): Moved to the bottom, added a require of overlay.
16759         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16760         `except-current'.
16761         (allout-write-file-hook-handler): Minimize delay.
16762         (count-trailing-whitespace-region): New function so
16763         auto-encryption of current topic can resituate cursor exactly.
16764         PGP/GPG encryption trims trailing whitespace from lines, which
16765         must be accounted for across encryption then decryption.
16767         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16768         just plain "\C-c", to avoid intruding on user's keybinding space.
16770         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16771         parameter, so user request to provide a new password is done.
16773         (allout-outside-normal-auto-fill-function, allout-auto-fill):
16774         Refined mechanism for auto-filling behavior while in allout mode.
16776         (allout-mode): Explicitly specify the mode map in the docstring.
16777         Clarify provision for various write-file hook var names.
16778         Adjusted for invisible-text overlays instead of selective-display.
16780         (allout-depth): Really return 0 if not within any topic.  This
16781         rectifies `allout-beginning-of-level' and sequence numbering
16782         errors that occur when cutting and pasting numbered topics.
16783         Changed from a in-line subst to a regular function, as well.
16785         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16787         (allout-end-of-subtree, allout-end-of-subtree)
16788         (allout-end-of-entry, allout-end-of-current-heading)
16789         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16790         (allout-show-children, allout-show-to-offshoot)
16791         (allout-hide-current-entry, allout-show-current-entry): Rectified
16792         handling of trailing blank lines between items.
16794         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16795         (allout-current-depth, allout-unprotected, allout-hidden-p)
16796         (allout-on-current-heading-p, allout-listify-exposed)
16797         (allout-chart-subtree, allout-goto-prefix)
16798         (allout-back-to-current-heading, allout-get-body-text)
16799         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16800         (allout-hide-region-body, allout-toggle-subtree-encryption)
16801         (allout-encrypt-string, allout-encrypted-key-info)
16802         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16803         (allout-file-vars-section-data): Adjusted for use with
16804         invisible-text overlays instead of selective-display.
16806         (allout-kill-line, allout-kill-topic, allout-yank-processing):
16807         Reworked for use with invisible text overlays.
16809         (allout-current-topic-collapsed-p): New function.
16811         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16812         to know when to close the containing topic.
16814         (allout-pre-command-business, allout-post-command-business):
16815         Simplify undo-batching and dynamic isearch exposure.
16817         (allout-set-overlay-category): New for invisible-text overlays.
16818         Sets properties of allout-overlay-category, used by
16819         allout-flag-region to set invisible-text overlay properties.
16820         (allout-get-invisibility-overlay): Get the first qualifying
16821         invisibility overlay, so we can find the extent of it.
16822         (allout-back-to-visible-text): Get to just before the beginnining
16823         of the current invisibility overlay, if any.
16825         (allout-overlay-insert-in-front-handler)
16826         (allout-overlay-interior-modification-handler)
16827         (allout-before-change-handler, allout-isearch-end-handler): New
16828         functions to handle extraordinary actions affecting concealed
16829         text.
16831         (allout-flag-region): Use overlays instead of selective-display
16832         for invisible text - by inheritence from the properties of
16833         allout-overlay-category in mainline Emacs, and applied
16834         property-by-property in XEmacs, some recent versions of which
16835         don't inherit the properties from the category.  Provisions to
16836         respond to concealed-text edits simplified drastically.
16838         (allout-isearch-rectification, allout-isearch-was-font-lock)
16839         (allout-isearch-expose, allout-enwrap-isearch)
16840         (allout-isearch-abort, allout-pre-was-isearching)
16841         (allout-isearch-prior-pos, allout-isearch-did-quit)
16842         (allout-isearch-dynamic-expose)
16843         (allout-hide-current-entry-completely): Functions deleted.
16845         (allout-undo-aggregation): Explicit undo aggregation no longer
16846         necessary due to transition away from selective-display.
16848         (set-allout-regexp, allout-up-current-level)
16849         (allout-next-visible-heading, allout-forward-current-level)
16850         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16851         (allout-kill-line, allout-yank-processing, allout-show-children)
16852         (allout-expose-topic, allout-old-expose-topic)
16853         (allout-listify-exposed, allout-insert-latex-header)
16854         (allout-toggle-subtree-encryption, allout-encrypt-string)
16855         (remove-from-invisibility-spec, allout-hide-current-subtree):
16856         Ditched unused variables.
16858 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
16860         * textmodes/ispell.el (ispell-change-dictionary): Call
16861         ispell-buffer-local-dict instead of
16862         ispell-accept-buffer-local-defs.
16863         (ispell-local-dictionary-alist): Accept as valid any coding-system
16864         supported by Emacs.
16865         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16866         changed to iso-8859-3.
16868 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
16870         * speedbar.el (speedbar-frame-width): Make an inline function
16871         instead of a macro.  Use frame-width.
16872         (speedbar-try-completion, speedbar-update-contents)
16873         (speedbar-timer-fn): Use consp.
16874         (speedbar-update-localized-contents): Try to preserve point.
16876         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16877         (menu): Re-order menu items.
16878         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16879         field.
16880         (gdb-var-update-handler-1): Use it for GDB 6.4+.
16881         (gdb-post-prompt): Speed things by not forcing update.
16883 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
16885         * wid-edit.el (widget-button-click): For mouse-1, cancel button
16886         press and perform default action if we get a mouse movement event.
16888 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16890         * calendar/icalendar.el (icalendar--get-event-property)
16891         (icalendar--get-event-property-attributes): Fix typos in
16892         docstrings.
16894         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16895         docstring.
16897 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
16899         * bs.el (bs-mode): Use `buffer-disable-undo'.
16900         (bs--get-file-name): Simplify.
16901         (bs-show-in-buffer): Mark the buffer as not modified.
16903 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16905         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16906         widget-button-click.
16908         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16909         (custom-mode): Update docstring.
16911         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16912         binding.
16914         * files.el (hack-local-variables-confirm): Allow scrolling if the
16915         file variable list is too long.  Kill temp buffer after use.
16917 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
16919         * progmodes/gud.el (gdb): Improve doc string.
16920         (gdb-script-font-lock-keywords): Expand allowed character set.
16922         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16923         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16924         (gdb-separate-io-interrupt, gdb-separate-io-quit)
16925         (gdb-separate-io-stop, gdb-separate-io-eof):
16926         Rename from gdb-inferior-* to gdb-separate-*.
16927         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16929 2006-02-14  Jay Belanger  <belanger@truman.edu>
16931         * calc/calc-arith.el (math-check-known-scalarp): Make sure
16932         expression is a symbol before checking that it is bound.
16934         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16935         test to see if equation can be solved.
16937 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16939         * wid-edit.el (widget-button-click): Use :pressed-face property
16940         for overlay face, if it exists.
16942         * cus-edit.el (custom-manual, custom-add-see-also)
16943         (custom-add-parent-links, custom-group-link): Add :pressed-face
16944         property to links.
16946         * files.el (hack-local-variables): Remove ignored variables before
16947         checking if any variables need setting.
16949 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16951         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16953 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
16955         * help.el (where-is): Fix message for remapped commands.
16957         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16958         Fix typos in docstrings.
16960 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
16962         * files.el (safe-local-variable-values): New option.
16963         (hack-local-variables-prop-line): Return a list of variable-value
16964         pairs if MODE-ONLY is non-nil.
16965         (hack-local-variables): Construct list of variable-value pairs,
16966         and apply or reject them in one go.  Ask for confirmation if
16967         variables are not known safe.
16968         (hack-local-variables-confirm): Complete rewrite.  Support
16969         `safe-local-variable-values'.
16970         (enable-local-variables): Update docstring to reflect new
16971         behavior.
16972         (ignored-local-variables): Ignore ignored-local-variables and
16973         safe-local-variable-values.
16974         (safe-local-variable-p): New function.
16975         (risky-local-variable-p): `safe-local-variable' property check
16976         moved to safe-local-variable-p.
16977         (hack-one-local-variable): Checks moved to hack-local-variables.
16979         (byte-compile-dynamic, c-basic-offset, c-file-style)
16980         (c-indent-level, comment-column, fill-column, fill-prefix)
16981         (indent-tabs-mode, kept-new-versions, no-byte-compile)
16982         (no-update-autoloads, outline-regexp, page-delimiter)
16983         (paragraph-start, paragraph-separate, sentence-end)
16984         (sentence-end-double-space tab-width, version-control):
16985         Add `safe-local-variable' property.
16987         * find-lisp.el: Delete nonexistent `autocompile' file variable.
16989         * icomplete.el, play/landmark.el: Change nonexistent
16990         `outline-layout' file variable to `allout-layout'.
16992 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
16994         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16995         (gdb-get-changed-registers): Test value of gud-minor-mode relative
16996         to gud-comint-buffer.
16997         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16998         gdb-ui.el for gdb-mi.el.
16999         (gdb-post-prompt, gdb-get-changed-registers): Move test for
17000         registers buffer to gdb-get-changed-registers.
17001         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
17002         deletion of catchpoints (throw and catch).
17003         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17004         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
17005         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
17006         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
17007         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
17009 2006-02-13  Jay Belanger  <belanger@truman.edu>
17011         * calc/calc-arith.el (math-check-known-matrixp): Make sure
17012         expression is a symbol before checking that it is bound.
17014 2006-02-13  Richard M. Stallman  <rms@gnu.org>
17016         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
17017         for the minibuffer too, but not if resize-mini-windows will interfere.
17019         * help.el (describe-key-briefly, describe-key): Do all arg-reading
17020         inside `interactive' spec.
17021         (describe-key-briefly-internal, describe-key-internal):
17022         Functions merged back into their callers.
17024 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
17026         * info.el (info-xref-visited): Inherit from info-xref too.
17027         (Info-set-mode-line): Replace occurrences of `%' by `%%'
17028         when propertizing Info-current-file and Info-current-node.
17030 2006-02-13  Juri Linkov  <juri@jurta.org>
17032         * tumme.el (tumme-thumbnail-storage): Fix docstring.
17033         (tumme-thumb-name): Fix per-directory format.
17035 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
17037         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
17039 2006-02-12  Miles Bader  <miles@gnu.org>
17041         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
17043 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
17045         * tumme.el: Remove history section.  If someone needs the it, it
17046         can always be found in CVS.
17048 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
17050         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
17051         about the Thumbnail Managing Standard option.
17053 2006-02-12  Richard M. Stallman  <rms@gnu.org>
17055         * subr.el (substitute-key-definition): Doc fix.
17057         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
17059         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
17061         * info.el (Info-mode): Doc fix.
17063         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
17065 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
17067         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
17068         because on Solaris a POSIX compatible "id" is needed.  Reported by
17069         Magnus Henoch <mange@freemail.hu>.
17071 2006-02-12  Juri Linkov  <juri@jurta.org>
17073         * tumme.el: Remove todo item about Thumbnail Managing Standard.
17074         (tumme) <defgroup>: Change :group to `multimedia'.
17075         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
17076         Managing Standard.
17077         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
17078         Fix dostring.
17079         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
17080         and %y.  Fix docstring.
17081         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
17082         (tumme-cmd-create-standard-thumbnail-command): New user options.
17083         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
17084         is `standard'.  Fix docstring.
17085         (tumme-thumb-width, tumme-thumb-height): New user options.
17086         (tumme-external-viewer): Try to find various viewers.
17087         (tumme-get-thumbnail-image): Use `create-image' instead of
17088         constructing the `image' structure.
17089         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
17090         `standard'.
17091         (tumme-thumb-name): Add file name generation for standard storage.
17092         Simplify code for other storages.
17093         (tumme-thumb-name): Use width %w and height %h instead of size %s.
17094         Add modification time %m and thumbnail-nq8 %q.
17095         Use `tumme-cmd-create-standard-thumbnail-command' if
17096         tumme-thumbnail-storage is `standard'.
17097         (tumme-dired-insert-marked-thumbs): New autoload command.
17098         (tumme-dired-after-readin-hook): New function.
17099         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
17100         `tumme-thumb-size'.
17101         (tumme-display-image): Replace size-x %x and size-y %y with
17102         width %w and height %h.
17104         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
17105         `tumme-dired-insert-marked-thumbs'.
17107 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
17109         * tumme.el (tumme-write-tag): Fix small bug (file name did not
17110         include path).
17111         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
17112         matching tag.
17114 2006-02-12  Miles Bader  <miles@gnu.org>
17116         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
17117         New variables.
17118         (rcirc-abbrev-nick): New function.
17119         (rcirc-format-response-string): Rewrite to use the formats in
17120         `rcirc-response-formats' and expand escape sequences therein.
17121         A text-property `rcirc-text' is added over the actual response
17122         text to make easy to find inside the returned string.
17123         (rcirc-print): When filling, just look for the `rcirc-text'
17124         text-property to find the appropriate fill prefix, instead of
17125         using hardwired patterns.
17127 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
17129         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
17130         Managing Standard.
17132 2006-02-11  Kim F. Storm  <storm@cua.dk>
17134         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
17135         Don't use insert-buffer; do insert-buffer-substring directly.
17136         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
17138 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
17140         * files.el (revert-buffer, recover-file): Replace buffer-read-only
17141         with inhibit-read-only.  Suggested by Stefan Monnier.
17142         (revert-buffer): Let insert-file-contents discard
17143         buffer-undo-list.  Simplify code.
17144         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
17146 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
17148         * menu-bar.el (menu-bar-select-yank): Add a doc string.
17150         * help.el (describe-key-briefly): Now a wrapper for
17151         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
17152         to t.  Populate yank-menu if empty.
17153         (describe-key-briefly-internal): Renamed from describe-key-briefly.
17154         (describe-key): Now a wrapper for describe-key-internal.  Bind
17155         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
17156         (describe-key-internal): Renamed from describe-key.
17158 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
17160         * progmodes/glasses.el (glasses-separator): Doc fix.
17161         (glasses-original-separator): New defcustom.
17162         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
17164 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
17166         * mwheel.el (mouse-wheel-up-event): Doc fix.
17168 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
17170         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
17171         (tumme-dir): New function.  Copied from thumbs.el.
17173 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
17175         * desktop.el (desktop-outvar): Fix typo.
17176         (desktop-save-buffer-p): Doc fix.
17178         * subr.el (substitute-key-definition): Fix typo.
17180 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17182         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
17183         when window-system is mac.
17185         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
17187 2006-02-10  Kim F. Storm  <storm@cua.dk>
17189         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
17190         indirect-function instead of using condition-case.
17192 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
17194         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
17195         less `colloquial'...
17197 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
17199         * tumme.el: Add a couple of todo items.
17201 2006-02-09  Lars Hansen  <larsh@soem.dk>
17203         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
17204         (highlight-changes-mode): Don't change desktop-locals-to-save.
17206 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
17208         * image-mode.el (image-toggle-display): Clear image cache if using
17209         filename.
17211 2006-02-09  Masatake YAMATO  <jet@gyve.org>
17213         * dired-x.el (dired-guess-shell-alist-default): Add .man as
17214         a `dired-man' target.
17216         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
17217         boundary of symbols.
17219 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
17221         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
17223 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
17225         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
17226         `mapcar'; return nil.
17228 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
17230         * mouse.el (mouse-drag-track): Don't change window if we rebind to
17231         some other event.
17233 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
17235         * net/rcirc.el (rcirc-startup-channels-alist):
17236         Add irc.freenode.net and #emacs as defaults.
17237         (rcirc-ignore-all-activity-flag): Remove variable.
17238         (rcirc-authinfo): New variable.
17239         (rcirc-authinfo-filename): Remove variable.
17240         (rcirc-always-use-server-buffer-flag): New flag.
17241         (rcirc): M-x rcirc will automatically connect without prompting.
17242         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
17243         connection in lisp.
17244         (rcirc-process-server-response-1): Remove everything but the nick
17245         portion of the sender so it doesn't need to be done everywhere
17246         else.  Update related code.
17247         (global-map): Remove global keybindings.
17248         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
17249         (rcirc-send-input): Split into several functions.
17250         (rcirc-process-input-line, rcirc-process-message)
17251         (rcirc-process-command): New functions.
17252         (rcirc-target-buffer): New function to determine where to route
17253         messages.
17254         (rcirc-user-nick): Save match data.
17255         (rcirc-toggle-ignore-buffer-activity)
17256         (rcirc-update-activity-string): Remove global ignore functionality,
17257         which can be done now by toggling rcirc-track-minor-mode.
17258         (rcirc-track-minor-mode-map): New keymap.
17259         (rcirc-track-minor-mode): New minor-mode.
17260         (ignore): Make the ignore output nicer.  Always print it when
17261         adding or removing nicks.
17262         (rcirc-url-regexp): Improve.
17263         (rcirc-mangle-text): Remove properties before using text in the
17264         modeline.
17265         (rcirc-authenticate): Authentication data comes from
17266         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
17267         (rcirc-server-prefix): Inherit from rcirc-server.
17269 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
17271         * Makefile.in (compile): Append "|| true" to the end of the `find'
17272         command, like compile-always does.
17274 2006-02-08  Sam Steingold  <sds@gnu.org>
17276         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
17277         output from a dead connection.
17279 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
17281         * dired.el (dired-mode-map): Add more bindings for tumme.
17283 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17285         * wdired.el (wdired-mode-map): Use remap.
17286         (wdired-get-filename): Massage.
17287         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
17288         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
17289         `keymap' property rather than `local-map'.
17291 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
17293         * tumme.el (tumme-get-thumbnail-image): New utility function.
17294         Suggested by from Chong Yidong.
17295         (tumme-dired-with-window-configuration): Rename from
17296         `tumme-dired'.  Add code to save window configuration.
17297         (tumme-restore-window-configuration): New command to restore the
17298         window configuration that `tumme-dired-with-window-configuration'
17299         saves before it changes the window configuration.
17300         (tumme-show-all-from-dir): New command to display thumbnails for
17301         all files in a directory entered by the user, like M-x thumbs.
17302         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
17303         have been created.
17304         (tumme-display-thumbnail-original-image): Call `display-buffer'.
17305         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
17306         Remove obsolete test function.
17308 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
17310         * vc.el (small-temporary-file-directory): Remove defvar; there's
17311         a defcustom for it in files.el.
17313         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
17314         Fix typo in message.
17315         (tumme-gallery-generate): Fix typo in `error' message.
17316         (tumme-display-window-height-correction)
17317         (tumme-display-window-width-correction, tumme-line-up-dynamic)
17318         (tumme-line-up-interactive): Dox fixes.
17319         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
17320         (tumme-restore-window-configuration, tumme-format-properties-string)
17321         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
17322         Fix typos in docstrings.
17324 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
17326         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
17328 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
17330         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
17331         User should use hook if desired.
17333         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
17334         buffer if necessary.
17335         (gdb-delete-frame-or-window): New function.
17336         (gdb-breakpoints-mode-map): Bind "q" to it.
17338 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17340         * textmodes/nroff-mode.el: Clean up name space.
17341         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
17342         (nroff-mode): Obey the global setting of nroff-electric-mode.
17343         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
17345         * calendar/calendar.el (calendar-increment-month): Typo in last change.
17347 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
17349         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
17351 2006-02-06  Lars Hansen  <larsh@soem.dk>
17353         * generic-x.el (etc-fstab-generic-mode): Add file system types
17354         cifs and usbdevfs.  Allow special chars in file names.
17356 2006-02-05  Jay Belanger  <belanger@truman.edu>
17358         Update copyright notices of the files in lisp/calc.
17360 2006-02-05  Romain Francoise  <romain@orebokech.com>
17362         Update copyright notices of all files in the lisp/play directory.
17364 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
17366         * ldefs-boot.el: Regenerate.
17368         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
17370 2006-02-05  Kim F. Storm  <storm@cua.dk>
17372         * files.el (magic-mode-regexp-match-limit): New defvar.
17373         (set-auto-mode): Use it to limit magic-mode-alist matching.
17375 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
17377         * info.el (Info-index, Info-mode): Improve the description of the
17378         `i' command.
17380         * ldefs-boot.el: Regenerate.
17382 2006-02-03  Werner Lemberg  <wl@gnu.org>
17384         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
17385         greedy to find the closing bracket in \*[...] and similar
17386         expressions.  This is a first rough fix -- many additional
17387         refinements are necessary to make nroff mode really usable with groff.
17389 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
17391         * international/mule-cmds.el (set-locale-environment):
17392         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
17393         libX11.
17395 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
17397         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
17398         archive are created in archive-tmpdir.
17400 2006-02-02  John Paul Wallington  <jpw@pobox.com>
17402         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
17403         (ibuffer-fontification-alist): Use it.
17404         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
17405         to "* z" and the Ibuffer Mark menu.
17407         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
17409 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17411         * textmodes/table.el (*table--cell-describe-mode)
17412         (*table--cell-describe-bindings): Undo last change since
17413         print-help-return-message is not obsoleted by anything at all.
17415 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
17417         * emulation/cua-base.el (cua-mode): Doc fix.
17419 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
17421         * dframe.el (dframe-handle-make-frame-visible)
17422         (dframe-handle-iconify-frame, dframe-get-focus)
17423         (dframe-select-attached-frame, dframe-power-click)
17424         (dframe-frame-mode): Fix typos in docstrings.
17426         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
17427         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
17428         Fix typos in docstrings.
17430         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
17431         (hi-lock-face-buffer, hi-lock-font-lock-hook)
17432         (hi-lock-archaic-interface-message-used)
17433         (hi-lock-file-patterns-range): Fix typos in docstrings.
17435         * savehist.el (savehist-loaded, savehist-load, savehist-install)
17436         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
17438         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
17439         Fix typo in docstring.
17441         * net/newsticker.el (newsticker--decode-iso8601-date)
17442         (newsticker--set-customvar, newsticker--buffer-insert-item)
17443         (newsticker--do-run-auto-mark-filter)
17444         (newsticker--parse-generic-feed): Doc fixes.
17445         (newsticker--retrieval-timer-list, newsticker-url-list)
17446         (newsticker-hide-immortal-items-in-echo-area)
17447         (newsticker-hide-obsolete-items-in-echo-area)
17448         (newsticker-new-item-face, newsticker--enclosure)
17449         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
17450         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
17451         (newsticker--parse-generic-feed, newsticker--cache-contains)
17452         (newsticker--stat-num-items, newsticker-download-enclosures):
17453         Fix typos in docstrings.
17455         * net/rcirc.el (rcirc-debug): Doc fix.
17456         (rcirc-fill-column, rcirc-receive-message-hooks)
17457         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
17458         (rcirc-mode, rcirc-generate-new-buffer-name)
17459         (rcirc-startup-channels, rcirc-ignore-update-automatic)
17460         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
17461         Fix typos in docstrings.
17462         (rcirc-print): "?\ " -> "?\s".
17463         (rcirc-cmd-join): Improve argument/docstring consistency.
17465 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
17467         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
17468         before narrow-to-region.
17470 2006-02-01  Richard M. Stallman  <rms@gnu.org>
17472         * simple.el (move-beginning-of-line): Scan properly for invis change.
17474         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
17476 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
17478         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
17479         change bit only when id-format is 'integer.  Reported by Matt
17480         Hodges <M.P.Hodges@rl.ac.uk>.
17482 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
17484         * hilit-chg.el (highlight-changes-initial-state)
17485         (highlight-changes-global-initial-state): Doc fixes.
17486         (highlight-changes-global-modes, global-highlight-changes):
17487         Fix typos in docstrings.
17489 2006-02-01  Kim F. Storm  <storm@cua.dk>
17491         * emulation/cua-base.el (cua-mode): Mention that CUA enables
17492         transient-mark-mode in doc string.
17494 2006-01-31  Richard M. Stallman  <rms@gnu.org>
17496         * replace.el (multi-occur): Doc fix.
17497         (multi-occur-in-matching-buffers): Rename from
17498         multi-occur-by-filename-regexp.  Prefix arg says match
17499         buffer names instead of file names.
17501 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
17503         * bs.el: Allow non-default values of `bs-header-lines-length'.
17504         (bs--running-in-xemacs): Remove (not needed anymore).
17505         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17506         instead of `shrink-window', thus avoiding having to compute the
17507         height of the window.
17508         (bs--up): Wrap around even when there's no header.
17509         (bs--down): Use `forward-line' instead of `next-line'.
17511 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
17513         * image-mode.el (image-toggle-display): Use file name if possible,
17514         instead of unnecessarily allocating a (possibly huge) lisp string.
17516 2006-01-30  John Paul Wallington  <jpw@pobox.com>
17518         * subr.el (toplevel): Define `cl-assertion-failed' condition here
17519         because the `assert' macro signals it at runtime.
17521         * emacs-lisp/cl.el (toplevel): Remove definition of
17522         `cl-assertion-failed' condition.
17524 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
17526         * thumbs.el (thumbs-marked-list): Make buffer-local and
17527         permanent-local.
17528         (thumbs-insert-thumb): Make help-echo non-sticky.
17529         (thumbs-file-alist): Use eolp as check for (non)-image.
17531 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
17533         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17534         (ediff-before-session-group-setup-hooks)
17535         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17536         Fix typos in docstrings.
17538         * window.el (bw-dir, bw-eqdir, balance-windows)
17539         (split-window-keep-point): Fix typos in docstrings.
17541         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17542         (org-quote-string, org-calendar-to-agenda-key)
17543         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17544         (org-show-following-heading, org-tags-column)
17545         (org-use-tag-inheritance, org, org-allow-space-in-links)
17546         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17547         (org-enable-table-editor, org-calc-default-modes)
17548         (org-table-allow-automatic-line-recalculation)
17549         (org-export-html-style, org-export-with-fixed-width)
17550         (org-export-with-sub-superscripts, org-special-keyword)
17551         (org-formula, org-time-grid, org-table-may-need-update)
17552         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17553         (org-goto-quit, org-get-indentation, org-end-of-item)
17554         (org-move-item-down, org-move-item-up)
17555         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17556         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17557         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17558         (org-agenda-log-mode, org-agenda-toggle-diary)
17559         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17560         (org-agenda-file-to-end, org-agenda-no-heading-message)
17561         (org-agenda-get-closed, org-format-agenda-item)
17562         (org-cmp-priority, org-cmp-category, org-cmp-time)
17563         (org-agenda-change-all-lines, org-agenda-diary-entry)
17564         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17565         (org-link-search, org-camel-to-words, org-open-file)
17566         (org-remember-handler, org-table-convert-region)
17567         (org-table-move-row-down, org-table-move-row-up)
17568         (org-table-copy-region, org-table-wrap-region)
17569         (org-table-toggle-vline-visibility)
17570         (org-table-get-vertical-vector, org-table-modify-formulas)
17571         (org-table-get-specials, org-recalc-commands)
17572         (org-table-rotate-recalc-marks, org-table-eval-formula)
17573         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17574         (org-level-color-stars-only, org-insert-heading):
17575         Fix typos in docstrings.
17576         (last-arg): Add defvar.
17578         * makefile.w32-in (WINS): Add erc.
17579         (MH_E_SRC): Update (copied from lisp/Makefile.in).
17581 2006-01-29  Bill Wohler  <wohler@newt.com>
17583         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17584         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17585         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
17586         (mh-autoloads): Don't use comments on otherwise empty lines.
17588 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
17590         * emulation/viper.el (viper-major-mode-modifier-list):
17591         Add insert-state and vi-state entries for erc-mode.
17592         (viper-go-away, viper-set-hooks): Add and remove
17593         viper-comint-mode-hook from erc-mode-hook as appropriate.
17595         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17597 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
17599         * bs.el (bs--format-aux): Implement `middle' alignment as
17600         described in the docstring for `bs-attributes-list'.
17601         (bs--get-name): Simplify.  Don't pad the buffer name.
17603 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
17605         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17606         English aspell dictionary is installed, use the first entry of
17607         ispell-dictionary-alist-1.
17609 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17611         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17612         Doc fix.
17614 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
17616         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17617         for `process-file', in order to let it work for older Emacsen too.
17619 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
17621         * international/latexenc.el: Add a suitable `coding:' tag.
17622         (latexenc-find-file-coding-system): Undo last change.
17624 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17626         * international/latexenc.el (latexenc-find-file-coding-system):
17627         Make sure latexenc-main-file is a regular file and is readable.
17629 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
17631         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17632         Pass FILE to vc-user-login-name.
17634         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17636 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
17638         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17639         there are no more images to display.
17640         (thumbs-mark, thumbs-unmark): Revert change so that they move to
17641         the next image.
17643 2006-01-26  Richard M. Stallman  <rms@gnu.org>
17645         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17647         * wid-edit.el (advertised-widget-backward): New alias.
17648         (widget-keymap): Use advertised-widget-backward for S-TAB.
17650         * tumme.el: Correct the keywords.
17651         (tumme-dir-max-size): Use defvar.
17652         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17654         * simple.el (move-beginning-of-line): Take account of fields.
17655         (clone-indirect-buffer-other-window): Take args like
17656         clone-indirect-buffer, and work like it.
17658         * help-fns.el (describe-function): Don't pass `nil' as default.
17660         * files.el (risky-local-variable-p): Follow var aliases.
17662         * subr.el (lazy-completion-table): Doc fix.
17664         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17665         global binding of `line'.
17667 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
17669         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17670         Tramp.
17672         * vc.el (vc-default-dired-state-info): Pass FILE to
17673         vc-user-login-name.
17674         (vc-default-update-changelog): Don't use vc-user-login-name, we
17675         don't need it here.
17677         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17678         no longer necessary.
17680 2006-01-25  Kenichi Handa  <handa@m17n.org>
17682         * international/mule.el (decode-char): Avoid the overhead of
17683         calling utf-lookup-subst-table-for-decode if
17684         utf-translate-cjk-mode is nil.
17685         (encode-char): Avoid the overhead of calling
17686         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17687         nil.
17689 2006-01-22  Kenichi Handa  <handa@m17n.org>
17691         * international/mule.el (make-subsidiary-coding-system): Reset
17692         `coding-system-define-form' property of subsidiaries to nil.
17693         Avoid duplicated entry in coding-system-alist.
17694         (make-coding-system): Avoid duplicated entry in
17695         coding-system-alist.
17696         (define-coding-system-alias): Likewise.
17698 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17700         * completion.el: Minor fixes in introductory comment.
17701         (completion-def-wrapper): Fix alist.
17703 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
17705         * thumbs.el (thumbs-new-image-size): New function.
17706         (thumbs-increment-image-size-element)
17707         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17708         (thumbs-decrement-image-size): Delete.
17709         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
17710         temp files and use to resize.
17711         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17712         Use increment argument to enlarge/shrink.  Preserve point.
17713         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17714         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17715         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17716         (thumbs-mark, thumbs-unmark): Preserve point.
17717         (thumbs-modify-image): Keep old temp files and use to modify.
17718         Cleanup old temp files at load time.  Preserve point.
17719         (thumbs-view-image-mode-map): Use new command names.
17721 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17723         * log-view.el (log-view-minor-wrap): First rev is the one at point.
17725         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17726         the nastiest part of the cyclic dependency.
17727         (cal-menu-update): Use dotimes and calendar-increment-month.
17729         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17730         (calendar-week-start-day): Add an :initializer.
17731         (calendar-mode-map): Use suppress-keymap, and command remapping.
17732         (describe-calendar-mode): Setup xref-stack info for the back button.
17733         (calendar-star-date): Insert before delete.
17734         (calendar-set-mode-line): Add file-modified info if applicable.
17735         (calendar-increment-month): New function.
17737 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
17739         * font-lock.el (lisp-font-lock-keywords-2):
17740         Recognize "& keywords" only at word boundaries.
17742 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
17744         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
17745         and permanent-local.
17746         (thumbs-max-image-number): New variable.
17747         (thumbs-do-thumbs-insertion): Use them.
17748         (thumbs-per-line): Change default to 4.
17749         (thumbs-marked-list): Rename from thumbs-markedL.
17750         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17751         (thumbs-rename-images): Use -list instead of L for internal variables.
17752         (thumbs-call-convert): Use call-process instead of shell-command.
17753         (thumbs-insert-thumb): Add filename as help-echo to each image.
17754         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17755         Give dir to thumbs-show-thumbs-list.
17756         (thumbs-show-thumbs-list): Set default-directory to that of images.
17757         (thumbs-dired-show): Rename from thumbs-dired-show-all.
17758         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17759         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17760         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17762 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17764         * ses.el (ses-read-cell): Provide a default value.
17766 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
17768         * term/w32-win.el (image-library-alist): Add additional names for
17769         GIF library.
17771 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17773         * international/latexenc.el (latexenc-find-file-coding-system):
17774         Add file-regular-p check.
17776 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17778         * simple.el (clone-buffer): Don't show the new buffer in the same
17779         window.
17781 2006-01-23  Juri Linkov  <juri@jurta.org>
17783         * faces.el (link, link-visited): New faces based on default values
17784         of `info-xref' and `info-xref-visited'.
17786         * info.el (info-xref): Inherit from `link'.
17787         (info-xref-visited): Inherit from `link-visited'.
17789         * cus-edit.el (custom-buffer-create-internal): Use widget type
17790         `custom-manual' instead of `info-link' and don't set properties
17791         `button-face' and `mouse-face' explicitly.
17792         (custom-browse-group-tag, custom-browse-variable-tag)
17793         (custom-browse-face-tag): Inherit from widget class
17794         `custom-group-link' instead of `push-button'.
17795         (custom-button-unraised): Inherit from `underline' face.
17796         (custom-link): Inherit from `link' face.  Fix doc and group.
17797         (custom-add-parent-links, custom-group-value-create): Don't set
17798         properties `button-face' and `mouse-face' explicitly for
17799         `custom-group-link' widget.
17800         (custom-group-link): Add properties `button-face' and `mouse-face'
17801         to widget definition.
17802         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
17803         editable-field's :keymap property.
17804         (custom-mode): Fix docstring: substitute keybindings for
17805         `widget-forward' and `widget-backward' from `widget-keymap',
17806         `widget-complete' from `custom-field-keymap', replace old
17807         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
17809         * desktop.el (desktop-load-file): Check for `fboundp' before
17810         calling `symbol-function'.
17812         * simple.el (clone-buffer, clone-indirect-buffer)
17813         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17814         `read-string'.  Fix prompts.
17816         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17818 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
17820         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17822 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
17824         * startup.el (inhibit-splash-screen, initial-scratch-message):
17825         Doc fixes.
17827 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
17829         Sync with Tramp 2.0.52.
17831         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17832         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
17833         `tramp-unload-tramp' for checklist.
17835         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17836         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
17837         (tramp-unload-file-name-handler-alist)
17838         (tramp-unload-tramp): New defuns.
17839         (tramp-advice-PC-expand-many-files): New defadvice.
17840         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17841         removed.
17842         (tramp-handle-expand-file-name): Remove double slash.
17843         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17844         It doesn't matter, because it will be converted later on.
17845         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
17846         implementation was just heuristic.
17847         (tramp-post-connection): Set uid and gid properties.
17848         (tramp-convert-file-attributes): Set file's gid change bit.
17849         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17850         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17851         in case of su(do)? methods.  The home directory of the local user
17852         will be taken else.
17853         (tramp-open-connection-telnet)
17854         (tramp-open-connection-rsh, tramp-open-connection-su)
17855         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
17856         local shell prompt could hurt.  Reported by Romain Francoise
17857         <romain@orebokech.com>.
17858         (tramp-let-maybe): Add `edebug-form-spec' property.
17859         (tramp-handle-expand-file-name): Bind `default-directory' locally
17860         to "/" in order to avoid problems with UNC shares or Cygwin
17861         mounts.
17862         (tramp-md5-function): Fix typo in error message.
17864         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17866         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17867         for byte-compiler pacification.
17869 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
17871         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17872         ID-FORMAT `string'.  This allows us to get rid of
17873         `vc-user-login-name UID'.
17875         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17877 2006-01-22  John Paul Wallington  <jpw@pobox.com>
17879         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17881 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
17883         * emacs-lisp/find-func.el (find-definition-noselect)
17884         (find-variable-noselect): Search variables in C source code too.
17885         (find-function-C-source, find-function-noselect, find-function)
17886         (find-function-other-frame, find-variable-noselect, find-variable)
17887         (find-variable-other-frame, find-variable-at-point):
17888         Fix docstrings.
17890 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17892         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17894 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
17896         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17897         Default to disabling the "Save affix" question.
17899 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
17901         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17902         the first arg to run-python.
17904 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
17906         * startup.el (command-line-1): Handle --no-desktop if desktop.el
17907         is not loaded.
17909 2006-01-20  Jay Belanger  <belanger@truman.edu>
17911         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17912         limit is 0.
17914         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17915         the correct variable.
17917 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
17919         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17920         link.  Fixed buggy argument sequence in call to `org-view-tags'.
17921         (org-compile-prefix-format): Set `org-prefix-has-tag'.
17922         (org-prefix-has-tag): New variable.
17923         (org-format-agenda-item): Remove tags from headline if
17924         appropriate.
17925         (org-agenda-remove-tags-when-in-prefix): New option.
17926         (org-get-tags-at): New function.
17928 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
17930         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
17931         (thumbs-find-image): Move image name and number from buffer name
17932         to mode name.  Set thumbs-buffer.  Preserve point so that large
17933         images remain visible.
17934         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17935         order.
17936         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
17937         mode name.
17938         (thumbs-next-image, thumbs-previous-image): Make them work.
17940 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
17942         * cus-edit.el (custom-buffer-create-internal): State in the text above
17943         the whole buffer buttons that they do not operate on hidden items.
17944         (custom-face-menu): Use `custom-face-save' instead of
17945         `custom-face-save-command'.
17946         (custom-face-save-command): Make it an alias for `custom-face-save'
17947         and declare it obsolete.
17948         (custom-face-save): Doc fix.
17950         * dired.el (dired-no-confirm): Add quote.
17951         (dired-subdir-alist-pre-R): Add quote in
17952         `make-variable-buffer-local' form and remove unbalanced parenthesis.
17954 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17956         * textmodes/table.el (table-mode-indicator): Typo in last change.
17958 2006-01-19  Richard M. Stallman  <rms@gnu.org>
17960         * outline.el (hide-leaves): Don't call outline-end-of-heading.
17961         Fixes bug reported in Nov 2005.
17963         * isearch.el (isearch-forward): Doc fix.
17965         * dired.el (dired-move-to-filename-regexp): Define as alias.
17966         (dired-no-confirm): Use defcustom.
17967         (dired-subdir-alist-pre-R): Put defvar at top level.
17969         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17971         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17972         Mark as risky.
17974         * simple.el (set-mark-command): Doc fix.
17975         (clone-indirect-buffer-other-window):
17976         Read arg like clone-indirect-buffer.
17977         (move-beginning-of-line): Skip invisible newlines.
17979 2006-01-19  Masatake YAMATO  <jet@gyve.org>
17981         * progmodes/cpp.el (cpp-edit-load): Make the order of
17982         listed conditions in a base C code buffer and its associate
17983         CPP Edit buffer the same.
17985 2006-01-19  Kenichi Handa  <handa@m17n.org>
17987         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17988         (rmail-mime-feature): Likewise.
17989         (rmail-require-mime-maybe): Use display-warning to show a warning
17990         message.
17992         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17993         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17995 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17997         * array.el: Move defvars out of eval-when-compile.
17998         (array-make-template): Replace undeclared global var with a local one.
17999         (array-mode): Inline initialization functions.
18000         (array-init-local-variables, array-init-max-row)
18001         (array-init-max-column, array-init-columns-per-line)
18002         (array-init-field-width, array-init-rows-numbered)
18003         (array-init-line-length, array-init-lines-per-row): Remove.
18005         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
18006         (doc-mode-map): Define explicitly.
18007         (doctor-txtype): Use mapc.
18009         * textmodes/table.el: Move defvars out of eval-when-compile.
18010         Remove harmful code meant to avoid byte-compiler warnings.
18011         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
18012         specification that checks table-fixed-width-mode directly.
18013         (table-recognize-region, table-recognize-cell):
18014         Use restore-buffer-modified-p.
18015         (table-fixed-width-mode): Remove code that refreshes
18016         table-fixed-mode-indicator.
18017         (*table--cell-describe-bindings, *table--cell-describe-mode):
18018         Avoid obsolete name print-help-return-message.
18019         (table--test-cell-list): Don't use replace-regexp from elisp.
18020         (table--point-entered-cell-function, table--point-left-cell-function):
18021         Don't set table-fixed-mode-indicator, use force-mode-line-update.
18023         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
18024         that was after the end of file.  Use buffer-file-name variable.
18025         (org-timestamp-change): Use with-current-buffer.
18026         (org-todo-list): Don't unnecessarily define a new buffer-local var.
18027         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
18028         `file'.
18030         * progmodes/fortran.el: Move defvars out of eval-when-compile.
18031         (fortran-break-line): Remove unused var `opoint'.
18032         (fortran-abbrev-start): Obey help-event-list.
18034 2006-01-18  Jesper Harder  <harder@phys.au.dk>
18036         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
18038 2006-01-18  Masatake YAMATO  <jet@gyve.org>
18040         * progmodes/make-mode.el (makefile-imake-mode): New mode
18041         derived from makefile-mode.
18042         (makefile-imake-mode-syntax-table): New syntax table
18043         derived from makefile-mode-syntax-table.
18044         (makefile-mode): Write about makefile-imake-mode in doc string.
18045         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
18046         (makefile-imake-font-lock-keywords): New font lock keywords.
18048         * files.el (auto-mode-alist): Add Imakefile.
18050 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
18052         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
18053         loading the file rather than when turning on flyspell-mode.
18055 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
18057         * cus-edit.el (customize-rogue): Minor doc fix.
18059 2006-01-17  Juri Linkov  <juri@jurta.org>
18061         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
18062         instead of the file at the mark as default if the file at the mark
18063         is the same as the file at point or if dired-dwim-target-directory
18064         is not the same as the current directory and the mark is not active.
18066         * log-view.el (log-view-minor-wrap): Use the same logic to get
18067         revisions as `log-view-diff'.
18069         * info.el (Info-revert-find-node): Check for Info-current-file
18070         before preserving new-history.
18072         * man.el (Man-heading-regexp): Add `/'.
18074         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
18075         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
18077 2006-01-16  Juri Linkov  <juri@jurta.org>
18079         * faces.el (mode-line-faces): New defgroup.
18080         (mode-line-highlight): Move definition after new defgroup.
18081         (mode-line, mode-line-inactive, mode-line-highlight):
18082         Replace :group `modeline' with `mode-line-faces'.
18083         (mode-line-buffer-id): New face.
18084         (modeline-buffer-id): New face alias.
18085         (vertical-border): Remove :group `modeline'.
18087         * bindings.el (propertized-buffer-identification): Use face
18088         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
18089         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
18090         (mode-line-buffer-identification-keymap): For mouse-1 replace
18091         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
18092         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
18093         mouse-3.
18095         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
18096         Buffer-menu-buffer.  Doc fix.
18097         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
18098         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
18099         `Buffer-menu-buffer'.
18101         * info.el (Info-mode-line-node-keymap): New defvar.
18102         (Info-set-mode-line): Use `stringp' to check Info-current-file.
18103         Propertize Info-current-node with `mode-line-buffer-id' and
18104         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
18106         * time.el (display-time-mail-face): Replace :group `faces' with
18107         `mode-line-faces'.
18109 2006-01-16  Kenichi Handa  <handa@m17n.org>
18111         * international/code-pages.el: Add autoload cookies for cp125[0345678].
18113         * language/european.el (cp1252): New alias for windows-1252.
18115         * international/mule.el (autoload-coding-system): Prepare for EOL
18116         variants.
18118 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
18120         * term.el (term-raw-map): Add mapping for insert.
18121         (term-send-insert): New.
18122         (term-mode): Make variables local here instead of doing it in
18123         `term-emulate-terminal'.
18124         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
18125         Scroll reverse needs to take into account the scroll region.
18126         Saving and restoring the cursor should save the color attributes too.
18127         (term-reset-terminal): Reset the scroll region.
18128         (term-handle-ansi-escape): Cursor up and down should take into
18129         account the scroll region.
18130         (term-set-scroll-region): Rename from `term-scroll-region'.
18131         Move to 0,0 after setting the region.
18132         (term-handle-scroll): Handle scroll up.
18133         (term-down): Fix off by one error.
18134         (term-delete-lines): Do not delete outside the scroll region.
18135         (term-insert-lines): Take into account the scroll region.
18137 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18139         * textmodes/ispell.el (ispell-internal-change-dictionary)
18140         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
18141         (start, end): Move declaration outside of eval-when-compile.
18143         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
18144         (flyspell-mode-on): Use it.
18146         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
18147         ispell-kill-ispell-hook.
18149 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
18151         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18152         (Custom-reset-saved): Do not ask for confirmation in single option
18153         buffers.
18155 2006-01-13  Richard M. Stallman  <rms@gnu.org>
18157         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
18159 2006-01-13  Romain Francoise  <romain@orebokech.com>
18161         * add-log.el (add-change-log-entry, change-log-merge):
18162         Conditionally use `hard-newline'.
18164 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
18166         * wid-edit.el (widget-field-end): If the overlay is no longer
18167         associated with a buffer, behave as if the overlay didn't exist.
18169         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
18170         Make sure the links use the `custom-link' face.
18172 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18174         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
18175         (ld-script-mode): Don't set indent-line-function since we don't
18176         have one.
18178 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
18180         * textmodes/org.el (org-open-file): Use mailcap for selecting an
18181         application.
18182         (org-file-apps-defaults-gnu): Use mailcap as the default for
18183         selecting an application on a UNIX system.
18184         (org-agenda-show-tags): New command.
18185         (org-table-insert-hline): Keep cursor in current table line.
18186         (org-table-convert): Offset effect of modifying
18187         `org-table-insert-hline'.
18188         (org-format-agenda-item): New optional argument TAG.
18189         (org-compile-prefix-format): Handle %T format for the tag.
18190         (org-expand-wide-chars): New function.
18191         (org-table-insert-row, org-table-insert-hline):
18192         Use `org-expand-wide-chars'.
18193         (org-open-file): Fix bug in program launch.
18194         (org-get-time-of-day): Fix bug with times before 1am.
18195         (org-agenda-menu): Add tags commands.
18197 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
18199         * textmodes/ispell.el (ispell-init-process): Include the used
18200         dictionary in ispell process start message.
18201         (ispell-internal-change-dictionary): When flyspell-mode is active
18202         and dictionary is changed, make sure ispell process is restarted
18203         and flyspell word cache cleared out for the current buffer.
18204         (ispell-change-dictionary): Make sure flyspell word cache is
18205         cleared out in all buffers with active flyspell mode when
18206         dictionary is globally changed.
18207         Call ispell-internal-change-dictionary after dictionary change.
18209 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
18211         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
18213         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
18214         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
18215         years.  Fix small differences wrt Makefile.in.
18216         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
18217         Makefile.in does.
18219 2006-01-12  Bill Wohler  <wohler@newt.com>
18221         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
18222         mh-search.el.
18224 2006-01-12  Masatake YAMATO  <jet@gyve.org>
18226         * progmodes/ld-script.el: Update copyright year.
18228 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
18230         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
18231         Don't add widget if setting undefined.
18233 2006-01-12  John Paul Wallington  <jpw@pobox.com>
18235         * help-fns.el (describe-variable): Remove newlines from void
18236         variable output.
18238 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
18240         * wdired.el (wdired-mode-map): Add help echo for
18241         wdired-abort-changes.
18243         * man.el (Man-file-name-regexp): Adjust for a list of files.
18245 2006-01-12  Masatake YAMATO  <jet@gyve.org>
18247         * progmodes/ld-script.el (auto-mode-alist): Support
18248         suffix conventions used in netbsd and eCos.
18250 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
18252         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
18253         (custom-variable-menu, custom-face-menu, custom-group-menu)
18254         (Custom-mode-menu): Change names of menu items.  (As discussed on
18255         emacs-devel.)
18256         (custom-face-menu): Add "Undo Edits" item.
18258         * startup.el (init-file-user): defcustom -> defvar.
18260         * tooltip.el (tooltip-mode): Doc fix.
18262 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18264         * reveal.el (reveal-post-command): window-buffer signals an error on
18265         dead windows rather than returning nil.
18266         (reveal-open-new-overlays): An overlay might die while we open others.
18268 2006-01-11  Bill Wohler  <wohler@newt.com>
18270         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
18271         phrasing in docstring.
18273         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
18274         can give some systems gas.  Add new file mh-buffers.el.
18276 2006-01-06  Masatake YAMATO  <jet@gyve.org>
18278         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
18279         C preprocessor forward ported from GNU Emacs 21.2.
18281         * progmodes/asm-mode.el (asm-font-lock-keywords):
18282         Use `cpp-font-lock-keywords'.
18284         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
18286         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
18287         of $ for "\\.ld[s]?".
18289 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18291         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
18292         (tcl-indent-line): Return `noindent' if inside a string.
18294         * progmodes/flymake.el (flymake-split-string): Remove more than one
18295         empty string at beg/end of the result.
18296         (flymake-find-buildfile, flymake-find-possible-master-files):
18297         Use expand-file-name.
18298         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
18299         since expand-file-name does it for us.  Use directory-file-name.
18300         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
18301         (flymake-ler-get-type, flymake-ler-get-text)
18302         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
18303         (flymake-current-line-no): Remove spurious interactive spec.
18304         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
18305         (flymake-check-include): Remove arg inc-path merged into inc-name.
18306         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
18307         Arg regexp-list replaced by a simple regexp.
18308         (flymake-master-make-header-init, flymake-master-tex-init):
18309         Correspondingly replace regexp-list with a regexp.  Fix regexp.
18311 2006-01-10  Simon Josefsson  <jas@extundo.com>
18313         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
18314         describing AUTH PLAIN fix.
18316 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18318         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
18319         (report-emacs-bug): Don't record initial prompt text.
18320         Instead, add text properties to prompting text.
18321         (report-emacs-bug-hook): Delete prompting text.
18323 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18325         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
18326         `dirs'.  Adjust callers.
18328 2006-01-09  John Paul Wallington  <jpw@gnu.org>
18330         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
18332 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18334         * reveal.el (reveal-open-new-overlays): New extracted fun.
18335         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
18336         using them.  Simplify the code.
18337         (reveal-post-command): Use them.  Fix up obsolete windows in
18338         reveal-open-spots.
18340         * progmodes/flymake.el: Use `require' rather than autoload for
18341         XEmacs's overlays.
18342         (flymake-get-common-file-prefix, flymake-build-relative-filename):
18343         Delete.  Use file-relative-name instead.
18344         (flymake-get-syntax-check-program-args, flymake-perl-init):
18345         Simplify the resulting code.
18347         * log-view.el (log-view-file-re, log-view-message-re): Add support
18348         for DaRCS output.
18350 2006-01-09  Alex Schroeder  <alex@gnu.org>
18352         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
18353         identifiers sometimes added in square brackets at the beginning of
18354         subject lines.
18356 2006-01-07  Richard M. Stallman  <rms@gnu.org>
18358         * cus-edit.el (Custom-set, Custom-save): Doc fix.
18359         (Custom-reset-current, Custom-reset-saved): Change question text.
18360         (Custom-reset-standard): Likewise.
18361         (custom-variable-reset-saved): Doc fix.
18363 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
18365         * startup.el (init-file-user): Doc fix.
18367 2006-01-07  Alex Schroeder  <alex@gnu.org>
18369         * mail/rmail.el (rmail-current-subject): New function.
18370         (rmail-current-subject-regexp): New function.
18371         (rmail-next-same-subject): Use it.
18373         * mail/rmailsum.el (rmail-summary-by-topic):
18374         Use rmail-current-subject and rmail-current-subject-regexp.
18375         (rmail-summary-next-same-subject): Ditto.
18377         * net/rcirc.el (rcirc-send-input): No longer check whether the
18378         process is open, since not all commands need an open process.
18379         (rcirc-send-string): Check whether the process is open before
18380         sending anything.
18381         (rcirc-ignore-list): New option.
18382         (rcirc-ignore-list-automatic): New variable.
18383         (rcirc-print): Take rcirc-ignore-list into account.
18384         (rcirc-cmd-ignore): New command.
18385         (rcirc-ignore-update-automatic): New function.
18386         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
18387         list if ignored nicks.
18388         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
18390 2006-01-06  David Reitter  <david.reitter@gmail.com>
18392         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
18393         reflect the address to which the report will be sent.
18395 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
18397         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
18398         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
18400 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
18402         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
18404         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
18405         the doc string: "functoin" => "function".
18406         * ldefs-boot.el: Likewise.
18408         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
18409         message text: "Duplicat" => "Duplicate".
18411 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
18413         * files.el (basic-save-buffer-2): If backing-up failed, reset
18414         buffer-backed-up to nil.
18416 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
18418         * progmodes/gud.el (gdb-script-skip-to-head)
18419         (gdb-script-calculate-indentation): Indent for breakpoint command
18420         lists also.
18422 2006-01-05  Bill Wohler  <wohler@newt.com>
18424         * Makefile.in (compile-always): Add mh-autoloads dependency.
18425         (bootstrap): Remove mh-autoloads dependency, as compile dependency
18426         provides it.
18427         (updates): Remove mh-autoloads dependency, since it probably has
18428         already run recently (via recompile).
18430 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18432         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
18433         argument `force' to disable the flyspell-last-buffer optimization.
18434         (flyspell-mode-on): Use it.
18436         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
18437         flymake-simple-cleanup.
18438         (flymake-allowed-file-name-masks): Use this new default.
18439         All the functions are now called in the right buffer rather than
18440         passing the buffer as argument.
18441         (flymake-process-sentinel): Switch to buffer before calling cleanup.
18442         (flymake-parse-err-lines): Remove redundant buffer arg.
18443         (flymake-get-program-dir): Comment out unused function.
18444         (flymake-start-syntax-check, flymake-start-syntax-check-process):
18445         Remove redundant buffer argument.
18446         (flymake-get-real-file-name, flymake-simple-java-cleanup)
18447         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
18449 2006-01-05  Richard M. Stallman  <rms@gnu.org>
18451         * info.el (Info-find-node): Don't record previous node if have none.
18452         (info): Go to directory only if history is empty.
18454         * simple.el (mark): Doc fix.
18456 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18458         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
18459         already of desired type.
18460         (mac-ae-list): Coerce parameter to "list" type.
18461         (mac-dispatch-apple-event): Replace cadr part of event with a
18462         dummy position so that event-start returns it.
18464 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
18466         * textmodes/org.el (org-end-of-subtree): New function.
18467         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
18468         Use `org-end-of-subtree'.
18469         (org-agenda, org-agenda-convert-date): Protect calls to
18470         `fit-window-to-buffer'.
18471         (org-tags-view): Force matching of sublevels when doing a
18472         todo-only search.  Define the correct redo command, including the
18473         arguments.
18474         (org-agenda-redo): Display message.
18475         (org-check-for-org-mode): New function.
18476         (org-agenda-type): New variable.
18477         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
18478         Set `org-agenda-type'.
18479         (org-agenda-check-type): New function.
18480         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
18481         (org-agenda-week-view, org-agenda-day-view)
18482         (org-agenda-next-date-line, org-agenda-previous-date-line)
18483         (org-agenda-log-mode, org-agenda-toggle-diary)
18484         (org-agenda-toggle-time-grid, org-agenda-date-later)
18485         (org-agenda-date-prompt, org-agenda-diary-entry)
18486         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18487         (org-agenda-convert-date, org-agenda-menu):
18488         Use `org-agenda-check-type'.
18489         (org-make-overlay, org-delete-overlay)
18490         (org-detatch-overlay, org-move-overlay, org-overlay-put):
18491         New compatibility functions.
18492         (org-calendar-select-mouse): New command.
18494 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
18496         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18497         (Custom-reset-standard): Fix y-or-n-p messages.
18498         (custom-link): New face for links.
18499         (custom-buffer-create-internal, custom-manual): Use it.
18500         (custom-face-save): Push to theme-face before setting face spec.
18502         * wid-edit.el (widget-default-mouse-face-get): New function.
18503         (widget-specify-button): Handle mouse-face like button-face.
18505         * custom.el (load-theme): Clear old theme settings if reloading.
18507 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18509         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18510         "Erase Customization" button back to same position it occupies in
18511         the individual State menus.
18513 2006-01-04  Kim F. Storm  <storm@cua.dk>
18515         * wid-edit.el (key-sequence): Rework widget to read key binding
18516         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
18517         (widget-key-sequence-default-value): Default value for empty sequence.
18518         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
18519         (widget-key-sequence-read-event): New command for C-q.
18520         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18521         (widget-key-sequence-value-to-external): New functions.
18523 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18525         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18526         Use expand-file-name.
18527         (flymake-delete-temp-directory): Use expand-file-name,
18528         file-name-directory, and directory-file-name.
18529         (flymake-strrchr): Delete.
18530         (flymake-start-syntax-check): Don't pass the redundant buffer argument
18531         to the init-f function.
18532         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18533         (flymake-init-find-buildfile-dir)
18534         (flymake-init-create-temp-source-and-master-buffer-copy)
18535         (flymake-simple-make-init-impl, flymake-simple-make-init)
18536         (flymake-master-make-init, flymake-master-make-header-init)
18537         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18538         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18539         (flymake-xml-init): Remove corresponding redundant buffer argument.
18540         (flymake-allowed-file-name-masks): Remove last elems that are equal to
18541         the default anyway.  Clean up regexps.
18543         * progmodes/flymake.el (flymake-temp-source-file-name)
18544         (flymake-master-file-name, flymake-temp-master-file-name)
18545         (flymake-base-dir): New buffer-local vars.
18546         (flymake-buffer-data, flymake-get-buffer-value)
18547         (flymake-set-buffer-value): Replace those hash-tables by the new
18548         buffer-local vars.  Update callers.
18550         * progmodes/flymake.el (flymake-check-start-time)
18551         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18552         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18553         Move definition, so we can remove redundant earlier declaration.
18554         (flymake-replace-regexp-in-string, flymake-split-string)
18555         (flymake-get-temp-dir): Use defalias.
18556         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
18557         (flymake-xemacs-window-edges): Remove unused function.
18558         (flymake-get-point-pixel-pos): Move.
18559         (flymake-pid-to-names, flymake-reg-names)
18560         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18561         Replace by a simple list flymake-processes and by process-buffer.
18562         Update callers.  Other than simplify the code, it uses buffers rather
18563         than buffer-names so it doesn't get confused by uniquify.
18564         (flymake-buffer-data): The global value should just be nil.
18566         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18567         Optimize the body of a defalias like any other code.
18569         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18570         Make sure we've setup font-lock's vars.  It may influence which
18571         function we then call.
18572         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18573         here since it's too late anyway.
18575 2006-01-03  Romain Francoise  <romain@orebokech.com>
18577         * startup.el (fancy-splash-tail, normal-splash-screen):
18578         Update copyright year.
18580 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
18582         * mouse.el (mouse-drag-track): Rename, from
18583         `mouse-drag-region-1'.  Includes optional argument required to
18584         enable post-drag event processing (e.g. delete region keys).
18585         Can be used without this argument to track a mouse region and operate
18586         on it as soon as the drag completes.
18587         (mouse-drag-region): Use `mouse-drag-track'.
18589 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
18591         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18592         Move to `custom-buffer' group.
18594         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18595         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18596         (custom-theme-insert-face-marker, custom-theme-variable-menu)
18597         (custom-theme-face-menu): New variables.
18598         (custom-theme-add-variable, custom-theme-variable-action)
18599         (custom-variable-reset-theme, custom-theme-delete-variable)
18600         (custom-face-reset-theme, custom-theme-face-action)
18601         (custom-theme-delete-face, custom-theme-merge-theme)
18602         (custom-theme-add-face, custom-theme-visit-theme): New functions.
18604 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
18606         * custom.el: Move Custom Themes commentary to start of theme code.
18607         (custom-known-themes): Rename `standard' theme to `changed'.
18608         (custom-push-theme): Caller no longer specifies what theme to use
18609         when doing `reset'---the setting is simply removed from the theme.
18610         Delete MODE from `theme-value' and `theme-settings' properties.
18611         (custom-declare-theme): Ignore &rest args since we don't use them.
18613         (custom-loaded-themes): Delete variable.
18614         (custom-theme-load-themes, custom-theme-loaded-p)
18615         (custom-theme-value): Delete functions.
18617         (custom-declare-theme): Signal error on invalid theme names.
18618         (provide-theme): custom-loaded-themes was deleted.
18619         (load-theme): Load the file unconditionally.
18620         (enable-theme): Call `load-theme' if theme is undefined.
18621         (custom-enabled-themes): Only update value for successful loads.
18622         (disable-theme): Complete from enabled themes when interactive.
18623         (custom-variable-theme-value): Calculate theme value directly.
18625         (custom-theme-reset-variables, custom-reset-variables): Mark as
18626         XEmacs compatibility functions.  We don't actually use these.
18628         * cus-edit.el (custom-variable-state-set):
18629         Use custom-variable-theme-value instead of custom-theme-value.
18630         (custom-face-state-set): Rename `standard' theme to `changed'.
18631         (custom-save-variables, custom-save-faces): Delete unneeded
18632         references to custom-reset-variables.
18633         (custom-save-resets): Delete function.
18634         (custom-save-variables, custom-save-faces): MODE argument deleted.
18635         (custom-save-variables, custom-save-faces): Ignore theme values.
18637         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18638         compatibility function.
18640 2006-01-01  Richard M. Stallman  <rms@gnu.org>
18642         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18643         (Custom-reset-current, Custom-reset-saved): Likewise.
18644         (Custom-reset-standard): Show message if aborted.
18645         (custom-mode): Doc fix, describing those commands.
18647         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18648         put on event-kind property.
18650 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
18652         * custom.el (provide-theme): Ban `user' theme name.
18653         (custom-enabling-themes): New variable.
18654         (enable-theme): Don't enable user if custom-enabling-themes is t.
18655         (custom-enabled-themes): Make it a defcustom.
18656         (custom-theme-recalc-face): No-op if face is undefined.
18658         * cus-edit.el (custom-button-mouse): New variable.
18659         (custom-button-mouse): New face.
18660         (custom-raised-buttons, custom-mode): Use it.
18662         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18664 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
18666         * progmodes/gud.el (gud-display-line): Support hl-line in the
18667         source buffer.
18669 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
18671         * mouse.el (mouse-drag-window-above): Verify that the found window
18672         overlaps with the given window in the horizontal dimension.
18674 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
18676         * Makefile.in (cvs-update): New target.
18678         * makefile.w32-in (cvs-update): Ditto.
18680 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
18682         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18683         (custom-new-theme-mode-map): New variable.
18685 2005-12-30  Richard M. Stallman  <rms@gnu.org>
18687         * custom.el (custom-load-themes): Function deleted.
18689         * cus-edit.el (custom-save-loaded-themes): Function deleted.
18690         (custom-save-variables): Don't delete or add custom-load-themes call.
18692 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18694         * cus-start.el: Add `visible-cursor'.
18696         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18697         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18698         (flymake-process-filter): Switch to buffer before calling it instead.
18699         (flymake-post-syntax-check, flymake-highlight-err-lines)
18700         (flymake-delete-own-overlays, flymake-parse-err-lines)
18701         (flymake-start-syntax-check, flymake-start-syntax-check-process)
18702         (flymake-count-lines, flymake-parse-residual):
18703         Remove constant buffer argument.
18704         (flymake-start-syntax-check-for-current-buffer): Remove.
18705         Update callers to use flymake-start-syntax-check instead.
18706         (flymake-display-err-menu-for-current-line):
18707         Remove unused var `mouse-pos'.
18708         (flymake-restore-formatting): Comment out unused function.
18709         (flymake-report-status, flymake-report-fatal-status): Remove buffer
18710         argument, use current-buffer instead.  Update callers.
18712 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18714         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18715         buffer-local because choose-completion-delete-max-match requires
18716         that we set completion-ignore-case (i.e., binding via let is not
18717         sufficient).
18718         (bibtex-complete): Always set completion-ignore-case and
18719         choose-completion-string-functions.  The latter is needed because
18720         choose-completion-string-functions keeps its value if we quit the
18721         *Completions* buffer without requesting a completion.
18723 2005-12-30  Andreas Schwab  <schwab@suse.de>
18725         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18727 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
18729         * jit-lock.el (jit-lock-chunk-size): Doc fix.
18731 2005-12-30  Juri Linkov  <juri@jurta.org>
18733         * locate.el (locate-fcodes-file, locate-header-face)
18734         * progmodes/delphi.el (delphi-other-face)
18735         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18737         * paren.el (show-paren-match, show-paren-mismatch): Use existing
18738         group `paren-showing-faces'.
18740         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18741         (goto-address): Fix docstring.
18743         * net/webjump.el (webjump-sample-sites): Update URLs.
18745         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18747         * subr.el (cancel-change-group): Add listp around pending-undo-list.
18749 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18751         * font-lock.el (font-lock-compile-keywords): Signal an error when
18752         font-lock-set-defaults hasn't been called.
18754 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
18756         * subr.el (noreturn, 1value): Doc fixes.
18758 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18760         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18761         that assoc-string returns nil.
18763 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18765         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18766         (bibtex-entry-type-str, bibtex-empty-field-re)
18767         (bibtex-search-backward-string, bibtex-preamble-prefix)
18768         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18769         (bibtex-any-valid-entry-type): New variable.
18770         (bibtex-parse-field-name): Simplify.
18771         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18772         (bibtex-preamble-prefix): Include left delimiter.
18773         (bibtex-search-forward-field, bibtex-search-backward-field):
18774         Allow unbounded search past entry boundaries (required by bibtex-pop).
18775         (bibtex-text-in-field-bounds): Use push.
18776         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18777         (bibtex-parse-preamble, bibtex-valid-entry)
18778         (bibtex-beginning-first-field): New functions.
18779         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
18780         (bibtex-map-entries): Fix docstring.
18781         (bibtex-flash-head): New arg prompt.  Simplify.
18782         (bibtex-enclosing-field): Include code of bibtex-inside-field.
18783         (bibtex-insert-kill): Simplify.  Always insert text past the
18784         current field or entry.
18785         (bibtex-format-entry): Use bibtex-parse-field.
18786         (bibtex-pop): Use bibtex-beginning-of-entry and
18787         bibtex-end-of-entry to initiate the search.  Insert empty field if
18788         we found ourselves.
18789         (bibtex-print-help-message): New args field and comma.
18790         Handle entry keys.
18791         (bibtex-make-field): Use bibtex-beginning-of-entry.
18792         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
18793         invalid entry.
18794         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18795         Handle preambles.  Simplify code for thorough test.
18796         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18797         New arg comma.  Handle entry heads.
18798         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18799         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18800         New arg comma.
18801         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18802         (bibtex-fill-field): Simplify.
18803         (bibtex-fill-entry): Use bibtex-beginning-first-field and
18804         bibtex-parse-field.
18805         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18806         (bibtex-complete): Use bibtex-parse-preamble.
18808 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
18810         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18811         Display name of expression instead of convenience variable.
18812         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18814         * progmodes/gud.el (gud-tooltip-dereference): Rename from
18815         toggle-gud-tooltip-dereference.
18816         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18817         (gud-tooltip-tips): ...here when dereferencing.
18819 2005-12-28  Bill Wohler  <wohler@newt.com>
18821         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18823 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18825         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18826         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
18827         (vc-annotate-display-autoscale): Adjust call.
18828         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
18829         Fix interactive spec.
18830         (vc-annotate-time-span): Remove.
18831         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18832         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18833         (vc-annotate-display-select): Use new name.
18835         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18836         (vc-annotate-mode-menu): Remove left-over redundant declaration.
18837         Correct the construction of span entries.  Simplify.
18838         (vc-annotate-display-select): Fix the nil case.
18839         (vc-annotate): Remove obsolete (and now broken) code.
18840         (vc-annotate-extract-revision-at-line): Remove obsolete code.
18841         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
18843 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
18845         * subr.el (lazy-completion-table): Correct typo in docstring.
18847         * startup.el (command-line): Use `custom-reevaluate-setting' for
18848         `send-mail-function'.
18850         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18852 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
18854         * mail/smtpmail.el (smtpmail-try-auth-methods):
18855         Send credentials together with "AUTH PLAIN" command.
18857 2005-12-27  Richard M. Stallman  <rms@gnu.org>
18859         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18860         mouse-2, go back to previously selected window, so it's selected
18861         when mouse-2 command runs.
18863 2005-12-27  Juri Linkov  <juri@jurta.org>
18865         * descr-text.el (describe-text-sexp): Use square brackets for
18866         button [Show] to distinguish it from the property value `show'.
18867         (describe-property-list): Use `insert-text-button' with
18868         `help-face' type instead of putting face in quotes, because button
18869         is not created automatically for a list of faces.
18870         (describe-text-properties-1): Put button-type value in quotes to
18871         distinguish from plain text "button".
18872         (describe-char): Display code point values in hex.  Don't use
18873         `symbol-name' for `current-input-method' because it is a string.
18874         Use `insert-text-button' with `help-face' type instead of putting
18875         hardcoded face in quotes, because button is not created automatically.
18877 2005-12-27  Richard M. Stallman  <rms@gnu.org>
18879         * progmodes/glasses.el (glasses-face): More specific custom type.
18881         * files.el (set-visited-file-name): Doc fix.
18883         * textmodes/flyspell.el (flyspell-external-point-words):
18884         Use local var buffer-scan-pos to advance scan for next misspelling.
18885         Advance it only after we find the misspelling.
18887 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
18889         * textmodes/flyspell.el (flyspell-external-point-words):
18890         New criteria for finding the misspelling in the buffer.
18892 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
18894         * help-mode.el (help-insert-string): Set help-xref-stack-item
18895         rather than call help-setup-xref.
18897         * descr-text.el (describe-char): Revert previous changes for
18898         optional buffer argument.
18900 2005-12-27  Juri Linkov  <juri@jurta.org>
18902         * help-mode.el (help-insert-string): New function.  Save buffer
18903         contents in cases where it is impossible to recompute the old contents.
18905         * descr-text.el (describe-char): Set help-xref-stack-item
18906         explicitly after buffer has been generated.
18908 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18910         * cus-start.el (all): Add x-gtk-show-hidden-files.
18912 2005-12-26  Richard M. Stallman  <rms@gnu.org>
18914         * replace.el (perform-replace): Calculate match-again
18915         before skipping read-only matches.
18917         * paren.el (paren-showing-faces): New group.
18918         (show-paren-match, show-paren-mismatch): Move to that group.
18920         * button.el (button): Put into group `basic-faces'.
18922         * progmodes/make-mode.el: Remove faces from group `faces'.
18924         * apropos.el (apropos, apropos-value): Doc fix.
18925         (apropos-documentation): Doc fix.
18927 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18929         * subr.el (lazy-completion-table): Remove argument `args'.
18931         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18932         Don't use the `args' argument of lazy-completion-table.
18934 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
18936         * descr-text.el (describe-char): Add optional argument for buffer.
18937         Set buffer appropriately.  Call help-setup-xref.
18938         Suggested by Stefan Monnier.
18940 2005-12-26  Juri Linkov  <juri@jurta.org>
18942         * descr-text.el: Require `help-fns' at runtime.  Don't require
18943         `button' for byte compilation.
18944         (describe-text-widget): Add `help-echo' for first button.
18945         Use `help-info' for second.
18946         (describe-property-list): Use `help-argument-name' instead of `italic'.
18947         (describe-text-category): Add prompt to interactive spec.
18948         Call `help-setup-xref'.
18949         (describe-char): Use `help-character-set'.  Add `help-echo' for
18950         code point.  Use `help-input-method'.  Remove superfluous insert.
18952 2005-12-25  Richard M. Stallman  <rms@gnu.org>
18954         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18955         at point, in case of narrowing.
18957         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18959         * locate.el (locate-header-face): Allow nil in type.
18961         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18963 2005-12-25  Romain Francoise  <romain@orebokech.com>
18965         * battery.el (battery-linux-proc-acpi): Also try
18966         `/proc/acpi/thermal_zone/THM0/temperature'.
18968 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
18970         * custom.el (custom-push-theme): Fix docstring.
18972         * cus-edit.el (custom-variable-set, custom-variable-save)
18973         (custom-variable-save): Custom-quote widget values.
18974         (customize-save-variable): Fix custom-push-theme call.
18976 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
18978         * w32-fns.el (w32-batch-update-autoloads): New function.
18980         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18981         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18982         from the command line.
18984 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
18986         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
18987         reset means to remove setting from theme entirely.  Don't keep
18988         expanding theme-settings list; delete old entries if necessary.
18990         * cus-edit.el (custom-buffer-create-internal): Move "Erase
18991         customization" button one line up.
18992         (custom-themed): New face.
18993         (custom-magic-alist): New value, THEMED, for theme settings.
18994         (custom-variable-state-set, custom-face-state-set):
18995         Check theme-value instead of saved-value.
18996         (custom-variable-reset-standard, custom-face-reset-standard):
18997         Remove theme setting entirely.  Recalculate new values.
18998         (custom-variable-set, custom-variable-set)
18999         (custom-variable-reset-saved, custom-variable-reset-backup)
19000         (custom-face-set, custom-face-reset-saved): Update `user' theme.
19001         (custom-variable-save): Fix typos.
19003 2005-12-23  Juri Linkov  <juri@jurta.org>
19005         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
19006         Add autoload cookies.
19007         (edebug-outside-d-c-i-n-s-w): New variable.
19008         (edebug-display, edebug-outside-excursion): Use it to save the
19009         original value of default-cursor-in-non-selected-windows.
19010         Set default-cursor-in-non-selected-windows to t while Edebug
19011         is active.
19012         (edebug-mode, edebug-eval-mode): Doc fix.
19014         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
19015         with `buffer-substring-no-properties' to remove common substring
19016         highlighting.
19018         * info.el (info-other-window, info): Rename function argument
19019         `file' to `file-or-node'.
19020         (Info-complete-menu-item): Use local variable `complete-nodes' to
19021         keep the global value of `Info-complete-nodes' unchanged for
19022         subsequent completions.
19023         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
19025         * simple.el (get-next-valid-buffer, last-buffer)
19026         (next-error-buffer-p, next-error-find-buffer)
19027         (minibuffer-history-sexp-flag): Doc fix.
19029         * savehist.el (savehist-mode-hook): Add `:group'.
19031         * log-view.el: Call autoload for vc-find-version.
19032         (log-view-current-file): Adjust subgroup numbers.
19033         (log-view-current-tag): Add `length'.
19035 2005-12-23  Richard M. Stallman  <rms@gnu.org>
19037         * vc.el (vc-annotate-car-last-cons): Defn moved up.
19039 2005-12-23  Juri Linkov  <juri@jurta.org>
19041         * hi-lock.el (hi-lock-archaic-interface-message-used)
19042         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
19043         (hi-lock-mode): Display "Hi" in the mode line only when
19044         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
19045         (hi-lock-write-interactive-patterns):
19046         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
19047         (hi-lock-set-pattern, hi-lock-set-file-patterns)
19048         (hi-lock-font-lock-hook): Set 3rd arg `how' of
19049         font-lock-add-keywords to t.
19051 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
19053         * hi-lock.el (hi-lock-highlight-range): New variable.
19054         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
19055         only if font-lock-fontified is non-nil.  Remove overlays.
19056         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
19057         font-lock-fontified is non-nil, otherwise use overlays (instead of
19058         text properties).
19059         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
19060         New variables.
19061         (hi-lock-string-serialize): New function.
19063 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19065         * menu-bar.el (menu-find-file-existing): New function.
19066         (menu-bar-file-menu): Use menu-find-file-existing for Open.
19068         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
19070 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19072         * vc.el: Remove unnecessary leading * in docstrings.
19073         (vc-annotate-mode-map): Move initialization into declaration.
19074         (vc-static-header-alist): Nitpick on the regexp.
19075         (vc-default-init-version): New fun.
19076         (vc-register): Use it.
19077         (vc-insert-headers): Use dolist.
19078         (vc-annotate-get-backend): Remove unused function.
19079         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
19080         (vc-annotate-mode): Remove corresponding call.
19081         (vc-annotate-car-last-cons): Simplify.
19082         (vc-annotate-buffers): Remove var.
19083         (vc-annotate-backend): Make it buffer-local.
19084         (vc-annotate): Move the interaction to the interactive spec.
19085         Add a `buf' argument.
19086         (vc-annotate-warp-version): Use this new `buf' argument to avoid
19087         killing&creating a vc-annotate buffer, which is very disruptive when
19088         the buffers are shown in dedicated frames.
19090 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
19092         * descr-text.el: Add FSF as maintainer.
19093         (describe-text-mode, describe-text-mode-map)
19094         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
19095         help-mode.
19096         (describe-text-widget, describe-text-sexp)
19097         (describe-property-list, describe-text-category)
19098         (describe-text-properties, describe-text-properties-1)
19099         (describe-char): Use help buttons instead of widgets.
19100         (describe-char-unicodedata-file): Make URL link in doc string.
19102 2005-12-22  Richard M. Stallman  <rms@gnu.org>
19104         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
19105         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
19106         Don't include buttons that write a file when there's no file.
19107         (custom-variable-menu, custom-face-menu, custom-group-menu):
19108         Don't include commands that write a file when there's no file.
19109         (customize-browse): Reword the top-of-buffer help intro.
19110         (custom-buffer-create-internal): Fix previous change.
19111         (customize-changed-options-previous-release): Prev release is 21.1.
19112         (customize-changed-options): Doc fix.
19113         (customize-changed): New alias.
19114         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
19115         Say "standard values".
19116         (Custom-reset-standard): Doc fix.
19117         (custom-face-reset-standard): Doc fix.
19119 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19121         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
19122         even if font-lock-mode is non-nil since it may be t without having
19123         turned on font-lock-mode-internal.
19124         (font-lock-choose-keywords): Minor optimization.
19125         (font-lock-add-keywords, font-lock-remove-keywords)
19126         (font-lock-set-defaults): Don't call make-local-variable on a variable
19127         that we know to already be local.
19129 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19131         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
19132         messages if in the minibuffer.
19134 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19136         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
19137         (tex-mode-flyspell-verify, flyspell-get-word)
19138         (flyspell-external-point-words): Don't use point-min/max uselessly.
19140         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
19141         by Kevin Rodgers.  Instead, just hide the completions buffer if we
19142         don't need to show it.
19144 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
19146         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
19148 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19150         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
19151         delete-windows-on with an inexistent buffer.
19153 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
19155         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19156         Delete defcustom variable :tag names.
19158 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19160         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
19161         (log-view-font-lock-keywords): Ajust subgroup numbers.
19162         (log-view-current-tag): Don't hard code the number of subgroups.
19164 2005-12-20  Juri Linkov  <juri@jurta.org>
19166         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
19167         (tooltip-x-offset, tooltip-y-offset): Doc fix.
19169         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19170         (menu-bar-non-minibuffer-window-p): Instead of checking
19171         display-multi-frame-p, use selected-frame when menu-updating-frame
19172         is nil.
19174 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
19176         * align.el (align-rules-list): Use [ \t] instead of \s-
19177         for column separators in text mode.
19179 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
19181         * help-mode.el (help-customize-variable, help-customize-face):
19182         Don't pop help-xref-stack as help-follow no longer pushes
19183         anything on to it.
19185 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
19187         * textmodes/org.el (org-agenda-custom-commands): New option.
19188         (org-agenda): Offer custom commands on splash screen.
19189         (org-make-tags-matcher): Parser for Boolean logic added.
19190         (org-agenda-set-tags): New command.
19191         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
19192         (org-set-tags): Efficiency improvements.
19193         (org-auto-align-tags): New option.
19194         (org-todo, org-demote, org-promote): Realign tags.
19195         (org-tags-completion-function): Use also "&" and "|" as separators.
19196         (org-org-menu): Agenda commands simplified.
19198 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
19200         * cus-edit.el (customize-apropos, customize-apropos-options):
19201         Docstring changes.
19203         * font-lock.el (font-lock): Add tags to the links in the defgroup.
19205 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
19207         * longlines.el (longlines-mode): Wrap while widened.
19208         (longlines-decode-region, longlines-encode-region): Compute max
19209         just once.
19211 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19213         * cus-edit.el (mac): New group.
19215         * cus-start.el (all): Add user options in macterm.c.  Add test for
19216         Mac-related built-ins.  Fix test for GTK-related built-ins.
19218         * term/mac-win.el (mac-handle-language-change)
19219         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
19220         (mac-services-open-selection, mac-services-mail-selection)
19221         (mac-services-mail-to, mac-services-insert-text)
19222         (mac-dispatch-apple-event): Add docstrings.
19223         (x-get-selection, mac-select-convert-to-string): Select coding
19224         system from `utf-16be' and `utf-16le' using `byteorder'.
19226 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19228         * subr.el (lazy-completion-table): Don't be fooled if the var holds
19229         a "list" (lambda ...) rather than a real completion list.
19231         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
19232         lexical-let when encountering ((lambda (...) ...) ...).
19234 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
19236         * progmodes/sh-script.el (sh-mode):
19237         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
19238         * textmodes/picture.el (picture-mode): Update docstrings.
19240 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
19242         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
19243         commands enclosed in $(ARGQUOTE)s should not be split between two
19244         lines, as that will break with GNU Make >3.80, when sh.exe is used
19245         and arg quoting is with '..'.
19246         (autoloads): Don't break the quoted --eval expression between
19247         several lines.
19249 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
19251         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
19252         Capture error from printing circular structures.
19254 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
19256         * wid-edit.el (widget-checkbox-action): Clear undo info.
19258 2005-12-16  Bill Wohler  <wohler@newt.com>
19260         * menu-bar.el (kill-this-buffer): Set a good example by using menu
19261         bar, not menubar in comment.
19263 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19265         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
19266         After-change-functions should not clobber the match data.
19268 2005-12-16  Juri Linkov  <juri@jurta.org>
19270         * simple.el (choose-completion): Use `buffer-substring-no-properties'
19271         instead of `buffer-substring'.
19272         (completion-common-substring): Doc fix.
19273         (completion-setup-function): Use minibuffer-completion-contents
19274         instead of minibuffer-contents.  Don't set common-string-length
19275         initially.  Remove special handling of partial-completion-mode.
19276         Move computation of completion-base-size into one cond.
19277         Call completion-base-size-function in mainbuf.  In computation of
19278         completion-base-size for file name completion don't move point to
19279         the end of the minibuffer.  Move computation of common-string-length
19280         into one cond.  Start putting faces only when common-string-length>=0.
19281         Add condition to put completions-common-part when
19282         common-string-length>0.
19284         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
19285         place point at the first different character in the minibuffer
19286         even if this position is at the beginning of the minibuffer.
19288         * info.el (Info-read-node-name-1): In completion-base-size-function's
19289         lambda return 1 if common-substring or minibuffer-completion-contents
19290         starts with (, and 0 otherwise.
19292         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
19293         Use `crm-current-element' for second arg of `display-completion-list'.
19295 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
19297         * files.el (set-auto-mode): Look for an interpreter specified on
19298         the first line also if search for mode specification succeeded,
19299         but the mode is not known.
19301 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
19303         * textmodes/org.el (org-tags-match-list-sublevels): New option.
19304         (org-open-at-point): Implement tag searches as links.
19305         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
19306         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
19307         (org-tags-sparse-tree, org-tags-view, org-set-tags)
19308         (org-agenda-dispatch): New commands.
19309         (org-use-tag-inheritance, org-tags-column): New options.
19310         (org-tab-follows-link, org-return-follows-link): New options.
19311         (org-tags): New customize group.
19312         (org-start-icalendar-file): Get local time zone.
19313         (org-tags-completion-function): New function.
19314         (org-set-font-lock-defaults): Make sure links will also be
19315         highlighted inside headlines.
19317 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
19319         * term.el (term-emulate-terminal):
19320         Let term-handle-ansi-terminal-messages override what Bash says about
19321         its current directory.
19323 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19325         * bindings.el (last-buffer): Move to simple.el.
19326         * simple.el (last-buffer): Move here.
19327         (get-next-valid-buffer): New function.
19328         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
19329         (prev-buffer): Ditto.  Rename to `previous-buffer'.
19331         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
19332         * bindings.el (global-map): Ditto.
19334 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
19336         * cus-edit.el: Introductory comment change.
19337         (custom-magic-alist): Change message string for the `rogue' state.
19339 2005-12-15  Richard M. Stallman  <rms@gnu.org>
19341         * tooltip.el: Delete defcustom variable :tag names.
19343         * complete.el (partial-completion-mode): Doc fix.
19345         * textmodes/flyspell.el (flyspell-external-point-words):
19346         Use save-excursion to ensure we don't move backward in the
19347         search loop, not even one character.
19348         (flyspell-delete-all-overlays): Use remove-overlays directly.
19350         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
19351         (ispell-start-process): Set that variable.
19352         Clear ispell-buffer-local-name.
19353         (ispell-internal-change-dictionary):
19354         Set ispell-current-dictionary after killing process.
19355         (ispell-buffer-local-dict):
19356         Don't set spell-personal-dictionary after killing process.
19357         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
19358         (ispell-tex-skip-alists, ispell-html-skip-alists)
19359         (ispell-skip-region-alist): Mark as risky.
19361         * net/newsticker.el (newsticker--retrieval-timer-list)
19362         (newsticker--display-timer, newsticker-running-p)
19363         (newsticker-ticker-running-p): Definitions moved up.
19365 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
19367         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
19369 2005-12-15  David Ponce  <david@dponce.com>
19371         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
19372         (recentf-edit-list, recentf-open-files): Signal an error when
19373         there is no recent file.
19375 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
19377         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
19378         read-only except for texinfo-format-region evaluation.
19380 2005-12-14  Richard M. Stallman  <rms@gnu.org>
19382         * vc.el (vc-default-previous-version, vc-default-next-version)
19383         (vc-do-command): Doc fixes.
19385 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19387         * textmodes/bibtex.el (bibtex-expand-strings)
19388         (bibtex-autokey-expand-string, bibtex-name-part)
19389         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
19390         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
19391         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
19392         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
19393         (bibtex-entry-postfix, bibtex-known-entry-type-re)
19394         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
19395         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
19396         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
19397         (bibtex-beginning-of-last-entry): Remove.
19398         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
19399         message if comma is missing but buffer is read-only.
19400         (bibtex-parse-field-text): Handle whitespaces at the end of field
19401         text.  Return 3-element list with beginning and end of field text
19402         and end of field.
19403         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
19404         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
19405         (bibtex-search-forward-field, bibtex-search-backward-field):
19406         Search always delimited by limits of entry.  Use more efficient
19407         search algorithms.
19408         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
19409         bibtex-end-of-name-in-field.
19410         (bibtex-text-in-field-bounds): Handle BibTeX strings when
19411         extracting the content of a field.
19412         (bibtex-text-in-field): Use search limits.
19413         (bibtex-parse-string-prefix): Handle empty string keys based on
19414         bibtex-string-empty-key.
19415         (bibtex-parse-string): Fix docstring.
19416         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
19417         (bibtex-preamble-prefix, bibtex-strings): New functions.
19418         (bibtex-skip-to-valid-entry): Include preceding whitespace in
19419         BibTeX entries (consistent with other BibTeX functions).
19420         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
19421         (bibtex-search-entry): Fix docstring.  Simplify.
19422         (bibtex-flash-head, bibtex-complete-string-cleanup)
19423         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
19424         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
19425         (bibtex-parse-entry): New optional arg content.
19426         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
19427         Use bibtex-text-in-field-bounds.
19428         (bibtex-print-help-message): Handle BibTeX strings and preambles.
19429         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
19430         bibtex-parse-string-postfix.
19431         (bibtex-find-text-internal): New function.
19432         (bibtex-remove-delimiters): Use it.
19433         (bibtex-find-text): Use it.  New optional arg help.
19434         (bibtex-complete): Handle BibTeX string and preamble entries.
19435         (bibtex-Preamble): Fix order of closing delimiters.
19437 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19439         * vc.el (vc-default-revert): New fun.
19441         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
19443 2005-12-14  Romain Francoise  <romain@orebokech.com>
19445         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
19446         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
19447         (font-lock-remove-keywords): Likewise.
19449 2005-12-14  Juri Linkov  <juri@jurta.org>
19451         * log-view.el (log-view-diff): Doc fix.
19453         * isearch.el (isearch-query-replace): Use (mark) instead of
19454         isearch-opoint if mark is active in transient-mark-mode.
19456 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
19458         * isearch.el (isearch-query-replace): Check for isearch-other-end.
19460 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
19462         * progmodes/cpp.el (cpp-face): New widget.
19463         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
19465 2005-12-14  Juri Linkov  <juri@jurta.org>
19467         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
19468         around `erase-buffer' and `insert'.
19470         * descr-text.el (describe-text-properties): Replace buffer name
19471         "*Help-2*" with "*Help*<2>".
19472         (describe-char): Add functions print-help-return-message,
19473         toggle-read-only.  Use help-setup-xref with nil to not store
19474         describe-char in help-xref-stack.  Use help-make-xrefs to
19475         make [back] button.
19477         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
19479         * wdired.el (wdired-old-point): New internal variable.
19480         (wdired-change-to-wdired-mode): Set it buffer-locally.
19481         (wdired-abort-changes): Restore point after aborting changes.
19483 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19485         * vc.el (vc-do-command): Add a new value t for okstatus.
19487         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19488         frame in case of errors.
19490 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19492         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19493         so it comes after "On the Left" in the menu.
19495 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
19497         * cus-edit.el (customize-apropos, customize-apropos-options)
19498         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19500 2005-12-12  Bill Wohler  <wohler@newt.com>
19502         * vc-svn.el (vc-svn-registered): Fix problem of visiting
19503         non-writable Subversion-controlled files by saving window
19504         configuration before calling vc-do-command.  vc-do-command calls
19505         pop-to-buffer on error which is unexpected during registration.
19507 2005-12-12  Jay Belanger  <belanger@truman.edu>
19509         * calc/README: Update the summary of changes.
19511 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19513         * descr-text.el (describe-char): Rework last fix to solve the problem
19514         is the same way it's solved for everything else in that function
19515         (i.e. by extracting the info before setting up the *Help* buffer).
19517 2005-12-12  Kim F. Storm  <storm@cua.dk>
19519         * subr.el (version-regexp-alist): Allow space as separator before
19520         non-numeric part, e.g. "1.0 alpha".
19521         (version-to-list): Interpret .X.Y version as 0.X.Y version.
19523 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
19525         * textmodes/org.el (org-agenda, org-timeline, org-todo):
19526         Implement Logging and the keep-modes setting.
19527         (org-get-category): Make sure a string is returned.
19528         (org-log-done): New function.
19529         (org-log-done, org-closed-string): New options.
19531 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19533         * tooltip.el (tooltip-y-offset): Change default to 20.
19535 2005-12-12  Richard M. Stallman  <rms@gnu.org>
19537         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19539         * frame.el (display-hourglass): Doc fix.
19541         * help.el (help-for-help-internal): Simplify entry for `a'.
19543         * info.el (Info-on-current-buffer): Doc fix.
19544         (info-insert-file-contents): Don't test (featurep 'jka-compr).
19546         * startup.el (inhibit-splash-screen): Make this the real name.
19547         (inhibit-startup-message): Make this the alias.
19548         (command-line): Find only simple.el, and use its directory
19549         to fill in other preloaded files' names.
19550         (command-line): Deactivate the mark if deactivate-mark is set.
19552         * international/mule.el (load-with-code-conversion):
19553         Bind deactivate-mark.
19555         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19557 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
19559         * cus-edit.el (customize-apropos): Avoid listing an option more
19560         than once under different aliases.  No longer list user options
19561         that are not defined with defcustom (unless a prefix arg is given).
19562         Doc fix.
19563         (customize-apropos-options): Doc fix.
19565 2005-12-11  Juri Linkov  <juri@jurta.org>
19567         * frame.el (set-background-color, set-foreground-color)
19568         (set-cursor-color, set-mouse-color, set-border-color):
19569         Add explicit prompts to read colors by `facemenu-read-color'.
19570         (show-trailing-whitespace, blink-cursor-delay)
19571         (blink-cursor-interval, display-hourglass, hourglass-delay):
19572         Remove tags.
19573         (display-hourglass, hourglass-delay): Doc fix.
19574         (cursor-in-non-selected-windows): Capitalize words in tag.
19576         * faces.el (frame-background-mode): Replace `choice-item' keywords
19577         with `const' to not make [default] button.  Change default value tag
19578         from `default' to `automatic'.  Doc fix.
19579         (trailing-whitespace) <defface>: Change group `whitespace' to
19580         `whitespace-faces'.
19582 2005-12-11  Richard M. Stallman  <rms@gnu.org>
19584         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19586 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19588         * term/mac-win.el: Create keymap for mac-apple-event-map.
19590 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
19592         * tooltip.el (tooltip-mode): Move to start of file so that it
19593         appears at top of customize buffer.
19595         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19596         Add the gud groupname.
19597         (gud-tooltip-mode): Add the tooltip groupname.
19598         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
19599         avoid conflict with tooltip-use-echo-area.
19601 2005-12-10  Romain Francoise  <romain@orebokech.com>
19603         * help.el (help-for-help-internal): Add `r' in doc string.
19605 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19607         * align.el (align-regexp, align-highlight-rule):
19608         Use region-beginning and region-end instead of point and mark, so that
19609         repetition (with `repeat-complex-command') recomputes the region
19610         bounds.
19612 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
19614         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19615         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19616         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19617         (balance-windows): Rewrite using the above new functions.
19619 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
19621         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19622         react if global-hi-lock-mode seems intended.
19623         (global-hi-lock-mode): Renamed from hi-lock-mode.
19624         (hi-lock-archaic-interface-message-used)
19625         (hi-lock-archaic-interface-deduce): New variables.
19626         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19627         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19628         (hi-lock-find-patterns, hi-lock-font-lock-hook):
19629         Replace hi-lock-buffer-mode with hi-lock-mode.
19631 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19633         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19634         completion list, even after a partial completion has been
19635         inserted in the current buffer.  If there are more than 1
19636         completion, redisplay the *Completions* buffer; if the
19637         completion is unique, delete the *Completions* window.
19639 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
19641         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19642         strings and long subject lines that were broken into multiple
19643         lines at arbitrary places.  Handle subjects that have "Re: " in
19644         the middle.
19646 2005-12-10  John W. Eaton  <jwe@octave.org>
19648         * progmodes/octave-mod.el (octave-electric-space): Don't indent
19649         comments or strings if octave-auto-indent is nil.
19651 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19653         * term/mac-win.el: Require url when compiling.
19654         Call mac-process-deferred-apple-events after loading init files.
19655         (mac-apple-event-map): New defvar.  Define event handlers in it.
19656         (core-event, internet-event): New Apple event class symbols.
19657         (open-application, reopen-application, open-documents)
19658         (print-documents, open-contents, quit-application)
19659         (application-died, show-preferences, autosave-now, get-url):
19660         New Apple event ID symbols.
19661         (about): New HICommand ID symbol.
19662         (mac-event-spec, mac-event-ae): New macros.
19663         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19664         (mac-ae-selection-range, mac-ae-text-for-search)
19665         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19666         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
19667         and Services menu events are now defined in mac-apple-event-map.
19668         (mac-drag-n-drop): Remove selection range handling.
19670 2005-12-10  Kenichi Handa  <handa@m17n.org>
19672         * simple.el (zap-to-char):
19673         * isearch.el (isearch-process-search-char): Translate CHAR by
19674         translation-table-for-input.
19676 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
19678         * foldout.el (foldout-exit-fold): Properly hide subtree.
19680 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19682         * files.el (save-buffer):
19683         * international/ucs-tables.el (ucs-set-table-for-input):
19684         * mail/mail-extr.el (mail-extract-address-components):
19685         * mail/sendmail.el (mail-mode): Reformat doc string.
19687 2005-12-09  Juri Linkov  <juri@jurta.org>
19689         * isearch.el (isearch-highlight): Change main overlay priority
19690         from 1 to 1001.  Simplify.
19691         (isearch-lazy-highlight-update): Change lazy overlay priority
19692         from 0 to 1000.
19694         * replace.el (replace-highlight): Change overlay priority from
19695         1 to 1001.
19697         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19698         Change overlay priority from 1 to 1001.  Reuse existing overlay.
19700         * compare-w.el (compare-windows-highlight): Change overlay
19701         priority from 1 to 1000.
19703         * menu-bar.el (menu-bar-edit-menu): Add listp around
19704         pending-undo-list to disable menu item "undo" when pending
19705         undo list is empty.
19707         * locate.el (locate): Disable undo in *Locate* buffer.
19709 2005-12-09  Kim F. Storm  <storm@cua.dk>
19711         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19713 2005-12-09  David Ponce  <david@dponce.com>
19715         * recentf.el: Improvement of the menu code.
19716         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
19717         instead of menu hook.
19718         (recentf-show-menu, recentf-hide-menu): New functions.
19719         (recentf-menu-customization-changed, recentf-mode): Use them.
19720         (recentf-menu-action, recentf-max-menu-items)
19721         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19722         (recentf-arrange-by-rule-others)
19723         (recentf-arrange-by-rules-min-items)
19724         (recentf-arrange-by-rule-subfilter): Don't use
19725         `recentf-menu-customization-changed'.
19726         (recentf-arrange-rules): Likewise.  Accept functions to compute
19727         sub-menu titles.
19728         (recentf-menu-filter): Likewise.  Doc fix.
19729         (recentf-menu-value-shortcut): Doc fix.
19730         (recentf-dump-variable): Quote atom value.
19731         (recentf-make-menu-items): Update to use it as a menu filter.
19732         (recentf-match-rule): New function.
19733         (recentf-arrange-by-rule): Use it.
19734         (recentf-indirect-mode-rule): New function.
19735         (recentf-build-mode-rules): Use it.
19736         (recentf-dir-rule): New function.
19737         (recentf-arrange-by-dir): Use it.
19738         (recentf-filter-changer-current): Rename from
19739         `recentf-filter-changer-state'.  All references updated.
19740         (recentf-filter-changer-alist): Update filter names.
19741         (recentf-filter-changer-select): New function.
19742         (recentf-filter-changer): Use it.  Make a sub-menu from filters
19743         available in `recentf-filter-changer-alist'.
19744         (recentf-data-cache, recentf-clear-data)
19745         (recentf-update-menu): Remove.  All references updated.
19746         (recentf-match-rule-p, recentf-build-dir-rules)
19747         (recentf-filter-changer-goto-next)
19748         (recentf-filter-changer-get-current)
19749         (recentf-filter-changer-get-next): Remove.
19751 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
19753         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19754         buffer "Reset" button to "Reset to Current" for consistency with
19755         the State buttons.
19757 2005-12-08  John Paul Wallington  <jpw@pobox.com>
19759         * ibuf-ext.el (define-ibuffer-filter filename):
19760         If `dired-directory' is a list then really use its car.
19762 2005-12-08  Kim F. Storm  <storm@cua.dk>
19764         * emulation/cua-rect.el (cua--rectangle-aux-replace):
19765         Fix indention of text on right side of replaced rectangle.
19767 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
19769         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19770         No need to check gud-comint-buffer is bound.
19771         (gdb): Prevent multiple debugging when first session uses gdba.
19773 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19775         CC Mode update to 5.31.
19777         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19778         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
19779         We might do this function properly in the future).
19781         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19782         New macros c-sentence-end and c-default-value-sentence end, to cope
19783         with Emacs 22's new function `sentence-end'.
19785 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19787         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19788         compat issue using `c-put-overlay' and `c-delete-overlay'.
19790         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19791         New compat macros to handle overlays/extents.
19793 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19795         * progmodes/cc-fix.el: Add definitions of the macros push and pop
19796         (for GNU Emacs 20.4).
19798         * progmodes/cc-defs.el
19799         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19801         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19802         highlighting mechanism so it will work in XEmacs too.
19804         * progmodes/cc-defs.el: Insert c-int-to-char.
19806         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19807         call to the new macro c-int-to-char.  This solves XEmacs's
19808         regarding characters as different from integers.
19810 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19812         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19813         New internal helper.
19815         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19816         construct to make the indirect face lookup work in XEmacs.
19818         (c-cpp-matchers): Append the negation char face to the existing
19819         fontification, so that the cpp face doesn't disappear.
19820         Use `c-make-syntactic-matcher' to avoid negation chars in comments
19821         and strings.
19823         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19824         to map to `font-lock-negation-char-face' in emacsen where it exists.
19826 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19828         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19830         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19831         Rename "c-subword-move-mode" as "c-subword-mode".
19833         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19834         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
19836 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19838         * progmodes/cc-mode.el: Added autoload directive for
19839         `c-subword-move-mode' for use in older emacsen.
19841 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19843         * progmodes/cc-mode.el:
19844         (i): Insert a binding for C-c C-backspace into
19845         c-bind-special-erase-keys which works in TTYs.
19846         (ii): Make sure that when file styles are used, any explicitly
19847         given style variables take priority over those in the style.
19848         Do this by calling `hack-local-variables' a second time.
19850         * progmodes/cc-vars.el: Add language specific customization
19851         widgets for AWK to c-doc-comment-style, c-require-final-newline
19852         and c-default-style.  Add a defcustom for awk-mode-hook.
19853         Give c-syntactic-element and c-syntactic-context doc-strings by
19854         directly setting their `variable-documentation' propery.
19855         This allows Emacs 22.1 to read these with C-h v.
19857         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19859 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19861         * progmodes/cc-fonts.el, cc-vars.el
19862         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19863         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19864         Masatake YAMATO.
19866         (c-doc-comment-style): Made GtkDoc default in C mode.
19868         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19869         and C-c C-<delete>.
19871         (c-bind-special-erase-keys): New function for use on
19872         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19874         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19875         <delete> key behavior in XEmacs according to `delete-forward-p'.
19876         C.f. `c-electric-delete'.
19878 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19880         * progmodes/cc-mode.el: Give c-hungry-backspace and
19881         c-hungry-delete-forward permanent key bindings.
19883         * progmodes/cc-cmds.el (c-electric-semi&comma):
19884         Bind c-syntactic-context for calls to "criteria functions", for
19885         consistency with other calls to user functions.
19887         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19888         `current-prefix-arg', since this might be the prefix arg to a
19889         command which calls c-indent-command as a function.  Change the
19890         interactive spec from "p" to "P".
19892         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19893         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19894         was difficult to understand.
19896 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19898         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19899         first char of an identifier.
19901         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19902         +" syntax in C++.
19904 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19906         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19907         auto-fill doesn't split a c-comment's last word from a hanging
19908         "*/" when a space is typed between them after fill-column.
19910         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19912         * progmodes/cc-styles.el (c-set-style)
19913         (c-setup-paragraph-variables): Abort the command if we're not in a
19914         CC Mode buffer.
19916         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19917         with blank comment-prefix, and a blank line as the comment's
19918         second line.
19920 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19922         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19923         Incorporate the patterns added in the Emacs development branch
19924         for the new Emacs 22 face `font-lock-negation-char-face'.
19926         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19927         of "red" since it stands out better in xterms and DOS terminals.
19929         * progmodes/cc-engine.el (c-literal-faces):
19930         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19932 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19934         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19935         forcibly enable c-electric-flag.
19937         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19938         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19939         after the comment-prefix of a C-style comment will close that comment.
19941 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19943         * progmodes/cc-fonts.el (c-basic-matchers-before)
19944         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19945         in Pike.
19947         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19948         digraphs.
19950         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19951         (c-cpp-message-directives, c-cpp-include-directives)
19952         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19953         (c-cpp-expr-directives): Introduce new language constants to
19954         control cpp syntax in a cleaner way.
19956         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19958         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19960         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19961         (c-multiline-string-start-char): New language constants and
19962         variables to specify how newlines in string literals work.
19964         (c-font-lock-invalid-string): Use them.
19966         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19967         unbalanced close brace is entered.  Optimization by avoiding going
19968         back over arbitrarily large blocks.  Removed hints that this
19969         function only would be relevant/useful in AWK.
19971         (c-electric-brace): Indent syntactically after the cleanups since
19972         lineup functions might do it differently then.
19974         * progmodes/cc-engine.el, cc-langs.el
19975         (c-opt-op-identifier-prefix): New language constant and variable.
19977         (c-just-after-func-arglist-p, c-after-special-operator-id)
19978         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19980         * progmodes/cc-align.el, cc-engine.el
19981         (c-after-special-operator-id): New helper to handle C++ operator
19982         identifiers.
19984         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19985         (c-guess-basic-syntax): Handle C++ operator identifiers in
19986         declarations.
19988         * progmodes/cc-langs.el (c-assignment-operators): Add the
19989         trigraph version of ^= too.
19991         * progmodes/cc-langs.el (c-assignment-operators): Add the
19992         trigraph version of |= in C++.
19994         * progmodes/cc-fonts.el (c-font-lock-declarators):
19995         Handle `c-decl-hangon-kwds' after the identifier name.
19997         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19998         whether an arglist is "nonempty", ignore a comment after the open
19999         paren if it isn't followed by a non-comment token on the same line.
20001         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
20002         Enable heuristics below the point to cope with classes inside special
20003         brace lists in Pike.
20005 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20007         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
20009 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20011         * progmodes/cc-guess.el (cc-guess-install): New function to
20012         install an already guessed style in another buffer.
20014         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
20015         sets `inhibit-read-only' - `c-save-buffer-state' should be used
20016         anyway if the change always is undone.
20018 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20020         Implement togglable electricity:
20022         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
20023         saying when it should be used.
20025         * progmodes/cc-engine.el: Add the new buffer-local variable,
20026         c-electric-flag.
20028         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
20029         c-toggle-auto-newline.
20031         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
20032         c-toggle-auto-newline.  Remove the binding for
20033         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
20034         c-toggle-electric-state.
20036         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
20038         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
20039         c-\(forward\|backward\)-subword.
20040         (c-update-modeline): Add the new modeline flag `l' for
20041         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
20042         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
20043         Make the old name an alias of the new name.
20044         (c-toggle-electric-state): New function.
20045         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
20046         Adapt these functions to do electric things only when
20047         c-electric-flag is non-nil.
20048         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
20049         new functions from c-electric-brace.
20050         (c-point-syntax): Add a check for "virtual semicolons" in AWK
20051         mode, so that the tentative extra newline doesn't change the
20052         syntax of the following brace.
20053         (c-electric-brace): Restructure by extracting the above functions.
20054         Tidy up the coding somewhat.
20055         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
20056         restructure a bit.
20058 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20060         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
20061         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
20063         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
20064         (c-submode-indicators): Change name from `c-auto-hungry-string'
20065         since it's now used to track another submode.
20067         (c-update-modeline): Convert to function and extended to check
20068         `c-subword-move-mode'.
20070         (c-forward-into-nomenclature, c-backward-into-nomenclature):
20071         Convert to compat aliases for `c-forward-subword' and
20072         `c-backward-subword'.
20074         * progmodes/cc-subword.el: New functions and minor mode to handle
20075         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
20077         (c-forward-subword, c-backward-subword, c-mark-subword)
20078         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
20079         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
20080         Functions corresponding to the standard word handling functions.
20082         (c-subword-move-mode): Minor mode that replaces all the standard
20083         word handling functions with their subword equivalences.
20085 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20087         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
20088         entry for one-liner-defun.
20090         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
20091         name in its def-edebug-spec.
20093         * progmodes/cc-cmds.el (c-electric-brace): Make the
20094         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
20095         compacts space before a comment, if this will make things fit on
20096         one line.
20098         Introduce an "awk" style, mainly for auto-newline and clean-ups.
20100         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
20102         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
20103         clean-up one-liner-defun.
20105         * progmodes/cc-styles.el: Add the new "awk" style.
20107         * progmodes/cc-vars.el: Add description of one-liner-defun to
20108         c-cleanup-list's doc-string.  New user options,
20109         c-max-one-liner-length.  In c-default-style, set the default style
20110         for AWK to "awk".
20112 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20114         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
20115         macros inside labels.
20117         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
20118         `c-at-statement-start-p' and `c-at-expression-start-p'.
20120         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
20121         error if the mark isn't set.
20123         * progmodes/cc-engine.el (c-guess-continued-construct)
20124         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
20125         accurately detect functions inside functions.
20127         * progmodes/cc-engine.el (c-at-expression-start-p): New function
20128         like `c-at-statement-start-p' that additionally recognizes commas
20129         and expression parentheses as delimiters.
20131         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
20132         to avoid heuristics that doesn't work for unclosed blocks.
20133         (c-at-statement-start-p): New function.
20135         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
20136         Objective-C directives, e.g. directives spanning lines should work
20137         reasonably well now.
20139         (c-put-c-type-property, c-clear-c-type-property): New helpers.
20141         (c-forward-objc-directive): New function to move over any ObjC
20142         directive.
20144         (c-just-after-func-arglist-p, c-guess-basic-syntax)
20145         (c-basic-matchers-before): Use it.
20147         (c-font-lock-objc-iip-decl): Remove.
20149         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
20150         in the template arglist recognition.
20152         * progmodes/cc-styles.el (c-style-alist): Fix several
20153         inconsistencies in the Whitesmith style.
20155         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
20156         New lineup function to get lines after Whitesmith style blocks
20157         correctly indented.
20159         (c-lineup-whitesmith-in-block): Back out the compensation for
20160         opening parens since it's done using `add' lists in the style
20161         definition instead.  Don't use the anchor position since it varies
20162         too much between the syntactic symbols. :P
20164         * progmodes/cc-vars.el (c-valid-offset): Update.
20166         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
20167         lists where the offsets are combined according to several
20168         different methods: `first', `min', `max', and `add'.
20169         Report offset evaluation errors with `c-benign-error' so that some kind
20170         of reindentation still is done.
20172         * progmodes/cc-engine.el (c-guess-basic-syntax):
20173         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
20174         `arglist-close'.
20176         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
20177         situations for `arglist-cont-nonempty' and `arglist-close'.
20179         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
20181         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
20182         cc-bytecomp-boundp' in a number of places.
20184         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
20185         macro related issue.
20187 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20189         * progmodes/cc-awk.el: Change the terminology of regexps: A char
20190         list is now [asdf], a char class [:alpha:].
20191         Include code for char classes.
20192         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
20193         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
20195         Remove (nearly all of) the cruft associated with AWK Mode's former
20196         concept of "virtual semicolons":
20198         Adapt c-beginning-of-statement, c-end-of-statement (together with
20199         subfunctions) to use the new notion of "virtual semicolon" in
20200         place of the old awkward special handling for AWK.  There remains
20201         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
20202         * progmodes/cc-cmds.el:
20203         (c-ascertain-adjacent-literal): In the backwards direction, now
20204         recognises AWK regexp delimiters as string delimiters.
20205         (c-after-statement-terminator-p): Adapt for virtual semicolons;
20206         check more rigorously for "end of macro".
20207         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
20208         virtual semicolons;
20209         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
20210         out the code for forward movement into ...
20211         (c-end-of-statement): Now contains the code for forward movement,
20212         adapted for virtual semicolons.
20214         * progmodes/cc-engine.el:
20215         (c-ws*-string-limit-regexp): New regexp.
20216         (c-forward-single-comment, c-backward-single-comment): Comment out
20217         the (now redundant) "special" AWK stuff.
20219         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
20220         c-string-par-start, c-string-par-separate to be more like Text
20221         Mode than Fundamental Mode.
20223 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20225         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
20226         to the fontified region so that fontification doesn't occur
20227         outside it (could happen e.g. when fontifying a line with an
20228         unfinished declaration).
20230 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20232         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
20233         start of the file.  ^L now separate sections of the file.
20234         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
20235         (c-awk-one-line-possibly-open-string-re)
20236         (c-awk-regexp-one-line-possibly-open-char-class-re)
20237         (c-awk-one-line-possibly-open-regexp-re)
20238         (c-awk-one-line-non-syn-ws*-re): New defonsts.
20239         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
20241         Amend the concept of "virtual semicolons" (in the indentation
20242         engine) for languages like AWK, such that they are now
20243         conceptually attached to end of the last token of a statement, not
20244         the end of the line.  (In AWK Mode, however, the pertinent text
20245         property is still physically set on the EOL.)  Remove the specific
20246         tests for awk-mode, thus facilitating the introduction of other
20247         language modes where EOLs can end statements.
20248         (Note: The funtionality in cc-cmds.el, specifically
20249         c-beginning/end-of-statement has yet to be amended.)
20251         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
20252         New macros.
20254         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
20255         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
20256         c-vsemi-status-unknown-p-fn (in a new page).
20258         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
20259         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
20260         numerous awkward forms like
20261         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
20262         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
20263         variable before-ws-ip, the place just after char-before-ip appears.
20265         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
20266         a comment.
20268 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20270         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
20271         `c-tentative-buffer-changes'.
20273         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
20274         convert to macro to choose between Emacs and XEmacs at compile time.
20276         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
20278         (c-tentative-buffer-changes): New macro to handle temporary buffer
20279         changes in a convenient way.
20281         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
20282         for `c-tentative-buffer-changes'.
20284         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
20285         the checks for paren sexps between the point and the keyword, to
20286         avoid some false alarms.
20288         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
20289         Fixed a situation where an error could be thrown for unbalanced
20290         parens.  Changed to make use of c-keyword-member' to avoid some
20291         repeated regexp matches.
20293         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
20294         These language variable are no longer necessary.
20296         (c-block-stmt-kwds): New language constant used by
20297         c-looking-at-inexpr-block'.
20299         (c-guess-basic-syntax): Remove an optional check that looked at
20300         the existence of the now removed language variables.
20302         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
20303         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
20304         object instantiation expressions as declarations in some contexts.
20305         This bug only affected languages where the declarator can't be
20306         enclosed in parentheses.
20308         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
20309         insert newlines before and after substatement braces.
20311         * progmodes/cc-engine.el: Improved the heuristics for recognizing
20312         function declaration headers and the handling of C++ style member
20313         init lists.
20315         (c-just-after-func-arglist-p): Rewritten to use
20316         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
20318         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
20320         (c-guess-basic-syntax): Adapt case 5B for the new
20321         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
20322         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
20323         covers all cases now).
20325         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
20327 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20329         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
20330         c-string-par-start/separate c-sentence-end-with-esc-eol,
20331         initialised in c-setup-paragraph-variables, used in string
20332         scanning subroutines of c-beginning-of-statement.
20334         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
20335         which precedes the newly inserted `{'.
20337 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20339         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
20340         function for declaration level blocks.  It should now cope with
20341         templates better and also be a lot more comprehensible.
20343         (c-looking-at-decl-block): The new function.
20345         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
20346         for compatibility.
20348         (c-add-class-syntax, c-guess-continued-construct)
20349         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
20351         (c-decl-block-key): Change to tell apart ambiguous and
20352         unambiguous keywords.  Pike specials are now handled directly in
20353         the code instead.
20355         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
20356         New language constants and variables to make the backward skip in
20357         `c-looking-at-decl-block' as tight as possible.
20359         (c-nonsymbol-token-char-list): New language constant.
20361         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
20362         find balanced template arglists backwards.
20364         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
20365         making char classes for `c-syntactic-skip-backward'.
20367         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
20368         16D - can't be a class-close at that point.
20370         * progmodes/cc-engine.el (c-guess-basic-syntax)
20371         (c-add-class-syntax): Don't narrow out the enclosing declaration
20372         level.  This makes everything a lot easier, and it was actually
20373         only four small places that needed it to work.  Some places that
20374         previously did `widen' are removed now, which has the effect that
20375         `c-guess-basic-syntax' never will look at things outside the
20376         current narrowment now.  The anchor position for `topmost-intro'
20377         is affected by this, but it was so bogus it was basically useless
20378         before, and now it's equally bogus but in a slightly different way.
20380         (c-narrow-out-enclosing-class): Gone.
20382         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
20383         the narrowed region.
20385         (c-least-enclosing-brace): Remove silly optional argument.
20387         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
20388         the point could be left directly after an open paren when finding
20389         the beginning of the first decl in the block.
20391         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
20392         Specify which submatch to use.
20394         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
20396         (c-decl-start-re): No longer any need for special treatment of
20397         ObjC due to the above.
20399         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
20400         presumably follows C in that regard.
20402         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
20403         New language constants to specify operator tokens inside
20404         identifiers in a more high level way.
20406         (c-opt-identifier-prefix-key): New internal language constant.
20408         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
20409         (c-identifier-start, c-identifier-key): Now completely calculated
20410         from other constants.
20412         (c-identifier-last-sym-match): Decommission since it's no longer used.
20414         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
20416         * progmodes/cc-engine.el (c-forward-name): Remove the
20417         optimization when c-identifier-key is equal to c-symbol-key since
20418         it doesn't work in byte compiled files.  Don't record empty
20419         regions as identifiers.
20421         * progmodes/cc-langs.el (c-filter-ops): New helper function to
20422         simplify access to `c-operators' and its likes.
20424         (c-operator-list, c-all-op-syntax-tokens)
20425         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
20426         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
20427         (c-primary-expr-regexp, c-cast-parens): Use it.
20429         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
20430         an explicit language in functions.
20432         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
20433         variant of adornment.
20435         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
20436         variable.
20438         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
20439         the Pike value.
20441         * progmodes/cc-engine.el (c-on-identifier)
20442         (c-simple-skip-symbol-backward): Small fix for handling "-"
20443         correctly in `skip-chars-backward'.  Affected the operator lfun
20444         syntax in Pike.
20446         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
20447         diagnostic message about precompiled language vars not being used.
20449         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
20450         "__attribute__" is followed by a parenthesis.
20452         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
20453         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
20454         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
20456         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
20457         Internal cleanups to properly detect the declared identifiers in
20458         various declarations.
20460         (c-decl-start-kwds): New language constant to recognize
20461         declarations that can start anywhere.  Used for class declarations
20462         in Pike.
20464         (c-specifier-key, c-not-decl-init-keywords)
20465         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
20466         (c-find-decl-spots): Implement `c-decl-start-kwds'.
20468         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
20469         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
20470         handling of the compiler specific extension keywords into a new
20471         language constant `c-decl-hangon-kwds' that defines keyword
20472         clauses to be ignored in declarations.
20474         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
20475         past unrecognized tokens when handling `c-colon-type-list-kwds'.
20476         Necessary to stop at the declared identifier in e.g. IDL valuetype
20477         declarations.
20479         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
20480         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
20481         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
20482         (c-forward-decl-or-cast-1): Recognize the declared identifier in
20483         class and enum declarations as such and not as part of the type.
20485         (c-forward-decl-or-cast-1, c-forward-label): Relax the
20486         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20488         (c-forward-decl-or-cast-1): Don't disregard sure signs of
20489         declarations when there's some syntax error later on.
20491         (c-complex-decl-matchers): Did away with a reference to
20492         `c-specifier-key'.
20494         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20495         value - this variable is always dynamically bound.
20497         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20498         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20499         * cc-cmds.el, cc-defs.el: Change the policy for marking up
20500         functions that might do hidden buffer changes: All such internal
20501         functions are now marked instead of those that don't.
20503         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20504         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20505         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20506         (c-literal-type): Allow these functions to make hidden buffer changes,
20507         so that they are free to use text property caching later on.
20509         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20510         (c-electric-brace, c-electric-slash, c-electric-star)
20511         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20512         (c-electric-paren, c-electric-continued-statement, c-indent-command)
20513         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20514         (c-context-line-break): Add `c-save-buffer-state' calls to comply
20515         with the changed semantics of the functions above.
20517         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20518         when macros occur in obscure places.  Optimized the sexp movement
20519         a bit.
20521 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20523         Enhancements for c-beginning-of-statement to work in AWK Mode:
20525         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20526         (completed statement) with `}' (statement completed by closing
20527         brace or semicolon) and `$' (statement completed by EOL).
20529         (c-awk-virtual-semicolon-ends-prev-line-p)
20530         (c-awk-virtual-semicolon-ends-line-p)
20531         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20532         (c-awk-at-statement-end-p): New functions.
20534         * progmodes/cc-cmds.el: Simplify the structure of functions
20535         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
20536         two functions and c-beginning-of-statement to handle AWK Mode.
20538         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20539         c-backward-single-comment for AWK mode.  Attempt to clarify their
20540         doc-strings.
20542         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20544 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20546         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20547         label handling.  Labels are now recognized in a uniform and more
20548         robust way, regardless of context.  Text properties are put on all
20549         labels to recognize the following declarations better.
20550         Multiword labels are handled both in indentation and fontification for
20551         the benefit of language extensions like Qt.  For consistency, keywords
20552         in labels are now fontified with the label face instead.
20553         That also applies to "case" and "default".
20555         (c-beginning-of-statement-1): Fix some bugs in the label
20556         handling.  Disregard `c-nonlabel-token-key' in labels that begin
20557         with `c-label-kwds'.
20559         (c-find-decl-spots): Support that the callback adds more
20560         `c-decl-end' spots to find.
20562         (c-forward-decl-or-cast-1): Don't treat a list of plain
20563         identifiers followed by a colon as a declaration.
20565         (c-forward-label): New function to recognize labels.
20567         (c-guess-basic-syntax): Replace uses of `c-label-key' with
20568         `c-forward-label'.  Moved the label recognition cases (14 and 15)
20569         earlier since they aren't so context sensitive now.  Handle labels
20570         on the top level gracefully.  Moved access label recognition to
20571         the generic label case (CASE 15) - removed CASE 5E.
20573         (c-font-lock-declarations): Add recognition of labels in the
20574         same round since we need to handle labels in parallell with other
20575         declarations to recognize both accurately.  It should also improve
20576         speed.
20578         (c-simple-decl-matchers, c-basic-matchers-after):
20579         Move `c-font-lock-labels' so that it only is used on decoration level 2
20580         since `c-font-lock-declarations' handles it otherwise.
20582         (c-complex-decl-matchers): Remove the simplistic recognition of
20583         access labels.
20585         (c-decl-prefix-re): Remove the kludges that was necessary to cope
20586         with labels earlier.
20588         (c-decl-start-re): New language variable to make
20589         `c-font-lock-declarations' stop for the special protection labels
20590         in Objective-C that start with `@'.
20592         (c-label-key): Remove since it's no longer used.
20594         (c-recognize-colon-labels, c-label-prefix-re): New language
20595         constants to support recognition of generic colon-terminated labels.
20597         (c-type-decl-end-used): `c-decl-end' is now used whenever there
20598         are colon terminated labels.
20600         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20601         first argument starts with a special brace list.
20603         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20604         (c-font-lock-declarations): Break out the declaration and cast
20605         recognition from `c-font-lock-declarations' to a new function, so
20606         that it can be used in the indentation engine.
20608         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20609         up to the start of the literal.  Fixed bug with the point on the
20610         wrong side of the search limit that could happen when the start
20611         position is inside a literal.
20613         * progmodes/cc-engine.el (c-parse-state)
20614         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20615         so that it's kept a little bit back to increase the hit rate.
20617         (c-parse-state): Change the macro handling and fixed some
20618         glitches.  Macro context is checked more often than necessary now,
20619         but otoh less garbage conses are generated.
20621         * progmodes/cc-engine.el (c-parse-state)
20622         (c-invalidate-state-cache): Cache the last position where
20623         `c-state-cache' applies.  This can speed up refontification quite
20624         a bit in blocks where there are many non-brace parens before the point.
20626         (c-state-cache-end): New variable for this.
20628         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20629         cache variable.
20631         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20632         get close initial continue positions when the start position is
20633         inside a literal or macro.  Do not call the callback for spots
20634         before the start position (which can happen e.g. for `c-decl-end'
20635         spots inside comments).  Optimize better in special cases when the
20636         region is a single line inside a literal or macro (typically when
20637         the current line is refontified).
20639         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20640         to `c-add-stmt-syntax' - there's no need to explicitly whack off
20641         entries from the paren state.
20643         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20644         special case for "else if" clauses.
20646         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20647         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20649         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20650         New language variable to recognize the gcc extension with statement
20651         blocks inside expressions.
20653         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20654         it somewhat more comprehensible.  The argument AT-BLOCK-START is
20655         no longer used and hence removed.
20657         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20658         to `c-add-stmt-syntax'.
20660         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20661         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20662         This fixes bogus label recognition.
20664         * progmodes/cc-engine.el (c-add-type, c-check-type)
20665         (c-forward-name, c-forward-type): Improve storage of template
20666         types in `c-found-types' so that they can be recognized better.
20668         (c-syntactic-content): Add option to skip past nested parens.
20670         * progmodes/cc-engine.el (c-forward-name):
20671         Set `c-last-identifier-range' all the time.  It's less work that way.
20672         Handle that there might not be an identifier to store in
20673         `c-last-identifier-range'.
20675         (c-forward-type): Handle that `c-last-identifier-range' might be
20676         nil from `c-forward-name'.
20678         * progmodes/cc-defs.el (c-safe-scan-lists)
20679         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20681         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20682         to work even if the form fails.
20684         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20685         down in a large file in one go.
20687         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20689         * progmodes/cc-align.el (c-lineup-assignments): New lineup
20690         function which is like `c-lineup-math' but returns nil instead of
20691         `c-basic-offset' when it doesn't match.
20693         (c-lineup-math): Change to use `c-lineup-assignments'.
20695 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20697         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20698         c-beginning-of-statement.  New subfunctions
20699         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20701 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20703         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20704         hardcoded char classes whereever possible.  Changed a couple of
20705         places to use skip by syntax instead of skip by char class.
20707         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20708         Fix a bug in the regexp that caused extreme backtracking.
20710         * progmodes/cc-langs.el (c-block-comment-starter)
20711         (c-block-comment-ender): New language constants to specify in a
20712         single place how block comments look.
20714         (c-comment-start-regexp, c-block-comment-start-regexp)
20715         (comment-start, comment-end, comment-start-skip)
20716         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20717         (c-syntactic-ws, c-nonempty-syntactic-ws)
20718         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20719         `c-line-comment-starter', `c-block-comment-starter' and
20720         `c-block-comment-ender'.
20722         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20723         New language constants to break up things a bit.
20725         (c-simple-ws): New language constant for simple whitespace.
20727         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20729         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20730         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20731         newlines.  Allow and ignore nil elements in the list.
20733 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20735         * progmodes/cc-cmds.el: Comment out a (n almost certainly
20736         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20738         * progmodes/cc-cmds.el: Tidy up the comments in
20739         c-beginning-of-statement and subfunctions.
20741         * progmodes/cc-awk.el: Replace calls to put-text-property to the
20742         more flexible c-put-char-property and c-clear-char-properties.
20743         Add the author's email address.
20745         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20747         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20748         closing "*/" of a block comment.
20750         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20751         subfunctions) so that it works at BOB and EOB.
20753         * progmodes/cc-cmds.el, cc-vars.el: More updating of
20754         c-beginning-of-statement, including new variable
20755         c-block-comment-start-regexp.
20757 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20759         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20760         symbols from `*-font-lock-extra-types' so that there's no need to
20761         use `regexp-opt' on those lists.
20763         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20764         `c-type-modifier-kwds' is empty.
20766         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20767         there are several strings on the same line.
20769         * progmodes/cc-engine.el (c-literal-limits): Remove the
20770         compatibility function for older emacsen.  `c-literal-limits-fast'
20771         has now taken the place of this function.
20773         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20774         with older emacsen: We now require `pps-extended-state'.
20776 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20778         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20779         which obviates the need to hack sentence-end.  This now handles
20780         escaped newlines in strings correctly.  Correct minor bugs in
20781         c-move-over-sentence and in c-beginning-of-statement.
20783         * progmodes/cc-cmds.el (c-beginning-of-statement (and
20784         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20785         that movement over macros and code are rigorously separated from
20786         eachother.  Correct a few incidental bugs.
20788         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20789         Improve its doc-string.  Improve the handling of certain specific cases.
20791 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20793         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20794         (c-guess-basic-syntax): Change the way class-level labels are
20795         recognized; they can now contain essentially any symbols.
20797         (c-opt-extra-label-key): New language variable to cope with the
20798         special protection label syntax in Objective-C.
20800         (c-opt-access-key): Remove; this is now handled better by
20801         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20803         (c-complex-decl-matchers): Update to handle that
20804         `c-opt-access-key' no longer exists.
20806         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20807         improved label recognition in `c-beginning-of-statement-1'.
20809         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20810         Recognize bitfields better.
20812         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20813         Remove some cruft and fixed a bug that could cause it to go to a
20814         position further down.
20816         * progmodes/cc-langs.el, cc-engine.el
20817         (c-beginning-of-statement-1): Improve detection of labels in
20818         declaration contexts.
20820         (c-beginning-of-decl-1): Use it.
20822         (c-nonlabel-token-key): New language constant and variable needed
20823         by `c-beginning-of-statement-1'.
20825         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20826         manifested itself due to the correction in `c-forward-sexp'.
20828         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20829         Make these behave as documented when used at the buffer limits.
20831         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20832         (c-type-decl-end-used): Made this a language variable.
20834         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20835         correctly when `combine-after-change-calls' is used together with
20836         temporary narrowings.
20838         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20839         Report labels correctly when the start point is immediately after the
20840         colon.
20842         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20843         Remove since it isn't used anymore.
20845         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20846         bracket arglists such as template parens in C++.
20848         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20849         in the last check-in.  Some optimization.
20851         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20852         where it could stop at the same level in a preceding sexp when
20853         PAREN-LEVEL is set.
20855         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20856         text property lookup only when it's needed.
20858         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20859         Change the policy for paren marked angle brackets to be more
20860         persistent; once marked they remain marked even when they're found
20861         to be unbalanced in the searched region.  This should keep the
20862         paren syntax around even when individual lines are refontified in
20863         multiline template arglists.
20865         (c-parse-and-markup-<>-arglists): New dynamically bound variable
20866         to control markup so that incorrect angle bracket arglists aren't
20867         marked in contexts where the correct value for
20868         `c-disallow-comma-in-<>-arglists' isn't known.
20870         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20871         argument has become `c-parse-and-markup-<>-arglists'.
20873         (c-remove-<>-arglist-properties): Remove - no longer used.
20875         (c-after-change-check-<>-operators): New function used on
20876         `after-change-functions' to avoid that "<" and ">" characters that
20877         are part of longer operators have paren syntax.
20879         (c-<>-multichar-token-regexp): New language variable used by
20880         `c-after-change-check-<>-operators'.
20882         (c-after-change): Call `c-after-change-check-<>-operators'.
20884         (c-font-lock-<>-arglists): Use the context properties set by
20885         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20886         correctly to avoid doing invalid markup.
20888         (c-font-lock-declarations): Remove code that undoes the invalid
20889         markup done by `c-font-lock-<>-arglists'.
20891         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20892         after `c-font-lock-declarations'.
20894         * progmodes/cc-engine.el (c-syntactic-skip-backward):
20895         Add paren-level feature.
20897         (c-guess-basic-syntax): Improve the anchor position for
20898         `template-args-cont' in nested template arglists.  There's still
20899         much to be desired in this area, though.
20901 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20903         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20904         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20906 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20908         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20909         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20911         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20912         it doesn't work no longer are supported.
20914         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20915         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20916         requires support for the syntax-table' text property, which rules
20917         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
20918         cruft associated with those versions.
20920         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20921         for the `syntax-table' text property, which rules out Emacs 19 and
20922         XEmacs < 21.4.  Removed various compatibility cruft associated
20923         with those versions.
20925         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20926         support for the `syntax-table' text property.
20928         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20929         variable and use an extra quoted face name instead.  All the
20930         emacsen flavors handle that correctly.
20932         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20933         (c-font-lock-declarators, c-font-lock-declarations)
20934         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20935         property to mark the items in in declarator lists to handle
20936         refontification inside multiline declarations better.
20938         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20939         construct like "a * b = c;" as a declaration.
20941 2005-12-08  Kim F. Storm  <storm@cua.dk>
20943         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20944         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
20945         select either meta, hyper, or super modifier for rectangle commands.
20946         (cua--rectangle-modifier-key): New defvar.
20947         (cua--M/H-key): Use it.  Remove special case for `space'.
20948         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20949         on X, to meta otherwise.  Always bind C-return to toggle
20950         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
20952         * emulation/cua-rect.el (cua-help-for-rectangle):
20953         Use cua--rectangle-modifier-key.  Handle super modifier too.
20954         (cua--init-rectangles): Always bind C-return to toggle rectangle.
20955         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20957         * ido.el: Move Acknowledgements and History after Commentary.
20958         Minor changes to Commentary.
20960         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20961         keymap if cua--prefix-override-timer is `shift'.
20962         (cua--shift-control-prefix): New function; emulate "type prefix
20963         key twice" functionality to handle shifted prefix key override.
20964         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20965         New commands.
20966         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20968 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
20970         * textmodes/org.el (org-insert-heading): Try to do items before
20971         headings.
20972         (org-agenda-mode): Quote `org-agenda-mode-hook'.
20973         (org-insert-item): New function.
20974         (org-renumber-ordered-list): Don't skip to higher level lists.
20976 2005-12-08  Juri Linkov  <juri@jurta.org>
20978         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20980         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20982         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20984         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20985         the constructed function name fun-1.
20987         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20988         because such links don't lead to parent documentation.
20990 2005-12-08  Kenichi Handa  <handa@m17n.org>
20992         * descr-text.el (describe-char): Use *Help-2* buffer if the
20993         current buffer is *Help*.  Call describe-text-properties while
20994         setting the original buffer.
20996 2005-12-07  Bill Wohler  <wohler@newt.com>
20998         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
20999         and causes problems with non-MH users (such as Gnus users).
21001 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
21003         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
21004         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
21005         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
21006         command "info sources".  Move calls to GDB command "list".
21007         (gdb-find-file-hook): Just use gdb-source-file-list.
21008         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
21009         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
21010         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
21011         (gdb-data-list-register-values-handler): Use correct trigger name.
21013 2005-12-07  Kim F. Storm  <storm@cua.dk>
21015         * ido.el (ido-completion-map): Rename from ido-mode-map.
21016         (ido-common-completion-map, ido-file-completion-map)
21017         (ido-file-dir-completion-map, ido-buffer-completion-map):
21018         Rename from ido-mode-....-map.
21019         (ido-init-completion-maps): Rename from ido-init-mode-maps.
21020         (ido-setup-completion-map): Rename from ido-define-mode-map.
21021         (ido-read-internal): Bind minibuffer-local-filename-completion-map
21022         to ido-completion-map.
21024 2005-12-07  Kenichi Handa  <handa@m17n.org>
21026         * international/mule-cmds.el
21027         (set-display-table-and-terminal-coding-system): If the coding
21028         system specified in `unibyte-display' property is different from
21029         the arg coding-system, don't setup standard-display-table.
21031 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21033         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
21034         that comments end at \n, regardless of selective-display.
21036 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
21038         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
21039         (gdb-version): New variables.
21040         (gdb-source-file-list, gdb-register-names)
21041         (gdb-changed-registers): New variables for use with GDB 6.4+.
21042         (gdb-ann3): Replace with...
21043         (gdb-init-1, gdb-init-2): ...two new functions.
21044         (gdba, gdb-prompt): Call gdb-init-1.
21045         (gdb-get-version): New function.  Call gdb-init-2 from here.
21046         (gud-watch): Make it work with mouse events too.
21047         (gdb-post-prompt): Don't add to queue until GDB version is known.
21048         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
21049         (gdb-locals-mode): Use gdb-version.
21050         (gdb-memory-format-map, gdb-memory-unit-map)
21051         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
21052         (gdb-locals-font-lock-keywords-1)
21053         (gdb-locals-font-lock-keywords-2): New variables.
21054         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
21055         (gdb-set-gud-minor-mode-existing-buffers-1)
21056         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
21057         (gdb-var-update-1, gdb-var-update-handler-1)
21058         (gdb-data-list-register-values-handler)
21059         (gdb-data-list-register-values-custom)
21060         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
21061         (gdb-stack-list-locals-handler, gdb-get-register-names):
21062         New functions for use with GDB 6.4+.
21063         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
21064         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
21065         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
21066         (gdb-stack-list-locals-regexp)
21067         (gdb-data-list-register-names-regexp): New regexps for use with
21068         GDB 6.4+.
21070 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21072         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
21074 2005-12-06  Nozomu Ando  <nand@mac.com>
21076         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
21077         prompts work for AUTH PLAIN.  Also reported by Steve Allan
21078         <seallan@verizon.net>.
21080 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
21082         * frame.el (set-frame-parameter): Add doc string.
21084 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
21086         * textmodes/org.el (org-occur-highlights): New variable.
21087         (org-highlight-new-match, org-remove-occur-highlights): New functions.
21088         (org-highlight-sparse-tree-matches): New option.
21089         (org-do-occur): New function.
21090         (org-get-heading): Make it work also at beginning of line.
21091         (org-category-table): New variable.
21092         (org-get-category-table, org-get-category)
21093         (org-camel-to-words, org-link-search): New functions.
21094         (org-select-this-todo-keyword): New variable.
21095         (org-todo-list): New command.
21096         (org-shiftright, org-shiftleft): New commands.
21097         (org-agenda-todo): Add prefix argument.
21098         (org-show-hierarchy-above): New option.
21099         (org-show-todo-tree): Numerical prefix creates tree for specific
21100         TODO keyword.
21101         (org-outline-level): New function, to assign a level to plain
21102         lists items.
21103         (org-cycle-include-plain-lists): New option.
21104         (org-mode): Use `org-outline-level' as value of `outline-level'.
21105         (org-cycle): Temporarily switch `outline-regexp' if
21106         `org-cycle-include-plain-lists' is non-nil.
21107         (org-start-icalendar-file): Fix format bug.
21108         (org-agenda-get-day-entries): Create category table.
21109         (org-agenda-get-todos, org-agenda-get-timestamps)
21110         (org-agenda-get-deadlines, org-agenda-get-scheduled)
21111         (org-agenda-get-blocks): Use `org-get-category'.
21112         (org-context-in-file-links): Rename from
21113         `org-line-numbers-in-file-links'.
21115 2005-12-06  Romain Francoise  <romain@orebokech.com>
21117         * window.el (balance-windows): Delete extraneous third arg in call
21118         to `enlarge-window'.
21120 2005-12-06  Kenichi Handa  <handa@m17n.org>
21122         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
21124 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
21126         * progmodes/gdb-ui.el (gdb-var-create-handler)
21127         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
21128         (gdb-var-list-children-handler, gdb-var-update-handler):
21129         Current buffer is already gdb-partial-output-buffer, don't
21130         make it current again.
21132 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
21134         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
21135         (list-buffers-noselect): Use it.
21137 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21139         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
21140         (mail-yank-ignored-headers): Use regexp-opt.
21141         (mail-mode-map): Move initialization into declaration.
21142         (mail-sent-via): Remove unused shadowed var `to-line'.
21143         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
21144         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
21145         (mail-do-fcc): Use dolist and push.
21146         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
21147         (mail-yank-ignored-headers): Don't autoload.
21149 2005-12-05  Kenichi Handa  <handa@m17n.org>
21151         * international/mule-cmds.el (set-language-info-internal): New fun.
21152         (set-language-info): Call set-language-info-internal to update
21153         language-info-alist.  If LANG-ENV is the current one, call
21154         set-language-environment to make INFO effective now.
21155         (set-language-info-alist): Likewise.
21156         (locale-language-names): With locale "en", use English
21157         lang. env. but set the default codings to iso-8859-1.
21159 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
21161         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
21162         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
21163         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
21164         for plain strings.
21165         (gdb-frames-mode): Remove redundant call to font-lock-mode.
21166         (gdb-all-registers): Rename from toggle-gdb-all-registers.
21167         Create registers buffer if necessary.  Echo new state in minibuffer.
21168         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
21170 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
21172         * info.el (Info-fontify-node): Match external links using
21173         non-directory part of filename.
21175 2005-12-04  Juri Linkov  <juri@jurta.org>
21177         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
21178         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
21179         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
21180         because there is no customization option for it.
21182         * font-lock.el (lisp-font-lock-keywords-1):
21183         Add define-global-minor-mode.
21185         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
21187         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
21188         properties on the constructed variable names.
21190         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21191         Put `definition-name' properties on the constructed function names
21192         next-sym and prev-sym.
21194         * emacs-lisp/find-func.el (find-function-regexp):
21195         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
21196         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
21197         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
21198         and easy-menu-define.
21200         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
21201         easy-mmode-define-global-mode and define-global-minor-mode.
21202         (lisp-imenu-generic-expression): Add define-global-minor-mode.
21204         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
21205         instead of easy-mmode-define-global-mode.
21207         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
21208         Use define-minor-mode instead of easy-mmode-define-minor-mode.
21210         * cus-edit.el (customize-group, customize-group-other-window):
21211         Filter out autoloaded options from the group completion list by
21212         using heuristics that autoloaded groups don't have `custom-autoload'
21213         property on their symbols (they have only `custom-loads').
21215         * simple.el (completion-setup-function): Put completions-common-part
21216         face on complete completion string too (i.e. completion string
21217         without completions-first-difference face).
21219         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
21221 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
21223         * view.el (view-mode): Doc fix.
21225         * disp-table.el (standard-display-european): Add to the warning
21226         message a reference to the doc string.
21228         * play/yow.el (apropos-zippy): Call print-help-return-message,
21229         similar to other Help and Apropos commands.
21231         * help.el (print-help-return-message): If pop-up-frames is
21232         non-nil, set up help-return-method to delete the help window and,
21233         possibly, its frame as well, and don't display message about
21234         scrolling the help window.  Doc fix.
21235         (help-return-method): Doc fix.
21237 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
21239         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
21240         whereby names of length one or names starting with a
21241         symbol-constituent character would not be returned.
21243 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21245         * subr.el (atomic-change-group): Add edebug and indentation spec.
21247 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21249         * completion.el (save-completions-file-name): Fix typo in last change.
21251 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21253         * info.el: Move back/forward history to the beginning of the tool bar.
21255 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
21257         * allout.el (eval-when-compile): Remove unnecessary load of cl.
21258         Add fset of allout-real-isearch-abort during compile to fix
21259         byte-compilation warnings.
21260         (allout-mode-p): Move definition of this macro above all uses, or
21261         byte compilation in barren Emacs (eg, during Emacs build) will
21262         lack the definition.
21263         (allout-mode): Move this variable above any uses, or byte
21264         compilation will fail.
21265         (allout-resolve-xref): Remove use of personal file-reference function.
21266         (allout-toggle-current-subtree-encryption): Do the current (ie,
21267         visible containing) topic, rather than nearest around point.  Doc fix.
21268         (allout-toggle-subtree-encryption): New function, workhorse that
21269         works on nearest topic containing point.
21270         (allout-encrypt-string): Signal requirement for newer version of pgg.
21271         (allout-resumptions): Doc fix.
21273 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
21275         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
21277 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
21279         * textmodes/flyspell.el (flyspell-external-point-words):
21280         Consider a misspelling as found in the string search if: (a) misspelling
21281         and found string lengths match, or (b) misspelling is found as
21282         element in a boundary-chars separated longer string, or (c)
21283         ispell-program-name is really ispell and misspelling is found as
21284         part of a TeX string.  After successful match move beginning of
21285         search region to end of match.  Warn about not found misspellings
21286         once the process is done.
21287         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
21289 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
21291         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21292         tool bar (removed inadvertently).
21294 2005-12-02  Juri Linkov  <juri@jurta.org>
21296         * log-view.el (log-view-diff): Clarify doc string.
21298 2005-12-01  Bill Wohler  <wohler@newt.com>
21300         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
21301         triggers lm-verify errors.
21303 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
21305         * simple.el (transient-mark-mode, line-number-mode)
21306         (column-number-mode, size-indication-mode): Remove `:require nil'.
21308 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
21310         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
21311         in the margin also.
21312         (gdb-breakpoints-mode-map): Use D instead of d for
21313         gdb-delete-breakpoint.
21314         (gdb-get-frame-number): Require a number to match on.
21315         (gdb-threads-mode-map): Add follow-link binding.
21317 2005-11-30  Jason Rumney  <jasonr@gnu.org>
21319         * isearch.el (isearch-mode-map): Avoid exiting search on
21320         language-change event.
21322 2005-11-30  Romain Francoise  <romain@orebokech.com>
21324         * speedbar.el (speedbar-default-position): New defcustom.
21325         (speedbar-frame-reposition-smartly): Use it.
21327         * dframe.el (dframe-reposition-frame-emacs): Fix position
21328         computation for `left' location.
21329         Update copyright year.
21331 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21333         * help.el (help-map): Move initialization into declaration.
21335         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
21337         * help-fns.el (help-argument-name): Don't autoload.
21338         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
21339         to be re-loaded when customizing the `help' group.
21341 2005-11-30  John Paul Wallington  <jpw@gnu.org>
21343         * help-fns.el (describe-function-1): Fill arglist output.
21345 2005-11-30  Kim F. Storm  <storm@cua.dk>
21347         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
21348         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
21349         after revert-buffer (or anything else which kills all local variables).
21351         * apropos.el (apropos-parse-pattern): Doc fix.
21352         Set apropos-regexp directly, rather than expecting callers to do so.
21353         (apropos-command, apropos, apropos-value, apropos-documentation):
21354         Simplify calls to apropos-parse-pattern.
21356 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
21358         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
21359         (hi-lock-face-phrase-buffer): Use hi-yellow face.
21360         (hi-lock-write-interactive-patterns): Use comment-region.
21362         * longlines.el (longlines-mode): Add mail-setup-hook.
21364         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
21366         * simple.el (sendmail-user-agent-compose, next-line):
21367         Conditionally use hard-newline.
21369 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21371         * international/latexenc.el (latex-inputenc-coding-alist):
21372         Reword doc string.
21374 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
21376         * help.el (describe-key-briefly, describe-key): Recognize default
21377         bindings.
21379 2005-11-29  Romain Francoise  <romain@orebokech.com>
21381         * view.el (view-inhibit-help-message): New defcustom.
21382         (view-mode-enter): Use it.
21384 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
21386         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
21387         Preserve user position.
21389 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
21391         * font-lock.el: Throw error if facemenu is not loaded to prevent
21392         accidental change of loading order in loadup.el.  (Suggested by RMS.)
21394         * loadup.el: Add comment explaining why facemenu must be loaded
21395         before font-lock.
21397 2005-11-28  Jay Belanger  <belanger@truman.edu>
21399         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
21400         (calc-dispatch-map): Add more keys for `calc-same-interface'.
21402         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
21404         * calc/calc-embed.el (calc-do-embedded): Update help message.
21406         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
21408 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21410         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
21412         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
21413         called-interactively-p.
21414         (elp-profilable-p): Rename from elp-not-profilable-p.
21415         Invert result and take into account macros and autoloaded functions.
21416         (elp-instrument-function): Update call.
21417         (elp-instrument-package): Update call.  Add completion.
21418         (elp-pack-number): Use match-string.
21419         (elp-results-jump-to-definition-by-mouse): Merge into
21420         elp-results-jump-to-definition and then remove.
21421         (elp-output-insert-symname): Make help echo text single-line.
21423         * replace.el (query-replace-map): Move initialization into declaration.
21424         (occur-engine): Use with-current-buffer.
21425         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
21426         (occur-mode-mouse-goto): Replace with an alias.
21428 2005-11-28  Juri Linkov  <juri@jurta.org>
21430         * simple.el (quoted-insert): Let-bind input-method-function to nil.
21432         * term/w32-win.el: Bind [S-tab] to [backtab].
21434         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
21435         `Info-find-file' to t.
21437         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
21438         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
21439         and same-window-regexps.
21440         (occur-next-error): Don't move point for arg 0.
21442 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
21444         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
21446 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21448         * log-edit.el (log-edit-changelog-use-first): New var.
21449         (log-edit-changelog-ours-p): Use it.
21450         (log-edit-insert-changelog): Set it with new arg `use-first'.
21451         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
21452         (log-edit-hook): Add them to the list of suggested options.
21454         * textmodes/flyspell.el (flyspell-last-buffer): New var.
21455         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
21456         redundant work.
21457         (flyspell-mode-on): Use add-hook for after-change-functions.
21458         (flyspell-mode-off): Use remove-hook for after-change-functions.
21459         (flyspell-changes): Make it buffer-local.
21460         (flyspell-after-change-function): Make it non-interactive.  Use push.
21461         (flyspell-post-command-hook): Check input-pending-p while processing
21462         the potentially long list of buffer changes.
21464 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
21466         * buff-menu.el (list-buffers-noselect): Display the selected
21467         frame's buffer list, not the global one.
21469 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
21471         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
21472         that (list last-input-event) works as in interactive spec.
21474 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
21476         * loadup.el ("facemenu"): Load facemenu before font-lock, because
21477         `facemenu-keymap' needs to be defined when font-lock is loaded.
21478         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
21480 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21482         * completion.el: Remove useless leading * in defcustom docstrings.
21483         (save-completions-file-name): Use ~/.emacs.d if available.
21484         (completion-standard-syntax-table): Rename from
21485         cmpl-standard-syntax-table and fold initialization into declaration,
21486         thus removing cmpl-make-standard-completion-syntax-table.
21487         (completion-lisp-syntax-table, completion-c-syntax-table)
21488         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21489         (cmpl-saved-syntax, cmpl-saved-point): Remove.
21490         (symbol-under-point, symbol-before-point)
21491         (symbol-under-or-before-point, symbol-before-point-for-complete)
21492         (add-completions-from-c-buffer): Use with-syntax-table.
21493         (make-completion): Don't return a list of completion entries.
21494         Update callers.
21495         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21496         (completion-initialize): Rename from initialize-completions.
21497         (completion-find-file-hook): Rename from cmpl-find-file-hook.
21498         (kill-emacs-save-completions): Collect stats here.
21499         (save-completions-to-file, load-completions-from-file):
21500         Use with-current-buffer.
21501         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
21502         into a function.  Move all calls to toplevel.
21503         (completion-lisp-mode-hook): New fun.
21504         (completion-c-mode-hook, completion-setup-fortran-mode):
21505         Set the syntax-table here.  Use local-set-key.
21506         (completion-saved-bindings): New var.
21507         (dynamic-completion-mode): Make it into a proper minor mode.
21508         (load-completions-from-file): Remove unused var `num-uses'.
21510         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21511         constructor if it is explicitly overridden.
21513         * complete.el (PC-completion-as-file-name-predicate):
21514         Use minibuffer-completing-file-name.
21515         (partial-completion-mode): Use find-file-not-found-functions.
21516         (PC-lisp-complete-symbol): Use with-syntax-table.
21517         (PC-look-for-include-file): Remove dead setq.
21518         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21519         (PC-complete): Use with-current-buffer.
21521         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21522         escape single quotes.
21524 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
21526         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21527         of `if' whose condition always returned nil.  Doc fix.
21529         * buff-menu.el (Buffer-menu-revert-function): Make the selected
21530         window's buffer the current buffer around the call to
21531         `list-buffers-noselect'.  This is necessary to mark that buffer
21532         with a `.' in the Buffer Menu when called from Lisp, for instance
21533         by Auto Revert Mode.
21535 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
21537         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21538         attaching to it.
21539         (gdb-pre-prompt): Make sure gdb-error is reset.
21541         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21542         with a child process, detect it.
21543         (gud-speedbar-buttons): Match regexp more carefully.
21545 2005-11-27  Richard M. Stallman  <rms@gnu.org>
21547         * mouse.el (mouse-drag-move-window-bottom):
21548         Use adjust-window-trailing-edge.
21550 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
21552         * simple.el (blink-matching-open): Ignore
21553         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21554         (blink-matching-paren-on-screen): Update docstring.
21556         * paren.el (show-paren-mode): No longer change
21557         `blink-matching-paren-on-screen'.
21559 2005-11-27  John Paul Wallington  <jpw@pobox.com>
21561         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21562         (gdb-threads-select, gdb-edit-register-value):
21563         Use `posn-set-point' instead of `mouse-set-point' because the
21564         latter is not fbound when configured without X.
21566 2005-11-27  Kim F. Storm  <storm@cua.dk>
21568         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21569         existing face when partially highlighting a TAB in a rectangle.
21571 2005-11-26  Kim F. Storm  <storm@cua.dk>
21573         * ido.el (ido-mode-map): Doc fix.
21574         (ido-mode-common-map, ido-mode-file-map)
21575         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21576         (ido-define-mode-map): Rewrite.  Select one of the new maps as
21577         parent for ido-mode-map instead of building from scratch.
21578         (ido-init-mode-maps): New defun to initialize new maps.
21579         (ido-mode): Call it.
21580         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21581         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21583 2005-11-26  John Paul Wallington  <jpw@pobox.com>
21585         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21586         `mouse-set-point' because the latter is not fbound when configured
21587         without X.
21589 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
21591         * files.el (file-relative-name): Doc fix.
21593 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
21595         * progmodes/octave-inf.el (inferior-octave-startup): Force a
21596         non-empty string for secondary prompt PS2.
21598 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
21600         * progmodes/compile.el (compilation-setup): Fix last change.
21602 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
21604         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21605         (gdb-mouse-toggle-breakpoint-margin)
21606         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21607         Add gdb-server-prefix to keep out of command history.
21608         (gdb-edit-register-value): New function.
21609         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21610         (gdb-info-registers-custom): Use above map.
21612 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
21614         * custom.el (enable-theme): Signal error if argument is not a
21615         theme.  Don't recalculate a face if it's not loaded yet.
21617         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21618         the `user' theme is in effect.
21620         * info.el (Info-on-current-buffer): Record actual filename in
21621         Info-current-file, instead of t, or a fake filename if a non-file
21622         buffer.  Make autoload.
21623         (Info-find-node, Info-revert-find-node): No need to check for
21624         Info-current-file nil.
21625         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21626         Info-current-file is now never `t'.
21627         (Info-fontify-node): Many simplifications due to Info-current-file
21628         always being valid.  Use Info-find-file to find node filename.
21630 2005-11-25  David Kastrup  <dak@gnu.org>
21632         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21633         new character, then delete" in order to preserve markers.
21635 2005-11-25  David Ponce  <david@dponce.com>
21637         * recentf.el (recentf-arrange-by-rule): Handle a special
21638         `auto-mode-alist'-like "strip suffix" rule.
21639         (recentf-build-mode-rules): Handle second level auto-mode entries.
21641 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
21643         * emulation/viper-keym.el (viper-ESC-key): Use different values
21644         in terminal and window modes.
21646         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21647         add jde-javadoc-checker-report-mode.
21649         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21651         * ediff.el (ediff-date): Change the date of last update.
21653 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
21655         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21656         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
21657         (hi-lock-mode): New global minor mode.
21658         (turn-on-hi-lock-if-enabled): New function.
21659         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21660         Change arguments to regexp and face instead of a font-lock pattern.
21661         Directly set face property, instead of refontifying.
21662         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21663         (hi-lock-find-patterns): Use line-number-at-pos.
21665         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
21666         arguments for hi-lock-set-pattern.
21667         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21668         Call font-lock-fontify-buffer.
21669         (hi-lock-find-file-hook, hi-lock-current-line)
21670         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21672         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21673         turned off.
21675         * progmodes/compile.el (compilation-setup): Don't fiddle with
21676         font-lock-defaults.
21678 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
21680         * progmodes/gdb-ui.el (gdb-var-create-handler)
21681         (gdb-var-list-children-handler): Find values for all variable
21682         objects.  gud-speedbar-buttons decides whether to display them.
21684 2005-11-24  Romain Francoise  <romain@orebokech.com>
21686         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21687         buffer name with a space.
21689 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
21691         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21692         `org-export-local-list-max-depth'.  Change default value to 3.
21693         (org-auto-renumber-ordered-lists)
21694         (org-plain-list-ordered-item-terminator): New options.
21695         (org-at-item-p, org-beginning-of-item, org-end-of-item)
21696         (org-get-indentation, org-get-string-indentation)
21697         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21698         New functions.
21699         (org-move-item-down, org-move-item-up): New commands.
21700         (org-export-as-html): New classes for CSS support.  Bug fix in
21701         regular expression detecting fixed-width regions.  Respect
21702         `org-local-list-ordered-item-terminator'.
21703         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21704         also a list item.
21705         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21706         New item moving functions.
21708 2005-11-24  Juri Linkov  <juri@jurta.org>
21710         * isearch.el (isearch-repeat): With empty search ring set
21711         `isearch-error' to the error string instead of signaling error
21712         with the function `error'.
21714 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21716         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21718 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
21720         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21721         and variable.
21722         (gdb-var-create-handler, gdb-var-list-children-handler):
21723         Don't match on "char **...".
21724         (gdb-var-update-handler): Find values for all variable objects.
21725         (gdb-info-frames-custom): Identify frames by leading "#".
21727         * progmodes/gud.el (gud-speedbar-menu-items): Add
21728         gdb-speedbar-auto-raise as radio button.
21729         (gud-speedbar-buttons): Raise speedbar if requested.
21730         Don't match on "char **...".
21731         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21732         Make it editable.
21734 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
21736         * info.el (Info-fontify-node): Handle the case where
21737         Info-current-file is t.
21739 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21741         * simple.el (blink-matching-open): Fix off-by-one in last change.
21743 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21745         * term/mac-win.el: Don't change default directory.
21747 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
21749         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21750         buffers correctly.  (It used to throw an error in such buffers.)
21751         Make it ask for confirmation in group buffers and other Custom
21752         buffers containing more than one customization item.
21754 2005-11-22  John Paul Wallington  <jpw@gnu.org>
21756         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21757         property on mail and url overlays.
21758         (goto-address-at-point): Use `posn-set-point' instead of
21759         `mouse-set-point' because the latter is not fbound when configured
21760         without X.
21762 2005-11-22  Lars Hansen  <larsh@soem.dk>
21764         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21765         (ls-lisp-classify, ls-lisp-format): Delete call to
21766         ls-lisp-parse-symlink.
21767         (ls-lisp-handle-switches): Handle symlinks to directories as
21768         directories when ls-lisp-dirs-first in non-nil.
21770 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
21772         * startup.el (command-line): Make sure that loaddefs.el is handled
21773         correctly in load-history.
21775 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
21777         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21778         (gdb-struct-string, gdb-array-string): New constants.
21779         (gdb-info-locals-handler): Use them.
21780         (gdb-reset): Reset gdb-var-list to nil.
21782 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21784         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21785         in patterns.
21787 2005-11-21  Juri Linkov  <juri@jurta.org>
21789         * custom.el (defcustom): Update link types in docstring.
21791 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
21793         * custom.el (defgroup): Add doc-string-elt info.
21795         * widget.el (define-widget): Don't use declare for the doc-string-elt.
21797 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21799         * newcomment.el (comment-enter-backward): Fix last fix.
21801         * simple.el (blink-matching-open):
21802         * paren.el (show-paren-function): Allow new paren-class info.
21804 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
21806         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
21807         handled automagically.
21809 2005-11-20  Andreas Schwab  <schwab@suse.de>
21811         * descr-text.el (describe-char): When copying overlays put them
21812         over the full char description instead of just the first character
21813         of it.
21815 2005-11-20  Juri Linkov  <juri@jurta.org>
21817         * simple.el (what-cursor-position):
21818         * descr-text.el (describe-char): Use Lisp-readable syntax
21819         for octal and hex.  Reorder decimal, octal and hex values.
21820         Remove excess whitespace in the output.  Use `=' in `column='
21821         like in `point=' and `Hscroll='.
21823         * international/mule-cmds.el (encoded-string-description):
21824         Use Lisp-readable syntax for hex.
21826 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21828         * newcomment.el (comment-enter-backward): Handle the case where the
21829         comment is closed by EOB.
21831 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21833         * longlines.el (longlines-before-revert-hook)
21834         (longlines-after-revert-hook): New functions.
21835         (longlines-mode): Turn off longlines temporarily when reverting.
21836         Add a message-setup-hook.
21837         (longlines-decode-buffer): New function.
21838         (longlines-wrap-line): Preserve marker positions.
21840 2005-11-19  Andreas Schwab  <schwab@suse.de>
21842         * emacs-lisp/shadow.el: Handle compressed files.
21844 2005-11-19  Romain Francoise  <romain@orebokech.com>
21846         * net/browse-url.el (browse-url-default-browser): Signal an error
21847         if no usable browser can be found, rather than try to load w3.
21849 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
21851         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21852         replacing existing properties.
21853         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21854         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21855         tty specs.
21856         (rcirc-server-prefix, rcirc-server): New faces.
21857         (rcirc-url-regexp): Generate with rx macro.
21858         (rcirc-last-server-message-time): New variable.
21859         (rcirc-filter): Record time of last message.
21860         (rcirc-keepalive): Kill processes that did not send a message
21861         since the last ping.
21862         (rcirc-mode): Give rcirc-topic a local binding here.
21864 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
21866         * subr.el (read-passwd): Fontify the prompt as we do with other
21867         prompts.
21869 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
21871         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21872         binding buffer-read-only to nil.
21874 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
21876         * complete.el (partial-completion-mode):
21877         Mention completion-auto-help in the doc string.
21879         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
21880         more Lisp-ish way.
21882 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
21884         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21885         digits, not 8, to avoid misalignment for files larger than 100MB.
21887 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
21889         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21890         Mention "keyboard shortcuts" in the help text.
21892 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21894         * startup.el (fancy-splash-default-action): Discard only
21895         mouse-down and succeeding mouse-up events in the splash screen
21896         window so that drag-n-drop event can be processed.
21898 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
21900         * longlines.el (longlines-mode): Add hacks for mail-mode and
21901         message-mode.
21903 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
21905         * textmodes/org.el (org-table-sort-lines): New command.
21906         (org-tbl-menu): Add entry for `org-table-sort-lines'.
21907         (org-add-file): Command removed, use `org-agenda-file-to-front'
21908         instead.
21909         (org-export-icalendar): Use `org-icalendar-combined-name'.
21910         (org-cycle-agenda-files, org-agenda-file-to-end)
21911         (org-agenda-file-to-front): New commands.
21912         (org-table-tab-jumps-over-hlines, org-export-html-style):
21913         New options.
21914         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21915         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21916         New functions.
21917         (org-fill-paragraph): Call `org-table-align' in tables.
21918         (org-mode): Call `org-set-autofill-regexps'.
21919         (org-export-as-html): Support for local handformatted lists.
21920         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
21921         (org-export-local-list-max-depth): New option.
21922         (org-html-expand): Use `org-html-protect'.
21924 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
21926         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21927         to "p".
21928         (gdb): Move definition of gud-pp to...
21930         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
21931         speedbar.
21932         (gdb-find-watch-expression): New function.
21934 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21936         * faces.el (face-attribute, set-face-attribute): Mention existence
21937         of `:ignore-defface' setting in docstring.
21939 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21941         * simple.el (completion-setup-function): Fix last change.
21943 2005-11-17  John Paul Wallington  <jpw@pobox.com>
21945         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21946         Use `posn-set-point' instead of `mouse-set-point' because the
21947         latter is not fbound when configured without X.
21949         * comint.el (comint-insert-input): Likewise.
21951 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
21953         * simple.el (hard-newline): New variable.
21954         (sendmail-user-agent-compose, next-line): Use it.
21956         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21957         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21958         (mail-mail-reply-to, mail-mail-followup-to)
21959         (mail-position-on-field, mail-signature, mail-yank-original)
21960         (mail-attach-file): Likewise.
21962         * mail/mailheader.el (mail-header-format)
21963         (mail-header-format-function): Likewise.
21965         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21967 2005-11-17  Juri Linkov  <juri@jurta.org>
21969         * font-lock.el (font-lock-faces): Rename this defgroup from
21970         `font-lock-highlighting-faces'.
21971         (font-lock-comment-face, font-lock-comment-delimiter-face)
21972         (font-lock-string-face, font-lock-doc-face)
21973         (font-lock-keyword-face, font-lock-builtin-face)
21974         (font-lock-function-name-face, font-lock-variable-name-face)
21975         (font-lock-type-face, font-lock-constant-face)
21976         (font-lock-warning-face, font-lock-negation-char-face)
21977         (font-lock-preprocessor-face)
21978         (font-lock-regexp-grouping-backslash)
21979         (font-lock-regexp-grouping-construct): Rename :group from
21980         `font-lock-highlighting-faces' to `font-lock-faces'.
21982         * cus-edit.el (lisp, c, tex):
21983         * progmodes/ada-mode.el (ada):
21984         * progmodes/asm-mode.el (asm):
21985         * progmodes/cperl-mode.el (cperl-faces):
21986         * progmodes/cpp.el (cpp):
21987         * progmodes/dcl-mode.el (dcl):
21988         * progmodes/f90.el (f90):
21989         * progmodes/fortran.el (fortran):
21990         * progmodes/icon.el (icon):
21991         * progmodes/idlwave.el (idlwave-misc):
21992         * progmodes/m4-mode.el (m4):
21993         * progmodes/make-mode.el (makefile):
21994         * progmodes/meta-mode.el (meta-font):
21995         * progmodes/modula2.el (modula2):
21996         * progmodes/octave-mod.el (octave):
21997         * progmodes/pascal.el (pascal):
21998         * progmodes/perl-mode.el (perl):
21999         * progmodes/prolog.el (prolog):
22000         * progmodes/ps-mode.el (PostScript-edit):
22001         * progmodes/scheme.el (scheme):
22002         * progmodes/sh-script.el (sh-script):
22003         * progmodes/simula.el (simula):
22004         * progmodes/tcl.el (tcl):
22005         * textmodes/nroff-mode.el (nroff):
22006         * textmodes/reftex-vars.el (reftex-fontification-configurations):
22007         * textmodes/sgml-mode.el (sgml):
22008         * textmodes/texinfo.el (texinfo):
22009         Add :link (custom-group-link font-lock-faces) to defgroup.
22011         * hi-lock.el (hi-lock): Rename this defgroup from
22012         `hi-lock-interactive-text-highlighting'.  Change parent group from
22013         `faces' to `font-lock'.  Add link to the manual.
22014         (hi-lock-mode, hi-lock-file-patterns-range)
22015         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
22016         `hi-lock-interactive-text-highlighting' to `hi-lock'.
22017         (hi-lock-faces): Add :group `faces'.
22019         * cus-edit.el (custom-variable-prompt): Clarify the code.
22021         * faces.el (face-read-string): Set the default value arg of
22022         completing-read.
22024 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
22026         * rfn-eshadow.el (file-name-shadow-properties)
22027         (file-name-shadow-tty-properties, file-name-shadow-mode):
22028         Remove autoloads, because the file is now preloaded.
22030 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22032         * printing.el (easy-menu-intern): Don't define.
22033         (pr-get-symbol): Use easy-menu-intern only if defined.
22035         * simple.el (blink-matching-open): Simplify a bit.
22036         (completion-setup-function): Fix the case of partial-completion-mode
22037         when the minibuffer's contents start with "-".
22038         Obey completion-base-size-function even when
22039         minibuffer-completing-file-name is non-nil.
22041 2005-11-16  Richard M. Stallman  <rms@gnu.org>
22043         * net/eudcb-ph.el (eudc-ph-open-session):
22044         Use set-process-query-on-exit-flag.
22046         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
22048         * international/ucs-tables.el (ucs-set-table-for-input):
22049         Use make-local-variable, not make-variable-buffer-local.
22051         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
22052         Improve warning message text.
22054         * savehist.el (savehist-save-hook): Add :group.
22056         * menu-bar.el (menu-bar-help-menu):
22057         Rename Find Extra Packages to External Packages.
22059         * cus-edit.el (Custom-reset-standard): Verify that
22060         :custom-standard-value prop exists before calling it.
22062         * apropos.el (apropos-calc-scores): Use apropos-pattern.
22064 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
22066         * wid-edit.el (color): Enclose %t in %{...%}.
22068         * cus-edit.el (face): Enclose %t in %{...%}.
22070 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
22072         * savehist.el (savehist-mode-hook): Re-add the var.
22073         (savehist-mode): Use it.
22075 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22077         * textmodes/flyspell.el: Fix commenting convention.
22078         Remove unnecessary leading * in custom docstrings.
22079         (flyspell-emacs): Remove unused var.
22080         (flyspell-delete-region-overlays): Use remove-overlays.
22081         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
22082         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
22083         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
22084         (flyspell-debug-signal-word-checked): Use with-current-buffer.
22085         (make-flyspell-overlay): Don't locally reuse a global name.
22086         (flyspell-highlight-incorrect-region)
22087         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
22088         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
22089         (flyspell-notify-misspell): Remove unused args `start' and `end'.
22090         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
22091         Wrap calls to accept-process-output inside with-local-quit since it's
22092         often called from a post-command-hook.
22093         (flyspell-correct-word, flyspell-auto-correct-word):
22094         Use ispell-send-string.
22095         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
22097         * calendar/diary-lib.el (diary-list-entries): Also hide the
22098         terminating newline.
22100 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
22102         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
22103         window-system, to allow fonts on tty.
22105 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
22107         * progmodes/gud.el (gud-speedbar-item-info): New function.
22108         (gud-install-speedbar-variables): Use it to display data type
22109         of watch expression as a tooltip in speedbar.
22111 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
22113         * font-core.el (global-font-lock-mode): Add :version keyword,
22114         because default was changed.
22116         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
22118         * startup.el (command-line): Use `custom-reevaluate-setting' for
22119         `file-name-shadow-mode'.
22121         * loadup.el: Preload rfn-eshadow.
22123         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
22124         Add :version keyword.
22125         (file-name-shadow-properties, file-name-shadow-tty-properties)
22126         (file-name-shadow): Add :version keyword.
22128         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
22129         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
22130         in the custom-group property of the symbol frames and the fringe
22131         group got no link to its parent group frames.
22132         Doc fix.
22134 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
22136         * progmodes/gud.el (gud-stop-subjob): New function.
22137         (gud-menu-map, gud-tool-bar-map): Use it.
22139 2005-11-16  Kim F. Storm  <storm@cua.dk>
22141         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
22142         than kill it.
22143         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
22144         to a more useful/logical place.
22146 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
22148         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
22149         go buttons complementary.
22151 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22153         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
22154         (rfn-eshadow-sifn-equal): New function.
22155         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
22157 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
22159         * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
22160         Quote `-' in string.
22162         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
22163         rcirc-mode buffers come up in Emacs state.
22165         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
22166         operation.
22168 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
22170         * term.el (term-termcap-format): Fix typos.
22171         (term-down): Fix the negative argument case.
22173 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
22175         * progmodes/gdb-ui.el: Remove face-alias left over from change on
22176         2005-08-15.
22177         (gdb-ann3): New command gud-go.
22178         (menu): Accomodate gdb-mi.el.
22179         (gdb-assembler-custom): Make buffer of selected window current
22180         so that set-window-point works.
22182         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
22183         buttons and include new ones.
22185 2005-11-16  Kim F. Storm  <storm@cua.dk>
22187         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
22188         (gud-menu-map): Use it.
22190 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
22192         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
22193         that works correctly for Custom and that does not override a user
22194         who disables it.
22196         * help-mode.el (help-make-xrefs, help-xref-on-pp)
22197         (help-xref-interned, help-follow): Make hyperlinks for variables
22198         that are unbound, but have a non-nil variable-documentation property.
22200         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
22201         mode hook.  (It conflicted with defcustoms for some mode hooks.)
22202         Use the `variable-documentation' property to give the mode hook a
22203         docstring and expand that docstring.
22205 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
22207         * savehist.el (savehist-mode): Don't bother with
22208         `custom-set-minor-mode'.
22209         (savehist-coding-system): Check XEmacs version.
22210         (history-length): Declare also at run time.
22211         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
22212         Don't set the customize state.
22213         (savehist-minibuffer-hook): Special case for when
22214         minibuffer-history-variable is equal to t.
22216 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22218         * files.el (write-file): Refresh VC status.
22220         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
22221         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
22222         than fundamental-mode to see if the mode was set.
22224 2005-11-14  Romain Francoise  <romain@orebokech.com>
22226         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
22227         dummy function in `eval-when-compile' to avoid compiler warning.
22228         Require `man' at compile time.
22230 2005-11-14  Jay Belanger  <belanger@truman.edu>
22232         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
22233         calcFunc-powerexpand.
22234         (math-write-out-power): Rename it to math-powerexpand; have it
22235         handle negative exponents.
22236         (calc-writeoutpower): Rename it to calc-powerexpand.
22238         * calc/calc-ext.el: Change calcFunc-writeoutpower and
22239         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
22240         autoloads.
22241         Add calcFunc-ldiv to autoloads.
22243         * calc/calc-arith.el (calcFunc-ldiv): New function.
22245         * calc/calc.el (calc-left-divide): New function.
22247 2005-11-14  Juri Linkov  <juri@jurta.org>
22249         * cus-edit.el (custom-variable-prompt): Set the default value arg
22250         of completing-read.
22252         * cus-dep.el (custom-make-dependencies): Reverse the list of
22253         found dependencies.
22255 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
22257         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
22258         Highlighting" entry, it is on by default now.
22259         (menu-bar-options-save): Do not save global-font-lock-mode.
22261 2005-11-13  Richard M. Stallman  <rms@gnu.org>
22263         * textmodes/flyspell.el (flyspell-large-region):
22264         Call flyspell-accept-buffer-local-defs.
22266 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
22268         * textmodes/flyspell.el (flyspell-notify-misspell):
22269         Fix misspelling of "Misspelling".
22270         (flyspell-process-localwords): New function.
22271         (flyspell-large-region): Call flyspell-process-localwords and
22272         flyspell-delete-region-overlays.
22273         (flyspell-delete-region-overlays): New function.
22274         (flyspell-delete-all-overlays): Call that.
22276 2005-11-13  Richard M. Stallman  <rms@gnu.org>
22278         * help.el (help-for-help-internal): Improve doc of C-h a.
22279         (describe-key): Improve prompt; doc fix.
22281 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22283         * vc-svn.el (vc-svn-registered): Catch all errors.
22285         * cus-dep.el (custom-make-dependencies): Typo.
22287 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
22289         * net/tramp-util.el (top): Fix compilation warning.
22291 2005-11-13  Kim F. Storm  <storm@cua.dk>
22293         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
22295 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
22297         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
22298         (gud-speedbar-buttons): Match on "const char *" too.
22300         * progmodes/gdb-ui.el (gdb-var-create-handler)
22301         (gdb-var-list-children-handler): Match on "const char *" too.
22302         (gdb-var-evaluate-expression-handler): Match on empty string.
22303         (gdb-var-update-handler): Only call
22304         gdb-var-evaluate-expression-handler when required.
22306 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
22308         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
22309         selected window.  This still doesn't work for speedbar.
22310         (gud-speedbar-buttons): Handle string expressions properly.
22312         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
22313         (gdb-var-create-handler): Handle string expressions properly.
22314         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
22315         Handle string expressions properly.  Move "type" field into regexp.
22317 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
22319         * bookmark.el (bookmark-maybe-message): New function to reduce
22320         code duplication: invokes `message' iff baud-rate is high enough.
22321         (bookmark-write-file): Use above instead of an inline conditional.
22322         (bookmark-load): Same.
22324 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
22326         * bookmark.el (bookmark-write-file): Don't visit the destination
22327         file, just write the data to it using write-region.  This is
22328         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
22329         change to avoid visiting the file in the first place.
22331 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
22333         * hi-lock.el (hi-lock-mode): Set the default value of
22334         font-lock-defaults.
22336 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
22338         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
22339         arg to `file-attributes'.
22340         (find-lisp-format): The UID and GID can now be strings.
22342 2005-11-12  Kim F. Storm  <storm@cua.dk>
22344         * help.el (help-map): Bind C-h d to apropos-documentation.
22346         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
22347         when point is at end-of-buffer.
22349         * apropos.el (apropos-match-face): Doc fix.
22350         (apropos-sort-by-scores): Add new choice `verbose'.
22351         (apropos-documentation-sort-by-scores): New defcustom.
22352         (apropos-pattern): Now contains the pattern entered by the user.
22353         (apropos-pattern-quoted): New defvar.
22354         (apropos-regexp): New defvar, containing the regexp corresponding
22355         to apropos-pattern.
22356         (apropos-all-words-regexp): Rename from apropos-all-regexp.
22357         (apropos-read-pattern): New defun.  Use it to read pattern arg in
22358         interactive calls; returns list of words for a word list, and
22359         string for a regexp.
22360         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
22361         parses a list of words or regexp as returned by apropos-read-pattern.
22362         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
22363         (apropos-score-doc): Return a very high score if the string
22364         entered by the user matches literally.
22365         (apropos-variable): Doc fix.  Use apropos-read-pattern.
22366         (apropos-command): Doc fix.  Use apropos-read-pattern and
22367         apropos-parse-pattern.  Call apropos-print with nosubst=t.
22368         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
22369         apropos-parse-pattern.
22370         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
22371         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
22372         apropos-documentation-sort-by-scores.  Call apropos-print with
22373         nosubst=t.
22374         (apropos-documentation-internal): Pass doc string through
22375         substitute-key-definition before adding text properties.
22376         Highlight substring matching literal user input if possible.
22377         (apropos-documentation-check-doc-file): Remove locals beg and end.
22378         Fix calculation of score (as added twice).  Pass doc string through
22379         substitute-key-definition before adding text properties.
22380         (apropos-documentation-check-elc-file): Pass doc string through
22381         substitute-key-definition before adding text properties.
22382         Highlight substring matching literal user input if possible.
22383         (apropos-print): Add new arg NOSUBST; if set, command and variable
22384         doc strings have already been passed through substitute-key-definition.
22385         Add code to handle apropos-accumulator items without score element
22386         for backwards compatibility (e.g. with woman package).
22387         Only show scores if apropos-sort-by-scores is `verbose'.
22389 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22391         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
22392         Add jka-compr-load-suffixes to load-suffixes.
22394         * jka-compr.el: Require jka-cmpr-hook.
22395         (jka-compr-info-compress-message, jka-compr-info-compress-program)
22396         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
22397         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
22398         (jka-compr-info-can-append, jka-compr-info-strip-extension)
22399         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
22400         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
22401         (jka-compr-uninstall): Remove entries from
22402         jka-compr-added-to-file-coding-system-alist after they are used.
22403         (jka-compr-error): Remove unused var `curbuf'.
22404         (jka-compr-file-local-copy): Remove unused var `notfound'.
22406 2005-11-10  Romain Francoise  <romain@orebokech.com>
22408         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
22410 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
22412         * progmodes/gud.el (gud-menu-map): Move parentheses.
22413         (gdb): New command gud-pv.
22415 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22417         * tar-mode.el: Remove spurious or unnecessary leading stars
22418         in docstrings.
22419         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
22420         (tar-parse-octal-integer-safe): Use mapc.
22421         (tar-header-block-summarize): Remove unused var `ck'.
22422         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
22423         cleared before.  Obey default-enable-multibyte-characters.
22424         Use mapconcat.  Simplify setting of tar-header-offset.
22425         (tar-mode-map): Move initialization inside delcaration.
22426         (tar-flag-deleted): Use `abs'.
22427         (tar-expunge-internal): Remove unused var `line'.
22428         (tar-expunge-internal): Don't hardcode point-min==1.
22429         (tar-expunge): Widen while doing set-buffer-multibyte.
22430         (tar-rename-entry): Use file-name-coding-system.
22431         (tar-alter-one-field): Don't hardcode point-min==1.
22432         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
22433         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
22435 2005-11-10  Masatake YAMATO  <jet@gyve.org>
22437         * add-log.el (add-log-current-defun): Handle class::method
22438         notation of c++.  Fix incorrect comment.
22440 2005-11-10  Alan Mackenzie  <acm@muc.de>
22442         * help-fns.el (describe-variable): Make C-h v work when a variable
22443         has variable documentation yet is unbound.
22445 2005-11-10  Masatake YAMATO  <jet@gyve.org>
22447         * man.el (Man-highlight-references): Set an empty
22448         string to `Man-arguments' if it is nil.
22449         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
22451 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22453         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
22454         commenting conventions.
22456         * cus-dep.el (custom-make-dependencies): Simplify.
22457         Better follow the commenting conventions.
22459 2005-11-09  Richard M. Stallman  <rms@gnu.org>
22461         * apropos.el (apropos-pattern): Rename from apropos-regexp.
22462         (apropos-orig-pattern): Rename from apropos-orig-regexp.
22463         All uses changed.
22464         (apropos-rewrite-regexp): Doc fix.
22465         (apropos-variable, apropos-command, apropos, apropos-value):
22466         Change prompt; carry through the argument renaming.
22468 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
22470         * find-lisp.el: Require dired.
22471         (find-lisp-find-dired-internal): Do not call
22472         `abbreviate-file-name' on DIR.
22474 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
22476         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
22478 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
22480         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
22481         when using the speedbar.
22482         (gdb): New command gud-pp.
22483         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
22485 2005-11-09  Juri Linkov  <juri@jurta.org>
22487         * replace.el (occur-excluded-properties): New defcustom.
22488         (occur-1, occur-engine, occur-accumulate-lines): Use it.
22490 2005-11-08  Jay Belanger  <belanger@truman.edu>
22492         * calc/calc-units.el (math-convert-units): Replace any composite
22493         unit by its definition.
22495 2005-11-08  Lars Hansen  <larsh@soem.dk>
22497         * emacs-lisp/autoload.el (update-directory-autoloads):
22498         Add obsolete function alias.
22500 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22502         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22503         comment-indent-function.
22504         (lisp-comment-indent): Replace by an alias for comment-indent-default.
22506         * reveal.el (reveal-post-command): Rework the handling of
22507         reveal-open-spots, so as to be more reliable.  There were several
22508         tricky corner cases where an open spot might be lost, or where
22509         a closed spot might end up on the list of open spots.
22510         Only reveal text that's ellipsised.
22512 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
22514         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22516 2005-11-07  John Paul Wallington  <jpw@gnu.org>
22518         * ibuffer.el (ibuffer): Search iconified frames too when
22519         getting Ibuffer buffer's window.
22521 2005-11-06  Richard M. Stallman  <rms@gnu.org>
22523         * progmodes/compile.el (compilation-internal-error-properties):
22524         save-excursion around the computation of MARKER.
22526 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
22528         * textmodes/flyspell.el (flyspell-external-point-words):
22529         flyspell-get-word returns a list, not just a string.
22531 2005-11-06  John Paul Wallington  <jpw@pobox.com>
22533         * ibuffer.el (ibuffer): Search all visible frames when getting
22534         Ibuffer buffer's window.
22536 2005-11-07  Masatake YAMATO  <jet@gyve.org>
22538         * man.el (Man-reference-regexp): Accept spaces between
22539         `Man-name-regexp' and `Man-section-regexp'.
22540         (Man-apropos-regexp): New variable.
22541         (Man-abstract-xref-man-page): Use value for `Man-target-string'
22542         if available.
22543         (Man-highlight-references, Man-highlight-references0):
22544         Handle the case when `Man-arguments' includes "-k".
22545         (Man-highlight-references0): Rename the argument `TARGET-POS' to
22546         `TARGET'. `TARGET' can be a number, function or nil.
22548 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
22550         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22551         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22552         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22553         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22554         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22555         (gdb-send-item): Use buffer-local-value and simplify.
22557 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
22559         * startup.el (command-line): Use `custom-reevaluate-setting' for
22560         `global-font-lock-mode'.
22562         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22563         by default, except in batch mode or when the -D option is given.
22565         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22566         specified keyword args on to `define-minor-mode'.  Update docstring.
22568 2005-11-05  Romain Francoise  <romain@orebokech.com>
22570         * replace.el (occur-engine): Add marker at end of line, too.
22572 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
22574         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22575         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22576         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22577         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22578         argument to all these routines, so the passphrase can be managed
22579         externally and passed in to the system.
22580         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22581         pgg-add-passphrase-to-cache function.
22583         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22584         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22585         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22586         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22587         argument to all these routines, so the passphrase can be managed
22588         externally and passed in to the system.
22589         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22590         function.
22592 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
22594         * font-lock.el: Don't deal with font-lock-face-attributes here,
22595         move the code ...
22597         * startup.el (command-line): ... here.  Use face-spec-set instead
22598         of custom-declare-face.
22600         * faces.el (face-spec-set): Reset the face if spec is not nil.
22602 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22604         * newcomment.el (comment-region-internal): Box more tightly in the
22605         common case where there's no TAB in the boxed text.
22607 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22609         * info.el (info-tool-bar-map): Use images prev-node, next-node and
22610         up-node.
22612 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
22614         * net/newsticker.el: Commentary updated.  Code formatting changed.
22615         (newsticker-version): Change to "1.9".
22616         (newsticker, newsticker-feed): Doc fix.
22617         (newsticker-url-list): Doc fix.  Add option "Weekly".
22618         (newsticker-retrieval-interval): Add option "Weekly".
22619         (newsticker-headline-processing): Doc fix.
22620         (newsticker-auto-mark-filter): Remove.
22621         (newsticker-auto-mark-filter-list): New.
22622         (newsticker-layout, newsticker-sort-method): Doc fix.
22623         (newsticker-hide-old-items-in-newsticker-buffer)
22624         (newsticker-heading-format, newsticker-item-format)
22625         (newsticker-desc-format): Doc fix.
22626         (newsticker-show-all-rss-elements): Remove.
22627         (newsticker-show-all-news-elements): New.
22628         (newsticker-faces, newsticker-ticker): Doc fix.
22629         (remove-from-invisibility-spec): Code formatting.
22630         (newsticker--process-ids): New.
22631         (newsticker-mode): Doc fix.
22632         (newsticker-mode): Change mode-line-format.
22633         (newsticker-start): Remove debug output.
22634         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
22635         (newsticker-w3m-show-inline-images): Code formatting.
22636         (newsticker-next-item): Call `force-mode-line-update'.
22637         (newsticker-previous-item): Call `force-mode-line-update'.
22638         (newsticker-next-feed): Call `force-mode-line-update'.
22639         (newsticker-previous-feed): Call `force-mode-line-update'.
22640         (newsticker-mark-all-items-at-point-as-read): Code formatting.
22641         (newsticker-show-old-items): Do not show descs.
22642         (newsticker-hide-entry): Hide too much.
22643         (newsticker-hide-entry, newsticker-show-entry)
22644         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22645         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22646         (newsticker-toggle-auto-narrow-to-item): Code formatting.
22647         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22648         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22649         (newsticker-get-news): Call `force-mode-line-update'.
22650         Collect process ids.
22651         (newsticker--sentinel): Change coding system handling.
22652         Move image retrieval to new functions newsticker--get-logo-url-*.
22653         Move feed parsing to new functions newsticker--parse-*.
22654         Update list of process ids.
22655         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22656         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22657         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22658         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22659         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22660         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22661         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22662         (newsticker--decode-coding-string): Remove.
22663         (newsticker--decode-numeric-entities): Check input.  Format code.
22664         (newsticker--remove-whitespace): Check input.
22665         (newsticker--do-forget-preformatted): Doc fix.
22666         (newsticker--decode-rfc822-date): Allow for missing time.
22667         (newsticker--update-process-ids): New.
22668         (newsticker--image-sentinel): Change comment.
22669         (newsticker--image-read): Change error message.
22670         (newsticker--imenu-goto): Doc fix.  Show headline title.
22671         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22672         (newsticker--buffer-do-insert-text): Clean whitespace in
22673         html-rendered headline title.  Code formatting.
22674         Call `newsticker--buffer-print-extra-elements'.
22675         (newsticker--buffer-print-extra-element): Remove.
22676         (newsticker--buffer-print-extra-elements): New.
22677         (newsticker--buffer-do-print-extra-element): New.
22678         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
22679         large sizes.
22680         (newsticker--run-auto-mark-filter)
22681         (newsticker--do-run-auto-mark-filter):
22682         Use `newsticker-auto-mark-filter-list'.
22684 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
22686         * net/rcirc.el: Use split-string OMIT-NULLS argument.
22687         (rcirc-print): Force redisplay before running hooks.  Do long
22688         buffer truncation after making new text read-only.  Deal with nil
22689         text when decoding strings.  If TARGET is nil, use either the
22690         currently selected buffer, if it is an rcirc buffer and of the
22691         same process or the process buffer.
22692         (rcirc-mode): Remove header-line.  Recompute short buffer names.
22693         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22694         (rcirc-short-buffer-name): Add variable.
22695         (rcirc-kill-buffer-hook): Recompute short buffer names.
22696         Remove nick from private channel.
22697         (rcirc-send-input): Send command text to current-buffer.
22698         Don't clear overlay arrow here.
22699         (rcirc-short-buffer-name): Return a short buffer name.
22700         (rcirc-update-short-buffer-names, rcirc-abbreviate)
22701         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22702         buffer-name abbreviations.
22703         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22704         Do not touch nick-table when killing a parted channel.
22705         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22706         Clear arrow from current buffer if it is now hidden.
22707         (rcirc-current-buffer): Add variable.
22708         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22709         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22710         Remove -face from names.
22711         (rcirc-update-activity-string): Print "DND" when globally ignoring
22712         activity.
22713         (rcirc-ignore-buffer-activity-flag): Rename from
22714         rcirc-ignore-channel-activity.
22715         (rcirc-ignore-all-activity-flag): Doc fix.
22716         (rcirc-channels): Remove variable.
22717         (rcirc-kill-buffer-hook):
22718         (rcirc-get-buffer-create): Add nick to private channel.
22719         (rcirc-multiline-edit-submit): Remove tabs.
22720         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22721         folded.
22722         (rcirc-remove-nick-channel): Bug fix.
22723         (rcirc-toggle-ignore-buffer-activity): Rename from
22724         rcirc-toggle-ignore-channel-activity.
22725         (rcirc-record-activity): Add buffers to the front of the list.
22726         (rcirc-update-activity): Remove killed buffers from list.
22727         (rcirc-process-server-response-1): Remove last argument if it is
22728         null before calling handler.
22729         (rcirc): Add "rcirc" defcustom prefix.
22730         (rcirc-prompt): Simplify default prompt.
22731         Use custom-initialize-default.
22732         (rcirc-private-chats): Remove variable.
22733         (rcirc-prompt): Change initialization.
22734         (rcirc-version): Remove function.
22735         (rcirc-id-string): Add constant.
22736         (rcirc-last-buffer): Remove variable.
22737         (rcirc-buffer-alist): Add variable.
22738         (rcirc-connect): Update variable setup.
22739         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22740         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22741         default.
22742         (rcirc-handler-generic): Trigger activity.
22743         (rcirc-send-message): Create the buffor of the target.
22744         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22745         (rcirc-get-buffer): Just return nil if there is no matching buffer.
22746         (rcirc-multiline-edit-cancel): Remove function.
22747         (rcirc-set-last-buffer): Remove function.
22748         (rcirc-get-any-buffer): Add function.
22749         (rcirc-join-channels): Don't print /join text.
22750         (rcirc-toggle-ignore-channel-activity): Add and update echo area
22751         messages.
22752         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22753         (rcirc-handler-NOTICE): Recognize CTCP responses.
22754         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22755         constructing TOPIC string for buffers we are not JOINed.
22756         (rcirc-handler-CTCP-response): Add handler.
22757         (rcirc-multiline-edit-submit): Restore the window-configuration
22758         before adjusting point.
22759         (rcirc): Add customization group.
22760         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22761         (rcirc-user-full-name, rcirc-startup-channels-alist)
22762         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22763         (rcirc-ignore-all-activity-flag, rcirc-time-format)
22764         (rcirc-input-ring-size, rcirc-read-only-flag)
22765         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22766         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22767         Change defvar to defcustom.
22768         (rcirc-update-prompt): Add optional ALL arg, which will update
22769         prompts in all rcirc buffers.  Regexp quote replacement text.
22770         (rcirc-fill-column): Accept frame-width as a value.
22771         (rcirc-set-changed): Add function.
22772         (rcirc-next-active-buffer): Write more meaningful messages.
22773         (rcirc-faces): Add customization group.
22774         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22775         (rcirc-nick-in-message-face, rcirc-prompt-face)
22776         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22777         (with-rcirc-process-buffer): Move before first usage.
22778         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22779         (rcirc-debug-flag): Rename from `rcirc-log-p'.
22780         (rcirc-debug): Rename from `rcirc-log'.
22781         (rcirc-format-response-string): Do not print `-' chars for a
22782         NOTICE with no sender.  Simplify output of server responses.
22784 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
22786         (rcirc-browse-url-map, rcirc-browse-url-at-point)
22787         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22788         Make urls mouse and RET clickable.
22790 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
22792         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22794 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
22796         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22797         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22798         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22799         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22800         argument to all these routines, so the passphrase can be managed
22801         externally and passed in to the system.
22802         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22803         pgg-add-passphrase-to-cache function.
22805         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22806         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22807         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22808         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22809         argument to all these routines, so the passphrase can be managed
22810         externally and passed in to the system.
22811         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22812         function.
22814 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
22816         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22817         from goto-address-url-regexp.
22819 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
22821         * textmodes/org.el (org-read-date, org-goto-calendar)
22822         (org-recenter-calendar, org-agenda-goto-calendar):
22823         Temporarily clear `calendar-move-hook'.
22825 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
22827         * ediff-merg.el (ediff-merge-region-is-non-clash):
22828         Return t, if not merging.
22830         * ediff-util.el (ediff-previous-difference): Don't skip regions that
22831         have merge clashes.
22833 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22835         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22836         Undo previous change.
22838         * startup.el (command-line): Use `custom-reevaluate-setting' for
22839         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
22840         tty-register-default-colors on Mac.
22842 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
22844         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22845         (gdb-buffer-type): Make it automatically buffer local...
22846         (gdb-get-create-buffer): ...and set it accordingly.
22847         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22848         actually work.
22850 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
22852         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22853         not red.
22855 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
22857         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22858         case GUD buffer is not visible.
22859         (gdb-goto-breakpoint): Try to force display in source buffer.
22860         (gdb-frame-gdb-buffer): Copy other similar functions.
22861         (gdb-restore-windows): Don't display source if not asked for.
22862         (gdb-assembler-buffer-name): Don't capitalise.
22864 2005-11-03  Richard M. Stallman  <rms@gnu.org>
22866         * wid-edit.el (key-sequence): New widget type.
22868         * simple.el (set-mark-command-repeat-pop): New variable.
22869         (set-mark-command): Only interpret plan C-@ after a pop as a pop
22870         if set-mark-command-repeat-pop is true.
22872         * info.el (Info-fontify-node): Don't display extra "see" if there
22873         already is one here.
22875         * mouse.el: Fix special handling of DEL after dragging a region:
22876         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22877         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
22879         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22881         * textmodes/ispell.el (ispell-command-loop): Change `i' description
22882         not to assume it pertains to an affix.
22884         * textmodes/flyspell.el (flyspell-post-command-hook):
22885         Bind deactivate-mark to prevent deactivation.
22887 2005-11-03  Lars Hansen  <larsh@soem.dk>
22889         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22890         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22891         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22893 2005-11-03  Romain Francoise  <romain@orebokech.com>
22895         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
22896         Update copyright years.
22898 2005-11-03  Sam Steingold  <sds@gnu.org>
22900         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22901         Use system-type instead of window-system because window-system is not
22902         correctly defined during loadup.
22904 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
22906         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22907         (xml-parse-tag): Join strings separated by a comment properly.
22909 2005-11-02  Andreas Schwab  <schwab@suse.de>
22911         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22913 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22915         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22916         (byte-optimize-pure-func): Quote the eval'd value.
22918         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22919         Rename from perl-font-lock-syntactic-face-function.
22920         Change the calling convention so it can be used as a font-lock MATCHER.
22921         Do the parse-partial-sexp loop outselves.
22922         (perl-font-lock-syntactic-keywords): Use it.
22923         (perl-mode): Don't set font-lock-syntactic-face-function any more.
22925 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
22927         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22928         disassembly buffer too.
22929         (gdb-exited): Remove overlay arrows when execution has finished.
22930         (gdb-info-frames-custom, gdb-info-threads-custom)
22931         (gdb-info-registers-custom): Don't add inappropriate text
22932         properties if inferior is not active.
22934 2005-11-02  Glenn Morris  <rgm@gnu.org>
22936         * progmodes/fortran.el (fortran-blink-match):
22937         Use `blink-matching-delay'.
22939 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
22941         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22943 2005-11-02  Lars Hansen  <larsh@soem.dk>
22945         * net/tramp.el (tramp-action-out-of-band): Handle scp message
22946         "Permission denied".
22948 2005-11-01  Richard M. Stallman  <rms@gnu.org>
22950         * textmodes/flyspell.el (flyspell-external-point-words):
22951         Pass nil to flyspell-get-word.
22953 2005-11-02  Kim F. Storm  <storm@cua.dk>
22955         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22956         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22958 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22960         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22961         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22962         (calendar-mouse-print-dates): Add optional `event' argument.
22963         Update interactive-spec.
22964         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22965         Use `calendar-event-to-date' instead of `event'.
22967 2005-11-02  Masatake YAMATO  <jet@gyve.org>
22969         * progmodes/ld-script.el (ld-script-builtins):
22970         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22971         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22972         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22974 2005-11-01  Romain Francoise  <romain@orebokech.com>
22976         * vc-sccs.el: Update copyright year.
22977         * ezimage.el: Likewise.
22979 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
22981         * info.el (Info-fontify-node): Use `string-width' for fontifying
22982         underlined titles.
22984 2005-11-01  Juri Linkov  <juri@jurta.org>
22986         * info.el (Info-fontify-node): Downcase node header keywords Node,
22987         Prev, Next, Up before comparison.
22988         (Info-history): Insert absolute directory name, and put invisible
22989         property on it.
22991 2005-11-01  Juri Linkov  <juri@jurta.org>
22993         * info.el (Info-file-supports-index-cookies): New variable.
22994         (Info-find-node-2): Check makeinfo version for index cookie support.
22995         (Info-index-nodes): Search for nodes with index cookies only when
22996         Info-file-supports-index-cookies is t.  Otherwise, search nodes
22997         with "Index" in the node name.
22998         (Info-index-node): Search index cookie in the current node only when
22999         Info-file-supports-index-cookies is t.  Otherwise, check the word
23000         "Index" in the node name.
23001         (Info-find-emacs-command-nodes): Remove code that searches nodes
23002         with "Index" node name in the top menu.
23004 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23006         * progmodes/scheme.el (scheme-mode-variables): Use the default
23007         comment-indent-function.
23009         * faces.el (face-attribute): Handle the case where a face inherits from
23010         a non-existent face.
23012         * simple.el (eval-expression-print-format): Use lisp-readable syntax
23013         for octal and hexa output, and merge the char into the paren.
23014         (kill-new): Use push.
23015         (copy-to-buffer): Use with-current-buffer.
23016         (completion-setup-function): Move code in loop to remove redundancy.
23017         (minibuffer-local-must-match-map): Don't add bindings that duplicate
23018         those inherited from minibuffer-local-completion-map.
23020         * savehist.el (savehist-mode) <defcustom>:
23021         Use custom-set-minor-mode if available.
23022         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
23023         and emit a message if applicable.
23025 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
23027         * savehist.el: Sync up to version 19.
23028         (savehist-mode): New minor mode.
23029         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
23030         (savehist-length): Remove (use history-length instead).
23031         (savehist-file-modes): Rename from savehist-modes.
23032         (savehist-save-hook, savehist-loaded): New vars.
23033         (savehist-load): Use savehist-mode.  Try to smooth up transition from
23034         old format to new format.
23035         (savehist-install): Allow savehist-autosave-interval to be nil.
23036         (savehist-save): Run the new hook.  Be more careful to only trim the
23037         history variables.
23038         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
23039         (savehist-printable): Print into a buffer rather than char-by-char.
23041 2005-11-01  John Wiegley  <johnw@newartisans.com>
23043         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
23044         toggle-ignore keybinding (C-a).  The author said it had been
23045         disabled much earlier due to a possible incompatibility, but after
23046         many months of usage I have encountered no problems (and it is a
23047         rather useful option, especially for switching to " *temp*").
23049         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
23050         support for OS/X's AddressBook, by calling out to the open source
23051         program "contacts" (installable through Fink).
23053         * net/eudc.el (eudc-expand-inline): If the
23054         `eudc-multiple-match-handling-method' is set to `all', delete the
23055         query string before inserting the query result.
23057         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
23058         flag, to prevent Eshell from using the system ls when
23059         `eshell-ls-insert-directory' is in used.
23060         (eshell-ls-insert-directory): Disable font-lock in directory
23061         buffer so that Eshell's own fontification is seen.  This broke
23062         recently due to changes in font-lock, so this goes back to version
23063         21 behavior.
23065 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
23067         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
23068         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
23069         (gdb-many-windows): Doc fix.
23071 2005-10-31  Romain Francoise  <romain@orebokech.com>
23073         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
23075 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
23077         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
23078         that global-font-lock-mode can be enabled by default.
23080         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
23081         (font-lock-add-keywords, font-lock-remove-keywords)
23082         (font-lock-fontify-buffer): Remove autoload cookies.
23084         * jit-lock.el (jit-lock-register): Likewise.
23086         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
23088 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
23090         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
23091         intact if there is no gud-comint-buffer.
23093 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
23095         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
23096         old prompt comint-prompt-read-only is t and GDB commands are
23097         issued from tool bar etc.
23099 2005-10-31  Masatake YAMATO  <jet@gyve.org>
23101         * vc.el (vc-directory-exclusion-list): Add "{arch}".
23103 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
23105         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
23106         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
23108 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
23110         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
23111         starting at beginning of line.  Fontification is messed up when
23112         `open-paren-in-column-0-is-defun-start' set to t.
23113         Reported by John Paul Wallington <jpw@pobox.com>.
23115 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
23117         * comint.el (comint-send-input): Call `comint-update-fence' when
23118         `comint-process-echoes' and `comint-prompt-read-only' are both
23119         non-nil, to avoid leftover read-only newline.
23121 2005-10-30  Richard M. Stallman  <rms@gnu.org>
23123         * textmodes/flyspell.el (flyspell-external-point-words):
23124         Detect when WORD can't be checked properly because
23125         flyspell-get-word finds just part of it, and move on.
23127         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
23128         boundarychar for Polish.
23129         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
23130         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
23132 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
23134         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
23135         (gdb-registers-font-lock-keywords): Delete.
23136         (gdb-registers-mode): Don't fontify.
23137         (gdb-info-registers-custom): Use text properties instead as, in
23138         future, changed register values will use font-lock-warning-face.
23139         (gdb-local-font-lock-keywords): Rename to...
23140         (gdb-locals-font-lock-keywords): ...for consistency.
23142 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
23144         * vc.el (vc-switch-backend): Better error message if the buffer is
23145         not visiting a file under version control.
23147         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
23149 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
23151         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
23152         ~/.emacs.d/.emacs.
23154 2005-10-29  Richard M. Stallman  <rms@gnu.org>
23156         * replace.el (occur-mode-mouse-goto): Always go to other window.
23157         (occur-mode-goto-occurrence): Always switch in same window.
23159         * simple.el (undo): Display message at end, not at start.
23161         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
23162         New arg REUSE-CELL.
23163         (cancel-timer-internal): New function.
23164         (timer-event-handler): Use cancel-timer-internal,
23165         and pass the cell it returns to timer-activate...
23167         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
23168         (jit-lock-deferred-fontify, jit-lock-context-fontify)
23169         (jit-lock-after-change): Test memory-full.
23171 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
23173         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
23174         part of the decoded armor to find the key-identifier.
23175         (pgg-gpg-lookup-key-owner): New function to return the
23176         human-readable identifier of a key owner.
23177         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
23178         key itself.
23179         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
23180         the key value) if we have a key and can match it against a secret
23181         key.  Also, added a note pointing out fact that the prompt only
23182         indicates the first matching key.
23184         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
23185         pgg-decrypt-region.
23186         (pgg-pending-timers): A new hash for tracking the passphrase cache
23187         timers, so that new ones supercede old ones.
23188         (pgg-add-passphrase-to-cache): Rename from
23189         `pgg-add-passphrase-cache' to reduce confusion (all callers
23190         changed).  Modified to cancel old timers when new ones are added.
23191         (pgg-remove-passphrase-from-cache): Rename from
23192         `pgg-remove-passphrase-cache' to reduce confusion (all callers
23193         changed).  Modified to cancel old timers when their keys are
23194         removed from the cache.
23195         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
23196         XEmacs, an indirection to delete-itimer.
23197         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
23198         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
23199         users can only check cache without risk of prompting.  Correct bug in
23200         notruncate behavior.
23201         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
23202         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23203         Add informative docstrings.
23204         (pgg-decrypt): Convey provided passphrase in subordinate call to
23205         pgg-decrypt-region.
23207         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
23208         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
23209         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
23210         `passphrase' argument, so the passphrase can be managed externally
23211         and then passed in to the system.
23213         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
23214         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
23215         so the passphrase cache can be used reliably with identifiers
23216         besides a pgp packet's key id.
23218         * pgg-gpg.el (pgg-pgp-encrypt-region)
23219         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23220         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23221         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23222         argument to all these routines, so the passphrase can be managed
23223         externally and passed in to the system.
23225         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
23226         `notruncate' argument, so the passphrase cache can be used
23227         reliably with identifiers besides a pgp packet's key id.
23229 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
23231         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
23232         symmetric encryption.
23233         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
23234         encrypted session key.
23235         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23236         message ask for the passphrase in a proper way.
23238         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23239         New user commands for symmetric encryption.
23241 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
23243         * textmodes/conf-mode.el (conf-assignment-sign)
23244         (conf-assignment-regexp): Fix docstrings.
23245         (conf-mode-initialize): New function.
23246         (conf-mode): Remove optional args.  Use delay-mode-hooks to
23247         recognize recursive calls.
23248         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
23249         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
23250         (conf-xdefaults-mode): Use define-derived-mode and
23251         conf-mode-initialize.
23253 2005-10-29  Romain Francoise  <romain@orebokech.com>
23255         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
23257 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
23259         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
23260         part of the decoded armor to find the key-identifier.
23261         (pgg-gpg-lookup-key-owner): New function to return the
23262         human-readable identifier of a key owner.
23263         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
23264         key itself.
23265         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
23266         the key value) if we have a key and can match it against a secret
23267         key.  Also, added a note pointing out fact that the prompt only
23268         indicates the first matching key.
23270         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
23271         pgg-decrypt-region.
23272         (pgg-pending-timers): A new hash for tracking the passphrase cache
23273         timers, so that new ones supercede old ones.
23274         (pgg-add-passphrase-to-cache): Rename from
23275         `pgg-add-passphrase-cache' to reduce confusion (all callers
23276         changed).  Modified to cancel old timers when new ones are added.
23277         (pgg-remove-passphrase-from-cache): Rename from
23278         `pgg-remove-passphrase-cache' to reduce confusion (all callers
23279         changed).  Modified to cancel old timers when their keys are
23280         removed from the cache.
23281         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
23282         XEmacs, an indirection to delete-itimer.
23283         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
23284         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
23285         users can only check cache without risk of prompting.  Correct bug in
23286         notruncate behavior.
23287         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
23288         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23289         Add informative docstrings.
23290         (pgg-decrypt): Convey provided passphrase in subordinate call to
23291         pgg-decrypt-region.
23293 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
23295         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
23296         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
23297         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
23298         `passphrase' argument, so the passphrase can be managed externally
23299         and then passed in to the system.
23301         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
23302         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
23303         so the passphrase cache can be used reliably with identifiers
23304         besides a pgp packet's key id.
23306         * pgg-gpg.el (pgg-pgp-encrypt-region)
23307         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23308         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23309         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23310         argument to all these routines, so the passphrase can be managed
23311         externally and passed in to the system.
23313         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
23314         `notruncate' argument, so the passphrase cache can be used
23315         reliably with identifiers besides a pgp packet's key id.
23317 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
23319         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
23320         symmetric encryption.
23321         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
23322         encrypted session key.
23323         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23324         message ask for the passphrase in a proper way.
23326         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23327         New user commands for symmetric encryption.
23329 2005-10-28  Bill Wohler  <wohler@newt.com>
23331         * help-mode.el (help-url): New button type.  Calls browse-url.
23332         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
23333         Similar to Info nodes: URL `url'.
23334         (help-make-xrefs): Create help-url buttons for
23335         help-xref-url-regexp matches.
23337 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
23339         * tool-bar.el (tool-bar-add-item-from-menu)
23340         (tool-bar-local-item-from-menu): Fix doc strings.
23342 2005-10-28  Romain Francoise  <romain@orebokech.com>
23344         * ldefs-boot.el: Update.
23346         * subr.el (locate-library): Move from help-fns.el.
23347         * help-fns.el (locate-library): Move to subr.el.
23349 2005-10-28  Richard M. Stallman  <rms@gnu.org>
23351         * net/tramp.el (tramp-completion-mode): defvar moved up.
23353         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
23355         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
23357         * files.el (find-file-noselect): Use %d to format large file size.
23359         * bindings.el (mode-line-format): Add %e.
23361         * loadup.el ("facemenu"): Load unconditionally.
23362         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
23363         ("x-dnd"): Load, when appropriate.
23365         * startup.el (command-line): Call before-init-hook earlier.
23366         Warn about some bad characters in -u user name.
23368         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
23369         (flyspell-external-point-words): Error if misspelled word is not found.
23370         Set flyspell-large-region-beg at end of word.
23372 2005-10-28  Andreas Schwab  <schwab@suse.de>
23374         * view.el (View-revert-buffer-scroll-page-forward):
23375         Use view-page-size-default.
23377 2005-10-28  Juri Linkov  <juri@jurta.org>
23379         * international/quail.el (quail-get-current-str): Translate last
23380         raw character for deterministic input methods.
23382 2005-10-27  Jay Belanger  <belanger@truman.edu>
23384         * calc/calc-ext.el: Add functions to autoloads.
23385         (math-identity-matrix-p, math-ident-row-p): New functions.
23387         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
23388         multiplication by an identity matrix; don't turn multiplication by
23389         an inverse matrix into division.
23390         (math-div-symbol-fancy): Replace division by matrices with
23391         multiplication by inverse.
23393         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
23395         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
23396         (calc-writeoutpower): New functions.
23398 2005-10-27  Romain Francoise  <romain@orebokech.com>
23400         * replace.el (occur-engine): Include colon in mouse-face highlight.
23402         * dired-x.el: Change Maintainer field.
23404 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
23406         * longlines.el (longlines-mode): Bind after-change-functions to
23407         nil during initial decoding and final encoding.
23409 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
23411         * term.el (term-emulate-terminal, term-handle-colors-array)
23412         (term-handle-ansi-escape): Specify the terminfo capabilities
23413         implemented.
23415 2005-10-26  Richard M. Stallman  <rms@gnu.org>
23417         * info.el (Info-fontify-node): Fix detection of sentence-break
23418         before *Note.
23420 2005-10-26  Romain Francoise  <romain@orebokech.com>
23422         * smerge-mode.el: Add `tools' to file keywords.
23424 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
23426         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
23427         when the fringe is not available.
23429         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
23430         (def-gdb-auto-update-trigger): Simplify construction.
23431         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
23432         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
23433         defined explicitly.
23434         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
23435         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
23436         defined explicitly.
23437         (gdb-info-locals-custom): Remove as it's a no-op.
23439 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
23441         * longlines.el (longlines-mode): Remove narrowing before
23442         performing the initial decoding or final encoding.
23444 2005-10-25  Romain Francoise  <romain@orebokech.com>
23446         * emacs-lisp/find-func.el (find-library-name): Also strip
23447         extension if library name ends in .el, to take advantage of
23448         `find-library-suffixes'.
23450 2005-10-25  Richard M. Stallman  <rms@gnu.org>
23452         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
23454 2005-10-25  Juri Linkov  <juri@jurta.org>
23456         * textmodes/texinfo.el (texinfo-mode): Change charset of one
23457         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
23459 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23461         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
23462         (blackbox-redefine-key): Add argument `map'.
23464         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
23465         regions when moving the jit-lock-context-unfontify-pos boundary.
23467 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23469         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
23471 2005-10-25  Masatake YAMATO  <jet@gyve.org>
23473         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
23475 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
23477         * play/blackbox.el (blackbox-redefine-key): New function.
23478         (blackbox-mode-map): Use it to remap existing bindings for cursor
23479         motion instead of binding literal keys.
23481 2005-10-25  Glenn Morris  <rgm@gnu.org>
23483         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
23484         diary does not end in a newline.  Do not assume a blank line at
23485         the start of the diary file.
23487 2005-10-25  Kenichi Handa  <handa@m17n.org>
23489         * international/quail.el (quail-translate-key): If the input
23490         method is deterministic and failed to handle the last key, restart
23491         the key handling loop from an appropriate key.
23493 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
23495         * vc.el (vc-dired-mode): Extend comment for binding of
23496         `directory-listing-before-filename-regexp'.
23498 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23500         * textmodes/texinfo.el (texinfo-mode):
23501         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23502         not to unnecessarily expose emacs-mule's internal char codes.
23504 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
23506         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23507         Display hand pointer and help-echo on disabled icon too.
23508         (gdb-mouse-until): New function.
23509         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23511 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
23513         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23514         with 2005-10-23 change to doctor.el.
23516         * finder.el (finder-mode-map): Add follow-link binding.
23518 2005-10-25  Kim F. Storm  <storm@cua.dk>
23520         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23521         to gdb-mouse-toggle-breakpoint-fringe.
23522         (gdb-mouse-toggle-breakpoint-margin): Rename from
23523         gdb-mouse-toggle-breakpoint.  Fix doc.
23524         (gdb-mouse-toggle-breakpoint-fringe): New defun.
23525         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
23526         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23527         string properties also for fringe breakpoint bitmaps.
23529 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
23531         * textmodes/org.el (org-start-icalendar-file): Fix format form.
23533 2005-10-25  Masatake YAMATO  <jet@gyve.org>
23535         * simple.el (completion-common-substring):
23536         Use `completion-common-substring' prior to `completion-base-size'.
23538 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
23540         * savehist.el: Require CL while compiling.
23541         (savehist-history-variables): Remove.
23542         (savehist-save-minibuffer-history, savehist-additional-variables)
23543         (savehist-minibuffer-history-variables): New vars.
23544         (savehist-save): Use them.
23545         (savehist-uninstall, savehist-minibuffer-hook): New funs.
23546         (savehist-install): New fun, extracted from savehist-load.
23547         (savehist-load): Use them.
23549 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23551         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23552         a dummy doc-string-elt property.
23553         (defalias, defvaralias, define-category): Add a docstring property.
23555         * image.el (defimage):
23556         * widget.el (define-widget):
23557         * custom.el (defface, defcustom): Add `doc-string' declaration.
23559         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23560         (defadvice): Add `doc-string' declaration.
23562         * emacs-lisp/byte-run.el (macro-declaration-function):
23563         Handle `doc-string' declarations.
23564         (define-obsolete-function-alias, define-obsolete-variable-alias):
23565         Add `doc-string' declaration.
23567 2005-10-24  Kenichi Handa  <handa@m17n.org>
23569         * international/utf-7.el (utf-7): Add autoload cookie.
23571         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23573 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
23575         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23576         list of directories passed to batch-update-autoloads.  Add "." to
23577         the list of the echoed directories.
23579         * pgg-def.el:
23580         * pgg-gpg.el:
23581         * pgg-parse.el:
23582         * pgg-pgp.el:
23583         * pgg-pgp5.el:
23584         * pgg.el: Moved here from the gnus subdirectory.
23586 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
23588         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23589         in case comint-prompt-read-only is set to t.
23591         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23592         in case comint-prompt-read-only is set to t.
23594 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
23596         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23597         Now a string.
23598         (icalendar-import-format): Handle CLASS, STATUS, URL.
23599         Rename `subject' to `summary'.
23600         (icalendar-import-format-summary): Rename from
23601         `icalendar-import-format-subject'.
23602         (icalendar-import-format-url, icalendar-import-format-status)
23603         (icalendar-import-format-class): New variables.
23604         (icalendar--rris): Take variable argument list.
23605         (icalendar--datestring-to-isodate): Remove unnecessary
23606         calendar-style check when converting dates with explicit month names.
23607         (icalendar-export-region): Change return type of conversion
23608         subroutines.  Bury current buffer unless error occurred.
23609         (icalendar--convert-to-ical)
23610         (icalendar--parse-summary-and-rest): New functions.
23611         (icalendar--convert-ordinary-to-ical)
23612         (icalendar--convert-weekly-to-ical)
23613         (icalendar--convert-yearly-to-ical)
23614         (icalendar--convert-block-to-ical)
23615         (icalendar--convert-cyclic-to-ical)
23616         (icalendar--convert-anniversary-to-ical): Change return type.
23617         Strip trailing blanks from subject.
23618         (icalendar--convert-sexp-to-ical): Change return type.
23619         Strip trailing blanks from subject.  Handle simple sexp
23620         entries as generated by icalendar.el.
23621         (icalendar--convert-float-to-ical)
23622         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23623         (icalendar-import-file): Doc fix.
23624         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23625         Correct call to icalendar--rris.
23626         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
23627         `summary'.
23628         (icalendar--add-diary-entry): Rename `subject' to `summary'.
23630 2005-10-24  Romain Francoise  <romain@orebokech.com>
23632         * server.el (server-sentinel): Set query-on-exit flag to nil on
23633         new client processes (it isn't inherited from the server process).
23635         * replace.el (occur-engine): Rearrange text properties.
23637 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23639         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23640         case-fold-search is nil.
23641         (debug-help-follow): Use help-xref-interned directly.
23643 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
23645         * thumbs.el (thumbs-image-type): Add .pbm.
23647 2005-10-23  Richard M. Stallman  <rms@gnu.org>
23649         * faces.el (inhibit-face-set-after-frame-default): New variable.
23650         (set-face-attribute): Bind it.
23651         (face-set-after-frame-default): Test it.
23653         * help-fns.el (describe-simplify-lib-file-name): New function.
23654         (describe-function-1, describe-variable): Use it.
23656         * faces.el (describe-face): Use describe-simplify-lib-file-name.
23658         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23659         Eliminate nil as possible value.
23660         (tooltip-hide-delay): Reduce internal-border-width.
23662         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23663         (menu-bar-file-menu) <new-file>: Likewise.
23665         * simple.el (line-move-finish): Ignore fields computing LINE-END.
23667         * international/mule.el (load-with-code-conversion):
23668         Pass full file name to `eval-buffer' unless preloading.
23670         * textmodes/flyspell.el (flyspell-large-region):
23671         Call ispell-check-version.
23673         * textmodes/ispell.el (ispell-local-dictionary-overridden):
23674         Fix the make-variable-buffer-local call that was supposed
23675         to be for this variable.
23676         (ispell-aspell-supports-utf8): Doc fix.
23677         (ispell-find-aspell-dictionaries): Preserve elements of
23678         ispell-dictionary-alist for dictionaries that aspell doesn't report.
23679         (ispell-aspell-find-dictionary): Return nil on error.
23681         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23682         (doctor-symptoms): Likewise.
23684         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23686 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
23688         * cus-edit.el (custom-button, custom-button-pressed): New vars.
23689         (custom-raised-buttons): Add :set spec.
23690         (custom-button-unraised, custom-button-pressed-unraised):
23691         New faces, so that custom-raised-buttons actually does something.
23692         (custom-mode): Use custom-button and custom-button-pressed.
23694         * wid-edit.el (widget-specify-button): Don't ignore
23695         widget-mouse-face on graphic terminals.
23696         (widget-move-and-invoke): Cleanup.
23698 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
23700         * whitespace.el (whitespace-cleanup): Doc fix.
23702 2005-10-23  Romain Francoise  <romain@orebokech.com>
23704         * emulation/viper.el (viper-set-hooks): Quote forms passed to
23705         `eval-after-load' to avoid evaluating their result.
23707 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
23709         * files.el (directory-listing-before-filename-regexp):
23710         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
23712         * dired.el (dired-move-to-filename-regexp): Remove.
23713         All occurrences replaced by `directory-listing-before-filename-regexp'.
23715         * dired-x.el, locate.el, vc.el:
23716         Replace `dired-move-to-filename-regexp' by
23717         `directory-listing-before-filename-regexp'.  In vc.el it is
23718         overwritten locally; maybe this can be handled in files.el too.
23720         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
23721         replaced by `directory-listing-before-filename-regexp'.
23723 2005-10-23  Andreas Schwab  <schwab@suse.de>
23725         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23726         and eval-next-after-load.
23728 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
23730         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23731         exist, create it.
23733 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
23735         * allout.el: Remove autoloads for mailcrypt and crypt++.
23736         Require pgg, pgg-gpg during compilation.
23737         (allout-version): Increment version number to 2.1, and use a literal
23738         rather than RCS Id.
23739         (allout-default-encryption-scheme): Remove.
23740         (allout-passphrase-verifier-handling)
23741         (allout-passphrase-verifier-string)
23742         (allout-file-passphrase-verifier-string)
23743         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23744         (allout-passphrase-hint-handling): Rename and simplify.
23745         (allout-init): Use `find-file-hook' if available, otherwise
23746         `find-file-hooks'.
23747         (allout-mode): Use `write-file-functions' if available, otherwise
23748         `local-write-file-hooks' and, instead of making auto-save-hook
23749         buffer local, make the write-file-hook activity contingent to
23750         allout-mode.
23751         (allout-mode): Use key-binding substitution in the docstring.
23752         (allout-kill-line): Spell-out kill ring data structure mutation
23753         instead of using byte-compiler-complaint-provoking `pop'.
23754         (allout-insert-listified): Use `insert' rather than `insert-string'
23755         (allout-toggle-current-subtree-encryption): Update docstring, adjust
23756         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23757         (allout-encrypt-string): Totally revamped vis new underlying
23758         encryption facilities.
23759         (allout-mc-activate-passwd): Remove.
23760         (allout-obtain-passphrase): New, more or less replaces
23761         allout-mc-activate-passwd.
23762         (allout-encrypted-key-info): More or less replaces
23763         allout-encrypted-text-type.
23764         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23765         (my-mark-marker): Use `(featurep 'xemacs)'.
23767 2005-10-23  Lars Hansen  <larsh@soem.dk>
23769         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23770         (byte-compile-file-form-defmumble, byte-compile-defun)
23771         (byte-compile-defmacro): Use it.
23772         (byte-compile-form): Don't call byte-compile-set-symbol-position
23773         when a byte-compile handler is called.
23775 2005-10-22  Romain Francoise  <romain@orebokech.com>
23777         * savehist.el (savehist-history-variables): Add `grep-find-history'.
23779         * subr.el (eval-after-load): Convert library name to an absolute
23780         file name using locate-library, since load-history no longer has
23781         library names in it.
23783 2005-10-22  Richard M. Stallman  <rms@gnu.org>
23785         * files.el (make-temp-file): Move from subr.el.
23786         * subr.el (make-temp-file): Move to files.el.
23788         * window.el (get-buffer-window-list): Move from subr.el.
23789         * subr.el (get-buffer-window-list): Move to window.el.
23791         * image.el (image-load-path): Use eval-at-startup to initialize.
23793         * subr.el (eval-at-startup): New macro.
23795         * subr.el: Much rearrangement of functions and division
23796         into pages.  No code changes.
23798 2005-10-22  Kenichi Handa  <handa@m17n.org>
23800         * tar-mode.el (tar-extract): Be sure to call
23801         find-operation-coding-system if set-auto-coding doesn't find a
23802         coding system.
23804 2005-10-22  Kim F. Storm  <storm@cua.dk>
23806         * image.el (image-type-header-regexps): Rename from image-type-regexps.
23807         Change users.
23808         (image-type-file-name-regexps): New defconst.
23809         (image-type-from-data): Simplify loop.
23810         (image-type-from-buffer): New defun.
23811         (image-type-from-file-header): Use it instead of image-type-from-data.
23812         Use image-search-load-path instead of only looking in data-directory.
23813         (image-type-from-file-name): New defun.
23814         (image-search-load-path): Change `pathname' to `filename'.
23815         Make PATH arg optional, default to image-load-path.
23817 2005-10-21  Richard M. Stallman  <rms@gnu.org>
23819         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23821         * textmodes/paragraphs.el (sentence-end-base): New variable.
23822         (sentence-end): Use sentence-end-base.
23824 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23826         * font-lock.el (font-lock-default-fontify-region): Check the multiline
23827         property independently from the font-lock-multiline variable.
23829 2005-10-21  Richard M. Stallman  <rms@gnu.org>
23831         * emacs-lisp/find-func.el (find-library-name): Doc fix.
23833         * startup.el (command-line): Convert library names
23834         in `load-history' to absolute file names.
23836         * subr.el (symbol-file): Doc fix.
23838         * loadhist.el (file-loadhist-lookup): Call locate-library
23839         instead of find-library-name.  Don't try converting
23840         abs file names to library names, since load-history no longer
23841         has library names in it.
23842         (file-dependents, file-provides, file-requires): Doc fixes.
23844 2005-10-21  Juri Linkov  <juri@jurta.org>
23846         * progmodes/etags.el (tags-table-mode): New function.
23847         (tags-verify-table): Replace initialize-new-tags-table with
23848         tags-table-mode.
23850         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23851         default value.
23852         (desktop-modes-not-to-save): Add tags-table-mode to the
23853         default value.
23855         * info.el (Info-index-next): Add total number of index
23856         alternatives to the message.
23858         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23859         backward only space (instead of space and period) before looking
23860         at sentence end.
23862         * simple.el (set-variable): Use user-variable-p instead of symbolp.
23863         Add the old variable value as 4th default-value arg of read-string.
23865 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23867         * cus-face.el (custom-declare-face): Make face from X resources
23868         also on Mac.
23870         * disp-table.el (standard-display-g1, standard-display-graphic):
23871         Refuse to use string glyphs also on Mac.
23872         (standard-display-european): Don't set terminal coding system also
23873         on Mac.
23875         * frame.el (display-screens): Use x-display-screens also on Mac.
23877 2005-10-21  Romain Francoise  <romain@orebokech.com>
23879         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
23881 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23883         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23884         and $? into sexps.
23886         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23887         warning face on open-paren-in-column-0.
23889         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23890         boundary case.  Fix typo.
23891         Suggested by Martin Rudalics <rudalics@gmx.at>.
23893 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
23895         * textmodes/org.el (org-combined-agenda-icalendar-file)
23896         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23897         (org-export-icalendar-this-file)
23898         (org-export-icalendar-all-agenda-files)
23899         (org-export-icalendar-combine-agenda-files): New commands.
23900         (org-export-icalendar, org-print-icalendar-entries)
23901         (org-start-icalendar-file, org-finish-icalendar-file)
23902         (org-ical-ts-to-string): New functions.
23903         (org-read-date, org-goto-calendar)
23904         (org-agenda-goto-calendar): Inhibit displaying diary entries by
23905         call to `calendar'.
23906         (orgtbl-setup): Remove the :keys arguments from the menu description.
23907         (org-after-save-iCalendar-file-hook): New variable.
23909 2005-10-21  Kenichi Handa  <handa@m17n.org>
23911         * language/vietnamese.el (tcvn-5712): Make it an alias of
23912         vietnamese-tcvn coding-system.
23914 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
23916         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23917         group id is given.
23919 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23921         * progmodes/sh-script.el (sh-escaped-line-re): New var.
23922         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23923         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23924         whose line is either continued or ends with a comment.
23926 2005-10-20  Romain Francoise  <romain@orebokech.com>
23928         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23930         * replace.el (occur-engine): Add follow-link property.
23932         * font-core.el (font-lock-mode): Doc fix.
23934 2005-10-20  Richard M. Stallman  <rms@gnu.org>
23936         * net/rcirc.el: New file.
23938 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
23940         * term.el (term-term-name): Initialize to "eterm-color".
23942 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
23944         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23945         for encryption functionality.
23946         Move allout customization subgroup from `editing' to `outlines' group.
23947         Fix commentary keywords to legitimate ones.
23948         Update author info (using my current email address, obscurified).
23949         (allout-encrypt-string, allout-encryption-produce-work-buffer)
23950         (allout-encrypted-topic-p, allout-encrypted-text-type)
23951         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23952         (allout-situate-encryption-key-verifier)
23953         (allout-get-encryption-key-verifier, allout-verify-key)
23954         (allout-next-topic-pending-encryption)
23955         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23956         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23957         (outline-key-verifier-handling, outline-key-hint-handling)
23958         (outline-encrypt-unencrypted-on-saves): New defcustoms.
23959         (allout-file-key-verifier-string, allout-encryption-scheme)
23960         (allout-key-verifier-string, allout-key-hint-string)
23961         (allout-after-save-decrypt): New variables.
23962         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23963         (allout-after-saves-handler): New hook functions.
23964         (allout-post-command-business): Do allout-after-save-decrypt.
23965         (allout-enable-file-variable-adjustment): Custom var to enable
23966         mechanism for adding and adjusting settings of Emacs file variables.
23967         (allout-adjust-file-variable, allout-file-vars-section-data):
23968         New functions, implement the mechanism.
23969         (outlineify-sticky): Use the file vars mechanism.
23970         (allout-inhibit-protection, allout-during-write-cue)
23971         (allout-override-protect, allout-before-change-protect): Remove.
23972         (allout-flag-region, allout-open-topic): Adjust read-only text.
23973         (allout-open-line-not-read-only): Add to facilitate read-only
23974         text based protection.
23975         (allout-kill-line): Revise to adjust read-only text, clue the
23976         user about the inhibition.
23977         (allout-unprotected): Use unwind-protect.
23978         (allout-shift-in, allout-shift-out): Disallow manually shifting a
23979         topic deeper than the offspring depth of the previous topic -
23980         avoiding confusing "containment discontinuities".
23981         (allout-reindent-bodies): Fix retention of body relative hanging
23982         indent during promotion of collapsed bodies.
23983         (allout-open-topic): Make it easy to open new topic with same
23984         bullet as current topic - topic creation functions provided with
23985         any universal argument provokes now prompt for bullet, defaulting
23986         to the bullet of the previous topic.
23987         (allout-plain-bullets-string, allout-distinctive-bullets-string):
23988         Plain bullet alternates `.' period and `,' comma only.  All other
23989         bullets are relegated to special status (but customizable).
23990         (allout-end-of-entry): Rename from allout-end-of-current-entry
23991         since it actually operates w.r.t. most immediately containing
23992         entry, visible or not.
23993         (allout-hide-current-entry, allout-show-current-entry): Use the
23994         revised version.
23995         (allout-old-expose-topic): Solidify deprecation.
23996         (allout-end-of-subtree): Add so we can span concealed as well
23997         as visible topics.
23998         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23999         (allout-end-of-current-heading): Tweak to just respect the first line.
24000         (allout-get-body-text): Add.
24001         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
24002         when invoked interactively.
24003         (allout-up-current-level): Use `interactive-p'.
24004         (allout-mode, allout-init): Miscellaneous docstring and
24005         operational refinements, as well as hookups of new encryption stuff.
24006         (allout-beginning-of-current-entry): Now works as advertised.
24007         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
24008         (allout-isearch-rectification): Refine condition for isearching.
24009         (allout-isearch-abort, allout-enwrap-isearch)
24010         (allout-flag-region, my-region-active-p): Relocate some macros.
24011         (allout-title): Fallback title is (buffer-name), not
24012         non-existing (current-buffer-name).
24013         (subst-char-in-string): Define if absent (for some XEmacs versions).
24015 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
24017         * mail/sendmail.el (mail-setup-hook, mail-aliases)
24018         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
24019         (mail-citation-prefix-regexp, mail-signature-file)
24020         (mail-default-headers, mail-bury-selects-summary)
24021         (mail-send-nonascii): Add autoload cookies.
24023 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24025         * frame.el (blink-cursor-mode): Add `mac' to the list of
24026         window-system's that support blinking cursor.
24028 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
24030         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
24032 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
24034         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
24035         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
24036         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
24038 2005-10-20  Kim F. Storm  <storm@cua.dk>
24040         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
24041         (ido-set-current-directory): Don't add / after final @.
24042         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
24043         Explicitly handle ange-ftp completion oddities.
24044         (ido-make-file-list): Don't rotate list at tramp root to avoid
24045         triggering tramp file handler for expand-file-name via get-file-buffer.
24047 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24049         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
24051 2005-10-19  Jay Belanger  <belanger@truman.edu>
24053         * calc/calc-units.el (math-standard-units): Add units, adjust
24054         symbols and update values.
24055         (math-unit-prefixes): Add more prefixes.
24057 2005-10-19  Romain Francoise  <romain@orebokech.com>
24059         * bookmark.el (bookmark-menu-heading): New face.
24060         (bookmark-bmenu-list): Use it.
24061         Don't fiddle with `baud-rate' at top-level.
24063 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
24065         * image.el (create-image, find-image): Mention max-image-size in
24066         docstring.
24068 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
24070         * savehist.el (savehist-load): Revert to checking XEmacs.
24072         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
24073         Various docstring and line-width fixups.
24074         (conf-mode): Use cond.
24075         Set font-lock-defaults.  Don't set comment-use-syntax.
24077 2005-10-18  David Ponce  <david@dponce.com>
24079         * tree-widget.el (tree-widget-button-click): New function.
24080         (tree-widget-button-keymap): Use it.
24082 2005-10-18  Romain Francoise  <romain@orebokech.com>
24084         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
24085         (bookmark-bmenu-hide-filenames): Add follow-link property.
24086         Improve help-echo text.
24088         * ffap.el (find-file-at-point): Doc fix.
24090 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24092         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
24094 2005-10-18  Masatake YAMATO  <jet@gyve.org>
24096         Install to the CVS repository what I forgot to install in my
24097         2005-10-16 changes.
24099         * progmodes/python.el (python-complete-symbol): Pass the common
24100         prefix substring of completion to `display-completion-list'.
24102         * textmodes/org.el (org-complete): Ditto.
24104 2005-10-18  Masatake YAMATO  <jet@gyve.org>
24106         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
24108         * woman.el (WoMan-xref-man-page): New button type derived
24109         from `Man-abstract-xref-man-page'.
24110         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
24112         * man.el (Man-abstract-xref-man-page): New button type.
24113         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
24114         (Man-highlight-references): Add new optional argument `xref-man-type'.
24116 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
24118         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
24120 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
24122         * cus-edit.el (Custom-move-and-invoke): Delete.
24123         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
24125         * wid-edit.el (widget-move-and-invoke): New function, from
24126         Custom-move-and-invoke.
24128 2005-10-17  Bill Wohler  <wohler@newt.com>
24130         Move all remaining images from lisp/toolbar to etc/images, move
24131         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
24132         the low resolution images in their own directory (low-color).
24134         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
24135         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
24136         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
24137         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
24138         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
24139         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
24140         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
24142         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
24143         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
24144         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
24145         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
24146         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
24147         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
24148         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
24149         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
24150         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
24151         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
24152         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
24153         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
24154         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
24155         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
24156         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
24158         To conform with convention, replace the underscore (_) in the
24159         following image names with dash (-) or (/) as appropriate.
24161         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
24162         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
24163         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
24164         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
24165         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
24166         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
24167         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
24168         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
24169         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
24170         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
24171         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
24172         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
24173         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
24174         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
24175         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
24177         * info.el (info-tool-bar-map): Replace underscores in image names
24178         with dashes.
24180         * makefile.w32-in (WINS): Remove toolbar.
24182         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
24184         * tool-bar.el: Move to lisp from toolbar.  Now that
24185         toolbar is empty, it should be deleted when folks run "cvs up -P".
24187 2005-10-18  Jay Belanger  <belanger@truman.edu>
24189         * calc/calc-store.el (calc-store-into): Get the proper variable name
24190         to display in message.
24192 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
24194         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
24195         expressions display in speedbar for all buffers when debugging.
24196         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
24198         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
24199         (speedbar-insert-button, speedbar-make-button):
24200         Use add-text-properties.
24201         (speedbar-update-localized-contents)
24202         (speedbar-update-directory-contents)
24203         (speedbar-update-special-contents): Use dolist.
24204         (speedbar-buffer-easymenu-definition): Add a menu separator.
24206 2005-10-17  Jason Rumney  <jasonr@gnu.org>
24208         * makefile.w32-in: Use $(lisp) consistently.
24209         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
24210         for shell specific generation of mh-autoloads.
24212 2005-10-17  Richard M. Stallman  <rms@gnu.org>
24214         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
24216 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24218         * jit-lock.el (jit-lock-fontify-now):
24219         Move jit-lock-context-unfontify-pos to avoid wasted work.
24221 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
24223         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
24224         `tramp-completion-mode' for checking if we are in completion mode.
24225         (tramp-completion-handle-file-name-all-completions): Reorder code
24226         in order to complete for file names only in case there are no
24227         method/user/host completions.  This is necessary for cooperation
24228         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
24230 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
24232         * longlines.el (longlines-search-forward)
24233         (longlines-search-backward): Match any number of spaces.
24235 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
24237         * diff-mode.el (diff-mode): Doc fix.
24239 2005-10-16  David Reitter  <david.reitter@gmail.com>
24241         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
24242         as default on darwin and windows systems.
24244 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
24246         * arc-mode.el (archive-zip-extract): Doc fix.
24248 2005-10-16  Romain Francoise  <romain@orebokech.com>
24250         * mouse.el (mouse-1-click-follows-link): Doc fix.
24252 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24254         * savehist.el: Don't require CL at runtime.
24255         (savehist-xemacs): Remove.
24256         (savehist-coding-system): Use utf-8 if present, regardless of religion.
24257         (savehist-no-conversion): Use (featurep 'xemacs).
24258         (savehist-load): Check existence of start-itimer rather than XEmacs.
24259         Use an idle timer.
24260         (savehist-process-for-saving): Replace use of CL funs `subseq' and
24261         `delete-if-not'.
24263 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
24265         * savehist.el: Newer version.
24266         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
24267         (savehist-last-checksum, savehist-no-conversion): New vars.
24268         (savehist-autosave, savehist-process-for-saving, savehist-printable):
24269         New functions.
24270         (savehist-load, savehist-save): Use them.
24271         (savehist-delimit): Remove.
24273 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24275         * progmodes/compile.el (compilation-goto-locus): Display the
24276         compilation buffer first and the source buffer second, in case they're
24277         in overlapping frames.  Don't raise the compilation frame if it was the
24278         selected window upon entry.  Pass the `other-window' arg to
24279         pop-to-buffer.
24281         * info.el (Info-fontify-node): Use dolist.
24282         Change add-text-properties to put-text-property.
24284 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24286         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
24287         bound of search.
24289 2005-10-16  Masatake YAMATO  <jet@gyve.org>
24291         * dabbrev.el (dabbrev-completion): Pass the common
24292         prefix substring of completion to `display-completion-list'.
24294         * filecache.el (file-cache-minibuffer-complete)
24295         (file-cache-complete): Ditto.
24297         * tempo.el (tempo-display-completions): Ditto.
24299         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
24301         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
24303         * eshell/em-hist.el (eshell-list-history): Ditto.
24305         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
24307         * mail/mailalias.el (mail-complete): Ditto.
24309         * progmodes/etags.el (complete-tag): Ditto.
24311         * progmodes/make-mode.el (makefile-complete): Ditto.
24313         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
24315         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
24317         * progmodes/pascal.el (pascal-complete-word)
24318         (pascal-show-completions): Ditto.
24320         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
24322         * simple.el (completion-common-substring): New variable.
24323         (completion-setup-function): Use `completion-common-substring'
24324         to put faces.
24326 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24328         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
24329         (x-get-selection, mac-select-convert-to-string): Convert from/to
24330         UTF-16 clipboard data as in native byte order, no BOM.
24332 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
24334         * progmodes/gud.el (gud-tool-bar-map): Rename the images
24335         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
24336         (gud-sentinel): Use speedbar-frame to check for speedbar.
24338 2005-10-15  Richard M. Stallman  <rms@gnu.org>
24340         * savehist.el: New file.
24342 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
24344         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
24345         Fix bug in \bf fontification.
24347 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24349         * pcvs.el (cvs-edit-log-files): New var.
24350         (cvs-mode-edit-log): New arg `file'.
24351         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
24352         Instead force the use of the original file and nothing else.
24353         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
24354         the cvs-minor-wrap-function is set.
24355         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
24357 2005-10-14  Bill Wohler  <wohler@newt.com>
24359         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
24360         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
24361         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
24362         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
24363         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
24364         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
24365         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
24366         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
24367         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
24368         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
24369         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
24370         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
24371         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
24372         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
24373         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
24375         * progmodes/gud.el (gud-tool-bar-map): Rename the images
24376         appropriately (for example, gud-break to gud/break).
24378 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
24380         * longlines.el (longlinges-search-function)
24381         (longlines-search-forward, longlines-search-backward): New functions.
24382         (longlines-mode): Set isearch-search-fun-function to
24383         longlinges-search-function.
24385         * mouse.el (mouse-drag-region-1): Handle the case where a
24386         double-click event is bound to an arbitrary function.
24388 2005-10-14  David Ponce  <david@dponce.com>
24390         * recentf.el (recentf-track-opened-file)
24391         (recentf-track-closed-file, recentf-update-menu)
24392         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
24393         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
24394         mouse-1-click-follows-link.
24396 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24398         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
24399         Gnome file-manager.png.  Suggested by
24400         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
24402         * toolbar/README: Add diropen.xpm.
24404 2005-10-13  Bill Wohler  <wohler@newt.com>
24406         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
24407         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
24409 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24411         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
24412         Don't waste the byte-compiler's time on constant data.
24414 2005-10-13  Kenichi Handa  <handa@m17n.org>
24416         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
24417         byte with `escape-glyph' face.
24419         * international/fontset.el (ccl-encode-unicode-font):
24420         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
24421         Handle the case that ucs-mule-to-mule-unicode translates a character to
24422         ASCII (usually for IPA characters).
24424 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24426         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
24427         Don't hide the underline of titles if font-lock-mode is disabled.
24429 2005-10-12  Bill Wohler  <wohler@newt.com>
24431         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
24432         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
24433         files in MH-E-SRC have been updated.
24434         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
24436 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24438         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
24439         (mixal-mode-syntax-table): Add \n as end-comment.
24440         (mixal-operation-codes-alist): Immediately initialize to full value.
24441         (mixal-add-operation-code): Remove.
24442         (mixal-describe-operation-code): Make the arg non-optional.
24443         Use the interactive spec instead.
24444         Use mixal-operation-codes-alist rather than mixal-operation-codes.
24445         (mixal-font-lock-keywords): Don't highlight comments here any more.
24446         (mixal-font-lock-syntactic-keywords): New var.
24447         (mixal-mode): Use it.  Fix comment-start-skip.
24449 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24451         * startup.el (command-line-x-option-alist): -nb => -nbi.
24453 2005-10-12  Kim F. Storm  <storm@cua.dk>
24455         * startup.el (fancy-splash-default-action): Discard mouse click in
24456         the splash screen window, as it has no sensible meaning in the
24457         next window to be selected.  Fixes error reported by Jan D.
24459 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24461         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
24463 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24465         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
24466         Try to fix up minor layout issues like indentation, line break, etc...
24467         (mixal-mode-syntax-table): Don't try to specify comment syntax,
24468         because it doesn't work.
24469         (mixal-operation-codes): Add some more codes.
24470         (mixal-font-lock-keywords): Process comments here.
24471         (mixal-mode): mixasm no longer needs -g option.
24473 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
24475         * progmodes/sh-script.el (sh-tmp-file):
24476         Use mktemp -t.  Finish support for es and rc shells.
24478 2005-10-11  Jay Belanger  <belanger@truman.edu>
24480         * calc/calcalg2.el (calc-integral): With an argument, compute the
24481         definite integral.
24483 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
24485         * mouse.el (mouse-drag-region-1): Don't try to catch a
24486         double-click when doing follow-link (it's overridden anyway).
24488 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
24490         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24491         (autoload-print-form-outbuf): Add docstring.
24493 2005-10-11  Juri Linkov  <juri@jurta.org>
24495         * info.el (Info-mode-menu): Delete menu item "Edit".
24496         (Info-mode): Delete description of Info-edit from docstring,
24497         and rearrange descriptions of Info commands in the order
24498         they are documented in the Info manual.
24500 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24502         * calendar/appt.el (appt-check): Use diary-selective-display var.
24504 2005-10-10  Richard M. Stallman  <rms@gnu.org>
24506         * net/newsticker.el (newsticker-start, newsticker-show-news):
24507         Add autoload cookies.
24509 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
24511         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24513 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
24515         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24517 2005-10-10  Jay Belanger  <belanger@truman.edu>
24519         * calc/calc-arith.el (math-check-known-scalarp)
24520         (math-check-known-matrixp): Check the values of arguments that are
24521         variables.
24522         (math-check-known-square-matrixp): New function.
24523         (math-known-square-matrixp): Use math-check-known-square-matrixp.
24524         (math-super-types): Add sqmatrix type.
24526         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24527         mode name `square' to `sqmatrix'.
24529         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24530         mode name `square' to `sqmatrix'.
24532 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24534         * progmodes/etags.el (select-tags-table-mode): Don't use
24535         selective-display.
24536         (tags-select-tags-table): Pass `button' to the action function.
24537         (select-tags-table): Place the side-info on button properties rather
24538         than in hidden text.  Abbreviate file names.
24539         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24540         (select-tags-table-select): Add `button' argument.
24541         Get side-info from the button property rather than from hidden text.
24543 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
24545         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24546         (gud-speedbar-buttons): Preserve point if possible.
24547         (gud-sentinel): Restore previous speedbar display type.
24549         * progmodes/gdb-ui.el (gdba): Improve diagram.
24550         (def-gdb-auto-update-handler, gdb-info-locals-handler)
24551         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24552         Call get-buffer-window once.
24554 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24556         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24557         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24558         (pascal-indent-command): Remove unused var `ind'.
24559         (pascal-indent-case): Remove unused var `oldpos'.
24560         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24561         since it's now used as a proper minor mode map.
24562         (pascal-outline): Rename to pascal-outline-mode.
24563         (pascal-outline-mode): Use define-minor-mode.
24564         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24565         selective-display.
24567 2005-10-10  Andreas Schwab  <schwab@suse.de>
24569         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24570         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
24572         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24573         outside source directory.
24575 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
24577         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24578         C-x' as a prefix.
24579         (orgtbl-mode-map): Full keymap instead of sparse, because all
24580         `self-insert-command' keys are redefined in this map.
24581         (org-export-as-html): Specify charset for HTML file, by taking it
24582         from the coding system.
24584 2005-10-10  Kenichi Handa  <handa@m17n.org>
24586         * textmodes/flyspell.el (flyspell-check-word-p):
24587         If unread-command-events is non-empty, don't call sit-for.
24589 2005-10-09  Richard M. Stallman  <rms@gnu.org>
24591         * font-lock.el (font-lock-syntactic-keywords)
24592         (font-lock-keywords): Doc fixes.
24594         * textmodes/flyspell.el (flyspell-external-point-words):
24595         Simplify logic, and don't try to check for consecutive appearances
24596         of one incorrect word.
24598 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
24600         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24601         separator.
24603         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24604         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24605         (gud-expansion-speedbar-buttons): New function.
24606         (gud-speedbar-buttons): Check for gud-comint-buffer.
24608 2005-10-09  Bill Wohler  <wohler@newt.com>
24610         * Makefile.in (updates): Add mh-loaddefs dependency.
24612 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
24614         * speedbar.el (speedbar-file-key-map): Fix typo.
24616 2005-10-09  Daniel Brockman  <daniel@brockman.se>
24618         * cus-start.el (line-spacing): Add custom spec.
24620 2005-10-09  Romain Francoise  <romain@orebokech.com>
24622         * textmodes/ispell.el (ispell-check-version): Fix last change.
24624 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24626         * term/x-win.el: Remove -i, --icon-type from comment.
24628         * startup.el (command-line-x-option-alist): Remove options -i,
24629         -itype, --icon-type, added -nb, --no-bitmap-icon.
24631 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
24633         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24634         instead of :active.
24636 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
24638         * textmodes/ispell.el (ispell-check-version):
24639         Ignore hyphen, and all that follows, in aspell's version text.
24641 2005-10-08  Jay Belanger  <belanger@truman.edu>
24643         * calc/calc-arith.el (math-known-square-matrixp): New function.
24644         (math-pow-fancy): Check for matrices before distributing exponent
24645         across products.
24647         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24648         fullscreen keypad.  Suggested by Luc Teirlinck.
24649         (calc-keypad-show-input): Add space for formatting.
24651         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24652         Add square matrix option.
24654         * calc/calc-poly.el (math-expand-term): Check for matrices instead
24655         of checking calc-matrix-mode when deciding how to expand.
24657         * calc/calc.el (calc-set-mode-line): Add square matrix option.
24659 2005-10-08  Lars Hansen  <larsh@soem.dk>
24661         * net/tramp.el (tramp-perl-directory-files-and-attributes):
24662         Add error handling.
24663         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24665 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
24667         Sync with Tramp 2.0.51.
24669         * net/tramp.el (tramp-handle-set-visited-file-modtime)
24670         (tramp-handle-insert-file-contents, tramp-handle-write-region):
24671         Insert special handling for `last-coding-system-used', again
24672         it still seems to be necessary (unlike stated before).
24673         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24674         (tramp-password-prompt-regexp): There might be other words before
24675         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24676         (tramp-chunksize): Improve docstring.
24677         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24678         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
24679         Christian Joergensen <bugs@razor.dk>.
24681 2005-10-07  Glenn Morris  <rgm@gnu.org>
24683         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24684         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24685         precision'.
24687 2005-10-07  Romain Francoise  <romain@orebokech.com>
24689         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24690         (ibuffer-do-shell-command-pipe-replace)
24691         (ibuffer-do-shell-command-file, ibuffer-do-eval)
24692         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24693         (ibuffer-do-revert, ibuffer-do-replace-regexp)
24694         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24695         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24696         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24697         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24698         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24699         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24700         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24701         Autoload file sans suffix.
24703         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24705 2005-10-07  David Ponce  <david@dponce.com>
24707         * recentf.el (recentf-menu-open-all-flag): New option.
24708         (recentf-digit-shortcut-command-name): New function.
24709         (recentf--shortcuts-keymap): New variable.
24710         (recentf-menu-shortcuts): New variable.
24711         (recentf-make-menu-items): Initialize it.  Replace the "More..."
24712         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24713         (recentf-menu-value-shortcut): New function.
24714         (recentf-make-menu-item): Use it.  No more in-lined.
24715         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24716         (recentf-open-most-recent-file): Rename from
24717         `recentf-open-file-with-key'.  Don't depend on key binding.
24718         (recentf-mode-map): New variable.
24719         (recentf-mode): Use it.
24721 2005-10-06  Bill Wohler  <wohler@newt.com>
24723         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
24725         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24726         (MH-E-SRC): New.  Used by mh-autoloads.
24727         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
24728         files in MH-E-SRC have been updated.
24729         (compile, recompile, bootstrap): Depend on mh-autoloads.
24731 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
24733         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24734         gud-break and gud-remove icons when the fringe is not available.
24736         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24737         Typo.
24739 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
24741         * play/zone.el (zone): Wrap body with save-window-excursion.
24743 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24745         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24746         Use the new `list-only' arg to diary-list-entries.
24748         * calendar/diary-lib.el: Use overlays rather than selective-display.
24749         (diary-selective-display): New var.
24750         (diary-header-line-format): Use it.
24751         (diary-list-entries): Add argument `list-only'.
24752         Put the buffer in diary-mode.  Don't add \^M at beg and end.
24753         Replace \^M by invisible overlays.
24754         (diary-unhide-everything): Replace \^M by invisible overlays.
24755         (print-diary-entries): Look for overlays rather than \^M.
24756         Add a space to the temp buffer name.
24757         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24758         Put the buffer in diary-mode.
24759         (list-sexp-diary-entries): Replace \^M by invisible overlays.
24760         (diary-anniversary): Make the year arg optional.
24761         (diary-time-regexp): New const.
24762         (diary-font-lock-keywords): Use it to accept a few more time formats.
24764         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24766 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
24768         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24769         Fix bug introduced 2005-07-03: Use (car (last ...))
24770         to faithfully reproduce replaced artist-last.
24771         (artist-set-arrow-points-for-poly): Likewise.
24772         Suggested by Johan Bockg\e,Ae\e(Brd.
24774 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
24776         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24777         * wid-edit.el (widget):
24778         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24779         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24781 2005-10-06  Kenichi Handa  <handa@m17n.org>
24783         * international/mule-cmds.el (set-language-environment):
24784         Fix setting up of case-table for unibyte mode.
24786         * simple.el (what-cursor-position): If the character is displayed
24787         by some `display' text property, show that.  Don't use
24788         single-key-description for eight-bit characters in multibyte mode.
24790 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
24792         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24793         (gdb-ann3): Set it.
24794         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24795         (gdb-info-frames-custom): Use inverse-video for first five
24796         characters of selected frame only.
24797         (gdb-get-frame-number): Select frame even when point is on frame
24798         number.
24800 2005-10-06  Masatake YAMATO  <jet@gyve.org>
24802         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24803         Put `font-lock-function-name-face'.
24804         (gdb-info-frames-custom): Put `font-lock-function-name-face'
24805         and `font-lock-variable-name-face'
24806         (gdb-registers-font-lock-keywords): New font lock keywords definition.
24807         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24808         (gdb-memory-font-lock-keywords): New font lock keywords definition.
24809         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24810         (gdb-local-font-lock-keywords): New font lock keywords definition.
24811         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24812         (gdb-threads-font-lock-keywords): New font lock keywords definition.
24813         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24815 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
24817         * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
24818         (ediff-merge-region-is-non-clash-to-skip): Previously called
24819         ediff-merge-region-is-non-clash.
24821         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24822         Use insert-buffer-substring.
24824         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24825         selecting files to patch.  Also bug fixes.
24827         * ediff-util.el (ediff-setup): Bug fix.
24828         (ediff-next-difference): Never skip clashes that differ in white
24829         space only.
24831         * ediff-wind.el (ediff-setup-control-frame)
24832         (ediff-destroy-control-frame): Check the menubar feature.
24834         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24835         (viper-refresh-mode-line): Use make-local-variable to localize
24836         some vars instead of make-variable-buffer-local.  Suggested by
24837         Stefan Monnier.
24839         * emulation/viper-init.el (viper-make-variable-buffer-local):
24840         Delete alias.
24841         (viper-restore-cursor-type, viper-set-insert-cursor-type):
24842         Use make-local-variable instead of make-variable-buffer-local.
24843         Suggested by Stefan Monnier.
24845         * emulation/viper.el (viper-mode): Don't use
24846         viper-make-variable-buffer-local.
24847         (viper-comint-mode-hook): Use make-local-variable on
24848         require-final-newline.
24849         (viper-non-hook-settings): Don't use make-variable-buffer-local.
24851 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24853         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24854         also the second char of a comment-start sequence.
24855         (scheme-sexp-comment-syntax-table): New var.
24856         (lambda, define): Set their scheme-doc-string-elt property.
24857         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24858         Use lisp-font-lock-syntactic-face-function now that it properly
24859         handles |...| symbols.
24860         (scheme-mode-variables): Set lisp-doc-string-elt-property,
24861         parse-sexp-lookup-properties and font-lock-extra-managed-props.
24863         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24864         bit from # to |.
24865         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24867         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24868         (lisp-doc-string-elt-property): New var.
24869         (lisp-font-lock-syntactic-face-function): Use it.
24870         Rewrite to recognize docstrings even for forms not at toplevel.
24872         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24873         annotation on the | part of #| rather than on the # part.
24874         (scheme-font-lock-syntactic-face-function): New function, to
24875         distinguish strings from |...| symbols.
24876         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
24877         syntax-table so that #|...|# is properly highlighted.
24879         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24880         Don't mark as docstring the 3rd elem of an unknown toplevel form.
24882 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24884         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24885         and C-e.
24887         * emacs-lisp/eldoc.el: Move comments into docstrings.
24888         (eldoc-message-commands): Initialize in its declaration.
24889         Add move-beginning-of-line and move-end-of-line.
24890         (eldoc-add-command, eldoc-add-command-completions)
24891         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24893         * outline.el (outline-mark-subtree): Activate the mark.
24895         * calendar/appt.el (appt-time-regexp): New var.
24896         (appt-add, appt-make-list): Use it.
24897         (appt-convert-time): Clean up.
24899         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24900         Don't set any syntax-table property here.
24901         (tex-font-lock-verb): New function.  Do it here.
24902         (tex-font-lock-syntactic-keywords): Use it.
24904 2005-10-04  Richard M. Stallman  <rms@gnu.org>
24906         * wid-edit.el (widget-file-complete): Get the widget start point
24907         the right way.  Default directory to `/' if file has none.
24909         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24911         * textmodes/flyspell.el (flyspell-mode-on):
24912         Call ispell-maybe-find-aspell-dictionaries.
24914         * textmodes/ispell.el (ispell-word, ispell-region):
24915         Call ispell-maybe-find-aspell-dictionaries.
24916         (ispell-accept-buffer-local-defs):
24917         Don't call ispell-maybe-find-aspell-dictionaries.
24919 2005-10-04  Richard M. Stallman  <rms@gnu.org>
24921         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24923 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
24925         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24926         instead of `fboundp' in order to allow for anonymous functions.
24928 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
24930         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24931         case the user clicks on the link while another window is selected.
24932         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24934         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24935         functionality.
24936         (dframe-help-echo): Save point in case mouse tracking is off.
24938 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
24940         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24942 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24944         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24945         not change the global value of those vars.
24947         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24948         make-local-variable which we do not need any more.
24950 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
24952         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24953         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24954         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24955         (speedbar-path-line): Define obsolete aliases.
24956         (speedbar-line-directory): Doc fix.
24958         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24959         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24960         instead of speedbar-line-path.
24962 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24964         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24965         to nil if dropping on a window.  Handle dropping on a minibuffer window
24966         like dropping on a non-window part of Emacs.
24968 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24970         * net/ange-ftp.el: Use with-current-buffer.
24971         (ange-ftp-insert-directory): Do not follow symlinks any more.
24973         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24974         Remove interactive spec.
24976 2005-10-03  Kim F. Storm  <storm@cua.dk>
24978         * ido.el (ido-mode): Use custom-initialize-set.
24980 2005-10-02  Richard M. Stallman  <rms@gnu.org>
24982         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24983         Use insert-buffer-substring.
24985         * net/tramp.el: Pacify byte compiler warnings in pacification code.
24986         (tramp-handle-file-local-copy): Use insert-buffer-substring.
24988 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24990         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24991         in last change.
24992         (ange-ftp-insert-directory): Fix up the search for the case where
24993         `file' is absolute.
24995 2005-10-02  Romain Francoise  <romain@orebokech.com>
24997         * progmodes/compile.el (compile-goto-error): Delete extra paren.
24999 2005-10-02  Andreas Schwab  <schwab@suse.de>
25001         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
25002         directory component in the session info.
25004 2005-10-01  Richard M. Stallman  <rms@gnu.org>
25006         * comint.el (comint-redirect-subvert-readonly): Doc fix.
25008         * simple.el (next-error-internal): New function.
25010         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
25011         (compilation-start): Pass new arg to compilation-buffer-name.
25012         (compile-goto-error): Use next-error-internal.
25014 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
25016         * speedbar.el: Remove RCS tag.
25017         (speedbar-check-read-only): Handle non-existent files.
25019         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
25021         * info.el (Info-speedbar-hierarchy-buttons)
25022         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
25024 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25026         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
25027         Do not match newline.
25028         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
25029         (bibtex-summary): Remove unnecessary save-excursion.
25030         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
25032 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25034         * term/mac-win.el: Add charset info for "iso10646-1".
25035         Modify default fontset to use ATSUI-compatible fonts for some charsets
25036         if available.
25038 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
25040         * speedbar.el: Re-apply arch tag.
25041         (speedbar-version): Rename to version 1.0.  Suggested by Eric
25042         M. Ludlam.
25043         Reapply two changes from Emacs CVS' version of speedbar lost
25044         during the merge:
25045         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
25046         (speedbar-frame-parameters): Improve customize type.
25048 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25050         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
25051         (ange-ftp-file-directory-p): Fix the symlink case.
25052         (ange-ftp-insert-directory): When listing a single file, get a list of
25053         the parent buffer and extract the relevant line.  Inspired from a patch
25054         by Katsumi Yamaoka <yamaoka@jpl.org>.
25055         (ange-ftp-file-name-sans-versions): Simplify.
25057 2005-09-30  Bill Wohler  <wohler@newt.com>
25059         Move MH-E image files from toolbar and mail directories into
25060         etc/images.
25062         * mail/reply2.*: Move to etc/images/mail/reply*.
25064         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
25065         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
25066         etc/images.
25068         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
25069         * toolbar/reply*: Move to etc/images/mail.
25071         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
25073 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
25075         * speedbar.el: New version 1.0pre3.
25077         Frame management code (including timer, and mouse click specifics)
25078         moved to dframe.el:
25079         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
25080         (speedbar-timer): Removed.  Use dframe-timer.
25081         (speedbar-close-frame): Removed.  Use dframe-close-frame.
25082         (speedbar-activity-change-focus-flag): Removed.  Use
25083         dframe-activity-change-focus-flag.
25084         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
25085         dframe-update-speed.
25087         (speedbar-current-frame): New macro.  Use this instead of the
25088         variable speedbar-frame.
25090         (speedbar-use-images, speedbar-expand-image-button-alist)
25091         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
25093         (speedbar-find-image-on-load-path): Removed.  Replaced by
25094         defezimage in ezimage.el.
25095         (speedbar-expand-image-button-alist): Removed.  Replaced by
25096         ezimage-expand-image-button-alist in ezimage.el.
25098         (speedbar-ignored-directory-regexp)
25099         (speedbar-add-ignored-directory-regexp)
25100         (speedbar-ignored-directory-expressions)
25101         (speedbar-line-directory, speedbar-buffers-line-directory)
25102         (speedbar-directory-line, speedbar-buffers-line-directory):
25103         Renamed, replacing `path' with `directory'.
25105         (speedbar-create-directory, speedbar-expand-line-descendants)
25106         (speedbar-toggle-line-expansion)
25107         (speedbar-contract-line-descendants): New commands.
25109         (speedbar-query-confirmation-method, speedbar-select-frame-method)
25110         (speedbar-use-tool-tips-flag): New options.
25112         (speedbar-check-read-only, speedbar-require-version)
25113         (speedbar-insert-separator, speedbar-buffers-tail-notes)
25114         (speedbar-handle-delete-frame, speedbar-try-completion)
25115         (speedbar-update-localized-contents): New functions.
25117         (speedbar-incompatible-version, speedbar-ro-to-do-point)
25118         (speedbar-object-read-only-indicator): New variables.
25120         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
25121         New hooks.
25123         (speedbar-separator-face): New face.
25125         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
25126         (speedbar-ignored-modes): Add fundamental-mode.
25127         (speedbar-directory-unshown-regexp): Add . directories.
25129         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
25130         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
25131         `]' for full expand/close.
25132         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
25134         (speedbar-check-vc): Support hidden files.
25135         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
25136         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
25137         state is nil, it is not checked out.
25139         (speedbar-line-text, speedbar-line-token): Support expand buttons
25140         with no text.
25141         (speedbar-refresh): Universal argument acts as power-click.
25142         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
25143         that buffer to get variable values.
25145         And many other bugfixes.
25147         * dframe.el, ezimage.el, sb-image.el: New files.
25149         * sb-*.xpm: Remove files.  New image files installed into
25150         etc/images/ezimage.
25152 2005-09-30  Kenichi Handa  <handa@m17n.org>
25154         * ps-mule.el (ps-mule-show-warning): If a character is in
25155         ps-print-translation-table, don't treat it as non-printable.
25157 2005-09-30  David Ponce  <david@dponce.com>
25159         * tree-widget.el (tree-widget-themes-load-path): New variable.
25160         (tree-widget-themes-directory): Doc fix.
25161         (tree-widget-image-formats) [Emacs]: Doc fix.
25162         (tree-widget--locate-sub-directory): New function.
25163         (tree-widget-themes-directory): Use it.
25165         * recentf.el (recentf-filename-handlers): Rename from
25166         `recentf-filename-handler'.  Allow a list of functions.
25167         (recentf-menu-items-for-commands): Fix :help strings.
25168         (recentf-apply-filename-handlers): New function.
25169         (recentf-expand-file-name): Use it.
25170         (recentf-cleanup): Remove duplicates too.
25172 2005-09-29  Juri Linkov  <juri@jurta.org>
25174         * faces.el: Rearrange face definitions to be in the same order as
25175         their face descriptions in "(emacs)Standard Faces".
25177         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
25179         * tooltip.el (tooltip): Add group `basic-faces'.
25181         * buff-menu.el (Buffer-menu-buffer): Remove group
25182         `font-lock-highlighting-faces'.
25184         * progmodes/compile.el (compilation-error, compilation-warning)
25185         (compilation-info, compilation-line-number, compilation-column-number):
25186         Change group from `font-lock-highlighting-faces' to `compilation'.
25188         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
25189         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
25190         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
25191         (vhdl-font-lock-reserved-words-face)
25192         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
25193         `font-lock-highlighting-faces'.
25195         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
25197 2005-09-28  Kim F. Storm  <storm@cua.dk>
25199         * emulation/cua-base.el: Set CUA move property on additional commands:
25200         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
25201         forward-sexp, backward-sexp, forward-list, backward-list.
25203 2005-09-28  Romain Francoise  <romain@orebokech.com>
25205         * comint.el (comint-show-output): Really set point at the
25206         beginning of the output when not using `comint-use-prompt-regexp'.
25208 2005-09-27  Jay Belanger  <belanger@truman.edu>
25210         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
25211         in TeX mode.
25213 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
25215         * textmodes/org.el (org-table-sum): Fix format string.
25217         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
25218         Quote face names.
25220 2005-09-26  Romain Francoise  <romain@orebokech.com>
25222         * isearch.el (isearch-forward-regexp): Close doc string.
25224 2005-09-25  Richard M. Stallman  <rms@gnu.org>
25226         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
25228         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
25230         * progmodes/compile.el (compilation-error-properties):
25231         When getting the file from the previous error message,
25232         correctly decode the new data format.
25234         * progmodes/cc-cmds.el (c-electric-paren):
25235         Call old-blink-paren only for close-paren.
25237 2005-09-24  Andreas Schwab  <schwab@suse.de>
25239         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
25240         condition.
25242 2005-09-25  Romain Francoise  <romain@orebokech.com>
25244         * dired-aux.el (dired-copy-file-recursive):
25245         * dired.el (dired-delete-file):
25246         * ediff-mult.el (ediff-dir-diff-copy-file):
25247         * ediff-util.el (ediff-test-save-region):
25248         * forms.el (forms-mode):
25249         * ido.el (ido-file-internal, ido-delete-file-at-head):
25250         * log-edit.el (log-edit-done):
25251         * ses.el (ses-yank-resize):
25252         * play/gomoku.el (gomoku-human-plays, gomoku)
25253         (gomoku-human-resigns, gomoku-prompt-for-other-game)
25254         (gomoku-offer-a-draw):
25255         * play/landmark.el (lm-human-resigns, lm):
25256         * net/eudcb-ldap.el (eudc-ldap-check-base):
25257         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
25258         * progmodes/ebrowse.el (ebrowse-find-pattern):
25259         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
25260         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
25261         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
25263         * vc.el (vc-delete-file):
25264         * play/gomoku.el (gomoku-terminate-game, gomoku)
25265         (gomoku-prompt-for-move, gomoku-human-takes-back):
25266         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
25267         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
25269 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
25271         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
25272         color rxvt terminals by using the code xterm.el used to use before
25273         2005-04-09 in order to match the colors used by rxvt.
25275 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
25277         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
25278         colors rxvt-unicode terminals by using the same code as xterm.el.
25280 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25282         * textmodes/tex-mode.el (tex-font-lock-append-prop)
25283         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
25284         new symbol used for the tex-verbatim face.
25286 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
25288         * woman.el (woman-file-name):
25289         * wid-edit.el (widget-file-prompt-value)
25290         (widget-coding-system-prompt-value):
25291         * w32-fns.el (set-w32-system-coding-system):
25292         * vc.el (vc-version-diff, vc-annotate):
25293         * textmodes/reftex-auc.el (reftex-arg-cite)
25294         (reftex-arg-index-tag):
25295         * textmodes/refer.el (refer-get-bib-files):
25296         * textmodes/artist.el (artist-figlet-choose-font):
25297         * terminal.el (terminal-emulator):
25298         * replace.el (occur-read-primary-args):
25299         * rect.el (string-rectangle, string-insert-rectangle):
25300         * ps-print.el (ps-print-preprint):
25301         * progmodes/pascal.el (pascal-goto-defun):
25302         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
25303         * progmodes/compile.el (compilation-find-file):
25304         * printing.el (pr-interactive-n-up):
25305         * play/animate.el (animate-birthday-present):
25306         * net/rcompile.el (remote-compile):
25307         * man.el (man, Man-goto-section, Man-follow-manual-reference):
25308         * mail/rmailsum.el (rmail-summary-search-backward)
25309         (rmail-summary-search):
25310         * mail/rmailout.el (rmail-output-read-rmail-file-name)
25311         (rmail-output-read-file-name):
25312         * mail/rmail.el (rmail-search, rmail-search-backwards):
25313         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
25314         * locate.el (locate):
25315         * international/quail.el (quail-show-keyboard-layout):
25316         * international/mule.el (set-buffer-file-coding-system)
25317         (revert-buffer-with-coding-system, set-file-name-coding-system)
25318         (set-terminal-coding-system, set-keyboard-coding-system)
25319         (set-next-selection-coding-system):
25320         * international/mule-diag.el (describe-coding-system)
25321         (describe-font, describe-fontset):
25322         * international/mule-cmds.el (universal-coding-system-argument)
25323         (search-unencodable-char, describe-input-method)
25324         (set-language-environment, describe-language-environment):
25325         * international/codepage.el (codepage-setup):
25326         * international/code-pages.el (codepage-setup):
25327         * info.el (Info-search, Info-follow-reference)
25328         (Info-search-backward):
25329         * emacs-lisp/advice.el (ad-read-advised-function)
25330         (ad-read-advice-class, ad-clear-cache, ad-activate)
25331         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
25332         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
25333         (ad-read-regexp):
25334         * ediff-util.el (ediff-toggle-regexp-match):
25335         * ediff-ptch.el (ediff-prompt-for-patch-file):
25336         * dired-aux.el (dired-diff):
25337         * diff.el (diff):
25338         * cus-edit.el (custom-variable-prompt):
25339         * calendar/timeclock.el (timeclock-ask-for-project):
25340         * calc/calcalg3.el (calc-get-fit-variables):
25341         * calc/calc-store.el (calc-edit-variable)
25342         (calc-permanent-variable):
25343         * vc-mcvs.el (vc-mcvs-register):
25344         * shadowfile.el (shadow-define-literal-group):
25345         * woman.el (woman-file-name):
25346         * vc.el (vc-version-diff, vc-merge):
25347         * textmodes/reftex-index.el (reftex-index-complete-tag):
25348         * format.el (format-decode-buffer, format-decode-region):
25349         * emulation/viper-cmd.el (viper-read-string-with-history):
25350         * emacs-lisp/debug.el (cancel-debug-on-entry):
25351         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
25352         * ediff.el (ediff-merge-revisions)
25353         (ediff-merge-revisions-with-ancestor, ediff-revision):
25354         * completion.el (interactive-completion-string-reader):
25355         * calc/calc-prog.el (calc-user-define-formula):
25356         Follow convention for reading with the minibuffer.
25358 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
25360         * progmodes/python.el (python-describe-symbol): Add globals() and
25361         locals() to the arguments of emacs.ehelp.
25363 2005-09-24  Magnus Henoch  <mange@freemail.hu>
25365         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
25366         New function, code extracted from ispell-valid-dictionary-list.
25367         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
25368         Call it.
25370 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
25372         * subr.el (version-regexp-alist): Extend valid syntax for version
25373         strings: allow any of the characters -,_,+ to separate the
25374         alpha/beta/rc part from the version part.  Doc fix.
25375         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
25377 2005-09-23  David Reitter  <david.reitter@gmail.com>
25379         * mail/mailclient.el: New file.
25381 2005-09-23  Richard M. Stallman  <rms@gnu.org>
25383         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
25384         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
25385         Doc fixes.
25387         * progmodes/cc-mode.el (c-font-lock-init):
25388         Specify font-lock-lines-before.
25390 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25392         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
25393         whole conflict.
25395 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
25397         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
25398         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
25399         of `remap' feature when available.  Additional key bindings for
25400         better tty support.
25401         (org-mode-restart, org-force-self-insert): New commands.
25402         (org-time-stamp-inactive): New command.
25403         (org-remap): New function.
25404         (org-table-auto-blank-field, org-level-color-stars-only): New options.
25405         (org-enable-fixed-width-editor): Move to `org-structure'
25406         customization group.
25407         (org-self-insert-command, orgtbl-self-insert-command): Modify to
25408         blank field after field motion commands.
25410 2005-09-23  Kenichi Handa  <handa@m17n.org>
25412         * international/mule-cmds.el (set-language-environment):
25413         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
25414         have to call utf-translate-cjk-load-tables.
25416 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25418         * mouse.el (mouse-move-drag-overlay): Fix last change.
25420 2005-09-22  David Ponce  <david@dponce.com>
25422         * tree-widget.el (tree-widget-value-create): Fix previous change.
25424 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
25426         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
25428 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25430         * mouse.el (mouse-move-drag-overlay): New function.
25431         (mouse-drag-region-1): Use it.
25432         Try to simplify a bit the state handling.  Handle clicks on links
25433         inside intangible areas.
25434         (mouse-save-then-kill): Minor simplification.
25435         (mouse-secondary-overlay): Make it always non-nil instead of
25436         recreating it each time.
25437         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
25438         (mouse-kill-secondary, mouse-secondary-save-then-kill):
25439         Simplify accordingly.
25441 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
25443         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
25445 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
25447         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
25448         (ediff-file-name-sans-prefix): Treat nil as an empty string.
25449         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
25450         to patch.
25452         * ediff-util.el: Use insert-buffer-substring.
25454         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
25456         * emulation/viper-cmd.el (viper-change-state): Don't move over the
25457         field boundaries in the minibuffer.
25458         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
25459         (viper-minibuffer-post-command-hook): New hook.
25460         (viper-line): Don't move cursor at bolp.
25462         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
25464         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
25465         avoid compiler warnings.
25467         * emulation/viper-macs.el (ex-map): Better messages.
25469         * emulation/viper-util.el (viper-beginning-of-field): New function.
25471         * emulation/viper.el: Replace make-variable-buffer-local with
25472         viper-make-variable-buffer-local everywhere, to avoid warnings.
25474 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25476         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25477         Delete unused var `old-selected-window'.
25478         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
25479         (mouse-drag-secondary): Delete unused var `start-frame'.
25481 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
25483         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
25485 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25487         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25488         Re-indent within 80 columns.  Use inhibit-read-only.
25490 2005-09-19  Romain Francoise  <romain@orebokech.com>
25492         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25494 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25496         * font-lock.el (font-lock-default-fontify-region): Don't add a line
25497         unconditionally, since the after-change-function already did it.
25499 2005-09-19  Miles Bader  <miles@gnu.org>
25501         * net/newsticker.el: Get rid of CVS keyword.
25503 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
25505         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25506         The prompt is formatted later.
25508 2005-09-19  David Ponce  <david@dponce.com>
25510         * tree-widget.el (tree-widget-value-create): Save the converted
25511         tree :node widget.
25513 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
25515         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25516         variable `message'.
25518 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
25520         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25521         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
25522         <slawomir.nowaczyk.847@student.lu.se>.
25524 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
25526         * image.el (image-load-path): Use symbol `data-directory' instead
25527         of its value, for backward compatibility with packages that bind
25528         it during `find-image'.  Suggested by Katsumi Yamaoka.
25529         (image-search-load-path): Handle symbols whose values are strings.
25531 2005-09-18  Romain Francoise  <romain@orebokech.com>
25533         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25534         with-current-buffer form in save-excursion.
25536 2005-09-18  Deepak Goel  <deego@gnufans.org>
25538         * apropos.el (apropos-command): Fix `message' call: first arg
25539         should be a format spec.  In this and all other cases that appear
25540         below and elsewhere in the source code, I made a change only when
25541         two conditions were satisfied: [1] I can think of a possibility
25542         that the arguments would cause an error, for example, the code in
25543         question relies on external variables such as filenames.  [2] I
25544         was sure that the arg to `message' could not have been nil in the code.
25546         * textmodes/tildify.el (tildify-region): Ditto.
25548         * textmodes/reftex-index.el (reftex-index-change-entry)
25549         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25550         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25551         * textmodes/org.el (org-complete, org-deadline, org-schedule)
25552         (org-priority, org-table-sum):
25553         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25554         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25555         (flyspell-word, flyspell-display-next-corrections):
25556         * textmodes/bibtex.el (bibtex-print-help-message):
25557         * textmodes/artist.el (artist-key-set-point-poly):
25558         * term/mac-win.el (mac-services-insert-text):
25559         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25560         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25561         (vhdl-port-paste-testbench, vhdl-compose-new-component)
25562         (vhdl-compose-configuration):
25563         * progmodes/sh-script.el (sh-blink, sh-show-indent)
25564         (sh-set-indent, sh-learn-line-indent):
25565         * progmodes/ps-mode.el (ps-mode-target-column):
25566         * progmodes/idlwave.el (idlwave-make-tags)
25567         (idlwave-scan-library-catalogs):
25568         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25569         * progmodes/gud.el (gud-jdb-analyze-source):
25570         * progmodes/flymake.el (flymake-log):
25571         * progmodes/ebnf2ps.el (ebnf-generate-region):
25572         * progmodes/cmacexp.el (c-macro-expansion):
25573         * progmodes/ada-xref.el (ada-treat-cmd-string):
25574         * progmodes/ada-mode.el (ada-create-case-exception-substring)
25575         (ada-justified-indent-current, ada-batch-reformat):
25576         * play/zone.el (zone):
25577         * play/landmark.el (lm-move):
25578         * play/decipher.el (decipher-show-alphabet):
25579         * net/newsticker.el (newsticker--display-jump)
25580         (newsticker--display-scroll):
25581         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25582         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25583         * mail/feedmail.el (feedmail-dump-message-to-queue):
25584         * eshell/esh-proc.el (eshell-remove-process-entry):
25585         * emulation/ws-mode.el (ws-last-error):
25586         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25587         (viper-record-kbd-macro):
25588         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25589         * emacs-lisp/lisp-mnt.el (lm-report-bug):
25590         * emacs-lisp/find-func.el (find-function-noselect):
25591         * calendar/timeclock.el (timeclock-status-string)
25592         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25593         (timeclock-when-to-leave-string):
25594         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25595         * calc/calc-units.el (calc-enter-units-table):
25596         * calc/calc-mode.el (calc-mode-record-mode):
25597         * woman.el (woman-mini-help):
25598         * wdired.el (wdired-change-to-wdired-mode):
25599         * vc.el (vc-retrieve-snapshot):
25600         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25601         * startup.el (display-startup-echo-area-message):
25602         * simple.el (set-goal-column):
25603         * ses.el (ses-command-hook, ses-recalculate-cell):
25604         * server.el (server-process-filter):
25605         * printing.el (pr-interface-txt-print, pr-interface-printify)
25606         (pr-interface-ps):
25607         * pcvs.el (cvs-help):
25608         * log-edit.el (log-edit, log-edit-mode-help):
25609         * iswitchb.el (iswitchb-possible-new-buffer):
25610         * isearch.el (isearch-edit-string):
25611         * image-mode.el (image-mode, image-minor-mode):
25612         * ibuf-macs.el (define-ibuffer-filter):
25613         * hi-lock.el (hi-lock-find-patterns):
25614         * files.el (toggle-read-only):
25615         * ediff-util.el (ediff-copy-diff)
25616         (ediff-write-merge-buffer-and-maybe-kill):
25617         * echistory.el (Electric-history-undefined):
25618         * dnd.el (dnd-insert-text):
25619         * dired-aux.el (dired-query):
25620         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25621         * bookmark.el (bookmark-bmenu-locate):
25622         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25623         Fix `message' calls to ensure first arg is a format string.
25624         The change was made only when these two conditions were satisfied:
25625         [1] when there is a possibility that the arguments would cause an error
25626         for example, if the code in question relies on external variables
25627         such as filenames, and
25628         [2] if the arg to `message' could not have been nil in the code.
25630         * pcomplete.el (pcomplete--help): Fix `message' format spec.
25631         Not having a %s would be weird, though not technically wrong.
25633 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25635         * term/mac-win.el (mac-add-charset-info): Doc fix.
25637 2005-09-17  Romain Francoise  <romain@orebokech.com>
25639         * shell.el (shell-resync-dirs): Handle echoing processes more
25640         reliably.  Don't insert resync command if `comint-process-echoes'
25641         is non-nil.
25643 2005-09-17  Magnus Henoch  <mange@freemail.hu>
25645         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25646         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25647         aspell versions >= 0.60.
25648         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25649         only if ispell-aspell-supports-utf8 is non-nil.
25651 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
25653         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25654         buffer-local value to lisp-indent-function.
25656 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
25658         * progmodes/glasses.el (glasses-make-readable): If
25659         glasses-separator differs from underscore, put appropriate
25660         overlays over underscore characters.
25661         (glasses-convert-to-unreadable): If glasses-separator differs from
25662         underscore, try to convert glasses-separator characters to
25663         underscores.
25665 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25667         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25668         Use with-syntax-table and dolist.
25670 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
25672         * textmodes/reftex-auc.el:
25673         * textmodes/reftex-cite.el:
25674         * textmodes/reftex-dcr.el:
25675         * textmodes/reftex-global.el:
25676         * textmodes/reftex-parse.el:
25677         * textmodes/reftex-ref.el:
25678         * textmodes/reftex-sel.el:
25679         * textmodes/reftex-toc.el:
25680         * textmodes/reftex-vars.el:
25681         * textmodes/reftex.el: Small changes to remove compiler warnings.
25683         * textmodes/reftex-index.el: Likewise.
25684         (reftex-query-index-phrase): More efficient use of markers.
25686 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
25688         * image.el (image-load-path): New variable.
25689         (image-search-load-path): New function.
25690         (find-image): Search for images in `image-load-path'.
25692 2005-09-15  Richard M. Stallman  <rms@gnu.org>
25694         * follow.el: Change Maintainer field.
25696 2005-09-15  David Ponce  <david@dponce.com>
25698         * recentf.el (recentf-save-file-modes): New option.
25699         (recentf-save-list): Use it.
25701 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
25703         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25704         (mode-line-mule-info, mode-line-modified): Move bindings from
25705         mouse-3 to mouse-1.
25707 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
25709         * simple.el (sendmail-user-agent-compose): Revert last change.
25711 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25713         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25714         Use with-current-buffer.
25715         (ange-ftp-gwp-start): Remove unused var `gw-user'.
25716         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25717         (ange-ftp-insert-directory): Remove unused var `short'.
25718         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25720         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25721         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25723         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25724         (check-calendar-holidays, diary-list-entries): Autoload.
25725         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25726         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25728         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25729         which mistakenly removed a call to display-buffer.
25731 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
25733         * obsolete/iso-insert.el: Move to obsolete/ from international/.
25735 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
25737         * progmodes/hideshow.el
25738         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25739         (hs-allow-nesting): New user var.
25740         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25741         (hs-hide-block-at-point): When nesting allowed,
25742         if there is already an overlay in place, delete it.
25743         (hs-safety-is-job-n): Delete func; remove call sites.
25744         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25745         (hs-overlay-at): New func.
25746         (hs-already-hidden-p, hs-show-block): Use it.
25747         (hs-hide-all): Don't pre-clean if nesting allowed.
25748         (hs-show-all): Temporarily disallow
25749         nesting around call to `hs-discard-overlays'.
25751 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
25753         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25754         Delete unused local var.
25756 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
25758         * help-fns.el (describe-categories): "?\ " -> "?\s".
25759         (help-do-arg-highlight): Recognize also ARG-n, as in
25760         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
25762         * international/codepage.el (dos-unsupported-char-glyph):
25763         * net/newsticker.el (tool-bar-map, w3-mode-map)
25764         (w3m-minor-mode-map):
25765         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25766         (ent-alist):
25767         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25769 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
25771         * custom.el (custom-push-theme): Handle the case where a symbol is
25772         bound but face properties have not yet been assigned.
25774         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25775         Fix behavior if noerase is `t' and there is no mail buffer.
25777         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25778         if `continue' is nil, rather than signal an error.
25780 2005-09-12  Richard M. Stallman  <rms@gnu.org>
25782         * font-lock.el (font-lock-keywords): Add autoload.
25784         * help-fns.el (describe-variable): Rearrange to put source link
25785         in a predictable place.
25787         * net/newsticker.el: New file.
25789 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25791         * calendar/calendar.el (calendar-for-loop): Add edebug info.
25792         (calendar-basic-setup): Use the new nil arg.
25793         (number-of-diary-entries): Move to diary-lib.el.
25795         * calendar/diary-lib.el: Use with-current-buffer, match-string.
25796         (diary-list-entries): Use with-syntax-table and dolist.
25797         Rename from list-diary-entries.
25798         Use number-of-diary-entries if `number' is nil.
25799         (diary, diary-view-entries): Use this new name and new nil arg value.
25800         (number-of-diary-entries): Move from calendar.el.
25801         (diary-unhide-everything): New function.
25802         (include-other-diary-files, fancy-diary-display)
25803         (diary-show-all-entries, make-diary-entry): Use it.
25804         (diary-mail-entries): Use buffer-string.
25805         (mark-diary-entries): Fix long standing paren typo.
25806         (diary-sexp-entry): Use count-lines.
25807         (make-diary-entry): Avoid `previous-line'.
25808         (diary-mode-map): New var.
25809         (diary-mode): Redraw cal after saving.  Setup header-line.
25810         (fancy-diary-display-mode): Use local-set-key.
25812         * startup.el (command-line): Try calling various terminal-init-foo-bar
25813         functions by stripping hyphenated suffixes from $TERM.
25815         * files.el (normal-mode): Check boundness of font-lock-keywords.
25817 2005-09-12  Richard M. Stallman  <rms@gnu.org>
25819         * progmodes/compile.el: Don't decide a file's directory
25820         until the user actually tries to go there.
25821         (compilation-next-error-function):
25822         Pass compilation-find-file the directory from the file-struct.
25823         (compilation-internal-error-properties): Separate local FILE-STRUCT
25824         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
25825         (compilation-find-file): Arg DIR renamed to DIRECTORY.
25826         Expand it, and if nil, use default-directory.
25827         (compilation-get-file-structure): Don't mix specified directory
25828         with default directory.  Put specified directory into
25829         file-struct.  Don't make the file name absolute.
25831         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25832         (compile-command): Add autoload.
25833         (compilation-disable-input): Add autoload.
25835 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
25837         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25838         strings of the variables it can override.
25839         (time-stamp): New (as yet undocumented) time-stamp-format escapes
25840         %Q and %q, for fully-qualified domain name and unqualified host name.
25842 2005-09-11  Kim F. Storm  <storm@cua.dk>
25844         * emacs-lisp/authors.el (authors-aliases): Update list.
25845         (authors-fixed-entries): Update mldrag.el entry.
25847 2005-09-10  Alan Mackenzie  <acm@muc.de>
25849         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25850         delimiter from the region narrowed to.
25852 2005-09-10  Magnus Henoch  <mange@freemail.hu>
25854         * textmodes/ispell.el (ispell-check-version): Signal an error if
25855         aspell version is less than 0.60.
25857 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
25859         * progmodes/octave-inf.el (inferior-octave-startup):
25860         Resync current dir at the end.
25862 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
25864         * woman.el (woman-topic-at-point-default):
25865         Rename to woman-use-topic-at-point-default.
25866         (woman-topic-at-point): Rename to woman-use-topic-at-point.
25867         (woman-file-name): Reflect renames above.  Automatically use the
25868         word at point as topic if woman-use-topic-at-point is non-nil.
25869         Otherwise offer it as default but don't insert it in the
25870         minibuffer.  Also use `test-completion' instead of `assoc' as
25871         suggested by Stefan Monnier.
25873 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
25875         * vc.el (vc-directory, vc-update-change-log): Throw an error on
25876         the attempt to do it over Tramp.  This is not yet supported.
25878 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
25880         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25881         (menu-bar-non-minibuffer-window-p): New functions.
25882         ("Split Window", "Save As..."): Use them.
25883         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25884         ("Print Buffer", "Truncate Long Lines in this Buffer"):
25885         Use menu-bar-menu-frame-live-and-visible-p.
25886         ("Save Buffer", "Insert File", "Open Directory...")
25887         ("Open File...", "Visit New File..."):
25888         Use menu-bar-non-minibuffer-window-p.
25889         (kill-this-buffer-enabled-p, dired <menu-enable>):
25890         Use menu-bar-non-minibuffer-window-p.
25892 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
25894         * cus-start.el (all): Don't complain about fringe-related
25895         built-ins if fringes are not supported.  Ditto about
25896         selection-related built-ins.  Fix the test for GTK-related built-ins.
25898         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25899         ("Postscript Print Buffer", "Print Region", "Save As...")
25900         ("Save", "Insert File...", "Open Directory...")
25901         ("Open File...", "Visit New File..."")
25902         ("Truncate Long Lines in this Buffer"): Don't look at
25903         menu-updating-frame if this display does not support multiple frames.
25905 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
25907         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25909 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
25911         * woman.el: Format- and whitespace-related changes.
25913 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
25915         * woman.el: Fix my email address.
25917 2005-09-08  Richard M. Stallman  <rms@gnu.org>
25919         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25920         (sh-mode): Locally set skeleton-pair-default-alist.
25922         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25924         * progmodes/flymake.el: Require `compile' unconditionally.
25926         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25928         * woman.el (woman-file-name): Provide a default, not initial input.
25930         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25932         * font-lock.el (font-lock-support-mode): Doc fix.
25934         * descr-text.el (describe-property-list): Handle non-symbol prop names.
25936 2005-09-08  Richard M. Stallman  <rms@gnu.org>
25938         * simple.el (blink-matching-open): Get rid of text props from
25939         the string shown in echo area.  Don't permanently set point.
25940         Some rearrangements.
25942 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
25944         * recentf.el (recentf-filename-handler): Add custom choice
25945         `abbreviate-file-name'.
25947         * msb.el (msb--very-many-menus): Fix typo.
25949         * disp-table.el (standard-display-european): Don't set
25950         enable-multibyte-characters to nil.
25952 2005-09-08  David Ponce  <david@dponce.com>
25954         * recentf.el (recentf-show-file-shortcuts-flag): New option.
25955         (recentf-expand-file-name): Doc fix.
25956         (recentf-dialog-mode-map): Define digit shortcuts.
25957         (recentf--files-with-key): New variable.
25958         (recentf-show-digit-shortcut-filter): New function.
25959         (recentf-open-files-items): New function.
25960         (recentf-open-files): Use it.
25961         (recentf-open-file-with-key): New command.
25963 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
25965         * buff-menu.el (Buffer-menu-sort-by-column): New function.
25966         Suggested by Kim F. Storm.
25967         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25968         (Buffer-menu-make-sort-button): Use global keymap.
25970 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
25972         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25973         (Man-getpage-in-background-advice): Remove defadvice; it isn't
25974         necessary any longer with the remapped command.
25975         (Man-bgproc-sentinel-advice): Remove defadvice which counts
25976         formatting time only.
25978         * net/tramp.el (tramp-action-password)
25979         (tramp-multi-action-password): Compile the password prompt from
25980         `method', `user' and `host'.  Sometimes it isn't obvious which
25981         password to enter, for example with remote files offered by
25982         recentf.el, or with multiple steps.  Suggested by Robert Marshall
25983         <robert@chezmarshall.freeserve.co.uk>.
25985 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25987         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25988         Fix regexp for when "s///" is at the beginning of line.
25990 2005-09-07  Jay Belanger  <belanger@truman.edu>
25992         * calc/calc-poly.el (math-expand-term): Multiply out any powers
25993         when in matrix mode.
25995 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25997         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25998         non-anonymous functions.
26000 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
26002         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
26003         when using a header line.  Otherwise, use mouse-1-click-follows-link.
26005         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
26006         can't be moved; don't signal an error.
26008 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
26010         * cus-theme.el (custom-theme-write-faces): Save the current face
26011         spec, not the defface spec.
26013         * custom.el (custom-known-themes): Clarify meaning of "standard".
26014         (custom-push-theme): Save old values in the standard theme.
26015         (disable-theme): Correct typo.
26016         (custom-face-theme-value): Deleted unused function.
26017         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
26019 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26021         * progmodes/compile.el (compilation-goto-locus): Take into account
26022         iconified frames when determining whether the buffer is
26023         already visible.
26024         Don't reset window height if the window already existed.
26026 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
26028         * custom.el (load-theme): Rename from require-theme.
26029         Add interactive spec.
26030         (enable-theme): Rename from custom-enable-theme.
26031         Add interactive spec.
26032         (disable-theme): Rename from custom-disable-theme.
26033         Add interactive spec.
26034         (custom-make-theme-feature): Doc fix.
26035         (custom-theme-directory): Doc fix.
26036         (provide-theme): Call enable-theme.
26038 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26040         * obsolete/lazy-lock.el (lazy-lock-mode):
26041         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
26042         font-lock-mode if it's off.  Print a warning instead.
26044         * progmodes/compile.el (compilation-start): Ignore errors if the
26045         process died before we get to send-eof.
26047         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
26048         Undo last change.  Enclosing the result in quotes broke things on Unix
26049         since tex-send-command passes it through shell-quote-argument.
26050         (tex-send-command): Pass `file' through convert-standard-filename
26051         when possible.
26052         (tex-uptodate-p): Handle the case where TeX hasn't put additional
26053         info in a transcript.
26055 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
26057         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
26058         fix compilation warning.  Reorder the key definitions to group
26059         together keys emitted by the current version of xterm.
26061         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
26062         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
26063         Reorder predicates to correct min-color usage.
26065 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
26067         * longlines.el (longlines-mode): Inhibit read-only when encoding.
26068         Kill local variables when longlines-mode is turned off.
26070 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26072         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
26074         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
26076         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
26078         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
26079         (font-lock-lines-before): Change default to being inactive.
26080         (font-lock-default-fontify-region): Obey font-lock-lines-before.
26081         (font-lock-after-change-function): Don't handle f-l-lines-before here.
26083 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
26085         * net/tramp.el (tramp-handle-make-auto-save-file-name):
26086         Deactivate temporarily advice if active (not needed for Emacs 22,
26087         but for backwards compatibility).
26088         (tramp-exists-file-name-handler): Rewrite.  First implementation
26089         was too simple.
26090         (tramp-advice-make-auto-save-file-name):
26091         Call `tramp-handle-make-auto-save-file-name' (again, just for
26092         backwards compatibility).
26094 2005-08-31  Reto Zimmermann  <reto@gnu.org>
26096         * progmodes/vhdl-mode.el
26097         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
26098         (vhdl-end-p): Fix indentation bug "else" after "-- when".
26099         (vhdl-set-default-project): New function (easier setting of default).
26100         (vhdl-port-copy): Handle extended identifiers for generics.
26101         (vhdl-compiler-alist): Better description for error message regexp.
26102         (vhdl-make): Query for target, use previous as default.
26103         (vhdl-port-copy): Fix port copy for port names starting with "signal".
26104         (vhdl-font-lock-keywords-2): Fix fontification for record
26105         el. assign.
26106         (vhdl-speedbar-make-subpack-line): Add package body link.
26107         (vhdl-generate-makefile-1): Not include itself as dependency.
26108         (vhdl-font-lock-init): Highlight c-preprocessor directives.
26109         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
26110         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
26111         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
26112         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
26113         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
26114         (vhdl-import-project): Add string argument for `error'.
26115         (vhdl-compose-configuration)
26116         (vhdl-compose-configuration-architecture): Add configuration
26117         declaration generation.
26118         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
26119         (vhdl-trailer-re): Add "record" keyword (better indentation).
26120         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
26121         "[^ \t-\"]+".
26122         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
26123         (vhdl-testbench-entity-file-name)
26124         (vhdl-testbench-architecture-file-name): Allow separate
26125         customization of testbench file names.
26126         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
26127         (vhdl-get-visible-signals): Allow newline within alias declaration.
26128         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
26129         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
26130         (member-ignore-case): Alias for missing function in XEmacs.
26131         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
26132         (vhdl-update-sensitivity-list): Ignore case on read signals.
26133         (vhdl-replace-string): Adjust case only for file names.
26134         (vhdl-update-sensitivity-list): Fix search for read signals.
26135         (vhdl-update-sensitivity-list): Exclude formal parameters.
26136         (vhdl-get-visible-signals): Include aliases of signals.
26137         (vhdl-get-visible-signals): Fix signal name searching.
26138         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
26139         (vhdl-fixup-whitespace-region): Fix for character
26140         literals (e.g. `:').
26142 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
26144         * ansi-color.el (comint-last-output-start):
26145         * bs.el (font-lock-verbose):
26146         * diff-mode.el (add-log-buffer-file-name-function):
26147         * dired-x.el (vm-folder-directory):
26148         * faces.el (help-xref-stack-item):
26149         * files.el (font-lock-keywords):
26150         * find-lisp.el (dired-buffers, dired-subdir-alist):
26151         * ido.el (cua-inhibit-cua-keys):
26152         * log-view.el (cvs-minor-wrap-function):
26153         * outline.el (font-lock-warning-face):
26154         * simple.el (compilation-current-error):
26155         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
26156         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
26157         * tooltip.el (comint-prompt-regexp):
26158         * w32-fns.el (explicit-shell-file-name):
26159         * term/mac-win.el (mac-charset-info-alist)
26160         (mac-services-selection, mac-system-script-code):
26161         * term/tty-colors.el (msdos-color-values):
26162         * term/w32-win.el (xlfd-regexp-registry-subnum):
26163         * term/x-win.el (x-keysym-table, x-selection-timeout)
26164         (x-session-id, x-session-previous-id):
26165         * textmodes/ispell.el (mail-yank-prefix):
26166         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
26167         * textmodes/org.el (calc-embedded-close-formula)
26168         (calc-embedded-open-formula)
26169         (font-lock-unfontify-region-function):
26170         * textmodes/reftex-global.el (isearch-next-buffer-function)
26171         (TeX-master):
26172         * textmodes/reftex.el (font-lock-keywords):
26173         * textmodes/tex-mode.el (font-lock-comment-face)
26174         (font-lock-doc-face):
26175         * textmodes/texinfo.el (outline-heading-alist):
26176         Add defvars.
26178         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
26179         (artist-spray-chars, artist-mode-init, artist-replace-string)
26180         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
26181         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
26182         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
26184         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
26185         (conf-align-assignments): "?\ " -> "?\s".
26187         * textmodes/reftex-index.el (TeX-master): Add defvar.
26188         (reftex-index-phrases-marker): Move up defvar.
26190         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
26191         (reftex-toc-include-labels-indicator)
26192         (reftex-toc-include-index-indicator)
26193         (reftex-toc-max-level-indicator): Move up declarations.
26195         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
26196         of args to `tramp-run-real-handler', even if it's empty in this case.
26198 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26200         * dired.el (dired-move-to-filename-regexp): Add date format for
26201         Mac OS X 10.3 in East Asian locales.
26203 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
26205         * files.el (make-auto-save-file-name): Add file name handler call
26206         if applicable.
26208         * net/tramp.el (tramp-file-name-handler-alist)
26209         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
26210         (tramp-handle-make-auto-save-file-name): Rename from
26211         `tramp-make-auto-save-file-name'.
26212         (tramp-exists-file-name-handler): New defun.
26213         (tramp-advice-make-auto-save-file-name): Make defadvice only when
26214         `make-auto-save-file-name' is not a magic file name operation.
26216 2005-08-30  Richard M. Stallman  <rms@gnu.org>
26218         * files.el (risky-local-variable-p):
26219         Match `-predicates' and `-commands.
26221         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
26222         (custom-save-all): Visit the file if necessary;
26223         kill the buffer if we created it.
26224         (custom-save-delete): Don't visit file or kill buffer here.
26226 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
26228         * textmodes/org.el (org-special-keyword): New face.
26229         (org-table-copy-down, org-table-eval-formula)
26230         (org-table-recalculate, org-init-section-numbers):
26231         Use `string-to-number' instead of `string-to-int'.
26232         (org-get-location): Use `insert-buffer-substring' instead of
26233         `insert-buffer'.
26234         (org-modify-diary-entry-string): New function.
26235         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
26236         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
26237         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
26238         active region.
26239         (org-export-as-html): Handle QUOTE keyword.
26240         (org-quote-string): New option.
26241         (org-bookmark-jump-unhide): New function, used for
26242         `bookmark-after-jump-hook'.
26243         (org-diary-default-entry): Apply only when not called through
26244         `org-agenda'.
26246 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
26248         * net/eudc.el (mode-popup-menu):
26249         * play/handwrite.el (ps-printer-name, ps-lpr-command):
26250         * progmodes/ada-mode.el (compile-auto-highlight)
26251         (skeleton-further-elements):
26252         * progmodes/autoconf.el (font-lock-syntactic-keywords):
26253         * progmodes/cmacexp.el (msdos-shells):
26254         * progmodes/compile.el (font-lock-extra-managed-props)
26255         (font-lock-keywords, font-lock-maximum-size)
26256         (font-lock-support-mode):
26257         * progmodes/grep.el (font-lock-lines-before):
26258         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
26259         * progmodes/mixal-mode.el (compile-command):
26260         * progmodes/perl-mode.el (font-lock-comment-face)
26261         (font-lock-doc-face, font-lock-string-face):
26262         * progmodes/prolog.el (comint-prompt-regexp):
26263         * progmodes/sh-script.el (font-lock-comment-face)
26264         (font-lock-set-defaults, font-lock-string-face):
26265         * progmodes/sql.el (font-lock-keyword-face)
26266         (font-lock-set-defaults, font-lock-string-face):
26267         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
26268         (itimer-version, lazy-lock-defer-contextually)
26269         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
26270         Add defvars.
26272         * progmodes/cperl-mode.el (cperl-electric-lbrace)
26273         (cperl-electric-keyword, cperl-electric-pod)
26274         (cperl-electric-backspace, cperl-forward-re)
26275         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
26276         (vc-rcs-header, vc-sccs-header): Add defvars.
26278         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
26279         (font-lock-syntactic-keywords, gud-find-expr-function):
26280         Add defvars.
26282         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
26283         (gdb-frame-parameters): Declare before use.
26285         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
26286         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
26287         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
26288         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
26290         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
26291         (idlwave-help-with-source): Use `insert-buffer-substring', not
26292         `insert-buffer'.
26294 2005-08-29  Juri Linkov  <juri@jurta.org>
26296         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
26297         Put outline-back-to-heading function call inside save-excursion.
26299 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
26301         * man.el (Man-init-defvars, Man-translate-references)
26302         (Man-support-local-filenames, Man-highlight-references):
26303         * progmodes/sql.el (sql-interactive-mode):
26304         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
26306         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
26307         (compilation-mode-font-lock-keywords): Add defvars.
26308         (checkdoc-interactive-loop): "?\ " -> "?\s".
26310         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
26311         (font-lock-doc-face, font-lock-string-face)
26312         (font-lock-keywords-case-fold-search): Add defvars.
26313         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
26315         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
26316         Don't pass X and Y (they are ignored anyway).
26317         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
26318         (mouse-delete-window): Make arguments optional.
26320         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
26321         (caesar-translate-table, minor-modes, news-buffer-save)
26322         (news-group-name, news-minor-modes): Add defvars.
26324         * emacs-lisp/lselect.el (mouse-highlight-priority)
26325         (x-lost-selection-functions, zmacs-regions):
26326         * emacs-lisp/pp.el (font-lock-verbose):
26327         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
26328         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
26329         (ses-mode-map):
26330         * emacs-lisp/tcover-unsafep.el (safe-functions):
26331         * international/mule-cmds.el (mac-system-coding-system)
26332         (mac-system-locale):
26333         * language/ethio-util.el (rmail-current-message)
26334         (rmail-message-vector):
26335         * language/thai-util.el (thai-auto-composition-mode):
26336         * mail/metamail.el (rmail-current-message, rmail-message-vector):
26337         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
26338         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
26339         (vm-primary-inbox, vm-spool-files):
26340         * mail/rmail.el (deleted-head, font-lock-fontified)
26341         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
26342         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
26343         (total-messages):
26344         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
26345         (rmail-summary-mode-map):
26346         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
26347         (rmail-last-label, rmail-last-multi-labels)
26348         (rmail-summary-vector, rmail-total-messages):
26349         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
26350         * mail/rmailsum.el (msgnum):
26351         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
26352         (rmail-current-message):
26353         * obsolete/fast-lock.el (font-lock-face-list):
26354         * obsolete/rnewspost.el (mail-reply-buffer):
26355         * obsolete/scribe.el (compile-command):
26356         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
26358 2005-08-28  John Paul Wallington  <jpw@gnu.org>
26360         * ibuf-ext.el (ibuffer-auto-update-changed):
26361         Use `frame-or-buffer-changed-p' to check whether we need to update.
26362         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
26363         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
26364         as a `frame-or-buffer-changed-p' state vector instead.
26366 2005-08-27  Romain Francoise  <romain@orebokech.com>
26368         * textmodes/makeinfo.el (makeinfo-compile):
26369         Use `compilation-start'.  Set `next-error-function' according to
26370         `disable-errors'.
26371         (makeinfo-next-error): New function.
26372         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
26373         (makeinfo-buffer): Likewise.
26375         * progmodes/compile.el (compilation-start): Add autoload cookie.
26377         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
26378         * textmodes/sgml-mode.el: Likewise.
26379         * progmodes/python.el: Likewise.
26381 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
26383         * simple.el (blink-matching-paren-distance): Document the meaning
26384         of nil value, and allow to customize to nil.
26386         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
26387         command.com, not command.exe.
26389 2005-08-26  John Wiegley  <johnw@newartisans.com>
26391         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
26392         code around a bit so that an extraneous nil argument is not added
26393         to a command when no args are given.
26395         * eshell/esh-arg.el (eshell-parse-double-quote): If a
26396         double-quoted argument resolves to nil, return it as an empty
26397         string rather than as nil.  This made it impossible to pass "" to
26398         a shell script as a null string argument.
26400 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26402         * outline.el (outline-invent-heading): New fun.
26403         (outline-promote, outline-demote): Use it.
26404         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
26405         (outline-end-of-subtree): Remove unused var `opoint'.
26407 2005-08-26  David Reitter  <david.reitter@gmail.com>
26409         * menu-bar.el (truncate-lines, write-file, print-buffer)
26410         (ps-print-buffer-faces, ps-print-buffer, split-window):
26411         Disable menu items when the frame they refer to is invisible, or when
26412         they refer to a buffer and the minibuffer is selected.
26414 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
26416         * progmodes/flymake.el (flymake-highlight-err-lines):
26417         Use save-excursion around flymake-highlight-line to preserve point.
26419 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
26421         * progmodes/octave-mod.el: Change Author and Maintainer address.
26422         (octave-maintainer-address): Change Kurt's email address.
26423         * progmodes/octave-inf.el: Change Author and Maintainer address.
26424         * progmodes/octave-hlp.el: Change Author and Maintainer address.
26426 2005-08-26  Kim F. Storm  <storm@cua.dk>
26428         * subr.el (version-list-<, version-list-<=, version-list-=):
26429         Rename from integer-list-*.
26430         (version-list-not-zero): Likewise.  Fix while loop.
26431         (version=): Use version-list-= instead of string-equal.
26433 2005-08-26  Richard M. Stallman  <rms@gnu.org>
26435         * outline.el (outline-promote): Try shortening the heading.
26436         As last resort, read the heading to use.
26437         (outline-demote): As last resort, read the heading to use.
26439 2005-08-26  Romain Francoise  <romain@orebokech.com>
26441         * progmodes/compile.el (compilation-start): Doc fix.
26443         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
26444         (antlr-font-lock-additional-keywords): Fix reference to
26445         `antlr-font-lock-literal-regexp' erroneously changed during the
26446         mass face rename.
26447         (antlr-run-tool): Use `compilation-start'.
26449         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
26450         instead of the obsolete `compile-internal'.
26452 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
26454         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
26455         (number, original-date):
26456         * calendar/cal-china.el (date):
26457         * calendar/cal-coptic.el (date):
26458         * calendar/cal-french.el (date):
26459         * calendar/cal-hebrew.el (date, entry, number, original-date):
26460         * calendar/cal-islam.el (date, number, original-date):
26461         * calendar/cal-iso.el (date):
26462         * calendar/cal-julian.el (date):
26463         * calendar/cal-mayan.el (date):
26464         * calendar/cal-menu.el (date, event):
26465         * calendar/cal-persia.el (date):
26466         * calendar/lunar.el (date):
26467         * calendar/solar.el (date): Add defvars.
26469         * emerge.el:
26470         * ibuffer.el:
26471         * info-xref.el:
26472         * obsolete/bg-mouse.el:
26473         * obsolete/sun-curs.el:
26474         * obsolete/swedish.el: Move the `defvar's to the top level.
26476         * smerge-mode.el (smerge-refined-change): Add :group.
26478 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26480         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
26481         (smerge-keep-n): Remove props.
26482         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
26483         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
26484         now that it's done in smerge-keep-n.
26485         (smerge-refined-change): New face.
26486         (smerge-refine-chopup-region, smerge-refine-highlight-change)
26487         (smerge-refine): New funs.
26488         (smerge-basic-map): Bind smerge-refine.
26490 2005-08-25  Juri Linkov  <juri@jurta.org>
26492         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26493         compilation-process-setup-function and compilation-disable-input
26494         in grep-mode instead of let-bindings in grep.
26496         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26497         Delete "Automatic File De/compression" (auto-compression-mode).
26499 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
26501         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26502         Silence warning about non-existent variable.
26504 2005-08-25  Richard M. Stallman  <rms@gnu.org>
26506         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26507         Rename "Describe Key" to "Describe Key or Mouse Operation".
26509         * mail/mailalias.el (build-mail-aliases): Delete comments
26510         from the contents before processing them.
26512         * isearch.el (isearch-edit-string): Erase the Search prompt
26513         if user enters an empty string and there is no default.
26515         * comint.el (comint-file-name-prefix): Add autoload.
26517 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
26519         * subr.el (play-sound): Rearrange to avoid warning.
26521 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
26523         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26524         New hook.
26525         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26527 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26529         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26531         * custom.el (custom-theme-set-variables): Sort minor modes last.
26533 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26535         * subr.el (version-separator, version-regexp-alist): New vars used by
26536         version comparison funs.
26537         (integer-list-<, integer-list-=, integer-list-<=)
26538         (integer-list-not-zero): New funs for integer list comparison.
26539         (version-to-list, version=, version<, version<=): New funs for version
26540         comparison.
26542 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
26544         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26545         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26546         time to silence the byte-compiler.
26548         * ibuffer.el (ibuffer-compile-make-eliding-form)
26549         (ibuffer-check-formats): Use `with-no-warnings' to hide references
26550         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26551         so it's silly to get warnings for it).
26552         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26553         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26554         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26555         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26556         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26557         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26558         Defvar at compile time.
26559         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26560         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26561         Declare them before use.
26563         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26564         (info-xref-good, info-xref-bad): Defvar at compile time.
26566         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26567         Use `let*' instead of `let'.
26569         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26570         (*mouse-y*, menu, char): Defvar at compile time.
26571         (sc::menu): Declare it before use.
26572         (sc::pack-one-line): Use `let', not `let*'.
26574         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26575         (mail-send-hook): Defvar at compile time.
26577         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26578         Defvar at compile time.
26580         * term/sun-mouse.el (current-global-mousemap)
26581         (current-local-mousemap): Declare them before use.
26583 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
26585         * bookmark.el (bookmark-after-jump-hook): New hook.
26586         (bookmark-jump): Run `bookmark-after-jump-hook'.
26588 2005-08-23  Juri Linkov  <juri@jurta.org>
26590         * faces.el (minibuffer-prompt): Doc fix.
26592 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
26594         * progmodes/xscheme.el: Trivial changes to silence warnings.
26595         (xscheme-previous-mode, xscheme-previous-process-state):
26596         Add defvars.
26597         (xscheme-last-input-end, xscheme-process-command-line)
26598         (xscheme-process-name, xscheme-buffer-name)
26599         (xscheme-expressions-ring-max, xscheme-expressions-ring)
26600         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26601         (xscheme-control-g-synchronization-p)
26602         (xscheme-control-g-disabled-p, xscheme-string-receiver)
26603         (default-xscheme-runlight, xscheme-runlight)
26604         (xscheme-runlight-string, xscheme-process-filter-state)
26605         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26606         Move to beginning of file.
26607         (scheme-interaction-mode-commands-alist)
26608         (scheme-interaction-mode-map, scheme-debugger-mode-map):
26609         Declare them before use.  Note: the initialization code for the
26610         variables has not been moved because it uses functions that reference
26611         the variables.
26612         (xscheme-control-g-message-string, xscheme-process-filter-alist)
26613         (xscheme-prompt-for-expression-map): Declare them before use.
26614         (scheme-debugger-mode-commands): "?\ " -> "?\s".
26616 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
26618         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26620 2005-08-22  Juri Linkov  <juri@jurta.org>
26622         * faces.el (set-face-underline): Delete this duplicate function
26623         and make an obsolete alias to set-face-underline-p.
26624         (set-face-underline-p): Use docstring of set-face-underline.
26625         (describe-face): Create hyperlink to parent face.
26627         * info.el (Info-insert-dir): Use save-excursion around
26628         insert-buffer-substring.
26629         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26630         (Info-escape-percent): Delete function.
26631         (Info-fontify-node): Replace Info-escape-percent by
26632         replace-regexp-in-string with REP arg set to lambda that
26633         duplicates `%' and preserves text properties.
26635         * progmodes/compile.el (compilation-disable-input): Doc fix.
26636         (define-compilation-mode): Doc fix and refill.
26637         (kill-compilation): Use `mode-name' in the error message.
26638         (compilation-find-file): Use `compilation-error' in the
26639         read-file-name's prompt.
26641 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26643         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26644         (smerge-auto-leave): Make undo re-enable the mode.
26645         (debug-ignored-errors): Add the user-error of impossible resolution.
26646         (smerge-resolve): Move things around a bit, in preparation for later.
26647         (smerge-diff): Don't fail if the buffer has no associated file.
26648         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26649         (smerge-conflict-overlay): New function.
26650         (smerge-match-conflict): Don't add text properties here.
26651         (smerge-find-conflict): Instead, add an overlay here.
26652         Also check for the case where we're inside a conflict already, so as to
26653         obviate the need for font-lock-multiline, which is unbearably slow with
26654         large conflicts and ciomplex font-lock patterns.
26655         (smerge-remove-props): Remove overlay rather than text-properties.
26656         (smerge-mode): Don't set font-lock-multiline.
26657         Remove overlays when turned off.
26659 2005-08-21  Kim F. Storm  <storm@cua.dk>
26661         * ido.el (ido-ignore-item-p): Use save-match-data.
26662         Bind case-fold-search to ido-case-fold locally.
26664 2005-08-20  Richard M. Stallman  <rms@gnu.org>
26666         * files.el (normal-mode): If font lock is on, turn it off and on.
26668         * subr.el (replace-regexp-in-string): Doc fix.
26670         * startup.el (command-line-1): Don't suppress startup screen
26671         due to existing processes.
26673         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26675         * progmodes/compile.el (compilation-disable-input): Default to nil.
26677 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
26679         * progmodes/compile.el (compilation-disable-input): New defcustom.
26680         (compilation-start): If compilation-disable-input is non-nil, send
26681         EOF to the compilation process.
26683 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
26685         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26686         Run the argument of tex-shell-cd-command through
26687         convert-standard-filename, to get the correct style of slashes on
26688         Windows, and enclose the result in quotes, in case the file name
26689         includes whitespace or other special characters.
26691 2005-08-19  Andreas Schwab  <schwab@suse.de>
26693         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26694         process.
26696 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
26698         * cus-start.el (minibuffer-prompt-properties): Correct typo.
26700 2005-08-18  Kim F. Storm  <storm@cua.dk>
26702         * scroll-lock.el: Fix errors due to incorrect line wrapping.
26704 2005-08-18  Richard M. Stallman  <rms@gnu.org>
26706         * scroll-lock.el: New file.
26708 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
26710         * dired.el (dired-move-to-end-of-filename):
26711         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26713 2005-08-18  Kim F. Storm  <storm@cua.dk>
26715         * ido.el (ido-everywhere): Fix defcustom :set function to disable
26716         rather than toggle mode when custom value is nil.
26717         (ido-everywhere): Fix defun doc string.
26719 2005-08-17  Richard M. Stallman  <rms@gnu.org>
26721         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26722         as tag instead of "Inviolable".
26724 2005-08-17  Kim F. Storm  <storm@cua.dk>
26726         * windmove.el (windmove-coordinates-of-position): Remove.
26727         (windmove-coordinates-of-window-position): Remove.
26728         (windmove-reference-loc): Use posn-at-point instead.
26730         * subr.el (insert-for-yank-1): Doc fix.
26732         * ido.el (ido-enter-matching-directory): Rename from
26733         ido-enter-single-matching-directory.  Change `slash' choice to
26734         `only'.  Add `first' choice.
26735         (ido-exhibit): Adapt to above changes.
26737 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
26739         * Makefile.in: Expand comment about building loaddefs.el.
26741 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
26743         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26744         Comment use of defadvice.
26746         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26748 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
26750         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26751         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26752         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26753         * progmodes/idlw-shell.el, progmodes/ld-script.el,
26754         * progmodes/which-func.el, ruler-mode.el, strokes.el,
26755         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26756         for backward compatibility for faces that did not appear in the
26757         previous Emacs release.
26759         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26761 2005-08-15  Kim F. Storm  <storm@cua.dk>
26763         * emulation/cua-base.el (cua-delete-region): Return t if
26764         deleted region was non-empty.
26765         (cua-replace-region): Inhibit overwrite-mode for
26766         self-insert-command if replaced region was non-empty.
26767         (cua--explicit-region-start, cua--status-string): Make them
26768         buffer-local at top-level...
26769         (cua-mode): ...rather than when mode is enabled.
26771 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
26773         * progmodes/vhdl-mode.el (vhdl-emacs-21):
26774         Set t for Emacs 21, 22, and so on.
26776 2005-08-15  David Ponce  <david@dponce.com>
26778         * tree-widget.el: Update Commentary header.
26779         (tree-widget-theme): Doc fix.
26780         (tree-widget-space-width): New option.
26781         (tree-widget-image-properties): Look up in the default theme too.
26782         (tree-widget--cursors): Only for images with arrow pointer shape.
26783         (tree-widget-lookup-image): Pointer shape is hand by default.
26784         (tree-widget-icon): Rename generic icon widget from
26785         `tree-widget-control'.
26786         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26787         derive from `tree-widget-icon'.
26788         (tree-widget-handle): Improve default look and feel of the text
26789         representation.
26790         (tree-widget): Rename :*-control properties to :*-icon properties.
26791         Add :action and :help-echo properties.
26792         (tree-widget-after-toggle-functions): Move.
26793         (tree-widget-close-node, tree-widget-open-node): Remove.
26794         (tree-widget-before-create-icon-functions): New hook.
26795         (tree-widget-value-create): Update to allow customization of icons
26796         and nodes at run-time via that new hook.
26797         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26798         (tree-widget-icon-action, tree-widget-icon-help-echo)
26799         (tree-widget-action, tree-widget-help-echo): New functions.
26801 2005-08-15  Kim F. Storm  <storm@cua.dk>
26803         * ido.el (ido-buffer-internal): Use with-no-warnings.
26804         (ido-make-merged-file-list): Use while-no-input.
26806 2005-08-15  Richard M. Stallman  <rms@gnu.org>
26808         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26809         (flyspell-large-region): Fix doc and custom type.
26811 2005-08-14  Richard M. Stallman  <rms@gnu.org>
26813         * files.el (interpreter-mode-alist): Doc fix.
26815         * mail/rmail.el (rmail-nonignored-headers): New variable.
26816         (rmail-clear-headers): Use it.
26817         (rmail-reply): Better handling of mail-followup-to header.
26819         * progmodes/sh-script.el (sh-font-lock-keywords-var):
26820         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
26821         don't try to refer to executable-font-lock-keywords.
26822         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26823         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26824         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26825         (sh-mode): Set comment-start-skip, local-abbrev-table,
26826         imenu-case-fold-search.
26827         (sh-set-shell): Don't set them here.
26828         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
26829         Don't cache the results in the original alist; don't ever modify
26830         that alist.
26832         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26834         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26835         empty.
26837 2005-08-15  Andreas Schwab  <schwab@suse.de>
26839         * desktop.el: Put autoload cookie at risky-local-variable declarations.
26841         * dired.el, info.el, mail/rmail.el: Revert last change.
26843 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
26845         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26846         modification in `eval-after-load' form.
26847         * info.el: Likewise.
26848         * mail/rmail.el: Likewise.
26850 2005-08-14  Juri Linkov  <juri@jurta.org>
26852         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26853         Remove highlighting of "Compilation started".  Highlight only
26854         the word "finished" in "Compilation finished".  Add highlighting
26855         of "interrupt", "killed", "terminated" and the exit code.
26856         (compilation-start): Add newline after header.  Use exactly the
26857         same time stamp format as the finishing message.
26858         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26860         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26861         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26862         Add highlighting of "interrupt", "killed", "terminated".
26864         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26865         enabled and the current command is self-insert-command, call it
26866         explicitly with overwrite-mode bound to nil, to not allow it
26867         to delete the character after the selected region.
26869 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
26871         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26872         move-end-of-line, end-of-line, and beginning-of-line to the list
26873         of commands after which the echo area is updated.
26875 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
26877         * cus-edit.el (custom-save-all, custom-save-delete):
26878         Bind recentf-exclude to exclude custom-file.
26880 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
26882         * mail/rmailsum.el (rmail-summary-end-of-message): New command
26883         to go to the bottom of the mail message.  Added to
26884         `rmail-summary-mode-map' with key "/".
26885         (rmail-summary-show-message): New (internal) function for use by
26886         both `rmail-summary-beginning/end-of-message'.
26887         (rmail-summary-beginning-of-message): Change to use
26888         rmail-summary-show-message.
26890         * mail/rmail.el (rmail-end-of-message): New command to go to the
26891         end of the current message.  Added to `rmail-mode-map' with key "/".
26892         (rmail-beginning-of-message): Fix to work as documented.
26893         (rmail-mode): Change documentation.
26895         * progmodes/compile.el (compilation-start): Add the line
26896         "Compilation started" with compilation start time.
26897         (compilation-mode-font-lock-keywords): Add `started' to keywords.
26899 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
26901         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26902         of menu items.
26904 2005-08-11  Richard M. Stallman  <rms@gnu.org>
26906         * simple.el (pop-global-mark): Reverse test of widen-automatically.
26908         * battery.el (battery-status-function): Don't use ignore-errors.
26910 2005-08-11  Lute Kamstra  <lute@gnu.org>
26912         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26913         define-obsolete-variable-alias.
26915 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
26917         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26918         (ange-ftp-send-cmd): Revert last change, and expand
26919         the comment explaining the problem.
26921 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
26923         * ldefs-boot.el: Update.
26925         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26926         item to "Time, Load and Mail".  Change help echo text.
26928         * time.el (display-time-use-mail-icon, display-time-format)
26929         (display-time-string-forms): Shorten first line of docstrings.
26931 2005-08-10  Lars Hansen  <larsh@soem.dk>
26933         * desktop.el (desktop-buffer-mode-handlers):
26934         Make non-customizable.  Add autoload cookie.  Change initial value to
26935         nil; add elements in respective modules instead.  Fix doc string.
26936         (desktop-load-file): New function.
26937         (desktop-minor-mode-handlers): New autoloaded variable.
26938         (desktop-create-buffer): Call minor mode handlers.
26939         Use desktop-load-file to load major and minor mode modules prior to
26940         checking for a handler.
26941         (desktop-save): Don't add nil to desktop-minor-modes for minor
26942         modes with nil function in desktop-minor-mode-table.  Don't delete
26943         desktop file before rewriting it.
26944         (desktop-locals-to-save): Add autoload cookie.  Don't make
26945         automatically buffer-local.  Add variables column-number-mode,
26946         size-indication-mode, indent-tabs-mode,
26947         indicate-buffer-boundaries, indicate-empty-lines and
26948         show-trailing-whitespace.
26949         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26950         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
26951         (desktop-clear-preserve-buffers-regexp): Delete.
26952         (desktop-clear-preserve-buffers): Update initial value and docstring.
26953         (desktop-save-buffer): Fix doc string.
26955         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26956         (hilit-chg-desktop-restore): New function.
26957         (highlight-changes-mode): Add highlight-changes-mode to
26958         desktop-locals-to-save.
26960         * dired.el: Add handler to desktop-buffer-mode-handlers.
26961         (dired-restore-desktop-buffer): Remove autoload cookie.
26962         (dired-mode): Add autoload cookie.
26964         * info.el: Add handler to desktop-buffer-mode-handlers.
26965         (Info-restore-desktop-buffer): Remove autoload cookie.
26966         (Info-mode): Add autoload cookie.
26968         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26969         (mh-restore-desktop-buffer): Remove autoload cookie.
26970         (mh-folder-mode): Add autoload cookie.
26972         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26973         (rmail-restore-desktop-buffer): Remove autoload cookie.
26975 2005-08-11  Masatake YAMATO  <jet@gyve.org>
26977         * hexl.el (hexl-address-region):
26978         (hexl-ascii-region, hexl-font-lock-keywords):
26979         (hexl-highlight-line-range): Use the term "region"
26980         instead of "area" for consistency with the other symbols
26981         defined in hexl.el.
26983 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
26985         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26986         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26987         out by Juri Linkov).  Add `display-battery-mode'.
26989 2005-08-09  Juri Linkov  <juri@jurta.org>
26991         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26992         Remove `-text' from face variable names.
26993         (compilation-error-file-name, compilation-warning-file-name)
26994         (compilation-info-file-name): Delete faces.
26995         (compilation-line-number, compilation-column-number):
26996         Remove face underlining.
26997         (compilation-message-face): Set to `underline' value by default.
26998         (compilation-error-face, compilation-warning-face)
26999         (compilation-info-face): Remove `-file-name' from face names.
27000         (compilation-error-text-face, compilation-warning-text-face)
27001         (compilation-info-text-face): Delete face variables.
27002         (compilation-text-face): Delete function.
27004         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
27005         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
27006         (grep-error-face): Set to `compilation-error' instead of
27007         `compilation-error-face' (which is redefined to `grep-hit-face' in
27008         grep buffers).
27009         (grep-mode-font-lock-keywords): Remove `-text' from face variable
27010         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
27012         * dired-aux.el (dired-do-query-replace-regexp):
27013         Use `query-replace-read-args'.
27015         * replace.el (query-replace-read-from, query-replace-read-to)
27016         (query-replace-read-args): Rename arg `string' to `prompt'.
27018         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
27020 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27022         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
27023         uploading files.
27024         (ange-ftp-canonize-filename): Handle file names beginning with ~
27025         correctly.
27027 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
27029         * textmodes/fill.el (canonically-space-region)
27030         (fill-context-prefix, fill-french-nobreak-p)
27031         (fill-delete-newlines, fill-comment-paragraph)
27032         (justify-current-line): "?\ " -> "?\s".
27034 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
27036         * textmodes/fill.el (fill-nonuniform-paragraphs):
27037         Improve argument/docstring consistency.
27039 2005-08-09  Richard M. Stallman  <rms@gnu.org>
27041         * textmodes/ispell.el (ispell-word): More fboundp checks.
27043         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
27044         (find-file-noselect-1): Call it here, only if RAWFILE.
27045         (normal-mode): Always set some major mode.
27046         (save-some-buffers-action-alist): Change some explanation strings.
27047         (file-name-non-special): In the `quote' method, use unwind-protect.
27049 2005-08-09  Magnus Henoch  <mange@freemail.hu>
27051         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
27052         (ispell-have-aspell-dictionaries): New variable.
27053         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
27054         (ispell-get-aspell-config-value): New function.
27055         (ispell-aspell-find-dictionary): New function.
27056         (ispell-aspell-add-aliases): New function.
27057         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
27058         appropriate.  Don't look for ispell dictionaries if we use aspell.
27059         (ispell-menu-map): Don't build a submenu of dictionaries.
27061 2005-08-09  Richard M. Stallman  <rms@gnu.org>
27063         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
27064         (sql-read-passwd): Use read-passwd.
27066         * progmodes/idlw-toolbar.el (idlwave-toolbar)
27067         (idlwave-toolbar-is-possible): Add defvars.
27069         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
27070         Avoid warnings.
27072         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
27073         (idlwave-system-class-info, idlwave-executive-commands-alist):
27074         Use defvar.
27076         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
27078         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
27079         Avoid warnings.
27081         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
27082         and content-type: headers.
27084         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
27086         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
27087         and rename some of them to be more self-explanatory.
27089         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
27091         * startup.el (command-line-1): Implement -scriptload.
27093         * replace.el (occur-engine): Initial *Occur* output not undoable.
27095         * menu-bar.el (menu-bar-file-menu): Rename some menu items
27096         and improve help strings.
27098         * isearch.el (isearch-repeat): When changing direction,
27099         mark search successful.
27101         * ediff-init.el: Use (featurep 'xemacs).
27103         * comint.el (send-invisible): Identify buffer, if not selected.
27105         * align.el: Delete autoload for c-guess-basic-syntax.
27107 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
27109         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
27110         Improve argument/docstring consistency.  Doc fixes.
27111         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
27112         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
27113         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
27114         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
27115         (r2bv-organization, r2bv-pages, r2bv-primary-author)
27116         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
27117         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
27118         Defvar at compile time.
27120 2005-08-09  Juri Linkov  <juri@jurta.org>
27122         * info.el: Replace `info' with upper-case `Info' where appropriate.
27123         (info-title-1, info-title-2, info-title-3, info-title-4)
27124         (info-menu-header): Move up face definitions.
27125         (info-menu-star): Rename from `info-menu-5'.
27126         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
27127         (Info-fontify-visited-nodes): Fix docstring.
27128         (Info-hide-note-references): Fix docstring.
27129         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
27130         menu items in the same way as on cross-references.
27131         (info-apropos): Fix sorting order and formatting to be like in the
27132         stand-alone Info browser.  Display error messages for 1 sec.
27133         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
27134         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
27135         from the menu bar.
27136         (Info-insert-dir): Restore point after calling
27137         `insert-buffer-substring'.
27139 2005-08-08  Richard M. Stallman  <rms@gnu.org>
27141         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
27142         (recompute-lucid-menubar): Add defvars.
27144         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
27146         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
27148         * net/net-utils.el (run-dig): Rename from `dig'.
27150         * play/gametree.el (gametree-mode): Use make-local-variable,
27151         not make-variable-buffer-local.
27153         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
27155         * ansi-color.el (ansi-color-make-extent)
27156         (ansi-color-set-extent-face): Use fboundp, not functionp.
27158         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
27159         not make-variable-buffer-local.
27161         * bookmark.el (Info-current-file): Add defvar.
27162         (bookmark-jump-noselect): Use with-no-warnings.
27164         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
27166         * ebuff-menu.el (Helper-return-blurb): Add defvar.
27168         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
27170         * find-file.el (ada-procedure-start-regexp)
27171         (ada-package-start-regexp): Add defvars.
27173         * info.el (Info-insert-dir): Use insert-buffer-substring.
27175         * xml.el (xml-att-def-re): Add defvar.
27177         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
27178         calling convention.
27180         * subr.el (while-no-input): Return t if there is input.
27182 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
27184         * cus-start.el (all): Add `overflow-newline-into-fringe'.
27186 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
27188         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
27189         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
27191 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
27193         * cmuscheme.el (scheme-start-file): Replace reference to
27194         `user-emacs-directory' by "~/.emacs.d/".
27196 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
27198         * info.el (Info-dir-remove-duplicates): Avoid case folding
27199         in loop; instead, keep downcased strings for comparison.
27200         Suggested by Helmut Eller.
27202 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
27204         Sync with Tramp 2.0.50.
27206         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
27207         XEmacs case; not necessary anymore.
27208         (tramp-user-regexp): Allow "@" as part of user name.
27209         (tramp-handle-set-visited-file-modtime)
27210         (tramp-handle-insert-file-contents)
27211         (tramp-handle-write-region): No special handling for
27212         `last-coding-system-used, because this is done in
27213         `tramp-accept-process-output' now.
27214         (tramp-accept-process-output): New defun.
27215         (tramp-process-one-action, tramp-process-one-multi-action)
27216         (tramp-wait-for-regexp, tramp-wait-for-output)
27217         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
27218         Howells <dhowells@redhat.com>.
27219         (clear-visited-file-modtime): Defadvice removed.  The check for
27220         unset buffer's modtime does not need to be based on
27221         `tramp-buffer-file-attributes'.  Suggested by RMS.
27222         (tramp-message): Insert "\n" if not being at beginning of line.
27223         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
27224         sequence with same logic.
27225         (tramp-completion-handle-expand-file-name): Discard call of
27226         `tramp-drop-volume-letter'.  It is not necessary, and there have
27227         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
27228         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27229         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
27230         should always be visible.
27231         (tramp-handle-insert-directory, tramp-setup-complete)
27232         (tramp-set-process-query-on-exit-flag)
27233         (tramp-append-tramp-buffers): Pacify byte-compiler.
27234         (tramp-bug): Delete non-existing variables from list.
27235         Apply `tramp-load-report-modules' as pre-hook.
27236         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
27237         `shell-prompt-pattern' because of non-7bit characters.
27238         Reported by Sebastian Luque <sluque@mun.ca>.
27239         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
27240         (tramp-match-string-list): Remove function.
27241         (tramp-wait-for-regexp): Remove call of that function.
27242         Suggested by Kim F. Storm <storm@cua.dk>.
27243         (tramp-set-auto-save-file-modes): Use octal integer code #o600
27244         instead of octal character code ?\600.  The latter resulted in a
27245         syntax error with XEmacs.
27247         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
27248         XEmacs case; not necessary anymore.
27249         (tramp-smb-handle-write-region): No special handling for
27250         `last-coding-system-used, because this is done in
27251         `tramp-accept-process-output' now.
27252         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
27254 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
27256         * wid-edit.el (widget-choice-value-create):
27257         Unconditionally respect user choice.  Set :explicit-choice back to nil
27258         when no longer needed.
27259         (widget-choice-action): Unconditionally respect user choice.
27260         Eliminate :explicit-choice-value.
27262         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
27264         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
27265         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
27266         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
27267         running new function `toggle-indicate-empty-lines'.
27268         Rename "Customize" item to "Customize fringe".
27269         Rename "Indicators" item to "Buffer boundaries" and change help echo.
27270         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
27271         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
27272         Delete "Empty lines only" item.
27273         (menu-bar-showhide-fringe-ind-customize): New function.
27274         (menu-bar-showhide-fringe-ind-mixed)
27275         (menu-bar-showhide-fringe-ind-box)
27276         (menu-bar-showhide-fringe-ind-right)
27277         (menu-bar-showhide-fringe-ind-left)
27278         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
27279         instead of `fringe-indicators'.
27281 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
27283         * emulation/viper.el (viper-emacs-state-mode-list):
27284         Add recentf-dialog-mode.  Change the date of last update.
27286 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
27288         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
27289         (viper-exec-yank, viper-put-back): Don't display modification msg
27290         if in the minibuffer.
27292         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
27293         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
27294         Make variables frame local.
27296         * emulation/viper-util.el (viper-append-filter-alist):
27297         Use append instead of nconc.
27299         * emulation/viper.el (viper-vi-state-mode-list)
27300         (viper-emacs-state-mode-list): Move help-mode and
27301         completion-list-mode from the first list to the second.
27302         (viper-mode): Docstring.
27303         (viper-go-away, viper-non-hook-settings): Don't localize
27304         minor-mode-alist in newer Emacsen.  Add advice to
27305         set-cursor-color.  Don't bind "\C-c\\".
27307 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
27309         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
27310         (scheme-macro-expand-command): New user options.
27311         (scheme-trace-procedure, scheme-expand-current-form): New commands.
27312         (scheme-form-at-point, scheme-start-file)
27313         (scheme-interactively-start-process): New functions.
27314         (scheme-get-process): New function, extracted from `scheme-proc'.
27315         (run-scheme): Call `scheme-start-file' to get start file, and pass
27316         it to `make-comint'.
27317         (switch-to-scheme, scheme-proc):
27318         Call `scheme-interactively-start-process' if no Scheme buffer/process
27319         is available.
27321 2005-08-06  Juri Linkov  <juri@jurta.org>
27323         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27324         Use `compilation-text-face', `compilation-info-text-face' and
27325         `compilation-error-text-face' instead of `font-lock-keyword-face'.
27326         (compilation-error): New face.
27327         (compilation-error-file-name): Inherit from
27328         `compilation-error' instead of `font-lock-warning-face'.
27329         (compilation-warning-file-name): Inherit from
27330         `compilation-warning' instead of `font-lock-warning-face'.
27331         (compilation-info, compilation-error-file-name)
27332         (compilation-warning-file-name, compilation-info-file-name)
27333         (compilation-line-number, compilation-column-number): Doc fix.
27334         (compilation-error-text-face, compilation-warning-text-face)
27335         (compilation-info-text-face): New face variables.
27336         (compilation-line-face, compilation-column-face)
27337         (compilation-enter-directory-face)
27338         (compilation-leave-directory-face): Doc fix.
27339         (compilation-text-face): New function.
27341         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
27342         instead of 1 to display binary file names as info file links.
27343         (grep-error-face): Use `compilation-error-face' instead of
27344         `font-lock-keyword-face'.
27345         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
27346         and `compilation-warning-text-face' instead of
27347         `font-lock-keyword-face'.  Use `compilation-error-text-face'
27348         instead of `grep-error-face'.
27350 2005-08-05  Kenichi Handa  <handa@m17n.org>
27352         * international/code-pages.el: Add autoload cookies for all coding
27353         systems.
27355 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
27357         * cus-start.el (all): Put undo.c where it alphabetically belongs.
27359 2005-08-04  Juri Linkov  <juri@jurta.org>
27361         * progmodes/compile.el (compilation-mode-map):
27362         * progmodes/grep.el (grep-mode-map):
27363         Bind TAB to `compilation-next-error' and [backtab] to
27364         `compilation-previous-error'.
27366         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
27367         matching line numbers, column numbers and their ranges with regexp
27368         matching only line numbers.
27369         (grep-context-face): New face variable.
27370         (grep-mode-font-lock-keywords): Use it.
27372         * faces.el (read-face-name): Delete duplicate faces.
27374 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
27376         * thumbs.el (thumbs-find-image): Don't make variables
27377         automatically buffer local.
27378         (thumbs-current-tmp-filename, thumbs-current-image-filename)
27379         (thumbs-image-num): Make automatically buffer local.
27380         (thumbs-show-thumbs-list): Use `make-local-variable', not
27381         `make-variable-buffer-local'.
27382         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
27384         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
27385         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
27386         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
27387         (bother, bye, canyou, chatlst, continue, deathlst, describe)
27388         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
27389         (feelings-about, foullst, found, hello, history, howareyoulst)
27390         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
27391         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
27392         (neglst, obj, object, owner, please, problems, qlist)
27393         (random-adjective, relation, remlst, repetitive-shortness)
27394         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
27395         (shortlst, something, sportslst, stallmanlst, states, subj)
27396         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
27397         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
27398         Defvar at compile time.
27400         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
27401         not `make-variable-buffer-local'.
27403 2005-08-02  Kim F. Storm  <storm@cua.dk>
27405         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
27406         rectangle overlay in selected window.
27408 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
27410         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
27411         instead of display group.  Make `indicate-buffer-boundaries'
27412         customizable through Custom.
27414 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
27416         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
27417         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
27418         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
27419         (gdb-put-string): Fix typos in docstrings.
27421 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
27423         Update copyright notices of files in progmodes directory for
27424         release of Emacs 22.1.
27426         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
27428         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
27429         Don't barf if the GUD buffer has been killed.
27431 2005-08-01  Kim F. Storm  <storm@cua.dk>
27433         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
27435 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27437         * simple.el (next-error-follow-minor-mode):
27438         make-variable-buffer-local -> make-local-variable.
27440         * emacs-lisp/cl-extra.el: Require CL also when compiling.
27442         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
27443         (byte-compile-form-make-variable-buffer-local): New functions to warn
27444         about misuses of make-variable-buffer-local where make-local-variable
27445         was meant.
27447 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
27449         * bs.el (bs-attributes-list): Doc fix.
27450         (bs): Update url-link.
27452         * desktop.el (desktop-save-buffer): Fix typos in docstring.
27453         (desktop-load-default): Simplify.
27455         * ibuffer.el (ibuffer-columnize-and-insert-list)
27456         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
27457         (ibuffer-unmark-all, ibuffer-toggle-marks)
27458         (ibuffer-unmark-forward, ibuffer-unmark-backward)
27459         (ibuffer-compile-make-format-form, ibuffer-format-column)
27460         (ibuffer-current-buffers-with-marks)
27461         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
27462         (ibuffer): Doc fix.
27463         (ibuffer-mode): Fix typo in docstring.
27464         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
27465         with `define-obsolete-variable-alias'.
27466         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
27468 2005-07-29  Kenichi Handa  <handa@m17n.org>
27470         * international/mule-cmds.el (select-message-coding-system):
27471         Be sure to use LF for end-of-line.  If no coding system is decided,
27472         return iso-8859-1-unix.
27474 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27476         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
27477         (ange-ftp-pending-error-line): New vars.
27478         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
27479         to handle the non-fatal no-route-to-host messages.
27480         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
27482 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
27484         * isearch.el (isearch-mode-map, isearch-other-meta-char)
27485         (isearch-quote-char, isearch-printing-char)
27486         (isearch-text-char-description): "?\ " -> "?\s".
27487         (isearch-lazy-highlight-cleanup)
27488         (isearch-lazy-highlight-initial-delay)
27489         (isearch-lazy-highlight-interval)
27490         (isearch-lazy-highlight-max-at-a-time)
27491         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27492         Declare with define-obsolete-*-alias macros.
27493         (isearch-forward): Fix typo in docstring.
27494         (search-invisible, search-ring-yank-pointer)
27495         (regexp-search-ring-yank-pointer): Doc fixes.
27497         * recentf.el (recentf-menu-append-commands-p): Declare with
27498         `define-obsolete-variable-alias'.
27499         (recentf-max-saved-items, recentf-menu-filter)
27500         (recentf-arrange-by-rule-subfilter): Doc fixes.
27501         (recentf-menu-append-commands-flag)
27502         (recentf-initialize-file-name-history, recentf-expand-file-name)
27503         (recentf-clear-data): Fix typos in docstrings.
27505 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
27507         * progmodes/gdb-ui.el: Smarten comments.
27508         (gdb-info-breakpoints-custom): Use nowarn when finding file.
27510 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
27512         * term/apollo.el (terminal-init-apollo): New function containing
27513         all former top level forms in the file.
27514         * term/bobcat.el (terminal-init-bobcat):
27515         * term/cygwin.el (terminal-init-cygwin):
27516         * term/iris-ansi.el (terminal-init-iris-ansi):
27517         * term/linux.el (terminal-init-linux):
27518         * term/news.el (terminal-init-news):
27519         * term/rxvt.el (terminal-init-rxvt):
27520         * term/sun.el (terminal-init-sun):
27521         * term/tvi970.el (terminal-init-tvi970):
27522         * term/vt100.el (terminal-init-vt100):
27523         * term/vt102.el (terminal-init-vt102):
27524         * term/vt125.el (terminal-init-vt125):
27525         * term/vt200.el (terminal-init-vt200):
27526         * term/vt201.el (terminal-init-vt201):
27527         * term/vt220.el (terminal-init-vt220):
27528         * term/vt240.el (terminal-init-vt240):
27529         * term/vt300.el (terminal-init-vt300):
27530         * term/vt320.el (terminal-init-vt320):
27531         * term/vt400.el (terminal-init-vt400):
27532         * term/vt420.el (terminal-init-vt420):
27533         * term/wyse50.el (terminal-init-wyse50):
27534         * term/xterm.el (terminal-init-xterm): Likewise.
27536         * term/README: Describe the terminal-init-* functionality.
27538         * startup.el (command-line): After loading the terminal initialization
27539         file call the corresponding terminal initialization function.
27541 2005-07-27  Kenichi Handa  <handa@m17n.org>
27543         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27544         negative.
27546         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27547         (ps-mule-composition-prologue): Fix for the case that
27548         RelativeCompose is false.
27550 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27552         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27554         * descr-text.el (describe-char): Handle the case where the list of
27555         chars is displayed in a separate frame.
27556         Be a bit more discriminating when looking for the char.
27558 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
27560         * bookmark.el (bookmark-automatically-show-annotations)
27561         (bookmark-read-annotation-text-func): Doc fixes.
27562         (bookmark-save): Improve argument/docstring consistency.
27563         (bookmark-get-bookmark, bookmark-get-bookmark-record)
27564         (bookmark-alist-from-buffer)
27565         (bookmark-upgrade-file-format-from-0)
27566         (bookmark-grok-file-format-version)
27567         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27568         (bookmark-read-annotation-mode)
27569         (bookmark-insert-current-bookmark, bookmark-jump)
27570         (bookmark-exit-hook): Fix typos in docstrings.
27571         (bookmark-exit-hooks): Define as obsolete alias.
27572         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27573         not `bookmark-exit-hooks'.  Fix docstring.
27574         (bookmark-bmenu-select): "?\ " -> "?\s".
27576 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
27578         * startup.el (command-line): Fix typo.
27580 2005-07-24  Richard M. Stallman  <rms@gnu.org>
27582         * tooltip.el (tooltip-mode): Test emacs-basic-display,
27583         not emacs-quick-startup.
27585 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
27587         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27588         (reb-next-match, reb-show-subexp): Use `with-selected-window'
27589         instead of `reb-with-current-window'.
27590         (reb-prev-match): Likewise.  Also, don't move left if the search
27591         was unsuccessful.
27592         (reb-initialize-buffer): New function.
27593         (re-builder, reb-change-syntax): Use it.
27595         * man.el (Man-goto-page): Make second argument NOERROR optional.
27597 2005-07-23  Richard M. Stallman  <rms@gnu.org>
27599         * man.el (Man-bgproc-sentinel): Check here for failure to find
27600         any man page in the output, and report the error here.
27601         (Man-arguments): Make it permanent local.
27602         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
27603         (Man-mode): Pass t for NOERROR.
27605         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27606         (grep-mode-font-lock-keywords):
27607         Don't use compilation-...-face for messages that are not file names.
27609         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27610         Don't use compilation-...-face for messages that are not file names.
27612 2005-07-22  Juri Linkov  <juri@jurta.org>
27614         * startup.el (normal-splash-screen): Update menu name.
27616         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27618 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
27620         * term/xterm.el: Load term/rxvt if the terminal is actually an
27621         rxvt terminal.
27622         (xterm-rxvt-set-background-mode): Remove, not used anymore.
27624         * term/rxvt.el (function-key-map): Use substitute-key-definition
27625         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
27627         * term/cygwin.el: New file.
27629 2005-07-22  Kim F. Storm  <storm@cua.dk>
27631         * image-file.el (insert-image-file, image-file-yank-handler):
27632         Fix last change to maintain a (unique) yank-handler on yanked images.
27634 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
27636         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27637         of the file size (as in "177B" for 177 bytes).  This happens with
27638         "ls -lh" on FreeBSD.
27640 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
27642         * hilit-chg.el (highlight-changes-global-initial-state)
27643         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27644         (hilit-chg-fixup, highlight-changes-mode):
27645         Fix typos in docstrings.
27646         (highlight-changes-global-modes, highlight-changes-rotate-faces):
27647         Doc fixes.
27649 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
27651         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27652         mode function using `eval-after-load'.
27654 2005-07-21  Kim F. Storm  <storm@cua.dk>
27656         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27657         included when reporting an Emacs crash, and tell about the DEBUG file.
27659         * image-file.el (insert-image-file): Add yank-handler.
27660         (image-file-yank-handler): Yank handler to make unique copies of
27661         images when they are yanked into a buffer next to each other.
27663 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
27665         * comint.el (comint-use-prompt-regexp, comint-send-input)
27666         (comint-source-default, comint-extract-string)
27667         (comint-get-source, comint-word, comint-completion)
27668         (comint-source, comint-prompt-read-only, comint-update-fence):
27669         Fix typos in docstrings.
27670         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27671         Declare with define-obsolete-*-alias macros.
27672         (comint-previous-matching-input-from-input)
27673         (comint-next-matching-input-from-input)
27674         (comint-previous-matching-input, comint-next-matching-input)
27675         (comint-forward-matching-input):
27676         Improve argument/docstring consistency.
27678         * desktop.el (desktop-clear-preserve-buffers-regexp):
27679         Also preserve the *server* buffer.
27681         * simple.el (clone-indirect-buffer): Doc fix.
27682         (fixup-whitespace, just-one-space)
27683         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27684         (next-error, next-error-highlight)
27685         (next-error-highlight-no-select, next-error-last-buffer)
27686         (next-error-buffer-p, next-error-find-buffer, next-error)
27687         (previous-error, next-error-no-select, previous-error-no-select)
27688         (open-line, split-line, minibuffer-prompt-width, kill-new)
27689         (binary-overwrite-mode): Fix typos in docstrings.
27690         (set-fill-column): Fix typo in message.
27692         * skeleton.el (skeleton-proxy-new): Doc fix.
27694         * strokes.el (strokes-load-hook): Doc fix.
27695         (strokes-grid-resolution, strokes-get-grid-position)
27696         (strokes-renormalize-to-grid, strokes-read-stroke)
27697         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27698         (strokes-global-map): Fix typos in docstrings.
27699         (strokes-help): Doc fix.  Fix help message and pass it through
27700         `substitute-command-keys'.
27702         * tempo.el (tempo-insert-prompt, tempo-interactive)
27703         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27704         (tempo-insert-string-functions, tempo-local-tags)
27705         (tempo-define-template, tempo-insert-template)
27706         (tempo-insert-prompt-compat, tempo-is-user-element)
27707         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27708         Fix typos in docstrings.
27710         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27711         (vcursor-key-bindings, vcursor-use-vcursor-map)
27712         (vcursor-find-window, vcursor-scroll-down)
27713         (vcursor-disable, vcursor-beginning-of-buffer)
27714         (vcursor-end-of-buffer): Fix typos in docstrings.
27715         (vcursor-relative-move, vcursor-get-char-count):
27716         Improve argument/docstring consistency.
27718         * version.el: "?\ " -> "?\s".
27720         * wid-edit.el (widget-default-create, widget-after-change)
27721         (widget-default-format-handler, widget-checklist-add-item)
27722         (widget-radio-add-item, widget-choose, widget-specify-secret)
27723         (widget-field-value-create, widget-field-value-get)
27724         (widget-editable-list-format-handler)
27725         (widget-editable-list-entry-create, widget-group-value-create)
27726         (widget-documentation-link-add)
27727         (widget-documentation-string-value-create): "?\ " -> "?\s".
27728         (widget-convert-text): Doc fix.
27729         (widget-narrow-to-field, widget-field-find)
27730         (widget-url-link-action, widget-emacs-library-link-action)
27731         (widget-color-notify): Fix typos in docstrings.
27733         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27734         (x-select-text, set-w32-system-coding-system)
27735         (w32-add-charset-info): Fix typos in docstrings.
27737         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27738         (cua-enable-cua-keys, cua-use-hyper-key)
27739         (cua-virtual-rectangle-edges): Fix typos in docstrings.
27740         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27742         * net/tramp.el (tramp-handle-load): Fix typo in error message.
27744         * emacs-lisp/re-builder.el (regexp-builder): Declare with
27745         `defalias' instead of faking it.
27747         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27748         (eshell-ls-missing, eshell-ls-dired-initial-args)
27749         (eshell-ls-use-in-dired): Fix typos in docstrings.
27751 2005-07-20  Kim F. Storm  <storm@cua.dk>
27753         * emulation/cua-base.el (cua-mode): Improve doc string.
27755 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
27757         * abbrev.el (expand-region-abbrevs): Doc fix.
27758         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27759         Improve argument/docstring consistency.
27761         * arc-mode.el (archive-get-descr, archive-alternate-display):
27762         Doc fixes.
27763         (archive-l-e): Improve argument/docstring consistency.
27764         (archive-tmpdir, archive-unixdate, archive-unixtime)
27765         (archive-chmod-entry): Fix typos in docstrings.
27766         (archive-unflag, archive-unflag-backwards)
27767         (archive-unmark-all-files): "?\ " -> "?\s".
27769         * buff-menu.el (Buffer-menu-unmark): Doc fix.
27770         (Buffer-menu-not-modified, Buffer-menu-execute)
27771         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27772         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27774         * composite.el (compose-string, encode-composition-rule)
27775         (compose-last-chars): Fix typos in docstrings.
27777         * desktop.el (desktop-enable, desktop-basefilename):
27778         Declare with `define-obsolete-variable-alias'.
27779         (desktop-internal-v2s): Don't quote keywords.
27780         (desktop-clear): "?\ " -> "?\s".
27782         * dired.el (dired-align-file, dired-flag-backup-files)
27783         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27784         (dired-listing-switches, dired-ls-F-marks-symlinks)
27785         (dired-dwim-target, dired-load-hook, dired-mode-hook)
27786         (dired-directory, dired-faces, dired, dired-revert)
27787         (dired-mode, dired-summary, dired-view-file)
27788         (dired-copy-filename-as-kill, dired-delete-file)
27789         (dired-no-confirm, dired-unmark-all-marks)
27790         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27791         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27792         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27793         Fix typos in message strings.
27795         * dired-x.el (virtual-dired): Declare with `defalias'.
27796         (dired-mark-unmarked-files, dired-local-variables-file)
27797         (dired-omit-here-always): Doc fix.
27798         (dired-omit-mode, dired-find-subdir)
27799         (dired-enable-local-variables, dired-clean-up-buffers-too)
27800         (dired-extra-startup, dired-mark-extension, dired-jump)
27801         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27802         (dired-smart-shell-command, dired-guess-shell-alist-user)
27803         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27804         (dired-x-bind-find-file, dired-x-submit-report):
27805         Fix typos in docstrings.
27806         (dired-mark-unmarked-files): "?\ " -> "?\s".
27808         * dirtrack.el (dirtrack-list): Fix typos in docstring.
27810         * faces.el (describe-face): "?\ " -> "?\s".
27811         (read-all-face-attributes, read-face-font, modify-face)
27812         (face-attr-construct, italic): Fix typos in docstrings.
27813         (frame-update-face-colors): Declare with
27814         `define-obsolete-function-alias'.
27816         * files.el (find-file-noselect, recode-file-name): Doc fixes.
27817         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27818         (magic-mode-alist, buffer-file-numbers-unique)
27819         (write-file-functions, get-free-disk-space):
27820         Fix typos in docstrings.
27821         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27822         (write-contents-hooks, write-file-hooks):
27823         Declare with `define-obsolete-variable-alias'.
27825         * forms-d2.el (arch-rj): Fix typo in docstrings.
27826         (arch-tocol): Likewise.  "?\ " -> "?\s".
27828         * frame.el (set-frame-font, cursor-in-non-selected-windows):
27829         Fix typo in docstring.
27830         (set-screen-width, set-screen-height): Delete redundant info in
27831         doctrings.
27832         (new-frame, screen-height, screen-width): Declare with
27833         `define-obsolete-function-alias'.
27834         (delete-frame-hook, blink-cursor): Declare with
27835         `define-obsolete-variable-alias'.
27837         * paths.el (prune-directory-list): Fix typos in docstring.
27839         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27840         (cvs-prefix-get): Fix typos in docstrings.
27842         * ps-print.el (ps-extend-face-list, ps-extend-face)
27843         (ps-print-background-image): Fix typos in docstrings.
27844         (ps-default-fg, ps-default-bg): Doc fixes.
27846         * s-region.el (s-region-bind): Doc fix.
27847         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27849         * textmodes/org.el (org-table-formula-substitute-names)
27850         (org-table-get-vertical-vector): Doc fixes.
27851         (org-table-recalculate): Remove unused argument to `message'.
27853 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
27855         * textmodes/org.el (org-table-column-names)
27856         (org-table-column-name-regexp)
27857         (org-table-named-field-locations): New variables.
27858         (org-archive-subtree): Protect `this-command' when calling
27859         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27860         the kill buffer.
27861         (org-complete): Remove fixed-formula completion.
27862         (org-edit-formulas-map): New variable.
27863         (org-table-edit-formulas): New command.
27864         (org-finish-edit-formulas, org-abort-edit-formulas)
27865         (org-show-variable, org-table-get-vertical-vector): New functions.
27866         (org-table-maybe-eval-formula): Handle `:=' fields.
27867         (org-table-get-stored-formulas, org-table-store-formulas)
27868         (org-table-get-formula, org-table-modify-formulas)
27869         (org-table-replace-in-formulas): Handle named field formulas.
27870         (org-table-get-specials): Store locations of named fields.
27872 2005-07-19  Juri Linkov  <juri@jurta.org>
27874         * progmodes/grep.el (grep-regexp-alist)
27875         (grep-mode-font-lock-keywords, grep-process-setup):
27876         Use default GNU grep match color "01;31m" instead of "01;41m".
27877         (grep-regexp-alist, grep-mode-font-lock-keywords):
27878         Use `\\[[0-9]*m' instead of `\\[00m'.
27879         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27880         sgr_start where its handling is more important.  Use the real
27881         length of sgr_start instead of constant 8.
27882         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27883         specially.  Delete all remaining escape sequences.
27884         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27885         (grep-regexp-alist): Make hyperlink only for binary file name
27886         instead of the whole line.
27887         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27888         (grep-mode): Add autoload.
27890         * emacs-lisp/find-func.el (find-function-regexp):
27891         Add `define-compilation-mode'.
27893 2005-07-19  Juri Linkov  <juri@jurta.org>
27895         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27896         (compare-windows-sync-string-size, compare-windows-recenter)
27897         (compare-windows-highlight, compare-windows): Add version 22.1.
27898         (compare-windows) <defface>: Inherit from lazy-highlight instead
27899         of duplicating its default value.
27901         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27902         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27904         * descr-text.el (describe-char): Create link buttons for `charset'
27905         and `code point'.  Add the current input method name with a link
27906         button to `to input' field.  Print face names of display table
27907         characters in `The display table entry is displayed by' section
27908         instead of printing face-id in the `display' field.
27909         Guess hardcoded faces and create a link button for them.
27910         Skip empty fields when calculating max-width.
27911         Treat `widget-create' specially while inserting strings from the
27912         collected field list.
27913         (describe-char-after): Made obsolete in version 22.1, not 21.5.
27915         * diff-mode.el (diff-file-header): Change foreground color from
27916         yellow to green on light backgrounds.
27917         (diff-context): Inherit from `shadow' only for color/grayscale
27918         with more than 88 colors.
27919         (diff-indicator-removed, diff-indicator-added)
27920         (diff-indicator-changed): New faces.
27921         (diff-font-lock-keywords): Use new faces.  Regroup rules.
27922         Add "^---$" for `normal' diff format.  Fontify `#' lines with
27923         font-lock-comment-delimiter-face and font-lock-comment-face.
27924         Add `#' to ^[^...] in the rule for `diff-context-face'.
27926         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27927         a button-like box.  Inherit from `highlight' on low colors.
27928         (shadow): Use shades of gray only for color/grayscale with
27929         more than 88 colors.  Use green for light backgrounds with
27930         8 colors, and yellow for dark backgrounds with 8 colors.
27932         * font-lock.el (font-lock-regexp-grouping-backslash):
27933         Don't inherit from escape-glyph (use bold for all cases).
27935         * info.el (info-xref-visited): Use light foreground color `violet'
27936         for dark backgrounds instead of dark color `magenta3'.
27937         (info-title-1): Use `yellow' color for dark backgrounds.
27939         * isearch.el (isearch): Use not-too-dark magenta3 instead of
27940         too-light magenta2.
27942         * replace.el (match): Use slightly more light RoyalBlue3 instead
27943         of dark RoyalBlue4.
27945         * wid-edit.el (widget-inactive): Inherit from `shadow'.
27947 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
27949         * novice.el (disabled-command-hook): Declare it with
27950         `define-obsolete-variable-alias'.
27952         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27953         (desktop-buffer-misc-functions, desktop-buffer-handlers)
27954         (desktop-load-default): Add release to obsolescence info.
27955         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27956         (desktop-append-buffer-args, desktop-read):
27957         Fix typos in docstrings.
27958         (desktop-kill): Fix typo in message.
27959         (desktop-save): Doc fix.
27961 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
27963         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27964         (viper-envelop-ESC-key): Change the definition of fast
27965         keysequence so it'll work with keyboard macros.
27967         * ediff.el (ediff-patch-buffer): Change the docstring.
27969 2005-07-19  Kenichi Handa  <handa@m17n.org>
27971         * international/mule-cmds.el (select-safe-coding-system): Try to
27972         use an auto-coding (if any) before anything else.  If the found
27973         auto-coding is invalid, show a warning message.
27975         * international/mule.el (find-auto-coding): New function created
27976         by modifying the body of set-auto-coding.
27977         (set-auto-coding): Use find-auto-coding to find a coding.
27979 2005-07-18  Richard M. Stallman  <rms@gnu.org>
27981         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27982         not isearch-mode-end-hook-error.
27983         (allout-before-change-protect): Fix error message.
27985 2005-07-18  Juri Linkov  <juri@jurta.org>
27987         * allout.el (allout-mode):
27988         * calculator.el (calculator-copy):
27989         * custom.el (custom-known-themes):
27990         * dired.el (dired-desktop-buffer-misc-data)
27991         (dired-restore-desktop-buffer):
27992         * dired-x.el (dired-omit-marker-char):
27993         * files.el (basic-save-buffer):
27994         * font-core.el (font-lock-mode):
27995         * calendar/calendar.el (calendar-goto-hebrew-date)
27996         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27997         (calendar-goto-persian-date):
27998         * language/ethio-util.el (ethio-sera-to-fidel-region):
27999         * textmodes/picture.el (picture-mode):
28000         Delete duplicate duplicate words.
28002 2005-07-18  Juri Linkov  <juri@jurta.org>
28004         * isearch.el (isearch-mode-map): Remove key bindings for regexp
28005         chars * ? } |.
28006         (isearch-fallback): Don't call `isearch-process-search-char'.
28007         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
28008         (isearch-process-search-char): Call `isearch-fallback' for regexp
28009         chars * ? } |.
28010         (isearch-return-char): Make obsolete with `make-obsolete' instead
28011         of simply documenting it as obsolete in the docstring.
28012         (isearch-fallback): Refill docstring.
28014         * international/isearch-x.el
28015         (isearch-process-search-multibyte-characters): Remove unneeded
28016         `concat'.  Add intermediate values to `junk-hist' instead of
28017         `minibuffer-history'.  Test the length of `str'.
28019 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
28021         * allout.el (allout-resolve-xref): Fix typos in error strings.
28022         (allout-before-change-protect): Remove unneeded `concat'.
28024         * array.el (array-mode, array-reconfigure-rows)
28025         (untabify-backward): Fix typos in docstrings.
28026         (array-reconfigure-rows): Use `insert-buffer-substring', not
28027         `insert-buffer'.
28029         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
28030         * progmodes/ada-mode.el (ada-make-body):
28031         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
28033         * dired.el (dired-log):
28034         * tar-mode.el (tar-subfile-save-buffer):
28035         * play/zone.el (zone-pgm-stress-destress):
28036         Use `insert-buffer-substring', not `insert-buffer'.
28038 2005-07-17  Simon Josefsson  <jas@extundo.com>
28040         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
28042 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
28044         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
28045         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
28047 2005-07-17  Kim F. Storm  <storm@cua.dk>
28049         * ido.el (dired-other-window): Add ido property.
28051 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
28053         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28054         Fix typo in docstring.
28055         (byte-compile-interactive-only-functions): Add `insert-buffer' and
28056         `insert-file-literally'.
28058         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
28059         info and delete redundant message.  Doc fix.
28060         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
28061         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
28063 2005-07-16  Richard M. Stallman  <rms@gnu.org>
28065         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
28066         (byte-compile-and): Use byte-compile-and-recursion.
28067         (byte-compile-or-recursion): New function.
28068         (byte-compile-or): Use that.
28069         (byte-compile-if): Guard the else-clause too.
28070         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
28072         * isearch.el (isearch-mode-end-hook-quit): New variable.
28073         (isearch-done): Bind it.
28074         (isearch-mode-end-hook): Doc fix.
28076         * allout.el (allout-isearch-did-quit): Variable deleted.
28077         (allout-real-isearch-abort): Function name no longer used.
28078         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
28079         (allout-isearch-rectification): isearch-mode always exists.
28080         Don't set allout-isearch-did-quit.
28081         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
28082         allout-isearch-did-quit.
28083         (allout-enwrap-isearch): Just add the hook.
28084         (allout-isearch-abort): Function deleted.
28085         (allout-pre-command-business): Avoid warning.
28087         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
28088         Correctly avoid warnings.
28089         (pascal-outline): Likewise.
28091         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
28093         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
28095         * play/tetris.el (tetris-mode): Avoid warning.
28097         * play/snake.el (snake-mode): Avoid warning.
28099         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
28100         (gamegrid-set-display-table): Avoid warning.
28101         (gamegrid-set-timer): Likewise.
28102         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
28103         (gamegrid-add-score-with-update-game-score-1): Take FILE
28104         as argument.
28105         (gamegrid-add-score-with-update-game-score): Pass that argument.
28106         Rename have-shared-game-dir to gamegrid-shared-game-dir.
28108         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
28110         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
28111         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
28113         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
28114         and insert-file.
28116         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
28117         (sc-ask): Avoid warnings.
28119         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
28120         (eshell-hist-initialize): Use that var the natural way.
28122         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
28124         * emacs-lisp/re-builder.el (reb-cook-regexp):
28125         Avoid warning calling lre-compile-string.
28126         (reb-color-display-p): Avoid warning.
28128         * calculator.el (calculator-last-input): Guard uses
28129         of event-key and key-press-event-p.
28130         (event-key, key-press-event-p): Delete definitions.
28132         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
28133         (find-gc-source-directory, find-gc-subrs-callers)
28134         (find-gc-noreturn-list, find-gc-source-files)
28135         (find-gc-subrs-called): Vars renamed and defvar'd.
28137         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
28138         (checkdoc-overlay-put, checkdoc-delete-overlay)
28139         (checkdoc-overlay-start, checkdoc-overlay-end)
28140         (checkdoc-mode-line-update, checkdoc-char=):
28141         Define such that compiler knows they are defined.
28142         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
28143         (checkdoc-read-event): Delete.  Use read-event directly.
28145         * whitespace.el (whitespace-make-overlay)
28146         (whitespace-overlay-put, whitespace-delete-overlay)
28147         (whitespace-overlay-start, whitespace-overlay-end):
28148         Define such that compiler knows they are defined.
28149         (whitespace): Move conditional inside.
28151         * tempo.el (tempo-insert-template): Suppress warning.
28153         * ediff-diff.el (longlines-mode): Add defvar.
28155 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
28157         * server.el: Bind "C-x #" in a way that works even if C-x is
28158         redefined to a command key, not a prefix key.
28160 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
28162         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
28163         cl-make-type-test till execution time.
28165 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
28167         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
28168         arg ARG and use it.
28170 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
28172         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
28174 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
28176         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
28177         a defcustom with two :set or :type keywords.
28179 2005-07-15  Richard M. Stallman  <rms@gnu.org>
28181         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
28182         Don't give ^M comment-end syntax.
28184 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
28186         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
28187         Don't consider gdbmi (gdb-mi.el has its own update functions).
28188         (gdb-var-delete): Make it work for gdbmi as well.
28189         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
28191         * progmodes/gud.el (etags, sdb): Only require etags when needed.
28192         (gud-speedbar-menu-items): Correct logic for enabling items.
28194 2005-07-15  Kim F. Storm  <storm@cua.dk>
28196         * ido.el: Fix commentary.
28197         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
28198         Use with-no-warnings around ffap-guesser.
28199         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
28200         Let bind minibuffer-completing-file-name to t.
28202 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
28204         * startup.el (site-run-file, keyboard-type): Doc fixes.
28205         (command-line): Check for "--basic-display" argument; also for
28206         "--quick", not "--bare-bones" (which was renamed).
28207         (fancy-splash-text): Add missing item "Getting New Versions".
28208         (normal-splash-screen): Fix typos and improve consistency with
28209         `fancy-splash-text'.  Update copyright year.
28211         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
28212         valid binding for `help-char'.
28214         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
28216 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
28218         * term.el (term-mode): Disable cua-mode for term buffers.
28220 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
28222         * add-log.el (add-log-mailing-address, change-log-merge):
28223         Doc fixes.
28224         (change-log-get-method-definition): Fix typo in docstring.
28226 2005-07-14  Kim F. Storm  <storm@cua.dk>
28228         * emulation/cua-base.el:
28229         (cua--pre-command-handler-1, cua--pre-command-handler)
28230         (cua--post-command-handler-1, cua--post-command-handler):
28231         Split in two.  Check (buffer local) value of cua-mode.
28232         (cua-selection-mode): New command.
28234 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
28236         * custom.el (custom-initialize-safe-set)
28237         (custom-initialize-safe-default): Doc fixes.
28239         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28240         and simplify :init-value again.
28242         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28243         and simplify :init-value again.  Delete autoload.
28245         * startup.el (command-line): Use `custom-reevaluate-setting' again
28246         for tooltip-mode.
28248         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
28249         a defcustom with two :initialize keywords.
28251 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
28253         * allout.el (my-mark-marker, allout-isearch-prior-pos)
28254         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
28255         (allout-post-command-business, allout-flag-region)
28256         (isearch-reenable-font-lock, allout-yank)
28257         (allout-insert-latex-header, allout-insert-latex-trailer)
28258         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
28259         (allout-latex-verb-quote): Fix typos in docstrings.
28260         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
28261         (allout-unprotected, allout-prefix-data):
28262         Improve argument/docstring consistency.
28263         (allout-chart-subtree): Fix argument spec.
28264         (allout-open-topic): Rename `use_sib_bullet' argument to
28265         `use-sib-bullet'.  Doc fix.
28267         * whitespace.el (whitespace-check-buffer-leading)
28268         (whitespace-check-buffer-trailing)
28269         (whitespace-check-buffer-indent)
28270         (whitespace-check-buffer-spacetab)
28271         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
28272         (whitespace-check-leading-whitespace)
28273         (whitespace-check-trailing-whitespace)
28274         (whitespace-check-spacetab-whitespace)
28275         (whitespace-check-indent-whitespace)
28276         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
28277         (whitespace-modes): Fix typos in docstrings.
28278         (defgroup, defcustom): Doc fixes.
28280         * winner.el (winner-mode, winner-boring-buffers)
28281         (winner-pending-undo-ring): Doc fixes.
28282         (winner-ring): Remove unneeded `progn'.
28283         (winner-equal): `defsubst' it.
28284         (winner-redo): Fix message.
28286 2005-07-13  Kim F. Storm  <storm@cua.dk>
28288         * simple.el (line-move-1): Always use vertical-motion to
28289         do the last (or only) line move to ensure some movement.
28290         Undo 2005-06-23 change--don't check for overlays.
28292 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28294         * term/mac-win.el (ccl-encode-mac-roman-font)
28295         (ccl-encode-mac-centraleurroman-font)
28296         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
28297         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
28298         Change charset-id boundary of dimension to ?\xef.
28299         (mac-char-fontspec-list): New constant.
28300         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
28301         argument.  Nil uses itself as family in font-spec.  Previous
28302         behavior for nil is now provided by non-nil non-string argument.
28303         All callers changed.  Add font-specs for Mac fonts to
28304         "fontset-default" unless iso8859-1 fonts are installed.
28306 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28308         * progmodes/sh-script.el (sh-get-indent-info): Only indent
28309         a continuation line if the \ is preceded by SPC or TAB.
28310         (sh-get-indent-info): Simplify.
28311         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
28312         Use with-current-buffer.
28314         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
28315         when the matched text is empty.
28317 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
28319         * startup.el (command-line): Revert to previous handling of
28320         tooltip-mode.  Explain in comment why the complexity is needed.
28322         * tooltip.el (tooltip-mode): Revert to previous implementation of
28323         its defcustom.
28325         * frame.el (blink-cursor-mode): Revert to previous implementation
28326         of its defcustom.  Update comment.
28328 2005-07-12  Lars Hansen  <larsh@soem.dk>
28330         * desktop.el: Update e-mail address.
28332 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28334         * term/mac-win.el (mac-services-mail-selection)
28335         (mac-services-mail-to): New functions.
28336         (mac-application-menu-map): Bind them.
28338 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
28340         * progmodes/gdb-ui.el: Add note about buffering with Windows.
28342 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
28344         * custom.el (custom-reevaluate-setting): Doc fix.
28346 2005-07-11  Jay Belanger  <belanger@truman.edu>
28348         * calc/calc.el (calc-embedded-announce-formula-alist)
28349         (calc-embedded-open-close-plain-alist)
28350         (calc-embedded-open-close-mode-alist): Add checks for additional
28351         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
28353 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
28355         * custom.el (custom-enable-theme): Don't add theme to
28356         `custom-enabled-themes' with `push' because there is no
28357         setf-method for `delq'.
28359 2005-07-11  Richard M. Stallman  <rms@gnu.org>
28361         * custom.el (custom-declare-variable): Doc fix.
28363         * dired-aux.el (dired-compare-directories): Remove "." and ".."
28364         from the alists.
28366         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
28367         Do nothing if edebug-active.
28369         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
28370         (edebug-display): Do it here instead.
28372 2005-07-10  Richard M. Stallman  <rms@gnu.org>
28374         * cus-face.el (custom-theme-set-faces): Make it work.
28375         (custom-reset-faces): Doc fix.
28376         (custom-theme-reset-internal-face, custom-theme-face-value):
28377         Functions deleted.
28379         * custom.el (custom-push-theme): Maintain list of the settings
28380         of a given theme in its theme-settings property.
28381         Maintain position of old settings in the theme-value
28382         or theme-face property.
28383         (custom-enabled-themes): New variable.
28384         (custom-theme-enabled-p): New function.
28385         (provide-theme): Update custom-enabled-themes.
28386         Disable and reenable the `user' theme.
28387         (require-theme): Doc fix.
28388         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
28389         (custom-theme-value, custom-theme-variable-value): Likewise.
28390         (custom-theme-reset-internal): Likewise.
28391         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
28392         (custom-enable-theme, custom-disable-theme): New functions.
28393         (custom-variable-theme-value, custom-face-theme-value): Likewise.
28394         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
28395         (custom-theme-reset-variables): Simplify.
28396         (deftheme, custom-declare-theme, custom-make-theme-feature):
28397         Definitions moved.
28399 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
28401         * longlines.el (longlines-show-region)
28402         (longlines-unshow-hard-newlines): Recognize hard newlines by
28403         non-nil hard property, instead of t.
28405 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
28407         * emulation/viper-cmd.el (viper--key-maps): New variable.
28408         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
28409         emulation-mode-map-alists.
28410         (viper-envelop-ESC-key): Use viper-subseq.
28411         (viper-search-forward/backward/next): Disable debug-on-error.
28413         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28414         (viper-ESC-key): New defcustoms.
28416         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
28418         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
28419         (viper-subseq): Copy of subseq from cl.el.
28421         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
28422         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
28424         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
28426         * emulation/viper-init.el: Get rid of -face in face names.
28428         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
28429         Make it work with longlines mode.
28431         * ediff-mult.el (ediff-meta-mode-hook): New variable.
28433         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
28435         * ediff-init.el: Get rid of -face in face names.
28437 2005-07-10  Richard M. Stallman  <rms@gnu.org>
28439         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
28440         and with-timeout-unsuspend.
28442         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
28443         and with-timeout-unsuspend.
28445         * emacs-lisp/timer.el (with-timeout-timers): New variable.
28446         (with-timeout): Bind that variable to record timers.
28447         (with-timeout-suspend, with-timeout-unsuspend): New functions.
28449         * emacs-lisp/debug.el (debug-help-follow): New function.
28450         (debugger-mode-map): Use that instead of help-follow.
28451         (debugger-setup-buffer): Use eval-buffer-list
28452         to handle eval-buffer frames.
28454 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
28456         * timezone.el (timezone-parse-date): Change first regexp
28457         so it will not mistakenly match dates with no time zone.
28459 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
28461         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
28463 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
28465         * custom.el (custom-initialize-safe-set)
28466         (custom-initialize-safe-default): New functions.
28468         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28469         and simplify :init-value.
28471         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28472         and simplify :init-value.  Delete obsolete comment.
28474         * startup.el (command-line): Use `custom-reevaluate-setting' to
28475         handle `tooltip-mode'.  Delete obsolete comment.
28477         * files.el (set-visited-file-name): Avoid calling
28478         `file-name-nondirectory' with a nil argument.
28480 2005-07-09  Richard M. Stallman  <rms@gnu.org>
28482         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
28483         was called with nil for the buffer, handle the read position right.
28484         Handle read position for eval-region, too.
28486 2005-07-09  Juri Linkov  <juri@jurta.org>
28488         * fringe.el (fringe-mode): Add period in docstring.
28489         (fringe-query-style): Build prompt depending on `all-frames' arg.
28491         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28492         to not create links to unrelated functions in the Help buffer.
28494         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28495         Doc fix.
28497         * simple.el (next-error-hook): New variable.
28498         (next-error): Use it.  Doc fix.
28500         * textmodes/ispell.el (ispell-command-loop): Add current
28501         dictionary name and program name to mode-line-format.
28502         (ispell-region, ispell-process-line): Add current dictionary name
28503         and program name to messages.
28505 2005-07-08  Jay Belanger  <belanger@truman.edu>
28507         * calc/calc.el (calc-embedded-announce-formula-alist)
28508         (calc-embedded-open-close-formula-alist)
28509         (calc-embedded-open-close-word-alist)
28510         (calc-embedded-open-close-plain-alist)
28511         (calc-embedded-open-close-new-formula-alist)
28512         (calc-embedded-open-close-mode-alist)
28513         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28514         (calc-embedded-mode-hook): New variables.
28516         * calc/calc-embed.el (calc-embedded-firsttime)
28517         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28518         New variables.
28519         (calc-do-embedded): Use calc-embedded-firsttime,
28520         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28521         determine whether or not to run hooks.
28522         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28523         calc-embedded-firsttime-formula appropriately.
28524         Set calc-embedded delimiter variables according to mode.
28526 2005-07-08  Richard M. Stallman  <rms@gnu.org>
28528         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28529         Check for "emacs", etc., as entire symbol, not just as word.
28530         (checkdoc-file-comments-engine): Use regexp-quote on FN.
28532         * files.el (set-visited-file-name): Report the error
28533         for "empty filename" earlier.
28534         (kill-some-buffers): Ignore buffers already dead.
28536         * fringe.el (fringe-mode): Doc fix.
28538         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28539         Check for (featurep 'xemacs) and turn off warnings in what it guards.
28540         Use unwind-protect to ensure byte-compile-unresolved-functions
28541         is updated.
28543         * whitespace.el (whitespace-buffer-leading-cleanup):
28544         Simplify w/ skip-chars-forward.
28545         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28547         * mail/rmail.el (rmail-only-expunge): Fix paren error.
28548         Unconditionally try to leave point at the same old place.
28550 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
28552         * comint.el (comint-postoutput-scroll-to-bottom)
28553         (comint-show-maximum-output): Take scroll-margin into consideration.
28555 2005-07-08  Kim F. Storm  <storm@cua.dk>
28557         * ido.el (ido-use-filename-at-point): New choice `guess'.
28558         (ido-file-internal): Try ffap-guesser if selected.
28560         * ido.el (ido-before-fallback-functions): New hook.
28561         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28562         (ido-read-file-name): Run it.
28564 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28566         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28567         strings rather than a list of symbols to the completion function.
28569 2005-07-07  Jay Belanger  <belanger@truman.edu>
28571         * calc/calc-units.el (math-apply-units): Change the places in
28572         which units are simplified.
28574 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
28576         * cus-edit.el (customize-option, customize-option-other-window):
28577         Make them handle aliases.
28579         * custom.el (custom-variable-p): Make it recursively follow
28580         aliases.  Mention that in the docstring.
28582 2005-07-07  Richard M. Stallman  <rms@gnu.org>
28584         * cus-start.el (exec-path): Use `directory' instead of `file'.
28585         Fix tag for nil.
28587 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
28589         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28590         when called non-interactively.  Doc fix.
28592 2005-07-07  Lute Kamstra  <lute@gnu.org>
28594         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28595         new address as well.
28597 2005-07-07  Kenichi Handa  <handa@m17n.org>
28599         * international/mule.el (make-coding-system):
28600         Describe `ascii-incompatible' property in the docstring.
28601         (set-file-name-coding-system): Signal an error if coding-system is
28602         ascii-incompatible.
28603         (set-keyboard-coding-system): Likewise.
28605         * international/mule-cmds.el (set-default-coding-systems):
28606         Don't set default-file-name-coding-system and
28607         default-keyboard-coding-system if coding-system is ASCII-incompatible.
28609         * international/utf-16.el: Declare that all UTF-16-based coding
28610         systems are ASCII-incompatible.
28612 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
28614         * progmodes/gud.el: Require font-lock for displaying errors.
28615         Used by gdb-ui.el.
28617 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
28619         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28620         values for the pattern lists which are `read'able but not
28621         `append'able (like symbols).
28623 2005-07-06  Richard M. Stallman  <rms@gnu.org>
28625         * progmodes/flymake.el (flymake-float-time): Instead of
28626         with-no-warnings, test for XEmacs.
28627         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28628         to avoid warning.
28630 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
28632         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28634 2005-07-05  Lute Kamstra  <lute@gnu.org>
28636         * battery.el: Add support for Darwin (with much debugging help
28637         from Samuel Lauber <sam124@operamail.com>).
28638         (battery-status-function, battery-echo-area-format)
28639         (battery-mode-line-format): Add support for pmset on Darwin.
28640         (battery-load-low, battery-load-critical): New user options.
28641         (battery-pmset): New function.
28643 2005-07-05  Lute Kamstra  <lute@gnu.org>
28645         Update FSF's address in GPL notices.
28647         * textmodes/page-ext.el: Update FSF's address.
28649 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
28651         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28652         filling from using prefix when filling a single-line docstring.
28654         * progmodes/flymake.el: Remove useless eval-when-compile.
28656         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28658 2005-07-04  Richard M. Stallman  <rms@gnu.org>
28660         * textmodes/org.el (org-file-apps-defaults-gnu):
28661         Rename from org-file-apps-defaults-linux.
28662         (org-default-apps): Don't test system-type for `linux'.
28663         (org-file-apps): Doc fix.
28665 2005-07-04  David Ponce  <david@dponce.com>
28667         * tree-widget.el: Improve header Commentary section.
28668         (tree-widget) [defgroup]
28669         (tree-widget-image-enable, tree-widget-themes-directory)
28670         (tree-widget-theme, tree-widget-image-properties-emacs)
28671         (tree-widget-image-properties-xemacs, tree-widget-create-image)
28672         (tree-widget-image-formats, tree-widget-control)
28673         (tree-widget-empty-control, tree-widget-leaf-control
28674         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28675         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28676         (tree-widget-keep, tree-widget-after-toggle-functions)
28677         (tree-widget-open-node, tree-widget-close-node): Doc fix.
28678         (tree-widget-open-control, tree-widget-close-control): Fix doc and
28679         :help-echo message.
28680         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
28681         (tree-widget-image-properties): Doc fix.  Clearer implementation.
28682         (tree-widget--cursors): New constant.
28683         (tree-widget-lookup-image): New function split from
28684         `tree-widget-find-image'.  Clearer implementation.
28685         (tree-widget-find-image): Use it.
28686         (tree-widget-button-keymap): Use `set-keymap-parent'.
28687         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28688         Define the sub-widgets here.
28689         (tree-widget-node): Check that :node is not a tree-widget.
28690         (tree-widget-get-super, tree-widget-open-control)
28691         (tree-widget-close-control, tree-widget-empty-control)
28692         (tree-widget-leaf-control, tree-widget-guide)
28693         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28694         (tree-widget-no-handle, tree-widget-value-delete)
28695         (tree-widget-map): Remove.
28696         (tree-widget-children-value-save): Doc fix.  Simplified.
28697         (tree-widget-value-create): Update according to previous changes.
28699 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
28701         * textmodes/org.el: Leading space replaced by TABS.
28702         (org-recalc-marks, org-table-rotate-recalc-marks)
28703         (org-table-get-specials): Treat "^" and "_" marks.
28704         (org-table-justify-field-maybe): Optional argument NEW.
28705         (org-table-eval-formula): Parsing of the format simplified.
28706         New modes C,I.  Honor the %= parameter in the current table.
28707         Avoid unnecessary re-align by using the NEW argument to
28708         `org-table-justify-field-maybe'.
28709         (org-calc-default-modes): Default for date-format mimicks org-mode.
28710         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28712 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
28714         * cus-face.el (custom-theme-set-faces): Make it handle face
28715         aliases whose alias declarations are pre- or autoloaded.
28717 2005-07-04  Juri Linkov  <juri@jurta.org>
28719         * faces.el (read-face-name): Put the code for getting a face name
28720         from the buffer before adding the faces from the `face' property.
28721         Use `completing-read-multiple' instead of `completing-read'.
28722         Require `crm'.  Add default value and post-process the returned
28723         list of faces.
28725         * emacs-lisp/crm.el (crm-find-current-element)
28726         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28728         * emacs-lisp/lisp-mode.el (eval-defun-1):
28729         * emacs-lisp/edebug.el (edebug-eval-defun):
28730         Remove unnecessary quotes.
28732 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
28734         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28735         (prolog-indent-level): Fix typo in docstring.
28737         * info.el (Info-history, Info-history-forward)
28738         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28740         * add-log.el (add-change-log-entry):
28741         * comint.el (comint-dynamic-list-input-ring)
28742         (comint-dynamic-list-completions):
28743         * dabbrev.el (dabbrev-expand):
28744         * delim-col.el (delimit-columns-rectangle-line):
28745         * diff-mode.el (diff-context->unified, diff-reverse-direction)
28746         (diff-unified->context):
28747         * ediff-init.el (ediff-abbrev-jobname):
28748         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28749         (ediff-replace-session-activity-marker-in-meta-buffer):
28750         * info.el (Info-summary):
28751         * lpr.el (printify-region):
28752         * printing.el (pr-create-interface):
28753         * ps-print.el (ps-print-quote):
28754         * ses.el (ses-column-widths, ses-print-cell)
28755         (ses-adjust-print-width, ses-center):
28756         * shell.el (shell-file-name-quote-list):
28757         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28758         (strokes-fill-current-buffer-with-whitespace)
28759         (strokes-xpm-for-stroke, strokes-list-strokes)
28760         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28761         * term.el (term-dynamic-list-input-ring)
28762         (term-dynamic-list-completions):
28763         * calc/calc.el (math-format-stack-value):
28764         * emacs-lisp/edebug.el (edebug-display-freq-count):
28765         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28766         (delphi-new-comment-line):
28767         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28768         * progmodes/executable.el (executable-set-magic):
28769         * progmodes/python.el (inferior-python-mode):
28770         * progmodes/scheme.el (scheme-mode-syntax-table):
28771         * progmodes/sh-script.el (sh-maybe-here-document):
28772         * progmodes/sql.el (sql-copy-column):
28773         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28774         * textmodes/bibtex.el (bibtex-mode):
28775         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28776         (sgml-auto-attributes):
28777         * textmodes/table.el (table-insert, table-shorten-cell)
28778         (table--generate-source-scan-lines, table-delete-row)
28779         (*table--cell-delete-char, table--spacify-frame)
28780         (table--horizontally-shift-above-and-below)
28781         (table--cell-insert-char, table--cell-blank-str)
28782         (table--fill-region-strictly):
28783         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28784         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28786         * add-log.el (change-log):
28787         * apropos.el (apropos):
28788         * comint.el (comint-completion, comint-source):
28789         * dabbrev.el (dabbrev):
28790         * delim-col.el (columns):
28791         * diff-mode.el (diff-mode):
28792         * ediff.el (ediff):
28793         * ediff-diff.el (ediff-diff):
28794         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28795         * ediff-mult.el (ediff-mult):
28796         * ediff-ptch.el (ediff-ptch):
28797         * ediff-wind.el (ediff-window):
28798         * facemenu.el (facemenu):
28799         * indent.el (indent):
28800         * info.el (info):
28801         * jka-cmpr-hook.el (compression, jka-compr):
28802         * lpr.el (lpr):
28803         * outline.el (outlines):
28804         * pcmpl-cvs.el (pcmpl-cvs):
28805         * pcmpl-rpm.el (pcmpl-rpm):
28806         * printing.el (printing):
28807         * ps-print.el (postscript, ps-print, ps-print-horizontal)
28808         (ps-print-vertical, ps-print-headers, ps-print-font)
28809         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28810         (ps-print-background, ps-print-printer, ps-print-page)
28811         (ps-print-miscellany):
28812         * ses.el (ses):
28813         * shell.el (shell, shell-directories, shell-faces):
28814         * startup.el (initialization):
28815         * strokes.el (strokes):
28816         * term.el (term):
28817         * uniquify.el (uniquify):
28818         * w32-vars.el (w32):
28819         * calc/calc.el (calc):
28820         * emacs-lisp/bytecomp.el (bytecomp):
28821         * emacs-lisp/cl-indent.el (lisp-indent):
28822         * emacs-lisp/edebug.el (edebug):
28823         * emacs-lisp/elp.el (elp):
28824         * emacs-lisp/testcover.el (testcover):
28825         * emacs-lisp/trace.el (trace):
28826         * emulation/viper-ex.el (viper-ex):
28827         * emulation/viper-mous.el (viper-mouse):
28828         * mail/mailalias.el (mailalias):
28829         * mail/supercite.el (supercite, supercite-frames)
28830         (supercite-attr, supercite-cite, supercite-hooks):
28831         * net/rcompile.el (remote-compile):
28832         * net/rlogin.el (rlogin):
28833         * obsolete/ooutline.el (outlines):
28834         * progmodes/delphi.el (delphi):
28835         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28836         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28837         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28838         (ebnf-optimization):
28839         * progmodes/etags.el (etags):
28840         * progmodes/executable.el (executable):
28841         * progmodes/idlwave.el (idlwave):
28842         * progmodes/pascal.el (pascal):
28843         * progmodes/prolog.el (prolog):
28844         * progmodes/python.el (python):
28845         * progmodes/scheme.el (scheme):
28846         * progmodes/sh-script.el (sh, sh-script):
28847         * progmodes/sql.el (SQL):
28848         * progmodes/tcl.el (tcl):
28849         * textmodes/bibtex.el (bibtex, bibtex-autokey):
28850         * textmodes/enriched.el (enriched):
28851         * textmodes/makeinfo.el (makeinfo):
28852         * textmodes/sgml-mode.el (sgml):
28853         * textmodes/table.el (table-hooks):
28854         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28855         * textmodes/texinfo.el (texinfo):
28856         * textmodes/two-column.el (two-column):
28857         Finish `defgroup' description with period.
28859         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28860         * eshell/esh-var.el (eshell-var):
28861         * progmodes/vhdl-mode.el (vhdl-testbench):
28862         * textmodes/org.el (org): Fix typos in docstrings.
28864         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28865         consistency.
28867         * progmodes/flymake.el (flymake-find-file): Remove.
28868         (flymake-float-time): Use `with-no-warnings'.
28869         (flymake-check-start-time, flymake-check-was-interrupted)
28870         (flymake-err-info, flymake-is-running, flymake-last-change-time)
28871         (flymake-new-err-info): `defvar' at compile time.
28873 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
28875         * replace.el (occur-hook): Doc fix.
28876         (occur-1): Don't call `occur-hook' if there are no matches.
28878 2005-07-03  Richard M. Stallman  <rms@gnu.org>
28880         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28881         global-map, save the same map.
28882         (global-map): Don't alter it at top level.
28883         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28884         Then alter it here instead.
28885         (tpu-edt-off): Set global-map to the saved one.
28887         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28888         All references simplified.
28889         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
28890         (zmacs-regions): Add defvar.
28891         (repeat-complex-command-map): Everything about that deleted.
28893         * textmodes/artist.el (artist-key-is-drawing)
28894         (artist-key-endpoint1, artist-key-poly-point-list)
28895         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28896         (artist-key-compl-table, artist-rb-save-data)
28897         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28898         Don't put them in eval-when-compile.
28899         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28901         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28902         Use with-no-warnings.
28904         * net/browse-url.el (dos-windows-version): Add defvar.
28906         * mail/supercite.el (filladapt-prefix-table): Add defvar.
28908         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28909         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28910         (rmail-new-summary-line-count): Rename from new-summary-line-count.
28911         Add defvar.
28912         (rmail-summary-beginning-of-message): Use with-no-warnings.
28913         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28915         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28916         Use with-no-warnings.
28918         * emulation/vi.el (vi-mark-region): Use c-mark-function.
28919         (c-mark-function): Add point-moving-unit property.
28920         (vi-goto-line): Use with-no-warnings.
28922         * emulation/edt.el (edt-last-copied-word): Add defvar.
28923         (zmacs-region-stays): Likewise.
28924         (edt-mark-section-wisely): Use c-mark-function for C.
28925         Use makr-defun for Fortran.
28926         (time-string): defvar deleted.
28927         (edt-display-the-time): Don't set time-string.
28929         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28931         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28932         Don't warn when name is not constant
28933         or for defining the group `emacs'.
28935         * tooltip.el (gud-tooltip-mode): Add defvar.
28937         * startup.el (default-frame-background-mode): Add defvar.
28939         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28941         * info.el (tool-bar-map): Add defvar.
28943         * dired.el (dnd-protocol-alist): Add defvar.
28945         * dired-aux.el (dired-query): Display question with answer, when
28946         the user answers.
28948         * custom.el (custom-add-option): Doc fix.
28950         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28952 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
28954         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28955         bogus name from the last change.
28957 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
28959         * custom.el (custom-declare-variable): Fix typos in comment.
28960         (custom-known-themes): Doc fix.
28961         (custom-theme-directory): New defcustom.
28962         (require-theme): Make it check `custom-theme-directory'.
28964         * cus-theme.el (custom-new-theme-mode): New function.
28965         (custom-theme-name, custom-theme-variables, custom-theme-faces)
28966         (custom-theme-description): Add compiler defvars.
28967         (customize-create-theme): Add doc to the "*New Custom Theme*"
28968         buffer.  Use `custom-new-theme-mode'.
28969         (custom-theme-write): Put the created buffer in emacs-lisp-mode
28970         and save it to the `custom-theme-directory'.  Make this the
28971         default directory of the buffer.
28973 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
28975         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28976         Fix unbalanced parentheses.
28978 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
28980         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28981         into flymake-mode and delegate to flymake-mode.
28983         * find-file.el (ff-which-function-are-we-in): Clean up.
28985 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
28987         * replace.el (occur-rename-buffer): Fix docstring.
28989         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28990         (edt-last-copied-word, edt-learn-macro-count)
28991         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28992         (edt-rect-start-point, edt-user-global-map, rect-start-point)
28993         (time-string, zmacs-region-stays):
28994         * emulation/edt-mapper.el (edt-save-function-key-map)
28995         (EDT-key-name): `defvar' to silence the byte-compiler.
28997 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
28999         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
29000         font-lock-regexp-backslash.  Doc fix.
29001         (font-lock-regexp-backslash-grouping-construct): Rename from
29002         font-lock-regexp-backslash-construct.  Doc fix.
29003         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
29004         grouping constructs.
29006 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
29008         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
29009         updating all the prerequisites.
29011 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
29013         * textmodes/org.el (org-agenda-start-on-weekday)
29014         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
29015         (org-agenda-use-time-grid, org-archive-location)
29016         (org-allow-space-in-links, org-usenet-links-prefer-google)
29017         (org-enable-table-editor, org-export-default-language)
29018         (org-export-html-show-new-buffer, org-fill-paragraph)
29019         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
29020         (org-goto-quit, org-occur, org-eval-in-calendar)
29021         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
29022         (org-agenda-diary-entry, org-remember-help)
29023         (org-table-convert-region, org-at-table-p)
29024         (org-table-move-row-down, org-table-move-row-up)
29025         (org-table-copy-region, org-table-toggle-vline-visibility)
29026         (org-table-get-stored-formulas, org-table-get-specials)
29027         (org-recalc-commands, org-table-eval-formula)
29028         (org-table-formula-substitute-names, orgtbl-make-binding)
29029         (org-format-org-table-html, org-format-table-table-html)
29030         (org-format-table-table-html-using-table-generate-source)
29031         (org-customize): Fix typos in docstrings.
29032         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
29033         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
29034         (org-back-to-heading): Doc fixes.
29035         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
29036         (org-agenda-change-all-lines, org-get-header):
29037         Improve argument/docstring consistency.
29038         (orgtbl-error): Fix error message.
29040         * progmodes/flymake.el (flymake-find-possible-master-files)
29041         (flymake-master-file-compare, flymake-get-line-err-count)
29042         (flymake-highlight-line, flymake-gui-warnings-enabled):
29043         Fix typos in docstrings.
29044         (flymake-parse-line, flymake-get-project-include-dirs-function)
29045         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
29046         Doc fixes.
29047         (flymake-get-project-include-dirs-function)
29048         (flymake-make-err-menu-data):
29049         Improve argument/docstring consistency.
29051 2005-07-01  Lute Kamstra  <lute@gnu.org>
29053         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
29054         Catch errors with ignore-errors.  Use temporary buffer.
29055         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
29057         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
29058         background color faces.
29059         (facemenu-set-foreground, facemenu-set-background):
29060         Use facemenu-set-face-from-menu.
29061         (facemenu-set-face-from-menu): Treat face names that start with
29062         "fg:" or "bg:" as special.
29063         (facemenu-add-new-color): Don't create faces.  Simplify.
29065 2005-06-30  Richard M. Stallman  <rms@gnu.org>
29067         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
29068         (crm-find-current-element): Likewise.
29070 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
29072         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
29074 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29076         * arc-mode.el (archive-extract): Make it work as a mouse binding.
29077         (archive-mouse-extract): Make it an obsolete alias.
29078         (archive-mode-map): Don't use archive-mouse-extract any more.
29079         (archive-mode, archive-extract): write-contents-hooks ->
29080         write-contents-functions.
29081         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
29082         first arg.
29083         (archive-rename-entry): Update the call.
29084         (archive-zip-summarize): Remove unused var `method'.
29085         (archive-lzh-summarize): Remove unused var `creator'.
29087         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
29088         dedicated frame upon exit.
29090         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
29091         (archive-zip-extract, archive-zip-expunge)
29092         (archive-zip-update, archive-zip-update-case): Use executable-find.
29093         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
29094         Use restore-buffer-modified-p.
29095         (archive-extract, archive-add-new-member, archive-write-file-member):
29096         Use with-current-buffer.
29097         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
29099 2005-06-30  Andreas Schwab  <schwab@suse.de>
29101         * progmodes/gud.el (gud-filter): Remove unneeded progn.
29103 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29105         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
29107 2005-06-30  Juri Linkov  <juri@jurta.org>
29109         * faces.el (vertical-border): Inherit from mode-line-inactive
29110         only on tty.
29112 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
29114         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
29115         example, -NLINES in the `occur' docstring).
29117         * replace.el (occur-1): When no matches are found, do not set the
29118         `buffer-read-only' and modified flags for the occur buffer,
29119         because it is deleted.
29121         * emulation/cua-base.el (cua-check-pending-input)
29122         (cua-repeat-replace-region, cua-mode, cua-debug)
29123         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
29124         Fix typos in docstrings.
29126         * emulation/cua-gmrk.el (cua-toggle-global-mark)
29127         (cua-cut-region-to-global-mark)
29128         (cua--cut-rectangle-to-global-mark):
29129         Remove period from end of messages.
29131         * emulation/cua-rect.el (cua-do-rectangle-padding):
29132         Remove period from end of messages.
29133         (cua--rectangle-seq-format): Fix typo in docstring.
29134         (cua-sequence-rectangle, cua-fill-char-rectangle):
29135         Improve argument/docstring consistency.
29137 2005-06-29  Juri Linkov  <juri@jurta.org>
29139         * faces.el (default-frame-background-mode): New internal variable.
29140         (frame-set-background-mode): Use it.
29142         * startup.el (normal-top-level): Set default-frame-background-mode
29143         instead of frame-background-mode.  Before setting it, test for its
29144         nil value.  Remove tests for frame-background-mode and frame
29145         parameter `reverse'.  Add test for "unspecified-fg".
29147         * term/xterm.el (xterm-rxvt-set-background-mode):
29148         * term/rxvt.el (rxvt-set-background-mode):
29149         Set default-frame-background-mode instead of frame-background-mode.
29151 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
29153         * simple.el (set-variable): Warn about obsolete user variables.
29155         * imenu.el (imenu--completion-buffer):
29156         * mouse.el (mouse-buffer-menu-alist):
29157         * msb.el (msb-invisible-buffer-p):
29158         * calendar/diary-lib.el (diary-header-line-format):
29159         * emacs-lisp/pp.el (pp-buffer):
29160         * progmodes/cperl-mode.el (cperl-do-auto-fill):
29161         * textmodes/picture.el (picture-replace-match):
29162         Change space constants followed by a sexp to "?\s ".
29164         * play/decipher.el (decipher-loop-with-breaks):
29165         * textmodes/texinfo.el (texinfo-insert-@item): Change space
29166         constants "protected" from end of line by a comment to "?\s".
29168 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29170         * font-lock.el (save-buffer-state): Use `declare'.
29172         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
29173         reset the syntax-table to cperl-mode-syntax-table.
29174         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
29175         "foo_print_bar" is not matched as a reserved keyword.
29177 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
29179         * textmodes/org.el (orgtbl-setup): New function, for delayed
29180         setup for the orgtbl commands.
29181         (org-calc-default-modes): New option.
29182         (orgtbl-make-binding): Use `defun' to get better help display.
29183         (org-diary): Call `org-compile-prefix-format'.
29184         (org-table-formula-substitute-names): New function.
29185         (org-agenda-day-view, org-agenda-week-view): New commands.
29186         (org-agenda-toggle-week-view): Command removed.
29187         (org-tbl-menu): Split off from org-org-menu.
29188         (org-mode): Move removal of outline-mode menus to here.
29189         (org-table-formula-debug): New option.
29190         (org-table-insert-row): Keep first field if just "#" or "*".
29191         (org-mode): Paragraph regexps fixed.
29192         (org-table-recalculate-regexp): New constant.
29193         (org-table-justify-field-maybe): Avoid replace if not necessary.
29194         (org-copy-special, org-cut-special): Use `call-interactively'.
29195         (org-table-copy-region): Take region from `interactive' call.
29196         (org-trim): Return string even if no match.
29197         (org-formula): New face.
29198         (org-set-font-lock-defaults): No longer highlight "FIXME".
29199         But highlight formula-related fields in table.
29200         (org-table-p): Use regexp, not fontification.
29201         (org-table-align): Handle white space at end of line.
29202         (org-table-formula-evaluate-inline): New option.
29203         (org-mode): Auto-wrapping in comment lines turned off.
29204         (org-table-copy-down): Evaluate only in copied field, not in
29205         destination.
29206         (org-table-current-formula): Variable removed.
29207         (org-table-store-formulas, org-table-get-stored-formulas)
29208         (org-table-modify-formulas, org-table-replace-in-formulas)
29209         (org-table-maybe-eval-formula): New functions.
29210         (org-table-get-formula): Modify to use stored formulas.
29211         (org-table-insert-column, org-table-delete-column)
29212         (org-table-move-column): Call `org-table-modify-formulas'.
29213         (org-complete): Add completion for keyword formulas.
29214         (orgtbl-mode): Pull orgtbl-mode-map to start of
29215         minor-mode-map-alist.
29217 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29219         * progmodes/python.el (python-check): Require `compile' before
29220         modifying its variables.
29222         * newcomment.el (comment-indent-default): Don't get fooled by an early
29223         end of buffer.
29225 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29227         * ps-print.el (ps-print-version): Fix version number.
29229 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
29231         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
29233 2005-06-28  Richard M. Stallman  <rms@gnu.org>
29235         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
29236         (flyspell-local-mouse-map): Declaration deleted.
29237         (flyspell-mouse-map): Bind only mouse-2.
29238         (flyspell-mode-map): Don't test flyspell-use-local-map.
29239         (flyspell-overlay-keymap-property-name): Var deleted.
29240         (flyspell-mode-on): Don't make local bindings for
29241         flyspell-mouse-map and flyspell-mode-map.
29242         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
29244         * textmodes/ispell.el (ispell-word): Do not ignore short words.
29246         * progmodes/compile.el (compilation-next-error-function):
29247         Don't switch buffers; operate on the current buffer.
29249         * progmodes/compile.el (compilation-error-file-name)
29250         (compilation-warning-file-name, compilation-info-file-name)
29251         (compilation-line-number, compilation-column-number): New faces.
29252         (compilation-error-face, compilation-warning-face)
29253         (compilation-info-face, compilation-line-face)
29254         (compilation-column-face): Use them.
29256         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
29258         * comint.el (comint-password-prompt-regexp): Accept ", try again".
29260         * bindings.el (global-map): Bind insertchar and its variants.
29262 2005-06-27  Richard M. Stallman  <rms@gnu.org>
29264         * textmodes/artist.el (artist-text-overwrite)
29265         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
29267 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29269         * ps-print.el: It was not working the page selection for printing.
29270         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
29271         (ps-print-version): New version 6.6.7.
29272         (ps-end-sheet): New fun.
29273         (ps-header-sheet, ps-end-job): Call it.
29275 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
29277         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
29279 2005-06-27  Lute Kamstra  <lute@gnu.org>
29281         * facemenu.el (facemenu-unlisted-faces): Add foreground and
29282         background color faces.
29283         (facemenu-get-face): Delete function.
29284         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
29285         (facemenu-add-new-color): Make second argument mandatory.
29286         Create the appropriate face and return it.  Simplify.
29287         (facemenu-set-foreground, facemenu-set-background): Don't check if
29288         color is defined.  Use return value of facemenu-add-new-color.
29290 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
29292         * progmodes/gud.el (gud-filter): Add missing argument to
29293         with-selected-window.
29295 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29297         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
29298         a :require to the defcustom.
29300         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
29301         defcustoms corresponding to minor modes.
29303 2005-06-26  David Ponce  <david@dponce.com>
29305         * recentf.el: Require tree-widget instead of wid-edit.
29306         (recentf-filename-handler): Fix widget :type.
29307         (recentf-cancel-dialog, recentf-open-more-files)
29308         (recentf-open-files-action): Doc fix.
29309         (recentf-dialog-goto-first): New function.
29310         (recentf-dialog-mode-map): Set parent keymap first.
29311         (recentf-dialog-mode): Define with define-derived-mode.
29312         Don't display continuation lines in dialogs.
29313         (recentf-edit-list): Rename from recentf-edit-selected-items.
29314         (recentf-edit-list-select): Rename from recentf-edit-list-action.
29315         Simplify.
29316         (recentf-edit-list-validate): New function.
29317         (recentf-edit-list): Update accordingly.
29318         (recentf-open-files-item-shift): Remove.
29319         (recentf-open-files-item): Convert menu elements into tree and
29320         link widgets.  Don't create the widgets.
29321         (recentf-open-files): Update accordingly.
29322         (recentf-save-list): Untabify.
29324 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
29326         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
29327         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
29328         partially contained in the active region.  Do not take active
29329         region into account when called from Lisp, unless INTERACTIVE arg
29330         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
29331         avoid trouble with fields.  Make marker point nowhere when no
29332         longer used.  Always return nil.  Doc fix.
29333         (flush-lines): Add INTERACTIVE arg.  Do not take active region
29334         into account when called from Lisp, unless INTERACTIVE arg is
29335         non-nil.  Use `forward-line' instead of `beginning-of-line' to
29336         avoid trouble with fields.  Make marker point nowhere when no
29337         longer used.  Always return nil.  Doc fix.
29338         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
29339         interchangeable.  Do not take active region into account when
29340         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
29341         message in echo area when called from Lisp, unless INTERACTIVE arg
29342         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
29343         Return the number of matches.  Doc fix.
29344         (occur): Doc fix.
29345         (perform-replace): Make comment follow double space convention for
29346         the sake of `outline-minor-mode'.
29348         * faces.el (facep): Doc fix.
29350 2005-06-25  Richard M. Stallman  <rms@gnu.org>
29352         * facemenu.el (facemenu-enable-faces-p): New function.
29353         (facemenu-background-menu, facemenu-foreground-menu)
29354         (facemenu-face-menu): Add menu-enable property.
29356         * jka-compr.el (jka-compr-insert-file-contents):
29357         Special handling if cannot find the uncompression program.
29359         * cus-face.el (custom-face-attributes): Add autoload.
29361         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29362         Bind comment-indent-function locally.
29364         * window.el (save-selected-window): Use save-current-buffer.
29366         * subr.el (with-selected-window): Use save-current-buffer.
29368         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
29369         and with-current-buffer.
29371 2005-06-24  Richard M. Stallman  <rms@gnu.org>
29373         * simple.el (line-move-1): Fix previous change.
29375 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
29377         * replace.el (occur-1): Set `buffer-read-only' and the
29378         buffer-modified flag before running `occur-hook' to protect
29379         against unintentional buffer switches that can lead to data loss.
29381 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
29383         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
29384         (gud-gdb-marker-filter): Use font-lock-warning-face for any
29385         initial error.
29387         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
29388         after fresh input.
29389         (gdb-var-create-handler): Put name of expression in quotes.
29391 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
29393         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
29394         elements of RING in order, and without bogus nil elements.
29396 2005-06-23  Richard M. Stallman  <rms@gnu.org>
29398         * simple.el (set-variable): Args renamed; doc fix.
29399         (line-move-1): When there are overlays around, use vertical-motion.
29401         * faces.el (escape-glyph): Use brown against light background.
29402         (nobreak-space): Rename from no-break-space.
29403         Fix previous change.
29405         * dired-aux.el (dired-do-copy): Fix arg prompt.
29407         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
29409 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
29411         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
29412         rather than "Distributor".
29414 2005-06-23  Lute Kamstra  <lute@gnu.org>
29416         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
29417         (debug-on-entry): Use it.  New interactive declaration that uses
29418         function-called-at-point.
29420 2005-06-23  Kim F. Storm  <storm@cua.dk>
29422         * subr.el (save-match-data): Add comment about using evaporate arg
29423         to set-match-data.
29425 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
29427         * cus-edit.el (customize-face)
29428         (customize-face-other-window): Handle face aliases.
29430         * faces.el (face-documentation, set-face-attribute)
29431         (face-spec-set): Handle face aliases.
29433 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
29435         * help-mode.el (help-make-xrefs): If a symbol representing a face
29436         name is not followed by the word "face", it could still be a
29437         function or variable name, so don't bypass other checks.
29439 2005-06-22  Juri Linkov  <juri@jurta.org>
29441         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
29442         Replace aliased functions with calls where second arg `inherit' is t.
29444 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
29446         * progmodes/gdb-ui.el (gdb-error): New variable.
29447         (gdb-error): New function.
29448         (gdb-annotation-rules): Act on error-begin and error annotations.
29449         (gdb-concat-output): Use font-lock-warning-face for errors.
29451 2005-06-22  Miles Bader  <miles@gnu.org>
29453         * bindings.el (propertized-buffer-identification): Use renamed
29454         `Buffer-menu-buffer' face.
29456         * faces.el (vertical-border): Rename from `vertical-divider'.
29457         (escape-glyph): Change dark-background color back to `cyan'.
29459 2005-06-21  Juri Linkov  <juri@jurta.org>
29461         * faces.el (face-user-default-spec): Try getting `customized-face'
29462         prior to `saved-face'.
29463         (frame-background-mode): Refill docstring.
29465         * emacs-lisp/lisp-mode.el (eval-defun-1):
29466         * emacs-lisp/edebug.el (edebug-eval-defun):
29467         Set `saved-face' temporarily to nil before calling form.
29468         Set `customized-face' to the new spec after that.
29470 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
29472         * subr.el (1value, lambda, key-substitution-in-progress):
29473         Doc fixes.
29475         * autoinsert.el (auto-insert-alist):
29476         * ses.el (ses-call-printer):
29477         * subr.el (noreturn):
29478         * emacs-lisp/lisp.el (check-parens):
29479         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
29480         * net/browse-url.el (browse-url-mosaic):
29481         * progmodes/cc-defs.el (c-safe-scan-lists):
29482         * progmodes/ebnf-abn.el (ebnf-abn-lex):
29483         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
29484         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
29485         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29486         * progmodes/ebnf-iso.el (ebnf-iso-lex):
29487         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29489 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
29491         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29493 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
29495         * calendar/appt.el (appt-make-list): Activate the package, if
29496         not already active (for backwards compatibility).
29498 2005-06-20  Kim F. Storm  <storm@cua.dk>
29500         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
29502 2005-06-20  Miles Bader  <miles@gnu.org>
29504         * faces.el (vertical-divider): New face.
29506 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
29508         * simple.el (kill-whole-line): Doc fix.
29509         (next-error-buffer-p, next-error-find-buffer)
29510         (clone-indirect-buffer): Fix typos in docstrings.
29511         (comment-line-break-function): Doc fix: don't say variable
29512         is automatically buffer-local (it isn't).
29514 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
29516         * net/tramp-ftp.el (top):
29517         * net/tramp-smb.el (top):
29518         * net/tramp-util.el (top):
29519         * net/tramp-uu.el (top):
29520         * net/tramp-vc.el (top):
29521         * net/tramp.el (top): Revert copyright years back to original
29522         ones.  Tramp has a life outside GNU Emacs.
29524 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
29526         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29528 2005-06-18  Juri Linkov  <juri@jurta.org>
29530         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29531         end of first regexp to limit the match to the position between
29532         line number and source line with same separator character as used
29533         between file name and line number.  In the second regexp limit
29534         mouse-face area to file name and line number by adding new group
29535         for them and referring it in HYPERLINK arg.
29536         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29537         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29538         previous line where grep markers may be already removed.
29540 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
29542         * progmodes/ps-mode.el: Update version and maintainer's email address.
29544 2005-06-18  Steve Youngs  <steve@xemacs.org>
29546         * net/browse-url.el (browse-url-browser-function)
29547         (browse-url-default-browser): Add firefox.
29548         (browse-url-firefox-program, browse-url-firefox-arguments)
29549         (browse-url-firefox-startup-arguments)
29550         (browse-url-firefox-new-window-is-tab): New defcustoms.
29551         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29553 2005-06-17  Richard M. Stallman  <rms@gnu.org>
29555         * startup.el (command-line): Warn if specified user name has
29556         no home directory.
29558         * term.el (term-get-old-input, term-input-filter, term-input-sender)
29559         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29561         * longlines.el (longlines-mode, longlines-show-hard-newlines):
29562         Doc fixes.
29564         * faces.el (underline): Try bold if terminal doesn't support underline.
29566         * mail/sendmail.el (mail-setup-with-from): New variable.
29567         (mail-insert-from-field): New function.
29568         (sendmail-send-it): Call it.
29569         (mail-setup): Optionally call it here.
29571         * term/linux.el: Call tty-no-underline.
29573 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
29575         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29577 2005-06-17  Miles Bader  <miles@gnu.org>
29579         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29580         (ediff-current-diff-C, ediff-current-diff-Ancestor)
29581         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29582         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29583         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29584         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29585         Remove "-face" suffix from face names.
29586         (ediff-current-diff-face-A, ediff-current-diff-face-B)
29587         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29588         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29589         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29590         (ediff-even-diff-face-A, ediff-even-diff-face-B)
29591         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29592         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29593         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29594         New backward-compatibility aliases for renamed faces.
29595         (ediff-current-diff-face-A, ediff-current-diff-face-B)
29596         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29597         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29598         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29599         (ediff-even-diff-face-A, ediff-even-diff-face-B)
29600         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29601         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29602         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29603         Use renamed ediff faces.
29605         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29606         Remove "-face" suffix from face names.
29607         (eshell-test-ok-face, eshell-test-failed-face):
29608         New backward-compatibility aliases for renamed faces.
29609         (eshell-run-test): Use renamed eshell-test faces.
29611         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29612         face name.
29613         (eshell-prompt-face): New backward-compatibility alias for renamed
29614         face.
29615         (eshell-emit-prompt): Use renamed eshell-prompt face.
29617         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29618         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29619         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29620         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29621         Remove "-face" suffix from face names.
29622         (eshell-ls-directory-face, eshell-ls-symlink-face)
29623         (eshell-ls-executable-face, eshell-ls-readonly-face)
29624         (eshell-ls-unreadable-face, eshell-ls-special-face)
29625         (eshell-ls-missing-face, eshell-ls-archive-face)
29626         (eshell-ls-backup-face, eshell-ls-product-face)
29627         (eshell-ls-clutter-face):
29628         New backward-compatibility aliases for renamed faces.
29629         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29631         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29632         Remove "-face" suffix from face name.
29633         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29634         instead of literal face.
29636 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
29638         * emacs-lisp/warnings.el (display-warning, lwarn)
29639         (warning-minimum-log-level): Doc fixes.
29640         (warning-minimum-level, warning-minimum-log-level):
29641         Add :debug to :type choices.
29643         * progmodes/ada-mode.el (ada-format-paramlist)
29644         (ada-get-indent-case, ada-check-matching-start)
29645         (ada-check-defun-name, ada-goto-matching-decl-start)
29646         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29647         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29648         (ada-make-subprogram-body): Follow error conventions.
29649         (ada-case-exception-file, ada-indent-comment-as-code)
29650         (ada-indent-handle-comment-special, ada-indent-renames)
29651         (ada-indent-return, ada-search-directories-internal)
29652         (ada-tab-policy, ada-case-exception-substring)
29653         (ada-other-file-alist, ada-matching-start-re)
29654         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29655         (ada-imenu-generic-expression, ada-compile-goto-error)
29656         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29657         (ada-popup-menu, ada-add-extensions, ada-mode)
29658         (ada-region-selected, ada-create-case-exception)
29659         (ada-create-case-exception-substring, ada-after-keyword-p)
29660         (ada-activate-keys-for-case, ada-adjust-case-region)
29661         (ada-adjust-case-buffer, ada-format-paramlist)
29662         (ada-scan-paramlist, ada-insert-paramlist)
29663         (ada-indent-newline-indent)
29664         (ada-indent-newline-indent-conditional)
29665         (ada-justified-indent-current, ada-goto-previous-word)
29666         (ada-indent-current, ada-get-indent-open-paren)
29667         (ada-get-indent-paramlist, ada-get-indent-end)
29668         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29669         (ada-get-indent-block-start, ada-get-indent-subprog)
29670         (ada-get-indent-noindent, ada-get-indent-label)
29671         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29672         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29673         (ada-goto-stmt-end, ada-goto-next-word)
29674         (ada-check-matching-start, ada-check-defun-name)
29675         (ada-goto-matching-decl-start, ada-goto-matching-start)
29676         (ada-goto-matching-end, ada-search-ignore-string-comment)
29677         (ada-in-decl-p, ada-looking-at-semi-or)
29678         (ada-looking-at-semi-private, ada-in-paramlist-p)
29679         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29680         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29681         (ada-next-procedure, ada-previous-procedure, ada-next-package)
29682         (ada-previous-package, ada-create-menu)
29683         (ada-fill-comment-paragraph-justify)
29684         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29685         (ada-other-file-name, ada-last-which-function-line)
29686         (ada-last-which-function-subprog, ada-which-function)
29687         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29688         (ada-gen-treat-proc, ada-check-emacs-version)
29689         (ada-continuation-indent, ada-align-region-separate):
29690         Fix typos in docstrings.
29691         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29693 2005-06-16  Lute Kamstra  <lute@gnu.org>
29695         * simple.el (fundamental-mode): Run after-change-major-mode-hook
29696         conditionally.
29698 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
29700         * comint.el (comint-replace-by-expanded-filename)
29701         (comint-prompt-regexp, comint-delimiter-argument-list)
29702         (comint-preinput-scroll-to-bottom):
29703         * info.el (Info-hide-cookies-node):
29704         * ls-lisp.el (ls-lisp-classify):
29705         * find-file.el (ff-search-directories, ff-special-constructs)
29706         (ff-find-other-file):
29707         * font-lock.el (font-lock-keywords):
29708         * shell.el (shell-prompt-pattern)
29709         (shell-dynamic-complete-functions, shell-mode)
29710         (shell-delimiter-argument-list):
29711         * term.el (term-replace-by-expanded-filename)
29712         (term-prompt-regexp, term-delimiter-argument-list):
29713         * woman.el (woman-ignore, woman0-if):
29714         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29715         * emacs-lisp/elint.el (elint-init-env):
29716         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29717         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29718         * language/ethio-util.el (ethio-tilde-escape)
29719         (ethio-use-three-dot-question):
29720         * net/zone-mode.el (zone-mode-load-time-setup):
29721         * progmodes/cc-align.el (c-lineup-argcont):
29722         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29723         * progmodes/cperl-mode.el (cperl-set-style-back):
29724         * progmodes/inf-lisp.el (inferior-lisp-prompt):
29725         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29726         Fix spellings in docstrings.
29728         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29729         * progmodes/modula2.el (m2-for): Fix spellings.
29731         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29733         * simple.el (undo-more): Don't use `format' on `error' arguments.
29734         Improve argument/docstring consistency.
29735         (pending-undo-list): Doc fix.
29737         * smerge-mode.el (smerge-ensure-match):
29738         * emulation/vip.el (vip-ex):
29739         * net/zone-mode.el (zone-mode-update-serial):
29740         * progmodes/idlwave.el (idlwave-complete):
29741         * progmodes/vhdl-mode.el (vhdl-visit-file)
29742         (vhdl-compose-wire-components):
29743         Don't use `format' on `error' arguments.
29745         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29746         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29747         (tooltip-help-tips): Fix typos in docstrings.
29749 2005-06-16  David Ponce  <david@dponce.com>
29751         * tree-widget.el (tree-widget-value-create): Simplify last change.
29753 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
29755         * ido.el (ido-incomplete-regexp): New variable.
29756         (ido-set-matches-1): Handle invalid-regexp error and set
29757         ido-incomplete-regexp.
29758         (ido-incomplete-regexp): New face.
29759         (ido-completions): Use it.
29760         (ido-complete, ido-exit-minibuffer, ido-completions):
29761         Handle incomplete regexps.
29762         (ido-completions): Add check for complete match when entering a regexp.
29764 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
29766         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29768 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29770         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29771         by field delimiters.
29773 2005-06-15  David Ponce  <david@dponce.com>
29775         * tree-widget.el: eval-and-compile inlined functions so they will
29776         be available at run-time too.
29777         (tree-widget-super-format-handler)
29778         (tree-widget-format-handler): Remove.
29779         (tree-widget-value-create): Handle the :indent property.
29781 2005-06-15  Miles Bader  <miles@gnu.org>
29783         * progmodes/which-func.el (which-func): Only inherit
29784         `font-lock-function-name-face' when that makes sense against the
29785         default mode-line face, otherwise set the face color explicitly.
29787         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29788         faces instead of (non-existent) variables.
29790 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
29792         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29793         (iswitchb-get-matched-buffers): Likewise.  Simplify.
29795 2005-06-14  Miles Bader  <miles@gnu.org>
29797         * progmodes/ld-script.el (ld-script-location-counter):
29798         Remove "-face" suffix from face name.
29799         (ld-script-location-counter-face):
29800         New backward-compatibility alias for renamed face.
29801         (ld-script-location-counter-face): Use renamed face.
29803         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29804         (cperl-hash): Remove "-face" suffix from face names.
29805         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29806         New backward-compatibility aliases for renamed faces.
29807         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29808         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29810         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29811         name.
29812         (which-func-face): New backward-compatibility alias for renamed face.
29813         (which-func-format): Use renamed which-func face.
29815         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29816         (vhdl-function, vhdl-directive, vhdl-reserved-word)
29817         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29818         names.
29819         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29820         (vhdl-speedbar-configuration, vhdl-speedbar-package)
29821         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29822         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29823         (vhdl-speedbar-architecture-selected)
29824         (vhdl-speedbar-configuration-selected)
29825         (vhdl-speedbar-package-selected)
29826         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29827         names.
29828         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29829         Use renamed faces.
29830         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29831         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29832         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29833         Use renamed faces.
29834         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29835         names.
29836         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29837         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29838         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29839         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29840         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29841         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29843         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29844         face name.
29845         (sh-heredoc-face): New backward-compatibility alias for renamed face.
29846         (sh-heredoc-face): Use renamed sh-heredoc face.
29848         * progmodes/idlw-help.el (idlwave-help-link):
29849         Remove "-face" suffix from face name.
29850         (idlwave-help-link-face):
29851         New backward-compatibility alias for renamed face.
29852         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29854         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29855         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29856         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29857         New backward-compatibility aliases for renamed faces.
29858         (idlwave-shell-disabled-breakpoint-face)
29859         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29861         * progmodes/flymake.el (flymake-errline, flymake-warnline):
29862         Remove "-face" suffix from face names.
29863         (flymake-errline-face, flymake-warnline-face):
29864         New backward-compatibility aliases for renamed faces.
29865         (flymake-highlight-line): Use renamed flymake faces.
29867         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29868         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29869         (ebrowse-member-class, ebrowse-progress):
29870         Remove "-face" suffix from face names.
29871         (ebrowse-tree-mark-face, ebrowse-root-class-face)
29872         (ebrowse-file-name-face, ebrowse-default-face)
29873         (ebrowse-member-attribute-face, ebrowse-member-class-face)
29874         (ebrowse-progress-face):
29875         New backward-compatibility aliases for renamed faces.
29876         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29877         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29878         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29879         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29881         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29882         antlr-syntax)
29883         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29884         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29885         names.
29886         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29887         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29888         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29889         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29890         backward-compatibility aliases for renamed faces.
29891         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29892         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29893         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29894         remove "font-lock-".  Use renamed antlr-mode faces.
29895         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
29896         literal face-names with face variable references.
29898         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29899         face name.
29900         (Buffer-menu-buffer-face): New backward-compatibility alias for
29901         renamed face.
29902         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29904 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
29906         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29907         Eliminate "-face" suffix.
29908         (makefile-targets): Inherit from font-lock-function-name-face and
29909         eliminate "-face" suffix.
29910         (makefile-shell): Remove attributes and eliminate "-face" suffix.
29911         (makefile-*-font-lock-keywords): Append makefile-targets in rule
29912         actions, instead of prepending, to make it less visible.
29913         (makefile-previous-dependency, makefile-match-dependency):
29914         Don't match a target on a continuation line.
29916         * files.el (auto-mode-alist): Put Makefile in gmake mode.
29918 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
29920         * progmodes/gdb-ui.el (menu): Re-order menu items.
29921         (gdb-tooltip-print): Respect tooltip-use-echo-area.
29923         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29924         Define in tooltip.el.
29925         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29926         (gud-tooltip-tips): Respect tooltip-use-echo-area and
29927         gud-tooltip-echo-area.
29929         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29930         backward compatibility and make obsolete.
29931         (tooltip-help-tips): Use tooltip-use-echo-area.
29932         (tooltip-show-help-function): Rename to...
29933         (tooltip-show-help): ...this, because it is a function.
29934         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29936 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
29938         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29939         (edebug-print-length, edebug-print-level, edebug-print-circle)
29940         (edebug-modify-breakpoint, edebug-eval-last-sexp)
29941         (edebug-eval-print-last-sexp): Doc fixes.
29943 2005-06-14  Kim F. Storm  <storm@cua.dk>
29945         * ido.el (ido-mode): Make a new keymap every time we enable ido,
29946         as the coverage buffer/file/both may change.
29948 2005-06-14  Lute Kamstra  <lute@gnu.org>
29950         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29951         and run-mode-hooks.  Simplify.
29953         * mail/rmailedit.el (rmail-edit-mode):
29954         * progmodes/octave-inf.el (inferior-octave-mode):
29955         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29957         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29958         and run-mode-hooks.
29959         (recentf-edit-list, recentf-open-files): Don't call
29960         kill-all-local-variables directly.
29962         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29964 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
29966         * emacs-lisp/byte-run.el (make-obsolete)
29967         (define-obsolete-function-alias): Rename arguments FUNCTION and
29968         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29969         (make-obsolete-variable, define-obsolete-variable-alias):
29970         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29971         respectively.
29973         * isearchb.el (isearchb-activate):
29974         * pcvs.el (cvs-mode):
29975         * ses.el (ses-load):
29976         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29977         * net/tramp.el (tramp-find-file-exists-command)
29978         (tramp-find-shell):
29979         * progmodes/ada-mode.el (ada-create-case-exception)
29980         (ada-create-case-exception-substring, ada-make-subprogram-body):
29981         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29982         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29983         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29984         * textmodes/org.el (org-promote, org-evaluate-time-range)
29985         (org-agenda-next-date-line, org-agenda-previous-date-line)
29986         (org-agenda-error, org-open-at-point, org-table-move-row)
29987         (org-format-table-table-html-using-table-generate-source)
29988         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29989         * textmodes/reftex.el (reftex-access-scan-info):
29990         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29991         (reftex-toc-promote-prepare): Follow error conventions.
29993         * diff-mode.el (diff-mode): Fix typo in docstring.
29995         * forms.el (forms--intuit-from-file): Fix reference to
29996         `forms-number-of-fields' in error message.
29997         (forms-print): Fix quoting in error message.
29999         * forms.el (forms-mode):
30000         * emulation/vi.el (vi-goto-insert-state):
30001         * progmodes/flymake.el (flymake-new-err-info)
30002         (flymake-start-syntax-check-for-current-buffer)
30003         (flymake-simple-cleanup):
30004         * eshell/esh-var.el (eshell/export):
30005         * progmodes/gud.el (xdb):
30006         * textmodes/flyspell.el (flyspell-incorrect-hook)
30007         (flyspell-maybe-correct-transposition)
30008         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
30010 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
30012         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
30013         minibuffer prompt.
30015 2005-06-13  Kim F. Storm  <storm@cua.dk>
30017         * subr.el (add-to-ordered-list): New defun.
30019         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
30020         add cua--keymap-alist to emulation-mode-map-alists.
30022 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30024         * subr.el (complete-in-turn): New macro.
30025         (dynamic-completion-table, lazy-completion-table): Add debug info.
30027         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
30028         in preference to face aliases.
30030         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
30031         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
30032         Remove unused vars `start' and `firstline'.
30033         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
30034         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
30036 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
30038         * cus-start.el (all): Don't complain about missing GTK-related
30039         variables, unless either `gtk' is boundp or this isn't a
30040         `windows-nt' build.
30042 2005-06-13  Lute Kamstra  <lute@gnu.org>
30044         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
30045         run-mode-hooks.
30047         * ediff-mult.el (ediff-meta-mode):
30048         * ediff-util.el (ediff-mode): Use run-mode-hooks.
30050         * ledit.el (ledit-mode): Use delay-mode-hooks.
30052         * woman.el (woman-mode-line-format): Delete constant.
30053         (woman-mode-map): Initialize it properly.
30054         (woman-mode): Set mode-class property to special.
30055         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
30056         Set major-mode and mode-name.  Don't set mode-line-format directly.
30057         (Man-getpage-in-background): Don't reference woman-mode-line-format.
30059         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
30060         string argument obsolete.
30062 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
30064         * textmodes/org.el (org-CUA-compatible): New option.
30065         (org-disputed-keys): New variable.
30066         (org-key): New function.
30067         (orgtbl-make-binding): Add docstring to the created function.
30068         (org-mode): Set paragraph start/separate regexps.
30069         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
30070         (org-archive-location, org-archive-mark-done)
30071         (org-archive-stamp-time): New options.
30072         (org-archive-subtree): New command.
30073         (org-fill-paragraph): New function.
30074         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
30075         (org-fake-empty-table-line): Function removed.
30076         (org-format-org-table-html): Do not create empty table lines at
30077         separator lines.  Improved table header treatment.
30078         (org-link-format): New option.
30079         (org-make-link): New function.
30080         (org-insert-link, org-store-link): Use org-make-link.
30081         (org-open-file): Quote file name for shell command, to allow
30082         spaces in file names.
30083         (org-link-regexp): Fix bug with mailto link.
30084         (org-link-maybe-angles-regexp, org-protected-link-regexp):
30085         New constants.
30086         (org-export-as-html): Deal with the optional angles around a link.
30087         Better treatment of file: links.
30088         (org-open-at-point): Replace @{ and @} with < and >.
30089         (org-run-mode-hooks): Function removed.
30090         (org-agenda-mode): No longer use `org-run-mode-hooks'.
30092 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
30094         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
30095         MI command -data-list-register-values.
30096         (gdb-post-prompt): Indent properly.
30098 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
30100         * hilit-chg.el (highlight-changes-colors): Rename from
30101         `highlight-changes-colours'.
30102         (highlight-changes-colours): Keep as obsolete alias.
30103         (highlight-changes-face-list): Doc fix.
30104         (hilit-chg-make-list): Use `highlight-changes-colors'.
30106 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
30108         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
30109         defun-prompt-regexp.
30111 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
30113         * loadup.el: Don't say we are dumping under 2 names on windows-nt
30114         and cygwin.
30116         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
30117         Don't use an old loaddefs.el, as in Makefile.in.
30119 2005-06-12  Lute Kamstra  <lute@gnu.org>
30121         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
30123         * man.el (Man-mode-map): Initialize it properly.
30124         (Man-mode): Set mode-class property to special.
30126         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
30128 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
30130         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
30131         A newline is needed in the docstring there.
30133         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
30134         Doc fixes.
30136 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30138         * printing.el: Doc fix.  The menubar is no more changed when printing
30139         is loaded, it only changes when pr-menu-bind or pr-update-menus is
30140         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
30141         (pr-version): New version number (6.8.4).
30142         (pr-menu-bind): New command.
30143         (pr-update-menus): Docstring and code fix.
30144         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
30145         Docstring fix.
30146         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
30147         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
30149 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
30151         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
30152         "Returns" to "return", document useful return values, etc.
30154 2005-06-11  Alan Mackenzie  <acm@muc.de>
30156         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
30157         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
30158         (adaptive-file-function): Minor amendment to doc-string.
30160 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30162         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
30163         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
30164         Fix :type--it is `integer', not `string'.
30166         * faces.el (modeline-highlight): Rename from (the erroneous)
30167         `modeline-higilight'.
30169 2005-06-11  Lute Kamstra  <lute@gnu.org>
30171         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
30172         lisp-interaction-mode-map but make it the parent.
30173         (edebug-eval-mode): Use define-derived-mode.
30175 2005-06-11  Andreas Schwab  <schwab@suse.de>
30177         * bindings.el: Add binding of `ESC functionkey' for every
30178         `M-functionkey'.
30179         * hexl.el (hexl-mode-map): Likewise.
30181 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
30183         * progmodes/compile.el (compilation-error-regexp-alist-alist)
30184         [msft]: update regexp for newer msft compilers.
30186 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
30188         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
30189         ATTLIST portions of included DTDs.
30190         (xml-parse-dtd): Eliminate use of inefficient match-data.
30192 2005-06-10  Miles Bader  <miles@gnu.org>
30194         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
30195         (mpuz-text): Remove "-face" suffix from face names.
30196         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
30197         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
30198         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
30200         * play/gomoku.el (gomoku-O, gomoku-X):
30201         Remove "-face" suffix from face names.
30202         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
30203         New backward-compatibility aliases for renamed faces.
30204         (gomoku-font-lock-keywords): Use renamed gomoku faces.
30206 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
30208         * thumbs.el: Fixes for changes of 2005-06-09.
30209         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
30210         as a directory.
30211         (thumbs-thumbname): Remove directory separator from format string;
30212         `thumbs-thumbsdir' now returns a valid directory name.
30213         (thumbs-temp-dir): New defsubst.
30214         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
30215         Use it.
30217         * cus-edit.el (minibuffer):
30218         * files.el (make-backup-file-name-function):
30219         * filesets.el (filesets-external-viewers):
30220         * hilit-chg.el (highlight-changes-colours)
30221         (highlight-changes-face-list, highlight-changes-rotate-faces):
30222         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
30223         * kmacro.el (kmacro-call-macro):
30224         * log-edit.el (log-edit-changelog-full-paragraphs):
30225         * mouse.el (mouse-1-click-follows-link):
30226         * skeleton.el (skeleton-autowrap):
30227         * subr.el (insert-for-yank-1):
30228         * tempo.el (tempo-insert-region):
30229         * terminal.el (terminal-emulator):
30230         * time.el (display-time-mail-face):
30231         * vc.el (vc-annotate):
30232         * vcursor.el (vcursor-copy-line):
30233         * woman.el (woman-bold-headings, woman-ignore)
30234         (woman-default-faces, woman-monochrome-faces):
30235         * calendar/todo-mode.el (todo-insert-threshold):
30236         * emulation/pc-select.el (pc-select-selection-keys-only)
30237         (pc-selection-mode):
30238         * emulation/vip.el (vip-find-char-forward):
30239         * emulation/viper-cmd.el (viper-find-char-forward):
30240         * international/mule-cmds.el
30241         (select-safe-coding-system-accept-default-p)
30242         (input-method-exit-on-invalid-key):
30243         * international/mule-diag.el (describe-coding-system):
30244         * international/ucs-tables.el (unify-8859-on-encoding-mode):
30245         * net/browse-url.el (browse-url-xterm-program):
30246         * obsolete/lazy-lock.el (lazy-lock-mode):
30247         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
30248         (cperl-mode):
30249         * progmodes/cpp.el (cpp-face-light-name-list)
30250         (cpp-face-dark-name-list):
30251         * progmodes/delphi.el (delphi-newline-always-indents):
30252         Fix spellings in docstrings.
30254         * ido.el (ido-mode, ido-file-extensions-order)
30255         (ido-default-file-method, ido-default-buffer-method)
30256         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
30257         (ido-decorations, ido-read-file-name-as-directory-commands)
30258         (ido-read-file-name-non-ido, ido-work-directory-list)
30259         (ido-ignore-item-temp-list, ido-current-directory)
30260         (ido-magic-forward-char, ido-enter-find-file)
30261         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
30262         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
30264 2005-06-10  Lute Kamstra  <lute@gnu.org>
30266         * play/dunnet.el (dun-mode): Use define-derived-mode.
30267         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
30268         obsolete alias.
30270         * play/doctor.el (doctor-mode-map): Remove defvar.
30271         (doctor-mode): Use define-derived-mode.
30273         * mail/mspools.el (mspools-mode):
30274         * net/eudc-hotlist.el (eudc-hotlist-mode):
30275         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
30277 2005-06-10  Miles Bader  <miles@gnu.org>
30279         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
30280         Remove "-face" suffix from face names.
30281         (flyspell-incorrect-face, flyspell-duplicate-face):
30282         New backward-compatibility aliases for renamed faces.
30283         (flyspell-mode-on, make-flyspell-overlay)
30284         (flyspell-highlight-incorrect-region)
30285         (flyspell-highlight-duplicate-region)
30286         (flyspell-display-next-corrections)
30287         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
30289         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
30290         from face name.
30291         (texinfo-heading-face): New backward-compatibility alias for
30292         renamed face.
30293         (texinfo-heading-face): Use renamed texinfo-heading face.
30295         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
30296         suffix from face names.
30297         (tex-math-face, tex-verbatim-face):
30298         New backward-compatibility aliases for renamed faces.
30299         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
30300         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
30301         literal face name.
30303         * textmodes/table.el (table-cell): Remove "-face" suffix from face
30304         name.
30305         (table-cell-face): New backward-compatibility alias for renamed face.
30306         (table--put-cell-face-property, table--update-cell-face):
30307         Use renamed table-cell face.
30309         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
30310         from face name.
30311         (sgml-namespace-face): New backward-compatibility alias for
30312         renamed face.
30313         (sgml-namespace-face): Use renamed sgml-namespace face.
30315         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
30316         (org-level-4, org-level-5, org-level-6, org-level-7)
30317         (org-level-8, org-warning, org-headline-done)
30318         (org-deadline-announce, org-scheduled-today)
30319         (org-scheduled-previously, org-link, org-done, org-table)
30320         (org-time-grid): Remove "-face" suffix from face names.
30321         (org-level-1-face, org-level-2-face, org-level-3-face)
30322         (org-level-4-face, org-level-5-face, org-level-6-face)
30323         (org-level-7-face, org-level-8-face, org-warning-face)
30324         (org-headline-done-face, org-deadline-announce-face)
30325         (org-scheduled-today-face, org-scheduled-previously-face)
30326         (org-link-face, org-done-face, org-table-face)
30327         (org-time-grid-face):
30328         New backward-compatibility aliases for renamed faces.
30329         (org-level-faces, org-set-font-lock-defaults, org-timeline)
30330         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
30331         (org-agenda-get-timestamps, org-agenda-get-scheduled)
30332         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
30334         * emulation/viper-init.el (viper-search, viper-replace-overlay)
30335         (viper-minibuffer-emacs, viper-minibuffer-insert)
30336         (viper-minibuffer-vi): Remove "-face" suffix from face names.
30337         (viper-search-face, viper-replace-overlay-face)
30338         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30339         (viper-minibuffer-vi-face):
30340         New backward-compatibility aliases for renamed faces.
30341         (viper-search-face, viper-replace-overlay-face)
30342         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30343         (viper-minibuffer-vi-face): Use renamed viper faces.
30345         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
30346         Remove "-face" suffix from face names.
30347         (testcover-nohits-face, testcover-1value-face):
30348         New backward-compatibility aliases for renamed faces.
30349         (testcover-mark): Use renamed testcover faces.
30351         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
30352         face name.
30353         (diary-button-face): New backward-compatibility alias for renamed face.
30354         (diary-entry): Use renamed diary-button face.
30356         * calendar/calendar.el (diary, calendar-today, holiday)
30357         (mark-visible-calendar-date): Remove "-face" suffix from face names.
30358         (diary-face, calendar-today-face, holiday-face):
30359         New backward-compatibility aliases for renamed faces.
30360         (eval-after-load "facemenu", diary-entry-marker)
30361         (calendar-today-marker, calendar-holiday-marker, diary-face):
30362         Use renamed calendar faces.
30364         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
30365         (compare-windows-face): New backward-compatibility alias for
30366         renamed face.
30367         (compare-windows-highlight): Use renamed compare-windows face.
30369         * strokes.el (strokes-char): Remove "-face" suffix from face name.
30370         (strokes-char-face): New backward-compatibility alias for renamed face.
30371         (strokes-encode-buffer): Use renamed strokes-char face.
30373         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
30374         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
30375         Remove "-face" suffix from face names.
30376         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
30377         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
30378         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
30379         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
30380         Use renamed pcvs faces.
30381         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
30382         * pcvs-defs.el (cvs-mode-map): Likewise.
30383         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
30385         * info.el (info-title-1, info-title-2, info-title-3)
30386         (info-title-4): Remove "-face" suffix from and downcase face names.
30387         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
30388         (Info-title-4-face):
30389         New backward-compatibility aliases for renamed faces.
30390         (Info-fontify-node): Use renamed info faces.
30392         * hilit-chg.el (highlight-changes, highlight-changes-delete):
30393         Remove "-face" suffix from face names.
30394         (highlight-changes-face, highlight-changes-delete-face):
30395         New backward-compatibility aliases for renamed faces.
30396         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
30397         (hilit-chg-make-list): Use renamed highlight-changes faces.
30399         * generic-x.el (show-tabs-tab, show-tabs-space):
30400         Remove "-face" suffix from face names.
30401         (show-tabs-tab-face, show-tabs-space-face):
30402         New backward-compatibility aliases for renamed faces.
30403         (show-tabs-generic-mode-font-lock-defaults-1)
30404         (show-tabs-generic-mode-font-lock-defaults-2):
30405         Use renamed show-tabs faces.
30407         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
30408         (smerge-markers): Remove "-face" suffix from face names.
30409         (smerge-mine-face, smerge-other-face, smerge-base-face)
30410         (smerge-markers-face):
30411         New backward-compatibility aliases for renamed faces.
30412         (smerge-mine-face, smerge-other-face, smerge-base-face)
30413         (smerge-markers-face): Use renamed smerge faces.
30415         * log-view.el (log-view-file, log-view-message): Remove "-face"
30416         suffix from face names.
30417         (log-view-file-face, log-view-message-face):
30418         New backward-compatibility aliases for renamed faces.
30419         (log-view-file-face, log-view-message-face): Use renamed log-view
30420         faces.
30422         * paren.el (show-paren-match, show-paren-mismatch):
30423         Remove "-face" suffix from face names.
30424         (show-paren-match-face, show-paren-mismatch-face):
30425         New backward-compatibility aliases for renamed faces.
30426         (show-paren-function): Use renamed show-paren faces.
30428         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
30429         (ruler-mode-margins, ruler-mode-fringes)
30430         (ruler-mode-column-number, ruler-mode-fill-column)
30431         (ruler-mode-comment-column, ruler-mode-goal-column)
30432         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
30433         suffix from face names.
30434         (ruler-mode-default-face, ruler-mode-pad-face)
30435         (ruler-mode-margins-face, ruler-mode-fringes-face)
30436         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
30437         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
30438         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
30439         New backward-compatibility aliases for renamed faces.
30440         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
30441         (ruler-mode-column-number, ruler-mode-fill-column)
30442         (ruler-mode-comment-column, ruler-mode-goal-column)
30443         (ruler-mode-tab-stop, ruler-mode-current-column)
30444         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
30445         faces.
30447         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
30448         face name.
30449         (whitespace-highlight-the-space): Use renamed face.
30450         (whitespace-highlight-face): New backward-compatibility alias for
30451         renamed face.
30453         * woman.el (woman-italic, woman-bold, woman-unknown)
30454         (woman-addition, woman-symbol-face):
30455         Remove "-face" suffix from face names.
30456         (woman-italic-face, woman-bold-face, woman-unknown-face)
30457         (woman-addition-face):
30458         New backward-compatibility aliases for renamed faces.
30459         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
30460         (woman-decode-region, woman-replace-match)
30461         (woman-display-extended-fonts, woman-special-characters)
30462         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
30463         Use renamed woman faces.
30465         * longlines.el (longlines-visible-face): Face removed.
30467         * diff-mode.el (diff-header, diff-file-header, diff-index)
30468         (diff-hunk-header, diff-removed, diff-added, diff-changed)
30469         (diff-function, diff-context, diff-nonexistent): Remove "-face"
30470         suffix from face names.
30471         (diff-header-face, diff-file-header-face, diff-index-face)
30472         (diff-hunk-header-face, diff-removed-face, diff-added-face)
30473         (diff-changed-face, diff-function-face, diff-context-face)
30474         (diff-nonexistent-face): New backward-compatibility aliases for
30475         renamed faces.
30476         (diff-header-face, diff-file-header-face)
30477         (diff-index, diff-index-face, diff-hunk-header)
30478         (diff-hunk-header-face, diff-removed, diff-removed-face)
30479         (diff-added, diff-added-face, diff-changed-face, diff-function)
30480         (diff-function-face, diff-context-face, diff-nonexistent)
30481         (diff-nonexistent-face): Use renamed diff-mode faces.
30483         * progmodes/compile.el (compilation-warning-face)
30484         (compilation-info-face): Remove "-face" suffix from face names.
30485         (compilation-warning-face, compilation-info-face):
30486         New backward-compatibility aliases for renamed faces.
30487         (compilation-warning-face, compilation-info-face):
30488         Use renamed compilation faces.
30490         * add-log.el (change-log-date, change-log-name)
30491         (change-log-email, change-log-file, change-log-list)
30492         (change-log-conditionals, change-log-function)
30493         (change-log-acknowledgement): Remove "-face" suffix from face names.
30494         (change-log-date-face, change-log-name-face)
30495         (change-log-email-face, change-log-file-face)
30496         (change-log-list-face, change-log-conditionals-face)
30497         (change-log-function-face, change-log-acknowledgement-face):
30498         New backward-compatibility aliases for renamed faces.
30499         (change-log-font-lock-keywords): Use renamed change-log faces.
30501         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30502         (custom-set, custom-changed, custom-saved, custom-button)
30503         (custom-button-pressed, custom-documentation, custom-state)
30504         (custom-comment, custom-comment-tag, custom-variable-tag)
30505         (custom-variable-button, custom-face-tag, custom-group-tag-1)
30506         (custom-group-tag): Remove "-face" suffix from face names.
30507         (custom-magic-alist, custom-magic-value-create)
30508         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30509         (custom-invalid-face, custom-rogue-face, custom-modified-face)
30510         (custom-set-face, custom-changed-face, custom-saved-face)
30511         (custom-button-face, custom-button-pressed-face)
30512         (custom-documentation-face, custom-state-face)
30513         (custom-comment-face, custom-comment-tag-face)
30514         (custom-variable-tag-face, custom-variable-button-face)
30515         (custom-face-tag-face, custom-group-tag-face-1)
30516         (custom-group-tag-face):
30517         New backward-compatibility aliases for renamed faces.
30519         * wid-edit.el (widget-documentation, widget-button)
30520         (widget-field, widget-single-line-field, widget-inactive)
30521         (widget-button-pressed): "-face" suffix removed from face names.
30522         (widget-documentation-face, widget-button-face)
30523         (widget-field-face, widget-single-line-field-face)
30524         (widget-inactive-face, widget-button-pressed-face):
30525         New backward-compatibility aliases for renamed faces.
30526         (widget-documentation-face, widget-button-face)
30527         (widget-button-pressed-face, widget-specify-field)
30528         (widget-specify-inactive): Use renamed widget faces.
30530 2005-06-10  Kenichi Handa  <handa@m17n.org>
30532         * term/x-win.el (x-clipboard-yank): Remove condition-case
30533         wrapping.
30535 2005-06-11  Kenichi Handa  <handa@m17n.org>
30537         * add-log.el (change-log-font-lock-keywords): Make the regexp for
30538         date lines stricter.
30540 2005-06-10  Zhang Wei  <id.brep@gmail.com>
30542         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30543         of x-get-selection.
30545 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
30547         * comint.el (comint-mode, comint-snapshot-last-prompt):
30548         * frame.el (frame-current-scroll-bars):
30549         * term.el (term-mode, term-check-proc, term-input-sender)
30550         (term-simple-send, term-extract-string, term-word)
30551         (term-match-partial-filename):
30552         * window.el (window-current-scroll-bars):
30553         * emulation/cua-base.el (cua-normal-cursor-color)
30554         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30555         (cua-global-mark-cursor-color):
30556         * mail/undigest.el (rmail-forward-separator-regex):
30557         Fix typos in docstrings.
30559         * comint.el (comint-check-proc, make-comint-in-buffer)
30560         (comint-source-default): Doc fixes.
30562         * term.el (term-send-string): Improve argument/docstring consistency.
30564 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
30566         * comint.el (comint-send-input): Bind `inhibit-read-only' around
30567         call to `delete-region'.
30568         (comint-mode-hook): Do not enable Font Lock by default.
30570 2005-06-09  Lute Kamstra  <lute@gnu.org>
30572         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30573         could be void.
30575 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
30577         * emacs-lisp/debug.el (debugger-will-be-back): New var.
30578         (debug): Use it.
30579         (debugger-step-through, debugger-continue, debugger-jump)
30580         (debugger-return-value): Set it when needed.
30581         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30582         Use inhibit-read-only.
30584 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
30586         * window.el (shrink-window-if-larger-than-buffer)
30587         (window-size-fixed): Fix typo in docstring.
30589         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
30590         thumbnails directory on loading.
30591         (thumbs-conversion-program): Use `eq' to check the system type,
30592         not `equal'.
30593         (thumbs-temp-dir): Initialize to `temporary-file-directory',
30594         not "/tmp".  Fix docstring.
30595         (thumbs-thumbsdir): New function to return the thumbnails
30596         directory, creating it if needed.
30597         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30598         (thumbs-temp-file): Delete variable and make it into a function.
30599         (thumbs-resize-image, thumbs-modify-image): Use it.
30600         (thumbs-kill-buffer): Simplify.
30601         (thumbs-gensym): Defalias or duplicate CL `gensym'.
30602         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30603         docstrings.
30605 2005-06-09  Kim F. Storm  <storm@cua.dk>
30607         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30608         set-match-data to free markers in match-data.
30610         * replace.el (replace-match-data): Pass RESEAT arg `t' to
30611         match-data to unchain markers in match-data.
30613 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
30615         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30616         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
30617         unnecessary now.
30619 2005-06-08  Richard M. Stallman  <rms@gnu.org>
30621         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30622         give the variable a doc string that doesn't say don't set it directly.
30624         * textmodes/ispell.el (ispell-check-version):
30625         Use match-string-no-properties.
30626         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30627         (ispell-buffer-local-words): Likewise.
30629         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30630         except on terminals with enough colors to really display it.
30631         (makefile-dependency-regex): Delete spurious `bb'.
30633         * faces.el (escape-glyph): Use blue once again in last case.
30634         (no-break-space): Redefine so that it isn't invisible on a tty.
30636 2005-06-08  Kim F. Storm  <storm@cua.dk>
30638         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30639         also when reading directory name.
30641 2005-06-08  Lute Kamstra  <lute@gnu.org>
30643         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30644         (flyspell-mode-line-string): Remove autoload cookie.
30645         (flyspell-mode): Remove defvar.
30647 2005-06-07  Lute Kamstra  <lute@gnu.org>
30649         * textmodes/org.el (org-run-mode-hooks): New function.
30650         (org-agenda-mode): Use it.
30652 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
30654         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30656 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30658         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30660 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
30662         * font-lock.el (font-lock-add-keywords): Doc fix.
30664 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30666         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30667         (tex-compile-default): In the absence of any history, use the order in
30668         tex-compile-alist to choose the preferred command.
30669         (tex-compile-commands): Reorder a bit.
30671         * textmodes/flyspell.el (flyspell-auto-correct-binding)
30672         (flyspell-incorrect-face, flyspell-duplicate-face):
30673         Use (X)Emacs-agnostic code.
30674         (flyspell-mode-map): Don't overwrite at each load.  Remove code
30675         redundant with the subsequent add-minor-mode.  Merge Emacs and
30676         XEmacs code.
30677         (flyspell-word): Minor simplification.
30678         (flyspell-math-tex-command-p): Quieten the byte-compiler.
30679         (flyspell-external-point-words): Remove unused vars `size' and `start'.
30680         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30681         Merge the corresponding Emacs code.
30682         (flyspell-correct-word, flyspell-xemacs-popup):
30683         Use flyspell-do-correct.
30685         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30686         a dedicated window.
30688         * international/latexenc.el (latexenc-find-file-coding-system):
30689         Undo part of last patch, to turn off a compiler warning.
30691 2005-06-06  Juri Linkov  <juri@jurta.org>
30693         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30694         Rename `tmm-inactive-face' to `tmm-inactive'.
30696 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
30698         * iswitchb.el: Rename faces.
30700 2005-06-06  Kim F. Storm  <storm@cua.dk>
30702         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30703         (cua-global-mark): Remove -face suffix from face names.
30705         * emulation/cua-gmrk.el (cua--init-global-mark):
30706         Remove cua-global-mark face setup.
30708 2005-06-06  Richard M. Stallman  <rms@gnu.org>
30710         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30711         just like other allowed characters.
30712         (makefile-match-dependency): Exclude leading and training whitespace
30713         from the range of regexp subexp 1.
30714         (makefile-macroassign-regex): Don't try to match the body,
30715         just the name of the macro being defined.
30717         * info.el (Info-read-node-name-2): New function.
30718         (Info-read-node-name-1): Use that.
30719         Add a completion-base-size-function property.
30721         * simple.el (completion-setup-function): Look for
30722         completion-base-size-function property of minibuffer-completion-table.
30724         * files.el (locate-file-completion): Doc fix.
30726         * printing.el: Don't call pr-update-menus; user must do that.
30728         * emacs-lisp/debug.el (debugger-window): New variable.
30729         (debug): Use debugger-window if it is set and still alive.
30730         Record debugger-window for next entry.
30732         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30734 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
30736         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30737         (hack-one-local-variable, hack-local-variables)
30738         (hack-local-variables-prop-line): Pass that arg.
30740 2005-06-06  Kim F. Storm  <storm@cua.dk>
30742         * ido.el (ido-first-match, ido-only-match, ido-subdir)
30743         (ido-indicator): Remove -face suffix from face names.
30745 2005-06-06  Juri Linkov  <juri@jurta.org>
30747         * font-lock.el (font-lock-regexp-backslash)
30748         (font-lock-regexp-backslash-construct): New faces.
30749         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
30750         after `('.  Add `while-no-input' to control structures.
30752         * faces.el (no-break-space, shadow): New faces.
30753         (escape-glyph): Use less loud colors pink2 and red4.
30755         * diff-mode.el (diff-context-face)
30756         * dired.el (dired-ignored)
30757         * rfn-eshadow.el (file-name-shadow)
30758         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30760         * info.el (Info-title-1-face): Use green instead of yellow because
30761         bold yellow is not readable on light backgrounds.
30763         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30764         before selecting the desired mode to not spend time fontifying
30765         old contents.
30767 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
30769         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30770         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30772         * ps-print.el (ps-default-fg, ps-default-bg):
30773         Fix typos in docstrings.
30775         * isearchb.el (isearchb): Don't pass a spurious second argument to
30776         `iswitchb-completions'.
30778 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
30780         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30781         to preserve point.
30782         (gdb-find-file-hook): Add doc string.
30784         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30785         C dereferenced pointer expression.
30786         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
30788         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30790         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30791         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30792         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30793         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30794         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30795         Make background transparent.
30797 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
30799         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
30800         (font-lock-remove-keywords): Doc fix.
30801         (font-lock-mode-major-mode): Compiler defvar.
30802         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30804         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30805         (font-lock-mode): Update `font-lock-mode-major-mode'.
30806         (font-lock-set-defaults): Compiler defvar.
30807         (font-lock-default-function): Take `font-lock-mode-major-mode'
30808         into account.
30810         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30811         keep track of which major mode it enabled the minor mode for.
30812         Use find-file-hook again.  Update docstring.
30814         * simple.el (eval-expression-print-level)
30815         (eval-expression-print-length, eval-expression-debug-on-error):
30816         Doc fixes.
30818 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
30820         * iswitchb.el (iswitchb-single-match-face)
30821         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30822         (iswitchb-invalid-regexp-face): New faces.
30823         (iswitchb-completions): Use them.
30824         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30825         now marked as an obsolete alias.
30826         (iswitchb-read-buffer): Remove check for bound font variables.
30827         (iswitchb-invalid-regexp): New free variable.
30828         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30829         set iswitchb-invalid-regexp.
30830         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30831         invalid regexps.
30832         (iswitchb-completions): Add check for complete match when entering
30833         a regexp.
30834         (iswitchb-completions): Remove require-match argument.
30835         (iswitchb-exhibit): Fix caller.
30836         (iswitchb-common-match-inserted): New variable.
30837         (iswitchb-complete, iswitchb-completion-help): Use it.
30839 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
30841         * url/url-http.el (url-http-chunked-encoding-after-change-function):
30842         Use `url-http-debug' instead of `message'.
30844 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
30846         * url/url-http.el (url-http-parse-headers): Pass redirected URL
30847         as a callback argument.
30849 2005-06-04  Kim F. Storm  <storm@cua.dk>
30851         * simple.el (line-move): Only call sit-for when moving backwards.
30853         * ido.el (ido-make-merged-file-list-1): New defun split from
30854         ido-make-merged-file-list.
30855         (ido-make-merged-file-list): Bind throw-on-input around call to
30856         ido-make-merged-file-list-1.  Return input-pending-p if
30857         interrupted by more input available.
30858         (ido-read-internal): Handle input-pending-p return value from
30859         ido-make-merged-file-list.
30861 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30863         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30864         compatibility code.
30866         * international/latexenc.el (latexenc-find-file-coding-system):
30867         Don't inherit the EOL part of the coding-system from the
30868         tex-main buffer.  Fit within 80 columns.
30870 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
30872         * tmm.el (tmm-inactive-face): New face.
30873         (tmm-remove-inactive-mouse-face): New function.
30874         (tmm-prompt, tmm-add-one-shortcut)
30875         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30876         but not selectable.
30878 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
30880         * faces.el (face-equal): Improve argument/docstring consistency.
30882 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
30884         * progmodes/make-mode.el (makefile-targets-face)
30885         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30886         (makefile-bsdmake-dependency-regex)
30887         (makefile-makepp-rule-action-regex)
30888         (makefile-bsdmake-rule-action-regex): New constants.
30889         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30891         * progmodes/compile.el (compilation-error-regexp-alist-alist):
30892         Allow (...) within `...' for makepp messages.
30894 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
30896         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30898         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30899         "." files are deleted from all file lists before comparison.
30901         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30902         (viper-ESC-key): Made them customizable.
30904         * emulation/viper.el (viper-non-hook-settings):
30905         Fix the names of defadvices.
30907 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
30909         * autorevert.el (auto-revert-buffers): Use save-match-data.
30911 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30913         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30914         menu items with a nil command binding.
30916 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
30918         * emacs-lisp/cl-macs.el (defsetf):
30919         Improve argument/docstring consistency.
30921         * faces.el (list-faces-display): Improve the formatting by
30922         computing the maximum length required for any face-name (reworked
30923         patch of 1999-01-11, accidentally deleted on 1999-07-21).
30924         (internal-find-face): Remove redundant info in docstring.
30926 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
30928         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30929         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30930         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30931         (gdb-assembler-custom): Improve regexps.
30932         (def-gdb-auto-update-handler): Use window point to preserve point.
30934 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
30936         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30938 2005-05-31  Jay Belanger  <belanger@truman.edu>
30940         * calc/calc-embed.el (calc-embedded-word): Change argument passed
30941         to calc-embedded.
30942         (calc-embedded-make-info): Have plain prefix argument select
30943         entire line.
30945 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
30947         * faces.el (list-faces-display): Signal error if passed a regexp
30948         that matches no face name.
30950         * simple.el (filter-buffer-substring): Fix typo in docstring.
30952 2005-05-31  Richard M. Stallman  <rms@gnu.org>
30954         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30955         (vhdl-emacs-21): Doc fix.
30956         (vhdl-mode): Unconditionally set comment-padding.
30957         (vhdl-fixup-whitespace-region): Insert spaces only where
30958         there are none.
30959         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30961 2005-05-30  John Wiegley  <johnw@newartisans.com>
30963         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30964         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30965         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30966         `directory-sep-char' to ?/, and all uses of `string-to-int' to
30967         `string-to-number'.
30969 2005-05-30  Jay Belanger  <belanger@truman.edu>
30971         * calc/calc.el (calc-bug-address): Fix docstring.
30972         (calc-window-hook, calc-trail-window-hook): New variables.
30973         (calc-trail-display): Restore use of calc-trail-window-hook.
30974         (calc): Restore use of calc-window-hook.
30976 2005-05-31  Masatake YAMATO  <jet@gyve.org>
30978         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30980         * help-fns.el (help-C-file-name): Add autoload mark for
30981         `find-function-noselect'.
30983 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
30985         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30986         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30988 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30990         * calendar/diary-lib.el (mark-included-diary-files): Only kill
30991         included diary buffer if it was not already being visited.
30992         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30994         * calendar/icalendar.el (top-level): Do not require appt.
30996         * mail/supercite.el (sc-select-attribution): Only use a list
30997         element from sc-attrib-selection-list if it returns a string.
30998         Reported by Davide G. M. Salvetti <salve@debian.org>.
31000 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
31002         * thumbs.el (thumbs-thumbname): The resulting thumbname now
31003         includes a hash value to improve its uniqueness, and has a ".jpg"
31004         extension.  Also, it is now a valid filename on all systems.
31005         (thumbs-make-thumb): Use `let', not `let*'.
31006         (thumbs-show-thumbs-list): Check for JPEG availability.
31008 2005-05-30  Richard M. Stallman  <rms@gnu.org>
31010         * filesets.el (filesets-menu-ensure-use-cached):
31011         Prevent warning when emacs-version>= is undefined.
31013         * printing.el (pr-interactive-n-up): Use string-to-number.
31015         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
31017         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
31018         Warn only when name to be defined is quoted.
31020 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
31022         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
31023         Make regexp more robust.
31024         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
31025         Force regeneration of disassembly.
31027 2005-05-29  Jay Belanger  <belanger@truman.edu>
31029         * calc/calc.el (calc-user-invocation): Check if
31030         calc-invocation-macro is non-nil.
31032 2005-05-29  Juri Linkov  <juri@jurta.org>
31034         * add-log.el (change-log-font-lock-keywords):
31035         Add `+' to e-mail regexp to accept mail address with keywords.
31037         * man.el (Man-name-regexp): Add `:' to accept qualified names.
31039 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
31041         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
31043         * ielm.el (inferior-emacs-lisp-mode): Ditto.
31045 2005-05-29  Richard M. Stallman  <rms@gnu.org>
31047         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
31048         Undo the change that moves to end of the current word.
31050 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
31052         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
31053         Throw error when count <= 0 to ensure input is a number.
31054         (gdb-read-memory-custom): Pick up address from buffer.
31055         (gdb-memory-mode): Allow user to increment and decrement
31056         memory address from header line.
31058 2005-05-29  Richard M. Stallman  <rms@gnu.org>
31060         * textmodes/flyspell.el (flyspell-version): Function deleted.
31061         (flyspell-auto-correct-previous-hook): Doc fix.
31063         * jit-lock.el (jit-lock-function, jit-lock-after-change):
31064         Do nothing if memory is full.
31066         * font-lock.el (font-lock-fontify-syntactically-region):
31067         Pass t for GREEDY to looking-back.
31069         * saveplace.el (save-place-alist-to-file): Write the file
31070         using write-region.
31072         * subr.el (looking-back): New argument GREEDY.
31074         * progmodes/compile.el (compilation-start): Set the mode
31075         before inserting the initial text.
31077         * progmodes/which-func.el (which-func-update-1): Turn the mode
31078         off in case of error by setting which-func-mode.
31080 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
31082         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
31083         Narrow down to what's on the screen, and recenter overlays
31084         at the end of the next word.
31086 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
31088         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
31089         8Vars moved up.
31090         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
31091         (flyspell-abbrev-p): Default to nil.
31092         (flyspell-use-global-abbrev-table-p): Doc fix.
31093         (flyspell-large-region): Allow nil as value.
31094         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
31096         (mail-mode-flyspell-verify): More robust handling
31097         of `mail-header-separator'.  More efficient signature detection.
31098         Allow for regexp metacharacters in message-header-separator.
31099         Adding `To' not to be checked in mail-mode-flyspell-verify.
31101         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
31102         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
31103         Bind flyspell-auto-correct-binding.
31104         Bind C-. and C-, .
31105         (flyspell-mode-map): Likewise.
31106         (flyspell-mode): Doc fix.
31107         (flyspell-accept-buffer-local-defs): Preserve current buffer.
31108         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
31109         (flyspell-word-cache-result): New var, always local.
31110         (flyspell-check-pre-word-p): Doc fix.
31111         (flyspell-check-changed-word-p): Handle spc like newline.
31112         (flyspell-post-command-hook): Set flyspell-word-cache-result.
31113         (flyspell-word-search-backward, flyspell-word-search-forward):
31114         New functions.
31115         (flyspell-word): Return t if nothing to check.
31116         When parsing TeX code, check for after } or \.
31117         Use flyspell-word-search-backward to find previous word.
31118         Return nil if duplicated word.
31119         For word already checked, return same value as last time.
31120         Set flyspell-word-cache-result after checking.
31121         Don't clobber the return value.
31122         (flyspell-get-word): Major rewrite.
31123         (flyspell-external-point-words): New locals pword, pcount.
31124         Fix size used in progress message.
31125         Find the proper corresponding word in flyspell-large-region-buffer.
31126         (flyspell-region): Check for flyspell-large-region = nil.
31127         (flyspell-highlight-incorrect-region): Clean up overlays in region.
31128         (flyspell-auto-correct-word): Check that WORD is a cons.
31129         (flyspell-correct-word): Likewise.
31131 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
31133         * progmodes/make-mode.el (makefile-rule-action-regex)
31134         (makefile-macroassign-regex, makefile-makepp-mode)
31135         (makefile-bsdmake-mode): Continuation lines may be empty.
31136         Reported by Joshua Varner.
31137         (makefile-makepp-font-lock-keywords): Add $(stem).
31139 2005-05-28  Karl Berry  <karl@gnu.org>
31141         * textmodes/tex-mode.el: Now that tex-send-command calls
31142         shell-quote-argument (2005-03-31 change), remove all calls to
31143         shell-quote-argument; they all end up invoking tex-send-command.
31144         The double quoting loses on filenames with non-safe characters,
31145         such as "@".  Reported by Frederik Fouvry.
31147 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
31149         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
31150         about preserving point.
31152 2005-05-27  Jay Belanger  <belanger@truman.edu>
31154         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
31155         Info-goto-node.
31157         * calc/calc-embed.el (calc-embed-arg): New variable.
31158         (calc-do-embedded-activate, calc-embedded-activate-formula)
31159         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
31160         variable by new variable.
31161         (calc-embedded-make-info): Replace undeclared variable by new
31162         variable.  When selecting region with positive prefix
31163         argument, use end of previous line instead of beginning of line.
31165         * calc/calc-aent.el (calc-arg-values): Declare it.
31167         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
31168         Declare them.
31170         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
31172         * calc/calc.el (calc-alg-map): Declare it.
31174         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
31176 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
31178         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
31179         (gdb-registers-buffer, toggle-gdb-all-registers):
31180         Toggle display of floating point registers.
31181         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
31183         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
31184         (toggle-gud-tooltip-dereference):
31185         Rename from gud-toggle-tooltip-dereference.
31187 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31189         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
31191 2005-05-27  Jay Belanger  <belanger@truman.edu>
31193         * calc/calc-prog.el (calc-kbd-report): Remove.
31194         (calc-kbd-query): Rewrite.
31196 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
31198         * image.el (image-library-alist): Move to image.c.
31199         (image-type-available-p): Doc fix.
31201 2005-05-27  Lute Kamstra  <lute@gnu.org>
31203         * calc/calc.el (calc):
31204         * outline.el (outline-1, outline-2, outline-3, outline-4)
31205         (outline-5, outline-6, outline-7, outline-8):
31206         * textmodes/dns-mode.el (dns-mode):
31207         * textmodes/sgml-mode.el (sgml-namespace-face):
31208         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
31209         (tex-verbatim-face, tex-use-reftex):
31210         * textmodes/texinfo.el (texinfo-heading-face):
31211         Specify customization group.
31213         * longlines.el: Don't require easy-mmode.
31214         (longlines-visible-face): Specify customization group.
31216 2005-05-27  Kenichi Handa  <handa@m17n.org>
31218         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
31219         encoding table of windows-1251.
31221         * international/ucs-tables.el (ucs-set-table-for-input):
31222         If translation-table-for-input of a coding system is a symbol, get
31223         its translation-table property.
31225         * international/code-pages.el: Don't register a coding system into
31226         non-iso-charset-alist more than once.
31227         (cp-make-coding-system): Likewise.
31229 2005-05-26  John Wiegley  <johnw@newartisans.com>
31231         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
31232         `eshell-resume-eval' is wrapped in a list, it indicates that the
31233         command was run asynchronously.  In that case, unwrap the value
31234         before checking the delimiter value.
31236         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
31237         character before a space at the end of a line is \, assume the space
31238         is part of the last argument rather than a final argument separator.
31240         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
31241         is in use, and the target is `t' or `nil' (which are the most common
31242         values), don't assume that the symbol target is a buffer.
31244 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
31246         * calendar/calendar.el (calendar-mode-line-format):
31247         Use mode-line-highlight as mouse-face.
31249         * time.el (display-time-string-forms, display-time-update):
31250         Use mode-line-highlight as mouse-face.
31252 2005-05-26  Jay Belanger  <belanger@truman.edu>
31254         * calc/calc.el (calc-language-alist): Remove extra defvar.
31256 2005-05-26  Lute Kamstra  <lute@gnu.org>
31258         * arc-mode.el (archive-mode):
31259         * bookmark.el (bookmark-read-annotation-mode)
31260         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
31261         * bs.el (bs-mode):
31262         * calc/calc-yank.el (calc-edit-mode):
31263         * calc/calc.el (calc-mode, calc-trail-mode):
31264         * calculator.el (calculator-mode):
31265         * chistory.el (command-history-mode):
31266         * comint.el:
31267         * cus-edit.el (custom-mode):
31268         * descr-text.el (describe-text-mode):
31269         * ebuff-menu.el (Electric-buffer-menu-mode):
31270         * ediff-util.el (ediff-mode):
31271         * emacs-lisp/re-builder.el (reb-mode):
31272         * emulation/vi.el (vi-mode-setup):
31273         * emulation/ws-mode.el (wordstar-mode):
31274         * eshell/esh-mode.el (eshell-mode):
31275         * forms.el (forms-mode):
31276         * help-mode.el (help-mode):
31277         * hexl.el (hexl-mode):
31278         * ibuffer.el (ibuffer-mode):
31279         * ielm.el (inferior-emacs-lisp-mode):
31280         * info.el (Info-mode, Info-edit-mode):
31281         * international/swedish.el:
31282         * ledit.el (ledit-from-lisp-mode):
31283         * locate.el (locate-mode):
31284         * mail/rmail.el (rmail-mode):
31285         * mail/rmailedit.el (rmail-edit-mode):
31286         * mail/rmailsum.el (rmail-summary-mode):
31287         * mail/supercite.el (sc-electric-mode):
31288         * net/eudc.el (eudc-mode):
31289         * net/quickurl.el (quickurl-list-mode):
31290         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
31291         * obsolete/ooutline.el (outline-mode):
31292         * obsolete/options.el (Edit-options-mode):
31293         * obsolete/rnews.el (news-mode):
31294         * obsolete/rnewspost.el (news-reply-mode):
31295         * play/5x5.el (5x5-mode):
31296         * play/decipher.el (decipher-mode, decipher-stats-mode):
31297         * play/gomoku.el (gomoku-mode):
31298         * play/snake.el (snake-mode):
31299         * play/solitaire.el (solitaire-mode):
31300         * play/tetris.el (tetris-mode):
31301         * progmodes/ada-mode.el (ada-mode):
31302         * progmodes/antlr-mode.el (antlr-mode):
31303         * progmodes/autoconf.el (autoconf-mode):
31304         * progmodes/dcl-mode.el (dcl-mode):
31305         * progmodes/delphi.el (delphi-mode):
31306         * progmodes/ebrowse.el (ebrowse-tree-mode)
31307         (ebrowse-electric-list-mode, ebrowse-member-mode)
31308         (ebrowse-electric-position-mode):
31309         * progmodes/f90.el (f90-mode):
31310         * progmodes/fortran.el (fortran-mode):
31311         * progmodes/icon.el (icon-mode):
31312         * progmodes/idlw-help.el (idlwave-help-mode):
31313         * progmodes/idlw-shell.el (idlwave-shell-mode):
31314         * progmodes/idlwave.el (idlwave-mode):
31315         * progmodes/inf-lisp.el (inferior-lisp-mode):
31316         * progmodes/m4-mode.el (m4-mode):
31317         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
31318         * progmodes/modula2.el (modula-2-mode):
31319         * progmodes/octave-inf.el (inferior-octave-mode):
31320         * progmodes/octave-mod.el (octave-mode):
31321         * progmodes/pascal.el (pascal-mode):
31322         * progmodes/sh-script.el (sh-mode):
31323         * progmodes/sql.el (sql-mode, sql-interactive-mode):
31324         * progmodes/vhdl-mode.el (vhdl-mode):
31325         * progmodes/xscheme.el (scheme-interaction-mode):
31326         * replace.el (occur-mode):
31327         * ses.el (ses-mode):
31328         * simple.el (completion-list-mode):
31329         * skeleton.el:
31330         * speedbar.el (speedbar-mode):
31331         * term.el (term-mode):
31332         * terminal.el (terminal-edit-mode):
31333         * textmodes/reftex-index.el (reftex-index-mode)
31334         (reftex-index-phrases-mode):
31335         * textmodes/reftex-sel.el (reftex-select-label-mode)
31336         (reftex-select-bib-mode):
31337         * textmodes/reftex-toc.el (reftex-toc-mode):
31338         * wdired.el (wdired-change-to-wdired-mode):
31339         * wid-browse.el (widget-browse-mode):
31340         Use run-mode-hooks.
31342         * array.el (array-mode):
31343         * calendar/todo-mode.el (todo-mode):
31344         * man.el (Man-mode):
31345         * play/landmark.el (lm-mode):
31346         * play/mpuz.el (mpuz-mode):
31347         Use kill-all-local-variables and run-mode-hooks.
31349         * subr.el (delay-mode-hooks): Specify indentation.
31351 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
31353         * xml.el (xml-substitute-special): Don't die for undefined xml
31354         entities.
31356 2005-05-26  Jay Belanger  <belanger@truman.edu>
31358         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
31359         of nil.
31361 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
31363         * progmodes/gdb-ui.el (gdb-frame-address):
31364         Rename from gdb-current-address.
31365         (gdb-previous-frame-address): Rename from gdb-previous-address.
31366         (gdb-selected-frame): Rename from gdb-current-frame.
31367         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
31368         (gdb-frame-number): Rename from gdb-current-stack-level.
31369         (gdb-ann3): Match new mode-name for disassembly buffer.
31370         Extend initialization of variables.
31371         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
31372         (gdb-memory-mode): Use mouse-face in header line.
31373         (gdb-assembler-buffer-name): Call it disassembly and give frame
31374         in mode line.
31375         (gdb-source-spec-regexp, gdb-assembler-custom)
31376         (gdb-invalidate-assembler, gdb-frame-handler):
31377         Make robust to leading zeroes in address format.
31379 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
31381         * textmodes/org.el (org-mode): Use `define-derived-mode' to
31382         define `org-mode'.
31383         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
31385 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31387         * log-edit.el (log-edit-changelog-entries): Distinguish between
31388         filenames like xfns.c and fns.c.
31390 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
31392         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
31393         point after reverting.
31394         (Buffer-menu-make-sort-button): Handle the case where
31395         `Buffer-menu-use-header-line' is nil.
31397 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
31399         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
31400         New funcs.  In minibuffer-local-completion-map bind `]', `/'
31401         and `:' to them.
31403 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
31405         * startup.el (normal-top-level): Allow modification of load-path while
31406         we're iterating over it.
31408 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
31410         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
31411         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
31412         (thumbs-resize-interactive, thumbs-insert-image)
31413         (thumbs-insert-thumb, thumbs-dired-show-marked)
31414         (thumbs-find-image-at-point, thumbs-delete-images)
31415         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
31416         (thumbs-increment-image-size, thumbs-decrement-image-size):
31417         Fix typos in docstrings.
31419 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
31421         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
31422         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
31423         (cperl-mode): Use them.
31425 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
31427         * window.el (quit-window, shrink-window-if-larger-than-buffer):
31428         Doc fixes.
31430 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
31432         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
31433         Bind C-d to gdb-inferior-io-eof.
31435         * dired.el (dired-dnd-popup-notice): Use message-box.
31437 2005-05-23  Masatake YAMATO  <jet@gyve.org>
31439         * bindings.el (mode-line-major-mode-keymap):
31440         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
31442         * faces.el (mode-line-highlight): New face.
31444         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
31445         as mouse-face.
31447         * bindings.el (top-level, help-echo, mode-line-modified)
31448         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
31449         as mouse-face.
31451 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
31453         * progmodes/cc-engine.el (c-guess-basic-syntax):
31454         Remove spurious call to `zerop'.
31456         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
31458 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
31460         CC Mode update to 5.30.10:
31462         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
31463         the point could go past the limit in decoration level 2, thereby
31464         causing errors during interactive fontification.
31466         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
31467         bug when the file is evaluated interactively.
31469         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
31470         declarations somewhat better in C++.
31472         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
31473         New helper macro to make use of `run-mode-hooks'
31474         which has been added in Emacs 21.1.
31475         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
31476         (awk-mode): Use it.
31477         (make-local-hook): Suppress warning about obsoleteness.
31479         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
31480         (c-append-backslashes-forward, c-delete-backslashes-forward)
31481         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
31482         Compensate for return value from `forward-line' when it has moved
31483         but not to a different line due to eob.
31485         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31486         `objc-method-intro' and `objc-method-args-cont'.
31488 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
31490         CC Mode update to 5.30.10:
31492         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31493         address in the copyright statement.  Incidentally, change "along with
31494         GNU Emacs" to "along with this program" where it occurs.
31496         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31497         autoload, so that it is interactive, hence can be found by M-x awk-mode
31498         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
31499         <gmorris+emacs@ast.cam.ac.uk>.
31501         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31502         Mode's regexps.
31504 2005-05-23  Kevin Ryde  <user42@zip.com.au>
31506         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31507         from c-parse-state, to avoid a lisp error (on bad code).
31509 2005-05-23  Lute Kamstra  <lute@gnu.org>
31511         * subr.el (font-lock-defaults): Remove defvar as it's already
31512         defined in font-core.el.
31514         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31516 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
31518         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31519         more general and work when GDB variable "print pretty" is on,
31520         as with Emacs, for example.
31522 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
31524         * font-core.el: Update comment.
31526         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31527         Use `after-change-major-mode-hook' instead of `find-file-hook'.
31529         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31531 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
31533         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31534         and `yank-handler' in the doc strings.
31536 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
31538         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
31540 2005-05-22  Richard M. Stallman  <rms@gnu.org>
31542         * help.el (describe-key): Move print-help-return-message call
31543         out of conditional.
31545         * progmodes/etags.el (list-tags): Use with-no-warnings.
31547         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31548         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31549         (starttls-extra-args, starttls-extra-arguments): Add defvars.
31551         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31553         * language/viet-util.el (viet-viscii-nonascii-translation-table):
31554         Add defvar.
31556         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31557         Use defvar, not defconst.
31559         * hexl.el (hexl-follow-line): Use with-no-warnings.
31561         * emulation/tpu-extras.el: Use write-file-functions instead of
31562         write-file-hooks.
31564         * dired.el (dired-font-lock-keywords): Fontify files with junk
31565         extensions even if marked by -F.
31567 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
31569         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31570         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31571         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31572         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31573         (concatenate, list-length, get*, getf, cl-remprop):
31574         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31575         (etypecase, progv, lexical-let, lexical-let*)
31576         (multiple-value-bind, multiple-value-setq, shiftf):
31577         Improve argument/docstring consistency.
31579         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31581 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
31583         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31584         doesn't exist.
31586         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
31587         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31589 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
31591         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31592         already deleted variables: auto-fill-hook, blink-paren-hook,
31593         lisp-indent-hook, inhibit-local-variables, unread-command-event,
31594         suspend-hooks, comment-indent-hook, meta-flag,
31595         before-change-function, after-change-function,
31596         font-lock-doc-string-face.
31598 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
31600         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31602 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
31604         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31605         rmail-dont-reply-to.
31607 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31609         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31610         literal blank when splitting new-header-values.
31612 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
31614         * calendar/cal-menu.el (cal-menu-update): Add separator as a
31615         string so that tmm doesn't create a completion entry for it.
31617         * textmodes/table.el (table-disable-menu): Ditto.
31619 2005-05-21  Richard M. Stallman  <rms@gnu.org>
31621         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31623         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31625         * net/rcompile.el (remote-compile): Use compilation-start.
31627         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31629 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
31631         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31632         Default to makefile-bsdmake-mode on BSD systems.
31634         * imenu.el (imenu-generic-expression, imenu--generic-function'):
31635         REGEXP may also be a search function now.  The part of doc-string
31636         for describing the structure was 95% identical to that of
31637         `imenu--generic-function'.  Unify it there.
31639         * progmodes/make-mode.el (makefile-imenu-generic-expression):
31640         Use function to find dependencies, because regexp alone is so complex,
31641         it easily goes into an endless loop.
31642         (makefile-makepp-mode): Also add submenu for Perl functions
31643         defined in the makefile.
31644         (makefile-bsdmake-mode): Special imenu-generic-expression no
31645         longer needed, due to function call.
31646         (makefile-match-dependency): Take BOUND into account when checking
31647         if we're through.
31649 2005-05-20  Jay Belanger  <belanger@truman.edu>
31651         * calc/calc-units.el (calc-invalidate-units-table):
31652         Use inhibit-read-only.
31653         (math-build-units-table-buffer): Use view-mode.
31655 2005-05-20  David Kastrup  <dak@gnu.org>
31657         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31658         easy-menu-add is not a nop on Emacs; and clarify when to call it.
31660 2005-05-20  Lute Kamstra  <lute@gnu.org>
31662         * diff-mode.el (diff-header-face, diff-file-header-face)
31663         (diff-index-face, diff-hunk-header-face, diff-removed-face)
31664         (diff-added-face, diff-changed-face, diff-function-face)
31665         (diff-context-face, diff-nonexistent-face): Put them in the
31666         diff-mode customization group.
31668 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31670         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31672         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31674         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31675         Minor regexp-optimization.
31677 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
31679         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31680         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31681         (org-agenda-add-time-grid-maybe): New function.
31682         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31683         (org-table-create): `dotimes' instead of `mapcar'.
31684         (org-xor): Simplify implementation.
31685         (org-agenda): `inhibit-redisplay' turned on.
31686         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31687         a consistent line after a state change.
31688         (org-agenda-remove-times-when-in-prefix): New option.
31689         (org-prefix-has-time): New variable.
31690         (org-parse-time-string): Optional argument NODEFAULT.
31691         (org-format-agenda-item): Parse items for time-of-day
31692         specifications and move these into the prefix if possible.
31693         (org-agenda-priority): Get current heading, not previous heading
31694         during agenda remote editing.
31696 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
31698         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31699         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31700         (remove-duplicates, delete-duplicates, substitute)
31701         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31702         (nsubstitute-if-not, find, find-if, find-if-not, position)
31703         (position-if, position-if-not, count, count-if, count-if-not)
31704         (mismatch, search, sort*, stable-sort, merge, member*)
31705         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31706         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31707         (intersection, nintersection, set-difference, nset-difference)
31708         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31709         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31710         (nsublis, tree-equal): Improve argument/docstring consistency.
31712         * subr.el (send-string, send-region): Remove obsolescence declaration.
31713         (window-dot, set-window-dot, read-input, show-buffer)
31714         (eval-current-buffer, string-to-int):
31715         Add release number to obsolescence declarations.
31717 2005-05-19  Kim F. Storm  <storm@cua.dk>
31719         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31720         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31722 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
31724         * faces.el (list-faces-display): Make back button respect optional
31725         regexp arg.
31727 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
31729         * calculator.el (calculator-radix-grouping-mode)
31730         (calculator-radix-grouping-digits, calculator-displayer)
31731         (calculator-radix-grouping-separator, calculator-copy-displayer):
31732         * dabbrev.el (dabbrev-search-these-buffers-only):
31733         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31734         (diff-advance-after-apply-hunk, diff-mode-hook)
31735         (diff-minor-mode-prefix):
31736         * imenu.el (imenu-use-popup-menu):
31737         * jit-lock.el (jit-lock-context-time):
31738         * newcomment.el (comment-fill-column, comment-column)
31739         (comment-style, comment-padding, comment-multi-line)
31740         (comment-empty-lines, comment-auto-fill-only-comments):
31741         * reveal.el (reveal-around-mark):
31742         * uniquify.el (uniquify-buffer-name-style)
31743         (uniquify-after-kill-buffer-p)
31744         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31745         (uniquify-min-dir-content, uniquify-separator)
31746         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31747         * w32-vars.el (w32-fixed-font-alist):
31748         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31749         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31750         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31751         * progmodes/perl-mode.el (perl-indent-level)
31752         (perl-continued-statement-offset, perl-continued-brace-offset)
31753         (perl-brace-offset, perl-brace-imaginary-offset)
31754         (perl-label-offset, perl-indent-continued-arguments)
31755         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31756         * progmodes/tcl.el (tcl-indent-level)
31757         (tcl-continued-indent-level, tcl-auto-newline)
31758         (tcl-tab-always-indent, tcl-electric-hash-style)
31759         (tcl-help-directory-list, tcl-use-smart-word-finder)
31760         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31761         (inferior-tcl-source-command):
31762         * textmodes/fill.el (enable-kinsoku):
31763         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31764         * textmodes/table.el (table-yank-handler):
31765         Specify missing group (and type, if simple) in defcustom.
31767 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
31769         * progmodes/compile.el (compilation-finish-function): Fix defvar.
31771 2005-05-19  Richard M. Stallman  <rms@gnu.org>
31773         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31775         * subr.el (event-basic-type): Don't get an error.
31776         (left-fringe-p): Function deleted.
31778         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31779         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31781         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31782         in recursive copy.
31784         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31786         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31788         * emacs-lisp/bytecomp.el
31789         (byte-compile-file-form-custom-declare-variable):
31790         Call byte-compile-nogroup-warn if appropriate.
31792         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31793         (compilation-set-window): Don't call left-fringe-p; do it directly.
31795 2005-05-19  Jay Belanger  <belanger@truman.edu>
31797         * calc/calc-graph.el (calc-graph-format-data): Make sure
31798         var-PlotRejects is bound before trying to check its value.
31800 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
31802         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31803         definition of this variable from reftex-global.el to reftex.el,
31804         because it is needed in the menu.
31806 2005-05-19  Lute Kamstra  <lute@gnu.org>
31808         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31809         years are fixed.  Don't insert a space after a dash.
31811 2005-05-19  Kim F. Storm  <storm@cua.dk>
31813         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31815 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
31817         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31818         strings, because (eq ... ?\\) is fairly frequent.
31820         * progmodes/make-mode.el (makefile-add-this-line-targets):
31821         Simplify and integrate into `makefile-pickup-targets'.
31822         (makefile-add-this-line-macro): Simplify and integrate into
31823         `makefile-pickup-macros.
31824         (makefile-pickup-filenames-as-targets): Simplify.
31825         (makefile-previous-dependency, makefile-match-dependency):
31826         Don't stumble over `::'.
31828 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
31830         * subr.el (post-command-idle-hook, post-command-idle-delay):
31831         Remove obsoletion of post-command-idle-hook and
31832         post-command-idle-delay.
31834         * faces.el (list-faces-display): Provide button when describe-face
31835         is called to take user back to the list of faces.
31837         * help-fns.el (describe-variable): Remove hyperlinks in a
31838         variable's value as these are quite frequently inappropriate.
31840         * follow.el (follow-submit-feedback, follow-mode):
31841         Remove references to post-command-idle-hook.
31843 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
31845         * progmodes/make-mode.el (makefile-previous-dependency)
31846         (makefile-match-dependency): Check for := (and in bsd mode also
31847         !=) to give a better result, even when font-lock is not on.
31849 2005-05-18  Jay Belanger  <belanger@truman.edu>
31851         * calc/calc-help.el (calc-s-prefix-help):
31852         Add `calc-copy-special-constant' to help string.
31854 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
31856         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31858 2005-05-18  Jay Belanger  <belanger@truman.edu>
31860         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31861         in linear factors are in proper order.
31863 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
31865         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31866         Support for jurabib.
31868         * textmodes/reftex.el (featurep): Define aliases for overlay
31869         commands, for XEmacs compatibility, and use these aliases in
31870         overlay initializations.
31871         (reftex-highlight): Use `reftex-move-overlay'.
31872         (reftex-unhighlight): Use `reftex-delete-overlay'.
31873         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
31874         (reftex-access-search-path): Use `reftex-uniquify' instead of
31875         `reftex-uniq'.
31877         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31878         `before-string' property modification enables for Emacs as well.
31879         (reftex-select-item): Use `reftex-delete-overlay'.
31880         (reftex-select-mark): Use `reftex-make-overlay' and
31881         `reftex-overlay-put'.
31882         (reftex-select-unmark): Use `reftex-delete-overlay' and
31883         `reftex-overlay-put'.
31885 2005-05-18  Lute Kamstra  <lute@gnu.org>
31887         * emacs-lisp/lisp.el (check-parens): Fix docstring.
31889 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
31891         * add-log.el (add-change-log-entry):
31892         * array.el (array-make-template, array-reconfigure-rows)
31893         (array-init-max-row, array-init-max-column)
31894         (array-init-columns-per-line, array-init-field-width):
31895         * replace.el (replace-match-maybe-edit, perform-replace):
31896         * textmodes/spell.el (spell-region):
31897         Replace `read-input' by `read-string'.
31899         * forms.el (forms-mode):
31900         * finder.el (finder-compile-keywords):
31901         * shadowfile.el (shadow-read-files):
31902         Replace `eval-current-buffer' by `eval-buffer'.
31904         * terminal.el (te-pass-through):
31905         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31906         (ange-ftp-raw-send-cmd):
31907         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31908         (send-process-next-char, telnet-initial-filter, telnet):
31909         Replace `send-string' by `process-send-string'.
31911         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31912         (prolog-consult-region): Replace `send-string' by
31913         `process-send-string'; replace `send-region' by `process-send-region'.
31915         * progmodes/delphi.el (delphi-log-msg):
31916         Replace `set-window-dot' by `set-window-point'.
31918         * subr.el (window-dot, set-window-dot, read-input, send-string)
31919         (send-region, show-buffer, eval-current-buffer):
31920         Make really obsolete, as the comment says.
31922 2005-05-17  Kim F. Storm  <storm@cua.dk>
31924         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31925         (cua--init-keymaps): Bind C-return instead of S-return to set
31926         rectangle mark.
31928         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31929         instead of S-return to toggle/clear rectangle mark.
31931 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
31933         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31934         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31935         Also fontify plain strings assigned to variables, mostly so that a
31936         colon has a face and is thus not taken as a dependency separator.
31937         (makefile-previous-dependency): Inline the new matcher, because it
31938         is too complex to work in both directions.
31939         (makefile-match-dependency): Eliminate `backward' arg (see above).
31940         Completely reimplemented so as to not sometimes go into an endless
31941         loop.  It should also be more efficient, because first it only
31942         searches for `:', instead of applying the very complex regexp.
31943         (makefile-mode): Cancel `font-lock-support-mode', because blocks
31944         to be fontified in one piece can be too long for JIT.
31945         Makefiles are never *that* big.
31947 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
31949         * dired.el (dired-mode): Simplify.
31951 2005-05-17  Lute Kamstra  <lute@gnu.org>
31953         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31954         defcustom for the mode hook variable.
31956         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31957         Emacs Lisp Reference Manual.
31959 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
31961         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31962         (evenp, list*):
31963         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31964         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31966         * net/tramp-smb.el (tramp-smb-open-connection):
31967         Pass `tramp-chunksize' as fifth (required) argument.
31969 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
31971         * font-lock.el (lisp-font-lock-keywords-1):
31972         Set `font-lock-negation-char-face' for [^...] char group.
31973         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31975         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31976         a var, and refine it to mask one more level of nested vars.
31977         (makefile-rule-action-regex): Turn it into a var, and refine it so
31978         it recognizes backslashed continuation lines as belonging to the
31979         same command.
31980         (makefile-macroassign-regex): Refine it so it recognizes
31981         backslashed continuation lines as belonging to the same command.
31982         (makefile-var-use-regex): Don't look at the next char, because it
31983         might be the same one to be skipped by the initial [^$], leading
31984         to an overlooked variable use.
31985         (makefile-make-font-lock-keywords): Remove two parameters, which
31986         are now variables that some of the modes set locally.
31987         Handle dependency and rule action matching through functions, because
31988         regexps alone match too often.  Dependency matching now comes
31989         last, so it can check, whether a colon already matched something else.
31990         (makefile-mode): Inform that font-lock improves makefile parsing
31991         capabilities.
31992         (makefile-match-dependency, makefile-match-action): New functions.
31994 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
31996         * emacs-lisp/cl-extra.el (equalp): Doc fix.
31998         * align.el (align-regexp):
31999         * ansi-color.el (ansi-color-get-face):
32000         * array.el (array-reconfigure-rows, array-init-max-row)
32001         (array-init-max-column, array-init-columns-per-line)
32002         (array-init-field-width):
32003         * dired-aux.el (dired-trample-file-versions):
32004         * dired-x.el (dired-mark-sexp):
32005         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
32006         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
32007         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
32008         * faces.el (face-read-integer):
32009         * files.el (backup-extract-version, insert-directory):
32010         * hexl.el (hexl-insert-decimal-char):
32011         * server.el (server-process-filter):
32012         * shell.el (shell-extract-num):
32013         * startup.el (command-line-1):
32014         * term.el (term-command-hook):
32015         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
32016         (time-stamp-do-number):
32017         * time.el (display-time-update):
32018         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
32019         (timezone-fix-time):
32020         * vms-patch.el (vms-suspend-resume-hook):
32021         * calendar/appt.el (appt-convert-time):
32022         * calendar/cal-bahai.el (mark-bahai-diary-entries):
32023         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
32024         * calendar/cal-islam.el (mark-islamic-diary-entries):
32025         * calendar/calendar.el (calendar-cursor-to-date)
32026         (calendar-star-date):
32027         * calendar/diary-lib.el (diary-attrtype-convert)
32028         (mark-diary-entries, diary-entry-time):
32029         * calendar/solar.el (solar-get-number):
32030         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
32031         * emacs-lisp/re-builder.el (reb-display-subexp):
32032         * emulation/edt.el (edt-set-scroll-margins):
32033         * emulation/tpu-extras.el (tpu-set-scroll-margins):
32034         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
32035         (vip-get-ex-count):
32036         * emulation/viper-ex.el (viper-get-ex-token)
32037         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
32038         * international/fontset.el (fontset-plain-name):
32039         * mail/feedmail.el (feedmail-look-at-queue-directory):
32040         * mail/mailalias.el (mail-get-names):
32041         * mail/rmail.el (rmail-convert-to-babyl-format):
32042         * mail/rmailsum.el (rmail-make-basic-summary-line)
32043         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
32044         (rmail-summary-goto-msg):
32045         * mail/smtpmail.el (smtpmail-read-response):
32046         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
32047         (ange-ftp-vms-add-file-entry):
32048         * play/gametree.el (gametree-looking-at-ply)
32049         (gametree-current-branch-score):
32050         * progmodes/ada-xref.el (ada-prj-find-prj-file)
32051         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
32052         * progmodes/cperl-mode.el (condition-case):
32053         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
32054         (ebrowse-set-member-buffer-column-width)
32055         (ebrowse-select-1st-to-9nth):
32056         * progmodes/etags.el (etags-snarf-tag):
32057         * progmodes/flymake.el (flymake-parse-line):
32058         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
32059         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
32060         (idlwave-shell-menu-def):
32061         * progmodes/ps-mode.el (ps-run-goto-error):
32062         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
32063         (vhdl-speedbar-contract-level):
32064         * term/mac-win.el (x-handle-numeric-switch):
32065         * term/sun-mouse.el (sun-get-frame-data):
32066         * term/w32-win.el (x-handle-numeric-switch):
32067         * term/x-win.el (x-handle-numeric-switch):
32068         * textmodes/ispell.el (ispell-parse-output):
32069         * textmodes/nroff-mode.el (nroff-outline-level):
32070         * textmodes/reftex-cite.el (reftex-bib-sort-year)
32071         (reftex-bib-sort-year-reverse, reftex-format-citation):
32072         * textmodes/reftex-parse.el (reftex-init-section-numbers)
32073         (reftex-section-number):
32074         * textmodes/texinfmt.el (texinfo-paragraphindent):
32075         Replace `string-to-int' by `string-to-number'.
32077         * international/latexenc.el: Add page marker to force the "Local
32078         Variables:" string out of the last page.
32080 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
32082         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
32083         tooltip-change-major-mode.
32084         (gud-tooltip-print-command): Remove case where gud-minor-mode
32085         is gdb ("--fullname").
32086         (gud-tooltip-tips): Turn GUD tooltips off for this case and
32087         explain to user.
32089 2005-05-16  Jay Belanger  <belanger@truman.edu>
32091         * calc/calc-store.el (calc-copy-special-constant): New function.
32093         * calc/calc-ext.el (calc-init-extensions): Add binding for
32094         `calc-copy-special-constant'.
32096         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
32097         for the `calc-copy-special-constant' command.
32099 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
32101         * subr.el (left-fringe-p): New function.
32103         * progmodes/compile.el (compilation-setup): Set local value of
32104         overlay-arrow-string to "" always.
32105         (compilation-set-window): Left fringe then don't scroll.
32106         No left fringe then no arrow and scroll message to top.
32107         (compilation-context-lines): Adjust doc string accordingly.
32109 2005-05-16  Kim F. Storm  <storm@cua.dk>
32111         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
32112         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
32113         (ido-wide-find-dir-or-delete-dir): New command for M-d.
32114         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
32115         (ido-read-file-name): Handle commands with ido property value
32116         equal to find-file as reading a file name, to allow C-d to enter dired.
32117         (ibuffer-find-file): Add ido property with value find-file.
32119 2005-05-15  Kim F. Storm  <storm@cua.dk>
32121         * subr.el (open-network-stream-nowait): Remove.
32122         (open-network-stream-server): Remove.
32124 2005-05-15  Richard M. Stallman  <rms@gnu.org>
32126         * faces.el (describe-face): Output a definition link button.
32128         * help-mode.el (help-face-def): New button type.
32130         * emacs-lisp/copyright.el (copyright-fix-years):
32131         Match properly if the first year is 2-digit.
32132         Don't mess up the whitespace after the years by filling.
32134         * dired-aux.el (dired-mark-confirm):
32135         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
32137         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
32138         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
32139         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
32141         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32142         Set font-lock-comment-start-skip.
32144         * font-lock.el (font-lock-comment-start-skip): New variable.
32145         (font-lock-comment-end-skip): New variable.
32146         (font-lock-fontify-syntactically-region): Use them if non-nil.
32148 2005-05-15  Jay Belanger  <belanger@truman.edu>
32150         * calc/calc-store.el (calc-store-value): Return a string rather
32151         than display it as a message.
32152         Use calc-var-name for variable name.
32153         (calc-store-into): Add the result of calc-store-value to message.
32154         (calc-copy-variable): Add a message.
32155         (calc-store-exchange): Improve error messages.
32156         (calc-store-binary, calc-store-map): Don't reset the values of
32157         special constants.
32159 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
32161         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
32162         manual to docstring.
32164         * files.el (hack-local-variables-confirm): Add STRING argument.
32165         Make the function handle non file visiting buffers correctly.
32166         (hack-local-variables-prop-line, hack-local-variables)
32167         (hack-one-local-variable): Use STRING arg of
32168         `hack-local-variables-confirm'.
32170 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
32172         Sync with Tramp 2.0.49.
32174         * net/tramp.el (tramp-handle-dired-call-process)
32175         (tramp-handle-insert-directory):`insert-buffer' cannot be used
32176         because the contents of the Tramp buffer is changed before
32177         insertion (`expand-file' and alike).
32178         (tramp-handle-insert-directory): If `localname' has an empty
32179         nondirectory name, it must not be quoted.
32180         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
32181         variable `tramp-chunksize'.  Change callees.
32182         (tramp-open-connection-setup-interactive-shell): Check remote host
32183         for buggy `send-process-string' implementation.
32184         Set `tramp-chunksize' if found.  Reported by Michael Kifer
32185         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
32186         (tramp-handle-shell-command): `insert-buffer' cannot be used
32187         because the contents of the Tramp buffer is changed before
32188         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
32189         <frederic.bothamy@free.fr>.
32190         (tramp-set-auto-save): Actions should be done for Tramp file name
32191         handler only.  Ange-FTP has its own auto-save mechanism.
32192         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
32193         (tramp-set-auto-save-file-modes): Set file modes of
32194         `buffer-auto-save-file-name' to ?\600 as fallback solution.
32195         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
32196         (tramp-bug): Remove obsolete variable.
32197         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
32198         for presence of `mml-mode'.  Make it running for older Emacsen as well.
32200 2005-05-14  John Paul Wallington  <jpw@pobox.com>
32202         * ibuf-ext.el (define-ibuffer-filter filename):
32203         If `dired-directory' is a list, use its car.
32205 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
32207         * ibuffer.el (define-ibuffer-column filename):
32208         If `dired-directory' is a list, use its car.
32210 2005-05-14  Richard M. Stallman  <rms@gnu.org>
32212         * subr.el (symbol-file): Doc fix.
32214         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
32215         (byte-compile-form): Call byte-compile-nogroup-warn.
32216         (byte-compile-warning-types): Doc fix.
32218         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
32220         * progmodes/cc-engine.el (c-literal-faces):
32221         Add font-lock-comment-delimiter-face.
32223         * net/net-utils.el (dig): Use with-no-warnings.
32225         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
32226         (sc-recite-frame-alist, sc-default-cite-frame)
32227         (sc-default-uncite-frame, sc-default-recite-frame)
32228         (sc-attrib-selection-list, sc-rewrite-header-list):
32229         Mark as risky-local-variable.
32231         * international/ogonek.el (ogonek-jak, ogonek-how):
32232         Don't use beginning-of-buffer.
32234         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
32236         * calendar/solar.el (solar-data-list): Move definition up.
32238         * dnd.el (dnd-protocol-alist): Add autoload.
32240         * progmodes/sh-script.el: Many doc usage fixes.
32241         (sh-indent-after-do): Change default to match common styles.
32243 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
32245         * files.el (interpreter-mode-alist)
32246         (auto-mode-interpreter-regexp): Doc fixes.
32248 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
32250         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
32252         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
32254 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32256         * dired.el (dired-mode): make-variable-buffer-local =>
32257         make-local-variable.
32259 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32261         * term/mac-win.el (mac-select-convert-to-string): Try coding
32262         systems in mac-script-code-coding-systems if specified one cannot
32263         encode string for `com.apple.traditional-mac-plain-text'.
32265 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
32267         * progmodes/make-mode.el (makefile-targets-face)
32268         (makefile-shell-face, makefile-makepp-perl-face): New faces.
32269         (makefile-dependency-regex): Fix it to not make the colon in
32270         $(var:a=b) special.
32271         (makefile-rule-action-regex): New regexp for highlighting embedded
32272         Shell strings.
32273         (makefile-macroassign-regex): Handle != for highlighting as
32274         embedded Shell strings.
32275         (makefile-var-use-regex): New const.
32276         (makefile-statements, makefile-automake-statements)
32277         (makefile-gmake-statements, makefile-makepp-statements)
32278         (makefile-bsdmake-statements): New consts.
32279         (makefile-make-font-lock-keywords): New function.
32280         (makefile-automake-font-lock-keywords)
32281         (makefile-gmake-font-lock-keywords)
32282         (makefile-makepp-font-lock-keywords)
32283         (makefile-bsdmake-font-lock-keywords): New consts.
32284         (makefile-mode-map): Add switchers between the various submodes.
32285         (makefile-mode): Document the availability of the variants.
32286         (makefile-automake-mode, makefile-gmake-mode)
32287         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
32289         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
32290         new variants of makefile-mode.
32292 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
32294         * font-lock.el (font-lock-comment-delimiter-face): Fix up
32295         the inheritance.
32297 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
32299         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
32300         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
32302         * files.el (normal-mode): Extend the scope of the
32303         `enable-local-variables' binding to include the `set-auto-mode' call.
32304         (magic-mode-alist): Doc fix.
32306 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
32308         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
32309         font-lock-comment-face rather than copying its setting.
32311 2005-05-12  Andreas Schwab  <schwab@suse.de>
32313         * eshell/esh-mode.el (eshell-send-input): Doc fix.
32315 2005-05-12  Lute Kamstra  <lute@gnu.org>
32317         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
32318         defcustom for the mode hook variable.  Delete the last argument.
32319         * generic-x.el: Fix callers of define-generic-mode.
32320         (generic-x-modes): Delete group.
32321         (show-tabs-tab-face, show-tabs-space-face): Put them in the
32322         generic-x customization group.
32324 2005-05-12  Kim F. Storm  <storm@cua.dk>
32326         * font-lock.el (font-lock-negation-char-face): Default to "off".
32328         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
32329         font-lock-negation-char-face to ! in !=.
32331 2005-05-12  Masatake YAMATO  <jet@gyve.org>
32333         * add-log.el (find-change-log): Fix typos in the docstring
32334         of function.
32336 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
32338         * international/latexenc.el (latexenc-find-file-coding-system):
32339         Avoid `re-search-forward' when looking for input encoding because
32340         of speed and safety.  Better regular expressions for recognizing
32341         input encoding.  Limit a search for TeX-master/tex-main-file to
32342         the local variable section.
32344 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
32346         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
32347         syntax of $ to "'" (quote).
32349 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
32351         * dnd.el (dnd-protocol-alist): Improve custom type.
32353         * dired.el (dired-dnd-protocol-alist): New variable.
32354         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
32355         `dired-mode-hook' to the end.
32357 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32359         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
32360         comment-end if comment-start-skip is not set.
32361         Obey the font-lock-comment-delimiter-face variables.
32363 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32365         * files.el (executable-find): Move from executable.el.  Use
32366         locate-file.
32367         * progmodes/executable.el (executable-find): Move to files.el.
32369         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
32370         when trying to ensure forward progress.
32372 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
32374         * mouse-sel.el (mouse-sel-follow-link-p): New function.
32375         (mouse-select, mouse-select-internal, mouse-extend-internal):
32376         Use it to implement mouse-1-click-follows-link functionality.
32378 2005-05-11  Richard M. Stallman  <rms@gnu.org>
32380         * font-lock.el (font-lock-fontify-syntactically-region):
32381         Use font-lock-comment-delimiter-face for comment delimiters.
32383 2005-05-10  Jay Belanger  <belanger@truman.edu>
32385         * calc/calc-help.el (calc-m-prefix-help): Add mention of
32386         preserving embedded modes.
32388 2005-05-10  Richard M. Stallman  <rms@gnu.org>
32390         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
32392         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
32393         Move from ada-stmt.el.
32394         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
32396         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
32397         Move to ada-mode.el.
32398         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
32400         * cus-edit.el (custom-file): Call file-chase-links.
32402         * files.el (read-directory-name): Fix previous change.
32403         (hack-local-variables-confirm): New function.
32404         (hack-local-variables-prop-line, hack-local-variables)
32405         (hack-one-local-variable): Use it.
32407 2005-05-10  Lute Kamstra  <lute@gnu.org>
32409         * font-lock.el (font-lock-keywords-alist)
32410         (font-lock-removed-keywords-alist): Clarify docstrings.
32412 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
32414         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
32415         (gdb-source-info): Check for preprocessor info.
32416         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
32417         a macro for a function.
32418         (gdb-info-breakpoints-custom): Try to find file again if not already
32419         found (user might have used GDB dir command).
32420         (gdb-get-location): Update gdb-location-alist correctly for change
32421         to gdb-info-breakpoints-custom.
32423         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
32424         (gud-tooltip-print-command): Add gdbmi case.
32425         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
32426         preprocessor info.
32428 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
32430         * startup.el (fancy-splash-insert): Fix typo in doc string.
32432 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
32434         * obsolete/float.el (string-to-float):
32435         * obsolete/hilit19.el (hilit-add-pattern):
32436         * obsolete/rnews.el (news-parse-range, news-select-message)
32437         (news-get-pruned-list-of-files): Replace `string-to-int' by
32438         `string-to-number'.
32440         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
32441         `find-file-not-found-hooks'; use `add-hook'.
32442         (uncompress-while-visiting): Set `write-file-functions', not
32443         `write-file-hooks'; use `add-hook'.
32445 2005-05-09  Kim F. Storm  <storm@cua.dk>
32447         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
32448         (cua-paste): Handle clipboard action.
32449         (cua--init-keymaps): Remap clipboard-kill-region and
32450         clipboard-kill-ring-save.
32452 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
32454         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32455         Improve commentary.
32457         * simple.el (next-error-overlay-arrow-position): Revert the change
32458         made on 2005-04-30.
32460 2005-05-07  Jay Belanger  <belanger@truman.edu>
32462         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
32463         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
32464         `calc-sel-reselect'.
32466         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
32467         Calc is in embedded mode.
32469 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
32471         * progmodes/compile.el (compilation-setup):
32472         Set overlay-arrow-string to an empty string on text terminals.
32474         * textmodes/ispell.el (ispell-program-name): Try looking for
32475         "aspell" along exec-path, and if found, use it as the default
32476         speller program.
32478 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
32480         * international/mule.el (sgml-xml-auto-coding-function):
32481         Recognize encoding='FOO' in single quotes as well as in double quotes.
32483 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
32485         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32486         as well as `interactive', so that defmacro* would recognize
32487         `declare' forms.
32489 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
32491         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32492         Explain more about the LIGHTER arg's usage in the doc string.
32493         Add commentary to clarify what the code does.  Fix the regexp that
32494         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
32495         since it could have characters special to regular expressions.
32497 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
32499         * replace.el (occur-1): Bind inhibit-read-only so that
32500         erase-buffer doesn't barf on read-only text properties (likewise
32501         for add-text-properties in occur-engine).  Mark buffer as unmodified.
32502         (occur-engine): Don't set buffer-read-only here.
32504 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32506         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32507         list-buffers-directory.  This caused the *cvs-commit* buffer to be
32508         sometimes mistakenly reused as a *cvs* buffer.
32510 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
32512         * tooltip.el: Move code for GUD tooltips into gud.el.
32513         (require): CL no longer needed to compile case.
32514         (tooltip-mode): Do not toggle functions for GUD tooltips.
32515         (tooltip-gud-tips-p): Remove.  Replace with minor mode
32516         gud-tooltip-mode in gud.el.
32517         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32518         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32519         tooltip-gud prefix with gud-tooltip and obsolete.
32520         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32521         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32522         (tooltip-mouse-motion): Mouse movement functions/variable.
32523         Rename in gud.el by adding gud prefix.
32524         (tooltip-gud-original-filter, tooltip-gud-dereference)
32525         (tooltip-gud-event, tooltip-toggle-gud-tips)
32526         (tooltip-gud-process-output, tooltip-gud-print-command)
32527         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
32528         gud.el by replacing tooltip-gud prefix with gud-tooltip.
32529         (gdb-tooltip-print): Move to gdb-ui.el.
32531         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32532         (require): CL needed to compile case.
32533         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32534         tooltip-gud-tips-p.  Make it a minor-mode.
32535         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32536         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32537         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32538         (gud-tooltip-change-major-mode)
32539         (gud-tooltip-activate-mouse-motions-if-enabled)
32540         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32541         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32542         (gud-tooltip-original-filter, gud-tooltip-dereference)
32543         (gud-tooltip-event, tooltip-toggle-gud-tips)
32544         (gud-tooltip-process-output, gud-tooltip-print-command)
32545         (gud-tooltip-tips): Move from tooltip.el.
32547         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32548         (gdb-cpp-define-alist-flags): Doc fix.
32549         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32550         gud-tooltip-mode is t.
32552 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32554         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32555         evaporate if their text is deleted.
32556         (goto-address-at-point): Make it work as a mouse binding as well.
32557         (goto-address-at-mouse): Obsolete it.  Update users.
32559 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
32561         * calendar/appt.el (top-level): No longer activate on load.
32563 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
32565         * calendar/cal-bahai.el (mark-bahai-diary-entries):
32566         * net/webjump.el (webjump):
32567         * progmodes/idlw-help.el (idlwave-do-context-help1)
32568         (idlwave-highlight-linked-completions):
32569         * textmodes/po.el (po-find-file-coding-system-guts):
32570         Replace `assoc-ignore-case' by `assoc-string'.
32572 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
32574         * files.el (locate-file): Doc fix.
32576         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32577         Remove the redundant test for ms-dos.
32579         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32580         look for the preprocessor with exec-suffixes.  If not found in
32581         standard places, look in exec-path.  Remove most of the tests that
32582         used system-type.
32584         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32586         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32588         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32589         file-name clash with jka-compr.el on 8+3 filesystems.
32591 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32593         * term/mac-win.el: Don't define or bind scroll bar functions if
32594         x-toolkit-scroll-bars is t.
32595         (x-select-text, x-get-selection-value): Clear
32596         x-last-selected-text-clipboard if x-select-enable-clipboard is
32597         nil.
32598         (PRIMARY): Put mac-scrap-name property.
32599         (mac-select-convert-to-file-url): New function.
32600         (public.file-url): New selection target type.  Add to
32601         selection-converter-alist.
32602         (x-get-selection, x-selection-value): Handle it.
32603         (x-cut-buffer-or-selection-value): New alias.
32605 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32607         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32608         entry to avoid calling bibtex-find-entry with arg global
32609         being t.  Remove arg key.
32610         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32611         (bibtex-copy-summary-as-kill): Change accordingly.
32613 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32615         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32616         (org-agenda-date-later): Use with-current-buffer.
32618 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
32620         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32621         (define-obsolete-variable-alias): Doc Fixes.
32623 2005-05-06  Kim F. Storm  <storm@cua.dk>
32625         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
32626         vertical-motion when selective-display is active.
32628         * ido.el (ido-setup-hook): New hook.
32629         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32630         (ido-input-stack): New var.
32631         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
32632         ido-next-work-file binding to M-O.
32633         Bind M-f to ido-wide-find-file-or-pop-dir.
32634         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32635         (ido-read-internal): Run ido-setup-hook.
32636         Catch quit in read-file-name and read-string to cancel edit.
32637         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32638         Automatically pop-all when completing a directory name (RET).
32639         (ido-file-internal): Add with-no-warnings around ffap and dired code.
32640         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32641         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32642         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32643         New functions for M-b/M-f to move among the directory components.
32644         (ido-make-merged-file-list): Catch quit to cancel merge.
32645         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32646         (ido-completion-help): No warnings for ido-completion-buffer-full.
32648 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
32650         * font-lock.el (font-lock-negation-char-face): New face and variable.
32651         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32652         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32653         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32654         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32656 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
32658         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32659         Fix typo in docstring.
32661         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32662         (ebrowse-print-statistics-line)
32663         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32665         * term/w32-win.el (image-library-alist): Add additional name for
32666         Xpm library.
32668 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
32670         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32671         use gcc instead of cpp.
32673         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32674         (gdb-create-define-alist): Use it.
32675         (gdb-cpp-define-alist-program): Update for MS-DOS.
32677 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
32679         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32681 2005-05-04  Richard M. Stallman  <rms@gnu.org>
32683         * help.el (describe-key): No error when UNTRANSLATED is nil.
32685         * simple.el (line-move-1): Fix previous change to signal errors
32686         appropriately.
32688 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
32690         * calendar/icalendar.el (icalendar-version): Now at 0.12.
32691         (icalendar-duration-correction): Remove.
32692         (icalendar--get-event-properties): Split result at commas.
32693         (icalendar--decode-isoduration): New optional argument
32694         DURATION-CORRECTION.
32695         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32696         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32697         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32698         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32699         (icalendar--convert-anniversary-to-ical): New functions, extracted
32700         from icalendar-export-region, with bug fixes.
32701         (icalendar-export-region): Use the above functions.
32702         (icalendar-import-buffer): Check before saving diary file.
32703         (icalendar--convert-recurring-to-diary)
32704         (icalendar--convert-non-recurring-all-day-to-diary)
32705         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32706         extracted from icalendar--convert-ical-to-diary, with bug fixes.
32707         (icalendar--convert-ical-to-diary): Use the above functions.
32709 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
32711         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32712         Remove these recent additions.
32713         (c-mode): Restore to before 2005-04-28.
32715         * progmodes/cc-vars.el (cc-define-list-program): Remove this
32716         recent addition.
32718         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32719         (gdb-define-alist): New variables.
32720         (gdb-create-define-alist): New function.
32721         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32722         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32723         with string-to-number.
32724         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
32726         * progmodes/gud.el: Replace string-to-int with string-to-number.
32727         (gud-find-file): Handle gdb-define-alist.
32729         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32731 2005-05-02  Jay Belanger  <belanger@truman.edu>
32733         * calc/calc-aent.el (math-read-token):
32734         * calc/calc-bin.el (calc-word-size):
32735         * calc/calc-ext.el (calc-read-number-fancy):
32736         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32737         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32738         * calc/calc-frac.el (calc-over-notation):
32739         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32740         (calc-graph-num-points, calc-graph-init):
32741         * calc/calc-prog.el (calc-read-parse-table-part)
32742         (calc-edit-macro-repeats):
32743         * calc/calc-yank.el (calc-do-grab-rectangle):
32744         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32745         Replace `string-to-int' by `string-to-number'.
32747 2005-05-02  Kim F. Storm  <storm@cua.dk>
32749         * kmacro.el: Use executing-kbd-macro-index variable.
32751 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
32753         * net/rlogin.el (rlogin-parse-words): Delete func.
32754         (rlogin): Use split-string, not rlogin-parse-words.
32755         Also, if there are option-like elements in the parsed args,
32756         take the host to be the first arg immediately following them.
32757         Suggested by Michael Mauger.
32759 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
32761         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32763 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
32765         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32766         (cc-mode-cpp-program): Rename to cc-define-list-program and
32767         move to cc-vars.el.
32769         * progmodes/cc-vars.el (cc-define-list-program):
32770         Change to "gcc -E -dM -".  Make customizable.
32772 2005-05-02  Kim F. Storm  <storm@cua.dk>
32774         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32776 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
32778         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32780         * international/mule-util.el (truncate-string): Remove alias and
32781         obsolete declaration.
32783         * international/mule-cmds.el (update-iso-coding-systems):
32784         Remove alias and obsolete declaration.
32786         * international/mule.el (coding-system-parent): Remove alias and
32787         obsolete declaration.
32789         * subr.el (define-function, sref): Remove aliases and obsolete
32790         declarations.
32791         (chars-in-region): Remove obsolete declaration.
32793 2005-05-01  Richard M. Stallman  <rms@gnu.org>
32795         * info.el (Info-mode): Set widen-automatically to nil, locally.
32797         * simple.el (widen-automatically): New variable.
32798         (pop-global-mark): Obey widen-automatically.
32800 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
32802         * term/xterm.el (function-key-map): Call substitute-key-definition
32803         before the keymap size is increased by a lot of define-key calls.
32805 2005-05-01  Richard M. Stallman  <rms@gnu.org>
32807         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32808         Rename ARG to ELEMENT.  Doc fix.
32810 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
32812         * allout.el (allout-exposure): Remove macro and obsolete declaration.
32813         Remove references to allout-exposure/change to allout-new-exposure.
32815         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32816         bytecode symbols.
32818         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32819         (compiled-function-p, focus-frame, unfocus-frame):
32820         Remove aliases and obsolete declarations.
32821         Back out inadvertent changes from previous commit.
32823 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
32825         * files.el (require-final-newline): Make Custom tags consistent
32826         with mode-require-final-newline.
32827         (mode-require-final-newline): Doc fix.
32829 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32831         * international/latexenc.el (latexenc-find-file-coding-system):
32832         Fix regular expressions.
32834 2005-05-01  David Kastrup  <dak@gnu.org>
32836         * international/latexenc.el (latexenc-find-file-coding-system):
32837         Fix regular expressions.
32839 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
32841         * subr.el (string-to-int): Make obsolete.
32843 2005-04-30  Richard M. Stallman  <rms@gnu.org>
32845         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32847         * loadup.el: Load jka-comp-hook.
32849         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32850         (jka-compr-handler): Add autoload.  `put' calls moved
32851         to jka-comp-hook.el.
32852         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32853         (jka-compr-inhibit): Autoload.
32855         * jka-comp-hook.el: New file.
32856         Enable the mode by default.
32858         * files.el (backup-buffer-copy): Use copy-file instead
32859         of write-region, and put back the 'excl.
32861 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
32863         * progmodes/flymake.el (flymake-split-string)
32864         (flymake-split-string, flymake-log, flymake-pid-to-names)
32865         (flymake-reg-names, flymake-get-source-buffer-name)
32866         (flymake-unreg-names, flymake-add-line-err-info)
32867         (flymake-add-err-info): Clarify docstrings.
32868         (flymake-popup-menu, flymake-make-emacs-menu)
32869         (flymake-make-xemacs-menu): Add docstrings.
32870         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32871         Set variables directly throughout.
32873 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
32875         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32876         exists.  Initialize cc-define-alist.
32877         (c-mode): Add cc-create-define-alist locally to after-save-hook.
32878         If there is no file (Macroexpansion) don't create an alist.
32880 2005-04-29  Sam Steingold  <sds@gnu.org>
32882         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32883         (cc-create-define-alist): Use it instead of the hard-coded string.
32885 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32887         * international/mule-conf.el (file-coding-system-alist): Fix regexp
32888         for latexenc.
32890 2005-04-29  Lute Kamstra  <lute@gnu.org>
32892         * emacs-lisp/generic.el: Improve commentary section.
32893         (define-generic-mode): Improve docstring.
32895 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
32897         * textmodes/org.el (many places): Change to quiet the byte compiler.
32898         (org-prefix-format-compiled): New variable.
32899         (org-compile-prefix-format): New function.
32900         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32901         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32902         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32903         (org-get-entries-from-diary): Use `org-get-time-of-day' for
32904         consistency with entries from `org-mode' files.
32905         (org-get-time-of-day): Fix bug with partial matches early in a line.
32906         (org-non-link-chars): New constant.
32907         (org-link-regexp): Respect `org-non-link-chars'.
32908         (org-agenda-day-view): Remove command.
32909         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32910         (org-follow-bbdb-link, org-store-link): Search also company field.
32911         (org-highlight-overlay): New variable.
32912         (org-highlight, org-unhighlight): New functions.
32913         (org-agenda-mode): Add pre-command-hook to remove highlight.
32914         (org-evaluate-time-range): Behavior depends upon whether time stamp
32915         contains a time or not.
32916         (org-show-subtree, org-show-entry): New functions.
32917         (org-agenda-cleanup-fancy-diary): Remove empty lines.
32919 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
32921         * comint.el (comint-output-filter-functions): Add autoload cookie.
32923 2005-04-28  Kim F. Storm  <storm@cua.dk>
32925         * ido.el (ido-everywhere): Fix last change.
32927 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
32929         * international/latexenc.el: New file.
32930         * international/mule-conf.el (file-coding-system-alist): For .tex,
32931         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32933 2005-04-28  Lute Kamstra  <lute@gnu.org>
32935         * font-lock.el (font-lock-add-keywords)
32936         (font-lock-remove-keywords): Clarify docstring.
32937         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32938         Don't start docstrings with a `*'.
32939         (font-lock-update-removed-keyword-alist): Give it a docstring.
32941         * generic-x.el: Update commentary section.
32942         Only require font-lock when compiling.
32943         Define all modes conditionally.
32944         Place all generic modes in the generic-x-modes customization group.
32945         (generic-x-modes): New customization group.
32946         (generic-default-modes, generic-mswindows-modes)
32947         (generic-unix-modes, generic-other-modes): New constants.
32948         (generic-define-mswindows-modes, generic-define-unix-modes):
32949         Update docstrings.  Make them obsolete.
32950         (generic-extras-enable-list): New default value.  Update docstring.
32951         Improve :type.  Change :set function.
32952         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32953         Fix docstring.
32955         * emacs-lisp/generic.el (generic-mode-internal):
32956         Simplify font-lock-defaults.
32957         (define-generic-mode): Fix docstring.
32959 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32961         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32962         font-lock-face property to highlight matches.
32964 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
32966         * progmodes/cc-mode.el (cc-create-define-alist): New function.
32967         (cc-define-alist): New variable.
32968         (c-mode): Make it local and initialize it.
32970         * progmodes/gdb-ui.el (gdb-active-process): New variable.
32971         (gdb-exited): New function.
32972         (gdb-annotation-rules): Use it.
32973         (gdb-starting): Set gdb-active-process to t.
32974         (gdb-stopping): Amend doc string.
32975         (gdb-reset): Set gdb-active-process to nil.
32977         * tooltip.el (tooltip-gud-tips): Show the associated #define
32978         directives when a C program under GDB is not executing.
32980 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32982         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32983         font-lock-fontify-syntactic-keywords.
32985         * font-lock.el (font-lock-default-fontify-region): Don't force
32986         parse-sexp-lookup-properties to nil.
32988 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
32990         * man.el (man-mode-syntax-table): Set up `:' to have
32991         word-constituent syntax.
32993 2005-04-27  Lute Kamstra  <lute@gnu.org>
32995         * novice.el (disable-command): Don't add spurious newlines to the
32996         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
32998 2005-04-26  Jay Belanger  <belanger@truman.edu>
33000         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
33001         than one window before deleting window.
33003 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
33005         * shell.el (shell-prompt-pattern): Doc fix.
33006         (shell-mode): Set paragraph-separate buffer locally to "\\'".
33008         * comint.el (comint-prompt-regexp, comint-get-old-input)
33009         (comint-use-prompt-regexp)
33010         (comint-use-prompt-regexp-instead-of-fields)
33011         (comint-replace-by-expanded-history, comint-send-input)
33012         (comint-output-filter, comint-get-old-input-default)
33013         (comint-line-beginning-position, comint-bol, comint-show-output)
33014         (comint-backward-matching-input, comint-forward-matching-input)
33015         (comint-next-prompt, comint-previous-prompt):
33016         Rename `comint-use-prompt-regexp-instead-of-fields' to
33017         `comint-use-prompt-regexp'.  Keep old name as alias and declare
33018         obsolete.
33019         (comint-use-prompt-regexp): Shorten first line of doc string.
33021         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
33022         Set paragraph-separate buffer locally to "\\'".
33024         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
33025         Adapt to above name change.
33027         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
33028         (smbclient-prompt-regexp): Ditto.
33030         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
33032 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
33034         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
33035         gdb-location-list.
33036         Break lines that are over 80 characters wide.
33038 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33040         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
33041         New fun and var, to preserve compatibility.
33043         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
33045 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
33047         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
33048         name to file-newer-than-file-p.
33050 2005-04-26  Richard M. Stallman  <rms@gnu.org>
33052         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
33054         * progmodes/python.el (python-mode):
33055         Use new name eldoc-documentation-function.
33057         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
33059         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
33060         (eldoc-documentation-function):
33061         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
33063 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
33065         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
33067 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
33069         * term/xterm.el (function-key-map): Fix strings for
33070         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
33071         {C,S,A,C-S}-{f1-f12}.
33073 2005-04-26  Kenichi Handa  <handa@m17n.org>
33075         * international/mule-cmds.el (select-safe-coding-system):
33076         Fix previous change.
33078 2005-04-26  Lute Kamstra  <lute@gnu.org>
33080         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
33082         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
33083         (font-lock-comment-delimiter-face): Ditto.
33085         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
33087 2005-04-25  Jay Belanger  <belanger@truman.edu>
33089         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
33090         to t while inserting information; use help-mode.
33092 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
33094         * term.el (ansi-term-color-vector): Use the xterm colors.
33095         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
33097 2005-04-25  Lute Kamstra  <lute@gnu.org>
33099         * font-core.el (font-lock-defaults): Fix docstring.
33101         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
33103 2005-04-25  Kenichi Handa  <handa@m17n.org>
33105         * international/mule-cmds.el (select-safe-coding-system):
33106         Don't check consistency with coding: spec, etc if raw-text or
33107         no-conversion was found to be safe.
33109 2005-04-24  Richard M. Stallman  <rms@gnu.org>
33111         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
33112         citation markers at start of each line.
33114         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
33115         citation markers at start of each line.
33117         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
33119         * files.el (mode-require-final-newline): Fix previous change.
33120         (require-final-newline): Fix type label.
33122 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
33124         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
33125         statement in buffer (broken by 2004-11-24 change).
33127 2005-04-24  Kim F. Storm  <storm@cua.dk>
33129         * ido.el (ido-everywhere): Save and restore old read-buffer-function
33130         and read-file-name-function values.  Don't overwrite existing
33131         non-nil values if ido-mode is enabled without ido-everywhere.
33133 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
33135         * files.el (mode-require-final-newline): Minor doc fix.
33137 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
33139         * subr.el (syntax-after): Doc fix.
33140         (syntax-class): If argument is nil, return nil.  Mask off upper 16
33141         bits, not 8 bits.
33143         * files.el (mode-require-final-newline): Doc fix.
33144         (backup-buffer-copy): Fix last change.
33146 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33148         * term/mac-win.el: Require select.  Set selection-coding-system to
33149         mac-system-coding-system.  Call menu-bar-enable-clipboard.
33150         (x-last-selected-text-clipboard, x-last-selected-text-primary)
33151         (x-select-enable-clipboard): New variables.
33152         (x-select-text, x-get-selection, x-selection-value)
33153         (x-get-selection-value, mac-select-convert-to-string)
33154         (mac-services-open-file, mac-services-open-selection)
33155         (mac-services-insert-text): New functions.
33156         (CLIPBOARD, FIND): Put mac-scrap-name property.
33157         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
33158         (public.tiff): Put mac-ostype property.
33159         (selection-converter-alist): Add entries for them.
33160         (mac-application-menu-map): New keymap.
33161         (interprogram-cut-function, interprogram-paste-function): Set to
33162         x-select-text and x-get-selection-value, respectively.
33163         (split-window-keep-point): Set to t.
33165 2005-04-23  Richard M. Stallman  <rms@gnu.org>
33167         * files.el (read-directory-name): Always pass non-nil
33168         DEFAULT-FILENAME arg to read-file-name.
33169         (backup-buffer-copy, basic-save-buffer-2): Take care against
33170         writing thru an unexpected existing symlink.
33171         (revert-buffer): In indirect buffer, revert the base buffer.
33172         (magic-mode-alist): Doc fix.
33173         (buffer-stale-function): Doc fix.
33174         (minibuffer-with-setup-hook): Avoid warning.
33175         (mode-require-final-newline): Doc and custom fix.
33177         * follow.el (follow-end-of-buffer): Use with-no-warnings.
33179         * font-lock.el (font-lock-comment-face): On terminals with few colors,
33180         use the default appearance.
33181         (font-lock-comment-delimiter-face): New face, new variable.
33183         * imenu.el (imenu--generic-function): The official position of a
33184         definition is the start of the line that BEG is in.
33186         * midnight.el (midnight-timer): Move defvar up.
33188         * mouse.el (mouse-drag-region-1): Delete some debugging code.
33190         * saveplace.el (save-place-to-alist): Use with-no-warnings.
33192         * startup.el (command-line): Use with-no-warnings.
33194         * window.el (window-size-fixed): New defvar.
33196         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
33198         * mail/rmail.el (rmail-font-lock-keywords):
33199         Use font-lock-comment-delimiter-face.
33201         * mail/sendmail.el (mail-font-lock-keywords):
33202         Use font-lock-comment-delimiter-face.
33204         * progmodes/compile.el (next-error-highlight-timer): New defvar.
33206 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
33208         * progmodes/compile.el (compilation-mode-font-lock-keywords):
33209         Specify t for LAXMATCH when matching directories.
33210         Save match data around compilation-compat-error-properties form.
33212 2005-04-23  David Kastrup  <dak@gnu.org>
33214         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
33215         Mention that the autoloaded aliases should be kept for AUCTeX.
33217 2005-04-23  Andreas Schwab  <schwab@suse.de>
33219         * isearch.el (isearch-forward): Doc fix.
33221 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
33223         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
33224         (jit-lock-stealth-nice): Change default value to 0.5.
33226 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
33228         * abbrev.el (write-abbrev-file): Write table entries in
33229         alphabetical order by table name.
33231 2005-04-22  Kim F. Storm  <storm@cua.dk>
33233         * ido.el (ido-read-internal): Fix `list' completion.
33235 2005-04-22  Kenichi Handa  <handa@m17n.org>
33237         * recentf.el (recentf-save-file-coding-system): New variable.
33238         (recentf-save-list): Encode the file by
33239         recentf-save-file-coding-system and add coding: tag.
33241 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
33243         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
33245 2005-04-21  Lute Kamstra  <lute@gnu.org>
33247         * loadhist.el (unload-feature): Don't remove a function from hooks
33248         if it is about to be restored to an autoload .  Remove functions
33249         that will become unbound from auto-mode-alist.  Simplify the code.
33251         * subr.el (assq-delete-all): New implementation that is linear,
33252         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
33253         (rassq-delete-all): New function.
33255         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33256         Add size-indication-mode.
33258 2005-04-21  Kenichi Handa  <handa@m17n.org>
33260         * international/mule-cmds.el: Add autoload for widget-value in
33261         eval-when-compile.
33263 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
33265         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33266         Add tooltip-mode.
33268         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
33270 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
33272         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
33273         (inferior-lisp-filter-regexp, inferior-lisp-program)
33274         (inferior-lisp-load-command, inferior-lisp-prompt)
33275         (inferior-lisp-mode-hook, lisp-source-modes)
33276         (inferior-lisp-load-hook): defvar->defcustom.
33277         (inferior-lisp-program, inferior-lisp-prompt)
33278         (inferior-lisp-load-hook): Doc fixes.
33279         (inferior-lisp-install-letter-bindings): Small change in
33280         introductory comment.
33282 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
33284         * vc.el (vc-annotate-color-map): Change some colors so that text
33285         using them as foreground is readable on both white and black
33286         backgrounds.
33288 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33290         * international/mule-conf.el (translation-table-for-input):
33291         Remove redundant declaration.
33293 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
33295         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
33297         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
33298         (tooltip-toggle-gud-tips): New function.
33300 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33302         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
33303         right angle brackets.
33305 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
33307         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
33309 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
33311         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
33312         Remove.  Update callers to use expand-file-name instead.
33314         * subr.el (syntax-class): New function.
33316         * simple.el (blink-matching-open): Use it.
33318         * paren.el (show-paren-function): Use it to recognize parens that are
33319         also used in 2-char comment markers.
33321 2005-04-19  Lute Kamstra  <lute@gnu.org>
33323         * loadhist.el (unload-feature): Update for new format of
33324         load-history.  Simplify the code.
33326 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33328         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
33329         (mac-add-charset-info): New function.  Initialize variable
33330         mac-charset-info-alist using it.
33331         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
33332         for translation.
33333         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
33334         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
33335         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
33336         New CCL programs.
33338 2005-04-19  Kim F. Storm  <storm@cua.dk>
33340         * simple.el (next-buffer, prev-buffer, next-error)
33341         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33342         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
33344         * bindings.el (next-buffer, prev-buffer, next-error)
33345         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33346         (clone-indirect-buffer-other-window): Move bindings from simple.el.
33347         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
33348         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
33350 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33352         * isearch.el (isearch-edit-string): Make the search-ring available for
33353         minibuffer history commands.
33354         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
33355         the default history commands now work just as well.
33356         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
33358 2005-04-18  Kim F. Storm  <storm@cua.dk>
33360         * emulation/cua-base.el (cua--pre-command-handler): Add more
33361         elaborate check for shift modifier on non-window systems.
33363 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
33365         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
33367 2005-04-18  Kim F. Storm  <storm@cua.dk>
33369         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
33370         and make it optional.  Don't test tooltip-gud-echo-area here.
33371         (tooltip-gud-process-output, gdb-tooltip-print):
33372         Pass tooltip-gud-echo-area to tooltip-show.
33373         (tooltip-help-tips): Remove second optional arg to tooltip-show.
33375 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33377         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
33378         `display-graphic-p' may not be bound yet.
33380 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
33382         * startup.el (command-line): No longer enable Xterm Mouse mode by
33383         default in terminals compatible with xterm.
33385         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
33387 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
33389         * tooltip.el (tooltip-gud-echo-area): Rename from
33390         tooltip-use-echo-area.
33391         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
33392         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
33393         area independently of where help tooltips are displayed.
33395 2005-04-17  David Kastrup  <dak@gnu.org>
33397         * cus-theme.el (custom-theme-write-variables): Quote variables
33398         where necessary.
33400 2005-04-17  Richard M. Stallman  <rms@gnu.org>
33402         * simple.el (yank-excluded-properties): Add follow-link to value.
33404         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
33406         * startup.el (fancy-splash-max-time): Just 30 seconds.
33407         (fancy-splash-delay): Just 7.
33408         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
33410         * loadhist.el (unload-feature): Update for new format of load-history.
33411         Simplify the code.
33413         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
33414         (rmail-font-lock-keywords): Don't fontify the text of a citation.
33416         * mail/sendmail.el (mail-font-lock-keywords):
33417         Don't fontify subject text.
33418         Don't fontify the text of a citation.
33420 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
33422         * comint.el (comint-output-filter): Run comint-output-filter-functions
33423         with point where the user had it.
33425 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
33427         * international/ucs-tables.el (ucs-set-table-for-input):
33428         Disable when using unify-on-decoding.
33430 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
33432         * emulation/cua-base.el (cua-global-mark-face): Add special case
33433         for displays supporting a high number of colors.
33435 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
33437         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
33439 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
33441         * filesets.el (filesets-add-buffer): If user supplies a name of a
33442         non-existing fileset, create a new fileset.
33444 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
33446         * textmodes/org.el (org-up-heading-all): Fix bug with
33447         `outline-up-heading-all'.
33449 2005-04-16  Andreas Schwab  <schwab@suse.de>
33451         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
33452         /etc/permissions.d/* and /etc/aliases.d/*.
33454 2005-04-16  Kenichi Handa  <handa@m17n.org>
33456         * international/code-pages.el (cp-make-coding-system):
33457         Set `translation-table-for-input' property value to the symbol
33458         ucs-mule-to-mule-unicode, not to that value.
33459         (pt154): Escape guillemet by `\'.
33461 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
33463         * loadup.el: Load tooltip if x-show-tip is fboundp.
33465         * startup.el (command-line): Add comment.
33467         * tooltip.el (tooltip-mode): Specify correct standard value for
33468         Custom in init-value.
33470 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
33472         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
33473         possible.
33475 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
33477         * textmodes/org.el (org-agenda-date-prompt): Rename from
33478         `org-agenda-date-today'.
33479         (org-evaluate-time-range): Insert at point instead of directly
33480         after time range.
33481         (org-first-headline-recenter, org-subtree-end-visible-p)
33482         (org-optimize-window-after-visibility-change): New functions
33483         (org-agenda-post-command-hook): Don't allow point at end of line,
33484         to make sure it always hits the text properties.
33485         (org-agenda-next-date-line, org-agenda-previous-date-line):
33486         New commands.
33487         (org-set-regexps-and-options): Category may contain white space.
33488         (org-agenda-get-deadlines, org-agenda-get-scheduled):
33489         Improve marker positions.
33490         (org-agenda-new-marker): Argument POS made optional.
33491         (org-agenda-get-timestamps): Deadlines which are done are listed
33492         in org-done-face now.
33493         (org-agenda-get-todos, org-agenda-get-timestamps)
33494         (org-agenda-get-deadlines, org-agenda-get-scheduled):
33495         Set `undone-face' and `done-face' properties.
33496         (org-last-todo-state-is-todo): New variable.
33497         (org-todo): Set `org-last-todo-state-is-todo'.
33498         (org-agenda-todo): Change face according to
33499         `org-last-todo-state-is-todo'.  And change other lines referring to
33500         the same entry.
33501         (org-calendar-goto-agenda): New command.
33502         (org-calendar-to-agenda-key): New option.
33503         (org-startup-folded): New allowed value `content'.
33504         (org-set-regexps-and-options): Accept new value `content' for
33505         `org-startup-folded'.
33506         (org-get-current-options): Handle new value `content' for
33507         `org-startup-folded'.
33508         (org-insert-todo-heading): New command.
33509         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33510         interactively in empty file and option
33511         `org-insert-mode-line-in-empty-file' has been set.
33512         (org-agenda-todo, org-agenda-priority): Modify to use
33513         `org-agenda-change-all-lines'.
33514         (org-warning-face): Change color on dark background.
33516 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33518         * international/mule-cmds.el (set-locale-environment): On Mac OS,
33519         use preferences AppleLocale and AppleLanguages, and variable
33520         mac-system-locale for default locale.  On Mac OS Classic, use
33521         mac-system-coding-system for default coding systems.
33523         * term/mac-win.el: Don't set file-name-coding-system.
33524         Decode variables system-name, emacs-build-system, user-login-name, and
33525         user-full-name by mac-system-coding-system on Mac OS Classic.
33526         (mac-system-coding-system): New variable.
33528 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
33530         * startup.el (command-line): Handle `xterm-mouse-mode' before
33531         reading init file.
33533         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33535 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
33537         * progmodes/sh-script.el (sh-here-document-word): Make it a
33538         defcustom.  Doc fix.
33539         (sh-add): Bash uses $(( )) for arithmetic.
33540         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33541         (sh-maybe-here-document): Remove quotes and leading whitespace
33542         from heredoc word when closing.  Indent heredoc with tabs if word
33543         starts with "-".
33545 2005-04-13  Richard M. Stallman  <rms@gnu.org>
33547         * simple.el (undo): Fix previous change.
33549         * custom.el (defface): Doc fix.
33551 2005-04-13  Lute Kamstra  <lute@gnu.org>
33553         * Makefile.in (DONTCOMPILE): Remove list.
33554         (compile, compile-always): Don't use DONTCOMPILE.
33555         (update-authors): Load the library in which batch-update-authors
33556         is defined.
33557         * makefile.w32-in (DONTCOMPILE): Remove list.
33558         (compile, compile-always): Fix comments.
33559         (update-authors): Load the library in which batch-update-authors
33560         is defined.
33562         * generic-x.el (generic-mode-ini-file-find-file-hook):
33563         Rename to ini-generic-mode-find-file-hook.
33564         Keep generic-mode-ini-file-find-file-hook as an alias.
33565         (ini-generic-mode-find-file-hook): Rename from
33566         generic-mode-ini-file-find-file-hook.  Fix docstring.
33567         (ini-generic-mode): Docstring change.
33568         (bat-generic-mode-run-as-comint): Silence the byte compiler.
33570         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33571         called from lisp.
33573         * generic.el: Move to the emacs-lisp subdir.
33575 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
33577         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33578         and C-S- function and cursor motion keys.
33580 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
33582         * startup.el (command-line): Enable Xterm Mouse mode by default.
33583         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33584         for Custom.  No longer show "Mouse" in mode line when enabled.
33585         Doc fix.
33587 2005-04-12  Kim F. Storm  <storm@cua.dk>
33589         * emulation/cua-base.el (cua-rectangle-face)
33590         (cua-rectangle-noselect-face): Define face attributes here.
33592         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33594 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33596         * startup.el (command-line): Turn off blinking cursor if
33597         cursorBlink in resources is off or false.
33599 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33601         * term/mac-win.el (dnd): Require dnd.
33602         (mac-drag-n-drop): Call dnd-handle-one-url.
33603         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33604         (kTextEncodingISOLatin2): Remove constants.
33605         (mac-script-code-coding-systems): New constant.
33606         (mac-handle-language-change): New function.
33607         (special-event-map): Bind it to `language-change' event.
33608         (mac-centraleurroman, mac-cyrillic): New coding systems.
33609         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33610         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33611         and mac-cyrillic-encoder to encode-mac-centraleurroman and
33612         encode-mac-cyrillic, respectively.
33614 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
33616         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33617         Don't set overlay-arrow-string to "=>" as this is done
33618         globally in C now.
33620 2005-04-12  Lute Kamstra  <lute@gnu.org>
33622         * generic-x.el (rc-generic-mode, rul-generic-mode):
33623         Fix auto-mode-alist entries.
33624         (etc-fstab-generic-mode): Tweak fontification.
33626         * generic.el (generic-make-keywords-list): Fix docstring.
33627         (generic-mode-internal): Simplify generic-font-lock-keywords.
33629 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
33631         * whitespace.el (whitespace-buffer-leading)
33632         (whitespace-buffer-trailing): Revert the incorrect test inversion.
33633         However, fix the highlight area for the leading and
33634         trailing whitespaces to show space.
33636 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
33638         * whitespace.el (whitespace-version): Bump to 3.5.
33640         (whitespace-buffer-leading, whitespace-buffer-trailing):
33641         Invert sense of the test to highlight the whitespace.
33643 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
33645         * progmodes/gud.el (gud-display-line): GUD uses its own
33646         overlay arrow now so don't set overlay-arrow-string.
33647         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33649 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
33651         * term.el (term-ansi-current-bold, term-ansi-current-underline)
33652         (term-ansi-current-reverse, term-ansi-current-invisible)
33653         (term-ansi-face-already-done): Change to boolean.
33654         (term-reset-terminal, term-handle-colors-array): Handle the above
33655         vars accordingly.
33656         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33657         (term-emulate-terminal): Use the new name.
33659         * faces.el (secondary-selection): Use yellow1, not yellow.
33660         (trailing-whitespace): Use red1, not red.
33662 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33664         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33665         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33666         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33668         * cus-edit.el (dnd): New group.
33670         * term/w32-win.el (dnd): Require dnd
33671         (w32-drag-n-drop): Call dnd-handle-one-url.
33673         * x-dnd.el: Require dnd.
33674         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33675         Call dnd-handle-one-url.
33676         (x-dnd-types-alist, x-dnd-insert-utf8-text)
33677         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33678         to dnd-insert-text.
33679         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33680         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33681         (x-dnd-get-local-file-name, x-dnd-open-local-file)
33682         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33684         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33686 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33688         * wdired.el: Doc fixes.
33689         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33690         (wdired-use-dired-vertical-movement): Rename from
33691         wdired-always-move-to-filename-beginning.
33692         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33693         (wdired-change-to-wdired-mode): Change mode name.
33694         (wdired-newline): Delete.
33696 2005-04-11  Richard M. Stallman  <rms@gnu.org>
33698         * whitespace.el (whitespace-highlight-the-space):
33699         Don't call whitespace-unhighlight-the-space here.
33701         * simple.el (undo): Record t in undo-equiv-table
33702         for the redo record made by an undo-in-region.
33704 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
33706         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33707         (gdb-frame-inferior-io-buffer): New Functions to control
33708         display of separate IO buffer.
33709         (menu): Add them to menu-bar.
33710         (gdb-display-buffer): Check for buffer another frame.
33711         Protect GUD buffer.
33712         (gdb-setup-windows): Create IO buffer if not already there.
33713         (gdb-memory-mode): Remove purecopy noops.
33715 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
33717         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33718         and pass to self-insert-command.
33720 2005-04-11  Lute Kamstra  <lute@gnu.org>
33722         * generic.el: Commentary section cleanup.
33723         (generic): Delete.
33724         (generic-use-find-file-hook, generic-lines-to-scan)
33725         (generic-find-file-regexp, generic-ignore-files-regexp)
33726         (default-generic-mode, generic-mode-find-file-hook)
33727         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33728         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
33729         (generic-use-find-file-hook, generic-lines-to-scan)
33730         (generic-find-file-regexp, generic-ignore-files-regexp)
33731         (default-generic-mode, generic-mode-find-file-hook)
33732         (generic-mode-ini-file-find-file-hook): Move from generic.el.
33734 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
33736         * bookmark.el (bookmark-write-file): Catch errors writing file.
33737         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33739 2005-04-10  Richard M. Stallman  <rms@gnu.org>
33741         * startup.el (fancy-splash-tail): Update copyright year.
33742         (command-line): Split part of -Q into -D.
33743         (emacs-basic-display): New defvar.
33744         (fancy-splash-text): Correct name of menu item.
33746         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33748         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33749         lines in one node.
33751         * comint.el (comint-send-input): New arg ARTIFICIAL.
33752         Callers in this file changed.
33754         * abbrev.el (define-abbrevs): Read system abbrevs properly.
33756         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33758 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
33760         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
33761         `ldap-search-internal'.
33763 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33765         * files.el (set-auto-mode-1): Use line-end-position.
33767         * international/latin-1.el:
33768         * international/latin-2.el:
33769         * international/latin-3.el:
33770         * international/latin-4.el:
33771         * international/latin-5.el:
33772         * international/latin-8.el:
33773         * international/latin-9.el: Give punctuation syntax to NBSP.
33775         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33776         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33777         Use char-classes to accept non-ascii letters, accepted in some recent
33778         bibtex implementations.
33780 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
33782         * custom.el (custom-set-minor-mode): Any non-nil value for the
33783         variable should enable the mode when set through Custom.
33785 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33787         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33788         TAB binding so tab-always-indent is obeyed.
33789         (vhdl-minibuffer-local-map): Move initialization into declaration.
33790         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33791         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33792         (vhdl-hooked-abbrev): Avoid test for XEmacs.
33793         (vhdl-current-line): Use line-beginning-position.
33794         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33795         with-output-to-temp-buffer, so the current position can be recorded.
33797 2005-04-10  Masatake YAMATO  <jet@gyve.org>
33799         * progmodes/compile.el (compilation-error-regexp-alist-alist):
33800         Add regexp for gcov.
33802 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
33804         * calendar/time-date.el (time-to-seconds, seconds-to-time)
33805         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33806         syntax which Emacs 20 doesn't support.
33808 2005-04-09  Richard M. Stallman  <rms@gnu.org>
33810         * help.el (describe-key-briefly, describe-key):
33811         Replace strings as event types with "(any string)".
33813 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
33815         * arc-mode.el (archive-mode-map): Move initialization into
33816         the declaration.  Override *all* bindings of `undo'.
33817         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33819 2005-04-09  Jay Belanger  <belanger@truman.edu>
33821         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33823 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
33825         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33826         (xterm-register-default-colors): Update color values computation
33827         to match xterm-200.
33829 2005-04-09  Kenichi Handa  <handa@m17n.org>
33831         * international/code-pages.el (iso-latin-7): Fix the map.
33833 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
33835         * emacs-lisp/lisp.el (defun-prompt-regexp)
33836         (parens-require-spaces, buffer-end, end-of-defun)
33837         (insert-parentheses): Doc fixes.
33839 2005-04-08  Kim F. Storm  <storm@cua.dk>
33841         * comint.el (comint-highlight-prompt): Fix face spec.
33842         * hi-lock.el (hi-green): Likewise.
33844 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
33846         * cus-edit.el (custom-modified-face):
33847         * comint.el (comint-highlight-input): Fix previous changes.
33848         * term.el (term-handle-ansi-escape): Add a comment.
33850 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
33852         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33853         in the buffer and in whitespace-highlighted-space.
33854         (whitespace-unhighlight-the-space): Simplify.
33855         (whitespace-buffer): Simplify.
33857 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
33859         * textmodes/table.el (table-cell-face): Add special case for
33860         displays supporting a high number of colors.
33861         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33862         (vhdl-font-lock-reserved-words-face)
33863         (vhdl-speedbar-architecture-face)
33864         (vhdl-speedbar-instantiation-face)
33865         (vhdl-speedbar-architecture-selected-face)
33866         (vhdl-speedbar-instantiation-selected-face): Likewise.
33867         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33868         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33869         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33870         (ebrowse-root-class-face, ebrowse-member-attribute-face)
33871         (ebrowse-progress-face): Likewise.
33872         * progmodes/compile.el (compilation-info-face): Likewise.
33873         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33874         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33875         * calendar/calendar.el (diary-face): Likewise.
33876         * woman.el (woman-italic-face, woman-bold-face)
33877         (woman-unknown-face): Likewise.
33878         * wid-edit.el (widget-button-pressed-face): Likewise.
33879         * whitespace.el (whitespace-highlight-face): Likewise.
33880         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33881         * pcvs-info.el (cvs-marked-face): Likewise.
33882         * info.el (info-xref): Likewise.
33883         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33884         * hilit-chg.el (highlight-changes-face)
33885         (highlight-changes-delete-face): Likewise.
33886         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33887         (hi-red-b): Likewise.
33888         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33889         * font-lock.el (font-lock-keyword-face)
33890         (font-lock-function-name-face, font-lock-warning-face): Likewise.
33891         * cus-edit.el (custom-invalid-face, custom-modified-face)
33892         (custom-set-face, custom-changed-face, custom-variable-tag-face)
33893         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33894         * comint.el (comint-highlight-prompt): Likewise.
33896 2005-04-08  Lute Kamstra  <lute@gnu.org>
33898         * font-lock.el (font-lock-keywords): Docstring fixes.
33900 2005-04-08  Kenichi Handa  <handa@m17n.org>
33902         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33903         chars are more than a limit, print " and more..." at the tail.
33905 2005-04-08  Kim F. Storm  <storm@cua.dk>
33907         * emacs-lisp/authors.el (authors-aliases): Update list.
33908         (authors-ignored-files): New list.
33909         (authors-fixed-entries): Fix typo.
33910         (authors-renamed-files-alist): Update list.
33911         (authors-add): Check authors-ignored-files.
33913 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
33915         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33916         optional, to ensure backward compatibility.
33918 2005-04-08  Stephen Eglen  <stephen@gnu.org>
33920         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33922 2005-04-08  Kim F. Storm  <storm@cua.dk>
33924         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33926         * mouse.el (mouse-on-link-p): Doc fix.
33928 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
33930         * ielm.el (ielm-prompt-read-only): Doc fix.
33932         * comint.el (comint-prompt-read-only): Doc fix.
33934 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
33936         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33937         ensure dired always handles wildcards passed to ffap.
33938         (find-file-at-point): Use it.
33939         (ffap-dired-wildcards): Doc fix.
33941 2005-04-07  Juri Linkov  <juri@jurta.org>
33943         * simple.el (next-error-overlay-arrow-position): New defvar.
33944         Put "=>" on its property `overlay-arrow-string'.  Add it to
33945         `overlay-arrow-variable-list'.
33947         * progmodes/compile.el (compilation-setup):
33948         Set `next-error-overlay-arrow-position' to nil.  Also set it to
33949         nil in the local hook `kill-buffer-hook'.  Make local variable
33950         `overlay-arrow-string' and set it to "=>".
33951         (compilation-goto-locus): Set BOL position to
33952         `next-error-overlay-arrow-position' instead of
33953         `overlay-arrow-position'.
33955         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33956         locally instead of adding it to the global hook.
33957         (Info-kill-buffer): Move up.
33959 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
33961         * term/xterm.el (xterm-standard-colors): Update color values from
33962         xterm-200.
33964 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
33966         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33968         * fast-lock.el:
33969         * lazy-lock.el: Move them to the obsolete subdir.
33971 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33973         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33974         (wdired-add-replace-advice): Remove.
33975         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33977 2005-04-06  Kim F. Storm  <storm@cua.dk>
33979         * startup.el (command-line): Add --bare-bones alias for -Q.
33981 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33983         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33984         create the startup fontset if a font specification ends with
33985         `mac-roman'.
33987 2005-04-06  Lute Kamstra  <lute@gnu.org>
33989         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33990         change.
33992         * emacs-lisp/copyright.el (copyright-update-year): Replace the
33993         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
33995 2005-04-05  Lute Kamstra  <lute@gnu.org>
33997         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33998         (define-generic-mode): Ditto.  Fix debug declaration.
34000         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
34001         Put them in the generic-x group.
34003         * calendar/timeclock.el (timeclock): Doc fix.
34005         * generic.el (define-generic-mode): Don't use custom-current-group.
34006         Document default :group value.
34007         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
34008         (define-global-minor-mode): Don't use custom-current-group.
34010 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
34012         * startup.el (command-line-1): Display startup-echo-area-message
34013         when fancy splash screen is in use.
34015         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
34016         (sh-escaped-newline): New face.
34017         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
34018         newline, and use sh-escaped-newline face.
34020         * progmodes/tcl.el (tcl-escaped-newline): New face.
34021         (tcl-builtin-list): New variable.
34022         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
34023         newlines.  Fix keywords subexpression number.
34025 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
34027         * textmodes/org.el (org-diary-default-entry): Fix call to
34028         `add-to-diary-entry'.
34030 2005-04-05  Kim F. Storm  <storm@cua.dk>
34032         * ediff-init.el: Use (featurep 'xemacs).
34034 2005-04-05  David Ponce  <david@dponce.com>
34036         * cus-edit.el (face): Derive from symbol widget.  Display sample
34037         of the current face on the fly.
34038         (widget-face-sample-face-get, widget-face-notify): New functions.
34039         (widget-face-value-create): Remove.
34041         * wid-edit.el (widget-field-end): Temporarily remove field
34042         narrowing before to call `get-char-property'.
34044 2005-04-04  Jay Belanger  <belanger@truman.edu>
34046         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
34047         (math-read-subscripts): New variable.
34048         (math-read-preprocess-string): Process subscripts.
34050 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
34052         * comint.el (comint-prompt-read-only): Doc fix.
34054         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
34055         `-1'.  Doc fix.
34057 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
34059         * textmodes/org.el (org-insert-mode-line-in-empty-file):
34060         Change default value to nil.
34062 2005-04-04  Lute Kamstra  <lute@gnu.org>
34064         * autorevert.el (auto-revert-mode): Specify :group.
34065         * battery.el (display-battery-mode): Specify :group.
34066         * diff-mode.el (diff-minor-mode): Specify :group.
34067         * font-core.el (font-lock-mode): Specify :group.
34068         * hl-line.el (hl-line-mode): Specify :group.
34069         * iimage.el (iimage): New customization group.
34070         (iimage-mode): Specify :group.
34071         * longlines.el (longlines-mode): Specify :group.
34072         * master.el: Don't require easy-mmode.
34073         (master): New customization group.
34074         (master-mode): Specify :group.
34075         * msb.el (msb-mode): Specify :group.
34076         * reveal.el (reveal-mode): Specify :group.
34077         * simple.el (next-error-follow-minor-mode): Specify :group.
34078         * smerge-mode.el (smerge-mode): Specify :group.
34079         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
34080         * emulation/cua-base.el (cua-mode): Specify :group.
34081         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
34082         * language/thai-util.el (thai-auto-composition-mode)
34083         (thai-word-mode): Specify :group.
34084         * mail/supercite.el (sc-minor-mode): Specify :group.
34085         * progmodes/cwarn.el (cwarn-mode): Specify :group.
34086         * progmodes/flymake.el (flymake-mode): Specify :group.
34087         * progmodes/glasses.el (glasses-mode): Specify :group.
34088         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
34089         * textmodes/enriched.el (enriched-mode): Specify :group.
34090         * textmodes/refill.el (refill-mode): Specify :group.
34092         * add-log.el (change-log-font-lock-keywords): Names in
34093         parenthesized lists can contain spaces.
34095 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
34097         * startup.el (fancy-splash-text): Shorten default text of
34098         "Emacs Tutorial" line.  Also, if the current language env
34099         indicates an available tutorial file other than TUTORIAL,
34100         extract its title and append it to the line in parentheses.
34101         (fancy-splash-insert): If arg is a thunk, funcall it.
34103 2005-04-04  Jay Belanger  <belanger@truman.edu>
34105         * calc/calc.el (calc-language-alist): Add tags to customization type.
34107 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
34109         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
34110         Doc fix.
34112 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
34114         * add-log.el (change-log-font-lock-keywords): The manual
34115         describing a Change Log entry, says: (...) "Aside from these
34116         header lines, every line in the change log starts with a space or
34117         a tab.".  The font-lock was not highlighting lines started with
34118         spaces, added support for it.
34120 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34122         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
34123         (bibtex-generate-url-list): Update docstring accordingly.  Put the
34124         complex example in the docstring.
34125         (bibtex-font-lock-url): Use pop.
34127 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34129         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
34131         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
34133 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
34135         * filesets.el (filesets-set-default): Doc fix.
34137 2005-04-03  Lute Kamstra  <lute@gnu.org>
34139         * generic.el (define-generic-mode): Add argument to specify
34140         keywords for defcustom.
34141         (default-generic-mode): Specify :group.
34143         * generic-x.el: Specify :group for all generic modes.
34145         * desktop.el (desktop-no-desktop-file-hook)
34146         (desktop-after-read-hook): Doc fix.
34148 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
34150         * simple.el (visible-mode): Use explicit :group keyword.
34151         This changes the group of `visible-mode-hook' from paren-blinking
34152         to editing-basics.
34154 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
34156         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
34157         mailbox specifications as well as URLs.
34158         (rmail-insert-inbox-text): Remove unused conditional branches.
34160 2005-04-01  Jay Belanger  <belanger@truman.edu>
34162         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
34163         (calc-gnuplot-print-command): Move definitions to calc.el.
34165         * calc/calc-embed.el (calc-embedded-announce-formula)
34166         (calc-embedded-open-formula, calc-embedded-close-formula)
34167         (calc-embedded-open-word, calc-embedded-close-word)
34168         (calc-embedded-open-plain, calc-embedded-close-plain)
34169         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
34170         (calc-embedded-open-mode, calc-embedded-close-mode):
34171         Move definitions to calc.el.
34173         * calc/calc.el (calc-settings-file, calc-language-alist):
34174         Make customizable.
34175         (calc-embedded-announce-formula, calc-embedded-open-formula)
34176         (calc-embedded-close-formula, calc-embedded-open-word)
34177         (calc-embedded-close-word, calc-embedded-open-plain)
34178         (calc-embedded-close-plain, calc-embedded-open-new-formula)
34179         (calc-embedded-close-new-formula, calc-embedded-open-mode)
34180         (calc-embedded-close-mode, calc-gnuplot-name)
34181         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
34182         from other files and make customizable.
34184 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34186         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
34187         Use buffer-live-p.
34188         (cvs-mode-run): Don't call cvs-update-header here.
34189         (cvs-run-process): Call cvs-update-header.
34190         Use process properties for cvs-postprocess and cvs-buffer so that
34191         the sentinel can behave better if the temp buffer is killed.
34192         Use a pipe rather than a tty, to better handle unexpected prompts.
34193         (cvs-sentinel): Rewrite.  Call cvs-update-header.
34195 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
34197         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
34198         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
34200 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
34202         * generic.el (define-generic-mode): Add indentation rule.
34204 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
34206         * files.el (mode-require-final-newline): Make Custom correctly
34207         report a nil value and allow to set it to nil via Custom.
34208         Doc fix.
34210 2005-04-01  Kenichi Handa  <handa@m17n.org>
34212         * international/characters.el: Enable the correct case setting for
34213         dotless-i and dotted-I.
34215 2005-04-01  Kim F. Storm  <storm@cua.dk>
34217         * ido.el (ido-file-internal): Fall back to non-ido command if
34218         initial directory is on slow ftp (or tramp) host.
34220 2005-03-31  Richard M. Stallman  <rms@gnu.org>
34222         * emacs-lisp/autoload.el (make-autoload):
34223         Handle define-global-minor-mode.
34225         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
34226         Rename from easy-mmode-define-global-mode.
34227         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
34229         * progmodes/scheme.el (scheme-mode-syntax-table):
34230         Update syntax of | and # for two-character comment syntax.
34232 2005-03-31  Lute Kamstra  <lute@gnu.org>
34234         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
34235         (define-minor-mode): Call custom-current-group at load-time.
34237         * generic.el (define-generic-mode): Add debug declaration.
34238         Add defcustom for the mode hook.
34239         (generic-mode-internal): Use run-mode-hooks.
34241 2005-03-31  Kim F. Storm  <storm@cua.dk>
34243         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
34244         (mouse-fixup-help-message): New defun called by show_help_echo
34245         to fixup mouse-2 prefix in help messages when applicable.
34247         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34249 2005-03-31  Kenichi Handa  <handa@m17n.org>
34251         * language/thai-word.el (thai-find-word-ends): Pay attention to
34252         the case that we reach the end of buffer.
34254         * textmodes/fill.el (fill-text-properties-at): New function.
34255         (fill-newline): Use fill-text-properties-at instead of
34256         text-properties-at.
34258 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
34260         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
34261         not comint-quote-filename.
34263 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
34265         * help-fns.el (help-with-tutorial): Revert last change.
34267 2005-03-31  Kim F. Storm  <storm@cua.dk>
34269         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
34271 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
34273         * calendar/cal-china.el: Update reference to "Calendrical
34274         Calculations" book; there's a new edition.
34275         * calendar/cal-coptic.el: Likewise.
34276         * calendar/cal-french.el: Likewise.
34277         * calendar/cal-hebrew.el: Likewise.
34278         * calendar/cal-islam.el: Likewise.
34279         * calendar/cal-iso.el: Likewise.
34280         * calendar/cal-julian.el: Likewise.
34281         * calendar/cal-mayan.el: Likewise.
34282         * calendar/cal-persia.el: Likewise.
34283         * calendar/calendar.el: Likewise.
34284         * calendar/holidays.el: Likewise.
34285         * calendar/lunar.el: Likewise.
34286         * calendar/solar.el: Likewise.
34288         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
34289         white space from doc string.
34291 2005-03-30  Jay Belanger  <belanger@truman.edu>
34293         * calc/calc-help.el (calc-full-help): Remove email address.
34295 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
34297         * help-fns.el (help-with-tutorial): Delete title line.
34299 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
34301         * calendar/cal-x.el (calendar-one-frame-setup)
34302         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
34303         rather than `symbol' for set-window-dedicated-p.
34305         * calendar/appt.el (appt-buffer-name): Make it a constant.
34306         (appt-add): Doc fix.
34308         * filesets.el (filesets-menu-path, filesets-menu-before)
34309         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
34310         (filesets-menu-cache-file): Use directory ~/.emacs.d.
34311         (filesets-add-submenu): Delete and use add-submenu instead.
34313 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
34315         * textmodes/org.el (org-agenda-phases-of-moon)
34316         (org-agenda-sunrise-sunset, org-agenda-convert-date)
34317         (org-agenda-goto-calendar): New commands.
34318         (org-diary-default-entry): New function.
34319         (org-get-entries-from-diary): Better parsing of diary entries.
34320         (org-agenda-check-no-diary): New function.
34321         ("diary-lib"): Advice to function `add-to-diary-list', to allow
34322         linking to diary entries.
34323         (org-agenda-execute-calendar-command): New function.
34324         (org-agenda): Improve visible section in window.
34325         Use `org-fit-agenda-window'.
34326         (org-fit-agenda-window): New option.
34327         (org-move-subtree-down): Better handling of empty lines
34328         at end of subtree.
34329         (org-cycle): Numeric prefix is interpreted now as show-subtree N
34330         levels up.
34331         (org-fontify-done-headline): New option.
34332         (org-headline-done-face): New face.
34333         (org-set-font-lock-defaults): Use `org-headline-done-face'.
34334         (org-table-copy-down): Rename from `org-table-copy-from-above'.
34335         When current field is non-empty, it is copied to next row.
34336         (org-table-copy-from-above): Fix bug which made it
34337         impossible to copy fields containing only a single non-white character.
34339 2005-03-30  Kim F. Storm  <storm@cua.dk>
34341         * kmacro.el (kmacro-end-macro): Isearch may store this command
34342         into the macro -- so ignore it when executing keyboard macro.
34344 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
34346         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
34348 2005-03-29  Kenichi Handa  <handa@m17n.org>
34350         * language/thai.el ("Thai"): Set setup-function and exit-function
34351         for Thai language environment.
34353         * language/thai-util.el: Require thai-word.
34354         (thai-word-mode-map): New variable.
34355         (thai-word-mode): New minor mode.
34356         (setup-thai-language-environment-internal): New function.
34357         (exit-thai-language-environment-internal): New function.
34359         * language/thai-word.el (thai-word-table): Declare it by defvar,
34360         use dolist to initialize it.
34361         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
34362         (thai-fill-find-break-point): New functions.
34364 2005-03-29  Richard M. Stallman  <rms@gnu.org>
34366         * simple.el (idle-update-delay): Move definition up.
34367         (set-mark): Doc fix.
34369 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
34371         * longlines.el: New file.
34373         * simple.el (buffer-substring-filters): New variable.
34374         (filter-buffer-substring): New function.
34375         (kill-region, copy-region-as-kill): Use it.
34377         * register.el (copy-to-register, append-to-register)
34378         (prepend-to-register): Use filter-buffer-substring.
34380 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
34382         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
34383         (gud-filter-pending-text): Move in front of gdb.
34384         (gud-overlay-arrow-position): New variable.
34385         (gud-sentinel, gud-display-line): Use it in place of
34386         overlay-arrow-position.
34388 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
34390         * progmodes/fortran.el (fortran-if-indent): Doc fix.
34391         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
34392         (fortran-font-lock-keywords-4): New variable.
34393         (fortran-blocks-re, fortran-end-block-re)
34394         (fortran-start-block-re): New constants, for hideshow.
34395         (hs-special-modes-alist): Add a Fortran entry.
34396         (fortran-mode-map): Bind fortran-end-of-block,
34397         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
34398         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
34399         (fortran-looking-at-if-then, fortran-end-of-block)
34400         (fortran-beginning-of-block): New functions, for hideshow.
34402         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
34403         Doc fix.  Tweak regexp.
34404         (f90-beginning-of-block): Push mark first.
34406 2005-03-29  Jay Belanger  <belanger@truman.edu>
34408         * calc/calc.el: Update copyright date.
34409         (calc-version): Increase to 2.1.
34410         (calc-version-date): Remove.
34412         * calc/calc-help.el: Update copyright date.
34413         (calc-full-help): Remove reference to calc-version-date.
34414         Update copyright date.
34416 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
34418         * vc.el (vc-do-command): Use a pipe for async processes, so password
34419         prompts don't show up at places where the user can't reply.
34421 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
34423         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
34424         on the file name we pass to the inferior shell.
34426 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
34428         * progmodes/which-func.el (which-function): Be robust in the face of an
34429         imenu--make-index-alist failure.
34431 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
34433         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
34435         * progmodes/python.el (python-preoutput-filter): Fix last change.
34437 2005-03-29  Lute Kamstra  <lute@gnu.org>
34439         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
34440         functions and compiled macros.
34441         (debug-convert-byte-code): Handle macros too.
34442         (debug-on-entry-1): Don't signal an error when trying to clear a
34443         function that is not set to debug on entry.
34445 2005-03-29  Jay Belanger  <belanger@truman.edu>
34447         * calc/calc-lang.el: Add functions to math-function-table
34448         properties of tex and math.
34450 2005-03-29  Kenichi Handa  <handa@m17n.org>
34452         * ps-mule.el (ps-mule-plot-string): Translate characters by
34453         ps-print-translation-table.
34454         (ps-mule-begin-job): Call find-charset-region/string with
34455         ps-print-translation-table.
34456         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
34458         * ps-print.el (ps-print-translation-table): New variable.
34459         (ps-plot-region): Translate characters by ps-print-translation-table.
34461 2005-03-29  Juri Linkov  <juri@jurta.org>
34463         * simple.el (next-error-highlight-timer): New variable.
34465         * progmodes/compile.el (compilation-goto-locus):
34466         Use `next-error-highlight-timer' instead of `sit-for'.
34468 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34470         * mail/supercite.el (sc-mail-field): Use assoc-string.
34471         (sc-get-address): Simplify regexps.
34473         * files.el (minibuffer-with-setup-hook): New macro.
34474         (find-file-read-args): Use it to avoid let-binding
34475         minibuffer-with-setup-hook (which breaks turning on/off
34476         file-name-shadow-mode while in the prompt).
34478         * complete.el (PC-read-include-file-name-internal):
34479         Use test-completion.
34481 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
34483         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
34485 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34487         * window.el (window-buffer-height): Use count-screen-lines.
34489         * progmodes/python.el (python-preoutput-leftover): New var.
34490         (python-preoutput-filter): Use it.
34491         (python-send-receive): Loop until all the result has been received.
34493 2005-03-28  Juri Linkov  <juri@jurta.org>
34495         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34497         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34498         "Recover Crashed Session".
34499         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34500         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34501         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34502         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34503         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34504         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34505         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34506         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34508         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34509         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34510         Ediff Sessions", "Toggle use of separate control buffer frame",
34511         "Use separate frame for Ediff control buffer".
34513         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34514         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34515         "Rename Bookmark", "Delete Bookmark".
34517         * info.el (Info-mode-menu): Remove ellipsis from "Index".
34518         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34519         Add `:active Info-index-alternatives' to "Next Matching Item".
34521         * wdired.el (wdired-change-to-wdired-mode):
34522         Mention `wdired-abort-changes' key in the initial message.
34524         * international/mule.el (auto-coding-alist): Associate non-ascii
34525         image filename extensions with `no-conversion'.
34527 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34529         * international/iso-acc.el:
34530         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34532 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
34534         * textmodes/sgml-mode.el (html-mode): Doc update.
34536         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34538 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
34540         * term.el (term-move-columns): Fix face after extending a line.
34541         (term-insert-spaces): Likewise.
34542         (term-reset-terminal): Fix off by one error.
34544 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
34546         * international/mule.el (auto-coding-alist): Add .xpi files.
34548         * files.el (auto-mode-alist): Add .xpi files.
34550 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
34552         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34554 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
34556         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34558 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
34560         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34561         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
34563         * calendar/cal-move.el (calendar-beginning-of-year): Move the
34564         cursor to Jan 1 when needed.
34565         (calendar-end-of-year): Fix -/+ typo.
34566         Reported by Chong Yidong <cyd@stupidchicken.com>.
34568 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34570         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34572         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34573         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
34575 2005-03-25  Richard M. Stallman  <rms@gnu.org>
34577         * filesets.el (filesets-init): Add autoload.
34579         * mail/mailalias.el (mail-directory): Doc fix.
34581 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
34583         * mail/mailalias.el (mail-directory-process): Do nothing if
34584         mail-directory-process is an atom.
34585         (mail-get-names): Ignore mail-directory-names if it is an atom.
34586         (mail-directory-process defvar): Doc fix.
34587         (mail-names): Doc fix.
34589 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
34591         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34593 2005-03-26  Kenichi Handa  <handa@m17n.org>
34595         * international/mule-util.el (detect-coding-with-priority):
34596         Call update-coding-systems-internal before detect-coding-region.
34598 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
34600         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34601         (gdb-frames-mode-map): Add follow-link property.
34603 2005-03-25  Jay Belanger  <belanger@truman.edu>
34605         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34606         for variables.
34608 2005-03-25  Juri Linkov  <juri@jurta.org>
34610         * image-mode.el: Optimize image filename extension regexps in
34611         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
34612         in `auto-mode-alist'.
34613         (image-mode): Add `image-toggle-display-text' to local hook
34614         `change-major-mode-hook'.  Display the image as an image by
34615         default.  Set `cursor-type' and `truncate-lines' if the image
34616         is already displayed.  Take into account the current mode (image
34617         or text) in message.
34618         (image-minor-mode): New minor mode.
34619         (image-mode-maybe, image-toggle-display-text): New functions.
34620         (image-toggle-display): Use called-interactively-p.
34621         Let-bind `inhibit-read-only' to t.
34623         * image-mode.el (image-minor-mode): Set `cursor-type' and
34624         `truncate-lines' if the image is already displayed.  Add turning
34625         image-minor-mode off to `change-major-mode-hook'.  Add message.
34626         Call `image-toggle-display-text' after turning image-minor-mode off.
34628 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
34630         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34631         Terminal.app, use utf-8.
34632         (set-display-table-and-terminal-coding-system): Add coding-system arg.
34633         (set-locale-environment): Use it.
34635         * term/xterm.el: Undo last change, better done in mule-cmds.el.
34637         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34639         * progmodes/python.el (python-close-block-statement-p)
34640         (python-outdent-p, python-current-defun): Use symbol-end.
34642 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
34644         * files.el (save-some-buffers): Doc fix.
34646 2005-03-25  Werner Lemberg  <wl@gnu.org>
34648         * complete.el, thumbs.el: Replace `legal' with `valid'.
34649         * calendar/calendar.el: Replace `legal' with `valid'.
34650         * emacs-lisp/advice.el: Replace `legal' with `valid'.
34651         * mail/supercite.el: Replace `legal' with `valid'.
34652         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34653         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34654         Replace `legal' with `valid'.
34655         * textmodes/reftex-vars.el, textmodes/reftex.el:
34656         Replace `legal' with `valid'.
34658 2005-03-25  Werner Lemberg  <wl@gnu.org>
34660         * calc/calc-forms.el, calc/calc-sel.el
34661         * midnight.el, vc-cvs.el
34662         * emacs-lisp/cl-macs.el
34663         * emulation/vip.el
34664         * eshell/esh-io.el, eshell/esh-var.el
34665         * mail/supercite.el
34666         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34667         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34668         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34669         * progmodes/sh-script.el, progmodes/xscheme.el
34670         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34671         * textmodes/reftex-index.el, textmodes/reftex-parse.el
34672         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34673         * textmodes/reftex.el, textmodes/org.el:
34674         Replace `illegal' with `invalid'.
34676 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34678         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34679         (flymake-find-buildfile, flymake-find-possible-master-files)
34680         (flymake-check-include, flymake-parse-line): Replace loops over the
34681         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34683         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34684         Substitute file-name-as-directory in the rest of the file.
34685         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34686         (flymake-replace-region): Remove unused arg `buffer'.
34687         (flymake-check-patch-master-file-buffer): Update calls to it.
34688         (flymake-add-err-info): Remove unused var `count'.
34689         (flymake-mode): Use define-minor-mode.
34691         * progmodes/flymake.el: Use with-current-buffer.
34692         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34693         flymake-replace-regexp-in-string, flymake-line-beginning-position)
34694         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34695         Avoid testing for `xemacs'.
34696         (flymake-nop): Move.
34697         (flymake-region-has-flymake-overlays): Return the computed value.
34698         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34699         Remove unused var `endline'.
34700         (flymake-get-line-count): Remove unused function.
34701         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34703         * emulation/vi.el:
34704         * generic.el:
34705         * hilit-chg.el (global-highlight-changes):
34706         * hi-lock.el (hi-lock-mode):
34707         * follow.el: find-file-hooks -> find-file-hook.
34709         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34711 2005-03-24  Juri Linkov  <juri@jurta.org>
34713         * dired.el (dired-mode-map): Add menu item "Compare directories"
34714         for dired-compare-directories.
34716         * dired-aux.el (dired-compare-directories): Add autoload cookie.
34717         Doc fix.  Replace `read-file-name' with `read-directory-name'.
34719 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34721         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34723 2005-03-24  Jay Belanger  <belanger@truman.edu>
34725         * calc/calc-embed.el (calc-embedded-mode-change): Save all
34726         relevant mode settings in calc-embedded-original-modes when modes
34727         are permanently changed.
34729 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34731         * autoinsert.el: find-file-hooks -> find-file-hook.
34733 2005-03-24  Lute Kamstra  <lute@gnu.org>
34735         * generic.el (generic-font-lock-defaults): Make it obsolete.
34736         (generic-font-lock-keywords): New variable to replace
34737         generic-font-lock-defaults.
34738         (generic-mode-set-font-lock): Delete it.
34739         (generic-mode-internal): Don't call generic-mode-set-font-lock.
34740         (generic-bracket-support): Add docstring.
34742         * generic-x.el: Rename generic-font-lock-defaults to
34743         generic-font-lock-keywords throughout.
34744         (mailagent-rules-setup-function): Delete it.
34745         (mailagent-rules-generic-mode): Use anonymous function instead.
34746         (show-tabs-generic-mode-font-lock-defaults-1)
34747         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34748         Quote faces.
34749         (show-tabs-tab-face, show-tabs-space-face): Specify background,
34750         not foreground.
34752         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34753         Recognize define-generic-mode.
34755 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34757         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34758         if there's no completion table.
34760 2005-03-23  Miles Bader  <miles@gnu.org>
34762         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34763         Remove tty-specific variants, as they're no longer needed.
34765 2005-03-23  Lute Kamstra  <lute@gnu.org>
34767         * generic-x.el: Code cleanup: make args constant whenever possible.
34768         (installshield-statement-keyword-list)
34769         (installshield-system-functions-list)
34770         (installshield-system-variables-list, installshield-types-list)
34771         (installshield-funarg-constants-list): Make them constants.
34773         * generic.el (generic-make-keywords-list): Add autoload cookie.
34775         * calendar/time-date.el: Add comment on time value formats.
34776         Don't require parse-time.
34777         (with-decoded-time-value): New macro.
34778         (encode-time-value): New function.
34779         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34780         (days-to-time): Return a valid time value when arg is huge.
34781         (time-since): Use time-subtract.
34782         (time-to-number-of-days): Use time-to-seconds.
34784 2005-03-23  David Ponce  <david@dponce.com>
34786         * recentf.el (recentf-keep): New option.
34787         (recentf-menu-action): Default to `find-file'.
34788         (recentf-keep-non-readable-files-flag)
34789         (recentf-keep-non-readable-files-p)
34790         (recentf-file-readable-p, recentf-find-file)
34791         (recentf-cleanup-remote): Remove.
34792         (recentf-include-p): More robust.
34793         (recentf-keep-p): New function.
34794         (recentf-remove-if-non-kept): Rename from
34795         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
34796         All callers updated.
34797         (recentf-menu-items-for-commands): Fix help string.
34798         (recentf-track-closed-file): Update.  Doc fix.
34799         (recentf-cleanup): Update.  Count removed files.  Doc fix.
34801 2005-03-23  Kim F. Storm  <storm@cua.dk>
34803         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34804         Don't inherit from fringe face (now happens automatically).
34806 2005-03-22  Kim F. Storm  <storm@cua.dk>
34808         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34809         position values.
34811 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
34813         * menu-bar.el (showhide-date-time): Remove.
34814         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34815         (menu-bar-make-mm-toggle): Simplify.
34817 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
34819         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34820         Accept qualified variable and function names.
34822 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
34824         * bindings.el (completion-ignored-extensions):
34825         Remove ".lis" for `vax-vms'.
34827 2005-03-22  Andreas Schwab  <schwab@suse.de>
34829         * generic-x.el: Revert last change.
34830         * ldefs-boot.el: Update.
34832 2005-03-22  Jay Belanger  <belanger@truman.edu>
34834         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34835         (calc-embedded-save-original-modes)
34836         (calc-embedded-restore-original-modes): New functions.
34837         (calc-do-embedded): Save original modes when entering embedded mode
34838         and restore when leaving embedded mode.
34839         (calc-embedded-modes-change): Change the value of
34840         calc-embedded-original-modes to reflect permanent changes.
34842 2005-03-22  Lute Kamstra  <lute@gnu.org>
34844         * generic-x.el: Require generic again.
34846 2005-03-22  Miles Bader  <miles@gnu.org>
34848         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34849         Tweak details to look good on both ttys and bitmap displays, light
34850         or dark background, etc.
34852 2005-03-21  Kim F. Storm  <storm@cua.dk>
34854         * tooltip.el (tooltip-show-help-function): Check car and cdr of
34855         mouse position.
34857 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
34859         * icomplete.el: Don't forcibly turn on the mode upon load.
34860         (icomplete-mode): Use define-minor-mode.
34861         (icomplete-eoinput): Default to nil.
34862         (icomplete-minibuffer-setup): Remove autoload.
34863         (icomplete-tidy): Simplify.
34864         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34865         in the initial state or if the user has modified the field.
34866         Fix handling of icomplete-max-delay-chars.
34867         Remove code that handles the oddball case where
34868         minibuffer-completion-table is an integer.
34869         Wrap icomplete-completions in while-no-input in case building
34870         completions takes more time than expected.
34871         (icomplete-completions): Simplify.
34873 2005-03-21  Richard M. Stallman  <rms@gnu.org>
34875         * jka-compr.el (jka-compr-really-do-compress):
34876         Make variable buffer-local.
34878         * image-mode.el: Handle .xpm files too.
34879         (image-toggle-display): Preserve modification flag.
34881         * help.el (where-is): Don't mention aliases with no key bindings.
34883 2005-03-21  Lute Kamstra  <lute@gnu.org>
34885         * generic.el: Fix commentary section.  Don't require cl for
34886         compilation.
34887         (generic-mode-list): Add autoload cookie.
34888         (generic-use-find-file-hook, generic-lines-to-scan)
34889         (generic-find-file-regexp, generic-ignore-files-regexp)
34890         (generic-mode, generic-mode-find-file-hook)
34891         (generic-mode-ini-file-find-file-hook): Fix docstrings.
34892         (define-generic-mode): Make it a defmacro.  Fix docstring.
34893         (generic-mode-internal): Code cleanup.  Add autoload cookie.
34894         (generic-mode-set-comments): Code cleanup.
34895         * generic-x.el: Don't prevent compilation.  Don't require generic.
34896         Follow coding conventions.  Minor code cleanup.
34897         (etc-fstab-generic-mode): Add some keywords.
34898         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34899         define-generic-mode like a function declaration.
34901 2005-03-21  Jay Belanger  <belanger@truman.edu>
34903         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34904         changing modes.
34906 2005-03-21  Sam Steingold  <sds@gnu.org>
34908         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34910 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
34912         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34913         Add underscore to "f$ lexicals" regexp.
34915 2005-03-20  Juri Linkov  <juri@jurta.org>
34917         * subr.el (progress-reporter-do-update): When `min-value' is equal
34918         to `max-value', set `percentage' to 0 and prevent division by zero.
34920 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
34922         Sync with Tramp 2.0.48.
34924         * net/tramp.el (all): Change all addresses to .gnu.org.
34925         (tramp-append-tramp-buffers): New defun.
34926         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34927         Catch `dont-send' signal.
34928         (tramp-set-auto-save-file-modes): Set always permissions, because
34929         there might be an old auto-saved file belonging to another
34930         original file.  This could be a security threat.  Reported by
34931         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34932         Check for Emacs 21.3.50 removed.
34934         * net/tramp-smb.el (all): Remove debug construct for
34935         `with-parsed-tramp-file-name'.
34936         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34937         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34938         No error message if DIRECTORY or FILENAME doesn't exist.
34939         (tramp-smb-open-connection): Check existence of
34940         `tramp-smb-program'.
34942 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34944         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34945         Properly handle the case where the `m' or `s' command's argument is not
34946         yet terminated.
34947         (perl-indent-new-calculate): New function.
34948         (perl-indent-line): Use it.
34950 2005-03-20  Miles Bader  <miles@gnu.org>
34952         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34953         in text-mode too.  Change to new face names.
34954         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34955         Add `:weight bold' attribute.
34956         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34958 2005-03-19  Juri Linkov  <juri@jurta.org>
34960         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
34962         * international/mule.el (auto-coding-alist): Sync with
34963         `auto-mode-alist' by adding upper case archive file extensions
34964         and adding ear/war to jar extension.
34966 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
34968         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34969         running, restart it.
34971 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
34973         * finder.el (finder-current-item): Throw an error on an empty line.
34975         * man.el (Man-follow-manual-reference): If current-word returns
34976         nil, use "".
34978 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
34980         * simple.el (goto-line): Doc fix.
34982 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
34984         * files.el (save-buffer): Doc fix.
34986 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
34988         * recentf.el (recentf-cleanup-remote): New variable.
34989         (recentf-cleanup): Use it to conditionally check availability of
34990         remote files.
34992 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
34994         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34995         function names.
34997 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
34999         * language/thai-word.el: New file.
35001 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
35003         * files.el (backup-buffer): If the file's directory is not
35004         writable, use copy instead of move to backup the file.
35006 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
35008         * obsolete/keyswap.el: Moved to obsolete/ from term/.
35010 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
35012         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
35013         Use functionp instead of symbolp and fboundp.  Reported by Drkm
35014         <darkman_spam@yahoo.fr>.
35015         (ps-print-version): New version 6.6.6.
35017 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
35019         * textmodes/table.el (table--line-column-position): New idiom.
35020         (table--row-column-insertion-point-p): New function to test
35021         validity of row and column insertion operation at a location.
35022         (table-global-menu, table-cell-menu): Use above functions for
35023         deterministic test operation.
35024         (table--editable-cell-p): Behave in deterministic fashion.
35026 2005-03-18  Juri Linkov  <juri@jurta.org>
35028         * isearch.el (isearch-lazy-highlight-new-loop):
35029         Make arguments beg and end optional.
35030         (isearch-update): Remove optional arguments nil from
35031         isearch-lazy-highlight-new-loop.
35032         (isearch-lazy-highlight-search): Let-bind case-fold-search to
35033         isearch-lazy-highlight-case-fold-search instead of
35034         isearch-case-fold-search, and let-bind isearch-regexp to
35035         isearch-lazy-highlight-regexp.
35036         Use isearch-lazy-highlight-last-string instead of isearch-string.
35038         * replace.el (perform-replace): Remove bindings of global
35039         variables isearch-string, isearch-regexp, isearch-case-fold-search.
35040         Add three new arguments to `replace-highlight'.
35041         (replace-highlight): Add arguments string, regexp, case-fold.
35042         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
35043         to allow isearch-lazy-highlight-new-loop to use these values
35044         to set corresponding isearch-lazy-highlight-* internal
35045         variables whose values lazy highlighting will use regardless of
35046         changes to global variables isearch-string, isearch-regexp,
35047         isearch-case-fold-search during lazy highlighting loop.
35048         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
35049         to `lazy-highlight-cleanup'.
35051         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
35052         (ispell-highlight-face): Set default face to `isearch' when
35053         lazy highlighting is enabled.
35054         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
35055         priority to 1.  Add lazy highlighting.
35056         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
35057         from `isearch-dehighlight'.
35059 2005-03-18  David Ponce  <david@dponce.com>
35061         * files.el (hack-local-variables): Do a case-insensitive search
35062         for End.
35064 2005-03-18  Juri Linkov  <juri@jurta.org>
35066         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
35067         `isearch-lazy-highlight-cleanup', add alias to old name and
35068         declare obsolete.  Add release numbers to other obsolete vars.
35069         (isearch-done, isearch-lazy-highlight-new-loop):
35070         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
35071         (lazy-highlight-cleanup) <variable>: Doc fix.
35072         (isearch-lazy-highlight-update): Rename obsolete
35073         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
35075 2005-03-18  Kenichi Handa  <handa@m17n.org>
35077         * language/thai-util.el: Fix categorization of Thai characters in
35078         thai-category-table.
35079         (thai-composition-pattern): Adjust it for the above change.
35080         (thai-self-insert-command, thai-compose-syllable): New functions.
35081         (thai-compose-region): Use thai-compose-syllable.
35082         (thai-compose-string): Likewise.
35083         (thai-composition-function): Likewise.
35084         (thai-auto-composition): New function.
35085         (thai-auto-composition-mode): New minor mode.
35087         * language/thai.el: Fix patterns to be registered in
35088         composition-function-table.
35090         * international/quail.el (quail-input-method): Locally bind
35091         inhibit-modification-hooks to t.
35093 2005-03-17  Richard M. Stallman  <rms@gnu.org>
35095         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
35096         (perl-mode): Use run-mode-hooks.
35098         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
35099         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
35100         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
35102         * mail/sendmail.el (sendmail-send-it): Reenable the code
35103         to compute resend-to-address and use it.
35105         * tar-mode.el (tar-mode): Turn off undo unconditionally.
35107         * image-mode.el: New file.
35109         * image.el (insert-sliced-image): Add autoload cookie.
35111         * font-lock.el (font-lock-lines-before): New user option.
35112         (font-lock-after-change-function): Obey it.
35114         * bindings.el (esc-map): Make M-g a prefix.
35115         Bind M-g g and M-g M-g to goto-line.
35117         * faces.el (face-id): Doc fix.
35119 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
35121         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
35122         (rmail-show-message): Use rmail-unknown-mail-followup-to.
35123         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
35125         * mail/sendmail.el (mail-yank-ignored-headers)
35126         (mail-font-lock-keywords, mail-mode-fill-paragraph):
35127         Add Mail-Followup-To and Mail-Reply-To headers.
35128         (mail-citation-hook): Add autoload cookie.
35129         (mail-mode): Doc fix.
35130         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
35131         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
35132         (mail-mode-fill-paragraph): Handle those headers.
35133         (mail-mailing-lists): New variable.
35134         (mail-mail-reply-to, mail-mail-followup-to): New functions.
35136 2005-03-17  Juri Linkov  <juri@jurta.org>
35138         * isearch.el (isearch-fallback): Check for `(car previous)'
35139         before calling `isearch-other-end-state'.
35141 2005-03-17  Kim F. Storm  <storm@cua.dk>
35143         * simple.el (move-beginning-of-line): Move to beginning of buffer
35144         line, as well as beginning of screen line.
35146 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
35148         * calendar/diary-lib.el (mark-diary-entries): Use new optional
35149         argument REDRAW rather than calendar-redrawing variable.
35150         * calendar/calendar.el (calendar-redrawing): Delete.
35151         (redraw-calendar): Do not bind calendar-redrawing.
35153 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
35155         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
35156         diary-file buffer.
35158 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
35160         * help.el (describe-mode): Allow a :minor-mode-function property to
35161         specify a different minor mode toggle function than the variable.
35162         * simple.el (auto-fill-function):
35163         * subr.el (add-minor-mode): Use it.
35165 2005-03-16  Kenichi Handa  <handa@m17n.org>
35167         * language/ethio-util.el (sera-being-called-by-w3): New variable.
35168         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
35169         (ethio-fidel-to-sera-buffer): Likewise.
35171 2005-03-16  Juri Linkov  <juri@jurta.org>
35173         * emacs-lisp/find-func.el (find-function-regexp):
35174         Add defun-emitting macro `menu-bar-make-toggle'.
35176         * isearch.el: Put `isearch-scroll' property to
35177         `split-window-horizontally'.
35179         * info.el: Update error messages for `debug-ignored-errors'.
35180         (Info-isearch-search): Doc fix.
35181         (Info-find-node): Move up code to go into info buffer before
35182         recording the node to the history.
35183         (Info-fontify-node): Fontify titles only if the next line
35184         has two or more `*', `=', `-', `.'.
35185         Display "go to this node" for empty (match-string 3).
35187 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
35189         * term/mac-win.el: Add mouse pointer shape constants.
35191 2005-03-15  Kim F. Storm  <storm@cua.dk>
35193         * simple.el (move-beginning-of-line): Use vertical-motion.
35195 2005-03-15  Juri Linkov  <juri@jurta.org>
35197         * isearch.el (isearch-error): New variable.
35198         (isearch-invalid-regexp, isearch-within-brackets): Remove.
35199         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
35200         (isearch-within-brackets-state): Remove.
35201         (isearch-case-fold-search-state, isearch-pop-fun-state):
35202         Decrease frame index.
35203         (isearch-mode, isearch-top-state, isearch-push-state)
35204         (isearch-edit-string, isearch-abort, isearch-search-and-update)
35205         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
35206         (isearch-search, isearch-lazy-highlight-new-loop):
35207         Replace `isearch-invalid-regexp' with `isearch-error'.
35208         Remove `isearch-within-brackets'.
35209         (isearch-search): Add `search-failed' handler to `condition-case'.
35210         (isearch-lazy-highlight-search): Add `condition-case' to catch
35211         errors and allow `isearch-lazy-highlight-update' to try
35212         highlighting from the beginning of the window.
35213         (isearch-repeat): Move up code to set isearch-wrapped to t
35214         before calling isearch-wrap-function.
35216         * info.el (Info-isearch-initial-node): New internal variable.
35217         (Info-search): Signal an error in isearch mode when search leaves
35218         the initial node.  Signal an error when `bound' is non-nil and
35219         nothing was found in the current subfile.
35220         (Info-isearch-search): Remove `condition-case'.
35221         (Info-isearch-wrap): Don't wrap when search failed during leaving
35222         the initial node.  If `Info-isearch-search' is nil, wrap around
35223         the current node.
35224         (Info-isearch-start): New fun.
35225         (Info-mode): Add buffer-local hook `Info-isearch-start' to
35226         `isearch-mode-hook'.
35228 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
35230         * simple.el (normal-erase-is-backspace): Set default to t if
35231         running on Mac.
35233         * term/mac-win.el (function-key-map): Sync with x-win.el.
35235 2005-03-15  Kenichi Handa  <handa@m17n.org>
35237         * international/mule-cmds.el (locale-language-names): Modify the
35238         format of elements and add more entries.
35239         (locale-preferred-coding-systems): Add more entries.
35240         (set-locale-environment): Adjust for the change of
35241         locale-language-names.
35243 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
35245         * pcvs.el (smerge-ediff): Remove bogus autoload.
35247 2005-03-14  Lute Kamstra  <lute@gnu.org>
35249         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
35250         Ignore a `*' at the beginning of a line.
35252         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
35253         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
35254         subr.el.
35255         (dont-compile, eval-when-compile, eval-and-compile): Use declare
35256         to specify indentation.
35258         * generic.el (define-generic-mode): Let generic-mode-list be a
35259         list of strings; test membership with equal.
35261 2005-03-14  Kim F. Storm  <storm@cua.dk>
35263         * simple.el (next-line, previous-line): Add optional try-vscroll
35264         arg to recognize interactive use.  Pass it on to line-move.
35265         (line-move): Don't perform auto-window-vscroll when defining or
35266         executing keyboard macro to ensure consistent behavior.
35268 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35270         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
35272 2005-03-13  Lute Kamstra  <lute@gnu.org>
35274         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
35275         debugger-setup-buffer so that backtrace marks the frames set to
35276         debug-on-exit and we don't have to do it manually.  Set an extra
35277         debug-on-exit for macro's.
35278         (debugger-setup-buffer): Don't mark the top frame manually.
35280 2005-03-12  Lute Kamstra  <lute@gnu.org>
35282         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
35283         lisp-indent-function throughout.
35284         (with-no-warnings): Set lisp-indent-function property.
35286 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
35288         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
35289         Add entry for backslash.
35291 2005-03-12  Juri Linkov  <juri@jurta.org>
35293         * info.el (Info-search): Four fixes for backward search.
35295 2005-03-11  Jay Belanger  <belanger@truman.edu>
35297         * calc/calc.el (calc-language-alist): New variable.
35298         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
35299         (calc-embedded-find-modes): Use calc-language-alist instead of
35300         calc-embedded-language-alist.
35302 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
35304         * calendar/calendar.el (calendar-redrawing): New internal
35305         variable.
35306         (redraw-calendar): Remove bogus save-excursion from previous
35307         change.  Bind calendar-redrawing to t for mark-diary-entries.
35308         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
35309         calendar if that is why we were called.
35311 2005-03-11  Kenichi Handa  <handa@m17n.org>
35313         * international/mule.el (make-coding-system): Set property
35314         coding-system-define-form to nil.
35315         (define-coding-system-alias): Likewise.
35317 2005-03-11  Kenichi Handa  <handa@m17n.org>
35319         These changes are suggested by Dave Love <fx@gnu.org>.
35321         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
35322         coding: tag.
35323         (adaptive-fill-regexp): Add more bullets.
35324         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
35325         regexps.
35327 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
35329         * help.el (describe-mode): Properly handle non-trivial lighters.
35330         Don't ignore minor modes that are not listed in minor-mode-list.
35332         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
35333         feature ON when the user requests to turn it OFF.
35335 2005-03-10  Lute Kamstra  <lute@gnu.org>
35337         * emacs-lisp/debug.el (debug-entry-code): Delete it.
35338         (implement-debug-on-entry): New function to replace debug-entry-code.
35339         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
35340         second argument as the 2005-03-07 change makes it obsolete.
35341         (debug-on-entry, cancel-debug-on-entry): Update call to
35342         debug-on-entry-1.
35343         (debug, debugger-setup-buffer): Comment update.
35344         (debugger-frame-number): Update to work with implement-debug-on-entry.
35346 2005-03-10  Jay Belanger  <belanger@truman.edu>
35348         * calc/calc-embed.el (math-ms-args): Declare it.
35349         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
35350         math-ms-args.
35351         (calc-embedded-subst): Use math-multi-subst-rec to substitute
35352         variables.
35354 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
35356         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
35357         Use message-box.
35359         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
35360         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
35361         (tooltip-gud-tips): Simplify.
35362         (tooltip-gud-tips-p): Remove superfluous :set.
35363         (tooltip-gud-modes): Add fortran-mode.
35364         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
35366         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
35368 2005-03-09  Kim F. Storm  <storm@cua.dk>
35370         * play/animate.el (animate-place-char): Use forward-line instead
35371         of next-line to improve performance.
35373 2005-03-09  Simon Josefsson  <jas@extundo.com>
35375         * net/browse-url.el (browse-url-default-browser): Doc fix.
35377 2005-03-09  Miles Bader  <miles@gnu.org>
35379         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
35380         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
35382 2005-03-09  Kenichi Handa  <handa@m17n.org>
35384         * international/latin-1.el: Set case and syntax for 255 only if
35385         set-case-syntax-set-multibyte is nil.
35387         * textmodes/ispell.el (ispell-insert-word): New function.
35388         (ispell-word): Use ispell-insert-word to insert a new word.
35389         (ispell-process-line): Likewise.
35390         (ispell-complete-word): Likewise.
35392 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
35394         * calendar/calendar.el (redraw-calendar): Preserve point.
35395         Reported by Matt Hodges <MPHodges@member.fsf.org>.
35396         (calendar-week-start-day): Move after definition of
35397         redraw-calendar.  Delete buffer test, since redraw-calendar has
35398         that now.
35400         * calendar/diary-lib.el (mark-diary-entries): Only call
35401         redraw-calendar in the first of any recursive calls.
35402         Reported by Alan Shutko <ats@acm.org>.
35404 2005-03-08  Juri Linkov  <juri@jurta.org>
35406         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
35407         (html-horizontal-rule, html-line, html-image, html-checkboxes)
35408         (html-radio-buttons): Add a space before the trailing `/>' where
35409         sgml-xml-mode is non-nil.
35410         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
35411         the subsequent tag of the empty XML tag.
35412         (html-href-anchor): Don't set initial input to "http:".
35413         (html-image): Ask for the image URL and set point inside alt="".
35414         (html-name-anchor): Duplicate the name in the `id' attribute when
35415         sgml-xml-mode is non-nil.
35416         (html-paragraph): Remove \n before <p>.
35417         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
35418         instead of `checked' when sgml-xml-mode is non-nil.
35420         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
35421         Remove 1 space before #RRGGBB to not truncate it on terminal
35422         windows w/o fringes.  Remove 1 space between bg and fg examples
35423         to get more space.
35424         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
35425         avoid byte-compile warnings.
35427         * image-file.el (image-file-handler): Put `safe-magic' property to
35428         `image-file-handler'.
35430         * info.el (Info-isearch-search): Emulate word search in
35431         isearching through multiple Info nodes with Info-search.
35432         (Info-isearch-wrap): Allow isearch-word.
35434 2005-03-08  Lute Kamstra  <lute@gnu.org>
35436         * emacs-lisp/debug.el (debugger-step-through): Make sure that
35437         stepping into the debugger's code is not possible.
35438         (debugger-jumping-flag): Docstring update.
35440 2005-03-08  Jay Belanger  <belanger@truman.edu>
35442         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
35443         embedded mode begins.
35444         (calc-embedded-language-alist): New variable.
35445         (calc-embedded-find-modes): Use calc-embedded-language-alist to
35446         set default language mode.
35448 2005-03-08  Kenichi Handa  <handa@m17n.org>
35450         * international/ccl.el (define-ccl-program): Fix docstring about
35451         extra 256 bytes assured for the output buffer.
35453         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35454         Fix BUFFER_MAGNIFICATION to 2.
35455         (ccl-encode-mule-utf-16be-with-signature): Likewise.
35457 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
35459         * align.el (align-rules-list): Added an alignment rule for CSS
35460         declarations (applies to css-mode and html-mode buffers).
35462 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
35464         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
35466 2005-03-07  Kim F. Storm  <storm@cua.dk>
35468         * simple.el (move-beginning-of-line): New command.
35470         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
35472         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
35474         * emulation/cua-base.el: Put CUA move property on move-end-of-line
35475         and move-beginning-of-line.
35477         * apropos.el (apropos-print): Omit command from M-x ... RET.
35479 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
35481         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
35482         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
35484 2005-03-06  Richard M. Stallman  <rms@gnu.org>
35486         * bindings.el (esc-map): Bind M-g to goto-line.
35488         * facemenu.el (global-map): Bind M-o, not M-g.
35490 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
35492         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35493         "Open Directory" as for "Open File".
35495 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
35497         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35498         (push-mark-command): Run activate-mark-hook.
35500 2005-03-06  Richard M. Stallman  <rms@gnu.org>
35502         * help-mode.el (help-mode-finish): Don't alter the element
35503         in view-return-to-alist if there already is one.
35505         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35506         make sure the current buffer is the expected one.
35508         * novice.el (disabled-command-function): Output in *Disabled Command*.
35509         Explicitly ignore non-keyboard events, and explicitly handle C-g.
35511         * textmodes/flyspell.el (flyspell-large-region):
35512         Pass args differently for aspell.
35514         * files.el (mode-require-final-newline): Doc fix.
35516 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
35518         * progmodes/which-func.el (which-function):
35519         Specify NOERROR when calling imenu--make-index-alist.
35521 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
35523         * simple.el (normal-erase-is-backspace): Define default value.
35525         * custom.el (custom-theme-set-variables): Remove unused var
35526         `immediate'.
35527         (custom-reevaluate-setting): Simple function to handle variables
35528         that are defined before their default value can really be
35529         computed.
35531         * startup.el (command-line): Use it for temporary-file-directory,
35532         small-emporary-file-directory, auto-save-file-name-transforms,
35533         blink-cursor-mode, and normal-erase-is-backspace.
35535         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35536         progress, even with buggy anchored keywords.
35538 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
35540         * simple.el (goto-line): Remove unbalanced final parenthesis.
35542 2005-03-05  Richard M. Stallman  <rms@gnu.org>
35544         * simple.el (goto-line): Use a number at point as the default.
35545         With C-u as arg, switch buffers.
35547 2005-03-05  Juri Linkov  <juri@jurta.org>
35549         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35550         with `no-blinking-cursor'.
35552         * startup.el (no-blinking-cursor): New defvar.
35553         (command-line): Add `--no-blinking-cursor' to longopts.
35554         Set `no-blinking-cursor' to t for command line arguments
35555         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
35556         with `no-blinking-cursor' in the condition for calling
35557         `blink-cursor-mode'.
35559 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
35561         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35562         (menu-bar-options-save): Add blink-cursor-mode.
35563         (menu-bar-options-menu): Add blink-cursor-mode.
35565 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
35567         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35568         (icalendar-export-file, icalendar-export-region)
35569         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35570         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35572 2005-03-04  Lute Kamstra  <lute@gnu.org>
35574         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35575         (debug-function-list): Ditto.
35577 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
35579         * textmodes/texinfmt.el (texinfo-append-refill):
35580         Redefine the types of line to which @refill
35581         is not appended by replacing a search for `@refill\\|@bye' with
35582         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
35583         itemize@refill' bug and the unfilled long lines bug.
35584         (texinfmt-version): Update number and date.
35586 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
35588         * international/code-pages.el (windows-1250, windows-125[2-8])
35589         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35591 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35593         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35594         bound yet.
35596 2005-03-02  Romain Francoise  <romain@orebokech.com>
35598         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35599         buffer after removing limits.
35600         (ibuffer-pop-filter): Ditto.
35601         Update copyright.
35603 2005-03-02  Miles Bader  <miles@gnu.org>
35605         * button.el (make-text-button): If the user doesn't specify a
35606         type, use the default.  Rewrite to use `add-text-properties' and
35607         plist functions.
35609 2005-03-01  Lute Kamstra  <lute@gnu.org>
35611         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35612         (debugger-jumping-flag): New var.
35613         (debug-entry-code): Use it.
35614         (debugger-jump): Use debugger-jumping-flag and add
35615         debugger-reenable to post-command-hook.
35616         (debugger-reenable): Use debugger-jumping-flag and remove itself
35617         from post-command-hook.
35618         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35619         debugger-reenable.
35621 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
35623         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35624         inclusion of "itemize\\|", which may be unnecessary, is certainly
35625         inelegant, and stops refilling in itemize lists when formatting
35626         Japanese Texinfo files to Info.
35627         Update copyright to 2005.
35629 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
35631         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35632         of an error if GDB can't find the source file.
35634 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
35636         * calendar/calendar.el (redraw-calendar): Work from any buffer,
35637         not just the calendar.
35639         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35640         first.
35641         (diary-redraw-calendar): New function.
35642         (make-diary-entry): Add diary-redraw-calendar to local
35643         write-contents-functions.  Turn off selective display before
35644         inserting in diary.
35646 2005-03-01  Kim F. Storm  <storm@cua.dk>
35648         * emacs-lisp/copyright.el (copyright-fix-years): New command.
35650 2005-03-01  Lute Kamstra  <lute@gnu.org>
35652         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35653         that debug-entry-code can be safely removed from a function while
35654         this code is being evaluated.  Revert the 2005-02-27 change as the
35655         new implementation no longer requires it.  Make sure that a
35656         function body containing just a string is not mistaken for a docstring.
35657         (debug): Skip one more frame in case of debug on entry.
35658         (debugger-setup-buffer): Delete one more frame line in case of
35659         debug on entry.
35660         (debugger-frame-number): Update to use the new text introduced by
35661         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
35663 2005-02-28  Kim F. Storm  <storm@cua.dk>
35665         * double.el (double-translate-key): Call force-window-update after
35666         read-event to avoid crash in redisplay.
35668 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35670         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35671         (debug): Use it.  Move the inhibit-trace earlier.
35672         (debug-entry-code): New const.
35673         (debug-on-entry-1): Use it.
35675 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
35677         * international/utf-16.el (ccl-encode-mule-utf-16le):
35678         Fix BUFFER_MAGNIFICATION to 2.
35679         (ccl-encode-mule-utf-16be): Likewise.
35681 2005-02-28  Kenichi Handa  <handa@m17n.org>
35683         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35684         Fix BUFFER_MAGNIFICATION to 4.
35685         (ccl-encode-mule-utf-16be-with-signature): Likewise.
35687 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
35689         * speedbar.el (speedbar-update-flag): Doc fix.
35690         (speedbar-show-info-under-mouse): Give set-mouse-position the right
35691         argument.
35693 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35695         * reveal.el (reveal-post-command): Don't try to reveal overlays which
35696         have a non-nil `invisible' property but are actually visible.
35698         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35699         for perldoc sections.
35700         (perl-outline-regexp, perl-outline-level): New var and function.
35701         (perl-mode): Use them.
35703 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
35705         * calendar/diary-lib.el (diary-remind): Discard any mark portion
35706         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35708 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
35710         * cus-edit.el: Comment change.
35711         (custom-buffer-create-internal): Slightly reword text at top of
35712         Custom buffers.  Mention there that saving an option edits the
35713         init file.  Add link to Emacs manual node on `custom-file'.
35714         (custom-magic-alist): Rewrite individual State messages to use
35715         capitalized keywords.  Doc fix.
35717 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
35719         * calendar/calendar.el (calendar-buffer): Move above
35720         calendar-week-start-day.
35721         (calendar-week-start-day): Doc fix.  Add :set function.
35722         (calendar-minimum-window-height): New variable.
35723         (generate-calendar-window): Only resize window if selected-window
35724         is displaying the calendar buffer.  Use new variable
35725         calendar-minimum-window-height.
35726         (generate-calendar): Reword error message.
35727         (calendar-mode-map): Bind DEL to scroll-other-window-down.
35729 2005-02-27  Andreas Schwab  <schwab@suse.de>
35731         * vc.el (vc-do-command): Don't run command asynchronously when
35732         operating in a remote directory.
35734         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35735         change from sync with Tramp 2.0.47.
35737 2005-02-27  Richard M. Stallman  <rms@gnu.org>
35739         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35741         * textmodes/flyspell.el (flyspell-mode-on):
35742         Call ispell-change-dictionary only if necessary.
35744         * emacs-lisp/re-builder.el (regexp-builder): New function.
35746         * register.el (describe-register-1): Explicitly handle
35747         yank-excluded-properties = t.
35749         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35750         (custom-magic-alist): Change the status descriptions again.
35751         (face widget-type): Total rewrite based on `restricted-sexp'
35752         to eliminate the confusing double hiding levels.
35754         * emacs-lisp/debug.el (debug-on-entry-1):
35755         If function body is empty, add nil as body form.
35757 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
35759         * emacs-lisp/trace.el (inhibit-trace): New var.
35760         (trace-make-advice): Use it.
35762         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35764 2005-02-26  Kim F. Storm  <storm@cua.dk>
35766         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35767         (mouse-on-link-p, mouse-drag-region-1): Use it.
35769 2005-02-25  Lute Kamstra  <lute@gnu.org>
35771         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35773 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
35775         * frame.el (blink-cursor-mode): Add :group keyword.
35777 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
35779         * calendar/icalendar.el (icalendar--decode-isodatetime):
35780         New optional argument DAY-SHIFT.
35781         (icalendar-export-region): Fix coding-system-for-write.
35782         (icalendar--convert-ical-to-diary): Shift end-day of all-day
35783         events by one.
35785 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35787         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35789 2005-02-24  Kim F. Storm  <storm@cua.dk>
35791         * international/iso-acc.el (iso-accents-compose): Fix crash
35792         during redisplay.  Call force-window-update after read-event
35793         and delete-region to signal that window is not accurate.
35795 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
35797         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35798         Remove unused and inexistent var `inhibit-trace'.
35799         (debugger-mode): Use run-mode-hooks.
35800         (debugger-list-functions): Add buttons; setup xref stack.
35802 2005-02-23  Richard M. Stallman  <rms@gnu.org>
35804         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35805         appointment says it was explicitly made.
35806         (appt-add): Set the 3rd element.
35807         (appt-make-list): Preserve explicit appointments.
35809         * subr.el (find-tag-default): Catch errors in forward-sexp.
35811 2005-02-23  Juri Linkov  <juri@jurta.org>
35813         * info.el (Info-isearch-search): New defcustom.
35814         (Info-isearch-search): Call the default isearch function
35815         when Info-isearch-search is nil.
35816         (Info-isearch-wrap): Use variable Info-isearch-search.
35818 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
35820         * cus-edit.el: Comment change.
35822 2005-02-22  Kim F. Storm  <storm@cua.dk>
35824         * progmodes/hideif.el (hide-ifdef-use-define-alist):
35825         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
35827 2005-02-22  Simon Josefsson  <jas@extundo.com>
35829         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35830         New variable.
35831         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
35832         Oskarsson" <myrkraverk@users.sourceforget.net>.
35834 2005-02-22  Kim F. Storm  <storm@cua.dk>
35836         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35837         check that window of that event is the selected window.
35838         (mouse-drag-region-1): Compare mouse event window to selected
35839         window before setting point.
35841         * tooltip.el (tooltip-show-help-function): Pass event to
35842         mouse-on-link-p so it can check selected window.
35844 2005-02-22  Kenichi Handa  <handa@m17n.org>
35846         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35847         (ps-mule-show-warning): New function.
35848         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35849         characters are found.
35851         * ps-print.el (ps-header-footer-string): Return a list of header
35852         and footer strings.
35854 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
35856         * pcvs.el (cvs-retrieve-revision): Fix thinko.
35858 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
35860         * frame.el (blink-cursor-mode): Use define-minor-mode.
35862         * term/mac-win.el (function-key-map): Use char-names more consistently.
35863         (file-name-coding-system): Only set it for MacOS-9.  The other case is
35864         already handled in mule-cmds.el (where it also works when mac-win.el
35865         is not used).
35867 2005-02-21  Kenichi Handa  <handa@m17n.org>
35869         * international/mule.el (ctext-pre-write-conversion): Always use
35870         " *code-converting-work*" buffer for work.
35872         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35874 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
35876         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35878 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
35880         * ses.el (undo-more): Restore defadvice, but only the part that
35881         allows changes outside the restricted area of the buffer.
35883 2005-02-20  Kim F. Storm  <storm@cua.dk>
35885         * simple.el (line-move): Add fourth optional arg try-vscroll which
35886         must be set to perform auto-window-vscroll.
35887         When moving backwards and doing auto-window-vscroll, automatically
35888         vscroll to the last part of lines which are taller than the window.
35889         (next-line, previous-line): Set try-vscroll arg on line-move.
35891 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
35893         * replace.el (query-replace, query-replace-regexp)
35894         (replace-string, replace-regexp): When operating on region, make
35895         the minibuffer prompt say so.
35897         * isearch.el (isearch-forward): Document isearch-query-replace and
35898         isearch-query-replace-regexp keybindings.
35900 2005-02-19  Jay Belanger  <belanger@truman.edu>
35902         * calc/calc-aent.el (math-read-token): Add local variable.
35904         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35905         (calc-edit-top): Move declaration to earlier in file.
35906         (calc-edit-macro-repeats): Add local variables.
35908         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35909         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35910         calcFunc-tanh.
35911         Adjust integration rule for calcFunc-tan.
35913 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
35915         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35916         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35917         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35918         (viper-skip-separators): Bug fix.
35919         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35920         particular major mode.
35921         (viper-del-backward-char-in-replace): Don't put deleted char on the
35922         kill ring.
35924         * emulation/viper-ex.el (viper-color-display-p): New function.
35925         (viper-has-face-support-p): Use viper-color-display-p.
35927         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35929         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35931         * emulation/viper-util.el (viper-glob-unix-files):
35932         Fix shell status check.
35933         (viper-file-remote-p): Make equivalent to file-remote-p.
35935         * emulation/viper.el (viper-major-mode-modifier-list):
35936         Use viper-gnus-modifier-map.
35938 2005-02-19  David Kastrup  <dak@gnu.org>
35940         * subr.el (subregexp-context-p): Fix garbled doc string by adding
35941         quoting.
35943 2005-02-19  Jay Belanger  <belanger@truman.edu>
35945         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35946         Remove extra definitions.
35947         (calc-coth): New function.
35948         (calcFunc-cot): Fix `let'.
35950 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
35952         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35953         the reasons we use "type pc" in these faces.
35955         * button.el (button): Ditto.
35957 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
35959         * replace.el (query-replace-read-from): Set the value of
35960         query-replace-from-history-variable to handle the case of an empty
35961         string entered to accept the suggested default.
35963         * net/tramp.el (tramp-file-name-for-operation):
35964         Use dired-call-process instead of dired-call-process-command.
35966 2005-02-19  Jay Belanger  <belanger@truman.edu>
35968         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35969         (math-div-non-trig): New variables.
35970         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35971         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35972         (math-combine-prod, math-div-symb-fancy): Add simplifications for
35973         trig expressions.
35975 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
35977         * progmodes/gdb-ui.el (gdb-var-update-handler)
35978         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35979         for watch expressions,
35980         (gdb-var-create-handler): Don't set speedbar-update-flag.
35981         (gdb-post-prompt): Simplify test for speedbar.
35983 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
35985         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35986         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35987         we use the syntax table of the correct buffer.
35988         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35989         Felix Gatzemeier.
35991         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35992         (ediff-file-remote-p): Make synonymous with file-remote-p.
35993         In all deffaces ediff-*-face-*, use min-colors.
35995         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35996         ediff-recurse-to-subdirectories.
35997         (ediff-mark-if-equal): Check that the arguments are strings, use
35998         ediff-same-contents (after to Felix Gatzemeier).
36000         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
36001         nil.
36003 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
36005         * log-view.el (log-view-message-re): Fix up Subversion regexp.
36007 2005-02-18  David Kastrup  <dak@gnu.org>
36009         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
36010         use `mark-active' when defined.
36012 2005-02-18  Kenichi Handa  <handa@m17n.org>
36014         * ps-print.el (ps-font-info-database): New entry
36015         ZapfChancery-MediumItalic with correct font name.  Fix font name
36016         of the entry Zapf-Chancery-MediumItalic.
36018 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
36020         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
36022 2005-02-16  Kim F. Storm  <storm@cua.dk>
36024         * ido.el (ido-fallback-command): Pass user input to fallback command.
36026 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
36028         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
36029         (gdb-find-file-hook): Add server prefix.
36031 2005-02-16  Richard M. Stallman  <rms@gnu.org>
36033         * replace.el (perform-replace): Pass new args to replace-highlight.
36034         (replace-highlight): Take region args,
36035         and pass them to isearch-lazy-highlight-new-loop.
36037         * novice.el (disabled-command-hook): Autoload the defalias
36038         and the make-obsolete-variable call.
36040         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
36042         * isearch.el (isearch-lazy-highlight-start-limit)
36043         (isearch-lazy-highlight-end-limit): New variables limit
36044         the region for highlighting.
36045         (isearch-lazy-highlight-new-loop): New args BEG and END.
36046         (isearch-lazy-highlight-search): Use the new vars.
36047         (isearch-lazy-highlight-update): Likewise.
36049         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
36051         * cus-start.el (all): Use default-boundp.
36053 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
36055         * menu-bar.el (menu-bar-select-frame): Handle current frame.
36057 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
36059         * autorevert.el (auto-revert-stop-on-user-input)
36060         (auto-revert-verbose): Doc fixes.
36062 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
36064         * international/mule-cmds.el (set-locale-environment): Remove call
36065         to set-selection-coding-system on Windows.
36067 2005-02-15  Jay Belanger  <belanger@truman.edu>
36069         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
36070         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
36071         calcFunc-coth.
36072         (math-simplify-sqrt): Add simplifications.
36074         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
36075         to list.
36077         * calc/calc-ext.el: Add functions to autoloads.
36079         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
36080         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
36081         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
36082         (math-csc-raw, math-cot-raw): New functions.
36084         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
36086         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
36087         the variable name in a message.
36089         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
36090         calcFunc-csc, calcFunc-cot.
36092         * calc/calcalg2.el: Add derivative and integration rules for
36093         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
36094         calcFunc-csch, calcFunc-coth.
36095         (math-do-integral-methods): Add to checks for when to use
36096         substitutions.
36098         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
36100 2005-02-15  Lute Kamstra  <lute@gnu.org>
36102         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
36103         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
36104         <monnier@iro.umontreal.ca>.
36105         (lisp-outline-level): Improve efficiency.  Suggested by David
36106         Kastrup <dak@gnu.org>.
36108 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
36110         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
36111         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
36112         (gdb-set-gud-minor-mode-existing-buffers): New functions.
36113         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
36114         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
36116 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
36118         * cus-start.el (all): Comment change.
36120 2005-02-14  Lute Kamstra  <lute@gnu.org>
36122         * cus-start.el (all): Check if symbol is void.
36124 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
36126         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
36127         optional argument to \cite.
36129 2005-02-14  Richard M. Stallman  <rms@gnu.org>
36131         * cus-edit.el (custom-buffer-create-internal): Update help message.
36132         (custom-magic-alist): Update help messages.
36134         * cus-start.el (all): Allow a var to specify a standard value.
36136 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
36138         * custom.el (custom-theme-set-variables): Handle variable aliases.
36140         * frame.el (blink-cursor-timer): Doc fix.
36141         (blink-cursor): Make it an alias for `blink-cursor-mode' and
36142         declare obsolete.
36143         (blink-cursor-mode): Define with defcustom and use correct
36144         standard expression in that defcustom.
36145         * startup.el (command-line): Adapt to above changes in frame.el.
36147 2005-02-11  Lute Kamstra  <lute@gnu.org>
36149         * apropos.el (apropos-score-doc): Prevent division by zero.
36151 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
36153         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
36154         (icalendar--get-event-property-attributes)
36155         (icalendar--get-event-properties)
36156         (icalendar--datetime-to-diary-date): New functions.
36157         (icalendar--split-value): Doc fix.
36158         (icalendar--datetime-to-noneuropean-date)
36159         (icalendar--datetime-to-european-date): New optional argument
36160         SEPARATOR.  Return result as a string instead of a list.
36161         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
36162         (icalendar--convert-string-for-export): Rename arg S to STRING.
36163         (icalendar-export-region): Doc fix.  Change name of error buffer.
36164         Save output buffer.
36165         (icalendar-import-file): Add blank at end of prompt.
36166         (icalendar-import-buffer): Doc fix.  Do not switch to error
36167         buffer.  Indicate status in return value.
36168         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
36169         buffer.  Save output buffer.  Handle exception from recurrence
36170         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
36171         events.  Fix problems with weekly all-day events.
36173 2005-02-10  Richard M. Stallman  <rms@gnu.org>
36175         * simple.el (eval-expression-print-format):
36176         Avoid warning about edebug-active.
36178         * help.el (help-for-help-internal): Rename from help-for-help.
36179         (help-for-help): Define with defalias.
36181         * font-core.el (font-lock-default-function): Use with-no-warnings.
36183         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
36185         * custom.el (defface): Doc fix.
36187 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
36189         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
36190         width 0" to prevent word wrapping problems.
36192 2005-02-09  Kim F. Storm  <storm@cua.dk>
36194         * ido.el (ido-file-extensions-order): New defcustom.
36195         (ido-file-extension-lessp, ido-file-extension-aux)
36196         (ido-file-extension-order): New advanced file ordering.
36197         (ido-file-lessp): New simple file ordering.
36198         (ido-sort-list): Remove.
36199         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
36200         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
36202 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
36204         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
36205         that some versions of grep produce.
36206         (grep-mode-font-lock-keywords): Likewise.
36208 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
36210         * progmodes/gdb-ui.el (gdb-location-list): New variable.
36211         (gdb-cdir): Delete.
36212         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
36213         (gdb-source-info): Treat case when source file is in another
36214         directory properly.
36215         (gdb-get-location): New function.
36217 2005-02-07  Jay Belanger  <belanger@truman.edu>
36219         * calc/calc-prog.el (calc-write-parse-table-part)
36220         (calc-fix-token-name): Fix a check for language type.
36222         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
36224 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
36226         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
36227         as directory not writable.
36229 2005-02-07  Kim F. Storm  <storm@cua.dk>
36231         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
36232         (cua--standard-movement-commands): Remove list.
36233         Instead, set CUA property value to move for movement commands.
36234         (cua-movement-commands): Remove.  Users must set CUA prop instead.
36235         (cua--pre-command-handler): Check CUA property.
36236         (cua--init-keymaps): Don't remap undo commands.
36237         (cua-mode): Don't call cua--rectangle-on-off.
36239         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
36240         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
36241         (cua--rect-undo-set-point): New var.
36242         (cua--rectangle-undo-boundary): Setup undo apply entry.
36243         (cua--rect-undo-handler): New function for rectangle undo.
36244         (cua--rect-start-position, cua--rect-end-position): Add.
36245         (cua--rectangle-post-command): Call cua--rectangle-set-corners
36246         for restored rectangle.  Set point if cua--rect-undo-set-point.
36248 2005-02-06  Jay Belanger  <belanger@truman.edu>
36250         * calc/calc-lang.el (calc-tex-language): Display more information
36251         in messages.
36253         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
36254         in TeX mode.
36256 2005-02-06  Richard M. Stallman  <rms@gnu.org>
36258         * emacs-lisp/lisp.el (buffer-end): Doc fix.
36260 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
36262         * net/ldap.el (ldap-search-internal): Support attributes with
36263         optional descriptions separated by a semi-colon, as in
36264         "userCertificate;binary".
36266 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
36268         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
36269         isn't a cons (i.e. the version is 0).
36271 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
36273         * help.el (help-for-help): Doc fix.
36275 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
36277         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
36278         GDB-Windows on the menu-bar as this works better.
36280 2005-02-04  Jay Belanger  <belanger@truman.edu>
36282         * calc/calc-embed.el (calc-embedded-update): Don't put in
36283         unnecessary newlines.  Adjust the end of formula marker.
36285         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
36286         (math-latex-parse-two-args): New function.
36288 2005-02-03  Lute Kamstra  <lute@gnu.org>
36290         * help-fns.el (help-with-tutorial): Make sure that users cannot
36291         remove the entire text of the tutorial by means of `undo'.
36293 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36295         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
36296         in recent changes, where the ispell process was repeatedly
36297         killed & restarted.
36299         * international/mule-cmds.el (set-locale-environment): Set file-name
36300         coding system to utf-8 on Darwin systems.
36301         (set-default-coding-systems): Don't set default-file-name-coding-system
36302         on Darwin systems.
36304 2005-02-03  Richard M. Stallman  <rms@gnu.org>
36306         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
36308 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
36310         * faces.el (list-faces-display): Add optional argument.
36312 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
36314         * font-core.el (font-lock-default-function): Handle the rare case where
36315         only font-lock-keywords is set.
36317 2005-02-02  Kenichi Handa  <handa@m17n.org>
36319         * international/characters.el: Cancel previous change for
36320         I-WITH-DOT-ABOVE and DOTLESS-i.
36322         * international/latin-5.el: Cancel previous change.
36324 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
36326         * progmodes/gud.el: Correction to syntax in gud-menu-map.
36328 2005-02-02  Kenichi Handa  <handa@m17n.org>
36330         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
36331         DOTLESS-i.
36333         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
36334         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
36336         * case-table.el (get-upcase-table): New function.
36337         (copy-case-table): Copy upcaes table too if non-nil.
36338         (set-case-syntax-delims): Maintain upcase table too.
36339         (set-case-syntax-pair): Likewise.
36340         (set-upcase-syntax, set-downcase-syntax): New functions.
36341         (set-case-syntax): Maintain upcase table too.
36343 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
36345         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
36347         * progmodes/gud.el (gud-goto-info): New function.
36348         (gud-tool-bar-map): Use correct icon.
36350 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
36352         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
36353         When delegating, order args in the funcall correctly.
36355 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
36357         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
36359 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
36361         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
36362         buffer not visiting a file.
36364 2005-01-31  Jay Belanger  <belanger@truman.edu>
36366         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
36367         bound on the line with the formula.
36369 2005-01-31  Kim F. Storm  <storm@cua.dk>
36371         * ses.el (ses-create-cell-variable-range)
36372         (ses-destroy-cell-variable-range, ses-reset-header-string)
36373         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
36374         (ses-insert-row): Fix format of apply undo entries.
36376 2005-01-31  Jay Belanger  <belanger@truman.edu>
36378         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
36379         parts.
36381         * calc/calc-embed.el (calc-embedded-open-formula)
36382         (calc-embedded-close-formula): Ignore matrix environments.
36384         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
36385         TeX mode.
36387         * calc/calc-lang.el (math-function-table, math-oper-table)
36388         (math-variable-table): Adjust the LaTeX portions.
36390         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
36391         (math-latex-ignore-words): New constant.
36393 2005-01-31  Richard M. Stallman  <rms@gnu.org>
36395         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
36396         (ispell-local-dictionary): Doc fix.
36397         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
36398         Don't reinitialize at run time.  Don't defcustom.
36399         All uses changed to append ispell-local-dictionary-alist,
36400         or check it first.
36401         (ispell-current-dictionary): New variable for dictionary in use.
36402         (ispell-dictionary): Now used only for global default.
36403         (ispell-start-process): Set ispell-current-dictionary,
36404         not ispell-dictionary.
36405         (ispell-change-dictionary): Use this only for setting
36406         user preferences.
36407         (ispell-internal-change-dictionary): New function
36408         to change the current dictionary in use.
36409         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
36410         Use ispell-current-dictionary.
36411         Handle ispell-local-dictionary-overridden.
36412         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
36414 2005-01-31  Jay Belanger  <belanger@truman.edu>
36416         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
36418         * calc/calc-ext.el: Add calc-latex-language to autoloads.
36419         (calc-mode-map): Add calc-latex-language.
36421         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
36422         (math-latex-print-frac): New functions.
36423         (math-oper-table, math-function-table, math-variable-table)
36424         (math-complex-format, math-input-filter): Add latex properties.
36425         (calc-set-language): Set math-expr-special-function-mapping.
36427         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
36428         (calc-write-parse-table-part): Add LaTeX support.
36430         * calc/calc.el (calc-language): Adjust docstring.
36431         (calc-set-mode-line): Add LaTeX support.
36432         (math-expr-special-function-mapping): New variable.
36433         (math-tex-ignore-words): Add to list.
36435         * calc/calccomp.el (math-compose-expr, math-compose-rows):
36436         Add LaTeX support.
36437         (math-compose-expr): Add support for special functions.
36439         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
36441 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
36443         * progmodes/gdb-ui.el (gdb-memory-address)
36444         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
36445         (gdb-memory-mode-map, gdb-memory-format-keymap)
36446         (gdb-memory-format-menu, gdb-memory-unit-keymap)
36447         (gdb-memory-unit-menu): New variables for a buffer
36448         that lets the user examine program memory.
36449         (gdb-memory-set-address, gdb-memory-set-repeat-count)
36450         (gdb-memory-format-binary, gdb-memory-format-octal)
36451         (gdb-memory-format-unsigned, gdb-memory-format-signed)
36452         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
36453         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
36454         (gdb-memory-unit-word, gdb-memory-unit-halfword)
36455         (gdb-memory-unit-byte, gdb-memory-unit-menu)
36456         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
36457         (gdb-memory-mode, gdb-memory-buffer-name)
36458         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
36459         New functions for above buffer.
36461 2005-01-30  Richard M. Stallman  <rms@gnu.org>
36463         * cus-edit.el (custom-bury-buffer): Function deleted.
36464         (custom-buffer-done-function): Option deleted.
36465         (custom-buffer-done-kill): New replacement option.
36466         (Custom-buffer-done): Call quit-window.
36467         (custom-buffer-create-internal): Update for above changes.
36469 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
36471         * simple.el (undo-ask-before-discard): New var.
36472         (undo-outer-limit-truncate): Implement it.
36473         (undo-extra-outer-limit): Doc update.
36475 2005-01-29  Richard M. Stallman  <rms@gnu.org>
36477         * ses.el (undo-more): Delete defadvice.
36478         (ses-begin-change): Doc fix.
36480         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
36481         instead of rebinding C-x u and C-_.
36483         * files.el (normal-backup-enable-predicate): Return nil for files
36484         in /tmp, regardless of temporary-file-directory.
36486         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36488         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36489         (open-rectangle, delete-whitespace-rectangle-line)
36490         (clear-rectangle-line): If FILL, pass t instead of FILL
36491         for move-to-column's 2nd arg.
36493         * simple.el (undo): Fix the test for continuing a series of undos.
36494         (undo-more): Set pending-undo-list to t when we reach end.
36495         (pending-undo-list): Move up defvar.
36497         * wid-edit.el (widget-button-click):
36498         Shorten the range of the track-mouse binding.
36500         * comint.el (comint-insert-input): Undo previous changes;
36501         use last-input-event in interactive spec.
36503 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
36505         * progmodes/compile.el (compilation-start): Bind buffer-read-only
36506         to nil before invoking call-process.  Reset buffer's modified flag
36507         after fontifying it in the no-async branch.
36509         * wid-edit.el (widget-specify-button): If mouse pointer shape
36510         cannot be changed, use mouse face instead.
36512 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
36514         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36515         (gdb-goto-breakpoint): Make breakpoint handling work on template
36516         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
36517         (gdb-assembler-custom): Update to recognize breakpoint information
36518         added on 2005-01-19.
36520 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
36522         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36523         (dsssl-mode): Use define-derived-mode.
36524         (scheme-mode-initialize): Remove.
36525         (scheme-mode): Use run-mode-hooks.
36527         * cus-edit.el (customize-group-other-window)
36528         (custom-buffer-create-other-window): Don't override special-display-*.
36529         (custom-mode-map): Make it dense.
36531         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36532         sets the default value.
36534 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
36536         * descr-text.el: Add more keywords.
36538 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
36540         * speedbar.el: Avoid unnecessary use of locate-library.
36542         * international/mule-cmds.el (standard-display-european-internal):
36543         Don't fiddle with latin-1 non-break space any more since it's now
36544         special cased in the C code.
36545         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36547 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
36549         * cus-start.el (all): Add `undo-outer-limit'.
36551 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
36553         * textmodes/bibtex.el (bibtex-format-entry):
36554         Use `bibtex-empty-field-re' only on the text of fields, not on entire
36555         field lines.
36556         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36557         not on part of a buffer.
36559 2005-01-25  Lute Kamstra  <lute@gnu.org>
36561         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36562         nonempty field text strings like "{letters\\macro{}more letters}".
36563         Clarify docstring.
36564         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36565         (bibtex-entry-offset, bibtex-parse-association)
36566         (bibtex-parse-field-name): Fix typos in docstrings.
36567         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36569 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
36570             Juri Linkov  <juri@jurta.org>
36572         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36573         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36574         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36575         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36577         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36578         isearch minor mode.
36580 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
36582         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36584 2005-01-24  Lute Kamstra  <lute@gnu.org>
36586         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36587         CASECHARS and NOT-CASECHARS regular expressions of the
36588         "nederlands" and "nederlands8" dictionaries to prevent a "Range
36589         striding over charsets" error.
36591 2005-01-24  Jay Belanger  <belanger@truman.edu>
36593         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36594         display variable name.
36596 2005-01-24  Kenichi Handa  <handa@m17n.org>
36598         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36599         Fix setting of the element of encoded-kbd-iso2022-invocations.
36601 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
36603         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36604         (gdb-threads-select): Change to also accept mouse events.
36605         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36606         (gdb-threads-mouse-select): Delete.
36608 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
36610         * files.el (insert-directory): Take care of empty directory,
36611         listed without -a switch.
36613 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
36615         * textmodes/refill.el (refill-post-command-function):
36616         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36617         to the list of functions that we should be careful not to undo.
36618         (refill-late-fill-paragraph-function): Remove.
36619         (refill-saved-state): New var.
36620         (refill-mode): Use it to save fill-paragraph-function.
36621         Save also the value of auto-fill-function.
36623         * term/w32-win.el: Simplify code.
36625 2005-01-23  Kim F. Storm  <storm@cua.dk>
36627         * simple.el (line-move): Adapt to new return value from
36628         pos-visible-in-window-p.
36630         * simple.el (line-move): Fix last change.  Check partial
36631         visibility at point rather than at window-start.
36633 2005-01-22  Jason Rumney  <jasonr@gnu.org>
36635         * term/w32-win.el (xw-defined-colors): Remove debug-message.
36637 2005-01-22  David Kastrup  <dak@gnu.org>
36639         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36641 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
36643         * type-break.el (type-break-mode): Add a test for
36644         type-break-file-name being non-nil.
36646 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
36648         * net/eudc.el (top level): Call (message "") via progn, so that
36649         eudc-options-file is loaded.
36651 2005-01-22  Kim F. Storm  <storm@cua.dk>
36653         * simple.el (line-move-1): Rename from line-move.
36654         (line-move): New function that adjusts vscroll for partially
36655         visible rows, and calls line-move-1 otherwise.
36657 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
36659         * pcomplete.el: Define pcomplete-read-event instead of read-event,
36660         since it's not a complete read-event implementation.
36662 2005-01-20  Jay Belanger  <belanger@truman.edu>
36664         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36665         for called function.
36667 2005-01-20  Steven Tamm  <steventamm@mac.com>
36669         * term/mac-win.el (process-connection-type): Remove.
36670         Controlled now by s/darwin.h:PTY_ITERATION.
36672 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
36674         * window.el (handle-select-window): Don't switch window when we're
36675         in the minibuffer.
36677 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
36679         * subr.el (dotimes-with-progress-reporter): New macro.
36681         * ses.el (ses-dotimes-msg): Remove macro.
36682         Use `dotimes-with-progress-reporter' instead.
36684 2005-01-19  Steven Tamm  <steventamm@mac.com>
36686         * term/mac-win.el (process-connection-type): Use new
36687         operating-system-release variable to use ptys on Darwin 7 (OS X
36688         10.3) when using carbon build.
36690 2005-01-19  Jay Belanger  <belanger@truman.edu>
36692         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36693         flags if the last command was a tab or M-tab.
36695         * calc/calc-prog.el (calc-user-define-edit): Put original formula
36696         in formula editing buffer.
36698 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
36700         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36701         breakpoint image symbol in margin.
36703 2005-01-19  Jay Belanger  <belanger@truman.edu>
36705         * calc/calc-prog.el (calc-execute-kbd-macro):
36706         Ignore calc-keep-arg-flag.
36708 2005-01-19  Kenichi Handa  <handa@m17n.org>
36710         * textmodes/ispell.el (ispell-looking-at): New function.
36711         (ispell-process-line): Use ispell-looking-at to compare the ispell
36712         output and the buffer contents.
36714 2005-01-18  Jay Belanger  <belanger@truman.edu>
36716         * calc/calc.el (calc-display-raw): Fix docstring.
36718 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
36720         * simple.el (blink-matching-open): Strip extra info from syntax.
36722         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36723         funny chars in the end-of-here-doc marker.
36725 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
36727         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36728         that enable/disabled state of breakpoints is shown correctly in
36729         fringe and on ttys.
36730         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36731         Add breakpoint information as text properties.
36732         (gdb-mouse-toggle-breakpoint):
36733         Rename to gdb-mouse-set-clear-breakpoint.
36734         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
36735         breakpoints in the margin.
36736         (gdb-remove-strings): Simplify.
36738 2005-01-17  Jay Belanger  <belanger@truman.edu>
36740         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36741         erasing buffer.
36743 2005-01-17  Richard M. Stallman  <rms@gnu.org>
36745         * progmodes/grep.el (grep-find): Copy from `grep' the condition
36746         for calling grep-compute-defaults.
36748         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36749         if buffer is empty.
36751         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36753 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
36755         * hilit-chg.el (highlight-changes-mode): Don't autoload.
36757         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36758         non-preloaded variables.
36760 2005-01-17  Steven Tamm  <steventamm@mac.com>
36762         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36763         tex-shell cause to force interactivity when using pipes.
36765 2005-01-17  Kim F. Storm  <storm@cua.dk>
36767         * simple.el (just-one-space): Make arg optional.
36769 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
36771         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36772         posn-at-x-y to t to access left-margin.
36774 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
36776         Sync with Tramp 2.0.47.
36778         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36779         catching keep-date problems in cp/scp operations.
36780         (tramp-handle-copy-file): Don't call `set-file-modes'
36781         unconditionally.  Specialized functions should know better what is
36782         necessary.  This improves performance a little bit, and the
36783         functions could catch errors with `cp -p' and `scp -p'.
36784         (tramp-do-copy-or-rename-file-via-buffer)
36785         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36786         when appropriate.
36787         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36788         Call `set-file-modes' when appropriate.
36789         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
36790         Johnsson <isak@hypergene.com>.
36791         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36792         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
36793         <joakim@verona.se>.
36794         (tramp-file-name-for-operation): Mark `shell-command' as magic for
36795         Emacs only.
36797         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
36798         `find-file-hooks' and `dired-mode-hook'.
36799         (tramp-minor-mode-map): Respective map.  Add remapping for
36800         `compile' and `recompile'.
36801         (tramp-remap-command, tramp-recompile): New defuns.
36802         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36803         in buffer "*Compilation*".  Call the commands asynchronously.
36805         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36806         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36807         `shell-command', because it isn't magic in XEmacs.  Reported by
36808         Adrian Aichner <adrian@xemacs.org>.
36810         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36811         `substitute-in-file-name.
36812         (tramp-smb-handle-substitute-in-file-name): New defun.
36813         (tramp-smb-advice-PC-do-completion): Delete advice.
36815 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
36817         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36818         Fix error in deleting region.
36820 2005-01-15  Richard M. Stallman  <rms@gnu.org>
36822         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36823         In non-temp buffer, switch syntax table temporarily.
36825         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36827         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36829         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36831         * imenu.el (imenu--split-menu): Copy menulist before sorting.
36832         (imenu--generic-function): Use START, not BEG, as pos of definition.
36834         * simple.el (just-one-space): Argument specifies number of spaces.
36836         * simple.el (eval-expression-print-format): Avoid warning
36837         about edebug-active.
36839 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
36841         * progmodes/sh-script.el: Code copied from make-mode.el
36842         with small changes,
36843         (sh-mode-map): Bind C-c C-\.
36844         (sh-backslash-column, sh-backslash-align): New variables.
36845         (sh-backslash-region, sh-append-backslash): New functions.
36847 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36849         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36850         (rmail-pop-password, rmail-pop-password-required): Move to
36851         rmail-obsolete group.
36852         (rmail-set-pop-password): Rename to rmail-set-remote-password.
36853         All callers updated.
36854         (rmail-get-pop-password): Rename to rmail-get-remote-password.
36855         Take an argument specifying whether it is POP or IMAP mailbox we
36856         are using.  All callers updated.
36857         (rmail-pop-password-error): Rename to
36858         rmail-remote-password-error.  Added mailutils-specific error message.
36859         (rmail-movemail-search-path)
36860         (rmail-movemail-variant-in-use): New variables.
36861         (rmail-remote-password, rmail-remote-password-required):
36862         New customization variables.
36863         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36864         (rmail-parse-url): New function.
36865         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36866         with GNU mailutils movemail.
36868 2005-01-15  Kevin Ryde  <user42@zip.com.au>
36870         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36871         suffix to space, $ or '$, to correctly position point when going
36872         to @table style constants like DBL_MAX.
36874 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
36876         * type-break.el (type-break-mode, type-break-file-time)
36877         (type-break-file-keystroke-count, type-break-choose-file):
36878         Don't store data in or load data from the file if type-break-file-name
36879         is nil.
36880         (type-break-file-name): Doc update as per the above.
36882 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
36884         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36885         lookup-key might return nil; handle that.
36887 2005-01-15  Alan Mackenzie  <acm@muc.de>
36889         * progmodes/ebrowse.el (ebrowse-class-in-tree):
36890         Return the tail of the tree rather than the element found,
36891         thus enabling the tree to be setcar'd.
36893 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
36895         * textmodes/org.el (org-show-following-heading): New option.
36896         (org-show-hierarchy-above): Use `org-show-following-heading'.
36897         (org-cycle): Documentation fix.
36899         * textmodes/org.el (orgtbl-optimized): New option.
36900         (orgtbl-mode): New command, a minor mode.
36901         (orgtbl-mode-map): New variable.
36902         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36903         (orgtbl-error, orgtbl-self-insert-command)
36904         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36906         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36907         a local variable in each org-mode buffer.
36909         * textmodes/org.el (org-set-regexps-and-options): Rename from
36910         `org-set-regexps'.  Added checking for STARTUP keyword.
36911         (org-get-current-options): Add STARTUP options.
36912         (org-table-insert-row): Make mode intelligent about when
36913         realignment is needed.
36914         (org-self-insert-command, org-delete-backward-char, org-delete-char):
36915         New commands.
36916         (org-enable-table-editor): New default value `optimized'.
36917         (org-table-blank-field): Support blanking regions if active.
36919 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
36921         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36922         if the year is not given.
36924         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36925         Add new escapes %m and %M, fixed bug with %F by adding
36926         save-match-data.
36927         (reftex-reference): Remove ?. from list of spaces.
36928         (reftex-label-info): Add automatic label prefix recognition.
36930         * textmodes/reftex-index.el (reftex-index-next-phrase):
36931         Add slave parameter to call of `reftex-index-this-phrase'.
36932         (reftex-index-this-phrase): New optional argument.
36933         (reftex-index-region-phrases): Add slave parameter to call of
36934         `reftex-index-this-phrase'.
36935         (reftex-display-index): New argument redo.
36936         (reftex-index-rescan): Add `redo' to arguments of
36937         `reftex-display-index'.
36938         (reftex-index-Rescan, reftex-index-revert)
36939         (reftex-index-switch-index-tag): Add `redo' to arguments of
36940         `reftex-display-index'.
36941         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36942         indexing.  Fix bug with matching is there is a quote before or
36943         after the word.
36945         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36946         Fix bug when collecting citation keys in lines with comments.
36947         (reftex-citation): Prefix argument no longer rescans the document,
36948         but forces prompting for optional arguments of cite macros.
36949         (reftex-do-citation): Prompting for optional arguments implemented.
36951         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36952         Add optional arguments to most cite commands.
36953         (reftex-cite-cleanup-optional-args): New option
36954         (reftex-cite-prompt-optional-args): New option.
36955         (reftex-trust-label-prefix): New option.
36957         * textmodes/reftex-toc.el (reftex-toc-find-section):
36958         Add push-mark before changing the position in the buffer.
36960         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36961         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36963 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
36965         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36966         more carefully.
36968 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
36970         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36971         (sgml-mode): Use it.
36972         (sgml-get-context): Better keep track of implicitly closed tags.
36974 2005-01-13  Kenichi Handa  <handa@m17n.org>
36976         * textmodes/ispell.el: These changes are to fix misalignment error
36977         caused by equivalent characters of different Emacs charsets.
36978         (ispell-unified-chars-table): New variable.
36979         (ispell-get-decoded-string): New function.
36980         (ispell-get-casechars, ispell-get-not-casechars)
36981         (ispell-get-otherchars): Call ispell-get-decoded-string.
36983 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
36985         * custom.el (custom-declare-variable): Just put symbol instead
36986         of (defvar . symbol) in `current-load-list'.
36988 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
36990         * emacs-lisp/elint.el: Fixed typo in Commentary section.
36992 2005-01-12  Jay Belanger  <belanger@truman.edu>
36994         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36995         to create a Calc summary.
36997 2005-01-12  Kim F. Storm  <storm@cua.dk>
36999         * mouse.el (mouse-on-link-p): Change functionality and doc
37000         string to comply with latest description in lisp ref.
37002 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
37004         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
37005         Enable mouse clicks on mode-line, header-line and margin.
37006         (event-type): Give mouse event symbols an `event-kind' property
37007         with value `mouse-click'.
37009 2005-01-12  Juri Linkov  <juri@jurta.org>
37011         * facemenu.el (list-colors-display): Add new arg buffer-name.
37012         Use it.  Fix docstring.  Replace code for identifying duplicate
37013         colors by the name with call to `list-colors-duplicates' which
37014         identifies duplicate colors by the value unless the color
37015         is one of special Windows colors.  Set truncate-lines to t.
37016         Print sorted duplicate color names on each line.  Indent to 22
37017         \(the longest color name in rgb.txt) instead of 20.  Optimize.
37018         (list-colors-duplicates): New function.
37019         (facemenu-color-name-equal): Delete function.
37021         * facemenu.el (list-colors-print): New function created from code
37022         in list-colors-display.  Print #RRGGBB at the window right edge.
37023         (list-colors-display): When temp-buffer-show-function is not
37024         defined, call list-colors-print from temp-buffer-show-hook
37025         to get the right value of window-width in list-colors-print
37026         after the buffer is displayed.
37028         * simple.el (pop-mark): Move deactivate-mark out of conditional
37029         part to deactivate the active mark regardless of the state of the
37030         mark ring.
37032         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
37033         variables line in desktop files.
37035 2005-01-12  Juri Linkov  <juri@jurta.org>
37037         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
37038         Bring together isearch highlight related options.
37039         (lazy-highlight): Replace group `replace' by `matching'.
37040         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
37041         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
37042         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
37043         and declare them obsolete.
37044         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
37045         (isearch-faces): Remove defgroup.
37046         (isearch-overlay, isearch-highlight, isearch-dehighlight):
37047         Move isearch highlighting code closer to lazy highlighting code.
37049         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
37050         (query-replace-highlight, query-replace-lazy-highlight)
37051         (query-replace): Move definitions to the beginning of the file.
37053 2005-01-11  Juri Linkov  <juri@jurta.org>
37055         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
37056         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
37057         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
37059         * info.el (Info-history-forward): New variable.
37060         (Info-select-node): Reset Info-history-forward to nil.
37061         (Info-last): Turn into defalias.
37062         (Info-history-back): Rename from Info-last.
37063         Add current node to Info-history-forward.
37064         (Info-history-forward): New fun.
37065         (Info-mode-map): Replace Info-last by Info-history-back.
37066         Bind Info-history-forward to "r".
37067         (Info-mode-menu): Replace Info-last by Info-history-back.
37068         Fix menu item text.  Add menu item for Info-history-forward.
37069         (info-tool-bar-map): Replace Info-last by Info-history-back.
37070         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
37071         for Info-history-forward.
37072         (Info-mode): Replace Info-last by Info-history-back in docstring.
37073         Add local variable Info-history-forward.
37074         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
37076 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
37078         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
37079         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
37080         Ignore select-window events rather than fiddle with
37081         mouse-autoselect-window.
37083 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
37085         * type-break.el (type-break-mode): Fix previous change.
37087 2005-01-10  Jay Belanger  <belanger@truman.edu>
37089         * calc/calc-ext.el (calc-reset): Reset when inside embedded
37090         calculator; only reset when point is inside a calculator.
37091         Don't adjust the window height if the window takes up the whole height
37092         of the frame.
37094 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
37096         * ebuff-menu.el (Electric-buffer-menu-mode):
37097         Preserve value of buffer-local var header-line-format.
37099 2005-01-09  Jay Belanger  <belanger@truman.edu>
37101         * calc/calc.el (calc-mode-var-list-restore-saved-values):
37102         Make sure settings file exists before accessing it.
37104         * calc/calc-embed.el (calc-embedded-subst):
37105         Replace math-multi-subst-rec, which is only supposed to be called
37106         by math-multi-subst, by math-multi-subst.
37108 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
37110         * vc.el (vc-allow-async-revert): New user option.
37111         (vc-disable-async-diff): New internal variable.
37112         (vc-revert-buffer): Use them to disable asynchronous diff.
37114         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
37115         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
37116         asynchronously if vc-disable-async-diff is t.
37118 2005-01-09  Jay Belanger  <belanger@truman.edu>
37120         * calc/calc.el (defcalcmodevar): New macro.
37121         (calc-mode-var-list-restore-default-values)
37122         (calc-mode-var-list-restore-saved-values): New functions.
37123         (calc-mode-var-list): Use defcalcmodevar to define it.
37124         (calc-always-load-extensions, calc-line-numbering)
37125         (calc-line-breaking, calc-display-just, calc-display-origin)
37126         (calc-number-radix, calc-leading-zeros, calc-group-digits)
37127         (calc-group-char, calc-point-char, calc-frac-format)
37128         (calc-prefer-frac, calc-hms-format, calc-date-format)
37129         (calc-float-format, calc-full-float-format, calc-complex-format)
37130         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
37131         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
37132         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
37133         (calc-matrix-brackets, calc-language, calc-language-option)
37134         (calc-left-label, calc-right-label, calc-word-size)
37135         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
37136         (calc-display-raw, calc-internal-prec, calc-angle-mode)
37137         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
37138         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
37139         (calc-window-height, calc-display-trail, calc-show-selections)
37140         (calc-use-selections, calc-assoc-selections)
37141         (calc-display-working-message, calc-auto-why, calc-timing)
37142         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
37143         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
37144         (calc-gnuplot-default-device, calc-gnuplot-default-output)
37145         (calc-gnuplot-print-device, calc-gnuplot-print-output)
37146         (calc-gnuplot-geometry, calc-graph-default-resolution)
37147         (calc-graph-default-resolution-3d, calc-invocation-macro)
37148         (calc-show-banner): Use defcalcmodevar to declare them and set
37149         their default values.
37151         * calc/calc-ext.el (calc-reset): Restore saved values of variables
37152         instead of default values (but restore default values if there is
37153         an argument of 0).
37155 2005-01-09  David Kastrup  <dak@gnu.org>
37157         * desktop.el (desktop-restore-eager): Fix typo in type.
37159 2005-01-08  Richard M. Stallman  <rms@gnu.org>
37161         * cus-edit.el (customize): Delete :link.
37163 2005-01-08  Jay Belanger  <belanger@truman.edu>
37165         * calc/calc.el (calc-mode): Remove the extension from the
37166         `calc-settings-file' file name when loading it.
37168 2005-01-08  Kim F. Storm  <storm@cua.dk>
37170         * info.el (Info-mode-map, Info-next-link-keymap)
37171         (Info-prev-link-keymap, Info-up-link-keymap):
37172         Map follow-link to mouse-face.
37173         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
37175 2005-01-08  Jay Belanger  <belanger@truman.edu>
37177         * calc/calc.el (calc-settings-file): Change default value.
37178         Suggested by cgw in a comment in calc-mode.el.
37180         * calc/calc-mode.el (calc-settings-file-name):
37181         Compare calc-settings-file to user-init-file instead of ~/.emacs.
37182         Replace ~/.emacs in a prompt by calc-settings-file.
37184 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
37186         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
37187         (desktop-lazy-idle-delay): New customizable variables.
37188         (desktop-buffer-args-list): New variable.
37189         (desktop-append-buffer-args): New function.
37190         (desktop-save): Call desktop-append-buffer-args for some buffers.
37191         (desktop-lazy-create-buffer): New function.
37192         (desktop-idle-create-buffers): New function.
37193         (desktop-read): Add message about buffers to restore lazily.
37194         (desktop-lazy-abort): New command.
37195         (desktop-clear): Call desktop-lazy-abort.
37196         (desktop-lazy-complete): New command.
37198 2005-01-06  Richard M. Stallman  <rms@gnu.org>
37200         * emacs-lisp/find-func.el (find-face-definition):
37201         Rename from find-face.
37203 2005-01-06  Kim F. Storm  <storm@cua.dk>
37205         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
37207         * man.el (Man-xref-man-page, Man-xref-header-file)
37208         (Man-xref-normal-file): Add follow-link property.
37210 2005-01-06  Jay Belanger  <belanger@truman.edu>
37212         * calc/calc-units.el: Make sure the proper macro definitions are
37213         available when compiling.
37215 2005-01-06  Juri Linkov  <juri@jurta.org>
37217         * isearch.el (isearch-lazy-highlight-update):
37218         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
37220 2005-01-06  Miles Bader  <miles@gnu.org>
37222         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
37223         (isearch-lazy-highlight-face): Use new name.
37225 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
37227         * uniquify.el (uniquify-rationalize-file-buffer-names):
37228         Re-add an interactive spec.
37229         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
37230         to the same name.
37232         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
37233         (isearch-update, isearch-done): Adjust calls accordingly.
37235 2005-01-05  Richard M. Stallman  <rms@gnu.org>
37237         * custom.el (custom-set-variables, custom-theme-set-variables):
37238         Clarify documentation.
37240         * emacs-lisp/find-func.el (find-variable)
37241         (find-variable-other-window, find-variable-other-frame):
37242         Fix the TYPE args to find-function-read and find-function-do-it.
37243         (find-function): Doc fix.
37244         (find-function-at-point): Replace function-at-point alias.
37246 2005-01-04  Richard M. Stallman  <rms@gnu.org>
37248         * cus-face.el (custom-declare-face):
37249         Record defface in current-load-list.
37251         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
37253         * emacs-lisp/find-func.el: Doc fixes.
37254         (find-face-regexp): New variable.
37255         (find-function-regexp-alist): New variable.
37256         (find-function-C-source): Third arg is now TYPE.
37257         (find-function-search-for-symbol): Handle general TYPE.
37258         (find-function-read, find-function-do-it): Handle general TYPE.
37259         (find-definition-noselect, find-face): New functions.
37260         (function-at-point): Alias deleted.
37262 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
37264         * battery.el (display-battery-mode): Rename from display-battery.
37265         Handle the case where it gets turned off.
37267 2005-01-04  Richard M. Stallman  <rms@gnu.org>
37269         * cus-edit.el (customize): Make :link point to user doc.
37271         * man.el (Man-fontify-manpage): Turn off undo generation.
37273         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
37275 2005-01-04  Andreas Schwab  <schwab@suse.de>
37277         * files.el (insert-directory): Only look for error lines in
37278         inserted text.  Don't move too far after processing --dired markers.
37280 2005-01-04  Richard M. Stallman  <rms@gnu.org>
37282         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
37283         Don't expand if the character is @, period, dash, etc.
37284         (define-mail-abbrev): Quote names that contain problem characters.
37286 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
37288         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
37290 2005-01-03  Richard M. Stallman  <rms@gnu.org>
37292         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
37293         (query-replace-highlight, query-replace-lazy-highlight)
37294         (query-replace): Definitions moved up.  Doc fix.
37296 2005-01-03  Richard M. Stallman  <rms@gnu.org>
37298         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
37299         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
37300         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
37301         (lazy-highlight-face): Rename from isearch-lazy-...
37302         Change all references to them.
37304 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
37306         * cus-edit.el (custom-file): Doc fix for defcustom.
37307         (custom-file): The function no longer sets the variable
37308         `custom-file' to its return value.
37310         * startup.el (command-line): No longer load `custom-file'.
37312 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
37314         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
37316         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
37317         Don't confuse module-prefixed identifiers for labels.
37318         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
37320 2005-01-02  Richard M. Stallman  <rms@gnu.org>
37322         * files.el (basic-save-buffer-1): Fix previous change.
37324         * loadhist.el (file-loadhist-lookup): New function.
37325         (file-provides, file-requires): Use it.
37327         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
37328         instead of calculating the right size.
37330 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
37332         * vc-svn.el (vc-svn-diff): Stay local if possible.
37334 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
37336         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
37338         * files.el (hack-local-variables): Fix last change.
37340 2005-01-02  Jay Belanger  <belanger@truman.edu>
37342         * calc/calc-yank.el (calc-edit-top): New variable.
37343         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
37344         object.  Change header properties.
37345         (calc-edit-finish, calc-edit-finish-stack-object)
37346         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
37347         edited object.
37348         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
37349         for the beginning of the edited object.
37350         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
37351         for the beginning of the edited object.
37352         * calc/calc-prog.el (calc-edit-macro-finish-edit)
37353         (calc-finish-formula-edit, calc-macro-repeats)
37354         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
37355         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
37356         beginning of the edited object.
37357         (calc-user-define-edit): Change the header for editing macros.
37358         Remove unnecessary variable.
37360 2005-01-01  Jay Belanger  <belanger@truman.edu>
37362         * calc/calc-yank.el (calc-edit-mode): Change default header.
37363         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
37364         * calc/calc-store.el (calc-edit-variable): Change title to match new
37365         header.
37366         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
37367         mode to match new header.
37368         (calc-user-define-edit): Change titles to include names of commands.
37369         (calc-finish-formula-edit): Adjust to handle new header.
37370         (calc-finish-macro-edit): Remove.
37371         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
37372         (calc-edit-macro-command, calc-edit-macro-command-type)
37373         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
37374         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
37375         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
37376         (calc-edit-macro-finish-edit): New functions.
37377         (calc-user-define-edit): Use new functions to edit named calc macros.
37379 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
37381         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
37383         * ses.el (copy-region-as-kill): Deactivate mark.
37385 2005-01-01  Richard M. Stallman  <rms@gnu.org>
37387         * replace.el (occur-1): If the output buffer is also an input,
37388         don't kill it, rename it.
37390         * faces.el (set-face-background, set-face-foreground): Doc fix.
37392         * cus-face.el (custom-face-attributes): Fix :help-echo strings
37393         for :foreground and :background.
37395         * dired.el (dired-view-command-alist): Variable deleted.
37396         (dired-view-file, dired-mouse-find-file-other-window):
37397         Delete the code to use it.
37399 2005-01-01  Kim F. Storm  <storm@cua.dk>
37401         * image.el (insert-sliced-image): Use t for line-height property.
37403 See ChangeLog.11 for earlier changes.
37405 ;; Local Variables:
37406 ;; coding: iso-2022-7bit
37407 ;; add-log-time-zone-rule: t
37408 ;; End:
37410     Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
37412   This file is part of GNU Emacs.
37414   GNU Emacs is free software; you can redistribute it and/or modify
37415   it under the terms of the GNU General Public License as published by
37416   the Free Software Foundation; either version 3, or (at your option)
37417   any later version.
37419   GNU Emacs is distributed in the hope that it will be useful,
37420   but WITHOUT ANY WARRANTY; without even the implied warranty of
37421   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
37422   GNU General Public License for more details.
37424   You should have received a copy of the GNU General Public License
37425   along with GNU Emacs; see the file COPYING.  If not, write to the
37426   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
37427   Boston, MA 02110-1301, USA.
37429 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1