* find-dired.el (find-dired-filter): Fix last patch to handle
[emacs.git] / lisp / ChangeLog
blobaae590defca65ddf940d254459fe94fc2ccd6db7
1 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
3         * find-dired.el (find-dired-filter): Fix last patch to handle
4         multi-line process input.  Pad link numbers too.
6 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
8         * find-dired.el (find-dired-filter): Align columns by padding file
9         sizes.
11 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
13         * calc/calc.el: Autoload `calc-yank'.
14         (calc-mode-map): Add keybindings for `calc-yank'.
15         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
16         assignments for `calc-yank'.
18 2008-03-31  Martin Rudalics  <rudalics@gmx.at>
20         * emacs-lisp/find-func.el (find-function-search-for-symbol):
21         Strip extension from .emacs.el to make sure symbol is searched
22         in .emacs too.
24 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26         * vc.el (vc-do-command): Don't show internal temp buffers.
28 2008-03-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30         * term/mac-win.el (mac-ae-reopen-application): New function.
31         (mac-apple-event-map): Bind "reopen application" Apple event to it.
33 2008-03-29  Juanma Barranquero  <lekktu@gmail.com>
35         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
37 2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
39         * Version 22.2 released.
41 2008-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
43         * info.el (Info-isearch-search): Always return point.
45 2008-03-23  Andreas Schwab  <schwab@suse.de>
47         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
48         Fix radio button condition.
49         [box]: Likewise.
50         [customize]: Add radio button.
52 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
54         * vc-bzr.el (vc-bzr-print-log): Ensure it works when passed a
55         single file argument.
56         (vc-bzr-show-log-entry): Fix typo.
58 2008-03-19  Wilson Snyder  <wsnyder@wsnyder.org>
60         * progmodes/verilog-mode.el (verilog-easy-menu-filter):
61         New function.
62         (verilog-stmt-menu, verilog-menu): Add :help.
63         (verilog-customize, verilog-font-customize)
64         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
65         (verilog-mode): Update documentation strings to match tool tips.
66         (verilog-auto-search-do, verilog-auto-re-search-do)
67         (verilog-skip-forward-comment-or-string): Fix verilog-auto
68         expansion when a .* appears inside a string.
69         (verilog-re-search-forward, verilog-re-search-backward):
70         Add comment to recall how this works.
72 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
74         * net/tls.el (open-tls-stream): Reindent.
76 2008-03-19  Glenn Morris  <rgm@gnu.org>
78         * net/tls.el: Don't require rx when compiling.
79         (tls-end-of-info): Rewrite without using rx.
80         (open-tls-stream): Use with-current-buffer.
82 2008-03-18  Dan Nicolaescu  <dann@ics.uci.edu>
84         * font-lock.el (font-lock-comment-face): Set the foreground for
85         the light background 8 colors case.
87         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
88         command for each file in the list.
89         (vc-bzr-log-view-mode): Recognize the file marker.
90         (vc-bzr-show-log-entry): Make regexp match more cases.
92 2008-03-18  Wilson Snyder  <wsnyder@wsnyder.org>
94         * verilog-mode.el (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT
95         mis-including genvars.
97 2008-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
100         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
101         Revision numbers can include ".".
103         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
104         "+" lines not accounted for by counting "-" and context lines.
106 2008-03-16  Juri Linkov  <juri@jurta.org>
108         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
109         (dired-perm-write): Rename from `dired-warn-writable'.
110         Change parent face from `font-lock-warning-face' to
111         `font-lock-comment-delimiter-face'.
112         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
113         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
114         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
115         with `dired-perm-write-face'.
117 2008-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
119         * term/mac-win.el (mac-service-open-file): Use file URL instead of
120         file name string.
122 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * vc-bzr.el (vc-bzr-registered): Fail if `bzr' is not installed.
125         (vc-bzr-annotate-command): Preserve line alignment.
126         (vc-bzr-annotate-time): Accept space used to preserve alignment.
128 2008-03-13  Richard Stallman  <rms@gnu.org>
130         * mouse.el (mouse-yank-secondary): Nice error msg if no secondary sel.
132         * emacs-lisp/advice.el (defadvice): Add usage pattern.
134 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
136         * simple.el (set-mark-command): Doc fix.
138 2008-03-10  Nick Roberts  <nickrob@snap.net.nz>
140         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
141         thread in [h-e-w]).
143 2008-03-08  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
145         * subr.el (while-no-input): Don't splice BODY directly into the
146         `or' form.
148 2008-03-06  Kim F. Storm  <storm@cua.dk>
150         * help.el (view-emacs-todo): Rename from view-todo.  Change users.
151         (describe-gnu-project): Rename from describe-project.  Change users.
152         Define obsolete function aliases for the old names.
154 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
156         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
157         Reported by Drew Adams <drew.adams@oracle.com>.
159 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
161         * iswitchb.el (iswitchb-use-faces): Doc fix.
162         (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
164 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
166         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
167         Fix typo.
168         (verilog-type-font-keywords): Reindent.
170 2008-03-03  Michael McNamara  <mac@mail.brushroad.com>
172         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
173         grouping-keyword regular expression.
174         (verilog-font-lock-keywords): Allow users to toggle special
175         highlight of grouping-keywords.
176         (verilog-highlight-grouping-keywords): The toggle for special
177         highlighting of grouping keywords.
179 2008-03-02  Juri Linkov  <juri@jurta.org>
181         * startup.el: Revert 2008-02-28 change that adds initial message
182         to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
184 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
186         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
187         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
188         * progmodes/verilog-mode.el (verilog-mode):
189         * net/socks.el (socks):
190         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
192 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
194         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
195         running `desktop-not-loaded-hook' to allow modifying it.
196         Don't show warning message if `desktop-dirname' was modified.
198 2008-03-01  Alan Mackenzie  <acm@muc.de>
200         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
202         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
203         doc-string, "c-old-LEN" -> "c-old-END".
205 2008-02-29  Glenn Morris  <rgm@gnu.org>
207         * allout.el (allout-topic-encryption-bullet)
208         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
209         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
210         from 22.0 to 22.1.
212 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
214         * desktop.el (desktop-save): Save the buffer name if the
215         uniquified base name is empty.
217 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
219         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
220         we still expect more lines.
222 2008-02-28  Juri Linkov  <juri@jurta.org>
224         * startup.el (normal-splash-screen): Add argument `concise'.
225         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
226         to the created buffer.  If `concise' is non-nil, call
227         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
228         (display-startup-screen): Add argument `concise' to the call to
229         `normal-splash-screen'.
231 2008-02-28  Kim F. Storm  <storm@cua.dk>
233         * startup.el (startup-echo-area-message): Check for about-emacs.
235 2008-02-28  Juri Linkov  <juri@jurta.org>
237         * startup.el: Always add initial message to *scratch* buffer if
238         `initial-scratch-message' is non-nil regardless of the value of
239         `inhibit-startup-screen'.
240         (inhibit-startup-screen, initial-scratch-message): Doc fix.
241         (command-line-1): Move code that inserts `initial-scratch-message'
242         up before the if-form that checks for `inhibit-startup-screen'.
243         Suggested by Jonathan Rockway <jon@jrock.us>.
245 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
248         comment-paragraph filling if the commark doesn't match
249         comment-start-skip.
251         * uniquify.el (uniquify-buffer-base-name): Undo last change.
253 2008-02-28  Daiki Ueno  <ueno@unixuser.org>
255         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
256         the `imap' variant.
258 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
260         * uniquify.el (uniquify-buffer-base-name): If the base name is an
261         empty string, return nil to allow the caller to default to the
262         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
264 2008-02-26  Jason Rumney  <jasonr@gnu.org>
266         * files.el (make-auto-save-file-name): Encode more characters in
267         non-file buffer names.  Use url-encoding.
269 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
271         * net/net-utils.el (ftp-program): Fix typo in docstring.
272         (ifconfig-program-options, netstat-program-options)
273         (arp-program-options, route-program-options, nslookup-program-options)
274         (ftp-program-options, smbclient-program-options)
275         (dns-lookup-program-options, arp, route): Doc fixes.
277         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
278         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
279         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
280         Fix typos in docstrings.
281         (gdb-pending-triggers): Reflow docstring.
282         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
284 2008-02-25  Alan Mackenzie  <acm@muc.de>
286         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
287         typing "#" at EOB.
289 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
291         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
293 2008-02-24  Jason Rumney  <jasonr@gnu.org>
295         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
297 2008-02-23  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
299         * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
301 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
303         * dired.el (dired-mark-prompt): Don't count/display the t element.
304         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
306 2008-02-22  Bill Meier  <wmeier@newsguy.com>  (tiny change)
308         * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
310 2008-02-21  Glenn Morris  <rgm@gnu.org>
312         * subr.el (sit-for): Fix obsolete form for nil second argument.
314 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
316         * progmodes/verilog-mode.el (eval-when-compile): Don't define
317         add-submenu.
318         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
319         Remove.  Move contents to the only use ...
320         (verilog-menu): ... here.
321         (verilog-statement-menu): Remove.  Move contents to the only use ...
322         (verilog-stmt-menu): ... here.
323         (verilog-mark-defun): Simply call mark-defun for Emacs.
324         (occur-pos-list): Declare for byte compiler.
325         (mode-popup-menu): Don't defvar.
326         (verilog-add-statement-menu): Remove.
327         (verilog-mode-hook): Don't add verilog-add-statement-menu.
328         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
330 2008-02-21  Michael McNamara  <mac@mail.brushroad.com>
332         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
333         conditional.
334         (verilog-font-grouping-keywords-face): Make the begin..end
335         keywords standout more than other verilog keywords.
336         (verilog-type-font-keywords): Move the begin..end out of this list
337         to facilitate making them to (potentially) stand out more.
338         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
339         function & task blocks.
340         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
341         initial, function & task blocks.
342         (verilog-forward-sexp): Handle the new "disable fork" statement of
343         IEEE-1800 Verilog.
344         (verilog-beg-block-re-ordered): Handle the new "disable fork"
345         statement of IEEE-1800 Verilog.
346         (verilog-calc-1): Handle the new "disable fork" statement of
347         IEEE-1800 Verilog.
348         (verilog-disable-fork-re): Add const to help handle the new
349         "disable fork" statement of IEEE-1800 Verilog.
350         (verilog-declaration-core-re): Add port directions by themselves,
351         with no qualification, as base item of a declaration.
352         (verilog-pretty-declarations): Add new flag to ask it to refrain
353         from printing to the message buffer.
354         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
355         printing to the message buffer.  Improve handling of the many
356         types of expression line up.
357         (verilog-just-one-space): Remove printing of an empty message.
358         (verilog-get-lineup-indent): Rework to support the better handling
359         of expression lineup for verilog-pretty-expr.
360         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
362 2008-02-20  Alan Mackenzie  <acm@muc.de>
364         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
365         yesterday's commit.
367 2008-02-20  Nick Roberts  <nickrob@snap.net.nz>
369         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
370         to mouse-set-point in buffers that aren't associated with files.
372         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
374 2008-02-20  Glenn Morris  <rgm@gnu.org>
376         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
377         on Windows.
379 2008-02-19  Alan Mackenzie  <acm@muc.de>
381         Set of changes so that "obtrusive" syntactic elements in a
382         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
383         unmatched paren) don't interact syntactically with stuff outside
384         the CPP line.
386         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
387         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
388         off-by-one bug.
389         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
390         a bit of refactoring.
391         (c-awk-extend-and-syntax-tablify-region): Takes some of the
392         functionality of c-awk-advise-fl-for-awk-region, which has been
393         refactored away.
395         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
396         (c-clear-char-property-with-value): New function and macro which
397         remove text-properties `equal' to a supplied value.
399         * progmodes/cc-engine.el: Comment about text properties amended.
401         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
402         parens around "error\\|warning".
404         * progmodes/cc-langs.el (c-get-state-before-change-function)
405         (c-before-font-lock-function, c-anchored-cpp-prefix):
406         New language variables.
407         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
409         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
410         syntax-table text properties.
411         (c-common-init): Call language specific before/after-change
412         functions at mode initialisation.
413         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
414         (c-extend-region-for-CPP, c-neutralize-CPP-line)
415         (c-neutralize-syntax-in-CPP): New functions.
416         (c-before-change, c-after-change): Call the new language specific
417         change functions defined in cc-langs.el.
418         (c-advise-fl-for-region): New macro.
419         (awk-mode): Remove AWK specific stuff which has been refactored
420         into language independent stuff.
422 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * diff-mode.el (diff-file-junk-re): New const.
425         (diff-beginning-of-file-and-junk): Use it.
426         (diff-file-kill): Make sure we were really inside a file diff.
428         * diff-mode.el: Make it more robust in the presence of empty context
429         lines in unified hunks.
430         (diff-valid-unified-empty-line): New var.
431         (diff-unified->context, diff-sanity-check-hunk): Obey it.
432         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
433         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
434         (diff-hunk-header-re-unified): New const.
435         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
436         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
437         (diff-sanity-check-hunk): Use it.
439 2008-02-19  Nick Roberts  <nickrob@snap.net.nz>
441         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
442         (gdb): (Re)set gdb-flush-pending-output to nil here...
443         (gdb-init-1): ...instead of here (before gdb-prompt).
445 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
447         * progmodes/verilog-mode.el (customize): Fix typo in error message.
448         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
449         (verilog-mode-auto, verilog-indent-level-module)
450         (verilog-minimum-comment-distance, verilog-library-flags)
451         (verilog-library-directories, verilog-library-files)
452         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
453         (verilog-xemacs-menu, verilog-set-compile-command)
454         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
455         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
456         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
457         (verilog-batch-inject-auto, verilog-batch-indent)
458         (verilog-continued-line, verilog-type-keywords)
459         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
460         (verilog-read-inst-pins, verilog-read-arg-pins)
461         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
462         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
463         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
464         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
465         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
466         (verilog-mode-version, verilog-mode-release-date)
467         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
468         (verilog-simulator, verilog-compiler)
469         (verilog-auto-sense-defines-constant, verilog-company)
470         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
471         Fix typos in docstrings.
472         (verilog-set-auto-endcomments, verilog-calculate-indent)
473         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
474         Reflow docstrings.
475         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
476         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
477         (electric-verilog-forward-sexp, verilog-in-case-region-p)
478         (verilog-in-struct-region-p, verilog-in-generate-region-p)
479         (verilog-leap-to-head, verilog-current-indent-level)
480         (verilog-case-indent-level, verilog-cpp-keywords)
481         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
482         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
483         (verilog-signals-not-in, verilog-symbol-detick-text)
484         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
485         (verilog-forward-close-paren, verilog-backward-open-paren)
486         (verilog-backward-open-bracket): Doc fixes.
488         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
489         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
490         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
491         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
492         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
493         Fix typos in docstrings.
495 2008-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
497         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
498         Recognize ''' just like any other char-constant.
500 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
502         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
503         careful enough.  Detect the uid-change all within the main loop.
505 2008-02-14  Stefan Monnier  <monnier@pastel.home>
507         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
509 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
511         * hilit-chg.el (highlight-save-buffer-state): New macro.
512         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
513         (hilit-chg-clear): Use it to preserve the modified-p flag.
514         (highlight-changes-rotate-faces): Don't mess with the undo-list.
516 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
518         * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
520 2008-02-12  Juri Linkov  <juri@jurta.org>
522         * startup.el (fancy-startup-screen, normal-splash-screen):
523         Set default-directory to command-line-default-directory.
525         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
526         after reading the desktop.
528 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * font-lock.el (font-lock-set-defaults): Unset previously set variables
531         when needed.
533 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
535         * uniquify.el (uniquify-buffer-base-name): New function.
536         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
538         * desktop.el (uniquify-managed): Don't defvar.
539         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
540         `uniquify-managed'.  Return also the buffer's base name.
541         (desktop-save): When saving the buffer info, filter out the base name,
542         and save it as buffer name if the buffer is managed by uniquify.
544 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
547         Index: line, don't search backward for the previous one.
549 2008-02-10  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
551         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
552         from gnus-button-url-regexp.
554 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
556         * progmodes/compile.el (compilation-next-error): Doc fix.
557         (compilation-find-file): Doc fix.
559 2008-02-09  Glenn Morris  <rgm@gnu.org>
561         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
562         Add obsolete aliases to the old names.
564 2008-02-08  Richard Stallman  <rms@gnu.org>
566         * net/net-utils.el (ifconfig): Rename from ipconfig.
567         (ipconfig): Alias to ifconfig.
568         (ifconfig-program): Rename from ipconfig-program.
569         (ifconfig-program-options): Rename from ipconfig-program-options.
571 2008-02-08  Glenn Morris  <rgm@gnu.org>
573         * custom.el (custom-theme-set-variables): Sort symbols that are
574         dependencies before symbols that depend on them.
575         (custom-enabled-themes): Set after custom-theme-directory.
577 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
579         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
581 2008-02-04  Michael McNamara  <mac@mail.brushroad.com>
583         * progmodes/verilog-mode.el (verilog-declaration-core-re):
584         Add port directions by themselves, with no qualification, as base
585         item of a declaration.
586         (verilog-pretty-declarations): Add new flag that inhibits printing
587         to the message buffer.
588         (verilog-pretty-expr): Add new flag that inhibits printing to the
589         message buffer.  Improve handling of the many types of expression
590         line up.
591         (verilog-just-one-space): Don't print an empty message.
592         (verilog-get-lineup-indent): Rework to support the better handling
593         of expression lineup for verilog-pretty-expr.
594         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
595         (verilog-mode-version, verilog-mode-release-date): Update.
597 2008-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
599         * subr.el (cancel-change-group): Don't move point.
601 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
603         Sync with Tramp 2.0.57.
605         * net/tramp.el (tramp-handle-make-auto-save-file-name)
606         (tramp-completion-dissect-file-name, tramp-find-executable):
607         Use `mapc' instead of `mapcar'.
608         (tramp-open-connection-setup-interactive-shell): Send only single
609         prompt setting commands, in order to avoid double-prompt.
611         * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
612         `mapcar'.
614         * net/trampver.el: Update release number.
616 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
618         * progmodes/etags.el (next-file): Improve revert message.
620 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
622         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
623         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
624         of today, the most recent libpng is 1.2.24).
626 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
628         * vc.el (vc-update): Fix bug: Specify branch tip as
629         vc-checkout REVISION.  Reported by Dan Nicolaescu.
631 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
633         * simple.el (reindent-then-newline-and-indent): Be careful about the
634         unusual case where indent-according-to-mode moves point.
636 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
638         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
639         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
640         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
641         (verilog-sk-state-machine): Quote all calls to
642         "auxiliary skeleton"s to prevent infloops.
644 2008-01-31  Jason Rumney  <jasonr@gnu.org>
646         * w32-fns.el: Partially revert 2007-11-10 change.
648 2008-01-31  Martin Rudalics  <rudalics@gmx.at>
650         * mail/rmail.el (rmail-highlight): Fix specification.
651         Reported by pod <pod@herald.ox.ac.uk>.
653 2008-01-31  Jason Rumney  <jasonr@gnu.org>
655         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
657 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
659         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
660         (gdb-var-set-format-handler): New function.
661         (gdb-var-set-format): Use it.
663 2008-01-29  Alan Mackenzie  <acm@muc.de>
665         * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
666         (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
667         @catch, @synchronized, @throw.
669         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
670         from this regexp; part of same fix as next change to cc-engine.el.
672         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
673         Anchor the "{" of a template function correctly on "template", not the
674         following "<".
676         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
678 2008-01-29  Richard Stallman  <rms@gnu.org>
680         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
681         Doc fix.
683         * files.el (hack-local-variables): Don't query about fake variables.
685 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
687         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
688         gdb-cpp-define-alist-program if file is nil (currently only
689         " *partial-output-...").
691 2008-01-27  Alan Mackenzie  <acm@muc.de>
693         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
694         enhance comments.
696 2008-01-27  Richard Stallman  <rms@gnu.org>
698         * allout.el: Many doc fixes.
699         (allout-encrypt-string): Fix error message.
701 2008-01-26  Alan Mackenzie  <acm@muc.de>
703         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
704         arglist-cont-nonempty.
706         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
707         for a brace with syntax arglist-cont-nonempty.
709         * progmodes/cc-styles.el (c-style-alist): Add elements for
710         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
711         awk).
713 2008-01-26  Alan Mackenzie  <acm@muc.de>
715         * progmodes/cc-defs.el (c-save-buffer-state):
716         Bind buffer-file-name and buffer-file-truename to nil, to prevent
717         primitives generating "buffer is read only" messages.
719 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
721         * progmodes/etags.el (tags-query-replace): Doc fix.
723 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
725         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
726         that the filename end is found even when the filename is empty.
727         Fixes error and spurious newlines when marking files for deletion.
729 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
731         * allout.el (allout-unload-function): New function.
733 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
735         * view.el (kill-buffer-if-not-modified): Don't pass t to
736         buffer-modified-p.
738 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
740         * allout.el (allout-prefix-data): Doc fix.
741         (allout-show-current-subtree): Reflow docstring.
742         (allout-use-mode-specific-leader, allout-use-hanging-indents)
743         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
744         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
745         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
746         (allout-copy-topic-as-kill, allout-listify-exposed)
747         (allout-process-exposed, allout-encrypted-key-info)
748         (allout-update-passphrase-mnemonic-aids)
749         (allout-next-topic-pending-encryption)
750         (allout-tests-globally-true): Fix typos in docstrings.
752 2008-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
754         * vc.el (vc-version-diff): Make sure we shrink the right window.
756 2008-01-23  Jason Rumney  <jasonr@gnu.org>
758         * lpr.el (printer-name): Do not set on MS Windows.
760 2008-01-20  Glenn Morris  <rgm@gnu.org>
762         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
763         prevent infloops.
765 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
767         * progmodes/python.el (python-imports): Default to "None".
769 2008-01-19  Dan Nicolaescu  <dann@ics.uci.edu>
771         * progmodes/sh-script.el (sh-basic-offset):
772         * progmodes/cc-vars.el (c-syntactic-indentation)
773         (c-syntactic-indentation-in-macros): Mark as safe.
775 2008-01-18  Richard Stallman  <rms@gnu.org>
777         * icomplete.el (icomplete-get-keys):
778         Look up KEYS using all maps in proper buffer.
780 2008-01-16  Alan Mackenzie  <acm@muc.de>
782         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
783         eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
785 2008-01-16  Juanma Barranquero  <lekktu@gmail.com>
787         * frame.el (display-mm-height, display-mm-width):
788         * whitespace.el (whitespace-check-leading-whitespace)
789         (whitespace-check-trailing-whitespace)
790         (whitespace-check-spacetab-whitespace)
791         (whitespace-check-indent-whitespace)
792         (whitespace-check-ateol-whitespace):
793         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
795 2008-01-16  Glenn Morris  <rgm@gnu.org>
797         * comint.el (comint-regexp-arg): Fix no-input case.
799 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
801         * calendar/icalendar.el (icalendar-export-file)
802         (icalendar-import-file): Restore significant trailing whitespace
803         in `interactive' prompts.
805 2008-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
807         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
808         after-save-hook so that it is not called multiple times.
810         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
812 2008-01-15  Glenn Morris  <rgm@gnu.org>
814         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
816 2008-01-14  Alan Mackenzie  <acm@muc.de>
818         * progmodes/cc-vars.el (c-constant-symbol): New function which
819         supersedes c-const-symbol.  During a customize-.. call it enables
820         an element of (e.g.) c-hanging-braces alist to have its name
821         displayed, even when the default value of c-h-b etc. doesn't
822         include the elemnt.  Replace uses of the old function by the new.
824         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
825         obscure non-working fragment ":value c-".
827         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
828         call inside a struct being recognised as a K&R argument.
830 2008-01-14  Jason Rumney  <jasonr@gnu.org>
832         * image.el (image-type): Use image-type-from-file-name (from trunk
833         2007-05-21  Chong Yidong  <cyd@stupidchicken.com>).
835 2008-01-12  Glenn Morris  <rgm@gnu.org>
837         * woman.el (woman-parse-numeric-arg): Change handling of `==':
838         can be interned without a function definition.
840 2008-01-12  Eli Zaretskii  <eliz@gnu.org>
842         * view.el (view-file-other-window, view-file-other-frame):
843         Don't kill the buffer if it is modified.  Doc fixes.
844         (kill-buffer-if-not-modified): New function.
845         (view-file): Don't kill the buffer if it is modified.
847         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
848         (ebrowse-view/find-file-and-search-pattern):
849         Call view-file-other-window instead of ebrowse-view-file-other-window.
850         (ebrowse-view-file-other-frame): Don't call
851         current-window-configuration.  Fix second argument in the call to
852         view-mode-enter.  Doc fix.
854 2008-01-11  Richard Stallman  <rms@gnu.org>
856         * subr.el (atomic-change-group): Prevent undo list truncation.
858 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
860         * cus-start.el (all): Add missing version entries.
862 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
864         * files.el (safe-local-eval-forms):
865         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
867 2008-01-10  Nick Roberts  <nickrob@snap.net.nz>
869         * comint.el (comint-insert-input): Set point first.
871         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
872         session doesn't hang because gdb-pending-triggers is non-nil.
873         (gdb-frame-handler): Use buffer-file-name instead of
874         buffer-name in case of duplicate file names.
876 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
878         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
879         C-M-e and C-M-h for emacs, they work by default.
880         (verilog-emacs-features): Remove.
881         (verilog-setup-dual-comments, verilog-populate-syntax-table):
882         Remove.  Move syntax table initialization ...
883         (verilog-mode-syntax-table): ... here.
884         (verilog-mode): Don't initialize the syntax table here.
885         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
886         does not need it.
888 2008-01-10  Glenn Morris  <rgm@gnu.org>
890         * shell.el (shell-dirtrack-verbose, shell-mode)
891         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
892         (dirtrack-toggle, dirtrack-mode): No longer alias to
893         shell-dirtrack-mode.
895 2008-01-10  Kenichi Handa  <handa@ni.aist.go.jp>
897         * international/mule-cmds.el (select-safe-coding-system):
898         When a buffer is modified, cancel the writing.
900 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
902         * progmodes/verilog-mode.el (verilog-booleanp): New function for
903         backward compatibility.  Replace all uses of booleanp with
904         verilog-booleanp.
906 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
908         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
910 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
912         * progmodes/verilog-mode.el (top-level): Fix spacing.
913         (verilog-mode-version, verilog-mode-release-date): Update version
914         number.
915         (verilog-mode-release-emacs): New variable.
916         (compile-command, reporter-prompt-for-summary-p): Define for byte
917         compiler.
918         (verilog-startup-message-lines)
919         (verilog-startup-message-displayed)
920         (verilog-display-startup-message): Remove.
921         (verilog-highlight-p1800-keywords): Improve docstring.
922         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
923         (vector-skip-list): Only defvar at compile time.
924         (verilog-highlight-translate-off, verilog-indent-level)
925         (verilog-indent-level-module, verilog-indent-level-declaration)
926         (verilog-indent-declaration-macros, verilog-indent-lists)
927         (verilog-indent-level-behavioral)
928         (verilog-indent-level-directive, verilog-cexp-indent)
929         (verilog-case-indent, verilog-auto-newline)
930         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
931         (verilog-tab-to-comment, verilog-indent-begin-after-if)
932         (verilog-align-ifelse, verilog-minimum-comment-distance)
933         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
934         (verilog-auto-endcomments, verilog-auto-read-includes)
935         (verilog-auto-star-expand, verilog-auto-star-save)
936         (verilog-library-flags, verilog-library-directories)
937         (verilog-library-files, verilog-library-extensions)
938         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
939         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
940         (verilog-assignment-delay, verilog-auto-inst-vector)
941         (verilog-auto-inst-template-numbers)
942         (verilog-auto-input-ignore-regexp)
943         (verilog-auto-inout-ignore-regexp)
944         (verilog-auto-output-ignore-regexp)
945         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
946         Add safe-local-variable properties.
947         (verilog-statement-menu, verilog-company)
948         (verilog-re-search-forward, verilog-re-search-backward)
949         (verilog-error-regexp-add, verilog-end-block-re)
950         (verilog-emacs-features, verilog-populate-syntax-table)
951         (verilog-setup-dual-comments, verilog-type-font-keywords)
952         (verilog-inside-comment-p, electric-verilog-backward-sexp)
953         (verilog-backward-sexp, verilog-forward-sexp)
954         (verilog-font-lock-init, verilog-mode)
955         (electric-verilog-terminate-line, electric-verilog-semi)
956         (electric-verilog-tab, verilog-insert-1, )
957         (verilog-insert-indices, verilog-generate-numbers)
958         (verilog-comment-region, verilog-label-be)
959         (verilog-beg-of-statement, verilog-in-case-region-p)
960         (verilog-in-struct-region-p, verilog-in-generate-region-p)
961         (verilog-in-fork-region-p, verilog-backward-case-item)
962         (verilog-set-auto-endcomments, verilog-get-expr)
963         (verilog-expand-vector-internal, verilog-surelint-off)
964         (verilog-batch-execute-func, verilog-calculate-indent)
965         (verilog-calc-1, verilog-calculate-indent-directive)
966         (verilog-leap-to-head, verilog-continued-line)
967         (verilog-backward-token, verilog-backward-syntactic-ws)
968         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
969         (verilog-forward-ws&directives, verilog-at-constraint-p)
970         (verilog-skip-backward-comments, verilog-indent-line-relative)
971         (verilog-do-indent, verilog-indent-comment)
972         (verilog-more-comment, verilog-pretty-declarations)
973         (verilog-pretty-expr, verilog-just-one-space)
974         (verilog-indent-declaration, verilog-get-completion-decl)
975         (verilog-goto-defun, verilog-showscopes, verilog-header)
976         (verilog-signals-combine-bus, verilog-read-decls)
977         (verilog-read-always-signals-recurse, verilog-read-instants)
978         (verilog-read-auto-template, verilog-set-define)
979         (verilog-read-defines, verilog-read-signals, verilog-getopt)
980         (verilog-is-number, verilog-expand-dirnames)
981         (verilog-modi-lookup, verilog-modi-cache-results)
982         (verilog-insert-one-definition, verilog-make-width-expression)
983         (verilog-delete-autos-lined, verilog-auto-save-check)
984         (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
985         (verilog-auto-inst-param, verilog-auto-reg)
986         (verilog-auto-reg-input, verilog-auto-wire, )
987         (verilog-auto-output, verilog-auto-output-every)
988         (verilog-auto-input, verilog-auto-inout)
989         (verilog-auto-inout-module, verilog-auto-sense)
990         (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
991         (verilog-auto-ascii-enum, verilog-auto)
992         (verilog-sk-define-signal, verilog-mode-mouse-map)
993         (verilog-load-file-at-mouse, verilog-load-file-at-point)
994         (verilog-library-files): Cleanup spacing of )'s they should not be
995         on unique lines.  Fix checkdoc warnings.
997 2008-01-09  Glenn Morris  <rgm@gnu.org>
999         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
1000         entry, for Windows.
1002 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1004         * ps-print.el: Some face attributes (like :strike-through) was not
1005         being recognised.  Reported by Leo <sdl.web@gmail.com>.
1006         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
1007         (ps-screen-to-bit-face): Fix code.
1009 2008-01-08  Kevin Ryde  <user42@zip.com.au>
1011         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1012         For perl, allow "during global destruction" at end.
1014 2008-01-08  Glenn Morris  <rgm@gnu.org>
1016         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
1017         unified format.
1019         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
1021 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
1023         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
1024         quotes in case of spaces, e.g. STL containers (not pretty).
1026 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1028         * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
1030 2008-01-07  Nick Roberts  <nickrob@snap.net.nz>
1032         * progmodes/gdb-ui.el (gud-gdb-command-name):
1033         Explain "--annotate=3" option is necessary for the Graphical Interface.
1035 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1037         * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
1039 2008-01-07  Glenn Morris  <rgm@gnu.org>
1041         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1043 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
1045         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1046         on menu bar.
1048 2008-01-06  Michael Albinus  <michael.albinus@gmx.de>
1050         * ffap.el (ffap-read-file-or-url): Let-bind
1051         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1053 2008-01-05  Sven Joachim  <svenjoac@gmx.de>
1055         * vc-bzr.el: Fix typo in header.
1057 2008-01-05  Eli Zaretskii  <eliz@gnu.org>
1059         * Makefile.in (custom-deps, finder-data): Depend on autoloads
1060         instead of loaddefs.el.
1062 2008-01-05  Glenn Morris  <rgm@gnu.org>
1064         * progmodes/verilog-mode.el: Replace all instances of
1065         string-to-int with string-to-number, insert-string with insert,
1066         and read-input with read-string.
1067         (top-level): No need to require imenu, reporter, dinotrace, vc,
1068         font-lock when compiling.  Always require compile.  Relegate remaining
1069         compatibility cruft to XEmacs.  Don't require font-lock.
1070         (verilog-version): Remove superfluous concat.
1071         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1072         No need to define.
1073         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1074         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1075         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1076         (verilog-startup-message-displayed): These are variables, not constants.
1077         (verilog-batch-execute-func, verilog-auto-inst)
1078         (verilog-auto-inst-param): Use mapc rather than mapcar.
1079         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1080         actually defining.
1081         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1082         (verilog-modi-get-outputs, verilog-modi-get-inouts)
1083         (verilog-modi-get-inputs, verilog-modi-get-wires)
1084         (verilog-modi-get-regs, verilog-modi-get-assigns)
1085         (verilog-modi-get-consts, verilog-modi-get-gparams)
1086         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1087         (verilog-modi-get-sub-inputs): Move inline functions earlier in
1088         the file.
1089         (sigs-in, sigs-out): Don't declare multiple times.
1090         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1091         `defvar'.
1092         (verilog-auto): Call dinotrace-unannotate-all only if bound.
1093         (verilog-module-inside-filename-p): No need to wrap fboundp test
1094         in condition-case.
1095         (reporter-submit-bug-report): Autoload it.
1096         (verilog-mark-defun): Call zmacs-activate-region only if bound.
1097         (verilog-font-customize): Call customize-apropos only if bound.
1098         (verilog-getopt-flags, verilog-auto-reeval-locals):
1099         Use make-local-variable rather than make-variable-buffer-local.
1100         (verilog-company, verilog-project, verilog-modi-cache-list):
1101         Move make-variable-buffer-local calls to top-level.
1102         (font-lock-defaults-alist): Don't define it.
1103         (verilog-need-fld): Remove.
1104         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1105         (verilog-mode): Only call make-local-hook on XEmacs.
1106         Set font-lock-defaults rather than using verilog-font-lock-init.
1108         * progmodes/verilog-mode.el (top-level): Don't require compile.
1109         (compilation-error-regexp-alist, compilation-last-buffer):
1110         Define for compiler.
1111         (verilog-insert-1): New function.
1112         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1113         Use verilog-insert-1.
1114         (verilog-surelint-off): Use next-error-last-buffer if bound.
1115         Check compile buffer is live.
1117 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1120         gets inserted out-of-order.
1122 2008-01-04  Riccardo Murri  <riccardo.murri@gmail.com>
1124         * vc-bzr.el: Copyright and version headers update.
1125         Remove some outdated comments through the whole file.
1126         (vc-bzr-program-args): Remove because unused.
1127         (vc-bzr-log-switches): New customization option.
1128         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
1129         use `vc-bzr-program-args'.
1130         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1131         `vc-find-root' (patch by Andreas Hoenen).
1132         (vc-bzr-status): Update regex to match latest Bzr output.
1133         Remove redundant test.
1134         (vc-bzr-init-version): New function.
1135         (vc-bzr-unregister): Must not delete file.
1136         (vc-bzr-find-version): New function.
1137         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1138         a non-empty string, otherwise take head revision.
1139         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1140         (vc-bzr-diff): Simpler build of the revision spec string.
1141         (vc-annotate-convert-time, vc-bzr-annotate-difference):
1142         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1143         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
1144         (vc-bzr-dired-state-info): Only provide custom strings for
1145         overloaded VC state 'edited; otherwise fallback to
1146         `vc-default-dired-state-info'.
1148 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1150         * vc-git.el (vc-git-dir-state):
1151         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1153 2008-01-04  Richard Stallman  <rms@gnu.org>
1155         * delsel.el (delete-selection-mode): Doc fix.
1157 2008-01-04  Glenn Morris  <rgm@gnu.org>
1159         * version.el (emacs-copyright): Update to 2008.
1161 2008-01-03  Nick Roberts  <nickrob@snap.net.nz>
1163         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1164         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1166         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1167         of watch expressions (only works fully with GDB 6.7 or later).
1169 2008-01-03  Dan Nicolaescu  <dann@ics.uci.edu>
1171         * time-stamp.el (time-stamp-time-zone):
1172         * whitespace.el (whitespace-check-buffer-leading)
1173         (whitespace-check-buffer-trailing)
1174         (whitespace-check-buffer-indent)
1175         (whitespace-check-buffer-spacetab)
1176         (whitespace-check-buffer-ateol):
1177         * progmodes/sh-script.el (sh-indentation):
1178         * textmodes/ispell.el (ispell-local-pdict):
1179         Add safe-local-variable properties.
1181 2007-12-31  Richard Stallman  <rms@gnu.org>
1183         * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
1184         Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
1185         `parent'.
1186         (custom-group-value-create): Pass two args to custom-add-parent-links.
1188 2007-12-29  Richard Stallman  <rms@gnu.org>
1190         * font-lock.el (font-lock-prepend-text-property)
1191         (font-lock-append-text-property): Canonicalize the face and
1192         font-lock-face properties.
1194         * faces.el (facep): Doc fix.
1196         * startup.el (fancy-startup-tail, fancy-about-text)
1197         (fancy-startup-text): Regularize format of face property.
1199         * facemenu.el (list-colors-print): Use :background and :foreground
1200         instead of background-color and foreground-color.
1202 2007-12-29  Drew Adams  <drew.adams@oracle.com>
1204         * cus-edit.el (custom-add-parent-links):
1205         Fill the "Parent documentation" text.
1207 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1209         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1210         MS-Windows and MS-DOS.
1211         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1213 2007-12-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1215         * progmodes/grep.el (rgrep): Fix last change.
1217 2007-12-27  Richard Stallman  <rms@gnu.org>
1219         * progmodes/compile.el (compilation-start): Set initial visible
1220         point properly even when compilation buffer already current.
1222 2007-12-26  Richard Stallman  <rms@gnu.org>
1224         * files.el (conf-mode-maybe): New function.
1225         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1227 2007-12-26  Martin Rudalics  <rudalics@gmx.at>
1229         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1231 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
1233         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1235 2007-12-25  Richard Stallman  <rms@gnu.org>
1237         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1238         so they never do EOF.
1240 2007-12-23  Richard Stallman  <rms@gnu.org>
1242         * dired-aux.el: Load dired.el at run time too.
1244         * faces.el (copy-face): Create the new face explicitly if it
1245         does not exist already.
1247 2007-12-23  Andreas Schwab  <schwab@suse.de>
1249         * files.el (switch-to-buffer-other-frame): Return the buffer
1250         switched to.
1252 2007-12-23  Juri Linkov  <juri@jurta.org>
1254         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
1255         item to about-emacs instead of display-splash-screen.
1257 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
1259         * simple.el (minibuffer-history, shell-command-history)
1260         (set-variable-value-history):
1261         * replace.el (regexp-history):
1262         * international/mule-cmds.el (input-method-history):
1263         * files.el (file-name-history): Add reference to history-length in
1264         the doc string.
1266 2007-12-22  Richard Stallman  <rms@gnu.org>
1268         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1270 2007-12-21  Jason Rumney  <jasonr@gnu.org>
1272         * find-dired.el (find-name-arg): New custom variable.
1273         (find-name-dired): Use it.
1274         (find-dired-find-program): Remove.
1275         (find-dired): Use find-program.
1276         (find-grep-dired): Use grep-program.
1278         * progmodes/grep.el (rgrep): Use find-name-arg.
1280 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
1282         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
1283         specifier from format-string.  Reported by Ye Wenbin.
1285 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
1287         * cus-start.el: Use correct group name for members of mode-line group.
1289 2007-12-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
1291         * progmodes/cc-vars.el (defcustom-c-stylevar):
1292         Revert to pre-2007-12-12 version.
1294 2007-12-15  Richard Stallman  <rms@gnu.org>
1296         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1298         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1299         Use changed.
1301         * startup.el (fancy-splash-help-echo): Var deleted.
1302         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1303         (fancy-about-screen): Don't display fancy-splash-help-echo.
1305         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1307 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
1309         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1311 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1313         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1314         function.
1315         (add-submenu): Only define for XEmacs.
1316         (verilog-regexp-words): Revert previous change, keep the other
1317         definition.
1319 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
1321         * progmodes/perl-mode.el (perl-continued-statement-offset)
1322         (perl-continued-brace-offset, perl-brace-offset)
1323         (perl-brace-imaginary-offset, perl-label-offset):
1324         * progmodes/cperl-mode.el (cperl-brace-offset)
1325         (cperl-continued-brace-offset, cperl-label-offset)
1326         (cperl-continued-statement-offset)
1327         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1328         Add safe-local-variable properties.
1330 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1332         * progmodes/verilog-mode.el (verilog-mode-map)
1333         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
1334         (verilog-colorize-include-files): Use only overlay functions so
1335         that it can work on both Emacs and XEmacs.
1336         (set-extent-keymap): Remove unused defun.
1337         (verilog-kill-existing-comment, verilog-insert-date)
1338         (verilog-insert-year): Rename in order not to pollute the global
1339         namespace from kill-existing-comment, insert-date and
1340         insert-year, respectively.
1341         (verilog-set-auto-endcomments, verilog-header): Update callers.
1343         * files.el (auto-mode-alist): Recognize verilog files.
1345         * progmodes/verilog-mode.el (verilog-string-replace-matches)
1346         (verilog-string-remove-spaces, verilog-re-search-forward)
1347         (verilog-re-search-backward, verilog-re-search-forward-quick)
1348         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
1349         (verilog-get-end-of-line, verilog-within-string): Move definitions
1350         before first use.  No code changes.
1352 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1354         * progmodes/verilog-mode.el (verilog-mode-version)
1355         (verilog-mode-release-date): Don't use expanding keywords.
1356         (provide): Move to the end of file.
1357         (fboundp): Don't check if eval-when-compile is bound, it is used
1358         later in the file without checking.
1359         (when, unless): Copy definitions from subr.el.
1360         (char-before, defcustom, defface, customize-group)
1361         (verilog-batch-error-wrapper): Don't use old style backquotes.
1362         (verilog-regexp-opt): Avoid using the cl function case.
1363         (verilog-regexp-words): Remove duplicated definition.
1364         (verilog-mode-abbrev-table): Remove, duplicate.
1365         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1366         Declare and initialize in one step.
1367         (verilog-declaration-prefix-re, verilog-declaration-re)
1368         (verilog-end-of-statement, verilog-indent-declaration)
1369         (verilog-get-lineup-indent): Remove trailing whitespace.
1370         (verilog-mode): Fix autoload cookie.
1371         Set beginning-of-defun-function and end-of-defun-function.
1372         Use when instead of if.
1373         (verilog-emacs-features, verilog-auto-ascii-enum)
1374         (verilog-insert-indices): Escape braces in doc strings.
1376 2007-12-08  Michael McNamara  <mac@verilog.com>
1377             Wilson Snyder  <wsnyder@wsnyder.org>
1379         * progmodes/verilog-mode.el: New file.
1381 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
1383         * international/latexenc.el (latexenc-find-file-coding-system):
1384         If both coding-system-for-write and buffer-file-coding-system of
1385         latex-main-file are nil, use `undecided'.
1387 2007-12-06  Jason Rumney  <jasonr@gnu.org>
1389         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1391 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
1393         * ido.el (ido-save-history): Use emacs-mule coding system
1394         instead of utf-8 to save filenames (it's safer in Emacs 22).
1395         Set the `coding' local variable on the first line of the file.
1397 2007-12-04  Karl Fogel  <kfogel@red-bean.com>
1399         * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
1400         coding system.  This ports revisions 1.40 and 1.41 over to the
1401         EMACS_22_BASE branch, but with the right coding system for Emacs
1402         22 to reliably record filenames.  Suggested by Eli Zaretskii.
1404 2007-12-01  Richard Stallman  <rms@gnu.org>
1406         * wid-edit.el (widget-type): Doc fix.
1408 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
1410         * emacs-lisp/byte-run.el (declare-function): Change to a macro.
1412 2007-12-01  Alexandre Julliard  <julliard@winehq.org>
1414         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1416 2007-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1418         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1419         Don't match "sub { (...) ... }".
1421 2007-11-29  Richard Stallman  <rms@gnu.org>
1423         * international/mule-cmds.el (toggle-input-method-active): New var.
1424         (toggle-input-method): Bind toggle-input-method-active to t.
1425         Error if it was already non-nil.
1427 2007-11-29  Glenn Morris  <rgm@gnu.org>
1429         * calendar/time-date.el (with-decoded-time-value): Doc fix.
1431 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
1433         * calendar/time-date.el (encode-time-value): Doc fix.
1435 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
1437         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1439 2007-11-24  Kenichi Handa  <handa@m17n.org>
1441         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1443 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1445         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1447 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
1449         * textmodes/paragraphs.el (forward-sentence): Doc fix.
1450         Reported by Drew Adams <drew.adams@oracle.com>.
1452 2007-11-20  Glenn Morris  <rgm@gnu.org>
1454         * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
1455         for compatibility with Emacs 23.
1457 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
1459         * replace.el (map-query-replace-regexp): Doc fix (revert part of
1460         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1462 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
1464         * progmodes/gdb-ui.el: Update commentary.
1466 2007-11-16  Eli Zaretskii  <eliz@gnu.org>
1468         * international/mule-cmds.el (set-locale-environment):
1469         Set default-file-name-coding-system _after_ keyboard and terminal
1470         coding systems.  This fixes last change.
1472         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1473         one space after "Subject:".
1475 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
1477         * subr.el (make-variable-frame-local):
1478         Fix typo in obsolescence declaration.
1480 2007-11-16  Glenn Morris  <rgm@gnu.org>
1482         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1484 2007-11-16  Rob Riepel  <riepel@Stanford.EDU>
1486         * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
1487         (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
1488         (tpu-scroll-window-up): Replace next-line-internal -> line-move.
1490 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1493         in order to determine if there's a conflict.
1495 2007-11-16  Juri Linkov  <juri@jurta.org>
1497         * man.el (Man-heading-regexp): Add 0-9.
1498         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1500 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1502         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1503         Fix typo in docstring.
1505         * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
1506         (cua-highlight-region-shift-only): Doc fix.
1508 2007-11-15  Richard Stallman  <rms@gnu.org>
1510         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1512         * reposition.el (reposition-window):
1513         Binding C-M-l moved to bindings.el.
1515         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1517         * add-log.el (add-change-log-entry-other-window):
1518         Key binding C-x 4 a moved to bindings.el.
1520         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1521         from filecache.el.
1523         * filecache.el: Minibuffer map bindings moved to bindings.el.
1525 2007-11-14  Jason Rumney  <jasonr@gnu.org>
1527         * international/mule-cmds.el (set-locale-environment):
1528         Set default-file-name-coding-system from system defaults on Windows.
1530 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
1532         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1533         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1534         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1535         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1536         locations.
1537         (gdb-info-breakpoints-custom, gdb-assembler-custom)
1538         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1539         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1541 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
1543         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1544         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1545         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1546         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1547         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1548         Rewrite in active voice.
1550 2007-11-10  Juri Linkov  <juri@jurta.org>
1552         * startup.el: Backport startup screen related changes from the trunk.
1553         (initialization): Change group to `environment'.
1554         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
1555         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
1556         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
1557         (initial-scratch-message): Fix docstring.
1558         (startup-screen-inhibit-startup-screen)
1559         (pure-space-overflow-message): New variables.
1560         (command-line): Rename `inhibit-startup-message' to
1561         `inhibit-startup-screen'.
1562         (initial-scratch-message): Doc fix.
1563         (fancy-splash-text): Remove variable.
1564         (fancy-startup-text, fancy-about-text, splash-screen-keymap):
1565         New variables.
1566         (fancy-splash-delay, fancy-splash-max-time)
1567         (fancy-current-text, fancy-splash-stop-time)
1568         (fancy-splash-outer-buffer, fancy-splash-last-input-event):
1569         Remove variables.
1570         (fancy-splash-insert): Use help-echo from the 3rd element of the
1571         link specification list, or "Follow this link" if it's nil.  Doc fix.
1572         Allow functions for face and link specs.
1573         (fancy-splash-tail): Remove function.
1574         (fancy-startup-tail): New function.
1575         (fancy-splash-default-action, fancy-splash-special-event-action)
1576         (fancy-splash-screens): Remove functions.
1577         (fancy-about-screen): New function.
1578         (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
1579         Fix docstring.  Use argument `startup' to conditionally display
1580         different texts for Startup and About screens.  Don't display Help
1581         commands on the About screen.  Remove `unwind-protect' `sit-for'
1582         delay and `kill-buffer' after it.
1583         (normal-mouse-startup-screen, normal-splash-screen)
1584         (normal-no-mouse-startup-screen): New functions.
1585         (startup-echo-area-message): Change text of the echo area.
1586         (display-splash-screen): Remove function.
1587         (display-startup-screen, display-about-screen): New functions.
1588         (about-emacs): Make alias to `display-about-screen'.
1589         (display-splash-screen): Make alias to `display-startup-screen'.
1590         (command-line-1): Rename `inhibit-startup-message' to
1591         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
1592         started with command line options "-f", "-funcall", "-e", "-eval",
1593         "-execute", "-insert", "-find-file", "-file", "-visit".
1594         Inhibit startup screen when Emacs is started with a file name only
1595         on tty (i.e. don't inhibit it when started with a file name like
1596         "emacs FILE..." on a window system).
1597         Comment out unused code for coping with the old sit-for behavior.
1598         If file-count > 0, then display the concise version in another
1599         window, otherwise display full version in the same window.
1600         * loadup.el: Add `button'.  Move up `startup'.
1601         * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
1602         * version.el (emacs-copyright): Add emacs-copyright.
1603         * menu-bar.el (menu-bar-help-menu):
1604         Move "About Emacs" and "About GNU" to the end of the Help menu.
1605         Move "Emacs Psychotherapist" after "Send Bug Report...".
1606         Move "External Packages" after "Find Emacs Packages".
1608 2007-11-10  Jason Rumney  <jasonr@gnu.org>
1610         * w32-fns.el: Sync charset names with setup-default-fontset.
1611         Append "-1" where second part missing.
1613         * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
1615 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
1617         * ido.el (ido-save-history): Write the history file in UTF-8,
1618         and add `coding' file-local variable.
1620 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1622         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1623         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1624         (iso-iso2duden-trans-tab): Add docstring.
1626 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1628         * faces.el (face-normalize-spec): Remove function.
1629         (frame-set-background-mode): Undo last change.
1631 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1633         * files.el (enable-local-variables): Doc fix.
1635 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
1637         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1638         match dir like "a...b".
1640 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1642         * eshell/esh-mode.el (eshell-output-filter):
1643         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1644         Use `with-current-buffer'.
1646 2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
1648         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1650 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
1652         * net/tls.el: Require rx when compiling.
1653         (tls-end-of-info): New variable.
1654         (open-tls-stream): Keep reading input until `tls-end-of-info' is
1655         matched.
1657 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1659         * simple.el (bad-packages-alist): Anchor semantic regexp.
1661 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
1663         * files.el (hack-local-variables): Fix membership tests to avoid
1664         treating all variables as safe if `enable-local-variables' is
1665         set to :safe (CVE-2007-5795).
1667 2007-11-02  Glenn Morris  <rgm@gnu.org>
1669         * progmodes/etags.el (tags-table-mode): Disable undo.
1671         * simple.el (bad-packages-alist): Revert previous change.
1673 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
1675         * printing.el (printing): Fix :version, printing.el was included
1676         in emacs-22.1.
1677         (pr-path-style, pr-path-alist, pr-txt-name)
1678         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1679         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1680         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1681         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1682         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1683         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1684         (pr-setting-database, pr-visible-entry-list)
1685         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1686         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1687         :version.
1689 2007-11-01  Glenn Morris  <rgm@gnu.org>
1691         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1693         * mail/footnote.el (footnote-numeric-regexp)
1694         (footnote-english-upper-regexp, footnote-english-lower-regexp)
1695         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1696         Match multi-character footnotes.
1698         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1699         (nroff-indent-line-function): New function.
1700         (nroff-count-text-lines): Use nroff-forward-text-line rather than
1701         obsolete alias.
1703 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
1705         * net/tramp.el (tramp-open-connection-telnet)
1706         (tramp-open-connection-rsh, tramp-open-connection-su)
1707         (tramp-open-connection-multi): Set $LC_ALL to "C".
1709 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
1711         * dired-aux.el (dired-copy-file-recursive):
1712         Preserve directory permissions.
1714 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
1716         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1717         (whitespace-unload-function): New-style unload function.  When run,
1718         unintern `whitespace-unload-hook' and call `unload-feature' recursively
1719         to stop the old hook from messing with the unloading.
1721         * strokes.el (strokes-alphabetic-lessp): Doc fix.
1723 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
1725         * emacs-lisp/find-func.el (find-library): Use library at
1726         point as default interactive argument.
1728 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
1730         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1731         (elp-unset-master, elp-results): Fix typos.
1732         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1733         Doc fixes.
1735         * msb.el (msb--many-menus): Remove variable.
1736         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1737         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1738         (msb--toggle-menu-type): Fix typos in docstrings.
1740         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1741         (shadow-insert-var): Doc fixes.
1742         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1743         Reflow docstrings.
1744         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1746 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
1748         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1749         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1750         Fix typos in autoload docstrings.
1752         * loadhist.el (unload-feature): Remove redundant check.
1754 2007-10-30  Richard Stallman  <rms@gnu.org>
1756         * savehist.el (savehist-save): Obey savehist-ignored-variables.
1758 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
1760         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1761         (gdb-var-update-handler-1): Use it.
1763 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
1765         * loadhist.el (unload-feature): Remove erroneous check for the
1766         FEATURE-unload-function variable; check the existence of the
1767         function (that's what the docstring says, and it makes more sense).
1769         * follow.el (follow-unload-function): Add docstring.
1770         (follow-unload-function): Remove variable.
1772         * server.el (server-unload-function): Remove variable.
1773         (server-unload-function): Unbind `server-edit' from `C-x #'.
1775         * uniquify.el (uniquify-unload-function): Add docstring.
1776         (uniquify-unload-function): Remove variable.
1778         * ses.el (ses-unload-function): New function.
1780 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
1782         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1783         (unsafep-progn, unsafep-let): Fix typos in docstrings.
1785         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1786         before use to avoid a warning in packages that require uniquify.
1787         (uniquify-unload-function): New function and var.
1789 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
1791         * loadhist.el (unload-feature-special-hooks):
1792         Add `delete-frame-functions'.
1794         * server.el (server-unload-function): Rename from `server-unload-hook'
1795         and adapt to new `unload-feature' functionality.  Remove hook from
1796         `kill-buffer-hook' buffer-locally.
1797         (server-unload-hook): Remove.
1798         (server-unload-function): New var; replaces `server-unload-hook'.
1800 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
1802         * desktop.el (uniquify-managed): Pacify byte compiler.
1803         (desktop-buffer-info): If the buffer name is managed by uniquify,
1804         save the base name, not the uniquified one.
1805         (desktop-create-buffer): Allow `rename-buffer' to generate a new
1806         name in case of conflict.
1808 2007-10-26  Glenn Morris  <rgm@gnu.org>
1810         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1811         safe-local-variable property.
1813 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
1815         * net/browse-url.el (browse-url-browser-function): Delete grail.
1816         (browse-url-grail): Function and variable deleted.
1817         (browse-url-browser-function): Delete IXI Mosaic.
1818         (browse-url-default-browser): Don't try IXI Mosaic.
1819         (browse-url-iximosaic): Function deleted.
1820         (browse-url-browser-function): Delete MMM.
1821         (browse-url-default-browser): Don't try MMM.
1822         (browse-url-mmm): Function deleted.
1824 2007-10-25  Glenn Morris  <rgm@gnu.org>
1826         * progmodes/f90.el (f90-indented-comment-re)
1827         (f90-directive-comment-re, f90-break-delimiters):
1828         * progmodes/fortran.el (fortran-comment-line-start-skip)
1829         (fortran-directive-re):
1830         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1831         as safe if they are strings.
1833 2007-10-25  Richard Stallman  <rms@gnu.org>
1835         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1837 2007-10-24  Richard Stallman  <rms@gnu.org>
1839         * savehist.el (savehist-save): Omit unreadable elements.
1841         * loadhist.el (unload-function-defs-list): Renamed from
1842         unload-function-features-list.
1843         (unload-feature-special-hooks, unload-feature): Doc fixes.
1845         * indent.el (indent-to-left-margin): If point's in the indentation,
1846         move to the end of the indentation.
1848         * cus-edit.el (customize-changed-options): Make arg optional.
1850 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
1852         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1854 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1856         * textmodes/css-mode.el: Require CL.
1857         (comment-continue): Declare.
1859         * subr.el (make-variable-frame-localizable): Remove.
1860         (make-variable-frame-local): Mark obsolete.
1862 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
1864         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1865         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1867 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
1869         * comint.el (comint-password-prompt-regexp):
1870         Handle `[sudo] password'-style prompt.
1872 2007-10-23  Glenn Morris  <rgm@gnu.org>
1874         * progmodes/f90.el (f90-do-indent, f90-if-indent)
1875         (f90-type-indent, f90-program-indent)
1876         (f90-continuation-indent, f90-comment-region)
1877         (f90-beginning-ampersand, f90-smart-end)
1878         (f90-break-before-delimiters, f90-auto-keyword-case)
1879         (f90-leave-line-no, f90-mode-hook):
1880         Give an appropriate safe-local-variable property.
1881         (f90-font-lock-keywords-2): Fix `go to' regexp.
1883         * progmodes/fortran.el (fortran-tab-mode-default)
1884         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1885         (fortran-structure-indent, fortran-continuation-indent)
1886         (fortran-comment-indent, fortran-comment-line-extra-indent)
1887         (fortran-comment-line-start)
1888         (fortran-minimum-statement-indent-fixed)
1889         (fortran-minimum-statement-indent-tab)
1890         (fortran-comment-indent-char, fortran-line-number-indent)
1891         (fortran-check-all-num-for-matching-do)
1892         (fortran-blink-matching-if, fortran-continuation-string)
1893         (fortran-comment-region, fortran-electric-line-number)
1894         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1895         (fortran-analyze-depth, fortran-break-before-delimiters):
1896         Give an appropriate safe-local-variable property.
1898 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1900         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1901         of the subdirs is unreadable.
1903 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
1905         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1906         Use window-full-width-p.
1908 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1910         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1911         (tpu-edt-off): Use it.
1912         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
1913         the global-map before adding it to global-map.
1915         * menu-bar.el (global-buffers-menu-map): New var.
1916         (global-map, menu-bar-update-buffers): Use it.
1917         * msb.el (msb-menu-bar-update-buffers): Use it.
1918         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1919         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1920         Use with-current-buffer.
1922 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
1924         * hexl.el (hexl-menu): New major mode menu.
1926 2007-10-20  Glenn Morris  <rgm@gnu.org>
1928         * progmodes/f90.el (f90-font-lock-keywords-2)
1929         (f90-looking-at-type-like): Fix regexp typos.
1931 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
1933         * bs.el (bs-mode): Add mode name (accidentally left out
1934         in the 2007-10-16 change).
1936 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
1938         * bs.el (bs--track-window-changes): Don't refresh the whole list.
1939         (bs-mode): Set mode-class property to special.
1941         * follow.el (follow-unload-function): New function.
1943         * loadhist.el (unload-function-features-list):
1944         Rename from `unload-hook-features-list'.
1945         (unload-hook-features-list): Add as obsolete alias.
1946         (unload-feature): Use `unload-function-features-list'
1947         and new FEATURE-unload-function.
1949 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
1951         * loadhist.el (unload-feature-special-hooks):
1952         Update list of special hooks.
1954         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1955         (adaptive-fill-function): Doc fix.  Remove * from docstring.
1957 2007-10-18  Glenn Morris  <rgm@gnu.org>
1959         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1961 2007-10-17  Aaron Hawley  <aaronh@garden.org>
1963         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1964         position is not saved.
1966 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
1968         * longlines.el (longlines-wrap-follows-window-size): Integer value
1969         specifies wrapping margin.
1970         (longlines-mode, longlines-window-change-function):
1971         Set window-specific wrapping margin based on the above.
1973 2007-10-17  John Wiegley  <johnw@newartisans.com>
1975         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1977 2007-10-17  Glenn Morris  <rgm@gnu.org>
1979         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1980         Tweak regexp to avoid stack overflow.
1982 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1984         * simple.el (reindent-then-newline-and-indent): Don't assume that
1985         indent-according-to-mode preserves point.
1987 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
1989         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1990         (bs--restore-window-config): Keep the selected frame.
1991         (bs--track-window-changes, bs--remove-hooks): New functions.
1992         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
1993         (bs--show-with-configuration): Revert 2006-11-09 change.
1994         Don't reuse window unless it is visible on the selected frame.
1995         Restore window configuration (possibly in a different frame)
1996         before creating any window.
1998 2007-10-16  Richard Stallman  <rms@gnu.org>
2000         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2001         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
2002         (ad-is-advised, ad-get-advice-info-field)
2003         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
2005 2007-10-16  Glenn Morris  <rgm@gnu.org>
2007         * simple.el (blink-matching-open): Don't report false errors with
2008         the `$' syntax class.
2010 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
2012         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
2013         (filesets-ormap, filesets-sort-case-sensitive-flag)
2014         (filesets-remake-shortcut, filesets-ingroup-collect-files):
2015         Fix typos in docstrings.
2016         (filesets-data-get-name, filesets-data-get-data)
2017         (filesets-data-set, filesets-cmd-query-replace-getargs)
2018         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
2020 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2022         * term/mac-win.el: Don't require url when compiling, as url-type is
2023         no longer a macro.
2025 2007-10-14  Glenn Morris  <rgm@gnu.org>
2027         * progmodes/etags.el (select-tags-table): Disable undo in the
2028         `*Tags Table List*' buffer.
2030 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
2032         * dired.el (dired-warn-writable): New face.
2033         (dired-warn-writable-face): New variable.
2034         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2035         of dired-warning-face, for group- and world-writable files.
2037 2007-10-13  Glenn Morris  <rgm@gnu.org>
2039         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2040         (octave-re-search-forward-kw, octave-re-search-backward-kw):
2041         Add doc string, and an explicit COUNT argument.
2042         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2043         `inc' to search functions.
2045 2007-10-13  John W. Eaton  <jwe@octave.org>
2047         * progmodes/octave-mod.el (octave-looking-at-kw)
2048         (octave-re-search-forward-kw, octave-re-search-backward-kw):
2049         New functions.
2050         (octave-in-defun-p, calculate-octave-indent)
2051         (octave-blink-matching-block-open, octave-beginning-of-defun)
2052         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2053         to search for regexps that contain case-sensitive keywords.
2054         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2055         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2057 2007-10-13  Richard Stallman  <rms@gnu.org>
2059         * files.el (directory-abbrev-alist): Doc fix.
2061 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
2063         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2065 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
2067         * frame.el (set-frame-configuration): Assign name parameter only
2068         if it has been set explicitly before.
2070         * window.el (handle-select-window): Revert part of 2007-10-06
2071         change setting the input focus.
2073 2007-10-12  Glenn Morris  <rgm@gnu.org>
2075         * cus-edit.el (custom-variable-menu, custom-face-menu)
2076         (custom-group-menu): Check init-file-user rather than
2077         user-init-file, in case cus-edit is loaded by site-run-file.
2079 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
2081         * follow.el (follow-stop-intercept-process-output):
2082         Use `follow-call-process-filter' rather than `process-filter'.
2084 2007-10-11  Tom Tromey  <tromey@redhat.com>
2086         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2087         frame is visible.
2089 2007-10-10  Richard Stallman  <rms@gnu.org>
2091         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2092         in *Backtrace*.
2094         * faces.el (face-font-selection-order): Doc fix.
2096         * loadhist.el (unload-feature): Doc fix.
2098 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2100         * ps-print.el: Fix the usage of :foreground and :background face
2101         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2102         (ps-print-version): New version 6.7.6.
2103         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2104         Fix code.
2105         (ps-face-foreground-color-p, ps-face-background-color-p)
2106         (ps-face-color-p): New inline funs.
2108 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
2110         * follow.el: Change all instances of "Follow Mode" to "Follow
2111         mode" in docstrings and messages.
2113 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
2115         * faces.el (face-font-selection-order): Doc fix.
2117         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
2118         (follow-mode-off-hook): Mark as obsolete.
2120 2007-10-08  Richard Stallman  <rms@gnu.org>
2122         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
2123         (edebug-install-custom-print, edebug-reset-print-funcs)
2124         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
2125         Functions deleted.
2126         (edebug-prin1, edebug-print, edebug-prin1-to-string)
2127         (edebug-format, edebug-message): Define directly as aliases.
2129 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
2131         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
2133 2007-10-07  Glenn Morris  <rgm@gnu.org>
2135         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2136         version numbers.
2138 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
2140         * net/tramp.el (tramp-completion-mode): Extend doc-string.
2141         (tramp-completion-mode-p): Revert change from 2007-09-24.
2142         Checking for `return' etc as last character is not sufficient, for
2143         example in dired-mode when entering <g> (revert-buffer) or
2144         <s> (dired-sort).
2146 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
2148         * window.el (mouse-autoselect-window-cancel): Don't cancel for
2149         select-window or select-frame events.
2150         (handle-select-window): When autoselecting window set input
2151         focus.  Restructure.
2153         * frame.el (focus-follows-mouse): Moved to frame.c.
2154         * cus-start.el (all): Add focus-follows-mouse.
2156 2007-10-05  Chris Moore  <dooglus@gmail.com>
2158         * server.el (server-kill-new-buffers): Doc fix.
2160 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
2162         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2163         activate font-locking in the *buffer-selection* buffer.
2164         (bs-show-sorted): Doc fix.
2166         * bs.el (bs--get-marked-string, bs--get-modified-string)
2167         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2168         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2169         (bs--format-aux): Doc fix.
2171 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2173         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2175 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2177         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2179 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
2181         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2182         (gud-gdb): New function for old M-x gdb (text command mode).
2183         (gud-gdb-command-name, gdb): Move to...
2185         * progmodes/gdb-ui.el: ...here and adapt doc string.
2186         (gud-gdba-command-name, gdba): Delete.
2188 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
2190         * bs.el: Don't defvar `font-lock-verbose'.
2191         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2192         (bs--get-file-name): Fix typos in docstrings.
2193         (bs--show-header): Use `dolist' instead of `mapcar'.
2194         (bs-mode): Set `show-trailing-whitespace' to nil.
2195         (bs-buffer-sort-function, bs-mouse-select-other-frame)
2196         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2197         Doc fixes.
2199 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
2201         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2203 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
2205         * progmodes/gud.el (gdb): Make graphical mode the default and
2206         switch to text command mode if appropriate, i.e., reverse previous
2207         arrangement.
2208         (gud-gdb-marker-filter): Adapt for above change.
2210         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2211         gud-minor-mode and gud-marker-filter.
2212         (gdb-fullname-regexp): New variable.
2213         (gud-gdba-marker-filter): Use it to switch to text command
2214         mode if appropriate.
2216 2007-10-02  Richard Stallman  <rms@gnu.org>
2218         * frame.el (cursor-in-non-selected-windows): Doc fix.
2220 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
2222         * progmodes/gud.el (gud-display-line): Find source buffer even when
2223         GUD buffer has its own frame.
2225 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2227         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2229 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2231         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2233 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
2235         * allout.el (allout-before-change-handler): Replace got-char by
2236         goto-char.
2238 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2240         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2241         Used to try and automatically enabled smerge-mode in the presence of
2242         conflicts and to call `svn resolved' when the conflicts are gone.
2243         (vc-svn-parse-status): Remember the svn-specific status.
2245         * newcomment.el (comment-choose-indent): New function extracted
2246         from comment-indent.  Improve the alignment algorithm.
2247         (comment-indent): Use it.
2249 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
2251         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2252         (eldoc-message-commands, eldoc-current-idle-delay):
2253         Fix typos in docstrings.
2255         * progmodes/python.el (python-eldoc-function): Doc fix.
2257 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
2259         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2260         menu-bar-apropos-menu.  All users changed.
2261         (menu-bar-help-menu): Change menu symbols to better match the text
2262         displayed by the menu.
2264 2007-09-25  Glenn Morris  <rgm@gnu.org>
2266         * view.el (view-search-no-match-lines): Add a doc string.
2267         Rewrite to simplify and work better.
2269 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
2271         * net/tramp.el (tramp-completion-mode-p): Rename from
2272         `tramp-completion-mode'.  Revert logic, check `return', `newline'
2273         and such alike.  Packages like Icicles tend to use other completion
2274         characters but `tab' and `space' only.
2275         (top): Require cl.el, when `copy-tree' is not available otherwise.
2277         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
2278         `ad-get-arg'.
2280 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
2282         * net/tramp-vc.el (tramp-vc-user-login-name):
2283         Use `vc-find-version' instead of `process-file' to check whether we
2284         have a new enough vc that doesn't need the defadvice.
2286 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
2288         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2289         #, @, : and ^.
2291 2007-09-23  Glenn Morris  <rgm@gnu.org>
2293         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2295 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
2297         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2299         * log-view.el (log-view-mode-map): Likewise.
2301         * diff-mode.el (diff-mode-shared-map): Likewise.
2303 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2305         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2306         add inferior-octave-directory-tracker to the buffer-local value
2307         of comint-input-filter-functions.
2309 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
2311         * files.el (file-name-sans-versions): Also allow `A-Z'.
2313         * vc.el: Mention all supported VC backends.
2315 2007-09-22  Richard Stallman  <rms@gnu.org>
2317         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2318         neighbouring buttons.
2320 2007-09-22  Andreas Schwab  <schwab@suse.de>
2322         * files.el (file-name-sans-versions): Also allow `_'.
2324 2007-09-22  Glenn Morris  <rgm@gnu.org>
2326         * eshell/esh-mode.el (eshell-output-filter-functions):
2327         Add eshell-postoutput-scroll-to-bottom.
2329 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2331         * files.el (file-name-sans-versions): Allow - and a-z in version names.
2333         * log-view.el (log-view-mode-map, log-view-mode-menu):
2334         Bind log-view-annotate-version.
2335         (log-view-beginning-of-defun, log-view-end-of-defun)
2336         (log-view-annotate-version): New functions.
2337         (log-view-mode): Use log-view-beginning-of-defun and
2338         log-view-end-of-defun.
2340 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2342         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2344 2007-09-21  Kevin Ryde  <user42@zip.com.au>
2346         * international/mule.el (sgml-html-meta-auto-coding-function):
2347         Bind `case-fold-search' to t.
2349 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2351         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2352         neighbouring buttons.
2354         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2355         Recognize gcc's use of "note" for informational messages.
2357 2007-09-20  Glenn Morris  <rgm@gnu.org>
2359         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2360         motion functions, rather than hard-coding "\n\n".
2361         (tex-validate-region): Check for eobp, to speed up.
2362         (tex-next-unmatched-end): Doc fix.
2364 2007-09-19  Glenn Morris  <rgm@gnu.org>
2366         * textmodes/tex-mode.el (tex-terminate-paragraph):
2367         Use backward-paragraph.
2369 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2371         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2372         (css-mode): Update correspondingly.
2374 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2376         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
2378         * vc-hooks.el (vc-menu-entry): New var.
2379         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
2380         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
2381         (vc-menu-map): Declare and initialize in one step.
2383         * menu-bar.el (vc-menu-map): Don't setup any more.
2384         Instead, just create the proper spot in the menu.
2386 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
2387             Stefan Monnier  <monnier@iro.umontreal.ca>
2389         * vc.el: Document new VC operation `extra-menu'.
2391         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
2393 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
2395         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2396         Signed-off-by, Acked-by and Merge.
2398 2007-09-17  Glenn Morris  <rgm@gnu.org>
2400         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2401         filename from `--file-line-error', if it is available.
2403 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2405         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2406         TeX `--file-line-error' format.
2408 2007-09-17  Glenn Morris  <rgm@gnu.org>
2410         * textmodes/tex-mode.el (tex-region): Simplify previous change,
2411         handling the case where the region is not in `tex-main-file'.
2412         (tex-region-1): Delete.
2413         (tex-region-header): New function, doing the header part of the
2414         old tex-region-1.
2416 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2418         * ediff-init.el (ediff-verbose-p): This var is not a constant.
2420 2007-09-16  Drew Adams  <drew.adams@oracle.com>
2422         * cus-edit.el (custom-face-edit-activate): Doc fix.
2424 2007-09-16  Glenn Morris  <rgm@gnu.org>
2426         * textmodes/tex-mode.el (tex-region): Handle the case where the
2427         region is not in `tex-main-file'.  Move the old code that applies
2428         to both cases...
2429         (tex-region-1): ...to this new function.
2431 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
2433         * simple.el (blink-matching-open): Don't display message when no
2434         paren is found within blink-matching-paren-distance characters.
2435         Don't search prompt in blink-matching-paren-distance nil case.
2437 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2439         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2441 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2443         * vc-mtn.el: New file.
2445         * vc-hooks.el (vc-handled-backends): Add Mtn.
2447 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
2449         * files.el (find-file, find-file-other-window)
2450         (find-file-other-frame, find-file-existing, find-file-read-only)
2451         (find-file-read-only-other-window)
2452         (find-file-read-only-other-frame)
2453         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2455 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
2457         * man.el (Man-default-man-entry): At end of line, continue looking
2458         to the next line for possible end of hyphenated command.
2460 2007-09-13  Chris Moore  <dooglus@gmail.com>
2462         * shell.el (shell-resync-dirs): Don't move the cursor relative to
2463         the command being edited.
2465 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
2467         * progmodes/gud.el (gdb-ready): New variable.
2468         (gdb): Set it to nil.  Set gud-running to nil here...
2469         (gud-common-init): ...instead of here.
2471         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2472         Use gdb-ready.  Discard input until GDB is ready to accept it.
2474 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
2476         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
2477         C-M-S- keys.
2479 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
2481         * dired.el (dired-warning): Inherit from font-lock-warning-face to
2482         make it show up with eight colors.
2484 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2486         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2487         diffs are concatenated with no intervening line.
2489 2007-09-10  Dave Love  <fx@gnu.org>
2491         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2492         (python-font-lock-keywords): Update to the 2.5 version of the language.
2493         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2494         (python-backspace): Only behave funny in code.
2495         (python-compilation-regexp-alist): Add PDB stack trace regexp.
2496         (inferior-python-mode): Add PDB prompt regexp.
2497         (python-fill-paragraph): Refine the fenced-string regexp.
2498         (python-find-imports): Handle imports spanning several lines.
2499         (python-mode): Add `class' to hideshow support.
2501 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2503         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
2504         add-log-buffer-file-name-function rather than bind buffer-file-name,
2505         so we dont end up calling change-log-mode in *cvs* when `fi' is the
2506         ChangeLog file itself.
2508         * outline.el (outline-flag-region): Use front-advance.
2510 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
2512         * progmodes/cperl-mode.el: Merge upstream 5.23.
2513         (cperl-where-am-i): Remove function.
2514         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2515         (cperl-sniff-for-indent): De-invert [string] and [comment].
2516         When looking for label, skip s:m:y:tr.
2517         (cperl-indent-line): Likewise.
2518         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2519         (cperl-windowed-init): Wrong `ps-print' handling.
2520         Both thanks to Chong Yidong.
2521         (cperl-look-at-leading-count): Could fail with unfinished RExen.
2522         (cperl-find-pods-heres): If the second part of s()[] is missing,
2523         don't try to highlight delimiters...
2525 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2527         * progmodes/compile.el (compilation-get-file-structure): Complete last
2528         change by also using spec-directory in the puthash.
2530 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
2532         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
2533         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2534         (vc-bzr-status): Fix shadowing of variable 'status'.
2535         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2536         Use `expand-file-name' instead of `concat'.
2537         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2538         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
2540 2007-09-05  Jason Rumney  <jasonr@gnu.org>
2542         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
2544 2007-09-02  Richard Stallman  <rms@gnu.org>
2546         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2547         Add `safe-local-variable' property.
2548         (lisp-body-indent): Likewise.
2550 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2552         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
2553         prev/next-node.
2555         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
2556         (x-gtk-map-stock): New function.
2558 2007-09-02  Glenn Morris  <rgm@gnu.org>
2560         * comint.el (comint-mode): Don't set scroll-conservatively.
2562         * eshell/em-unix.el (eshell/time): Stringify and flatten the
2563         non-command arguments.
2565 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
2567         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2568         Fix bug: Don't expand top-level file name more than once.
2569         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2571 2007-09-01  Richard Stallman  <rms@gnu.org>
2573         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2574         Add doc string.
2576 2007-08-30  Richard Stallman  <rms@gnu.org>
2578         * speedbar.el (speedbar-frame-reposition-smartly)
2579         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2580         (speedbar-check-vc): Don't use dframe-xemacsp.
2582 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
2584         * files.el (backup-buffer-copy): Try to overwrite old backup first.
2586 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
2588         * repeat.el (repeat): Use last-repeatable-command instead of
2589         real-last-command.  Run pre- and post-command hooks for
2590         self-insertion.  Update doc-string.
2592 2007-08-28  Glenn Morris  <rgm@gnu.org>
2594         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
2596 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
2598         * vc-git.el (vc-git-state): Call git-add --refresh to update the
2599         state of the file.
2600         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2601         (vc-git-create-repo): Fix invalid command.
2603 2007-08-27  Richard Stallman  <rms@gnu.org>
2605         * textmodes/flyspell.el (flyspell-mode):
2606         Catch errors in flyspell-mode-on.
2608 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2610         * progmodes/modula2.el (m2-definition, m2-module):
2611         Don't use previous-line.  Reported by T. V. Raman.
2613 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2615         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2616         argument to tool-bar-mode call.
2618 2007-08-27  Glenn Morris  <rgm@gnu.org>
2620         * diff-mode.el (diff-find-file-name): Only accept regular files,
2621         to rule out /dev/null, directories, etc.
2623 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
2625         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2626         safe-local-variable setting.
2627         * progmodes/perl-mode.el (perl-indent-level): Likewise.
2629 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2631         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2632         of buffers in uniquify-managed.
2634         * simple.el (invisible-p): Rename from text-invisible-p.
2635         Update callers.
2637 2007-08-25  Alan Mackenzie  <acm@muc.de>
2639         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2640         new language variable.
2642         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2643         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2644         "extern" etc., rather than BOI.  Fix addition of spurious
2645         syntactic-symbol 'defun-block-intro, replacing it with
2646         'innamespace, etc.
2648 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
2650         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2651         Don't behave differently when executed via M-x.  Add doc string.
2653 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2655         * files.el (backup-buffer-copy): Don't wrap delete in
2656         condition-case, only try to delete if file exists.
2658 2007-08-24  Glenn Morris  <rgm@gnu.org>
2660         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2662 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2664         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2665         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2666         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2667         (cperl-etags-goto-tag-location): Use new style backquotes.
2669         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2670         (dynamic-completion-table): Use it it.
2672         * net/browse-url.el: Remove spurious * in custom docstrings.
2673         (browse-url-filename-alist): Use new-style backquote.
2675         * emacs-lisp/backquote.el (backquote-unquote-symbol)
2676         (backquote-splice-symbol): Clarify they're not new-style unquotes.
2678         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2679         (\,@): Backslash the , and ,@ which are not new-style unquotes.
2681         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2683         * net/socks.el (socks-username/password-auth-filter):
2684         Remove unused vars `state' and `desired-len'.
2685         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2686         (socks-wait-for-state-change): Use new-style backquotes.
2688         * pcvs.el (cvs-mode-status): Fix long-standing typo.
2690         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2691         backquotes after each `read' rather than once per buffer.
2693         * dframe.el: Remove spurious * in custom docstrings.
2694         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2695         (dframe-xemacs20p): Remove, inline at the sole use point.
2696         (defface): Don't defvar the face, don't use old-style backquote.
2697         (defcustom): Don't use old-style backquote.
2698         (dframe-frame-parameter, dframe-mouse-event-p):
2699         Make it obvious that it's always defined.
2700         (dframe-popup-kludge): New function to replace
2701         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2702         (dframe-frame-mode, dframe-set-timer-internal)
2703         (dframe-mouse-set-point): Remove use of with-no-warnings from
2704         XEmacs-specific code.
2705         (dframe-set-timer-internal): Fix very old bug with
2706         post-command-idle-hook.
2708         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2710 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
2712         * image-mode.el (image-minor-mode): Use image-mode-text-map.
2714 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
2716         * sort.el (sort-fold-case, sort-numeric-base): Mark as
2717         safe-local-variable.
2719 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2721         * net/browse-url.el (browse-url-emacs): New function.
2723 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2725         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2726         warning if the file uses old style backquotes.
2728         * emacs-lisp/bytecomp.el (byte-compile-log-file)
2729         (byte-recompile-directory, byte-compile-file)
2730         (byte-compile-from-buffer): Use with-current-buffer.
2732         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2733         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2734         (line-move-1, line-move-finish, line-move-to-column)
2735         (move-end-of-line, move-beginning-of-line): Use new name.
2737 2007-08-22  Glenn Morris  <rgm@gnu.org>
2739         * files.el (backup-buffer-copy): Check backup directory is
2740         writable, to avoid infloop deleting old backup.
2742         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2743         movemail related variables.
2744         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2745         will now be set before this is called.
2747 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2749         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2751         * progmodes/ada-mode.el: Fix up comment style in header.
2752         (ada-check-emacs-version): Remove.
2753         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2754         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2755         to try and quieten the byte-compiler.
2756         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2758         * vc.el (vc-annotate-warp-version): Don't use previous-line.
2760 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
2762         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2763         extracted from `eval-last-sexp-1'.
2764         (eval-last-sexp-1): Call `preceding-sexp'.
2766 2007-08-19  Glenn Morris  <rgm@gnu.org>
2768         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2769         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2770         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
2771         shadow files messing up the compilation.
2773 2007-08-18  Glenn Morris  <rgm@gnu.org>
2775         * progmodes/scheme.el (scheme-mode-variables):
2776         Set font-lock-comment-start-skip.
2778 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
2780         * progmodes/ada-mode.el (ada-create-syntax-table):
2781         Move set-syntax-table from here to ...
2782         (ada-mode): ... here.  Don't change global value of comment-multi-line.
2783         Call new function ada-initialize-syntax-table-properties.
2784         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2785         (ada-deactivate-properties, ada-initialize-properties):
2786         Replace by new functions ...
2787         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2788         (ada-initialize-syntax-table-properties): ... to set up syntax-table
2789         properties uniformly, independently from whether font-lock-mode
2790         is enabled or not.  Handle read-only buffers and do not change
2791         undo-list when setting syntax-table properties.
2792         (ada-after-change-function): Use ada-set-syntax-table-properties.
2794 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2796         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2797         (cperl-find-pods-heres): Fix an error when typing expressions like
2798         `s{a}{b}'.
2800 2007-08-17  Glenn Morris  <rgm@gnu.org>
2802         * progmodes/compile.el (compilation-get-file-structure): Make use
2803         of the directory part when checking for an existing entry, to
2804         handle files with same basename in different directories.
2806 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2808         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2809         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2810         (ps-paragraph-spacing): Docstring fix.
2812 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2814         * smerge-mode.el (smerge-resolve): New arg `safe'.
2815         (smerge-resolve-all, smerge-batch-resolve): New function.
2816         (smerge-refine): Make sure `diff' returns the expected result.
2817         (smerge-parsep-re): New const.
2818         (smerge-mode): Use it to adjust paragraph-separate.
2820         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2821         Correctly match / regexp matchers as first char on a line when
2822         fontifying only that line.
2824         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2826 2007-08-16  Glenn Morris  <rgm@gnu.org>
2828         * ps-print.el (ps-font-size): Doc fix.
2830 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2832         * vc-bzr.el: Don't fiddle with vc-handled-backend.
2833         (vc-bzr-registered): Don't redundantly protect against
2834         file-error.  Actually use the format-specific code.
2835         (vc-bzr-buffer-nonblank-p): Remove.
2836         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2838 2007-08-15  Glenn Morris  <rgm@gnu.org>
2840         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2841         sloppier, for the sake of GNU Mailman.
2842         (rmail-digest-rfc1153): Initialize `result' correctly.
2844 2007-08-14  Glenn Morris  <rgm@gnu.org>
2846         * simple.el (bad-packages-alist): New constant.
2847         (bad-package-check): New function.  Together, these two add
2848         elements to `after-load-alist' to check for problematic external
2849         packages.
2850         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2852 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
2854         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2855         optional quotes around files in NEED-UPDATE . REMOVED case.
2857         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2858         (ada-treat-cmd-string): Improve error message.
2859         (ada-do-file-completion): Call `ada-require-project-file', so
2860         project variables are set properly.
2861         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2862         (ada-gnatfind-buffer-name): New constant.
2863         (ada-find-any-references): Use new constant.  Set buffer name
2864         properly in compilation-start.  Toggle read-only properly.
2865         (ada-find-in-src-path): Fix spelling error in docstring.
2867         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2868         by zero error.
2870 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
2872         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2874 2007-08-12  Richard Stallman  <rms@gnu.org>
2876         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2877         (cvs-execute-single-file): Use new name split-string-and-unquote.
2878         (cvs-header-msg): Use new name combine-and-quote-strings.
2880         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2882         * progmodes/gud.el (gud-common-init): Use new name
2883         split-string-and-unquote.
2885         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2886         in javac regexp.
2888         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2889         combine-and-quote-strings and split-string-and-unquote.
2891         * subr.el (combine-and-quote-strings): Rename from strings->string.
2892         (split-string-and-unquote): Rename from string->strings.
2894 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2896         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2897         to buffer-local settings.
2899         * emacs-lisp/backquote.el (backquote-delay-process): New function.
2900         (backquote-process): Add internal arg `level'.  Use the two to
2901         correctly handle nested backquotes.
2903 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
2905         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2906         (vc-bzr-state-words): Add "kind changed" state word.
2907         (vc-bzr-status): New function.  Return Bzr idea of file status,
2908         which is different from VC's.
2909         (vc-bzr-state): Use vc-bzr-status.
2910         (vc-workfile-unchanged-p): Use vc-bzr-status.
2911         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2912         (vc-dired-state): Process "kind changed" state word.
2914 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2918         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2919         Move from vc-default-find-file-not-found-hook.
2921 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2923         * url/url-auth.el (url-basic-auth): When prompting for username
2924         and password, default to the username and password in the URL.
2926 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2928         * man.el: Remove spurious * in docstrings.
2929         Merge defvars and toplevel setq-defaults.
2930         (Man-highlight-references0): Limit=nil rather than point-max.
2931         (Man-mode-map): Move initialization into the declaration.
2932         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2933         (Man-view-header-file): Use expand-file-name rather than concat.
2934         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2936         * man.el (Man-next-section): Make sure we do not move backward.
2938 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2940         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2941         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2942         ps-print-color-p is neither nil nor black-white.  Reported by Christian
2943         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2945 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2947         * files.el (auto-mode-alist): Use the purecopied text (duh!).
2949 2007-08-08  Andreas Schwab  <schwab@suse.de>
2951         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2952         self-insert-command, not self-insert.
2954 2007-08-08  Glenn Morris  <rgm@gnu.org>
2956         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2958         * Replace `iff' in doc-strings and comments.
2960         * help-mode.el (help-make-xrefs): Search for symbol constituents,
2961         rather than just `-'.
2963 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
2965         * dired.el (dired-pop-to-buffer):
2966         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2967         * calendar/calendar.el (generate-calendar-window):
2968         * progmodes/compile.el (compilation-set-window-height):
2969         * textmodes/two-column.el (2C-two-columns, 2C-merge):
2970         Use window-full-width-p instead of comparing frame-width and
2971         window-width.
2973         * progmodes/compile.el (compilation-find-buffer): Remove extra
2974         argument in call to compilation-buffer-internal-p.
2976 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
2978         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2979         parameters IDENTIFICATION and CONNECTED.
2980         (tramp-handle-insert-file-contents): VISIT must be handled after
2981         insertion of the local copy.  Reported by Peter Gordon
2982         <peter@pg-consultants.com>.
2983         (tramp-file-name-handler): No special handling for
2984         `expand-file-name'.  But for `file-name-as-directory'.
2985         (tramp-find-shell, tramp-open-connection-telnet)
2986         (tramp-open-connection-rsh, tramp-open-connection-su)
2987         (tramp-open-connection-multi)
2988         (tramp-open-connection-setup-interactive-shell): Guard against
2989         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
2990         <steve@sxemacs.org>.
2991         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2992         the hint.
2994         * net/trampver.el: Update release number.
2996 2007-08-07  Tom Tromey  <tromey@redhat.com>
2998         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2999         Add safe-local-variable property.
3001 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
3003         * image-mode.el (image-toggle-display): Use image-refresh.
3005         * longlines.el (longlines-decoded): New variable.
3006         (longlines-mode): Avoid encoding or decoding the buffer twice.
3008 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
3010         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
3011         unofficial version.
3012         (vc-bzr-command): Remove redundant setting of process-connection-type.
3013         (vc-bzr-admin-checkout-format-file): Add autoload.
3014         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
3015         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
3016         (vc-bzr-registered): Compare dirstate format tag with known good
3017         value, abort parsing if match fails.  Warn user in docstring.
3018         (vc-bzr-workfile-version): Case for different Bzr branch formats.
3019         See bzrlib/branch.py in Bzr sources.
3020         (vc-bzr-diff): First argument FILES may be a string rather than a list.
3021         (vc-bzr-shell-command): Remove in favor of
3022         vc-bzr-command-discarding-stderr.
3023         (vc-bzr-command-discarding-stderr): New function.
3025 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
3027         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
3028         program, and return nil
3029         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
3030         (vc-bzr-state): Look for path names relative to the repository
3031         root after status keyword.
3032         (vc-bzr-file-name-relative): New function.
3033         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3034         depend on it.
3035         (vc-bzr-admin-dirname, ...-checkout-format-file)
3036         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3037         files that we now parse directly for speed.
3038         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3039         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3040         (vc-bzr-state): "bzr status" successful only if exitcode is 0
3041         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
3042         Bzr warnings, so we must discard it.
3043         (vc-bzr-workfile-version): Speedup counting lines from
3044         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3045         if that file doesn't exist.
3046         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3047         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
3048         (not ".bzr"!) to `vc-directory-exclusion-list'
3049         (vc-bzr-shell-command): New function.
3051 2007-08-06  Tom Tromey  <tromey@redhat.com>
3053         * diff-mode.el (diff-unified->context, diff-reverse-direction)
3054         (diff-fixup-modifs): Typo in docstring.
3056 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3058         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3059         count-screen-lines.
3060         (tpu-edt-off): Disable relevant pieces of advice.
3062         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3063         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
3064         (newline, newline-and-indent, do-auto-fill): Use advice instead of
3065         redefining the function.
3066         (tpu-set-scroll-margins): Activate the pieces of advice.
3068 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
3070         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
3071         process-filter.
3073 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3075         * help.el (resize-temp-buffer-window): Use window-full-width-p
3076         instead of comparing frame-width and window-width.
3078 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
3080         * term.el: Honor term-default-fg-color and term-default-bg-color
3081         settings when modifying term-current-face.
3082         (term-default-fg-color, term-default-bg-color): Initialize from
3083         default term-current-face.
3084         (term-mode, term-reset-terminal): Set term-current-face with
3085         term-default-fg-color and term-default-bg-color.
3086         (term-handle-colors-array): term-current-face has term-default-fg-color
3087         and term-default-bg-color after reset escape sequence.
3088         (term-handle-colors-array): Set term-current-color with
3089         term-default-fg/bg-color instead of ansi-term-color-vector when the
3090         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
3092 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
3094         * files.el (set-auto-mode): Handle also remote files wrt
3095         `auto-mode-alist'.
3097         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
3098         remote identification.
3100 2007-08-04  Glenn Morris  <rgm@gnu.org>
3102         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
3103         zero, not nil, when the library is first loaded.  Check for a file
3104         that has been modified on disk.
3106         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
3107         Remove duplicate defvar preventing initialization.
3108         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
3110 2007-08-03  Miles Bader  <miles@gnu.org>
3112         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
3113         backend names for new backends to `Git', `Hg', and `Bzr'.
3114         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
3115         not `HG'.
3116         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
3117         name, not `GIT'.
3118         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
3119         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
3121 2007-08-03  Glenn Morris  <rgm@gnu.org>
3123         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
3125 2007-08-02  Richard Stallman  <rms@gnu.org>
3127         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
3128         to update deleted flag.
3130         * cus-edit.el (customize-apropos, customize-apropos-options)
3131         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
3133         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
3135         * startup.el (fancy-splash-head, startup-echo-area-message):
3136         Change message text.
3138         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
3139         All callers use line-move.
3141         * progmodes/compile.el (compilation-find-buffer): Return current
3142         buffer immediately if suitable.
3143         (compile, compilation-buffer-name, compilation-start): Doc fixes.
3145 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3147         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
3148         Make it more discriminating and more useful.
3149         (vc-bzr-root-dir): Use new name.
3150         (vc-bzr-registered): Use new name and look at the dirstate file to
3151         determine if it's registered or not without running `bzr'.
3153 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3155         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
3157 2007-07-31  Drew Adams  <drew.adams@oracle.com>
3159         * cus-edit.el (custom-group-value-create, custom-goto-parent):
3160         Fix parent groups link.
3162 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
3164         * faces.el (face-normalize-spec): New function.
3165         (frame-set-background-mode): Normalize face-spec before calling
3166         face-spec-match-p.
3168 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3170         * vc-bzr.el: New file (copied from the trunk).
3172         * vc-hooks.el (vc-handled-backends): Add BZR.
3173         (vc-find-file-hook): Failsafe if the backend's `registered'
3174         function burps.
3176         * server.el (server-window): Add switch-to-buffer-other-frame option.
3178 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3180         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
3181         (vc-git-revision-completion-table): Enable.
3183         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
3185         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
3187         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
3188         (vc-hg-registered): Set the vc-state property.
3190         * diff-mode.el (diff-mode-menu): New entries.
3192 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3194         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
3195         (diff-file-kill): Use it.
3196         (diff-beginning-of-hunk): Add arg `try-harder' using it.
3197         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
3198         Use it so they find the hunk even when we're in the file header.
3200         * vc.el: Add new VC operation `revision-completion-table'.
3201         (vc-default-revision-completion-table): New function.
3202         (vc-version-diff, vc-version-other-window): Use it to provide
3203         completion of revision names if the backend provides it.
3205         * vc-arch.el (vc-arch--version-completion-table)
3206         (vc-arch-revision-completion-table): New functions to provide
3207         completion of revision names.
3209         * vc-cvs.el: Require CL.
3210         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
3211         New functions to provide completion of revision names.
3213 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
3215         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
3216         (copyright-fix-years, copyright): Correctly handle the case where
3217         copyright-limit is nil.
3219 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
3221         * progmodes/python.el (run-python): Fix path separator under w32.
3223 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
3225         * vc-git.el: New File.
3227 2007-07-28  Alan Mackenzie  <acm@muc.de>
3229         Fix problem with modes derived from CC Mode:
3230         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
3231         macro to cc-langs.
3232         (c-init-language-vars-for): Remove call to above macro.
3233         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
3234         been moved to here.
3235         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
3237 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
3239         * net/trampver.el: Fix the `coding' cookie.
3241 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
3243         * add-log.el (change-log-redate): Remove (not needed anymore and
3244         doesn't appear to work).
3246 2007-07-25  Glenn Morris  <rgm@gnu.org>
3248         * Relicense all FSF files to GPLv3 or later.
3250         * COPYING: Switch to GPLv3.
3252 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3254         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
3255         Replace it with another one which disables undo before calling
3256         erase-buffer and then turns it back on if needed.
3258 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3260         * ps-print.el: Problem with foreground and background color when
3261         printing a buffer with and without faces.  Reported by Christian
3262         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3263         (ps-print-version): New version 6.7.5.
3264         (ps-default-fg): Change default value to nil, so black color is used
3265         when a face does not specify a foreground color.
3266         (ps-default-bg): Change default value to nil, so white color is used
3267         for background color.
3268         (ps-begin-job): Fix code.
3270 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3272         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
3274 2007-07-24  Alan Mackenzie  <acm@muc.de>
3276         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3277         Initialise byte-compile-unresolved-functions before rather than
3278         after a compilation.
3279         (byte-compile-unresolved-functions): Amplify doc string.
3281 2007-07-24  Glenn Morris  <rgm@gnu.org>
3283         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
3284         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
3285         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3286         (cal-tex-cursor-week, cal-tex-cursor-week2)
3287         (cal-tex-cursor-week-iso, cal-tex-week-hours)
3288         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3289         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3290         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
3292 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3294         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
3296 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3298         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
3299         underlying file is uptodate.
3301 2007-07-23  Richard Stallman  <rms@gnu.org>
3303         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
3305 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3307         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
3308         (sh-font-lock-flush-syntax-ppss-cache): New funs.
3309         (sh-font-lock-syntactic-keywords): Use them to distinguish the
3310         different possible cases for \'.
3311         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
3313         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
3314         `file' from which to start the search and fix case where `file' is the
3315         current directory and the root as well.
3317         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
3318         name for buffer-file-name if it refers to a directory.
3320 2007-07-22  Jason Rumney  <jasonr@gnu.org>
3322         * w32-fns.el (set-default-process-coding-system): Use dos line ends
3323         for input to cmdproxy on all versions of Windows.
3324         Use dos line ends for input to plink.
3326         * comint.el (comint-simple-send): Concat newline before sending.
3327         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
3329 2007-07-22  Juri Linkov  <juri@jurta.org>
3331         * isearch.el (isearch-edit-string): Save old point and
3332         isearch-other-end to old-point and old-other-end before reading
3333         the search string from minibuffer.  After exiting minibuffer set
3334         point to old-other-end if point and the search direction is the
3335         same as before reading the search string.
3336         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
3337         to isearch-other-end.  Instead of isearch-search-and-update call
3338         three functions isearch-search, isearch-push-state and isearch-update.
3340 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
3342         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
3343         destroying an existing buffer.
3345 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3347         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
3349         * term/x-win.el (x-handle-no-bitmap-icon): New function.
3351 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
3353         * textmodes/reftex.el (reftex-access-parse-file): Create parse
3354         file in a way that does not interfere with recentf.
3356 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3358         * image-dired.el (image-dired-sane-db-file): New func.
3359         (image-dired-write-tags, image-dired-remove-tag)
3360         (image-dired-list-tags, image-dired-write-comments)
3361         (image-dired-get-comment, image-dired-mark-tagged-files)
3362         (image-dired-create-gallery-lists): Call new func.
3363         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
3365 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3367         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
3368         (vc-hg-dir-state): Fix loop.
3369         (vc-hg-print-log): Fix expected return value for vc-hg-command.
3370         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
3371         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
3372         (vc-hg-revert): Likewise.
3373         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
3375 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3377         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
3378         case of alignment under a constant symbol, find and consider
3379         the sexp actually at indentation to be the "last sexp".
3381 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
3383         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3384         (install): Use them to copy all *.el files before *.elc.
3385         (clean): Don't delete *~.
3387 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3389         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
3391 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
3393         * vc-hg.el (vc-hg-registered): Replace if with when.
3394         (vc-hg-state): Deal with nonexistent files.
3396 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
3398         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
3399         (follow-delete-other-windows-and-split, follow-recenter)
3400         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
3401         (follow-redisplay, follow-estimate-first-window-start)
3402         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
3403         Fix typos in docstrings.
3405 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
3407         * bookmark.el (bookmark-show-all-annotations):
3408         Make sure each inserted annotation ends with newline.
3410         (bookmark-maybe-sort-alist): Don't modify
3411         bookmark-alist.  Instead, if not sorting, simply return it.
3412         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
3413         for its return value, not for its side effect.
3415 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
3417         * vc.el: Add more info about the vc-registered function.
3419 2007-07-16  David Kastrup  <dak@gnu.org>
3421         * emacs-lisp/advice.el (defadvice): Doc fix.
3423 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
3425         * subr.el (when, unless): Doc fix.
3427 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
3429         * vc-hg.el (vc-hg-state): Handle removed files.
3430         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
3431         (vc-hg-checkout): Re-enable.
3433 2007-07-15  Richard Stallman  <rms@gnu.org>
3435         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
3437         * tutorial.el (tutorial--find-changed-keys):
3438         Handle C-x specially like ESC.
3440 2007-07-15  Roland McGrath  <roland@frob.com>
3442         * add-log.el (add-change-log-entry): Check add-log-full-name
3443         and add-log-mailing-address later, after change-log-mode-hook.
3445 2007-07-15  Richard Stallman  <rms@gnu.org>
3447         * isearch.el (isearch-mode, isearch-done):
3448         Delete unintended code in previous change.
3450         * ps-print.el (ps-default-bg): Change to White.
3452 2007-07-15  Aaron Hawley  <aaronh@garden.org>
3454         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
3456 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
3458         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
3459         when handling the terminating event.
3461 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
3463         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
3465 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
3467         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3468         (install): Use them to copy all *.el files before *.elc.
3470 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
3472         * replace.el (match): Use yellow1 instead of yellow.
3474         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
3476         * pcvs-info.el (cvs-unknown): Likewise.
3478 2007-07-12  Davis Herring  <herring@lanl.gov>
3480         * desktop.el (desktop-buffer-info, desktop-save):
3481         Use `desktop-dirname' instead of `dirname'.
3483 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
3485         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
3487         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
3489 2007-07-10  Richard Stallman  <rms@gnu.org>
3491         * emacs-lisp/lisp-mode.el (eval-defun):
3492         Explain special handling of `defface'.
3494 2007-07-09  Richard Stallman  <rms@gnu.org>
3496         * isearch.el (isearch-edit-string): Call to isearch-push-state
3497         after the search.
3499 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3501         * cus-start.el (file-coding-system-alist): Fix custom type.
3503 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
3505         * longlines.el (longlines-wrap-region): Avoid marking buffer as
3506         modified.
3507         (longlines-auto-wrap, longlines-window-change-function):
3508         Remove unnecessary calls to set-buffer-modified-p.
3510 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3512         * vc.el (vc-default-log-view-mode): New function.
3513         (vc-print-log): Add new `log-view-mode' VC operation.
3515 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
3517         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
3518         Rename and move to...
3520         * subr.el (strings->string, string->strings): ...here.
3522         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
3523         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
3525         * progmodes/gud.el (gud-common-init): Call string->strings instead
3526         of split-string.
3528 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
3530         * term/w32-win.el (menu-bar-open): New function.
3531         Bind <f10> to it.
3533 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
3535         * log-view.el (log-view-mode-menu): New menu.
3537 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
3539         * vc-hg.el: New file.
3541 2007-07-06  Andreas Schwab  <schwab@suse.de>
3543         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
3544         dynamic bindings around the evaluation of the expression.
3545         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
3547 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
3549         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
3550         file names.
3552 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
3554         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
3556         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
3557         event is not a cons cell.  Do not unread drag-mouse-1 events.
3558         Select right window in check whether space was stolen from
3559         window above.
3561 2007-07-01  Richard Stallman  <rms@gnu.org>
3563         * files.el (find-file-visit-truename): Fix safe-local-variable value.
3565 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
3567         * generic-x.el (generic-define-mswindows-modes)
3568         (generic-define-unix-modes, apache-log-generic-mode)
3569         (bat-generic-mode-keymap, java-manifest-generic-mode)
3570         (show-tabs-generic-mode): Fix typos in docstrings.
3572 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3574         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
3575         replace-regexp-in-string.
3577 2007-06-28  Andreas Schwab  <schwab@suse.de>
3579         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
3580         $(lisp)/subdirs.el.
3582 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
3584         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
3585         the speedbar frame if nil; that deletes the current frame or
3586         causes an error if it is the only frame.
3587         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
3589 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
3591         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
3592         directory where the desktop file was found, as the docstring says.
3593         (desktop-kill): Use `read-directory-name'.
3595         * desktop.el (desktop-load-locked-desktop): New option.
3596         (desktop-read): Use it.
3597         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3598         Use `when'.
3600 2007-06-24  Davis Herring  <herring@lanl.gov>
3602         * desktop.el (desktop-save-mode-off): New function.
3603         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3604         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3605         (desktop-claim-lock, desktop-release-lock): New functions.
3606         (desktop-kill): Tell `desktop-save' that this is the last save.
3607         Release the lock afterwards.
3608         (desktop-buffer-info): New function.
3609         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
3610         says to.  Detect conflicts, and manage the lock.
3611         (desktop-read): Detect conflicts.  Manage the lock.
3613 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
3615         * ls-lisp.el (insert-directory): If an invalid regexp error is
3616         thrown, try using FILE as a literal file name, not a wildcard.
3617         Check for FILE as an existing file, not just a directory.
3619 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
3621         * ruler-mode.el (ruler-mode): Prevent clobbering the original
3622         `header-line-format' when reentering ruler mode.
3624 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
3626         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3627         FILE exists as a directory.
3629 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3631         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3632         (vera-font-lock-match-item): Fix doc string.
3633         (vera-in-comment-p): Remove unused function.
3634         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3635         use `syntax-ppss'.
3636         (vera-forward-syntactic-ws): Fix argument order.
3637         (vera-prepare-search): Use `with-syntax-table'.
3638         (vera-indent-line): Fix doc string.
3639         (vera-electric-tab): Fix doc string.
3640         (vera-expand-abbrev): Define alias instead of using `fset'.
3641         (vera-comment-uncomment-region): Use `comment-start-skip'.
3643 2007-06-20  Reto Zimmermann  <reto@gnu.org>
3645         * progmodes/vera-mode.el: New file.
3647 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
3649         * ido.el (ido-find-file-in-dir): Don't signal an error for
3650         empty directories.
3652 2007-06-18  Alan Mackenzie  <acm@muc.de>
3654         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3655         When removing lines, also remove the \n.  Correction of patch of
3656         2007-04-21.
3658 2007-06-17  Glenn Morris  <rgm@gnu.org>
3660         * lpr.el (lpr-page-header-switches): Move %s to separate element
3661         for correct quoting.  Doc fix.
3663 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3665         * term/xterm.el (terminal-init-xterm): Escape parens in character
3666         constants.
3668 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
3670         * scroll-lock.el (scroll-lock-mode): Doc fix.
3672 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3674         * font-lock.el (font-lock-add-keywords): In case font-lock was only
3675         half-activated, forcefully activate it completely.
3677 2007-06-11  Richard Stallman  <rms@gnu.org>
3679         * cus-edit.el (custom-variable-type): Doc fix.
3681 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
3683         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3685 2007-06-09  Davis Herring  <herring@lanl.gov>
3687         * desktop.el (desktop-minor-mode-table): Doc fix.
3689 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
3691         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3692         (image-next-line, image-previous-line, image-scroll-up)
3693         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3694         New functions.
3695         (image-mode-map): Remap motion commands.
3696         (image-mode-text-map): New keymap for viewing images as text.
3697         (image-mode): Use image-mode-map.
3698         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3700 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
3702         Sync with Tramp 2.0.56.
3704         * net/tramp.el:
3705         * net/tramp-ftp.el:
3706         * net/tramp-smb.el:
3707         * net/tramp-util.el:
3708         * net/tramp-vc.el:
3709         Don't load cl.el, because that pollutes the namespace.  Replace cl
3710         macros by their implementations where necessary.  Requested by
3711         Richard Stallman <rms@gnu.org>.
3713         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3714         doesn't exist.
3715         (with-parsed-tramp-file-name): Protect debug spec during compilation.
3716         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3717         (tramp-file-name-p, tramp-file-name-multi-method)
3718         (tramp-file-name-method, tramp-file-name-user)
3719         (tramp-file-name-host, tramp-file-name-localname): New defuns,
3720         replacing defstruct `tramp-file-name'.
3721         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3722         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3723         Apply `vector' instead of `make-tramp-file-name'.
3724         (tramp-handle-make-auto-save-file-name):
3725         Apply `tramp-temporary-file-directory' for compatibility reasons.
3726         (tramp-completion-mode): Use `natnump' instead of `wholenump'
3727         because of XEmacs.
3728         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3729         started.
3731 2007-06-07  David Kastrup  <dak@gnu.org>
3733         * dired.el (dired-recursive-deletes, dired-recursive-copies):
3734         Change default to `top'.
3736 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
3738         * dired.el (dired-mode-map): Remove spurious separator.
3740 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3742         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3744         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3745         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3747 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
3749         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3750         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3752 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3754         * progmodes/ebrowse.el (ebrowse-member-table):
3755         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3757 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3759         * pgg.el (pgg-sign-region, pgg-sign):
3760         * ses.el (ses-call-printer):
3761         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3762         * textmodes/org.el (org-cycle): Fix typos in docstrings.
3764 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
3766         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3767         (tar-get-descriptor): Handle type 55, an extended pax header.
3769 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3771         * textmodes/css-mode.el: New file.
3773 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
3775         * net/socks.el: New file, taken from w3 repository.
3776         (top): Update Copyright.  Don't load cl.el.
3777         (all): Replace `case' by `cond', `string-to-int' by
3778         `string-to-number', and `process-kill-without-query' by
3779         `set-process-query-on-exit-flag'.
3780         (socks-char-int): Remove defalias and all occurrences.
3782 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3784         * international/mule-cmds.el (toggle-enable-multibyte-characters)
3785         (sort-coding-systems, search-unencodable-char): Doc fixes.
3786         (coding-system-change-eol-conversion, set-default-coding-systems)
3787         (prefer-coding-system, find-multibyte-characters, princ-list)
3788         (leim-list-entry-regexp, set-input-method, locale-language-names)
3789         (input-method-exit-on-first-char, exit-language-environment-hook)
3790         (locale-charset-language-names): Fix typos in docstrings.
3792 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
3794         * bs.el (bs-cycle-previous): Don't modify the cycle list until
3795         `switch-to-buffer' has returned succesfully.
3796         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
3797         window is dedicated (it could iconify the frame).
3799 2007-06-05  Glenn Morris  <rgm@gnu.org>
3801         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3803 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
3805         * files.el (auto-mode-alist): Add lower-priority match for names
3806         like ChangeLog.old.
3808 2007-06-04  Andreas Schwab  <schwab@suse.de>
3810         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3812 2007-06-04  Davis Herring  <herring@lanl.gov>
3814         * calendar/timeclock.el: Update version number.
3815         (timeclock-modeline-display): Mention timeclock-use-display-time
3816         in explanatory message.
3817         (timeclock-log): Suppress warnings when finding the log.
3818         Don't check for a nil project twice.  Run hooks after killing the
3819         buffer (if applicable).
3820         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3821         was geometric).  All uses changed.
3822         (timeclock-generate-report): Support prefix argument.
3824 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3826         * man.el (Man-next-section): Don't consider the last line of the
3827         page as being part of any section.
3829 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
3831         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3832         modified flag of buffer.  Use `inhibit-modification-hooks'.
3834 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3836         * mail/mail-extr.el (mail-extract-address-components):
3837         Recognize non-ASCII characters except for NBSP as words.
3839 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
3841         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3843 2007-06-04  Michael Olson  <mwolson@gnu.org>
3845         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3846         died and we are trying to send a signal to it.
3848 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
3850         * emacs-lisp/easy-mmode.el (define-minor-mode)
3851         (easy-mmode-define-navigation): Fix typos in docstrings.
3853         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3854         Fix typos in docstrings.
3855         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3856         (compilation-finish-function): Fix typo in obsolescence declaration.
3858         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3860 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
3862         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3863         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3865         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3867         * longlines.el (longlines-mode): Make longlines-auto-wrap
3868         buffer-local.  Add hooks unconditionally.
3869         (longlines-auto-wrap): Toggle wrapping.
3870         (longlines-after-change-function)
3871         (longlines-post-command-function): Check longlines-auto-wrap.
3873 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
3875         * Version 22.1 released.
3877 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
3879         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3880         changes.
3882 2007-05-31  Richard Stallman  <rms@gnu.org>
3884         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3886 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
3888         * textmodes/table.el (table--point-entered-cell-function)
3889         (table--point-left-cell-function):
3890         Bind `inhibit-point-motion-hooks' to t.
3892 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3894         * emacs-lisp/rx.el (rx): Doc fix.
3896 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
3898         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3900 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3902         * log-edit.el (log-edit-changelog-paragraph): Return point-max
3903         as the end of the ChangeLog paragraph when it ends without a line
3904         termination.
3906 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3908         * textmodes/fill.el (canonically-space-region): Make the second arg
3909         a marker if it's not already the case.
3911         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3912         (xterm-mouse-event): Use it.
3914 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
3916         * vc-hooks.el (vc-find-root): Fix file attribute test.
3918 2007-05-24  Richard Stallman  <rms@gnu.org>
3920         * textmodes/flyspell.el (flyspell-correct-word-before-point):
3921         Don't let opoint be nil.
3922         (flyspell-emacs-popup): Explicit error if no dialogs.
3924 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
3926         * tar-mode.el (tar-file-name-handler): New function.
3927         (tar-extract): Bind file-name-handler-alist to it to force
3928         find-buffer-file-type-coding-system behave as if the file being
3929         extracted existed.  Use last-coding-system-used to force
3930         buffer-file-coding-system to what decode-coding-region actually
3931         used to decode the file.
3933 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3935         * progmodes/compile.el (compilation-handle-exit):
3936         `compilation-finish-function' may change the current buffer.
3938 2007-05-22  Richard Stallman  <rms@gnu.org>
3940         * files.el (set-auto-mode): Doc fix.
3942 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
3944         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3946 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
3948         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3949         (rcirc-print): Handle `window-width'.
3950         (rcirc-buffer-maximum-lines): Doc fix.
3952 2007-05-19  Kevin Ryde  <user42@zip.com.au>
3954         * info.el (Info-fontify-node): Match https also.
3956 2007-05-18  Richard Stallman  <rms@gnu.org>
3958         * simple.el (push-mark): Doc fix.
3960 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
3962         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3963         tpu-global-map.
3964         (tpu-original-global-map): Delete variable.
3965         (tpu-control-keys-map): New keymap variable.
3966         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3967         setting keymapping directly.
3968         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3969         tpu-global-map.
3970         (tpu-edt-on): Activate the tpu-global-map.
3971         (tpu-edt-off): Deactivate the tpu-global-map.
3973 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
3975         * textmodes/ispell.el (ispell-get-word): Return markers
3976         for start and end positions.
3977         (ispell-word): Assume END is a marker.
3979 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3981         * ps-print.el: Use default color when foreground or background color
3982         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
3983         (ps-print-version): New version 6.7.4.
3984         (ps-rgb-color): New argument.  Use default color when color is
3985         unspecified.
3986         (ps-begin-job): Fix code.
3988 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
3990         * textmodes/ispell.el (ispell-start-process): Defend against bad
3991         default-directory.
3993 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3995         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3997 2007-05-16  Richard Stallman  <rms@gnu.org>
3999         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4001 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4003         * files.el (magic-mode-alist, magic-fallback-mode-alist):
4004         Move the *ml, Postscript, and XmCD entries to the fallback part.
4006         * files.el (magic-fallback-mode-alist):
4007         Rename from file-start-mode-alist.
4009 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
4011         * progmodes/compile.el (compilation-handle-exit): Quote first
4012         argument of `run-hook-with-args'.
4014 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
4016         * buff-menu.el (Buffer-menu-sort-column):
4017         * dabbrev.el (dabbrev-upcase-means-case-search):
4018         * dired.el (dired-recursive-deletes, dired-recursive-copies):
4019         * info.el (Info-current-subfile):
4020         * ls-lisp.el (ls-lisp-verbosity):
4021         * msb.el (msb-menu-cond):
4022         * pcvs.el (cvs-dired-use-hook):
4023         * simple.el (set-mark-command-repeat-pop):
4024         * time.el (display-time-24hr-format, display-time-mail-file):
4025         Doc fixes.
4027         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
4028         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
4030         * view.el (view-inhibit-help-message): Fix typo in docstring.
4031         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
4033 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
4035         * mail/rmail.el (rmail-convert-to-babyl-format):
4036         Check content-transfer-encoding _last_, because we need its position
4037         in base64-header-field-end.
4039 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
4041         * files.el (mode-require-final-newline, require-final-newline)
4042         (enable-local-variables, enable-local-eval): Doc fixes.
4044 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4046         * progmodes/python.el (python-font-lock-keywords)
4047         (python-open-block-statement-p, python-mode): Add support for the new
4048         "with" keyword.
4050 2007-05-10  Richard Stallman  <rms@gnu.org>
4052         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
4053         (iso-cvt-write-only): Likewise.
4055         * emacs-lisp/easy-mmode.el (define-minor-mode):
4056         Fix generated doc string.
4058         * startup.el (fancy-splash-text): Add URL of guided tour.
4059         Adjust horizontal and vertical whitespace.
4061         * progmodes/compile.el (compilation-handle-exit):
4062         Use run-hook-with-args to run compilation-finish-functions.
4064         * files.el (file-start-mode-alist): New variable.
4065         (magic-mode-regexp-match-limit): Doc fix.
4066         (set-auto-mode): Handle file-start-mode-alist.
4067         A little cleanup of structure.
4069 2007-05-10  Davis Herring  <herring@lanl.gov>
4071         * calendar/timeclock.el (timeclock-in): Fix non-interactive
4072         workday specifications.
4073         (timeclock-log): Don't kill the log buffer if it already existed.
4075 2007-05-08  Richard Stallman  <rms@gnu.org>
4077         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4078         Don't include non-self-insert commands in the exception for `-'.
4080 2007-05-08  David Reitter  <david.reitter@gmail.com>
4082         * progmodes/python.el (python-guess-indent): Check non-nullness
4083         before comparing indent against the 2..8 interval.
4085 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4087         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
4088         available.
4090 2007-05-06  Richard Stallman  <rms@gnu.org>
4092         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
4094 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
4096         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
4097         disconnections.
4099 2007-05-01  Romain Francoise  <romain@orebokech.com>
4101         * dired-x.el: Revert 2007-04-06 change.
4103 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
4105         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
4106         don't put stop on toolbar.
4108 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
4110         * find-dired.el (find-dired-filter): Propertize all text down to eob.
4112 2007-04-29  Richard Stallman  <rms@gnu.org>
4114         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
4116 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4118         * progmodes/cc-mode.el (c-before-change): Use point-min rather
4119         than 1.
4121 2007-04-28  Richard Stallman  <rms@gnu.org>
4123         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
4125 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4127         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4129 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
4131         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
4132         instead of $(lisp)/mh-e.
4134         * textmodes/fill.el (fill-paragraph): Doc fix.
4136 2007-04-28  Glenn Morris  <rgm@gnu.org>
4138         * image-dired.el (image-dired-cmd-create-thumbnail-options)
4139         (image-dired-cmd-create-temp-image-options): Replace option
4140         +profile "*" with -strip.
4142 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
4144         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4145         Use window-start and window-end.
4147 2007-04-26  Glenn Morris  <rgm@gnu.org>
4149         * progmodes/python.el: Restore file pending consideration of legal
4150         status.
4152 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
4154         * locate.el (locate-in-alternate-database): Doc fix.
4156 2007-04-26  Glenn Morris  <rgm@gnu.org>
4158         * button.el (button): Use underline if supported, else fall back
4159         to color.
4161 2007-04-25  Richard Stallman  <rms@gnu.org>
4163         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
4165 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
4167         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
4168         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
4169         pushing mark.
4170         (idlwave-current-routine): Don't push mark.
4172 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
4174         * image-dired.el (image-dired-display-image): Derive image-type from
4175         filename rather than assuming jpeg, in case no resizing was needed.
4177 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4179         * custom.el (defface): Doc fix.
4181 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
4183         * progmodes/python.el: Remove due to unclear legal issues.
4185 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
4187         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
4188         Don't re-query for each cleared BP.
4189         (idlwave-shell-clear-bp): Optionally skip BP query.
4190         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
4191         of set-window-buffer, which incorrectly moves displayed region.
4193 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
4195         * calc/calc.el (calc-bug-address): Update maintainer's address.
4196         * calc/*: Update maintainer's address.
4198 2007-04-23  Richard Stallman  <rms@gnu.org>
4200         * simple.el (set-mark-command-repeat-pop): Doc fix.
4201         Put in `editing-basics' group.
4203 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
4205         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
4206         New functions.
4207         (Info-mode-line-node-keymap): Bind mouse commands to
4208         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
4210 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
4212         * locate.el (locate-local-prompt): New var.
4213         (locate-prompt-for-command): Doc fix.
4214         (locate-prompt-for-search-string): New function.
4215         (locate): New optional arg.  Make locate-local-prompt
4216         buffer-local.  Use locate-prompt-for-search-string.
4217         (locate-with-filter): New optional arg.
4218         Use locate-prompt-for-search-string.
4219         (locate-update): Bind locate-prompt-for-command.
4221 2007-04-23  Glenn Morris  <rgm@gnu.org>
4223         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
4225 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
4227         * button.el (button): Inherit from link face on a tty.
4229 2007-04-23  Glenn Morris  <rgm@gnu.org>
4231         * button.el (button): Use color for this face on a tty.
4233         * files.el (magic-mode-alist): Allow for carriage-returns in
4234         html-mode and sgml-mode entries.
4236 2007-04-22  Richard Stallman  <rms@gnu.org>
4238         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4239         Improve doc string of generated command.
4241         * subr.el (read-number): Catch errors.
4243         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
4245 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
4247         * image-dired.el: Rename from thumbnails.el.  All instances of
4248         "thumbnails" replaced with "image-dired".
4250         * dired.el (dired-mode-map): Rename "thumbnails" again, to
4251         "image-dired".
4253 2007-04-22  Kim F. Storm  <storm@cua.dk>
4255         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
4256         Don't use kill-line.
4258 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
4260         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
4261         error message.
4263 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
4265         * dired.el: Rename "tumme" to "thumbnails".
4267         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
4268         replaced with "thumbnails".
4270 2007-04-22  Glenn Morris  <rgm@gnu.org>
4272         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
4273         and give it the risky-local-variable property.
4275         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
4276         before defining it.
4278 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
4280         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4281         Use delete-region instead of kill-line.
4283 2007-04-21  Alan Mackenzie  <acm@muc.de>
4285         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
4286         `kill-region' by `delete-region'.
4288 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
4290         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
4291         instead of kill-region.
4293         * progmodes/mantemp.el (mantemp-make-mantemps-region)
4294         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
4295         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
4296         and kill-line.
4298         * progmodes/vhdl-mode.el (vhdl-template-type)
4299         (vhdl-template-record, vhdl-template-nature)
4300         (vhdl-template-configuration-spec, vhdl-template-component-inst)
4301         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
4302         Use delete-region instead of kill-word and kill-line.
4304 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4306         * dired-x.el (dired-virtual-mode): Doc fix.
4308 2007-04-21  Richard Stallman  <rms@gnu.org>
4310         * font-lock.el (font-lock-keywords-alist): Mark as risky.
4312         * subr.el (read-number): Doc fix.
4314         * simple.el (pop-to-mark-command): Display message "mark popped"
4315         if point does not move.
4316         (set-mark-command): Doc fix.
4318 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
4320         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
4321         (locate-local-filter, locate-local-search): New vars.
4322         (locate): Make variables local.
4323         (locate-update): Bind locate-buffer-name.  Call locate using
4324         locate-local-filter and locate-local-search.
4326 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
4328         * hi-lock.el (hi-lock-file-patterns-policy): New var.
4329         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
4330         (hi-lock-mode): Update docstring.
4332 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4334         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
4335         fill-nobreak-predicate when the break is past fill-column.
4337 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4339         * locate.el (locate): Output from shell-command should go in the
4340         current buffer rather than *Shell Command Output*.
4342 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
4344         * paren.el (show-paren-function): Fix last fix.
4346 2007-04-19  Kevin Ryde  <user42@zip.com.au>
4348         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
4349         (archive-lzh-summarize): Add optional start arg for where to start
4350         looking at the archive.
4351         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
4353         * international/mule.el (auto-coding-alist): no-conversion for .exe
4354         and .EXE.
4356 2007-04-19  Alan Mackenzie  <acm@muc.de>
4358         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
4359         function return type contains "struct", "union", etc.
4360         c-end-of-defun goes too far forward.
4362 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
4364         * paren.el (show-paren-function): Reset window-start to avoid
4365         recentering.
4367 2007-04-19  Glenn Morris  <rgm@gnu.org>
4369         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
4371 2007-04-18  Glenn Morris  <rgm@gnu.org>
4373         * calendar/diary-lib.el (diary-header-line-format): Add a custom
4374         :set function.
4375         (diary-list-entries): Only switch to diary-mode from
4376         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
4377         diary-mode set header-line-format, in case of any customization.
4379 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4381         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
4382         is less than the length of parse-time-syntax.
4384 2007-04-17  David Kastrup  <dak@gnu.org>
4386         * replace.el (query-replace-regexp-eval): Deprecate.
4388 2007-04-17  Alan Mackenzie  <acm@muc.de>
4390         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
4391         point too close to EOB, leave point at EOB rather than last `}'.
4393 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4395         * textmodes/bibtex.el (bibtex-include-OPTkey)
4396         (bibtex-user-optional-fields, bibtex-entry-field-alist):
4397         Fix defcustom.
4399 2007-04-17  Glenn Morris  <rgm@gnu.org>
4401         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
4402         be encoded, fall back to current year.
4404 2007-04-14  Kevin Ryde  <user42@zip.com.au>
4406         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
4407         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
4408         M "MSDOS".
4410 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
4412         * progmodes/python.el (python-end-of-block): Avoid looping forever
4413         if python-next-statement fails.
4415 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4417         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
4419 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
4421         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
4422         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
4424 2007-04-15  Jay Belanger  <belanger@truman.edu>
4426         * calc/calc.el (calc-version): New function.
4427         (calc-trail-mode): Shorten the title.
4429 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4431         * mail/footnote.el (footnote-style): Clarify docstring to state
4432         that customizing this only applies to future footnotes.
4434 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4436         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
4437         (bibtex-make-field): Check that INIT is a string.  Use functionp.
4439 2007-04-14  Glenn Morris  <rgm@gnu.org>
4441         * complete.el (PC-goto-end): New buffer-local variable.
4442         (PC-do-completion-end): Make buffer-local.
4443         (partial-completion-mode) <choose-completion-string-functions>:
4444         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
4445         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
4446         doc string.  Set PC-goto-end for choose-completion.
4447         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
4448         PC-do-completion.
4450         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
4451         arg to bibtex-make-field.
4452         (bibtex-make-field): Add optional fourth arg NODELIM.
4453         Insert delimiters around INIT unless this arg is non-nil.
4455 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
4457         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
4458         global map isn't modified.
4460 2007-04-14  Glenn Morris  <rgm@gnu.org>
4462         * calendar/appt.el (appt-disp-window): Do not split small windows.
4463         Suggested by Jeff Miller <jmiller@cablespeed.com>.
4465 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
4467         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
4469         * files.el: Ditto.
4471 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
4473         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
4475         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
4476         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
4477         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
4478         (term-pager-help): Fix typos in docstrings.
4480         * wid-edit.el (widget-documentation): Fix typo in docstring.
4482         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
4483         Fix typos in error messages.
4485 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
4487         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
4488         window marked as dedicated.
4490         * mail/footnote.el (footnote-latin-string): New variable.
4491         (footnote-latin-regexp): Redefine as regexp alternative.
4492         (Footnote-latin): Use footnote-latin-string instead of
4493         footnote-latin-regexp.
4495 2007-04-13  Glenn Morris  <rgm@gnu.org>
4497         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
4498         inherited keymaps.
4500 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
4502         * outline.el (outline-get-next-sibling): Clarify docstring.
4503         (outline-get-last-sibling): Handle case where we are at the first
4504         heading.  Clarify docstring.
4506 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4508         * progmodes/gud.el (gud-minor-mode-map): Make go button same
4509         length as stop button to lessen flicker.
4510         (jdb): Add gud-print.
4511         (gud-find-expr): Jdb prints the expression with the value, so
4512         don't insert it in the output.
4514 2007-04-11  Jason Rumney  <jasonr@gnu.org>
4516         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
4517         case hex.  Do not try to decode non-hex letters.
4519 2007-04-11  Markus Triska  <markus.triska@gmx.at>
4521         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
4522         (byte-optimize-backward-word): Remove (move to bytecomp.el).
4523         (byte-optimize-form-code-walker): Evaluate pure function calls if
4524         possible.
4525         (byte-optimize-all-constp): New function.
4527         * emacs-lisp/bytecomp.el (byte-compile-char-before):
4528         Improve numeric argument case.
4529         (byte-compile-backward-char, byte-compile-backward-word):
4530         New functions, performing rewriting previously done in byte-opt.el.
4531         Fix their "Fixme" item (restriction to numeric arguments).
4533 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4535         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
4536         with dolist.
4537         (after-init-hook): Don't quote lambda.
4538         (desktop-first-buffer): Don't wrap it in eval-when-compile.
4539         (desktop-internal-v2s): Remove unused var `el'.
4540         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
4541         desktop-restore-file-buffer.
4542         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
4543         desktop-create-buffer.
4545 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
4547         * woman.el (woman-decode-buffer): Postpone macro-set check...
4548         (woman-decode-region): ...to here.
4550 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
4552         * startup.el (tty-handle-args): Use %S to log ARGS.
4554 2007-04-10  Glenn Morris  <rgm@gnu.org>
4556         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
4557         it is obsolete and has no effect.
4559         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
4560         byte-compiler.
4562         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
4563         obsolete function make-local-hook.
4565         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
4566         start to quieten byte-compiler.
4568 2007-04-10  Markus Triska  <markus.triska@gmx.at>
4570         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
4571         to bytecomp.el as byte-compile-char-before).
4572         * emacs-lisp/bytecomp.el (byte-compile-char-before):
4573         New function (modified replacement for byte-optimize-char-before in
4574         byte-opt.el).
4576 2007-04-09  Alan Mackenzie  <acm@muc.de>
4578         * startup.el (inhibit-splash-screen): Emphatically state that it
4579         can't be set in site-start.el.
4581 2007-04-09  Masatake YAMATO  <jet@gyve.org>
4583         * progmodes/cc-subword.el (c-capitalize-subword): More closely
4584         mimic the behavior of `capitalize-word'.  Do not move point with a
4585         negative argument.  Based on tiny change by Paul Curry.
4587 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
4589         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
4590         Don't move point if ARG is negative.
4592 2007-04-09  Alan Mackenzie  <acm@muc.de>
4594         Changes to make `narrow-to-defun' and `mark-defun' work properly
4595         in CC Mode:
4597         * progmodes/cc-defs.el (c-beginning-of-defun-1):
4598         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4599         Bind beginning/end-of-defun-function to nil around calls to
4600         beginning/end-of-defun.
4602         * progmodes/cc-langs.el (beginning-of-defun-function)
4603         (end-of-defun-function): New c-lang-setvar's.
4605         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
4606         (setq arg 1))" to enable non-interactive call.
4608 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
4610         * simple.el (set-mark-command): Doc fix.
4612 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
4614         * progmodes/gud.el (gdb): Restore existing session if user
4615         tries to start a second one in graphical mode.
4617 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
4619         * cus-start.el <scroll-preserve-screen-position>: Add choices.
4621 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4623         * term/xterm.el (terminal-init-xterm): Fix key definitions.
4624         Add binding for C-M-SPC.
4626 2007-04-08  Richard Stallman  <rms@gnu.org>
4628         * pcomplete.el (pcomplete-read-event): One single definition,
4629         and not a defsubst.
4631 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
4633         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4634         byte-compiler warning "value unused".
4636 2007-04-08  Andreas Schwab  <schwab@suse.de>
4638         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4640 2007-04-07  Glenn Morris  <rgm@gnu.org>
4642         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4643         Autoload these functions.
4644         (diary-date-forms): Add a custom :set form.
4646         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4647         before first use.
4648         (diary-font-lock-keywords): New function with old code for
4649         initialization of variable of same name.
4651 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
4653         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4654         clean-up: only insert space when on identifier, etc.
4656 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4658         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4660         * net/tls.el (open-tls-stream): Properly handle case where there
4661         is no associated buffer.
4663 2007-04-07  Glenn Morris  <rgm@gnu.org>
4665         * ffap.el (ffap-file-at-point): Lower the priority of the
4666         ffap-ftp-sans-slash-regexp check.
4668 2007-04-06  Alan Mackenzie  <acm@muc.de>
4670         Fix fontification of labels, and other things with ":".
4672         * progmodes/cc-engine.el (c-forward-label): The function now
4673         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4674         the former t.
4676         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4677         new return code from c-forward-label, fontifying tokens properly.
4678         Add some general comments throughout the file.
4680 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
4682         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4683         Revert 2006-01-27 change.
4685         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4687         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4689         * desktop.el (desktop-create-buffer, desktop-save):
4690         Revert 2004-11-12 change for lack of copyright papers.
4692         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4693         (dired-guess-default): Respect case.
4695         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4697         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4698         was originally checked in as byte-optimize-concat on 1997-11-02.
4700         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4701         1995-05-19 doc changes.
4703 2007-04-06  Kim F. Storm  <storm@cua.dk>
4705         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
4706         (unload-feature): Update interactive spec accordingly.
4708         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4710 2007-04-06  John Paul Wallington  <jpw@pobox.com>
4712         * subr.el (with-case-table): Use `make-symbol' to avoid variable
4713         capture.  Restore the table in the same buffer.
4715         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4717 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
4719         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4720         Print entire form.
4722 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
4724         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4725         for low-color displays.
4727 2007-04-05  Glenn Morris  <rgm@gnu.org>
4729         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4730         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4731         Seed random number generator on loading.
4733         * emacs-lisp/authors.el (top-level): Provide self.
4735         * play/animate.el (top-level): Provide self.
4737 2007-04-04  Alan Mackenzie  <acm@muc.de>
4739         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4740         to mention c-syntactic-indentation.
4742 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4744         * subr.el (with-case-table): New macro.
4746         * international/mule.el (ascii-case-table): New var.
4748         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4749         downcasing.
4751 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
4753         * progmodes/gud.el (gud-minor-mode-map): Simplify.
4755         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4756         of the window if we're outside it e.g menu-bar.
4758         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4759         window if we're outside it e.g menu-bar.
4761 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4763         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4764         decode base-64 encoded body if its content-type is something other
4765         than text/* or message/*.
4767 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
4769         * simple.el (activate-mark-hook): Fix typo in docstring.
4771 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
4773         * tmm.el (tmm-c-prompt): Initialize.
4774         (tmm-menubar): Deal with extended menu-items at top level.
4775         (tmm-get-keybind): Handle bindings redefined/undefined locally.
4776         (tmm-prompt): Handle visibility of top level menu-items.
4778         * progmodes/gud.el (gud-menu-map): Simplify.
4779         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4780         menubar.
4782 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
4784         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4786         * comint.el (comint-send-input): Widen the buffer first.
4788         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4790 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4792         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4793         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4795         * newcomment.el (comment-search-forward): Discard comment starters
4796         before point.
4798 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
4800         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4802 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4804         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4805         when downcasing.
4807         * button.el (previous-button): Rewrite to account for adjacent buttons.
4809 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
4811         * progmodes/idlwave.el (idlwave-auto-fill):
4812         Revert paragraph-separate change.
4814         * progmodes/idlw-shell.el (idlwave-shell-break-in):
4815         Simplify module calc.
4816         (idlwave-shell-set-bp-in-module): Compute module.
4818 2007-03-31  Glenn Morris  <rgm@gnu.org>
4820         * emacs-lisp/timer.el (run-at-time): Doc fix.
4822         * emacs-lisp/warnings.el (display-warning): If we create the
4823         buffer displaying the warning, disable undo there.
4825 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
4827         * net/tramp.el (tramp-register-file-name-handler)
4828         (tramp-register-completion-file-name-handler): New defsubst,
4829         derived from `tramp-register-file-name-handlers'.  The split is
4830         necessary because Tramp's file name handlers must be registered at
4831         different startup places.
4833 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
4835         * progmodes/hideshow.el (turn-off-hideshow): New function.
4836         (hs-minor-mode): Use it instead of a lambda expression in
4837         change-major-mode-hook.
4839 2007-03-31  David Kastrup  <dak@gnu.org>
4841         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4842         corresponding to MANPATH_MAP entries.
4843         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4844         (woman-parse-man.conf): Use more discriminating man.conf name.
4845         (woman-parse-man.conf): Parse MANPATH_MAP entries.
4846         (woman-manpath): Doc fix and type fix.
4847         (woman-cached-data): Check for MANPATH_MAP entries.
4848         (woman-expand-directory-path): Treat MANPATH_MAP entries.
4850 2007-03-31  Stuart Herring  <herring@lanl.gov>
4852         * emacs-lisp/sregex.el (sregexq): Doc fix.
4854 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4856         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4858 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
4860         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4861         Move to the right.
4863 2007-03-30  Alan Mackenzie  <acm@muc.de>
4865         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4867 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
4869         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4870         Use it, passed in explicitly, instead of from the dynamic binding.
4871         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4873 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
4875         * simple.el (blink-matching-open): When in minibuffer, don't
4876         search for a match inside the prompt.
4878 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
4880         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4881         (tmm-prompt): Don't make the mouse user select the first menu
4882         item twice.
4884 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
4886         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4887         SIGUSR1 and SIGUSR2.
4889 2007-03-29  Kim F. Storm  <storm@cua.dk>
4891         * ido.el (ido-read-internal): When reading file or dir, only override
4892         minibuffer-local-filename-completion-map, otherwise only override
4893         minibuffer-local-completion-map.
4895 2007-03-29  Glenn Morris  <rgm@gnu.org>
4897         * complete.el (partial-completion-mode): Set PC-do-completion-end
4898         to nil after use.
4899         (PC-lisp-complete-symbol): Create and use a marker at `end',
4900         rather than using point-marker.
4902 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
4904         * simple.el (next-error-highlight): Doc fix.
4905         (compose-mail): Revert 2007-03-19 change.
4907 2007-03-28  Richard Stallman  <rms@gnu.org>
4909         * emacs-lisp/edebug.el (edebug-display): Don't go to
4910         edebug-outside-buffer if it is dead.
4912 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
4914         * view.el (view-mode): Fix typos in docstring.
4916 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
4918         * recentf.el (recentf-save-file): Add a custom :set function.
4920 2007-03-28  Glenn Morris  <rgm@gnu.org>
4922         * complete.el (PC-do-completion-end): New variable.
4923         (partial-completion-mode) <choose-completion-string-functions>:
4924         Use PC-do-completion-end in the non-minibuffer case to replace the
4925         correct amount of text.
4926         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4927         (PC-lisp-complete-symbol): Give marker the after-insertion type,
4928         to deal with improvements inserted after point.
4930 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4932         * button.el (make-text-button): Add explicit `button' property.
4933         (default-button): Don't put a `button' property on it.
4935         * progmodes/python.el (python-mode): Skip comments when parsing.
4937         * vc-arch.el (vc-with-current-file-buffer): New macro.
4938         (vc-arch-file-source-p): Use it to avoid infloop.
4940 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
4942         * emacs-lisp/lisp.el (lisp-complete-symbol):
4943         Fix call to get-buffer-window to find windows in other frames.
4945 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4947         * comint.el (comint-proc-query, comint-dynamic-list-completions):
4948         Fix calls to get-buffer-window to find windows in other frames.
4949         Reported by David Hansen <david.hansen@gmx.net>.
4951 2007-03-27   Kevin Ryde  <user42@zip.com.au>
4953         * info.el (Info-display-images-node): On a text-only terminal,
4954         show the "text" or "alt" parts of the image blobs.
4956 2007-03-27  Glenn Morris  <rgm@gnu.org>
4958         * complete.el (PC-do-completion): Compute completion-base-size in
4959         the non-filename case, rather than setting to nil.
4960         (PC-lisp-complete-end): New variable.
4961         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4962         original end in a series of consecutive invocations.
4964         * calendar/calendar.el (calendar-mode-hook): Declare it.
4966         * calendar/diary-lib.el (diary-live-p): Do not check for
4967         diary-selective-display.
4969 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4971         * replace.el (occur-next-error): *Occur* might not be displayed in the
4972         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
4974 2007-03-26  Richard Stallman  <rms@gnu.org>
4976         * textmodes/flyspell.el (flyspell-large-region):
4977         Use ispell-call-process-region.
4979 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4981         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4982         Use prin1 instead of princ.
4984 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
4986         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4987         Merge in X resources before global face.
4989         * progmodes/compile.el (compilation-start): Save compilation-directory
4990         rather than default-directory as local var.
4991         (compilation-directory): Mark as safe local var.
4993         * files.el: Don't mark default-directory as a safe local var.
4995 2007-03-25  Alan Mackenzie  <acm@muc.de>
4997         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4998         * progmodes/cc-engine.el: Fix typo.
5000 2007-03-25  Juri Linkov  <juri@jurta.org>
5002         * compare-w.el (compare-windows): Rename customization group
5003         `compare-w' to `compare-windows'.
5004         (compare-windows-whitespace, compare-ignore-whitespace)
5005         (compare-ignore-case, compare-windows-sync)
5006         (compare-windows-sync-string-size, compare-windows-recenter)
5007         (compare-windows-highlight, compare-windows): Change group name in
5008         the `group' tag from `compare-w' to `compare-windows'.
5009         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
5011 2007-03-24  Markus Triska  <markus.triska@gmx.at>
5013         * expand.el: Change example to always enable abbrev-mode,
5014         and remove redundant `function'.
5015         (expand-abbrev-hook): Add autoload cookie.
5017 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
5019         * emacs-lisp/testcover.el (testcover-start, testcover-end)
5020         (testcover-mark-all, testcover-unmark-all): Add prompts to
5021         interactive specs.
5023 2007-03-24  Jason Rumney  <jasonr@gnu.org>
5025         * autorevert.el (find-file-hook, auto-revert-tail-mode):
5026         Use file size in bytes for auto-revert-tail-pos not characters.
5028 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
5030         * vc-rcs.el (vc-rcs-annotate-command):
5031         Set text property :vc-annotate-prefix on the annotation text.
5032         (vc-rcs-annotate-time): Instead of searching for ": ",
5033         search for end of text propertized with :vc-annotate-prefix.
5035 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
5037         * whitespace.el (top level): Remove calls putting
5038         permanent-local nil property since these are no-ops.
5040         * man.el (Man-support-local-filenames): Assure that
5041         default-directory exists when doing call-process.
5043 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
5045         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
5046         Fix omission bug: Use m4-program-options to construct shell command.
5048 2007-03-23  David Kastrup  <dak@gnu.org>
5050         * progmodes/cc-mode.el (c-make-emacs-variables-local):
5051         Use `mapcar' rather than `mapcan' to silence compiler warning.
5053 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
5055         * textmodes/reftex.el, textmodes/reftex-vars.el,
5056         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
5057         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
5058         * textmodes/reftex-index.el, textmodes/reftex-global.el,
5059         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
5060         * textmodes/reftex-auc.el: Add maintainer address.
5062 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
5064         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
5065         Make sure that `global-font-lock-mode' does not turn on font-lock
5066         in these buffers.
5068 2007-03-21  Kim F. Storm  <storm@cua.dk>
5070         * xt-mouse.el (xt-mouse-epoch): New variable.
5071         (xterm-mouse-event): Use float-time.
5073 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
5075         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
5076         current-time.
5078 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5080         * complete.el (read-file-name-internal): Don't add the final > if the
5081         completion is not finished (re-application of this patch, which was
5082         accidentally undone by Eli).
5084 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
5086         * emulation/viper.el (viper-non-hook-settings): Handle mouse
5087         clicks in describe-key and describe-key-briefly advice a little better.
5089 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
5091         * server.el (server-process-filter): Cancel any pending isearch.
5093 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
5095         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
5096         (icalendar--get-unfolded-buffer): Define actual arguments rather
5097         than just using &rest.  Check replace-in-string is fbound.
5098         (icalendar-import-buffer): Doc fix.
5099         (icalendar--convert-ical-to-diary): Set diary-file.
5100         Check diary-file before inserting final newline.
5101         (icalendar--add-diary-entry): Return diary-file.
5103 2007-03-21  Glenn Morris  <rgm@gnu.org>
5105         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
5106         (diary-display-hook): Add custom :set function.
5108         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
5109         Add custom :set function.
5110         (diary-header-line-format): Doc fix.
5111         (diary-set-maybe-redraw): New function.
5112         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
5113         (diary-list-entries): Always run diary-mode.
5115 2007-03-20  Kenichi Handa  <handa@m17n.org>
5117         * international/quail.el (quail-setup-completion-buf): Make the
5118         completion buffer read-only.
5119         (quail-completion): Adjusted for the above change.  Leave the
5120         modified flag nil.
5122 2007-03-20  David Kastrup  <dak@gnu.org>
5124         * files.el (magic-mode-alist): Require literal "%!PS" string for
5125         magic postscript file detection.
5127 2007-03-20  Richard Stallman  <rms@gnu.org>
5129         * textmodes/ispell.el (ispell-call-process): New function.
5130         Defends against bad `default-directory.'
5131         (ispell-check-version, ispell-find-aspell-dictionaries)
5132         (ispell-get-aspell-config-value, lookup-words): Call it.
5133         (ispell-call-process-region): New function.
5134         (ispell-send-string): Call it.
5136 2007-03-20  Andreas Schwab  <schwab@suse.de>
5138         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
5139         (finder-data): Likewise.
5140         (autoloads): Likewise.
5142 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
5144         * files.el (basic-save-buffer): Do not set visited filename when
5145         the corresponding directory does not exist or the specified
5146         filename is that of an existing directory.
5148 2007-03-20  Glenn Morris  <rgm@gnu.org>
5150         * calendar/diary-lib.el (diary-live-p): New function.
5151         (number-of-diary-entries): Add a :set function to redisplay diary
5152         when necessary.
5154 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
5156         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
5157         from client program, mev, to compute mouse event.
5159 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
5161         * faces.el (momentary): Face removed; unused due to reversion of
5162         2007-01-04 changes by Kevin Rodgers.
5164         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
5165         Suggested by Johan Bockg\e,Ae\e(Brd.
5167 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
5169         * font-lock.el (lisp-font-lock-keywords-1):
5170         Highlight define-globalized-minor-mode as a keyword.
5172 2007-03-19  Kim F. Storm  <storm@cua.dk>
5174         * calc/calc-forms.el (math-std-daylight-savings)
5175         (math-std-daylight-savings-old): Doc fix.
5177 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
5179         * progmodes/python.el (python-default-template): Doc fix.
5180         (python-buffer): Fix typo in docstring.
5182         * isearchb.el (isearchb-follow-char):
5183         * subr.el (def-edebug-spec): Fix typo in docstring.
5185 2007-03-19  Richard Stallman  <rms@gnu.org>
5187         * files.el (default-directory): Mark safe.
5188         (basic-save-buffer-2): Put proper dir name in error message.
5190         * simple.el (compose-mail): Run switch-function after
5191         setting up the mail buffer.
5193         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
5195 2007-03-18  Jay Belanger  <belanger@truman.edu>
5197         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
5198         (math-std-daylight-savings-new): Rename from
5199         `math-std-daylight-savings'.
5200         (math-std-daylight-savings-old): Rename from old value of
5201         `math-std-daylight-savings'.
5202         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
5203         `math-std-daylight-savings-old' depending on the year.
5205 2007-03-18  Detlev Zundel  <dzu@gnu.org>
5207         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
5208         zero-width regexps as invalid but rather at least count them correctly.
5210 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5212         * net/tls.el (open-tls-stream): In handshake-waiting loop,
5213         don't wait more if there is output available to process.
5215 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
5217         * progmodes/compile.el (compilation-find-file): Revert change
5218         from 2006-07-18 to allow completion of directory names.
5219         Reported by John Carter <john.carter@tait.co.nz>.
5221 2007-03-18  Kim F. Storm  <storm@cua.dk>
5223         * subr.el (when, unless): Doc fix.
5225 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5227         * net/tls.el (tls-program): Doc fix.
5229 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
5231         * autorevert.el (auto-revert-tail-handler):
5232         Call after-revert-hook.
5234 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
5236         * simple.el (switch-to-completions): No error if search for \n\n fails.
5238 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
5240         * simple.el (line-move-1):
5241         Respect `inhibit-line-move-field-capture' property.
5243 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
5245         * comint.el (comint-arguments): Mark backslash-escaped chars.
5246         (comint-delim-arg): Don't treat them as delimiters.
5248 2007-03-12  Kim F. Storm  <storm@cua.dk>
5249         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
5251 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5253         * tempo.el (tempo-insert): Deal with 'r> if it appears
5254         specified with a prompt argument.
5256 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
5258         * textmodes/org.el (org-set-font-lock-defaults):
5259         Handle narrow table columns correctly.
5261 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
5263         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
5264         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
5265         Return to use of the -no-properties variants.  There was
5266         consensus on emacs-devel that the speed of these variants was
5267         prefered since we are usually parsing files (from the internet
5268         or on disk) instead of XML created in Emacs.
5270         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
5271         Add customize option.
5273 2007-03-12  Glenn Morris  <rgm@gnu.org>
5275         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
5276         North American rule.  Replace "daylight savings" with "daylight
5277         saving" in doc.
5279         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
5280         * calendar/lunar.el, solar.el: Replace "daylight savings" with
5281         "daylight saving" in text.
5283         * woman.el (woman-change-fonts): Tweak previous change by using
5284         woman-request-regexp rather than "^\\.".
5286         * startup.el (command-line-1): Make insertion of
5287         initial-scratch-message not depend on scratch being selected.
5289 2007-03-11  Juri Linkov  <juri@jurta.org>
5291         * replace.el (match): Use yellow background on light-bg terminals.
5293 2007-03-11  Richard Stallman  <rms@gnu.org>
5295         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5296         Correctly compute line number.
5298 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
5300         * type-break.el (type-break-get-previous-count):
5301         Repeat previous change here.
5303 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
5305         * progmodes/grep.el (grep-find-ignored-directories):
5306         Add .git and .bzr to list.
5308 2007-03-11  Andreas Schwab  <schwab@suse.de>
5310         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
5312 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5314         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
5316 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
5318         * faces.el (face-set-after-frame-default): Recalculate face
5319         customizations after applying X resources.
5321 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
5323         * net/rcirc.el (rcirc-timeout-seconds): New variable.
5324         (rcirc-keepalive-seconds): Remove variable.
5325         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
5326         (rcirc-process, rcirc-user-disconnect): New variables.
5327         (rcirc-connect): Initalize new variables.
5328         (rcirc-keepalive): Don't send keepalive pings before connection
5329         is completed.
5330         (rcirc-sentinel): Do mark all channels with activity when
5331         connection is dropped.  Run hook with process buffer local.
5332         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
5333         (rcirc-buffer-process): Return value of rcirc-process if
5334         rcirc-server-buffer is nil.
5335         (rcirc-server-name): Return the reported server name.
5336         (rcirc-update-prompt): Simplify computation of the server name.
5337         (rcirc-format-response-string): Likewise.
5338         (rcirc-handler-001): Mark server as connected, record the reported
5339         server name, and schedule a timeout.
5340         (rcirc-track-nick): Add a spec for the tty class.
5341         (rcirc-user-non-nick): Remove function.
5342         (rcirc-nick-prefix-chars): Add variable.
5343         (rcirc-user-nick): Use above variable.
5345 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5347         * icomplete.el (icomplete-tidy, icomplete-exhibit):
5348         Bind deactivate-mark to nil.
5350 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
5352         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
5353         that buffer contents get erased during completion.
5355 2007-03-10  Glenn Morris  <rgm@gnu.org>
5357         * woman.el (woman-change-fonts): Add a hack to deal with
5358         font-escape followed by "." at start of a line.
5359         (woman2-IP): Add a hack to deal with consecutive requests.
5360         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
5362 2007-03-10  Alan Mackenzie  <acm@muc.de>
5364         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
5366 2007-03-09  Richard Stallman  <rms@gnu.org>
5368         * abbrev.el (abbrev): Add `provide'.
5370 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
5372         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
5374 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
5376         * complete.el (PC-try-completion): New function.
5377         (PC-do-completion, read-file-name-internal): Use it instead of
5378         try-completion.
5380 2007-03-08  Alan Mackenzie  <acm@muc.de>
5382         Remove stale tokens from `c-found-types' cache.
5384         * progmodes/cc-mode.el (c-unfind-enclosing-token)
5385         (c-unfind-coalesced-tokens, c-before-change): New functions.
5386         (c-maybe-stale-found-type): New variable.
5388         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
5389         (c-trim-found-types): New functions.
5391 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5393         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
5394         (debug-ignored-errors): Add entry from smerge-match-conflict.
5396 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
5398         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
5399         special help topics for keywords.
5400         (idlwave-help-assistant-command): Include ".exe" for ms-dos
5401         etc.  Assistant command.
5403 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
5405         * replace.el (occur-engine): Move buffer-undo-list binding...
5406         (occur-1): ...to here.
5408         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
5410         * simple.el (minibuffer-completing-symbol): New var.
5411         (eval-expression): Use it.
5412         (completion-setup-function): Don't bind completion-base-size when
5413         completing a symbol in the minibuffer.
5415 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
5417         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
5418         tries to start a second session in graphical mode.
5420 2007-03-07  Miles Bader  <miles@gnu.org>
5422         * international/isearch-x.el
5423         (isearch-process-search-multibyte-characters):
5424         Strip text-properties from PROMPT to avoid an error from read-string.
5426 2007-03-07  Kim F. Storm  <storm@cua.dk>
5428         * complete.el (PC-bindings): Remap lisp-complete-symbol to
5429         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
5431 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5433         * complete.el (PC-do-completion): Delete duplicates in the list of
5434         possible completions.
5436 2007-03-07  Glenn Morris  <rgm@gnu.org>
5438         * ses.el (ses-mode): Doc fix.
5440 2007-03-06  Kim F. Storm  <storm@cua.dk>
5442         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
5444 2007-03-06  Kenichi Handa  <handa@m17n.org>
5446         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
5448 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5450         * simple.el (completion-setup-function): Improve last fix so it doesn't
5451         set it to a relative directory name either.
5453 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5455         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
5457 2007-03-05  Richard Stallman  <rms@gnu.org>
5459         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
5461         * files.el (find-file-noselect): No error if file no longer exists.
5462         Display a message and avoid other questions.
5464 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5466         * pcomplete.el (pcomplete-show-completions): Improve last change, so
5467         as not to use an invisible window and to create a window if none exist.
5469         * progmodes/python.el (python-send-command): Restart proc if necessary.
5470         (python-proc): Simplify.
5472 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
5474         * pcomplete.el (pcomplete-show-completions): Search all frames for
5475         completions buffer.
5477 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
5479         * cus-edit.el (customize-save-variable): Clear customized-value
5480         property (saved values are now put in theme-value property).
5481         (customize-set-variable): Doc fix.
5483         * complete.el (PC-do-completion): If completion-ignore-case is
5484         non-nil, replace field with completion string before exiting.
5486 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
5488         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
5489         Append its extension to the resulting temporary file name.
5490         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
5492         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
5493         (tramp-smb-handle-write-region): Apply it.
5495 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5497         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5498         Redo previous change.
5500 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5502         * diff-mode.el (diff-mode): Doc fix.
5504 2007-03-05  Kenichi Handa  <handa@m17n.org>
5506         * international/characters.el: Set category `l' (latin)
5507         for more characters.
5509 2007-03-04  Kim F. Storm  <storm@cua.dk>
5511         * emacs-lisp/authors.el (authors-aliases): Add alias.
5513 2007-03-04  Glenn Morris  <rgm@gnu.org>
5515         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
5516         all when switching major mode.
5517         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
5518         (hs-block-start-mdata-select, hs-block-end-regexp)
5519         (hs-forward-sexp-func, hs-adjust-block-beginning):
5520         Do not make these variables permanent-local.
5522 2007-03-04  Richard Stallman  <rms@gnu.org>
5524         * progmodes/cperl-mode.el (cperl-mode):
5525         Modify cperl-compilation-error-regexp-alist by appending.
5527         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
5528         (edebug-mode): Add the hook.
5529         (edebug-recursive-edit): Remove the hook on exiting.
5531         * type-break.el (type-break-get-previous-time):
5532         Handle end-of-file errors specially
5533         so they don't get reported wrong in .emacs.
5535         * startup.el (fancy-splash-text): Clarify text.
5537         * simple.el (beginning-of-buffer, end-of-buffer):
5538         Avoid treating plain C-u like numeric arg.
5540         * simple.el (completion-setup-function): Don't set
5541         default-directory to nil.
5543         * shell.el (shell-dirstack-query): Doc fix.
5545         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5546         Don't select the window -- pass it to primitives instead.
5548         * faces.el (minibuffer-prompt): Use medium blue by default.
5550 2007-03-04  David Kastrup  <dak@gnu.org>
5552         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
5553         Preserve 16 as default value for "seconds" when customizing.
5555 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
5557         * textmodes/org.el (org-self-insert-command)
5558         (orgtbl-self-insert-command, org-delete-char)
5559         (org-delete-backward-char): Set the `flyspell-delayed' property.
5561 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
5563         * international/mule.el (find-auto-coding): Don't search for
5564         line-ending characters past the end of the tail.
5566 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
5568         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5569         Jump to the line where new score has been uploaded.
5571         * play/tetris.el (tetris-move-bottom, tetris-move-left)
5572         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
5573         Do nothing when the game is paused.
5575 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
5577         * textmodes/org.el (org-set-tags): Prevent slipping of point
5578         during completion.
5580 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5582         * isearch.el (isearch-message-prefix):
5583         Use minibuffer-prompt-properties.
5585 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5587         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
5588         (ps-setup): Print which Emacsen is running ps-print package.
5590 2007-03-01  Stuart Herring  <herring@lanl.gov>
5592         * files.el (set-auto-mode-0): Use `indirect-function'.
5593         (hack-one-local-variable): Don't reapply current major mode.
5595 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5597         * progmodes/python.el (python-quote-syntax): Don't bother with
5598         syntax-ppss-context.
5599         (python-fill-paragraph): Make sure that fenced-string delimiters that
5600         stand on their own line stay there.
5602 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5604         * replace.el (perform-replace): Propertize message.
5606 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
5608         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
5609         invisible heading.
5611 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
5613         * net/tramp.el (tramp-file-name-handler): Revert last change.
5615 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
5617         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
5618         Correct doc strings.
5620 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
5622         * replace.el (perform-replace): Undo forward-char immediately if
5623         non-adjacent search fails.
5625 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5627         * version.el (emacs-major-version, emacs-minor-version):
5628         string-to-int -> string-to-number.
5630 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
5632         * help.el (where-is): Fail gracefully when not passed a command.
5634 2007-02-28  Stuart Herring  <herring@lanl.gov>
5636         * find-lisp.el (find-lisp-default-directory-predicate):
5637         Fix bug: Do symlink check on expanded filename.
5639 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
5641         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5642         changes during replacement.
5643         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5645 2007-02-28  Lars Hansen  <larsh@soem.dk>
5647         * desktop.el: Delete header line listing me as maintainer.
5649 2007-02-28  Glenn Morris  <rgm@gnu.org>
5651         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5652         the menus case.
5654 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
5656         * net/tramp.el (tramp-file-name-handler): Inhibit modification
5657         hooks to avoid confusion when combining after-change calls.
5659 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
5661         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5662         now that pgg-gpg-process-region correctly honors passed-in passphrase.
5663         (allout-distinctive-bullets-string): Add info about bullet conventions.
5664         (allout-mode): Add info about distinctive vs plain bullets.
5666 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
5668         * textmodes/org.el (org-archive-subtree): Quote variable name.
5669         (org-agenda-get-todos): Make sure skip properties are checked correctly.
5671 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
5673         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5674         (gud-bashdb-command-name, bashdb): Remove.
5675         (gud, gud-menu-map): Remove references to bash/bashdb.
5677 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
5679         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5680         keyword for Python 2.5.
5682 2007-02-26  Romain Francoise  <romain@orebokech.com>
5684         * net/net-utils.el (whois-server-tld): Update server for .org.
5685         (whois-server-list): Add whois.publicinterestregistry.net.
5686         (whois-guess-server): Fix formatting in docstring.
5688 2007-02-26  Kim F. Storm  <storm@cua.dk>
5690         * mouse.el (mouse-show-mark): Run hooks and perform command
5691         remapping for mouse-region-delete-keys.
5693 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5695         * font-core.el (font-lock-mode): Doc fix.
5697 2007-02-25  Kim F. Storm  <storm@cua.dk>
5699         * ido.el (ido-buffer-internal): Set this-command to fallback command.
5700         Add selected buffer to buffer-name-history.
5701         (ido-file-internal): Set this-command to fallback command.
5702         Add file names to file-name-history.
5704         * emacs-lisp/map-ynp.el (map-y-or-n-p):
5705         Apply minibuffer-prompt-properties.
5707 2007-02-25  Andreas Schwab  <schwab@suse.de>
5709         * files.el (hack-one-local-variable-eval-safep): Correct handling
5710         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
5712 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
5714         * textmodes/org.el (org-table-overlay-coordinates)
5715         (org-table-toggle-coordinate-overlays): New functions.
5716         (org-table-overlay-coordinates, org-table-coordinate-overlays):
5717         New variables.
5718         (org-startup-with-deadline-check): Remove option.
5719         (org-mode): Remove deadline check on startup.
5720         (org-table-limit-column-width): Remove option.
5721         (org-table-formula-numbers-only): Remove option.
5722         (org-link-style, org-link-format): Remove options.
5723         (org-select-agenda-window, org-fit-agenda-window): Remove options.
5724         (org-export-ascii-show-new-buffer)
5725         (org-export-html-show-new-buffer): Remove options.
5726         (org-activate-links): Remove camel option.
5727         (org-file-link-context-use-camel-case): Remove option.
5728         (org-camel-regexp): Remove variable.
5729         (org-activate-camels): Remove function.
5730         (org-store-link): Remove Camel stuff.
5731         (org-make-org-heading-camel): Remove function.
5732         (org-open-at-point): Remove camel stuff.
5733         (org-link-search): Remove camel stuff.
5734         (org-camel-to-words): Function removed.
5735         (org-get-agenda-file-buffer): Make sure we prepare the base
5736         buffers, not any indirect buffers.
5737         (org-sort-entries): Sort top-level when not on a headline, and no
5738         active region.
5739         (org-in-regexp): New function.
5740         (org-search-not-self): Rename from `org-search-not-link'.
5741         (org-open-link-marker): New variable.
5742         (org-open-at-point): Set `org-open-link-marker'.
5743         (org-print-icalendar-entries): Fixe bug with excluding DONE
5744         entries from the exported list.
5745         (org-edit-formula-lisp-indent): New command.
5746         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5747         (orgtbl-to-latex, orgtbl-insert-radio-table)
5748         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5749         (orgtbl-radio-table-templates): New option.
5750         (org-store-link-props):
5751         (org-remember-templates): More possibilities to insert info
5752         into templates.
5753         (org-remember-apply-template): Make use of the extended
5754         template capabilities.
5755         (org-remember-redo-template): New command.
5756         (org-upgrade-old-links)
5757         (org-table-modify-formulas, org-table-replace-in-formulas)
5758         (org-table-find-dataline)
5759         (org-table-get-vertical-vector): Remove functions.
5760         (org-table-remove-rectangle-highlight)
5761         (org-time-stamp-format, org-toggle-log-option)
5762         (org-table-highlight-rectangle)
5763         (org-table-iterate, org-table-make-reference):
5764         (org-translate-time, org-tree-to-indirect-buffer)
5765         (org-table-field-info, org-table-fix-formulas)
5766         (org-table-force-dataline, org-table-get-descriptor-line)
5767         (org-table-get-range)
5768         (org-skip-comments, org-sort)
5769         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5770         (org-table-current-dline, org-table-current-field-formula)
5771         (org-table-edit-backward-field)
5772         (org-table-edit-formulas-post-command)
5773         (org-table-edit-line-down, org-table-edit-line-up)
5774         (org-agenda-archive)
5775         (org-agenda-clock-cancel)
5776         (org-agenda-clock-out, org-agenda-list-stuck-projects)
5777         (org-agenda-open-link, org-agenda-show-new-time)
5778         (org-agenda-skip-subtree-when-regexp-matches)
5779         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5780         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5781         (org-do-sort, org-file-image-p, org-find-overlays)
5782         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5783         (org-highlight-until-next-command, org-isearch-end)
5784         (org-match-any-p, org-next-link, org-previous-link):
5785         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5786         (org-rewrite-old-row-references)
5787         (org-isearch-post-command)
5788         (org-table-edit-move, org-table-edit-next-field)
5789         (org-table-edit-scroll, org-table-edit-scroll-down)
5790         (org-set-frame-title, org-show-reference)
5791         (org-unhighlight-once, org-verify-change-for-undo): New functions.
5792         (org-show-variable): Remove command.
5793         (org-add-log-maybe): New arguments STATE, FINDPOS
5794         (org-table-sort-lines): Rewrite from scratch.
5795         (org-link-search): New argument AVOID-POS.
5796         (org-print-icalendar-entries): Remove argument CATEGORY.
5797         (org-run-agenda-series): Remove argument WONDOW.
5798         (org-next-link, org-previous-link): New commands.
5799         (org-agenda-date-format): New option.
5800         (org-table-iterate): New command.
5801         (org-table-modify-formulas)
5802         (org-table-replace-in-formulas): Remove functions.
5803         (org-table-fix-formulas): New function.
5804         (org-table-insert-column, org-table-delete-column)
5805         (org-table-move-column): Use `org-table-fix-formulas'.
5806         (org-follow-gnus-link): Patch from Bastien/Leo.
5807         (org-table-current-field-formula): New function.
5808         (org-file-image-p): New function.
5809         (org-agenda-show-new-time): New function.
5810         (org-agenda-date-later): Call `org-agenda-show-new-time'.
5811         (org-with-remote-undo): New macro.
5812         (org-agenda-undo): New command.
5813         (org-verify-change-for-undo): New function.
5814         (org-time-stamp-format): New function.
5815         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5816         by user.
5817         (org-match-any-p): New function.
5818         (org-make-tags-matcher): Handle regular expressions for tag and
5819         todo matches.
5820         (org-read-date): Accept "+N" as input for a date relative to the
5821         current date.
5822         (org-remove-subtree-entries-from-agenda): New function.
5823         (org-agenda-archive, org-agenda-kill):
5824         Use `org-remove-subtree-entries-from-agenda'.
5825         (org-do-sort, org-sort-entries): New functions.
5826         (org-sort): New command.
5827         (org-table-sort-lines): Use `org-do-sort'.
5828         (org-fix-decoded-time): New function.
5829         (org-table-number-regexp): Require 0x... to identify as number
5830         in tables.
5831         (org-startup-options): New keywords for note taking.
5832         (org-upgrade-old-links): Remove function.
5833         (org-get-repeat): New function.
5834         (org-show-context): Also show siblings on current level.
5835         (org-show-siblings): New function.
5836         (org-isearch-end, org-isearch-post-command): New functions.
5837         (org-show-siblings): New option.
5838         (org-show-context): Use `org-show-siblings'.
5839         (org-table-maybe-recalculate-line): No longer require `calc-eval'
5840         to be bound, because user may just use elisp.
5842 2007-02-24  Kim F. Storm  <storm@cua.dk>
5844         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5845         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5847 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5849         * startup.el (command-line): Also check if the abbrev file is readable.
5851 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5853         * net/tls.el (tls-certtool-program): Fix custom type.
5855         * mail/feedmail.el (feedmail-message-id-generator)
5856         (feedmail-date-generator): Fix custom types.
5858         * mail/rmail.el (rmail-message-filter): Fix custom type.
5860 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
5862         * startup.el (command-line): If simple.el cannot be found, proceed
5863         with a warning message.
5865 2007-02-24  Kenichi Handa  <handa@m17n.org>
5867         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5868         case that BEG is a string.
5870 2007-02-24  Chris Moore  <dooglus@gmail.com>
5872         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5873         * pgg-pgp.el (pgg-pgp-encrypt-region):
5874         * pgg-gpg.el (pgg-gpg-encrypt-region):
5875         Check pgg-encrypt-for-me if no other recipients.
5877 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
5879         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5881         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5882         shell-quote-argument.
5884 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5886         * comint.el (comint-read-input-ring): Use comint-input-ring-size
5887         from the comint buffer instead of the temporary one.
5889 2007-02-23  David Reitter  <david.reitter@gmail.com>
5891         * cus-edit.el (custom-save-all): Canonicalize custom-file before
5892         storing it in recentf-exclude.
5894 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
5896         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5897         in splash screen.
5899 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
5901         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5902         commands, for restart.
5903         (idlwave-shell-current-module): Fix handling of module name by type.
5904         (idlwave-shell-break-in): Update type handling.
5905         (idlwave-shell-bp-get): Encode type in BP structure.
5906         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5907         (idlwave-shell-module-source-query): Query routine info based on type.
5908         Fix path parsing for non-compiled files.
5909         (idlwave-shell-module-source-filter): Don't signal error in filter
5910         if no source found.
5911         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5912         filter race.
5914 2007-02-22  Kim F. Storm  <storm@cua.dk>
5916         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5917         (editable-field): Document need to put some text before the %v
5918         escape in :format string.
5920 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5923         (vc-svn-use-edit): Remove unused config var.
5924         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5926         * outline.el (hide-sublevels): Keep empty last line, if available.
5928         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5929         rather than the corresponding unicode char, to make the code
5930         more readable.
5932 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
5934         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5935         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5936         (speedbar-item-info-tag-helper): Doc fixes.
5938 2007-02-19  Kenichi Handa  <handa@m17n.org>
5940         * international/mule-cmds.el (locale-language-names):
5941         Map "eo" to "Esperanto".
5943         * language/european.el ("Esperanto"): New language environment.
5945 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5947         * simple.el (kill-line): Doc fix.
5949 2007-02-17  Kim F. Storm  <storm@cua.dk>
5951         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5952         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5953         (bindat--unpack-group, bindat--pack-group):
5954         Handle vectors with optional element type.
5956 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
5958         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5959         if PASSPHRASE is given.
5961 2007-02-17  Chris Moore  <dooglus@gmail.com>
5963         * jka-cmpr-hook.el (jka-compr-compression-info-list):
5964         Recognize backups of bz2 compressed files.
5966 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
5968         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5969         to nil to speed up lookup of the symbol in index nodes.
5971 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5973         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5974         Add indentation for the constants of Lisp.
5976 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5978         * ps-print.el: Use (defvar <foo>) where applicable.
5979         (ps-print-emacs-type): Remove.
5980         (ps-x-frame-property, ps-e-frame-parameter): Remove.
5981         (ps-frame-parameter): Align its call-convention with frame-parameter.
5982         (ps-begin-job): Adjust calls to it appropriately.
5983         (ps-setup): Don't print ps-print-emacs-type.
5984         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5985         Define in such a way that it's obvious that it's defined.
5986         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5987         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5988         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5990 2007-02-15  Alan Mackenzie  <acm@muc.de>
5992         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5993         an empty one-line C-style comment, post-position point properly.
5995 2007-02-15  Chris Moore  <dooglus@gmail.com>
5997         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5998         (isearch-lazy-highlight-new-loop): Bind it.
5999         (isearch-lazy-highlight-search): Use it.
6001         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
6003 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6005         * font-lock.el (font-lock-extend-region-wholelines):
6006         Only return non-nil if the region has really been changed.
6007         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
6009 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
6011         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
6012         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
6013         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
6015 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
6017         * faces.el (color-values): Revert changes to docstring from
6018         2007-01-31 and 2000-09-07.
6020         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
6021         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
6022         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
6023         (ispell-help): Fix typos in docstring and output message.
6025 2007-02-14  Kim F. Storm  <storm@cua.dk>
6027         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
6028         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
6029         (grep): Fix lgrep reference.
6031         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
6032         (standard-display-underline): Use make-glyph-code.
6034         * descr-text.el (describe-char): Use glyph-char and glyph-face.
6036         * international/latin1-disp.el (latin1-display-char):
6037         Use make-glyph-code.
6039 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
6041         * ehelp.el (with-electric-help, electric-help-exit)
6042         (electric-help-retain): Doc fixes.
6044         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
6045         (byte-compile-file): Doc fixes.
6047 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6049         * term/mac-win.el: Change all uses of
6050         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
6051         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
6052         (mac-ae-get-url): Call select-frame-set-input-focus.
6053         (mac-dnd-handle-drag-n-drop-event): Don't call
6054         select-frame-set-input-focus.
6056 2007-02-13  Kenichi Handa  <handa@m17n.org>
6058         * international/characters.el: Fix documentation of category `a'.
6060 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
6062         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
6064 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
6066         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
6067         (tramp-get-remote-ln): Handle error case.
6068         Reported by Chris Moore <dooglus@gmail.com>.
6070 2007-02-11  Kim F. Storm  <storm@cua.dk>
6072         * bindings.el (ctl-x-map): Remove register compatibility bindings
6073         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
6075 2007-02-11  Richard Stallman  <rms@gnu.org>
6077         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
6078         in load history.
6080         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
6081         condition -- don't fail to stop at endpos.
6083 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
6085         * textmodes/org.el (org-agenda-get-todos)
6086         (org-agenda-get-timestamps, org-agenda-get-closed)
6087         (org-agenda-get-deadlines, org-agenda-get-scheduled)
6088         (org-agenda-get-blocks, org-format-agenda-item)
6089         (org-agenda-change-all-lines, org-scan-tags): Rename text property
6090         from `category' to `org-category'.
6092 2007-02-11  Kenichi Handa  <handa@m17n.org>
6094         * international/titdic-cnv.el (titdic-convert): Force files be written
6095         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
6096         (miscdic-convert): Force files be written with Unix-like eol format.
6098 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
6100         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
6102         * calculator.el (calculator-prompt): Doc fix.
6103         (calculator-mode-map): Fix typo in menu entry.
6105 2007-02-10  Jay Belanger  <belanger@truman.edu>
6107         * calculator.el (calculator): Do more extensive checking for when
6108         3 lines should be used for the calculator.
6110 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
6112         * info-look.el (info-lookup-make-completions):
6113         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
6114         index nodes.
6116         * info.el (Info-fontify-maximum-menu-size): Document the effect
6117         of a nil value.
6118         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
6119         non-nil before using it as size.
6121 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
6123         * subr.el (insert-for-yank-1): Prevent read-only properties from
6124         interfering with text property operations.
6126         * image-mode.el (image-mode): Revert 2007-01-30 changes.
6128         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
6129         (image-type-auto-detected-p): Fail if another match is found in
6130         auto-mode-alist.
6132         * files.el (magic-mode-alist): Call image-mode instead of
6133         image-mode-maybe for autodetected images.
6135 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
6137         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
6138         Fix typos in docstrings.
6139         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
6141 2007-02-09  Kim F. Storm  <storm@cua.dk>
6143         * emacs-lisp/float-sup.el: Remove obsolete comment.
6145 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6147         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
6149 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
6151         * simple.el: Revert previous change, at request of RMS:
6152         (fundamental-mode-hook): Remove.
6153         (fundamental-mode): Run after-change-major-mode-hooks manually,
6154         and don't run the now-nonexistent fundamental-mode-hook.
6156 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
6158         * simple.el (fundamental-mode-hook): Declare new hook.
6159         (fundamental-mode): Run the new dedicated hook, and don't run
6160         after-change-major-mode-hooks manually anymore.
6162 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6164         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
6165         added columns of chars.  Remove support for the "no-meta-info" format.
6166         Prompted by Romain Francoise <romain@orebokech.com>.
6168 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
6170         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
6171         (gdb-mouse-until, gdb-mouse-jump): Use it.
6173 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
6175         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
6176         work when there is just an assembler buffer (no source buffer).
6178 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
6180         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
6181         just because the diff was produced using "-p" (--show-c-function).
6183 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6185         * faces.el (frame-set-background-mode): Use `color-values' and
6186         `display-color-p', not `x-color-values' and `x-display-color-p'.
6187         (face-valid-attribute-values): Use `defined-colors' instead of
6188         `x-defined-colors'.
6190 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6192         * ps-print.el: The ps-print commands without face printing should not
6193         print background color.  Reported by Leo <sdl.web@gmail.com>.
6194         (ps-print-version): New version 6.7.3.
6195         (ps-begin-job): New arg.  Fix ps-default-background and
6196         ps-default-foreground initialization.
6197         (ps-face-attributes): Fix doc string.
6198         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6200         * printing.el: Fix ps-print link.
6202 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
6204         * faces.el (face-set-after-frame-default): Compile attributes to
6205         be set by frame parameters before merging in X resources.
6207 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
6209         * simple.el (blink-matching-paren-dont-ignore-comments):
6210         (blink-matching-paren-on-screen): Doc fixes.
6212 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
6214         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
6216 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
6218         * loadhist.el (unload-feature): Silently ignore `load-history' entries
6219         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
6220         entries like `defun'.  Return nil.
6222 2007-02-05  Kim F. Storm  <storm@cua.dk>
6224         * ido.el: Doc fixes.
6226 2007-02-04  David Kastrup  <dak@gnu.org>
6228         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
6229         `mpuz-allow-double-multiplicator' is non-zero, and correct
6230         calculation of `min'.
6232 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
6234         * wid-edit.el (widget-default-create): Insert new text at the
6235         :from marker _after_ the marker, not before it.
6237 2007-02-04  Alan Mackenzie  <acm@muc.de>
6239         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
6240         containing it is re-indented.
6242 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
6244         * net/newsticker.el (newsticker--insert-image): Update docstring,
6245         and insert the image directly.
6246         (newsticker--buffer-redraw): Update docstring.
6248         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6249         Rename from define-global-minor-mode.
6251         * progmodes/cwarn.el (global-cwarn-mode):
6252         * emacs-lisp/autoload.el (make-autoload):
6253         * hi-lock.el (global-hi-lock-mode):
6254         * font-core.el (global-font-lock-mode): All callers changed.
6256 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
6258         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
6259         Don't copy @ignore lines into menu descriptions.
6260         (texinfo-multi-file-update): Goto the @node line before attempting
6261         to pluck the node name.
6262         (texinfo-multiple-files-update): Reverse the optional arguments'
6263         order, as per the doc string and the `interactive' form.
6265 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
6267         * image-mode.el: Use autoload to avoid overriding disabled setting
6268         applied in .emacs.
6270 2007-02-03  Alan Mackenzie  <acm@muc.de>
6272         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
6273         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
6274         adjacent paren groups).
6276 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6278         * progmodes/ebnf2ps.el: Doc fixes.
6279         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
6281 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
6283         * dired-x.el (dired-do-relsymlink): Add reference to
6284         dired-do-symlink.  Add an autoload cookie.
6286         * dired-aux.el (dired-do-symlink): Add reference to
6287         dired-do-relsymlink.
6289 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
6291         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
6292         <left-fringe mouse-3>: New bindings.
6294 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
6296         * net/newsticker.el (newsticker-version): Changed to "1.10".
6297         (newsticker--set-customvar): Doc string.
6298         (newsticker-new-item-face): Doc string.
6299         (newsticker-mode): Initialize `invisibility-spec' with t.
6300         (newsticker-mode-map): Added
6301         `newsticker-mark-all-items-at-point-as-read'.
6302         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
6303         (newsticker-w3m-show-inline-images): Do not call
6304         `w3m-remove-image'.
6305         (newsticker--buffer-after-w3m-insert-image): New advice for
6306         w3m-insert-image to cache images.
6307         (newsticker-next-item-same-feed): New.
6308         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
6309         (newsticker-mark-all-items-of-feed-as-read): New.
6310         (newsticker-mark-all-items-at-point-as-read): Use new functions.
6311         (newsticker-mark-item-at-point-as-read): Doc string.
6312         (newsticker-mark-item-at-point-as-read): Use new functions.
6313         (newsticker--do-mark-item-at-point-as-read): New, extracted from
6314         `newsticker-mark-item-at-point-as-read'.
6315         (newsticker-hide-entry): Use (t) instead of t for invisibility.
6316         (newsticker--sentinel): Yet another xml-parser workaround.
6317         (newsticker--decode-iso8601-date): Bugfix for datestrings without
6318         days.
6319         (newsticker--buffer-do-insert-text): Fix.
6320         (newsticker--buffer-insert-enclosure): Fix.  Length might be missing.
6321         (newsticker--buffer-make-item-completely-visible):
6322         `switch-to-buffer' not necessary.
6324 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
6326         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
6327         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
6328         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
6329         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
6330         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
6332 2007-02-02  Kenichi Handa  <handa@m17n.org>
6334         * international/quail.el (quail-show-key): Fix an error message.
6336 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
6338         * faces.el (set-face-underline-p, modify-face): Rename arg
6339         UNDERLINE-P to UNDERLINE (it is not a flag).
6341 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
6343         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
6344         when adding gdb-speedbar-update to gdb-input-queue.
6346 2007-02-01  Kenichi Handa  <handa@m17n.org>
6348         * international/quail.el (quail-show-key): Signal an error if the
6349         current input method is not using Quail.
6351 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
6353         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
6354         Trim leading whitespace in sysvar names.
6356 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
6358         * faces.el (internal-find-face, internal-get-face): Doc fixes.
6360 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
6362         * ido.el (ido-set-common-completion): Use `let', not `let*'.
6364 2007-01-31  Romain Francoise  <romain@orebokech.com>
6366         * comint.el: Delete extra copy of `comint-copy-old-input' added in
6367         previous change to this file.
6369 2007-01-31  Jason Rumney  <jasonr@gnu.org>
6371         * files.el (magic-mode-alist): Use image-mode-maybe rather than
6372         image-mode.
6374         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
6375         interfering with attempt to set major mode from modified
6376         auto-mode-alist.
6378 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
6380         * faces.el (color-values): Doc fix.
6381         (face-differs-from-default-p): Don't check :foreground twice.
6383 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
6385         * comint.el (comint-mode): Prevent non-keyword fontification by default.
6387 2007-01-31  Kenichi Handa  <handa@m17n.org>
6389         * international/quail.el (quail-store-decode-map-key): Store a
6390         translated character too.
6391         (quail-char-equal-p): New function.
6392         (quail-find-key1): Check character equality by quail-char-equal-p.
6393         (quail-decode-map-generated): New variable.
6394         (quail-find-key): Check quail-decode-map-generated and re-generate
6395         a decode map if necessary.
6397 2007-01-30  Richard Stallman  <rms@gnu.org>
6399         * tutorial.el (tutorial--detailed-help): Make the list of
6400         changed keys look nicer.
6402 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
6404         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
6405         (gdb-var-delete): Use it.
6406         (gdb-var-update-handler-1): Handle value "invalid" for MI field
6407         `in_scope'.
6409 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
6411         * files.el (get-free-disk-space): Return nil for remote directories.
6413         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
6414         instead of "dir".
6416 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
6418         * type-break.el (type-break-catch-up-event): New function.
6419         (type-break-demo-hanoi, type-break-demo-life)
6420         (type-break-demo-boring): Use it.
6422         * image-mode.el (image-mode): Don't automatically view as image.
6423         (image-toggle-display): Add `disabled' property.
6425 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6427         * isearchb.el (isearchb-iswitchb):
6428         * ps-print.el (ps-build-face-reference):
6429         * emacs-lisp/shadow.el (list-load-path-shadows):
6430         * eshell/esh-cmd.el (eshell-rewrite-for-command):
6431         * international/mule.el (find-auto-coding):
6432         * mail/supercite.el (sc-attrib-selection-list):
6433         * progmodes/cc-defs.el (c-emacs-features):
6434         * progmodes/cc-vars.el (c-offsets-alist):
6435         * progmodes/flymake.el
6436         (flymake-init-create-temp-source-and-master-buffer-copy):
6437         Fix typos in docstrings (some suggested by Chris Moore).
6439         * progmodes/vhdl-mode.el (vhdl-components-package-name)
6440         (vhdl-get-library-unit, vhdl-corresponding-begin)
6441         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
6442         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
6443         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
6444         (vhdl-font-lock-match-item): Fix typos in docstrings.
6445         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
6446         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
6447         (vhdl-speedbar-insert-project-hierarchy):
6448         Improve argument/docstring consistency.
6450 2007-01-29  Kenichi Handa  <handa@m17n.org>
6452         * international/titdic-cnv.el (py-converter): Fix previous change.
6454 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
6456         * jka-compr.el (jka-compr-partial-uncompress)
6457         (jka-compr-call-process): Rebind default-directory if it is
6458         invalid.  Suggested by Chris Moore.
6460         * comint.el (comint-insert-input): Handle situation where the
6461         selected buffer is not the clicked buffer.
6463 2007-01-29  Kenichi Handa  <handa@m17n.org>
6465         * international/ja-dic-cnv.el (skkdic-convert):
6466         Add byte-compile-disable-print-circle:t at the head.
6468         * international/titdic-cnv.el (tit-process-header):
6469         Add byte-compile-disable-print-circle:t at the head.
6470         (miscdic-convert): Likewise.
6471         (py-converter): Skip the header comments.
6473         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
6474         New variable.
6475         (byte-compile-output-file-form): Bing print-circle to nil if
6476         byte-compile-output-file-form is not nil.
6477         (byte-compile-output-docform): Likewise.
6479 2007-01-28  Kim F. Storm  <storm@cua.dk>
6481         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
6482         Declare earlier to avoid byte compiler warnings.
6484 2007-01-28  Markus Triska  <markus.triska@gmx.at>
6486         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
6488 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
6490         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
6491         (gamegrid-add-score-with-update-game-score-1): Allow local quits
6492         when calling update-game-score program.  Remove unnecessary
6493         save-excursion.
6495         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
6497 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
6499         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
6500         avoid compiler warning.
6501         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
6502         might have values other than "true" or "false".
6504 2007-01-28  Richard Stallman  <rms@gnu.org>
6506         * textmodes/fill.el (fill-paragraph-function): Doc fix.
6507         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
6509         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
6511         * image.el (image-type-header-regexps): Make GIF regex more specific.
6513         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
6514         Don't check `backspace'.
6515         (tutorial--find-changed-keys): Look up bindings in a temp buffer
6516         in Fundamental mode.
6518         * startup.el (fancy-splash-text, normal-splash-screen):
6519         Mention C-g.
6521         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
6522         when inserting in buffer.
6524         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
6525         inside the if.
6527 2007-01-27  Richard Stallman  <rms@gnu.org>
6529         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
6531 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
6533         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
6534         enum/union/struct/class definition.
6535         Revert change to call `forward-sexp' multiple times.
6537 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
6539         * files.el (hack-local-variables-confirm): Don't keep trying to
6540         read an event from an empty kbd macro.
6542 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6544         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
6546 2007-01-27  Ben North  <ben@redfrontdoor.org>
6548         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
6549         the arg CHILDREN -> WHICH.
6551 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
6553         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
6554         default-directory to a sane value when calling start-process.
6556 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6558         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
6559         (ls-lisp-format-time-list): Doc fix.  Mention
6560         ls-lisp-use-localized-time-format.
6561         (ls-lisp-format-time): Use ls-lisp-format-time-list if
6562         ls-lisp-use-localized-time-format is non-nil, even if a valid
6563         locale is defined.
6565 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
6567         * jka-compr.el (jka-compr-shell): Doc fix.
6569         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
6571 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6573         * ps-print.el: Fix background height.
6574         (ps-print-version): New version 6.7.2.
6576 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
6578         * makefile.w32-in (finder-data, custom-deps): Depend on
6579         $(lisp)/loaddefs.el.
6581 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6583         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
6585 2007-01-24  Miles Bader  <miles@gnu.org>
6587         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
6588         (byte-compile-output-docform): Bind `print-circle' to t.
6590 2007-01-24  Kenichi Handa  <handa@m17n.org>
6592         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
6593         file name of the original SKK dictionary file.
6595 2007-01-24  Kim F. Storm  <storm@cua.dk>
6597         * ido.el (ido-initial-position): New variable.
6598         (ido-read-internal): Set it if default item is specified.
6599         (ido-minibuffer-setup): Position cursor accordingly if set.
6600         (ido-edit-input): C-e moves to end of input if not already there.
6601         (ido-magic-backward-char): C-b does like M-b if prev char is /.
6602         Don't switch to buffer mode if repeating C-b at start of input.
6603         (ido-toggle-ignore): C-a only toggles ignore at start or end of
6604         input; else it moves to start of input.
6605         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
6606         not at end of input, delete rest of input, rather than normal op.
6608 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6610         * emulation/viper-keym.el (viper-insert-basic-map):
6611         Delete binding for S-TAB.
6613         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
6614         of message.  Activate mark.
6615         (ediff-activate-mark): Set transient-mark-mode to t.
6617         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
6619 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
6621         * help-fns.el (describe-variable): Don't suppress display of
6622         buffer local value when the value is "large".
6624 2007-01-22  Kim F. Storm  <storm@cua.dk>
6626         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
6627         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6628         (ido-tidy): Use ido-active.
6630 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
6632         * hexl.el (hexl-mode-exit): Add missing quote.
6634 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6636         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6637         (mac-ae-keyboard-modifiers): New function.
6638         (mac-handle-toolbar-switch-mode): Use it.
6639         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
6640         if keyboard modifiers on drop contain option key.
6641         (mac-dnd-drop-data): Add optional argument `action'.
6642         (special-event-map): Remove binding for M-drag-n-drop.
6644 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
6646         * add-log.el (add-log-current-defun): Use CC Mode functions to
6647         find the beginning and end of a defun.
6649 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
6651         * progmodes/gdb-ui.el (gdb-var-create-regexp)
6652         (gdb-var-create-handler): Handle value field in GDB output of
6653         -var-create.
6654         (gdb-max-frames): New variable.
6655         (gdb-stack-buffer, gdb-frames-select): Use it.
6656         (gdb-info-stack-custom): Help user customize gdb-max-frames,
6657         if necessary.
6658         (gdb-get-frame-number): Simplify.
6660 2007-01-21  Glenn Morris  <rgm@gnu.org>
6662         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6663         Update copyrights.
6665 2007-01-21  Alan Mackenzie  <acm@muc.de>
6667         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6668         handling of K&R stuff.
6670 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6672         * textmodes/bibtex.el (bibtex-files): Fix customization type.
6674 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6676         * ps-print.el: Handle frame parameters (background and/or foreground
6677         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
6678         (ps-print-version): New version 6.7.1.
6679         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6680         (ps-frame-parameter): New fun.
6681         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6682         Fix doc and customization.
6683         (ps-begin-job): Get frame parameters (background and/or foreground
6684         colors).
6685         (ps-do-despool): Ensure ps-printer-name has a valid value.
6687 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
6689         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6690         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6691         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6692         mean unlimited.
6694 2007-01-20  Alan Mackenzie  <acm@muc.de>
6696         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6697         much more rigorous analysis of putative K&R regions.
6699 2007-01-20  Alan Mackenzie  <acm@muc.de>
6701         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6702         New functions.
6704 2007-01-20  Alan Mackenzie  <acm@muc.de>
6706         * progmodes/cc-align.el, progmodes/cc-cmds.el,
6707         * progmodes/cc-defs.el, progmodes/cc-engine.el,
6708         * progmodes/cc-langs.el, progmodes/cc-styles.el,
6709         * progmodes/cc-vars.el: Add my name.
6711 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
6713         * files.el (find-alternate-file): Revert query message to Emacs 21
6714         version.
6716 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6718         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6719         the doc string how to use personal abbrevs without electric
6720         keywords.
6722 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6724         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6725         Fixed cursor position when toggle abbreviated display.
6727 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
6729         * t-mouse.el: Update copyright following assignment by
6730         Alessandro Rubini.
6732 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
6734         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6735         (type-break-demo-boring): Call read-event instead of read-char.
6737 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
6739         * progmodes/compile.el: Add handling for makepplog.
6741 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6743         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6744         aspell dictionaries are initialized when called non-interactively.
6746 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
6748         * progmodes/compile.el (compilation-loop): New arg limit.
6749         Handle case where the first error is at point-min.
6750         (compilation-next-error): New arg to compilation-loop call.
6752 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
6754         * info.el (Info-default-dirs): Change default info dir to
6755         share/info.
6757         * paths.el (Info-default-directory-list): Ditto.
6759 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
6761         * hexl.el (hexl-before-revert-hook): New function.
6762         (hexl-mode): Use it.
6763         (hexl-after-revert-hook): Just call hexl-mode.
6764         (hexl-mode-exit): Remove before-revert-hook.
6766 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6768         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6770 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
6772         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6773         by "-" in francais7 otherchars entry.
6774         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6775         otherchars entry.
6777 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
6779         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6780         path.  Rewrite function in `cond' style for readability.
6782         Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6783         (The path shortening, that is, not the rearrangement.)
6785 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6787         * term/mac-win.el (mac-ae-quit-application): New function.
6788         (mac-apple-event-map): Bind "quit application" Apple event to it.
6790 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6792         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6793         than the program's output.
6795 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
6797         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6798         (kmacro-start-macro-or-insert-counter)
6799         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6800         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6802         * longlines.el (longlines-show-hard-newlines):
6803         * ruler-mode.el (ruler-mode-ruler):
6804         * emulation/keypad.el (keypad-setup):
6805         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6806         Fix typo in docstring.
6808 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
6810         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6811         Remove redirect character ">".
6813 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
6815         * replace.el (perform-replace): Remove leftover code.
6817 2007-01-12  Richard Stallman  <rms@gnu.org>
6819         * replace.el (perform-replace): Don't clear NODENT when computing
6820         the replacement string.
6822 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
6824         * net/tramp.el (tramp-handle-file-local-copy):
6825         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
6826         <christopher.ian.moore@gmail.com>.
6828 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6830         * diff-mode.el (diff-sanity-check-context-hunk-half)
6831         (diff-sanity-check-hunk): New functions.
6832         (diff-find-source-location): Use'em to check the hunks are well-formed.
6834         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6835         activate undo when undo is not active.
6836         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6838 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6840         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6841         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6842         (ffap-url-at-point): Use char-classes rather than "a-z".
6844 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
6846         * ediff-init.el (ediff-autostore-merges):
6847         * textmodes/fill.el (fill-region): Doc fix.
6849 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6851         * server.el (server-ensure-safe-dir): UIDs may be floats.
6853 2007-01-10  Richard Stallman  <rms@gnu.org>
6855         * battery.el (battery-linux-proc-acpi): Use ignore-errors
6856         around calls to directory-files.
6858         * subr.el (momentary-string-display): Use save-excursion.
6860         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6861         argument, but read it as `X' does.
6863 2007-01-09  Juri Linkov  <juri@jurta.org>
6865         * info.el (Info-fontify-node): Don't hide node names of index entries.
6867         * faces.el (momentary): Change :group to basic-faces where all
6868         basic faces belong to.  Add :version.
6870 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6872         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6873         keybinding is found.
6874         (tutorial--find-changed-keys): Never treat null keybinding as a
6875         remapping.
6877 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
6879         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6881 2007-01-09  Kenichi Handa  <handa@m17n.org>
6883         * international/mule-cmds.el
6884         (select-safe-coding-system-interactively): Fix message.
6886 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
6888         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6889         (tramp-process-actions): Add optional parameter TIMEOUT.
6890         (tramp-open-connection-telnet, tramp-open-connection-rsh)
6891         (tramp-open-connection-su): Add timeout of 60".
6893 2007-01-09  Richard Stallman  <rms@gnu.org>
6895         * progmodes/compile.el (compile): Doc fix.
6897 2007-01-09  Markus Triska  <markus.triska@gmx.at>
6899         * tumme.el (tumme-display-thumb): Doc fix.
6901 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
6903         * battery.el (battery-search-for-one-match-in-files):
6904         * bindings.el (mode-line-minor-mode-help):
6905         * x-dnd.el (x-dnd-types-alist):
6906         * calendar/icalendar.el (icalendar-import-buffer):
6907         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6909         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6911 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
6913         * replace.el (replace-regexp): Fix typo in docstring.
6915 2007-01-07  Alan Mackenzie  <acm@muc.de>
6917         * progmodes/cc-langs.el (c-operators, c-filter-ops):
6918         Amend doc-string and comments.
6920 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
6922         * files.el (abbreviate-file-name): Doc fix.
6924 2007-01-06  Markus Triska  <triska@gmx.at>
6926         * subr.el (split-string): Remove spurious ")" from doc string.
6928 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
6930         * textmodes/table.el (table--warn-incompatibility):
6931         Use display-warning instead of momentary-string-display.
6933 2007-01-05  Richard Stallman  <rms@gnu.org>
6935         * image.el (image-type-header-regexps): Recognize xbm more strictly.
6937         * simple.el (backward-kill-word): Doc fix.
6939 2007-01-05  Romain Francoise  <romain@orebokech.com>
6941         * international/mule.el (sgml-html-meta-auto-coding-function):
6942         Ensure that the buffer contains a HTML document.
6944 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
6946         * faces.el (momentary): Move here ...
6947         * subr.el (momentary): ... from here.
6949 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
6951         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6952         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6953         large structures/arrays.
6955 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
6957         * files.el (find-file-noselect-1, set-visited-file-name):
6958         Allow backup-enable-predicate to be nil.
6960 2007-01-04  Andreas Schwab  <schwab@suse.de>
6962         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6963         last change.
6965 2007-01-03  Richard Stallman  <rms@gnu.org>
6967         * woman.el (woman-decode-buffer): Clarify error message.
6969 2007-01-03  Alan Mackenzie  <acm@muc.de>
6971         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6973 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
6975         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6977 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6979         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6981 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
6983         * emulation/viper.el (viper-custom-file-name, viper-mode):
6984         Fix typos in docstrings.
6986         * subr.el (momentary-string-display): After moving point, set POS
6987         variable to it to avoid later errors once the buffer is modified.
6988         Doc fix.
6990 2007-01-02  Alan Mackenzie  <acm@muc.de>
6992         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6993         check that the "*/" is present before trying to manipulate it.
6995 2007-01-02  Richard Stallman  <rms@gnu.org>
6997         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6999         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
7000         Fix format of value.
7002         * cus-edit.el (customize-unsaved): Rename from customize-customized.
7003         Change messages accordingly.
7004         (customize-customized): Now alias.
7006 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
7008         * files.el (version-control): Doc fix.
7010 2007-01-01  Alan Mackenzie  <acm@muc.de>
7012         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
7013         Check the format of c-state-cache is valid for an optimisation before
7014         using it.
7016         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
7017         are at a statement within a macro".  Other changes so that only
7018         the first continuation line in a macro gets the symbol
7019         `cpp-define-intro', the others getting `statement', or whatever.
7021         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
7022         a string, preserve whitespace.  Add a backslash only when also in
7023         a macro.
7025         * progmodes/cc-defs.el: Correct typos.
7027         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
7028         new line after an escaped EOL in a string.
7030         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
7031         label when it directly follows "else", "do", ....
7033         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
7034         angle brackets (as seen in "explicit specialisations" of C++
7035         templates).
7037         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
7038         in the doc-string.
7040         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
7041         when the comment ender looks like "=========*/" and is alone on
7042         its line.
7044         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
7045         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
7046         for the old name.
7048         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
7049         c-\(beginning\|end\)-of-defun by default.
7051         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
7052         New line-up function, for the DEFUN macro in the Emacs C sources.
7053         Only used in "gnu" style.
7055         * progmodes/cc-styles.el (c-style-alist): Use this new function in
7056         the "gnu" style.
7058         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
7059         clean-up comment-close-slash also to work when there's a comment
7060         terminator on the line.
7061         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
7062         these for large arg - only take account of top level {..}, except
7063         for initial and final adjustments.  M-- C-M-[ae] now go to the
7064         right defuns when the starting point is between defuns.  They use
7065         the four new functions:
7066         (c-in-function-trailer-p, c-where-wrt-brace-construct)
7067         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
7068         support c-\(beginning\|end\)-of-defun.
7070         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
7071         expressions more rigorously, to exclude bit-field specifiers from
7072         being classed as labels.
7073         (c-forward-label): When analyzing a ":" within a macro, be careful
7074         about using c-forward-syntactic-ws at the macro beginning.
7075         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
7076         stmt boundary, check for "operator=", etc.
7078         * progmodes/cc-mode.el (c-postprocess-file-styles):
7079         Bind inhibit-read-only to t, around the call to
7080         c-remove-any-local-eval-or-mode-variables, so that it works on a
7081         RO file.
7083         * progmodes/cc-defs.el (c-version): Update the version number to
7084         "5.31.4".
7086 2007-01-01  Richard Stallman  <rms@gnu.org>
7088         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
7089         only if we restored isearch-window-configuration.
7091 2006-12-31  Romain Francoise  <romain@orebokech.com>
7093         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
7095 2006-12-31  Kim F. Storm  <storm@cua.dk>
7097         * files.el (auto-mode-case-fold): New defcustom.
7098         (set-auto-mode): If non-nil, perform second case-sensitive pass
7099         through auto-mode-alist if first pass failed.
7101 2006-12-30  Richard Stallman  <rms@gnu.org>
7103         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
7105 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
7107         * allout.el (allout-encrypt-string): Handle symmetric-key
7108         passphrase caching but leave keypair caching to pgg.
7110 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
7112         Sync with Tramp 2.0.55.
7114         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
7115         `integerp'.  `char-equal' could fail else in case of negative
7116         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
7117         (top): Check for `font-lock-add-keywords' before calling; it
7118         doesn't exist under XEmacs.
7119         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
7120         (tramp-completion-mode): Remove clause (not
7121         tramp-unified-filenames), because the function is called in other
7122         context too, where this check results in wrong results in the
7123         XEmacs case on Windows.
7124         (tramp-touch): UTC handling is not possible for XEmacs.
7126 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7128         * scroll-bar.el (previous-scroll-bar-mode): New variable
7129         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
7130         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
7132         * term/x-win.el: Set scroll bar mode to right if set by X resources.
7134 2006-12-30  Richard Stallman  <rms@gnu.org>
7136         * files.el (make-backup-file-name-1): Precompute abs name
7137         but don't lose the relative name.
7139         * international/mule-cmds.el (select-safe-coding-system-interactively):
7140         Fix message.
7142 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
7144         * files.el (backup-buffer): Show entire backup file name in msg.
7146 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
7148         * image.el (image-type-header-regexps, image-type-from-data)
7149         (image-type-from-buffer, image-type-from-file-header):
7150         Revert changes from 2006-12-26.
7151         (image-type-auto-detectable): New variable.
7152         (image-type-auto-detected-p): New function.
7154         * files.el (magic-mode-alist): Detect image files with
7155         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
7157 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
7159         * dired.el (dired-sort-other): Move test for dired-mode...
7160         (dired-sort-set-modeline): ...to here.
7162 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7164         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
7165         change.  Suggested by Stefan Monnier.
7167 2006-12-29  Kim F. Storm  <storm@cua.dk>
7169         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
7170         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
7172 2006-12-27  Kim F. Storm  <storm@cua.dk>
7174         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
7175         so it doesn't accidentally match an fsf.org mail address.
7176         (authors-renamed-files-alist): Add tcover-*.el.
7178 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7180         * vc-arch.el (vc-arch-find-version): New function.
7182         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
7183         composed of arbitrary characters (even /) in some systems.
7185 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
7187         * international/mule-cmds.el (select-safe-coding-system-interactively):
7188         Improve the message in the *Warning* buffer.
7190 2006-12-27  Kim F. Storm  <storm@cua.dk>
7192         * ido.el (ido-set-matches-1): Fix last change.  If default item is
7193         current buffer, it is ok to be first.
7195 2006-12-27  Kenichi Handa  <handa@m17n.org>
7197         * international/mule-cmds.el (select-safe-coding-system-interactively):
7198         Use face `link' for problematic chars.
7200 2006-12-27  Kenichi Handa  <handa@m17n.org>
7202         * international/mule-cmds.el (select-safe-coding-system-interactively):
7203         Improve the message in *Warning* buffer.
7205 2006-12-27  Kim F. Storm  <storm@cua.dk>
7207         * ido.el (ido-set-matches-1): Never put current buffer first if
7208         there are other matches.
7210 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
7212         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
7213         expressions.
7214         (gdb-var-delete): Handle duplicate names.  Print message for non
7215         root expressions.
7216         (gdb-partial-output-name): Start buffer name with a space.
7217         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
7218         buffer name.
7220 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7222         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
7223         last footnote when `footnote-spaced-footnotes' is nil.
7225 2006-12-26  Richard Stallman  <rms@gnu.org>
7227         * cus-edit.el (custom-browse-sort-alphabetically)
7228         (custom-buffer-sort-alphabetically)
7229         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
7231         * image.el (image-type-header-regexps): Change element format
7232         to include third item NOT-ALWAYS.
7233         (image-type-from-data): Handle new format.
7234         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
7235         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
7237 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
7239         * add-log.el (add-log-current-defun): Call `forward-sexp'
7240         multiple times to pick a member function name defined as
7241         part of nested classes/namespaces.
7243 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7245         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
7246         which keymap should be used to change menu.  It does not affect any
7247         existent code.
7249 2006-12-26  Richard Stallman  <rms@gnu.org>
7251         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
7252         rather than for being in a minibuffer window.
7254 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
7256         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
7257         locale-coding-system.
7258         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
7259         LF.
7261 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
7263         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
7264         (sql-mode-syntax-table): Disable double quoted strings.
7265         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
7267 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7269         * startup.el (fancy-splash-last-input-event): New variable.
7270         (fancy-splash-special-event-action): New function.
7271         (fancy-splash-screens): Temporarily bind special events to it.
7272         Execute command for saved special event before exiting from
7273         recursive editing.
7275         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
7276         New functions.
7277         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
7278         Use mac-unread-string.
7280 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7282         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
7283         an optimized comment regexp if `comment-start-skip' uses a ^.
7284         * bs.el (bs--up): Remove interactive spec.
7286 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
7288         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
7289         Suggested by James Cloos.
7291 2006-12-24  Kevin Ryde  <user42@zip.com.au>
7293         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
7294         in March.
7295         (calendar-dst-ends): Default to first Sunday in November.
7297 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
7299         * allout.el (allout-encrypt-string): Inhibit use of agent within
7300         body of let form where encryption happens.  Acknowledge non-use of
7301         gpg-agent in docstring.
7302         (allout-toggle-subtree-encryption): Acknowledge non-use of
7303         gpg-agent in docstring.
7305 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
7307         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
7309 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7311         * ediff-diff.el (ediff-diff-options): Clarify docstring.
7312         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
7314         * emulation/viper-cmd.el (viper-post-command-sentinel):
7315         Protect against errors in hooks.
7316         (viper-add-newline-at-eob-if-necessary): Add newline only if we
7317         actually modify buffer; ignore errors if occur.
7319 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
7321         * calendar/calendar.el (calendar-mode-map): Switch < and >.
7322         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
7323         formatting.
7325 2006-12-23  Richard Stallman  <rms@gnu.org>
7327         * simple.el (delete-horizontal-space): Doc fix.
7329 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
7331         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
7332         explicitly in a recursive Make, not implicitly through prerequisites,
7333         since the latter is wrong under parallel builds.
7335 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
7337         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
7339 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
7341         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
7342         message string.
7344 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
7346         * outline.el (outline-next-visible-heading): Fix the case with a
7347         header at end-of-file with no final newline.
7349 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
7351         * indent.el (tab-always-indent): Doc fix.
7353 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
7355         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
7356         (Info-fontify-node): Do fontify indices.
7358         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
7359         to the Emacs Lisp reference manual.
7360         (tutorial--tab-map): Remove.  All callers changed.
7361         (tutorial--find-changed-keys): New elt QUIET, used to...
7362         (tutorial--display-changes): ...ensure that warning messages are
7363         only issued once per changed key.
7364         (tutorial--remove-remarks): Delete unused code-path.
7365         (lang-strings): Remove extraneous formatting.
7366         (tutorial--save-tutorial): Prompt before saving tutorial state.
7368 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
7370         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
7371         Replace '?\ ' by '?\s' throughout.
7372         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
7373         `help' custom group.
7374         (tutorial--key-description): New function.
7375         (tutorial--display-changes): Remove redundant arg.  Scan for all
7376         key sequences to avoid false matches.  Cleanup.
7377         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
7378         reduce homedir pollution.
7379         (help-with-tutorial): Call tutorial--display-changes with no arg.
7381 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
7383         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
7385 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
7387         * net/tramp.el (tramp-default-method): We still need to check for
7388         `executable-find', because it is not bound under Emacs 20.
7389         (tramp-handle-file-name-completion)
7390         (tramp-completion-handle-file-name-completion): Handle optional
7391         parameter PREDICATE.
7392         (tramp-find-default-method): Add code for default values.
7394 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
7396         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
7397         make gud-go send "continue".
7399 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
7401         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
7402         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
7404 2006-12-19  Kim F. Storm  <storm@cua.dk>
7406         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
7407         instead of global-map.
7409         * files.el (magic-mode-alist): Allow matching file type by
7410         calling a function at bob.  Check for image types by calling
7411         image-type-from-buffer.  Suggested by Juanma Barranquero.
7412         (set-auto-mode): Do it.
7414 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
7416         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
7417         Remove "ControlMaster" option from the other `scp*' methods.
7418         (tramp-default-method): Check for ssh-agent before setting to `scp'.
7420 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
7422         * textmodes/org.el (org-mode): Show context after isearch.
7423         (org-show-siblings): New function.
7424         (org-show-context): Use `org-show-siblings'.
7426 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7428         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
7429         Use syntax-ppss-toplevel-pos.
7431 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
7433         * textmodes/org.el (org-current-line): Make sure that lines are
7434         counted from beginning of buffer.
7435         (org-table-copy-region, org-table-paste-rectangle): Make sure that
7436         lines are counted from beginning of buffer.
7438 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7440         * info.el (Info-build-node-completions): Signal error if tag-table
7441         marker is not found.
7443         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7445 2006-12-17  Alan Mackenzie  <acm@muc.de>
7447         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
7448         speed) the case when open-paren-in-column-0-is-defun-start is nil.
7449         Based on code by Martin Rudalics.
7451         * progmodes/cc-mode.el (c-basic-common-init): Don't set
7452         open-paren-in-column-0-is-defun-start to nil any more.
7454 2006-12-17  Richard Stallman  <rms@gnu.org>
7456         * simple.el (delete-horizontal-space): Use prefix arg.
7458         * help-fns.el (describe-variable): Improve blank separator lines.
7460         * files.el (magic-mode-alist): Mark as risky.
7462         * files.el (make-backup-file-name-1):
7463         Expand backup-directory explicitly.
7465 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
7467         * net/tramp.el (tramp-default-method): Before setting to "pscp",
7468         check whether package password.el is loaded, or Pageant is running.
7470 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
7472         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
7473         (icalendar--rris): First try Emacs, then XEmacs.
7474         (icalendar--convert-ical-to-diary): Doc fix.
7475         Insert newline at end of target file.
7477 2006-12-17  Kim F. Storm  <storm@cua.dk>
7479         * outline.el (outline-isearch-open-invisible-function): New defvar.
7480         (outline-flag-region): Use it if non-nil for isearch-open-invisible
7481         overlay property instead of outline-isearch-open-invisible.
7483 2006-12-16  Kim F. Storm  <storm@cua.dk>
7485         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
7486         if ido-directory-too-big is set on entry.
7487         (ido-toggle-ignore, ido-completion-help): Print message while
7488         reading big directory.
7490 2006-12-15  Richard Stallman  <rms@gnu.org>
7492         * shell.el (shell): Doc fix.
7494 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
7496         * emulation/edt.el (edt-xserver):
7497         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
7498         to fix a problem on Cygwin.
7500         * emulation/edt.el
7501         * emulation/edt-mapper.el
7502         * emulation/edt-lk201.el
7503         * emulation/edt-pc.el
7504         * emulation/edt-vt100.el: Update maintainer's email address.
7506 2006-12-15  Simon Marshall  <simon@gnu.org>
7508         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
7510 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7512         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
7513         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
7514         instead of mac-atsu-font-table.
7515         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
7517 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
7519         * align.el (align-match-tex-pattern): Fix a rare bug which
7520         hanged Emacs.
7522 2006-12-14  Richard Stallman  <rms@gnu.org>
7524         * startup.el (use-fancy-splash-screens-p): Use frame-height
7525         instead of window-height.  Pass frame to image-size.
7527 2006-12-13  Kenichi Handa  <handa@m17n.org>
7529         * international/mule-cmds.el (set-locale-environment):
7530         Set default-sendmail-coding-system too.
7532 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
7534         * progmodes/idlw-help.el: Fix copyright notice.
7536 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7538         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
7540 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
7542         * subr.el (unread-command-char): Reformat obsolescence info.
7544 2006-12-11  Richard Stallman  <rms@gnu.org>
7546         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
7547         about calls to cl-struct-setf-expander.
7549 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
7551         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
7552         (ediff-combination-pattern): Fix typo in docstring.
7554         * textmodes/refer.el (refer-find-entry): Doc fix.
7555         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
7556         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
7557         Fix tipos in docstrings.
7559         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
7561 2006-12-10  Kim F. Storm  <storm@cua.dk>
7563         * ido.el (ido-init-completion-maps): Remap backward-kill-word
7564         instead of binding M-backspace.
7566 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
7568         * replace.el (replace-match-data, replace-match-maybe-edit):
7569         * calc/calc-aent.el (calc-eval-error):
7570         * emulation/vi.el (vi-char-argument):
7571         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
7572         (c-vsemi-status-unknown-p-fn): Doc fixes.
7574 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
7576         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
7577         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
7579 2006-12-10  Masatake YAMATO  <jet@gyve.org>
7581         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
7583 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
7585         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
7587         * man.el (Man-xref-button-action): New function.  If the
7588         `Man-target-string' button property is a function, assume it
7589         accepts a position argument.
7590         (Man-abstract-xref-man-page): Use it.
7591         (Man-default-man-entry): New optional arg POS.
7593         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
7594         symlink arrows read-only and non-rear-sticky.
7596 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
7598         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
7599         (wdired-search-and-rename): Simplify code.
7600         (wdired-preprocess-files, wdired-preprocess-perms): Make
7601         read-only property of preceding character rear-nonsticky to
7602         avoid that it can be modified.  Put old-name and old-link
7603         properties on character preceding name and replace
7604         put-text-property by add-text-properties.
7605         (wdired-get-filename, wdired-get-previous-link): Get old-name
7606         and old-link properties from character preceding name and
7607         simplify code.
7608         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
7609         (wdired-perms-to-number): Make local-map property
7610         rear-nonsticky to avoid that text following permissions may be
7611         modified.  Use add-text-properties instead of put-text-property
7612         when changing a permission bit.
7613         (wdired-change-to-dired-mode): Remove stickiness properties.
7615 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
7617         * international/mule-cmds.el (register-input-method): Doc fix.
7619 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
7621         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
7623 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7625         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
7626         Force buffer local defs evaluation on local variables loading.
7627         (flyspell-mode-on, flyspell-mode-off): Use it in
7628         `hack-local-variables-hook'.
7630 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
7632         * emacs-lisp/find-func.el (find-variable): Doc fix.
7634         * help-fns.el (variable-at-point): Doc fix.
7636         * w32-fns.el (w32-append-code-lines): New function.
7638 2006-12-09  Romain Francoise  <romain@orebokech.com>
7640         * comint.el (comint-insert-input): Delete obsolete comment.
7642 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7644         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7645         current frame, in case we're connected to several displays.
7647 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
7649         * frame.el (other-frame): Doc fix.
7650         (set-frame-parameter): Fix typo in docstring.
7652 2006-12-07  Kim F. Storm  <storm@cua.dk>
7654         * info.el (Info-index): Strip leading colon from topic.
7656 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
7658         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7659         to pointers.
7661 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
7663         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7664         Trim out spurious class inheritance "None" entries.
7666 2006-12-05  Kim F. Storm  <storm@cua.dk>
7668         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7669         (cua-paste-pop): Rework last change for
7670         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7671         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7672         text inserted by the last M-y command.
7674 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7676         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7677         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7679         * shell.el (shell): Search the start file in ~/.emacs.d as
7680         `init_SHELLNAME.sh' instead.
7682 2006-12-05  Glenn Morris  <rgm@gnu.org>
7684         * progmodes/cperl-mode.el (cperl-mode)
7685         * progmodes/f90.el (f90-mode-abbrev-table)
7686         * progmodes/fortran.el (fortran-mode-abbrev-table)
7687         * progmodes/octave-mod.el (octave-abbrev-table)
7688         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7689         if abbrev-table is non-nil (saved user abbrevs may have been restored).
7691         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7692         clear abbrev table, else saved abbrevs will not be restored.
7694 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
7696         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7697         the call to `make-obsolete-variable', not in the docstring.
7699 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
7701         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7703 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7705         * progmodes/ebnf-abn.el:
7706         * progmodes/ebnf-bnf.el:
7707         * progmodes/ebnf-dtd.el:
7708         * progmodes/ebnf-ebx.el:
7709         * progmodes/ebnf-iso.el:
7710         * progmodes/ebnf-otz.el:
7711         * progmodes/ebnf-yac.el:
7712         * progmodes/ebnf2ps.el:
7713         * delim-col.el:
7714         * printing.el:
7715         * ps-bdf.el:
7716         * ps-mule.el:
7717         * ps-print.el: Remove 'Time-stamp' comment mark.
7719         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7720         'easy-menu-add-item' when called in Emacs 21 or higher.
7722 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
7724         * progmodes/ada-xref.el (ada-check-current): Doc fix.
7725         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
7727 2006-12-04  Kim F. Storm  <storm@cua.dk>
7729         * bindings.el (global-map): Bind [signal t] to ignore, to have
7730         user signals ignored by default.
7732 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
7734         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7735         Unicode data file pointed to by `describe-char-unicodedata-file'.
7737 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7739         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7740         O(n^2) regexp-search by anchoring the search.
7742 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
7744         * whitespace.el (whitespace-cleanup-internal): Use current
7745         argument for recursive call.
7747 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
7749         * net/tramp.el (tramp-methods): Add "ControlPath" and
7750         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
7751         Andreas Schwab <schwab@suse.de>.
7752         (tramp-do-copy-or-rename-file-out-of-band)
7753         (tramp-open-connection-rsh): Compute format spec for ?t.
7754         (tramp-process-actions): Trace command parameters.
7756 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7758         * simple.el (toggle-truncate-lines): Clarify doc string.
7760         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7761         (gdb-speedbar-expand-node): Use it.
7763 2006-12-04  Richard Stallman  <rms@gnu.org>
7765         * progmodes/python.el (python-indent): Add safe-local-variable prop.
7767         * dired.el (dired-revert): Turn off dired-after-readin-hook
7768         around call to dired-readin.
7770         * menu-bar.el (menu-bar-make-toggle): Add "globally"
7771         to echo area messages.
7772         <indicate-empty-lines, case-fold-search>:
7773         Add "globally" to Help string.
7774         <case-fold-search>: MESSAGE arg need not say "globally".
7775         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7777 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
7779         * outline.el (outline-end-of-subtree): Don't leave an empty
7780         line hidden as we would a real next heading.
7782 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
7784         * allout.el (allout-ascend): Add an optional argument to preserve
7785         original position of point when unsuccessful.  Also, fix a
7786         docstring error.
7787         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7788         work again, using allout-ascend's new option.
7789         (allout-setup-mode-map): Extract from allout-mode to initialize
7790         allout-mode-map.  Call it on file load, so the mode docstring
7791         substitutions work even if allout mode has not yet been invoked.
7792         (allout-mode): Use new allout-setup-mode-map to track any keybinding
7793         customizations since the map was last processed.  Also, refine the
7794         docstring so it's ship-shape for release.
7795         (allout-default-layout, allout-beginning-of-line-cycles)
7796         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7797         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7798         (allout-version, allout-layout, allout-infer-body-reindent)
7799         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7800         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7801         (allout-previous-heading, allout-goto-prefix-doublechecked)
7802         (allout-current-bullet-pos, allout-next-sibling-leap)
7803         (allout-pre-command-business, allout-encrypted-type-prefix)
7804         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7805         (allout-rebullet-topic, allout-rebullet-topic-grunt)
7806         (allout-flag-region, allout-expose-topic, allout-expose-topic)
7807         (allout-old-expose-topic, allout-listify-exposed)
7808         (allout-process-exposed, allout-latex-verb-quote)
7809         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7810         (allout-toggle-current-subtree-encryption)
7811         (allout-toggle-subtree-encryption, allout-bullet-isearch):
7812         Remove extraneous open-paren and close paren string escapes.
7814 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
7816         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7817         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7818         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7819         Fix typos in docstrings.
7821 2006-12-03  Glenn Morris  <rgm@gnu.org>
7823         * progmodes/cc-align.el
7824         * progmodes/cc-awk.el
7825         * progmodes/cc-cmds.el
7826         * progmodes/cc-compat.el
7827         * progmodes/cc-defs.el
7828         * progmodes/cc-engine.el
7829         * progmodes/cc-langs.el
7830         * progmodes/cc-menus.el
7831         * progmodes/cc-mode.el
7832         * progmodes/cc-styles.el
7833         * progmodes/cc-vars.el
7834         * progmodes/vhdl-mode.el: Fix Copyright format.
7836 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
7838         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7839         initial down event.
7841 2006-12-02  Kim F. Storm  <storm@cua.dk>
7843         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7844         (cua-repeat-replace-region): Make M-v more robust.
7845         (cua-paste-pop-rotate-temporarily): New defcustom.
7846         (cua-paste-pop): Use it.
7847         (cua-auto-mark-last-change): New defcustom.
7848         (cua-pop-to-last-change): New helper function.
7849         (cua-set-mark): Use them.
7851 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
7853         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7854         mini-buffer message.
7856 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
7858         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7860 2006-12-01  Ben North  <ben@redfrontdoor.org>
7862         * paren.el: Fix the highlight overlay extension when the user types a
7863         sequence of char very fast just before the open parenthesis.
7865 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7867         * ps-mule.el: Eliminate Emacs 20 compatibility.
7869         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7870         (ps-print-version): New version 6.7.
7871         (ps-print-quote): Replace '?\ ' by '?\s'.
7873 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
7875         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7876         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7877         (hexl-end-of-1k-page): Doc fixes.
7878         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7879         Fix typos in docstrings.
7881 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7883         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
7884         locally, i.e. without using file name handlers.
7885         (ido-read-internal): Allow mono letter host names, avoiding the
7886         `c:' problem by testing if the file exists locally.
7887         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7889 2006-11-30  Masatake YAMATO  <jet@gyve.org>
7891         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7892         to avoid bytecomp warnings.
7893         (hexl-mode-old-ruler-function): New variable.
7894         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7895         and `hl-line-range-function' after `require' hl-line.
7896         Then bind `hl-line-range-function' and `hl-line-face'.
7897         Don't require frame.  Don't use `with-no-warnings'.
7898         (hexl-activate-ruler): Store the original value of
7899         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7900         (hexl-mode-exit): Restore the original value of
7901         `ruler-mode-ruler-function'.
7903 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
7905         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7906         (hexl-mode-old-hl-line-face): New variable.
7907         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7908         line when exit from the hexl-mode.
7910 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
7912         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7913         Doc fixes.
7915         * international/fontset.el (create-fontset-from-ascii-font)
7916         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7917         (fontset-name-p): Fix typo in docstring.
7919         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7921 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7923         * ps-bdf.el: Fix maintainer email.
7925         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
7926         compatibility.
7928         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
7929         21 compatibility.
7930         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7931         Emacs 20 & 21.
7933 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
7935         * progmodes/idlwave.el (idlwave-auto-fill):
7936         Remove paragraph-start let to prevent auto-fill giving up.
7938 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
7940         * vt100-led.el (led-state): Fix typo in previous change.
7942 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7944         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7945         Fix interactive spec of the functions getting defined to make them
7946         work as documented.
7948 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
7950         * startup.el (fancy-splash-screens): Hide initial splash buffer.
7952 2006-11-28  Kim F. Storm  <storm@cua.dk>
7954         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7955         icomplete-mode is enabled.
7957 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
7959         * textmodes/org.el (require): Require gnus-sum during compilation
7960         to avoid problem with a macro call.
7962 2006-11-28  Glenn Morris  <rgm@gnu.org>
7964         * emacs-lisp/authors.el (authors-aliases): Add new alias.
7966         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7967         (fortran-window-create-momentarily): Do not need string-to-char.
7969 2006-11-28  Richard Stallman  <rms@gnu.org>
7971         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7972         Replace incorrect use of assoc-default with a loop.
7974         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7976         * simple.el (next-error-find-buffer): Improve messages.
7978         * files.el (revert-buffer): Special error message if file
7979         is now not readable.
7981         * facemenu.el (facemenu-add-new-face): Improve doc strings of
7982         constructed commands.
7984         * comint.el (comint-exec-1): Provide Emacs version and `comint'
7985         in INSIDE_EMACS.
7987 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7989         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7991         * server.el: Remove spurious * in docstrings.
7992         (server-process-filter): Exit from recursive editing before processing
7993         a new request.
7995 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
7997         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7998         line so hidden blocks will be correctly identified.
8000 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
8002         * ledit.el (ledit-save-defun, ledit-mode):
8003         * resume.el (resume-emacs-args-buffer):
8004         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
8005         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
8006         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
8007         (command-send-input, command-kill-line):
8008         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
8010         * autoarg.el (autoarg-kp-mode): Doc fix.
8012         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
8013         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
8014         (check-emacs-lock): Doc fix.  Simplify.
8016         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
8017         (iimage-mode-buffer): Fix typos in docstring.
8019         * misc.el (zap-up-to-char): Doc fix.
8021         * time-stamp.el: Fix comment and obsolescence string for old
8022         functions.  Use `dolist' instead of `while'.
8024         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
8026         * disp-table.el (standard-display-8bit, standard-display-default):
8027         * ebuff-menu.el (electric-buffer-list):
8028         * ehelp.el (electric-help-command-loop):
8029         * font-core.el (font-lock-mode):
8030         * help-macro.el (make-help-screen):
8031         * help.el (describe-minor-mode-completion-table-for-indicator)
8032         (lookup-minor-mode-from-indicator):
8033         * indent.el (tab-to-tab-stop, move-to-tab-stop):
8034         * info-look.el (info-lookup-guess-custom-symbol):
8035         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
8036         * longlines.el (longlines-wrap-line):
8037         * macros.el (insert-kbd-macro):
8038         * menu-bar.el (menu-bar-update-buffers):
8039         * misc.el (copy-from-above-command):
8040         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
8041         * newcomment.el (comment-indent):
8042         * novice.el (disabled-command-function):
8043         * sort.el (sort-fields-syntax-table):
8044         * subr.el (momentary-string-display):
8045         * tar-mode.el (tar-header-block-summarize)
8046         (tar-clear-modification-flags):
8047         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
8048         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
8049         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
8050         (te-delete-char, te-down-vertically-or-scroll):
8051         * time-stamp.el (time-stamp-string-preprocess):
8052         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
8054 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
8056         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
8057         in GUD mode.
8059         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
8060         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
8062 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8064         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
8066 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
8068         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
8069         (ada-compile-goto-error): Adapt to new argument profile of
8070         compilation-goto-locus in Emacs 22.  Don't check if the various
8071         compile functions are defined; we already do "(require 'compile)".
8073 2006-11-26  Kim F. Storm  <storm@cua.dk>
8075         * kmacro.el: Fix commentary.
8077 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
8079         * progmodes/gud.el (gdb): Explain how to run in text command mode
8080         more clearly.  Say in error message that multiple debugging
8081         requires restarting GDB.
8083 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
8085         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
8087 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
8089         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
8090         (flymake-popup-menu): Use it instead of posn-at-point.
8092 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8094         * progmodes/cc-vars.el (c-backslash-column):
8095         Mention c-backslash-max-column in documentation for c-backslash-column.
8097 2006-11-24  Lars Hansen  <larsh@soem.dk>
8099         * net/tramp.el (tramp-default-method): Under Windows, change from
8100         plink to pscp.
8101         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
8102         (tramp-actions-copy-out-of-band):
8103         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
8104         (tramp-action-out-of-band): Move "Permission denied" handling to
8105         tramp-action-copy-failed.
8106         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
8107         process buffer.
8109 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8111         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8112         strings to a single string.  Quote `errors-file-name'.
8113         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8114         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8115         Adjust calls.  Use `shell-quote-argument'.
8117         * international/mule.el (load-with-code-conversion)
8118         (with-category-table): Use with-current-buffer.
8119         (after-insert-file-set-coding): Use restore-buffer-modified-p.
8121 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
8123         * mail/smtpmail.el (smtpmail-send-it):
8124         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
8125         MIME header for the message encoding.
8126         Bind coding-system-for-write around the call to mail-do-fcc.
8127         Use smtpmail-code-conv-from to encode queued mail messages.
8129 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8131         * tabify.el (tabify-regexp): Doc fix.
8133         * net/rcirc.el (rcirc-buffer-maximum-lines):
8134         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
8136         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
8137         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
8138         Fix typos in output messages.
8139         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
8141 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8143         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
8144         the horse's mouth.
8145         (hexlify-buffer): Don't re-encode an arg that's already encoded.
8147 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
8149         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
8150         Remove condition-case.
8152 2006-11-23  Glenn Morris  <rgm@gnu.org>
8154         * progmodes/f90.el (f90-comment-indent): Do not move point in
8155         default case.
8157 2006-11-21  Romain Francoise  <romain@orebokech.com>
8159         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
8160         from library name (reverts change of 2005-10-25).
8162 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8164         * tutorial.el (tutorial--default-keys): Add newline and
8165         delete-backward-char bindings.
8166         (tutorial--detailed-help): Save excursion when finding keys.
8167         Correct warning string for M-x FOO case.
8168         (tutorial--display-changes): Print special keys in tutorial style.
8169         Tweak search regexp for changed keys.
8171 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8173         * thingatpt.el (thing-at-point-url-at-point): Don't add a
8174         redundant scheme.
8176 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
8178         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
8179         are new to the list at IANA.  Also added irc, mms, mmsh.
8181 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
8183         * progmodes/idlw-help.el (idlwave-html-help-location):
8184         Fail gracefully for missing help packages.
8185         (idlwave-help-assistant-open-link): Open full links.
8186         (idlwave-help-assistant-help-with-topic): Direct help link.
8188         * progmodes/idlwave.el (idlwave-mode):
8189         Set add-log-current-defun-function.
8190         (idlwave-current-routine-fullname): Add, to support add-log.
8191         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
8192         to reflect improvements to xml-parse-file.
8193         (idlwave-mode-menu-def): New binding for help-with-topic.
8195         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
8196         Handle extra newlines and spaces.
8197         (idlwave-shell-mode-map): Add help-with-topic.
8199 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
8201         * tutorial.el (tutorial-warning-face): New face.
8202         (tutorial--detailed-help, tutorial--display-changes): Use it.
8203         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
8204         Improve search pattern for occurrences of changed keys.
8206 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8208         * term/x-win.el (x-last-cut-buffer-coding): New variable.
8209         (x-select-text): Set it.
8210         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
8211         when checking for newness.
8213 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
8215         * subr.el (posn-image):
8216         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
8218         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
8220 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8222         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
8223         Exceptions to the rule "add a space between an identifier and an
8224         opening parenthesis".  Defaulted to the `#define' problem of cpp.
8225         (glasses-parenthesis-exception-p): New.  Check if the region is an
8226         exception regarding to that.
8227         (glasses-make-readable): Use it.
8228         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
8229         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
8231 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
8233         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
8235 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
8237         * progmodes/ada-mode.el (ada-make-body): Fix typo.
8239         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
8240         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
8242 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
8244         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
8245         conditions for function or variable bindings.
8247         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
8249         * progmodes/compile.el (compilation-start): Ditto.
8251 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
8253         * net/tramp.el (top): cl and custom are always required.
8255 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8257         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
8258         cut-buffers with next-selection-coding-system if not nil.
8260 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
8262         * textmodes/org.el (org-fix-decoded-time): New function.
8263         (org-display-custom-time): Use `org-fix-decoded-time'.
8265 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
8267         * menu-bar.el (menu-bar-games-menu): Remove yow.
8269 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
8271         * textmodes/org.el (org-scan-tags): Re-align code fixed.
8272         (org-detach-overlay): Rename from `org-detatch-overlay'.
8273         (org-table-convert-region): Insert space after column separator.
8274         (org-agenda-kill): New command.
8275         (org-metaleft): Call `org-outdent-item' on bullets.
8276         (org-metaright): Call `org-indent-item' on bullets.
8277         (org-timestamp-change): Set `org-last-changed-timestamp'.
8278         (org-current-line): Make sure (bolp) returns correct result.
8279         (org-agenda-change-all-lines): Make sure TODO are highlighted.
8281 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8283         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
8285 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
8287         * mouse.el (global-map): Change 2006-08-16 fix to call
8288         mouse-yank-at-click explicitly, since mouse events are not carried
8289         over into keyboard macros.
8291 2006-11-16  Kim F. Storm  <storm@cua.dk>
8293         * ido.el (ido-file-internal): Use current buffer's file name as default
8294         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
8296 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
8298         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
8299         (allout-inhibit-aberrance-doublecheck): Rename from
8300         allout-during-yank-processing.  All callers changed.
8301         (allout-ascend): Provide for unusual case where some topic after
8302         the first in file is at lower depth than the first.
8303         (allout-shift-in): Ensure the offspring of the new containing
8304         topic are exposed.
8305         (allout-encrypt-string): Preserve the coding-system of the text,
8306         according to that of the containing buffer.
8307         (allout-toggle-subtree-encryption): When the text being encrypted
8308         requires a different coding system, offer to preserve the coding
8309         system using a file local var.
8311 2006-11-15  Simon Marshall  <simon@gnu.org>
8313         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
8314         to recognise "T t()" as a function declaration, rather than a
8315         variable instantiation, iff at the top-level or inside a class
8316         declaration.  Suggested by Feng Li <fengli@gmail.com>.
8318 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
8320         * progmodes/ada-xref.el (ada-parse-prj-file):
8321         Don't delete project buffer; user may want to edit it.
8322         (ada-xref-set-project-field, ada-xref-current-project-file)
8323         (ada-xref-current-project, ada-show-current-project)
8324         (ada-set-main-compile-application): New functions.
8325         (ada-xref-get-project-field, ada-require-project-file):
8326         Normalize use of ada-prj-default-project-file.
8327         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
8328         Normalize use of ada-require-project-file.
8329         (ada-prj-find-prj-file): Improve doc string, comments.
8331         * progmodes/ada-mode.el (ada-mode-version): Bump version.
8332         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
8333         (ada-create-menu): Add ada-set-main-compile-application,
8334         ada-show-current-main, ada-show-current-project.
8336 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8338         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
8339         (inferior-python-mode): Use it.
8341 2006-11-14  Andreas Schwab  <schwab@suse.de>
8343         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8345 2006-11-13  Kim F. Storm  <storm@cua.dk>
8347         * ido.el (ido-copy-current-word): C-o copies region if active.
8349 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
8351         * textmodes/org.el (org-emph-face): Fix typo in variable name.
8353 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
8355         * ediff.el (ediff-revision):
8356         * files.el (set-visited-file-name):
8357         * mail/rmailout.el (rmail-output-body-to-file):
8358         Use `format', not `message', in `y-or-n-p' call.
8360 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
8362         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
8363         (org-metaright): Call `org-indent-item' on bullets.
8364         (org-timestamp-change): Set `org-last-changed-timestamp'.
8365         (org-current-line): Make sure (bolp) returns correct result.
8366         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
8368 2006-11-12  Richard Stallman  <rms@gnu.org>
8370         * language/european.el (turkish-case-conversion-enable)
8371         (turkish-case-conversion-disable): New functions.
8372         ("Turkish" lang env): Use them.
8374         * international/characters.el (case table):
8375         Do nothing special for i and I.
8377         * subr.el (remove-overlays): Fix last change.
8379         * cus-edit.el (custom-save-all): Use find-file-visit-truename
8380         for visiting the custom file.
8382 2006-11-12  Markus Triska  <triska@gmx.at>
8384         * play/handwrite.el (handwrite): Also process lines not ending
8385         with newline.  Replace some position-fiddling with different
8386         logic.  Improve performance.
8388 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
8390         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
8391         replacing deleted variable `ada-check-switch'.
8392         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
8393         (ada-xref-project-files): Improve doc string.
8394         (ada-find-executable): New function.
8395         (ada-initialize-runtime-library): Use `ada-find-executable'.
8396         (ada-xref-set-default-prj-values): In compile commands, don't need
8397         `ada-cd-command'; `compile' does that more portably.
8398         Use ada-prj-default-check-cmd.
8399         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
8400         properties if not specified in project file.
8401         (ada-goto-declaration): Display useful message for new error
8402         'error-file-not-found.
8403         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
8404         'error-file-not-found.
8405         (ada-get-all-references): Match latest ali syntax.  Signal new
8406         error 'error-file-not-found.
8407         (ada-find-in-ali): Match latest ali syntax.
8408         (ada-make-filename-from-adaname): Handle different semantics of
8409         gnatkr in GNAT 3.15p vs later.
8411         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
8412         ada-procedure-start-regexp.
8413         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
8415         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
8416         with defvar.
8417         (ada-language-version): Rename ada05 -> ada2005.
8418         (ada-align-region-separate): Add `eval-when-compile'.
8419         (ada-name-regexp): Remove unneeded escapes in regexp character
8420         alternative.
8421         (ada-compile-goto-error-file-linenr-re): New constant.
8422         (ada-matching-start-re): Handle additional cases `declare',
8423         `procedure', `function'.
8424         (ada-compile-goto-error): Handle "... at line nn".
8425         (ada-mode): Clearer syntax, comments for ff-special-constructs.
8426         Delete support for old versions of `align'.
8427         (ada-search-prev-end-stmt): Handle additional keyword `private'.
8428         (ada-check-defun-name): Simplify handling of `declare'.
8429         (ada-goto-matching-start): Handle nested `begin ... end'.
8430         Handle `declare', `protected', `procedure', `function'.
8431         (ada-create-menu): Presence of arm95 is not conditional on using
8432         GNAT compiler.
8434 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
8436         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
8437         nil in the *RE-Builder* buffer (it causes spurious error messages).
8439         * server.el (server-visit-files): If `minibuffer-auto-raise' has
8440         been set to t, respect it.
8442 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
8444         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
8445         Delete commented out code for old Emacs versions.  Autoloading of
8446         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
8447         (ada-mode-version): Bump version number.
8448         (ada-95-string-keywords, ada-2005-string-keywords)
8449         (ada-2005-keywords, ada-name-regexp): New constant.
8450         (ada-language-version, ada-procedure-start-regexp, ada-mode)
8451         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
8452         (ada-package-start-regexp): Support private packages, include package
8453         name (for ada-set-point-accordingly).
8454         (ada-next-procedure, ada-previous-procedure)
8455         (ada-which-function-are-we-in): Match changes to
8456         ada-procedure-start-regexp.
8457         (ada-make-body): Make non-interactive; not a user function.
8458         (ada-make-subprogram-body): Improve doc string.
8460 2006-11-11  Romain Francoise  <romain@orebokech.com>
8462         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
8463         `compilation-error-regexp-alist' buffer-local, since we changed
8464         `compilation-error-regexp-alist-alist' locally.
8466 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
8468         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
8469         to the value of `server-raise-frame'.
8471 2006-11-11  Glenn Morris  <rgm@gnu.org>
8473         * ido.el (ido-enable-prefix)
8474         * ses.el (ses-call-printer-return)
8475         * net/tramp.el (tramp-unified-filenames)
8476         * progmodes/cc-align.el (c-lineup-string-cont)
8477         * progmodes/compile.el (compilation-directory-matcher)
8478         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8479         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8480         (vhdl-clock-rising-edge)
8481         * textmodes/org.el (org-export-with-timestamps)
8482         (org-export-remove-timestamps-from-toc)
8483         (org-export-with-tags): Improve previous doc fixes.
8485 2006-11-11  Richard Stallman  <rms@gnu.org>
8487         * textmodes/flyspell.el (flyspell-mode-map):
8488         Bind C-c $ instead of M-RET.
8490 2006-11-10  Simon Marshall  <simon@gnu.org>
8492         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
8493         fontification for "case" and "default" keywords.
8495 2006-11-10  Andreas Schwab  <schwab@suse.de>
8497         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
8498         Avoid starting sentence with "nil".
8500 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
8502         * server.el (server-raise-frame): New option.
8503         (server-switch-buffer): Use it.
8505 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
8507         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
8508         with a capital.
8510 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
8512         * textmodes/org.el (org-show-hierarchy-above)
8513         (org-show-following-heading): Fix typo in default value.
8514         (org-scan-tags): Make the search case-sensitive.
8515         (org-tags-sparse-tree): Don't overrule
8516         `org-show-following-heading' and `org-show-hierarchy-above'.
8517         (org-reveal): New command.
8518         (org-show-context): Rename from `org-show-hierarchy-above'.
8519         (org-fast-tag-selection-single-key): New option.
8520         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
8521         (org-tags-overlay): New variable.
8522         (org-agenda-todo-ignore-deadlines): New option.
8523         ("session"): Add circular data structure `org-mark-ring' to
8524         exceptions list in session.el.
8525         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
8526         New options.
8527         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
8528         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
8529         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
8530         (org-finalize-agenda): Activate bracket links in agenda.
8531         (org-at-timestamp-p, org-at-date-range-p): Additional argument
8532         INACTIVE-OK.
8533         (org-show-hierarchy-above, org-show-following-heading):
8534         List values allowed for fine-tuned configuration.
8535         (org-show-hierarchy-above): New argument CONTEXT, use the
8536         fine-tuned settings in `org-show-hierarchy-above' and
8537         `org-show-following-heading'.
8538         (org-display-custom-time): New function.
8539         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
8540         (org-display-custom-times, org-time-stamp-custom-formats):
8541         (org-maybe-intangible): New macro.
8542         (org-activate-bracket-links, org-hide-wide-columns):
8543         Use `org-maybe-intangible'.
8544         (org-open-file): Use `shell-quote-argument'.
8545         (org-display-internal-link-with-indirect-buffer): New option.
8546         (org-file-remote-p): Get regexp from list.
8547         (org-link-expand-abbrev): New function.
8548         (org-link-abbrev-alist): New option.
8549         (org-open-at-point, org-cleaned-string-for-export):
8550         Call `org-link-expand-abbrev'.
8551         (org-timeline, org-agenda-list, org-todo-list)
8552         (org-tags-view): Remove the KEEP-MODES argument.
8553         (org-finalize-agenda-hook): New hook.
8554         (org-get-alist-option): New function.
8555         (org-follow-timestamp-link): New function.
8556         (org-open-at-point): Call `org-follow-timestamp-link'.
8557         (org-log-note-marker, org-log-note-purpose)
8558         (org-log-note-window-configuration): New variables.
8559         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
8560         (org-log-note-headings): New option.
8561         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
8562         (org-store-link): Support for dired-mode.
8563         (org-open-file): Substitute environment variables into filename.
8564         (org-last): New defsubst.
8565         (org-agenda-re-align-tags): New function.
8566         (org-agenda-align-tags-to-column): New option.
8567         (org-agenda-timeline): Group removed.
8568         (org-prepare-agenda, org-prepare-agenda-buffers)
8569         (org-run-agenda-series, org-timeline, org-agenda-list)
8570         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
8571         the text property inticating the agenda type.
8572         (org-agenda-post-command-hook): Get agenda type from text property
8573         at point.
8574         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
8575         and obey `org-agenda-overriding-arguments'.
8576         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
8577         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8578         (org-agenda-week-view, org-agenda-day-view):
8579         Use `org-agenda-overriding-arguments' to make updating work with
8580         multi-block agendas.
8581         (org-agenda-prefix-format): Allow different formats for the
8582         different agenda entry types.
8583         (org-timeline-prefix-format): Option removed, use
8584         `org-agenda-prefix-format' instead.
8585         (org-prepare-agenda): New function.
8586         (org-select-timeline-window): Option removed, use
8587         `org-select-agenda-window' instead.
8588         (org-respect-restriction): Variable removed.
8589         (org-cmp-tag): New function.
8590         (org-agenda-sorting-strategy, org-entries-lessp):
8591         Implement sorting by last tag.
8592         (org-complete): Better completion in in-buffer option lines.
8593         (org-in-item-p): New function.
8594         (org-org-menu): Add entries for checkboxes.
8595         (org-cycle): Extra brouping in outline-regexp, because it is used
8596         in a search with "^" prepended.
8597         (org-provide-checkbox-statistics): New option.
8598         (org-set-font-lock-defaults): Highlight checkbox statistics.
8599         (org-update-checkbox-count-maybe)
8600         (org-get-checkbox-statistics-face): New functions.
8601         (org-update-checkbox-count): New command.
8602         (org-insert-item, org-toggle-checkbox):
8603         Call `org-update-checkbox-count-maybe'.
8604         (org-export-as-html): XEmacs compatibility for coding system.
8605         (org-force-cycle-archived): New command.
8606         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8607         overrules cycling.
8608         (org-fix-position-after-promote): If the line contains only a todo
8609         keyword, add a final space.
8610         (org-promote-subtree, org-demote-subtree):
8611         Call `org-fix-position-after-promote'.
8613 2006-11-10  Glenn Morris  <rgm@gnu.org>
8615         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
8616         date in every year.
8617         (calendar-dst-check-each-year-flag): New customizable variable.
8618         (calendar-dst-find-data): New function, extracted from
8619         calendar-current-time-zone.
8620         (calendar-current-time-zone): Use calendar-dst-find-data.
8621         (calendar-dst-transition-cache): New variable.
8622         (calendar-dst-find-startend, calendar-dst-starts)
8623         (calendar-dst-ends): New functions.
8624         (calendar-daylight-savings-starts)
8625         (calendar-daylight-savings-ends): Change value to use
8626         calendar-dst-starts, calendar-dst-ends; respectively.
8628         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8630         * ido.el (ido-enable-prefix)
8631         * ses.el (ses-call-printer-return)
8632         * net/tramp.el (tramp-unified-filenames)
8633         * progmodes/cc-align.el (c-lineup-string-cont)
8634         * progmodes/compile.el (compilation-directory-matcher)
8635         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8636         * progmodes/gdb-ui.el (gdb-many-windows)
8637         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8638         (vhdl-clock-rising-edge)
8639         * textmodes/org.el (org-export-with-timestamps)
8640         (org-export-remove-timestamps-from-toc, org-export-with-tags)
8641         (org-read-date): Doc fix (Nil -> nil).
8643 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8645         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8646         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8648 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
8650         * bs.el (bs--window-for-buffer): Remove.
8651         (bs--show-with-configuration): Use `get-window-with-predicate'
8652         instead of `bs--window-for-buffer'.
8654 2006-11-10  Kenichi Handa  <handa@m17n.org>
8656         * files.el (revert-buffer): Fix previous change.
8658 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
8660         * bs.el (bs--redisplay): Fix typo in docstring.
8661         (bs--window-config-coming-from): Make frame-local.
8662         (bs--restore-window-config): New function.
8663         (bs-kill, bs-select, bs-select-other-window)
8664         (bs-select-other-frame): Use it.
8665         (bs--window-for-buffer): Return as soon as a matching buffer is found.
8666         (bs--show-with-configuration): Save the window configuration as a
8667         frame local var, and only if *buffer-selection* is not already
8668         visible on this frame.
8670 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
8672         * vc-svn.el (vc-svn-admin-directory): New var.
8673         (vc-svn-registered, vc-svn-responsible-p)
8674         (vc-svn-repository-hostname): Use it.
8675         Suggested by arit93@yahoo.com.
8677 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
8679         * ldefs-boot.el: Regenerate.
8681 2006-11-08  Alan Mackenzie  <acm@muc.de>
8683         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8684         case (eq open-paren-in-column-0-is-defun-start nil) by searching
8685         for least nested open-paren.
8687 2006-11-08  Romain Francoise  <romain@orebokech.com>
8689         * subr.el (remove-overlays): Fix typo in last change.
8691 2006-11-08  Richard Stallman  <rms@gnu.org>
8693         * subr.el (remove-overlays): Call overlay-recenter.
8695 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8697         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8698         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8699         behaviour.
8700         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8701         directly.
8703 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
8705         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8706         (ido-max-dir-file-cache, ido-decorations)
8707         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8708         (ido-magic-backward-char, ido-enter-dired)
8709         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8710         (ido-list-directory, ido-first-match, ido-only-match)
8711         (ido-subdir, ido-indicator): Fix typos in docstrings.
8712         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8713         (ido-read-internal): Fix typo in error message.
8715 2006-11-08  Kenichi Handa  <handa@m17n.org>
8717         * international/mule-cmds.el (set-default-coding-systems):
8718         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8720 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
8722         * makefile.w32-in (setwins): Remove.
8723         (WINS_ALMOST): New macro.
8724         (WINS): Use it.
8725         (autoloads): Don't extract autoloads from files in obsolete/.
8727 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
8729         * whitespace.el (whitespace-buffer): Call remove-overlays after
8730         overlay-recenter for performance.  Suggested by Martin Rudalics.
8732 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
8734         * net/tramp.el (tramp-default-method): scp is the default method.
8736 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
8738         * server.el (server-start): Save also the Emacs pid in the server file.
8740 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
8742         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8743         point when displaying a bibtex cross reference in the echo area.
8745 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
8747         * international/mule.el (make-char): Fix typo in docstring.
8748         (load-with-code-conversion, charsetp): Doc fixes.
8750         * international/ja-dic-cnv.el (skkdic-convert):
8751         * cus-edit.el (hook): Fix typo in docstring.
8753 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
8755         * cus-edit.el (custom-mode-map): Move defvar above code using it.
8756         (custom-mode-link-map): New variable.
8757         (custom-group-link, custom-manual): Use follow-link.
8759 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8761         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8762         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
8764 2006-11-06  Richard Stallman  <rms@gnu.org>
8766         * textmodes/flyspell.el (flyspell-correct-word-before-point):
8767         New function broken out of flyspell-correct-word.
8768         (flyspell-mode-map): Bind it to M-RET.
8769         (flyspell-correct-word): Call it.
8771         * textmodes/fill.el (fill-minibuffer-function): New function.
8772         (fill-paragraph): Bind fill-paragraph-function to
8773         fill-minibuffer-function.
8775         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8776         so that they aren't undefined.
8778         * dired.el (dired-readin): Locally bind file-name-coding-system.
8780         * bindings.el: Shorten and clarify usual mode line mouse help string.
8782         * Makefile.in (autoloads): Don't include `obsolete'.
8784 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
8786         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8787         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8788         Printing menu if it's not initialized.
8789         (pr-menu-bind): Act on menu-bar-file-menu directly.
8791 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
8793         * help.el (view-emacs-news): Fix typo in error message.
8795         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8797         * shadowfile.el (shadow-define-regexp-group)
8798         (shadow-literal-groups, shadow-insert-var): Doc fixes.
8799         (shadow-read-files): Fix typo in message.
8800         (shadow-inhibit-overload, shadow-find, shadow-suffix)
8801         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8802         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8803         (shadow-file-match): Fix typos in docstrings.
8805         * terminal.el (terminal-emulator): Fix typo in message.
8807         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8809         * emacs-lisp/lselect.el (x-kill-primary-selection)
8810         (x-delete-primary-selection, x-copy-primary-selection):
8811         Fix typos in error messages.
8813         * emulation/edt-mapper.el: Fix typo in interactive message.
8815         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8817         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8818         (ispell-help): Fix typos in docstrings.
8819         (ispell-help): Fix typo in output message.
8821         * allout.el (allout-adjust-file-variable)
8822         (allout-passphrase-verifier-string)
8823         (allout-passphrase-hint-string)
8824         (allout-toggle-current-subtree-encryption):
8825         * apropos.el (apropos-synonyms):
8826         * cus-edit.el (hook):
8827         * emacs-lock.el (emacs-lock-from-exiting):
8828         * follow.el (follow-avoid-tail-recenter-p):
8829         * hexl.el (hexl-mode):
8830         * mouse-copy.el (mouse-copy-work-around-drag-bug):
8831         * mouse.el (mouse-set-font):
8832         * resume.el (resume-emacs-args-file):
8833         * rfn-eshadow.el (file-name-shadow-tty-properties):
8834         * t-mouse.el (t-mouse-process, t-mouse-mode):
8835         * emacs-lisp/cust-print.el (custom-print-install)
8836         (custom-print-uninstall, custom-format):
8837         * emacs-lisp/shadow.el (list-load-path-shadows):
8838         * emulation/tpu-edt.el (tpu-help-text)
8839         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8840         (tpu-reset-control-keys):
8841         * emulation/vip.el (vip-emacs-local-map)
8842         (vip-change-mode-to-emacs):
8843         * emulation/viper.el (viper-mode, viper-set-hooks)
8844         (viper-major-mode-modifier-list):
8845         * emulation/viper-init.el (viper-emacs-state-cursor-color):
8846         * emulation/viper-keym.el (viper-emacs-kbd-map)
8847         (viper-toggle-key):
8848         * mail/feedmail.el (feedmail-queue-reminder)
8849         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8850         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8851         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8852         (feedmail-sender-line, feedmail-force-binary-write)
8853         (feedmail-from-line, feedmail-deduce-envelope-from)
8854         (feedmail-x-mailer-line, feedmail-message-id-generator)
8855         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8856         (feedmail-enable-spray, feedmail-spray-this-address)
8857         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8858         (feedmail-queue-runner-confirm-global)
8859         (feedmail-ask-before-queue-prompt)
8860         (feedmail-ask-before-queue-reprompt)
8861         (feedmail-prompt-before-queue-standard-alist)
8862         (feedmail-prompt-before-queue-user-alist)
8863         (feedmail-prompt-before-queue-help-supplement)
8864         (feedmail-queue-use-send-time-for-message-id)
8865         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8866         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8867         (feedmail-mail-send-hook-queued)
8868         (feedmail-confirm-addresses-hook-example)
8869         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8870         (feedmail-queue-runner-mode-setter)
8871         (feedmail-queue-alternative-mail-header-separator)
8872         (feedmail-queue-runner-message-sender)
8873         (feedmail-buffer-eating-function, feedmail-binmail-template)
8874         (feedmail-run-the-queue-no-prompts)
8875         (feedmail-run-the-queue-global-prompt)
8876         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8877         (feedmail-envelope-deducer, feedmail-fiddle-date)
8878         (feedmail-default-message-id-generator)
8879         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8880         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8881         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8882         (vms-pmail-setup):
8883         * play/dunnet.el (dun-help):
8884         * play/handwrite.el (handwrite):
8885         * play/hanoi.el (hanoi-unix-64):
8886         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8887         * textmodes/enriched.el (fixed):
8888         * textmodes/org.el (org-file-apps)
8889         (org-emphasis-regexp-components, org-emphasis-alist):
8890         * textmodes/texinfmt.el (batch-texinfo-format):
8891         Fix typos in docstrings.
8893 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
8895         * loadhist.el (read-feature): Don't complete features not loaded
8896         from a file (which make `unload-feature' to fail).
8898 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8900         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8902 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
8904         * startup.el (command-line-1): Kill emacs if the last frame is
8905         deleted while evaluating the command-line arguments.
8907 2006-11-05  Richard Stallman  <rms@gnu.org>
8909         * startup.el (init-file-had-error): Add doc string.
8910         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8911         Use fixed-width font for keyboard key descriptions.
8913         * cus-edit.el (custom-save-all): Error if saving in .emacs
8914         and it had an error when loaded.
8916         * dired-aux.el (dired-copy-file-recursive): Catch errors
8917         from recursive copies in the loop, around the recursive call.
8919 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8921         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8922         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
8923         `/proc/acpi/thermal_zone/*'.
8924         (battery-search-for-one-match-in-files): New.  Search a regexp in
8925         the content of some files.
8927 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
8929         * window.el (mouse-autoselect-window-now): Remove variable.
8930         (mouse-autoselect-window-state): New variable.
8931         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8932         (mouse-autoselect-window-select, handle-select-window):
8933         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8934         Suspend delayed autoselection during menu or popup dialog.
8936         * info-look.el (info-lookup-guess-custom-symbol): New function
8937         for retrieving symbol at point in custom buffers.
8938         (top level) <info-lookup-maybe-add-help>: Add backquote and
8939         comma to ignored characters in regexps of help specifications
8940         for emacs-lisp-mode and lisp-interaction-mode.  This permits
8941         looking up symbols in `...' and after a comma.  Add help
8942         specifications for custom-mode and help-mode.
8944 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
8946         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8947         Don't encode body if RAW is non-nil, or if the old encoding is
8948         identical to the new encoding, or if the body contains only
8949         eight-bit-* characters.
8951 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8953         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8954         (faces-sample-overlay): Remove variable.
8955         (describe-face): Insert sample text in the face being described.
8957 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
8959         * whitespace.el (whitespace-indent-regexp): Make this match any
8960         multiples of eight spaces near the beginning of a line.
8961         (whitespace-buffer): Use `remove-overlays' instead of
8962         `whitespace-unhighlight-the-space' and `overlay-recenter' to
8963         speed up overlay handling.
8964         (whitespace-buffer-leading, whitespace-buffer-trailing):
8965         Make these functions highlight the text removed by
8966         `whitespace-buffer-leading-cleanup' and
8967         `whitespace-buffer-trailing-cleanup' respectively.
8968         (whitespace-buffer-search): Use `with-local-quit'.
8969         Move `format' out of loop to speed up scanning larger buffers.
8970         (whitespace-unhighlight-the-space): Remove `remove-hook' since
8971         that function is never added to a hook.
8972         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8973         (whitespace-buffer-leading-cleanup)
8974         (whitespace-refresh-rescan-list): Fix docstrings.
8976 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
8978         * allout.el (allout-during-yank-processing): Cue for inhibiting
8979         aberrance processing during yanks.
8980         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8981         the amount of yanked topics that can be aberrant.
8982         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8983         a function, and supplement with inihibition of doublechecking
8984         during yanks.
8985         (allout-beginning-of-line, allout-next-heading)
8986         (allout-previous-heading, allout-goto-prefix-doublechecked)
8987         (allout-back-to-current-heading, allout-next-visible-heading)
8988         (allout-next-sibling): Use new allout-do-doublecheck function.
8989         (allout-next-sibling): Ensure we made progress when returning
8990         other than nil.
8991         (allout-rebullet-heading): Preserve text property annotations
8992         indicating the text was hidden, if it was.
8993         (allout-kill-line): Remove any added was-hidden annotations.
8994         (allout-kill-topic): Remove any added was-hidden annotations.
8995         (allout-annotate-hidden): Inhibit adding was-hidden text
8996         properties to the undo list.
8997         (allout-deannotate-hidden): New function to remove was-hidden
8998         annotation.
8999         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
9000         (allout-remove-exposure-annotation): Replace by
9001         allout-deannotate-hidden.
9002         (allout-yank-processing): Signal that yank processing is happening
9003         with allout-during-yank-processing.  Also, wrap
9004         allout-unprotected's closer to the text changes, for easier
9005         debugging.  We need to inhibit-field-text-motion explicitly, in
9006         lieu of the encompassing allout-unprotected.
9007         (outlineify-sticky): Adjust criteria for triggering new outline
9008         decorations to presence or absence of any topics, not just a topic
9009         at the beginning of the buffer.
9011 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9013         * bs.el (bs--show-all, bs--redisplay):
9014         * cus-edit.el (custom-unlispify-menu-entries)
9015         (custom-unlispify-tag-names, custom-prompt-variable):
9016         * expand.el (expand-pos):
9017         * speedbar.el (speedbar-generic-list-tag-p):
9018         * wid-edit.el (widget-image-enable):
9019         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
9020         * emacs-lisp/find-func.el (find-function-noselect)
9021         (find-function, find-variable-noselect, find-variable)
9022         (find-definition-noselect, find-face-definition):
9023         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
9024         * net/eudc-vars.el (eudc-expansion-overwrites-query):
9025         * progmodes/ada-xref.el (ada-find-in-ali):
9026         * textmodes/flyspell.el (flyspell-check-tex-math-command):
9027         * textmodes/org.el (org-copy-subtree):
9028         * textmodes/table.el (table--row-column-insertion-point-p):
9029         Use "non-nil" in docstrings.
9031 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
9033         * sort.el (sort-columns): Set the field separator to tab; on
9034         NetBSD, sort complains if "\n" is used as field separator.
9036 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
9038         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
9040 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9042         * server.el (server-auth-key): Remove.  Replace by a process-property.
9043         (server-start): Don't remove the file of the previous process, but
9044         instead clear out the place for the new file.
9045         (server-start): Set the :auth-key property.
9046         (server-process-filter): Use the :auth-key property.
9048 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
9050         * textmodes/org.el (org-mode-map): No longer copy
9051         `outline-mode-map' explicitly - this is already done by
9052         `define-derived-mode'.
9054 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
9056         * server.el (server-visit-files): Use `when'.
9057         (server-process-filter): When authentication fails, send error
9058         message to client.  Wrap `process-send-region' in `ignore-errors'
9059         instead of `condition-case', and remove misleading comment.
9061 2006-11-01  Juri Linkov  <juri@jurta.org>
9063         * simple.el (yank): Doc fix.
9065 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9067         * server.el: Try and fit within 80 columns.
9068         (server-start): Make the auth file unreadable by other users.
9070 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9072         * battery.el (battery-linux-proc-acpi): Prevent range error when
9073         `full-capacity' is 0.
9075 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9077         * faces.el (faces-sample-overlay): New defvar.
9078         (faces-sample-overlay): New function to show face sample text.
9079         (describe-face): Use it.
9081 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
9083         * progmodes/ada-stmt.el: Change maintainer, apply
9084         whitespace-cleanup, checkdoc.
9085         (ada-func-or-proc-name): Add doc string.
9087         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
9088         whitespace-cleanup, checkdoc.  Minor improvements to many doc
9089         strings and comments.
9090         (ada-prj-display-page): Change buffer name to more accurately
9091         reflect function.
9093         * progmodes/ada-xref.el: Change maintainer, apply
9094         whitespace-cleanup, checkdoc.  Minor improvements to many doc
9095         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
9096         (ada-compile-current): Don't add newlines to commands.
9098 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
9100         * server.el: Add support for TCP sockets.
9101         (server-use-tcp, server-host, server-auth-dir): New options.
9102         (server-auth-key): New variable.
9103         (server-ensure-safe-dir): Create nonexistent parent dirs.
9104         Ignore Unix-style file modes on Windows.
9105         (server-start): Crete a TCP or Unix socket according to the value
9106         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
9107         `server-auth-dir' directory.
9108         (server-process-filter): Delete process if authentication
9109         fails (which never happens for Unix sockets).
9111 2006-10-30  David Kastrup  <dak@gnu.org>
9113         * subr.el (add-to-list): Don't continue checking if a match has
9114         been found.
9116 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
9118         * tutorial.el: Move defvars to avoid bytecomp warnings.
9119         (tutorial--find-changed-keys): Check if viper-current-state is
9120         bound before using it.
9121         (help-with-tutorial): Check if viper-tutorial is defined before
9122         using it.
9124 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9126         * help-fns.el (help-with-tutorial): Move to tutorial.el.
9128         * tutorial.el: New file.
9129         (help-with-tutorial): Move here from help-fns.el.  Add help for
9130         rebound keys.  Fix resume of tutorial.
9131         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
9132         (tutorial--find-changed-keys, tutorial--display-changes)
9133         (tutorial--saved-dir, tutorial--saved-file)
9134         (tutorial--save-tutorial): New functions to support the changes in
9135         help-with-tutorial.
9137 2006-10-30  Kenichi Handa  <handa@m17n.org>
9139         * files.el (revert-buffer): If a unibyte buffer is being reverted
9140         with a coding system for multibyte, set buffer multibyte before
9141         calling insert-file-contents.
9143 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9145         * server.el (server-select-display): Use a dummy buffer to detect when
9146         the frame is later used.
9147         (server-select-display): New function.
9148         (server-process-filter): Use it to detect unused temp frames.
9150 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
9152         * progmodes/ada-mode.el: Change maintainer, apply
9153         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
9154         (ada-mode-version): New function.
9155         (ada-create-menu): Menu operations are available for all supported
9156         compilers.
9158 2006-10-29  Lars Hansen  <larsh@soem.dk>
9160         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
9161         Highlight as keyword.
9162         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
9163         Don't call tramp-method-out-of-band-p for local files.
9164         (tramp-touch): Quote file name.
9166 2006-10-28  Glenn Morris  <rgm@gnu.org>
9168         * calendar/calendar.el (cal-html-cursor-month)
9169         (cal-html-cursor-year): Add autoloads for this new package.
9170         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
9172 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
9174         * calendar/cal-html.el: New file.
9176 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
9178         * emacs-lisp/authors.el (authors-aliases): Update.
9180 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
9182         * version.el (emacs-version): Bump version number to 22.0.90.
9184 2006-10-26  John W. Eaton  <jwe@octave.org>
9186         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
9187         New defvar.
9188         (inferior-octave-resync-dirs): Check to see whether Octave has
9189         built-in variables and set inferior-octave-has-built-in-variables.
9190         Check inferior-octave-has-built-in-variables to decide whether to
9191         send commands that set built-in variables or call functions to
9192         change Octave's behavior.
9193         Send "disp (pwd ())" to Octave instead of just "pwd".
9194         (inferior-octave-startup): Send "more off" to Octave instead of
9195         "page_screen_output = 0".
9197 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
9199         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
9200         pattern normally.
9202 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
9204         * bindings.el (mode-line-mode-menu): Remove bindings for global
9205         minor modes (line/column number) as they are on the menubar.
9207 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
9209         * term/w32-win.el (x-handle-name-switch): Doc fix.
9210         (w32-standard-fontset-spec): Fix typo in docstring.
9212         * midnight.el (midnight-buffer-display-time): Doc fix.
9213         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
9215 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
9217         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
9219         * emulation/viper-ex.el (ex-read): Quote file argument.
9221         * ediff-diff.el (ediff-same-file-contents): Expand file names.
9223         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
9225 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
9227         * textmodes/flyspell.el (flyspell-check-region-doublons):
9228         Fix last fix.
9230 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
9232         * bindings.el (mode-line-mode-menu): List global minor modes
9233         before local ones.
9235 2006-10-23  Kim F. Storm  <storm@cua.dk>
9237         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
9238         (sit-for): If last command was a prefix arg, add the read-ahead
9239         event to unread-command-events as (t . EVENT) so it will be added
9240         to this-command-keys by read-key-sequence.
9242 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
9244         * textmodes/flyspell.el (flyspell-word): Skip past all previous
9245         whitespace when checking doublons.
9246         (flyspell-check-region-doublons): Fix doublon regexp.
9247         (flyspell-highlight-incorrect-region): Highlight doublons using
9248         flyspell-duplicate face.
9250         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
9252 2006-10-22  John Wiegley  <johnw@newartisans.com>
9254         * progmodes/python.el (python-use-skeletons): python-mode was
9255         auto-inserting templates (for those with abbrev-mode on), not only
9256         by default -- *but without a configuration variable to disable
9257         it*.  This rendered python-mode completely useless for me, so I
9258         have added `python-use-skeletons', which is now off by default.
9260 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
9262         * progmodes/cperl-mode.el (cperl-mode): Don't assume
9263         font-lock-multiline is auto-local (it's not).
9264         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
9265         initialized before calling cperl-init-faces.
9267 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
9269         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
9270         gdb-stack-position a value when there is no fringe.
9272         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
9273         indicator if not visiting a file.
9275 2006-10-20  David Kastrup  <dak@gnu.org>
9277         * window.el (kill-buffer-and-window): Fix a bug where an aborted
9278         operation would still cause some window to collapse later.
9280 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9282         * vc.el (vc-switch-backend): Try to be more careful with unwanted
9283         side-effect due to mixing various backends's file properties.
9285         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
9286         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
9287         Return `filename's status if applicable.  Update callers.
9289 2006-10-19  Kenichi Handa  <handa@m17n.org>
9291         * international/kkc.el (kkc-region): When a key sequence is not
9292         defined, append (this-single-command-raw-keys) to
9293         unread-input-method-events.
9295 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
9297         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
9299 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9301         * version.el (emacs-version): Use mac-carbon-version-string.
9303         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
9305 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9307         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
9308         Kenichi Handa).
9309         (xselect-convert-to-string): Decline requests for UTF8_STRING if
9310         the selection is not UTF-8.
9312 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
9314         * progmodes/ada-mode.el (ada-83-string-keywords)
9315         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
9316         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
9317         (ada-looking-at-semi-private, ada-get-body-name):
9318         Fix typos in docstrings.
9319         (ada-create-case-exception, ada-create-case-exception-substring):
9320         Fix typos in error messages.
9321         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
9323 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9325         * term/x-win.el (res-geometry): Don't set geometry from Xresources
9326         to default-frame-alist if default-frame-alist already contains
9327         width/height.
9329 2006-10-18  Richard Stallman  <rms@gnu.org>
9331         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
9332         Non-interactive arg is the value, not the expression.
9334         * simple.el (read-expression-map): Just set it, no defvar.
9336         * subr.el (insert-for-yank-1): If last inserted char has
9337         properties, mark them as rear-nonsticky.
9339         * recentf.el (recentf-mode): Doc fix.
9341         * facemenu.el (facemenu-add-new-face): Defend against symbol
9342         that isn't a face name.
9344         * dired-aux.el (dired-do-copy): Doc fix.
9346 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
9348         * simple.el (line-move-1): Ignore fields when moving to the
9349         beginning of line to avoid getting point stuck.
9351 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
9353         * textmodes/flyspell.el (flyspell-word-search-backward):
9354         Set inhibit-point-motion-hooks to avoid looping due to intangibile
9355         text.
9357 2006-10-16  Richard Stallman  <rms@gnu.org>
9359         * help-fns.el (describe-function-1): Special case optimization
9360         for self-insert-command.
9362 2006-10-16  Kim F. Storm  <storm@cua.dk>
9364         * ido.el (ido-reread-directory): Work in `dir' mode too.
9366 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
9368         * textmodes/table.el: Require 'regexp-opt.
9370 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9372         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
9373         Use shell-quote-argument.
9375         * shell.el (explicit-bash-args): Likewise.
9377         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
9378         Use grep -E rather than egrep.
9380 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9382         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
9384 2006-10-15  Kim F. Storm  <storm@cua.dk>
9386         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
9388 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9390         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
9391         to protect whitespace and metacharacters from the shell.
9393 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
9395         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
9397 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
9399         * subr.el (start-process-shell-command): Doc fix.
9401 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
9403         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
9404         the regexp for Maxima symbols.
9406 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9408         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
9409         (vc-find-root): Don't walk higher up than ~.
9411 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
9413         * international/utf-8.el (utf-translate-cjk-load-tables):
9414         Avoid clobbering last-coding-system-used during load.
9416 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
9418         * textmodes/reftex-global.el (reftex-create-tags-file):
9419         Quote file arguments.
9421 2006-10-12  Richard Stallman  <rms@gnu.org>
9423         * files.el (file-name-history): Add defvar.
9424         (save-some-buffers-action-alist): Improve description strings.
9426 2006-10-12  Andreas Schwab  <schwab@suse.de>
9428         * files.el (auto-mode-alist): Match change log file name also with
9429         a dash before a numeric extension.
9431 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
9433         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
9434         After 5.0:
9435         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
9437         After 5.1: Major edit.  Summary of most visible changes:
9439         - Multiple <<HERE per line allowed.
9440         - Handles multiline subroutine declaration headers (with comments).
9441           (The exception is `cperl-etags' - but it is not used in the rest
9442           of the mode.)
9443         - Fontifies multiline my/our declarations (even with comments,
9444           and with legacy `font-lock').
9445         - Major speedup of syntaxification, both immediate and postponed
9446           (3.5x to 15x [for different CPUs and versions of Emacs] on the
9447           huge real-life document I tested).
9448         - New bindings, edits to imenu.
9449         - "_" is made into word-char during fontification/syntaxification;
9450           some attempts to recognize non-word "_" during other operations too.
9451         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
9452         - autoload some more perldoc-related stuff
9453         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
9454         - Attempt to incorporate XEmacs edits which reached me.
9456         Fine-grained changelog:
9457         (cperl-hook-after-change): New configuration variable.
9458         (cperl-vc-sccs-header): Likewise.
9459         (cperl-vc-sccs-header): Likewise.
9460         (cperl-vc-header-alist): Default via two preceding variables.
9461         (cperl-invalid-face): Remove double quoting under XEmacs
9462                 (still needed under 21.2).
9463         (cperl-tips): Update URLs for resources.
9464         (cperl-problems): Likewise.
9465         (cperl-praise): Mention new features.
9466         New C-c key bindings: for `cperl-find-bad-style',
9467         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
9468         `cperl-perdoc', and `cperl-perldoc-at-point'.
9469         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
9470         moved, new submenu of Tools with Ispell entries and narrowing.
9471         (cperl-after-sub-regexp): New defsubst.
9472         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
9473                 Allows heads up to head4.
9474                 Allow "package;".
9475         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
9476         (paren-backwards-message): ??? Something for XEmacs???
9477         (cperl-mode): Never auto-switch abbrev-mode off.
9478                 Try to allow '_' be non-word char.
9479                 Do not use `font-lock-unfontify-region-function' on XEmacs.
9480                 Reset syntax cache on mode start.
9481                 Support multiline facification (even on legacy `font-lock').
9482         (cperl-facemenu-add-face-function): ??? Some contributed code ???
9483         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
9484                 refuse to inform us whether the fontification is due to lazy
9485                 calling or due to edit to a buffer, install our own hook
9486                 (controlled by `cperl-hook-after-change').
9487         (cperl-electric-pod): =cut may have been recognized as start.
9488         (cperl-block-p): Move, updated for attributes.
9489         (cperl-calculate-indent): Try to allow '_' be non-word char
9490                 Support subs with attributes.
9491         (cperl-where-am-i): Quiet (?) a warning.
9492         (cperl-cached-syntax-table): New function.
9493         (cperl-forward-re): Use `cperl-cached-syntax-table'.
9494         (cperl-unwind-to-safe): Recognize `syntax-type' property
9495                 changing in a middle of line.
9496         (cperl-find-sub-attrs): New function.
9497         (cperl-find-pods-heres): Allow many <<EOP per line.
9498                 Allow subs with attributes.
9499                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
9500                 Recognize "extproc " (OS/2) case-folded and only at start.
9501                 /x on s///x with empty replacement was not recognized.
9502                 Better comments.
9503         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
9504                 Allow subs with attributes, labels.
9505                 Do not confuse "else::foo" with "else".
9506                 Minor optimizations...
9507         (cperl-after-expr-p): Try to allow '_' be non-word char.
9508         (cperl-fill-paragraph): Try to detect a major bug in Emacs
9509                 with `looking-at' inside `narrow' and bulk out if found.
9510         (cperl-imenu--create-perl-index): Updates for new
9511                 `cperl-imenu--function-name-regexp-perl'.
9512         (cperl-outline-level): Likewise.
9513         (cperl-init-faces): Allow multiline subroutine headers
9514                 and my/our declarations, and ones with comments.
9515                 Allow subroutine attributes.
9516         (cperl-imenu-on-info): Better docstring.
9517         (cperl-etags): Rudimentary support for attributes.
9518                 Support for packages and "package;".
9519         (cperl-add-tags-recurse-noxs): Better (?) docstring.
9520         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
9521         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
9522         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
9523         (cperl-perldoc): Add autoload.
9524         (cperl-perldoc-at-point): Likewise.
9525         (cperl-here-doc-spell): New function.
9526         (cperl-pod-spell): Likewise.
9527         (cperl-map-pods-heres): Likewise.
9528         (cperl-get-here-doc-region): Likewise.
9529         (cperl-font-lock-fontify-region-function): Likewise (backward
9530                 compatibility for legacy `font-lock').
9531         (cperl-font-lock-unfontify-region-function): Fix style.
9532         (cperl-fontify-syntaxically): Recognize and optimize away deferred
9533                 calls with no-change.  Governed by `cperl-hook-after-change'.
9534         (cperl-fontify-update): Recognize that syntaxification region
9535                 can be larger than fontification one.
9536                 XXXX we leave `cperl-postpone' property, so this is quadratic...
9537         (cperl-fontify-update-bad): Temporary placeholder until
9538                 it is clear how to implement `cperl-fontify-update'.
9539         (cperl-time-fontification): New function.
9540         (attrib-group): New text attribute.
9541         (multiline): New value: `syntax-type' text attribute.
9543         After 5.2:
9544         (cperl-emulate-lazy-lock): New function.
9545         (cperl-fontify-syntaxically): Would skip large regions.
9546         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
9547         Some globals were declared, but uninitialized.
9549         After 5.3, 5.4:
9550         (cperl-facemenu-add-face-function): Add docs, fix U<>.
9551         Copyright message updated.
9552         (cperl-init-faces): Work around a bug in `font-lock'.  May slow
9553                         facification down a bit.
9554                 Misprint for my|our|local for old `font-lock'
9555                         "our" was not fontified same as "my|local".
9556                 Highlight variables after "my" etc even in
9557                         a middle of an expression.
9558                 Do not facify multiple variables after my etc
9559                         unless parentheses are present.
9561         After 5.5, 5.6
9562         (cperl-fontify-syntaxically): after-change hook could reset.
9563         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9565         After 5.7:
9566         (cperl-init-faces): Allow highlighting of local ($/).
9567         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
9568         (cperl-problems): Remove fixed problems.
9569         (cperl-find-pods-heres): Recognize #-comments in m##x too.
9570                 Recognize charclasses (unless delimiter is \).
9571         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
9572         (cperl-regexp-scan): Update docs.
9573         (cperl-beautify-regexp-piece): Use information got from regexp scan.
9575         After 5.8:
9576         Major user visible changes:
9577         Recognition and fontification of character classes in RExen.
9578         Variable indentation of RExen according to groups.
9580         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
9581                 Fontify REx charclasses in variable-name face.
9582                 Fontify POSIX charclasses in "type" face.
9583                 Fontify unmatched "]" in function-name face.
9584                 Mark first-char of HERE-doc as `front-sticky'.
9585                 Reset `front-sticky' property when needed.
9586         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
9587         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
9588         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
9589                 constructs.  Support `narrow'ed buffers.
9590         (cperl-praise): Remove a reservation.
9591         (cperl-make-indent): New function.
9592         (cperl-indent-for-comment): Use `cperl-make-indent'.
9593         (cperl-indent-line): Likewise.
9594         (cperl-lineup): Likewise.
9595         (cperl-beautify-regexp-piece): Likewise.
9596         (cperl-contract-level): Likewise.
9597         (cperl-toggle-set-debug-unwind): New function.
9598                 New menu entry for this.
9599         (fill-paragraph-function): Use when `boundp'.
9600         (cperl-calculate-indent): Take into account groups when indenting RExen.
9601         (cperl-to-comment-or-eol): Recognize # which end a string.
9602         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
9603         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
9604         (cperl-fontify-syntaxically): More clear debugging message.
9605         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
9606         (cperl-init-faces): More complicated highlight even on XEmacs (new).
9607         Merge cosmetic changes from XEmacs.
9609         After 5.9:
9610         (cperl-1+): Move to before the first use.
9611         (cperl-1-): Likewise.
9613         After 5.10:
9615         This code may lock Emacs hard!!!  Use at your own risk!
9617         (cperl-font-locking): New internal variable.
9618         (cperl-beginning-of-property): New function.
9619         (cperl-calculate-indent): Use `cperl-beginning-of-property'
9620         instead of `previous-single-property-change'.
9621         (cperl-unwind-to-safe): Likewise.
9622         (cperl-after-expr-p): Likewise.
9623         (cperl-get-here-doc-region): Likewise.
9624         (cperl-font-lock-fontify-region-function): Likewise.
9625         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
9626                         recursively.
9627                 Bound `next-single-property-change' via `point-max'.
9628         (cperl-unwind-to-safe): Bound likewise
9629         (cperl-font-lock-fontify-region-function): Likewise.
9630         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9631                 Initialization of `cperl-font-lock-multiline-start' could be
9632                 missed if the "main" fontification did not run due to the
9633                 keyword being already fontified.
9634         (cperl-pod-spell): Return t from do-one-chunk function.
9635         (cperl-map-pods-heres): Stop when the worker returns nil.
9636                 Call `cperl-update-syntaxification'.
9637         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9638         (cperl-get-here-doc-delim): Remove unused function.
9640         After 5.11:
9642         The possible lockup of Emacs (introduced in 5.10) fixed.
9644         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9645         (cperl-syntaxify-for-menu): New customization variable.
9646         (cperl-select-this-pod-or-here-doc): New function.
9647         (cperl-get-here-doc-region): Extra argument.
9648                 Do not adjust pos by 1.
9650         New menu entries
9651                 (Perl/Tools): Selection of current POD or HERE-DOC section.
9652                 (Debugging CPerl:) backtrace on fontification.
9654         After 5.12:
9655         (cperl-cached-syntax-table): Use `car-safe'.
9656         (cperl-forward-re): Remove spurious argument SET-ST.
9657                 Add documentation.
9658         (cperl-forward-group-in-re): New function.
9659         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9660         (XXXX Temporary (?) hack is to syntax-mark them as comment).
9662         After 5.13:
9663         (cperl-string-syntax-table): Make { and } not-grouping
9664           (Sometimes they ARE grouping in RExen, but matching them would only
9665            confuse in many situations when they are not)
9666         (beginning-of-buffer): Replace two occurrences with goto-char...
9667         (cperl-calculate-indent): `char-after' could be nil...
9668         (cperl-find-pods-heres): REx can start after "[" too.
9669                 Hightlight (??{}) in RExen too.
9670         (cperl-maybe-white-and-comment-rex): New constant
9671         (cperl-white-and-comment-rex): Likewise.
9672                 XXXX Not very efficient, but hard to make
9673                 better while keeping 1 group.
9675         After 5.13:
9676         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9677                 Likewise for 1 << identifier.
9679         After 5.14:
9680         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9681                 Error-less condition-case could fail.
9682         (cperl-font-lock-fontify-region-function): Likewise.
9683         (cperl-init-faces): Likewise.
9685         After 5.15:
9686         (cperl-find-pods-heres): Support property REx-part2.
9687         (cperl-calculate-indent): Likewise.
9688                 Don't special-case REx with non-empty 1st line.
9689         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9690                 Invert highlighting of charclasses:
9691                         now the envelop is highlighted.
9692                 Highlight many others 0-length builtins.
9693         (cperl-praise): Mention indenting and highlight in RExen.
9695         After 5.15:
9696         (cperl-find-pods-heres): Highlight capturing parens in REx.
9698         After 5.16:
9699         (cperl-find-pods-heres): Highlight '|' for alternation
9700         Initialize `font-lock-warning-face' if not present.
9701         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9702                          `font-lock-function-name-face'.
9703         (cperl-look-at-leading-count): Likewise.
9704         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9705                         `font-lock-keyword-face' (needed for
9706                         batch processing), etc...
9707                 Use `font-lock-builtin-face' for builtin in REx
9708                         Now `font-lock-variable-name-face'
9709                         is used for interpolated variables
9710                 Use "talking aliases" for faces inside REx
9711                 Highlight parts of REx (except in charclasses)
9712                         according to the syntax and/or semantic
9713                 Syntax-mark a {}-part of (?{}) as "comment"
9714                         (it was the ()-part)
9715                 Better logic to distinguish what is what in REx
9716         (cperl-tips-faces): Document REx highlighting
9717         (cperl-praise): Mention REx syntax highlight etc.
9719         After 5.17:
9720         (cperl-find-sub-attrs): Would not always manage to print error message.
9721         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9723         After 5.18:
9724         (cperl-find-pods-heres): Misprint in REx for parsing REx.
9725                 Very minor optimization.
9726                 `my-cperl-REx-modifiers-face' got quoted.
9727                 Recognize "print $foo <<END" as HERE-doc.
9728                 Put `REx-interpolated' text attribute if needed.
9729         (cperl-invert-if-unless-modifiers): New function.
9730         (cperl-backward-to-start-of-expr): Likewise.
9731         (cperl-forward-to-end-of-expr): Likewise.
9732         (cperl-invert-if-unless): Works in "the opposite way" too.
9733                 Cursor position on return is on the switch-word.
9734                 Indents comments better.
9735         (REx-interpolated): New text attribute.
9736         (cperl-next-interpolated-REx): New function.
9737         (cperl-next-interpolated-REx-0): Likewise.
9738         (cperl-next-interpolated-REx-1): Likewise.
9739         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9740         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9741         (cperl-praise): Mention finded interpolated RExen.
9743         After 5.19:
9744         (cperl-init-faces): Highlight %$foo, @$foo too.
9745         (cperl-short-docs): Better docs for system, exec.
9746         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9747                 Would not find HERE-doc ended by EOF without NL.
9748         (cperl-short-docs): Correct not-doubled \-escapes.
9749         start block: Put some `defvar' for stuff gone from XEmacs.
9751         After 5.20:
9752         initial comment: Extend copyright, fix email address.
9753         (cperl-indent-comment-at-column-0): New customization variable.
9754         (cperl-comment-indent): Indentation after $#a would increasy by 1.
9755         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9756         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9757         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9758         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9759                         highlight $ in $foo too (UNTESTED).
9760         (cperl-set-style): Docstring missed some available styles.
9761         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9762                 Change "Current" to "Memorize Current".
9763         (cperl-indent-wrt-brace): New customization variable; the default is
9764                 as for pre-5.2 version.
9765         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9766         (cperl-style-alist): Likewise.
9767         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9768                 and `cperl-extra-newline-before-brace' etc
9769                 being t
9770         (cperl-indent-exp): Plans B and C to find continuation blocks even
9771                 if `cperl-extra-newline-before-brace' is t.
9773         After 5.21:
9774         Improve some docstrings concerning indentation.
9775         (cperl-indent-rules-alist): New variable.
9776         (cperl-sniff-for-indent): New function name
9777                 (separated from `cperl-calculate-indent').
9778         (cperl-calculate-indent): Separate the sniffer and the indenter;
9779                 uses `cperl-sniff-for-indent' now.
9780         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9781                 was inverted;
9782                 Support `comment-column' = 0.
9784 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
9786         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9787         * help-at-pt.el (scan-buf-move-to-region): Likewise.
9788         * longlines.el (longlines-window-change-function): Likewise.
9789         * simple.el (undo-ask-before-discard): Likewise.
9790         * wid-edit.el (widget-field-prompt-internal)
9791         (widget-documentation-link-p): Likewise.
9793 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9795         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9796         for a keyword.
9798 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9800         * newcomment.el (comment-valid-prefix-p): Make the check
9801         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
9802         (comment-indent-new-line): Adjust call.
9804 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
9806         * allout.el (allout-back-to-current-heading): Base on lower-level
9807         routines to get proper disqualification of aberrant topics.
9809 2006-10-09  Richard Stallman  <rms@gnu.org>
9811         * textmodes/two-column.el (2C-two-columns): Doc fix.
9813 2006-10-09  Kim F. Storm  <storm@cua.dk>
9815         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9816         about implicit use.
9818 2006-10-08  Richard Stallman  <rms@gnu.org>
9820         * textmodes/two-column.el (2C-two-columns): Doc fix.
9822 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9824         * files.el: Mark `buffer-read-only' as safe-local-variable.
9826 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
9828         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9829         Burp if GUD buffer has been killed.
9831 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9833         * completion.el (add-completions-from-c-buffer):
9834         Don't presume an error's second element is a string.
9835         Use looking-at rather than buffer-substring + member.
9837 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
9839         * mail/rmail.el (rmail-redecode-body): If the old encoding is
9840         `undecided', call find-coding-systems-region to find a proper
9841         non-trivial encoding.
9842         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9843         and "text/plain".
9845 2006-10-07  Kevin Ryde  <user42@zip.com.au>
9847         * textmodes/reftex-vars.el (defgroup reftex): Update home page
9848         url-link.
9850         * strokes.el (defgroup strokes): Remove invalid url-link.
9852 2006-10-07  Magnus Henoch  <mange@freemail.hu>
9854         * autoinsert.el (auto-insert-alist): Doc fix.
9856 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9858         * mouse-sel.el (mouse-insert-selection-internal):
9859         Use insert-for-yank, so that yank handlers are run.
9861 2006-10-07  Kim F. Storm  <storm@cua.dk>
9863         * ido.el (ido-file-extension-aux): Fix comparison.
9865 2006-10-06  Kim F. Storm  <storm@cua.dk>
9867         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9869 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
9871         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9872         (ad-make-mapped-call): Use `let', not `let*'.
9874 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
9876         * international/mule-cmds.el (coding-system-change-eol-conversion):
9877         Ensure the coding system is initialized before calling
9878         coding-system-eol-type.
9880 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
9882         * textmodes/org.el (org-rm-props, org-activate-plain-links)
9883         (org-activate-angle-links, org-activate-dates)
9884         (org-activate-target-links, org-activate-camels)
9885         (org-activate-tags): Add `rear-nonsticky' text property to avoid
9886         textproperty keymaps from being active beyond the end of a line.
9887         (org-unfontify-region): Also remove `rear-nonsticky' property.
9889 2006-10-04  Kenichi Handa  <handa@m17n.org>
9891         * international/code-pages.el (next): Table fixed.
9893 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9895         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9896         that it's been made unnecessary by removing narrowing.
9898 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9900         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9901         control flow a bit, simplify another bit, and add comments.
9903 2006-10-03  David Kastrup  <dak@gnu.org>
9905         * help.el (describe-mode): For clicks on mode-line, use "@"
9906         interactive argument to get the major mode of the click instead of
9907         the current buffer.
9909         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9910         in order to better redirect mouse-2 clicks.  Also allow default
9911         bindings to apply.
9913 2006-10-03  Kim F. Storm  <storm@cua.dk>
9915         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9916         (pushnew): Fix last change.
9918 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
9920         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9921         Use the interactive spec of `eval-expression'.
9923 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9925         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9927 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
9929         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9930         2006-09-28 commit.
9932 2006-10-02  Kenichi Handa  <handa@m17n.org>
9934         * international/code-pages.el (iso-8859-6): Table fixed.
9936 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
9938         * dired.el (dired-build-subdir-alist): Fix previous change.
9940 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9942         * simple.el (undo-elt-crosses-region): Fix the inequalities.
9944 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9946         * emacs-lisp/find-func.el (find-function-regexp): Don't match
9947         "define-button-type".
9949         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9950         they don't keep accumulating.
9952 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9954         * ffap.el (ffap-rfc-path): Change the address of the RFC
9955         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9957 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
9959         * allout.el (allout-expose-topic): Rectify implementation of "+"
9960         spec, so that bodies are not exposed with headlines.
9962 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
9964         * allout.el (allout-current-depth): Do aberrent check only at or
9965         below doublecheck depth.
9966         (allout-chart-subtree): Make it explicit that LEVELS being nil
9967         means unlimited depth.  Drop undocumented support for LEVELS value
9968         t meaning unlimited depth.  (This is consistent with
9969         allout-chart-to-reveal, but contrary to allout-show-children,
9970         which needs to use nil to default to depth of 1.)
9971         (allout-goto-prefix-doublechecked): Wrap long docstring line.
9972         (allout-chart-to-reveal): Be explicit in docstring about meaning
9973         of nil LEVELS, and drop support for LEVELS value t.
9974         (allout-show-children): Translate the level spec used by this
9975         routine to that used by allout-chart-subtree and
9976         allout-chart-to-reveal.
9977         (allout-show-to-offshoot): Retry once when stuck, after opening
9978         subtree - improvements in discontinuity handling likely will
9979         enable progress.
9981 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
9983         * wid-edit.el (widget-button-click-moves-point): New variable.
9984         (widget-button-click): If widget-button-click-moves-point is
9985         non-nil, set point after performing the button action.
9987         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9989 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
9991         * files.el (find-file-existing): Modify to not allow wildcards.
9993 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9995         * simple.el (undo-more): When undo information for the region is
9996         exhausted, say "No further undo information FOR REGION".
9998 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10000         * progmodes/sh-script.el (sh-prev-thing):
10001         Take `sh-leading-keywords' into account.
10003 2006-09-29  Glenn Morris  <rgm@gnu.org>
10005         * custom.el (defcustom): Doc fix.
10007         * calendar/calendar.el (european-calendar-style):
10008         Call european-calendar or american-calendar as needed when set.
10009         (diary-view-entries, list-calendar-holidays): Move autoloads
10010         before use.
10012 2006-09-29  Juri Linkov  <juri@jurta.org>
10014         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
10015         to nil if there is no previous property change.
10017 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10019         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
10020         saving anything to be sure that `forward-sexp' behaves correctly.
10022 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
10024         * simple.el (line-move-finish): Ignore field boundaries if the
10025         initial and final points have the same `field' property.
10027 2006-09-29  Kim F. Storm  <storm@cua.dk>
10029         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
10030         to t while calling ido-read-internal.
10032 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
10034         * textmodes/org.el (org-file-remote-p): Get regexp from list.
10035         (org-archive-subtree): Remove erraneous `]' from character list.
10037 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
10039         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
10040         (ses-reconstruct-all): Make undo of "insert row" work by keeping
10041         markers for data-area and parameters-area.
10043 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10045         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
10047         * font-lock.el (font-lock-after-change-function): Refontify next line
10048         as well if end is at BOL.
10049         (font-lock-extend-jit-lock-region-after-change): Be more careful to
10050         only extend the region as much as needed.
10052 2006-09-28  Richard Stallman  <rms@gnu.org>
10054         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
10056         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
10058         * international/mule.el (after-insert-file-set-coding):
10059         If VISIT, don't let set-buffer-multibyte make undo info.
10061 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
10063         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
10064         lines in base64-encoded authentication response.
10066 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10068         * progmodes/ebnf2ps.el: Doc fix.  Implement arrow spacing and scaling.
10069         (ebnf-version): New version 4.3.
10070         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
10071         (ebnf-prologue): Adjust PostScript programming.
10072         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
10073         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
10075 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10077         * jit-lock.el (jit-lock-force-redisplay): Rename from
10078         jit-lock-fontify-again, and undo the mistaken change I've just done.
10080         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
10081         (jit-lock-fontify-again): Don't refontify text that's not displayed.
10083 2006-09-26  Kenichi Handa  <handa@m17n.org>
10085         * startup.el (display-splash-screen): Allow a prefix argument.
10087 2006-09-25  Jason Rumney  <jasonr@gnu.org>
10089         * subr.el (shell-quote-argument): Use DOS logic for Windows
10090         shells with DOS semantics.
10092 2006-09-24  Richard Stallman  <rms@gnu.org>
10094         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
10095         (compilation-goto-locus): Use compilation-goto-locus-delete-o
10096         to delete the overlay.  Put it on pre-command-hook.
10098         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
10100         * startup.el (fancy-splash-screens, normal-splash-screen):
10101         Call the splash buffer *About GNU Emacs*.
10103         * simple.el (next-error-highlight, next-error-highlight-no-select):
10104         Default to 0.5.
10105         (yank-excluded-properties): Add `fontified'.
10107         * font-lock.el (font-lock-compile-keywords): Allow value of
10108         syntax-begin-function to enable paren-column-0 highlighting.
10110 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
10112         * dired.el (dired-build-subdir-alist): When file ends in colon,
10113         don't exit the loop, just disregard that file.
10115 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
10117         * simple.el (line-move-finish): Handle corner case for fields in
10118         continued lines.
10119         (line-move-1): Remove flawed test for that case.
10121 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
10123         * icomplete.el (icomplete-simple-completing-p): Use the correct
10124         name for the new variable, `icomplete-with-completion-tables'.
10125         (file local variables): Remove superfluous setting.
10127 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
10129         * calendar/appt.el (appt-check): Fix typo for appointments just
10130         after midnight.
10132 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
10134         * help.el (describe-key-briefly, describe-key): Don't expect an
10135         extra up event if a down-event is generated by a popup menu.
10137 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
10139         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
10140         local dictionary when changing the global dictionary.
10142 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
10144         * icomplete.el (icomplete-with-completion-tables): List of
10145         specialized completion tables with which icomplete should
10146         operate.  Include the new `internal-complete-buffer', so icomplete
10147         works with interactive buffer-selection.
10148         (icomplete-simple-completing-p): Add acceptance of specialized
10149         completion tables listed in icomplete-with-completion-tables.
10151 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10153         * frame.el (focus-follows-mouse): Set default to nil on Mac.
10155         * startup.el (command-line): Use `custom-reevaluate-setting' for
10156         `focus-follows-mouse'.
10158 2006-09-22  Richard Stallman  <rms@gnu.org>
10160         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
10161         explain why Save is not available.
10163 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
10165         * woman.el (woman0-so): Use `let*', not `let'.
10166         (woman-horizontal-line): Remove unbalanced parenthesis.
10168 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10170         * woman.el: Make sure all the end-of-region markers we use have
10171         a non-nil insertion-type.
10172         (woman0-so): Move things around so we can use copy-marker.
10173         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
10174         Adjust marker type.
10175         (woman2-process-escapes): Check marker type.
10176         (woman-horizontal-line): Dispense with the use of a marker.
10178 2006-09-22  Jay Belanger  <belanger@truman.edu>
10180         * calc/calc-lang.el: Add Greek letters to math-variable-table
10181         property of tex.
10183 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
10185         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
10187 2006-09-22  Masatake YAMATO  <jet@gyve.org>
10189         * add-log.el (add-log-current-defun): Use `forward-sexp'
10190         instead of `forward-word' to pick c++::symbol.
10191         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
10193 2006-09-22  Kenichi Handa  <handa@m17n.org>
10195         * bindings.el: Fix setting self-insert-command for multibyte
10196         characters in global-map.
10198 2006-09-21  David Kastrup  <dak@gnu.org>
10200         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
10201         doc string.
10203 2006-09-21  Kenichi Handa  <handa@m17n.org>
10205         * language/european.el ("Latin-1"): Add windows-1252 to
10206         coding-priority.
10207         ("German"): Likewise.
10209 2006-09-21  Kim F. Storm  <storm@cua.dk>
10211         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
10212         Suggested by Miles Bader.
10214         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
10215         instead of add-to-list in the simple case.
10217 2006-09-20  Kenichi Handa  <handa@m17n.org>
10219         * isearch.el (isearch-process-search-char): Cancel the previous change.
10220         (isearch-search-string): New function.
10221         (isearch-search): Use isearch-search-string.
10222         (isearch-lazy-highlight-search): Likewise.
10224 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10226         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
10227         string to become an option.
10229 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10231         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
10233 2006-09-20  Kim F. Storm  <storm@cua.dk>
10235         * simple.el (line-move-partial): Call pos-visible-in-window-p with
10236         position t instead of trying both window-end and window-end - 1.
10238 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
10240         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
10241         hidden trees.
10243 2006-09-20  David Kastrup  <dak@gnu.org>
10245         * mouse.el (mouse-posn-property): Improve doc string.
10246         (mouse-on-link-p): Change buffers for function calls on links.
10248         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
10249         buffer is read-only.
10251 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
10253         * allout.el (allout-unprotected): Let inhibit-read-only only when
10254         buffer-read-only isn't set.
10255         (allout-annotate-hidden): Enable topic annotation during copies even
10256         when the buffer is read-only, eg for topic copies.  Ensure that the loop
10257         advances, even when the span extends beyond the deletion region.
10258         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
10259         rather than allout-exposure-changed-hook, as a stronger assertion.
10260         (allout-keybindings-list): Add bindings for
10261         allout-copy-line-as-kill and allout-copy-topic-as-kill.
10262         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
10263         Copy wrappers for allout-kill-line and allout-kill-topic.
10264         (allout-listify-exposed): Position correctly to accumulate lines.
10266 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
10268         * simple.el (line-move-1): Escape field boundaries occurring
10269         exactly at point.  Update goal column if constrained to a field.
10270         (line-move-finish): Escape field boundaries occurring exactly at point.
10272 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10274         * mouse.el (mouse-on-link-p): Tentatively fix last change.
10275         (mouse-drag-vertical-line): Remove unused var `wconfig'.
10277 2006-09-19  Kim F. Storm  <storm@cua.dk>
10279         * help.el (describe-key-briefly, describe-key): Simplify printing
10280         of descriptions by using format and %S.  Fix "is undefined"
10281         messages to say "at that spot" for mouse events.
10283         * simple.el (line-move-partial): Optimize.  Try window-line-height
10284         before posn-at-point to get vpos of current line.
10286 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10288         * emulation/viper.el: Bump up version/date of update to reflect the
10289         substantial changes done in August 2006.
10291         * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
10292         push-button are defined.
10294         * ediff-util.el (ediff-add-to-history): New function.
10296         * ediff.el: Use ediff-add-to-history instead of add-to-history.
10298 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10300         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
10301         Delete duplicate make-local-variable form.
10302         (conf-space-keywords): Add autoload cookie.
10303         Fix typo (`keywords', not `keyword').
10305 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10307         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
10308         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
10309         to x-gtk-use-old-file-dialog.
10311 2006-09-18  Richard Stallman  <rms@gnu.org>
10313         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
10314         that might come in during mouse tracking.
10316 2006-09-18  Kim F. Storm  <storm@cua.dk>
10318         * simple.el (line-move-partial): Rework 2006-09-15 change to use
10319         new window-line-height function.  Further optimize by not calling
10320         pos-visible-in-window-p for window-end when window-line-height
10321         returns useful information.
10323 2006-09-16  Richard Stallman  <rms@gnu.org>
10325         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
10326         (conf-space-mode): Don't handle prefix arg.
10327         Delete conf-space-keywords-override code.
10328         Use add-hook.
10329         (conf-space-keywords): New command.
10330         (conf-space-mode-internal): Be careful with imenu-generic-expression.
10331         Delete conf-space-keywords-override code.
10332         (conf-space-keywords-alist): Doc fix.
10333         (conf-space-font-lock-keywords): Doc fix.
10334         (conf-space-keywords-override): Var deleted.
10336 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
10338         * startup.el (fancy-splash-screens): Don't switch to the scratch
10339         buffer; it may not be the next buffer.
10341 2006-09-16  Romain Francoise  <romain@orebokech.com>
10343         * saveplace.el (load-save-place-alist-from-file): Use expanded name
10344         in both messages.
10346 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
10348         * progmodes/python.el (python-preoutput-filter):
10349         Fix arg order to string-match.
10351 2006-09-16  Richard Stallman  <rms@gnu.org>
10353         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
10354         font-lock-compile-keywords.
10356         * font-lock.el (font-lock-compile-keywords): Rename optional arg
10357         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
10359 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10361         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
10363         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
10364         and the data doesn't look like UTF8, send STRING instead.
10366 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
10368         * textmodes/flyspell.el (flyspell-check-region-doublons):
10369         New function to detect duplicated words.
10370         (flyspell-large-region): Use it.
10372 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
10374         * simple.el (line-move-to-column): Revert 2006-08-03 change.
10376 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
10378         * help.el (describe-prefix-bindings): Use let, not let*.
10380 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
10382         * allout.el (allout-regexp, allout-line-boundary-regexp)
10383         (allout-bob-regexp): Correct grouping and boundaries to fix
10384         backwards traversal.
10385         (allout-depth-specific-regexp, allout-depth-one-regexp):
10386         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
10387         worse time in allout-ascend.
10388         (allout-doublecheck-at-and-shallower): Identify depth threshold
10389         below which topics are checked for and disqualified by containment
10390         discontinuities.
10391         (allout-hotspot-key-handler): Correctly handle multiple-key
10392         strokes.  Remove some unused variables.
10393         (allout-mode-leaders): Clarify that mode-specific comment-start
10394         will be used.
10395         (set-allout-regexp): Correctly regexp-quote allout regexps to
10396         properly accept alternative header-leads and primary bullets with
10397         regexp-specific characters (eg, C "/*", mathematica "(*").
10398         Include new regular expressions among those configured.
10399         (allout-infer-header-lead-and-primary-bullet):
10400         Rename allout-infer-header-lead.
10401         (allout-recent-depth): Manifest as a variable as well as a function.
10402         (allout-prefix-data): Simplify into an inline instead of a macro,
10403         assuming current match data rather than being explicitly passed
10404         it.  Establish allout-recent-depth value as well as
10405         allout-recent-prefix-beginning and allout-recent-prefix-end.
10406         (allout-aberrant-container-p): True when an item's immediate
10407         offspring discontinuously contained.  Useful for disqualifying
10408         unintended topic prefixes, likely at low depths.
10409         (allout-goto-prefix-doublechecked): Elaborate version of
10410         allout-goto-prefix which disqualifies aberrant pseudo-items.
10411         (allout-pre-next-prefix): Layer on top of lower-level routines, to
10412         get disqualification of aberrant containers.
10413         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
10414         containers.
10415         (allout-beginning-of-current-entry): Position at start of buffer
10416         when in container (depth 0) entry.
10417         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
10418         (allout-current-bullet): Strip text properties.
10419         (allout-get-prefix-bullet): Use right match groups.
10420         (allout-beginning-of-line, allout-next-heading):
10421         Disqualify aberrant containers.
10422         (allout-previous-heading): Disqualify aberrant containers, and
10423         change to regular (rather than inline) function, to allow
10424         self-recursion.
10425         (allout-get-invisibility-overlay): Increment so progress is made
10426         when the first overlay is not the sought one.
10427         (allout-end-of-prefix): Disqualify aberrant containers.
10428         (allout-end-of-line): Cycle something like allout-beginning-of-line.
10429         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
10430         outline.el outlines) functional again.  Change the primary bullet
10431         along with the header-lead - level 1 new-style bullets now work.
10432         Engage allout-before-change-handler in mainline Emacs, not just
10433         XEmacs, to do undo handling.
10434         (allout-before-change-handler): Expose undo changes occurring in
10435         hidden regions.  Use allout-get-invisibility-overlay instead of
10436         reimplementing it inline.
10437         (allout-chart-subtree): Use start rather than end of prefix in
10438         charts.  Use allout-recent-depth variable.
10439         (allout-chart-siblings): Disqualify aberrant topics.
10440         (allout-beginning-of-current-entry): Position correctly.
10441         (allout-ascend): Use new allout-depth-specific-regexp and
10442         allout-depth-one-regexp for linear instead of O(N^2) or worse
10443         behavior.
10444         (allout-ascend-to-depth): Depend on allout-ascend, rather than
10445         reimplementing an algorithm.
10446         (allout-up-current-level): Depend on allout-ascend, rather than
10447         reimplementing an algorithm.  Return to start-point if we fail.
10448         (allout-descend-to-depth): Use allout-recent-depth variable
10449         instead of function.
10450         (allout-next-sibling): On traversal of numerous intervening
10451         topics, resort to economical allout-next-sibling-leap.
10452         (allout-next-sibling-leap): Specialized version of
10453         allout-next-sibling that uses allout-ascend cleverly, to depend on
10454         a regexp search to leap large numbers of contained topics, rather
10455         than arbitrarily many one-by-one traversals.
10456         (allout-next-visible-heading): Disqualify aberrant topics.
10457         (allout-previous-visible-heading): Position consistently when
10458         interactive.
10459         (allout-forward-current-level): Base on allout-previous-sibling
10460         rather than (differently) reimplmenting the algorithm.  Remove some
10461         unused variables.
10462         (allout-solicit-alternate-bullet): Present default choice stripped
10463         of text properties.
10464         (allout-rebullet-heading): Use bullet stripped of text properties.
10465         Register changes using allout-exposure-change-hook.
10466         Disregard aberrant topics.
10467         (allout-shift-in): With universal-argument, make topic a peer of
10468         it's former offspring.  Simplify the code by separating out
10469         allout-shift-out functionality.
10470         (allout-shift-out): With universal-argument, make offspring peers
10471         of their former container, and its siblings.  Implement the
10472         functionality here, rather than inappropriately muddling the
10473         implementation of allout-shift-in.
10474         (allout-rebullet-topic): Respect additional argument for new
10475         parent-child separation function.
10476         (allout-yank-processing): Use allout-ascend directly.
10477         (allout-show-entry): Disqualify aberrant topics.
10478         (allout-show-children): Handle discontinuous children gracefully,
10479         extending the depth being revealed to expose them and posting a
10480         message indicating the situation.
10481         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
10482         Leave cursor in correct position.
10483         (allout-hide-current-subtree): Use allout-ascend directly.
10484         Disqualify aberrant topics.
10485         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
10486         a way that the yanks can restore it, as used to happen.
10487         (allout-yank-processing): Restore exposure layout as recorded by
10488         allout-kill-*, as used to happen.
10489         (allout-annotate-hidden, allout-hide-by-annotation): New routines
10490         for preseving and restoring exposure layout across kills.
10491         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
10492         (allout-encrypt-string): Strip text properties.
10493         Rearranged order and outline-headings for some of the
10494         miscellaneous functions.
10495         (allout-resolve-xref): No need to quote the error name in the
10496         condition-case handler section.
10497         (allout-flatten): Classic recursive (and recursively intensive,
10498         without tail-recursion) list-flattener, needed by allout-shift-out
10499         when confronted with discontinuous children.
10501 2006-09-16  Jason Rumney  <jasonr@gnu.org>
10503         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
10504         on ms-windows.
10505         (dnd-open-unc-file): Remove.
10506         (dnd-open-local-file): Mention in doc string that it also handles
10507         remote files if the system natively supports unc file-names.
10509 2006-09-15  Kim F. Storm  <storm@cua.dk>
10511         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
10512         all necessary information about the event before erasing *Help*.
10514         * simple.el (line-move-partial): Use window-line-visiblity to
10515         quickly check whether last line is partially visible, and only do
10516         the hard (and slow) part in that case.
10518 2006-09-15  Jay Belanger  <belanger@truman.edu>
10520         * COPYING: Replace "Library Public License" by "Lesser Public
10521         License" throughout.
10523 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10525         * term/x-win.el (x-menu-bar-open): New function for F10.
10527 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
10529         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10530         Disallow filenames containing " -" to avoid confusion with libtool
10531         compilation messages.  Suggested by Stefan Monnier.
10533 2006-09-15  David Kastrup  <dak@gnu.org>
10535         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
10536         instead of buffer position for `mouse-on-link-p'.
10538         * mouse.el (mouse-posn-property): New function looking up the
10539         properties at a click position in overlays and text properties in
10540         either buffer or strings.
10541         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
10542         of both `follow-link' as well as `mouse-face' properties.
10543         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
10544         buffer position.
10546         * help.el (describe-key-briefly): When reading a down-event on
10547         mode lines or scroll bar, swallow the following up event, too.
10548         Use the new mouse sensitity of `key-binding' for lookup.
10549         (describe-key): The same here.
10551 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
10553         * play/life.el (life-patterns): Add a few more interesting patterns.
10554         (life-setup): Force `show-trailing-whitespace' to nil.
10556 2006-09-14  Richard Stallman  <rms@gnu.org>
10558         * startup.el (fancy-splash-text): Change text to improve alignment.
10559         (fancy-splash-screens): Don't set non-standard tab width.
10560         Bind cursor-type temporarily, and make it easy to patch to
10561         preserve the splash buffer.
10562         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
10563         (fancy-splash-screens): Display echo-area message explicitly.
10564         Don't set fancy-splash-help-echo.
10566         * simple.el (line-number-mode): Group mode-line instead of
10567         editing-basics.
10568         (column-number-mode, size-indication-mode): Likewise.
10570         * faces.el (mode-line-faces): Group mode-line instead of modeline.
10572         * time.el (display-time): Group mode-line instead of modeline.
10574         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
10576 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
10578         * startup.el (fancy-splash-text): Move editing instructions to
10579         fancy-splash-head.
10580         (fancy-splash-head): Issue editing instructions.
10581         (fancy-splash-screens): Fixup whitespace.
10583 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10585         * bindings.el (mode-line-buffer-identification-keymap):
10586         Remove duplicate line.
10588 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10590         * ido.el (ido-ignore-item-p): Allow any kind of functions in
10591         ignore lists.
10593 2006-09-14  Kim F. Storm  <storm@cua.dk>
10595         * jit-lock.el (jit-lock-fontify-again): New function.
10596         (jit-lock-fontify-now): Use it instead of lambda form.
10598 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
10600         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
10601         (flyspell-auto-correct-word): Make ispell-filter local to these
10602         functions.  Check that ispell-filter has new stuff before calling
10603         ispell-parse-output.
10605 2006-09-13  Kim F. Storm  <storm@cua.dk>
10607         * simple.el (line-move-partial): Optimize.
10609 2006-09-13  Richard Stallman  <rms@gnu.org>
10611         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
10612         Delete spurious backquote.
10614 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
10616         * net/rcirc.el (rcirc-print): Fix last change.
10618 2006-09-12  Jay Belanger  <belanger@truman.edu>
10620         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
10622 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
10624         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
10625         rcirc-show-maximum-output.
10626         (rcirc-mode): Remove window-scroll-function hook.
10627         (rcirc-scroll-to-bottom): Remove function.
10628         (rcirc-print): Recenter so point stays at the bottom of the window
10629         if point was already there.
10631 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10633         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10634         not to "t".
10635         * progmodes/compile.el (compilation-start): Likewise.
10636         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10637         Don't use expand-file-name on invocation-directory, since this
10638         might mishandle special characters in invocation-directory.
10640 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10642         * pcvs-defs.el: Remove * in defcustom's docstrings.
10644 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
10646         * progmodes/compile.el (compilation-directory-properties):
10647         Doc fix for help-echo.
10649 2006-09-12  Lars Hansen  <larsh@soem.dk>
10651         * desktop.el (desktop-read): Add comment.
10653 2006-09-12  Kim F. Storm  <storm@cua.dk>
10655         * simple.el (next-error-highlight, next-error-highlight-no-select):
10656         Fix spelling error.
10658         * subr.el (sit-for): Rework to use input-pending-p and cond.
10659         Return nil input is pending on entry also for SECONDS <= 0.
10660         (while-no-input): Use input-pending-p instead of sit-for.
10662 2006-09-11  Richard Stallman  <rms@gnu.org>
10664         * simple.el (next-error-highlight, next-error-highlight-no-select):
10665         Fix custom type and doc strings.
10667 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10669         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10670         (diff-apply-hunk): Use it to ask for confirmation.
10672 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
10674         * emacs-lisp/cl.el (pushnew): Add missing `,'.
10676 2006-09-11  David Kastrup  <dak@gnu.org>
10678         * help.el (string-key-binding, describe-key-briefly)
10679         (describe-key): Remove `string-key-binding' and its callers since
10680         `key-binding' already caters for the proper lookup now.
10682 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10684         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10685         (cfengine-mode): Use it.  Fix \ syntax to be like /.
10687         * bindings.el (mode-line-buffer-identification-keymap):
10688         Move initialization into declaration.
10690 2006-09-10  Kim F. Storm  <storm@cua.dk>
10692         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10693         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10694         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10695         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
10697 2006-09-10  Richard Stallman  <rms@gnu.org>
10699         * dired-aux.el: Handle errors in recursive copy usefully.
10700         (dired-create-files-failures): New variable.
10701         (dired-copy-file): Remove condition-case.
10702         (dired-copy-file-recursive): Check for errors on all file
10703         operations, and add them to dired-create-files-failures.
10704         Check file file-date-erorr here too.
10705         (dired-create-files): Check dired-create-files-failures
10706         and report those errors too.
10708         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10710         * subr.el (add-to-list): New argument COMPARE-FN.
10712 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10714         * filecache.el (file-cache-add-directory)
10715         (file-cache-add-directory-list, file-cache-add-file)
10716         (file-cache-add-directory-using-find)
10717         (file-cache-add-directory-using-locate)
10718         (file-cache-add-directory-recursively): Add autoloads.
10720 2006-09-09  Richard Stallman  <rms@gnu.org>
10722         * textmodes/conf-mode.el (conf-space-mode):
10723         Use hack-local-variables-hook instead of calling hack-local-variables.
10724         (conf-space-keywords-override): New variable.
10725         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
10726         (conf-space-mode): Always make conf-space-keywords and
10727         conf-space-keywords-override local.
10728         Call conf-space-mode-internal directly as well as via hook.
10730 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10732         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10733         quasi-keywords.
10735 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10737         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10738         (python-send-string): Be slightly more careful about adding \n.
10740         * startup.el (normal-splash-screen): Don't display the buffer if we'll
10741         kill it right away anyway.
10743 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
10745         * international/codepage.el (cp850-decode-table): Fix a few codes.
10746         (cp858-decode-table): New variable.
10748 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
10750         * net/ldap.el (ldap-search-internal): Doc fix.
10752 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10754         * play/life.el (life-display-generation): Test for input manually if
10755         `sleeptime' is negative or null.
10757         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10758         (print-region-1): Substitute `%s' with the page title.
10760 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
10762         * locate.el (locate-current-search): New variable.
10763         (locate): Set buffer local value.  Use current buffer if it is
10764         in Locate mode.
10765         (locate-mode): Disable undo here.
10766         (locate-do-setup): Use locate-current-filter from buffer to be killed.
10767         (locate-update): Use locate-current-search and locate-current-filter.
10769 2006-09-08  David Kastrup  <dak@gnu.org>
10771         * desktop.el (desktop-read): When loading a desktop, disable
10772         saving it while the load progresses, and switch off a pending lazy
10773         load by calling `desktop-lazy-abort'.
10775 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
10777         * window.el (mouse-autoselect-window-timer)
10778         (mouse-autoselect-window-position)
10779         (mouse-autoselect-window-window)
10780         (mouse-autoselect-window-now): New vars.
10781         (mouse-autoselect-window-cancel)
10782         (mouse-autoselect-window-select)
10783         (mouse-autoselect-window-start): New functions.
10784         (handle-select-window): Call `mouse-autoselect-window-start' when
10785         delayed window autoselection is enabled.
10787         * cus-start.el (mouse-autoselect-window): Handle delayed window
10788         autoselection.
10790         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10791         commands after which it is allowed to print in the echo area.
10793 2006-09-08  Richard Stallman  <rms@gnu.org>
10795         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10797         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10798         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10800         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10801         (cancel-timer-internal): Add doc string.
10802         (cancel-function-timers): Doc fix.
10803         (with-timeout-handler, timer-event-last*): Add doc strings.
10805         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10807         * files.el (risky-local-variable-p): Match ...-bindat-spec.
10809         * dired.el (dired-log-summary): Add doc string.
10811         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10812         (custom-group-menu-create): Not here.
10814 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
10816         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10818 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10820         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10821         (mac-apple-event-map): Define its handler.
10823 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
10825         * net/ldap.el (ldap-search-internal): Handle `auth' key.
10827 2006-09-07  Magnus Henoch  <mange@freemail.hu>
10829         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10830         clause.
10832 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10834         * info.el (Info-index): Bind completion-ignore-case.
10836 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10838         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10839         previous commit.
10840         (inferior-prolog-guess-flavor): New fun left out of previous commit.
10841         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10842         burp in dedicated windows.
10843         (inferior-prolog-self-insert-command): New command.
10844         (inferior-prolog-mode-map): Use it.
10846 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10848         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10850         * international/code-pages.el: Add cp858.
10852 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10854         * dnd.el: Fix bootstrapping.
10856 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10858         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10859         (dnd-open-remote-url): New function.
10860         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10861         not windows-nt.
10863 2006-09-07  Jason Rumney  <jasonr@gnu.org>
10865         * dnd.el (dnd-open-remote-file-function): New variable.
10866         (dnd-open-unc-file): New function.
10867         (dnd-open-file): Call dnd-open-remote-file-function if set.
10869 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10871         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10872         pgg-passphrase-coding-system rather than locale-coding-system.
10873         * pgg-def.el (pgg-passphrase-coding-system): New user option.
10875 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10877         * progmodes/prolog.el: Remove * in docstrings.
10878         (prolog-program-name): Add SWI prolog.
10879         (prolog-mode-menu): New menu.
10880         (prolog-mode): Set comment-add.
10881         (prolog-indent-line): Simplify.  Use indent-line-to.
10882         (inferior-prolog-buffer): New var.
10883         (inferior-prolog-run, inferior-prolog-process): New funs.
10884         (run-prolog, switch-to-prolog): Rewrite, using them.
10885         (prolog-consult-region): Use inferior-prolog-buffer.
10886         (inferior-prolog-load-file): New function.
10887         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10889         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10890         last word, if it's not the end of the paragraph.
10892         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10893         file name.
10895 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
10897         * frame.el (display-mm-dimensions-alist): New defcustom.
10898         (display-mm-height, display-mm-width): Use it.
10900 2006-09-06  Simon Josefsson  <jas@extundo.com>
10902         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10904 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
10906         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10907         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10908         string values.
10910 2006-09-06  Kim F. Storm  <storm@cua.dk>
10912         * simple.el (line-move-partial): New function to do vscrolling for
10913         partially visible images / tall lines.  Rewrite based on code
10914         previously in line-move.  Simplify backwards vscrolling.
10915         (line-move): Use it.  Simplify.
10917 2006-09-05  Kim F. Storm  <storm@cua.dk>
10919         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10921 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
10923         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10924         Process the `gcc-include' after the `gnu' rule.
10926 2006-09-05  Kim F. Storm  <storm@cua.dk>
10928         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10930 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10932         * pgg.el (pgg-clear-string): Alias to clear-string for backward
10933         compatibility.
10935         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10936         inhibit-redisplay; encode passphrase with locale-coding-system.
10938 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
10940         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10942 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
10944         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10945         (gdb-var-list-children-regexp): Make type field optional.
10947         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10948         e.g public, protected in C++.
10950 2006-09-04  John Paul Wallington  <jpw@pobox.com>
10952         * simple.el (completion-show-help): New defcustom.
10953         (completion-setup-function): Heed it.
10955 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
10957         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10959 2006-09-04  Richard Stallman  <rms@gnu.org>
10961         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10962         (rsf-min-region-to-spam-list): Doc fix.
10963         (rsf-add-content-type-field): Doc fix.
10965         * simple.el (kill-region): Explicitly test there is a region.
10967 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10969         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10970         sendmail in several common directories.
10972         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10974         * paths.el (sendmail-program): Removed.
10976 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
10978         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10979         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
10980         http://article.gmane.org/gmane.emacs.gnus.general/50457
10982 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
10984         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10985         mark after running the menu filter.
10987 2006-09-03  Juri Linkov  <juri@jurta.org>
10989         * international/quail.el (quail-defrule-internal): Add a check
10990         if a key is a vector.
10992 2006-09-02  Juri Linkov  <juri@jurta.org>
10994         * man.el (Man-topic-history): New variable.
10995         (man): Use it.
10997         * woman.el (woman-topic-history): Change defvar to defvaralias
10998         for symbol `Man-topic-history'.
11000         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
11001         `comint-last-output-start' is a marker by using `markerp' and
11002         check if it has a position by using `marker-position', and use
11003         this position for `goto-char'.
11005         * international/quail.el (quail-defrule-internal): Add missing
11006         `error' call for null key.
11008 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
11010         * net/rcirc.el (rcirc-keywords): New variable.
11011         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
11012         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
11013         variables.
11014         (rcirc-responses-no-activity): New function.
11015         (rcirc-handler-generic): Check for responses in above.
11016         (rcirc-process-command): Add ?: character to arguments of raw
11017         server commands.
11018         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
11019         `rcirc-dim-nicks'.
11020         (rcirc-gray-toggle): Remove unused variable.
11021         (rcirc-print): Remove some tracking logic, which is moved into
11022         markup functions.
11023         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
11024         types.
11025         (rcirc-activity-string): Look for 'keyword in activity-types.
11026         (rcirc-window-configuration-change): Don't erase overlay-arrow
11027         unnecessarily.
11028         (rcirc-add-or-remove): New function.
11029         (rcirc-cmd-ignore): Use it.
11030         (rcirc-message-leader): Remove unused function.
11031         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
11032         (rcirc-add-face): New function.
11033         (rcirc-facify): Use rcirc-add-face.
11034         (rcirc-url-regexp): Add parens.
11035         (rcirc-map-regexp): Remove function.
11036         (rcirc-mangle-regexp): Remove function.
11037         (rcirc-markup-text-functions): New variable.
11038         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
11039         (rcirc-markup-body-text, rcirc-markup-attributes)
11040         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
11041         (rcirc-markup-bright-nicks): New markup handler functions.
11042         (rcirc-nick-in-message-full-line): New face.
11043         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
11044         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
11046 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
11048         * cus-start.el (hscroll-margin, hscroll-step)
11049         (mode-line-in-non-selected-windows, mouse-autoselect-window)
11050         (x-use-underline-position-properties): Change version to "22.1"
11051         since they will appear there for the first time.
11053 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
11055         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
11057 2006-08-31  Richard Stallman  <rms@gnu.org>
11059         * cus-edit.el (custom-save-variables): Slight cleanup.
11060         (Custom-no-edit): Renamed from custom-no-edit.
11061         (Custom-newline): Renamed from custom-newline.
11062         (custom-mode-map): Use new names.
11064         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
11065         about customization, rather than M-x customize, in the doc string
11066         made for the defcustom.
11068         * emacs-lisp/trace.el (trace-function-background): Doc fix.
11070 2006-08-31  Romain Francoise  <romain@orebokech.com>
11072         * dired-x.el (dired-guess-shell-alist-default): Update.
11074 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
11076         * custom.el (custom-theme-set-variables): Autoload packages before
11077         sorting the variables.
11079 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
11081         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11082         Convert events to chars if XEmacs.
11083         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
11085 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11087         * progmodes/python.el (python-eldoc-function): Re-enable quit while
11088         waiting for process.
11090 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11092         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
11093         results in ASCII-only string, encode original one directly.
11095 2006-08-29  Romain Francoise  <romain@orebokech.com>
11097         * startup.el (normal-splash-screen, fancy-splash-screens):
11098         Make buffer read-only and arrange to enter view mode if necessary.
11100 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
11102         * hl-line.el (hl-line): New face.
11103         (hl-line-face): Use it.
11105         * image-mode.el (image-mode): Fix last fix.
11106         Suggested by Kim F. Storm.
11108 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
11110         Sync with Tramp 2.0.54.
11112         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
11113         of `=', because `tramp-get-remote-gid' might not always return an
11114         integer when expected.
11115         (tramp-register-file-name-handlers): `partial-completion-mode' is
11116         unknown to XEmacs.
11117         (tramp-time-diff): Don't use `floor', it might fail for large
11118         differences.
11119         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
11120         `tramp-auto-save-directory' if unset in order to guarantee unique
11121         auto-save file names.
11123 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
11125         * image-mode.el (image-mode): Display image as text on a terminal.
11127 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11129         * progmodes/python.el (python-send-command): Simplify.
11130         (run-python): Don't generate a new buffer unless `new' was specified.
11131         Make sure we send `import emacs' to the proper process.
11133         * progmodes/python.el (python-send-command): Don't wait for the command
11134         to terminate.  Don't fiddle with compilation-parsing-end.
11136 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
11138         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11139         Insert commentary after first line summary.
11141         * woman.el (woman-follow): New function, based on `man-follow'.
11142         (woman-mode-map): Use it.
11144         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
11145         since ibuffer-do-sort-by-recency does not define a sorter.
11147 2006-08-28  Kim F. Storm  <storm@cua.dk>
11149         * find-dired.el (find-dired): Use shell-quote-argument to properly
11150         escape ( and ) args.  Also use it on {} and ; args in default
11151         value of find-ls-option string.
11152         (find-grep-dired): Use shell-quote-argument on {} and ; args.
11154 2006-08-27  Michael Olson  <mwolson@gnu.org>
11156         * emacs-lisp/tq.el: Small grammar fix in comments.
11157         (tq-enqueue): Check for existence of queue rather than the
11158         head queue item's question, which was a no-op.
11159         (tq-filter, tq-process-buffer): Make sure the process buffer
11160         exists before making it the current buffer.
11162 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11164         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
11165         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
11166         (special-event-map): Apply 2006-08-16 change for x-win.el.
11168 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11170         * progmodes/python.el (python-send-receive): Wait in the
11171         process's buffer so as to check the right buffer-local variables.
11173 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11175         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
11176         (defgroup checkdoc): Move to beginning.
11178         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
11179         (python-preoutput-continuation): Remove.
11180         (python-preoutput-filter): Simplify correspondingly.
11181         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
11182         Loop around to catch embedded _emacs_out output.
11183         (run-python): Send the import&print command on a single line.
11184         (python-send-command): Send command&print on a single line.
11185         (python-send-string): Only add double \n if needed.
11186         (python-send-receive): Loop until the result comes.
11187         (python-mode-running): Defvar it.
11188         (python-setup-brm): Remove unused var `menu'.
11189         Only bind py-mode-map and `features' around brm-init.
11190         (python-calculate-indentation): Remove unused var `point'.
11191         (python-beginning-of-defun): Remove unused var `def-line'.
11193 2006-08-25  Richard Stallman  <rms@gnu.org>
11195         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
11197 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
11199         * emulation/viper.el (viper-set-hooks): Use frame bindings for
11200         viper-vi-state-cursor-color.
11201         (viper-non-hook-settings): Don't set default
11202         mode-line-buffer-identification.
11204         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
11205         New fun.
11206         (viper-set-cursor-color-according-to-state)
11207         (viper-get-saved-cursor-color-in-replace-mode)
11208         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
11209         viper-emacs-state-cursor-color.
11211         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
11212         (viper-undo): Use point if undo-beg-posn is nil.
11213         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
11214         (viper-after-change-undo-hook): Don't use
11215         viper-emacs-state-cursor-color by default.
11216         (viper-undo): More sensible positioning after undo.
11218         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
11219         (viper-emacs-state-cursor-color): Default to nil, since this feature
11220         doesn't work well yet.
11222         * ediff-mult.el (ediff-intersect-directories)
11223         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
11224         always expand filenames.
11226 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11228         * tumme.el: Remove * in defcustoms's docstrings.
11230 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
11232         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
11233         Accept internal time format for SECS arg.
11234         (timer-relative-time): Doc fix.
11236         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
11237         adapted from Martin Rudalics.
11238         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
11239         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
11240         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
11241         using sit-for.
11243 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
11245         * cus-start.el (all): Add `overline-margin' and
11246         `x-underline-at-descent-line'.
11248 2006-08-24  Kim F. Storm  <storm@cua.dk>
11250         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
11251         to mean "use find -exec"; nil now unambiguously means auto-detect.
11252         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
11253         Use shell-quote-argument to build grep-find-command and
11254         grep-find-template.
11255         (rgrep): Use shell-quote-argument to properly quote arguments to find.
11256         Reported by Tom Seddon.
11258 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
11260         * startup.el (fancy-splash-head): Give instructions for dismissing
11261         the splash screen for default startup too.
11262         (display-startup-echo-area-message, fancy-splash-screens)
11263         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
11264         all splash text at once and keep the splash buffer around.
11265         (command-line-1): Give display-startup-echo-area-message a t arg.
11267 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
11269         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
11270         gnus frame is selected.
11272 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
11274         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
11276 2006-08-22  Kim F. Storm  <storm@cua.dk>
11278         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
11279         Add suffix matching for subdirs.
11281 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
11283         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
11284         mouse-yank-at-point is non-nil.
11286 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
11288         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
11289         a bit wider and remove fringes to fit initial output on line.
11291 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11293         * frame.el (blink-cursor-end): Only ignore the error we care about.
11294         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
11296 2006-08-21  Richard Stallman  <rms@gnu.org>
11298         * whitespace.el (whitespace-cleanup): Doc fix.
11300 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
11302         * net/rcirc.el (rcirc-show-maximum-output): New var.
11303         (rcirc-buffer-process): If no buffer argument is supplied, use
11304         current-buffer.
11305         (rcirc-complete-nick): Complete to the last completed nick first.
11306         (rcirc-mode): Preserve the value of `rcirc-urls' across
11307         connections.  Setup scroll function.
11308         (rcirc-scroll-to-bottom): New function.
11309         (rcirc-print): Use nick syntax around regexp work.
11310         Notice dim-nicks speaking only if they say our nick.
11311         (rcirc-update-activity-string): Do not show the modeline indicator
11312         if there are no live rcirc processes.
11313         (rcirc-cmd-ignore): Ignore case.
11314         (rcirc-browse-url-at-point): Fix off-by-one error.
11316 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11318         * progmodes/python.el: Remove * in defcustom docstrings.
11319         (run-python, python-proc, python-try-complete): Use derived-mode-p.
11320         (python-mode): Set tab-width and indent-tabs-mode.
11322 2006-08-20  Dave Love  <fx@gnu.org>
11324         * progmodes/python.el: Update to Dave Love's latest version.
11325         (python-font-lock-keywords, python-mode): Don't use
11326         font-lock-syntax-table, but match symbol elements explicitly instead.
11327         (python-mode-map): Add help, and a few more key bindings.
11328         (python-skip-comments/blanks): Move out of comments as well.
11329         (python-continuation-line-p): Behave better with unbalanced parens.
11330         (python-blank-line-p): New fun.
11331         (python-open-block-statement-p): Don't use a heuristic.
11332         (python-outdent-p): Better handle blocks-in-the-same-line.
11333         (python-calculate-indentation): Misc improvements.
11334         (python-comment-indent): Remove.
11335         (python-block-pairs): New var.
11336         (python-first-word): New fun.
11337         (python-indentation-levels): Handle more common cases.
11338         (python-indent-line-1): Add `leave' argument.
11339         (python-indent-region): New fun.
11340         (python-skip-out): New fun.
11341         (python-beginning-of-statement, python-end-of-statement): Use it.
11342         (python-next-statement): Return correct count even at eob.
11343         (python-end-of-block): Fix paren-typo.
11344         (python-imenu-create-index): Add module variables.
11345         (run-python): Add `new' arg.
11346         Check we're at a prompt before returning.
11347         (python-send-command): Move to end of buffer.
11348         Wait for prompt to return.
11349         (python-set-proc): New fun.
11350         (python-imports): New var.
11351         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
11352         (python-eldoc-function): Try to move out of arg list.
11353         (python-outline-level): Offset by 1.
11354         (python-find-imports): New fun.
11355         (python-symbol-completions): Use python-imports.
11356         (python-module-path, ffap-alist): Add support for ffap.
11357         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
11358         (python-insert-*, python-default-template, python-expand-template):
11359         Add templates/skeletons.
11360         (python-setup-brm): Support for Bicycle Repair Man.
11361         (python-abbrev-syntax-table): New var.
11362         (python-abbrev-pc-hook, python-pea-hook): New funs.
11364 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
11366         * frame.el (blink-cursor-start): Set timer first.
11367         (blink-cursor-end): Ignore timer cancelling errors.
11368         Suggested by Ken Manheimer.
11370 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
11372         * newcomment.el (comment-box): Call `comment-normalize-vars'.
11373         Add autoload cookie.
11375 2006-08-20  Richard Stallman  <rms@gnu.org>
11377         * simple.el (line-number-at-pos): Doc fix.
11379         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
11380         timer-activate-when-idle, so timer can run before Emacs becomes
11381         non-idle again.
11383 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
11385         * whitespace.el (whitespace-cleanup-internal): New optional arg
11386         REGION-ONLY.  If it's non-nil, modify the message to the user
11387         accordingly.
11388         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
11389         a non-nil argument.
11391 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
11393         * rect.el (spaces-string): Simplify and add doc string.
11395 2006-08-17  Romain Francoise  <romain@orebokech.com>
11397         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
11399 2006-08-17  Richard Stallman  <rms@gnu.org>
11401         * compare-w.el (compare-windows): lambda's take an arg and pass
11402         it to compare-windows-skip-whitespace.
11404 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
11406         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
11407         the right buffer.
11409 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11411         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
11412         removed files.
11414 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
11416         * progmodes/gdb-ui.el (gdb-locals-watch-map)
11417         (gdb-locals-watch-map-1): Suppress keymap first.
11418         (gdb-edit-locals-map-1): New variable.
11419         (gdb-edit-locals-value): New function.
11420         (gdb-stack-list-locals-handler): Use them.
11422 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11424         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
11425         cursor would normally be drawn in the fringe.
11427         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
11428         Reported by Martin Rudalics <rudalics@gmx.at>.
11430 2006-08-16  Richard Stallman  <rms@gnu.org>
11432         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
11433         (special-event-map): Process drag-n-drop events this way.
11435         * simple.el (move-beginning-of-line): Test whether fields
11436         would prevent motion back to line's first visible character.
11437         If so, stop where the fields would stop the motion.
11439         * newcomment.el (comment-indent): Fully update INDENT
11440         before checking to see if it will change the text.
11442         * cus-edit.el (custom-newline): New function.
11443         (custom-mode-map): Bind newline to custom-newline.
11445         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
11446         into ignore-whitespace.
11447         Check each buffer for its skip-function.
11448         Handle compare-windows-skip-whitespace special-case test
11449         by returning t from default skip function.
11451 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
11453         * textmodes/org.el (org-clock-special-range)
11454         (org-clock-update-time-maybe): New functions.
11455         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
11456         not only a-z.
11457         (org-agenda-get-blocks): Allow multiple blocks per headline.
11458         (org-timestamp-change): Call `org-clock-update-time-maybe'.
11459         (org-export-html-title-format)
11460         (org-export-html-toplevel-hlevel): New options.
11461         (org-export-language-setup): Add support for Czech.
11462         (org-mode, org-insert-todo-heading, org-find-visible)
11463         (org-find-invisible, org-invisible-p, org-invisible-p2)
11464         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
11465         (org-show-subtree, org-show-entry, org-make-options-regexp):
11466         Remove compatibility support for old outline-mode.
11467         (org-check-occur-regexp): Funtion removed.
11468         (org-on-heading-p, org-back-to-heading): Made defalias.
11469         (org-set-local): New defsubst.
11470         (org-set-regexps-and-options, org-mode)
11471         (org-set-font-lock-defaults, org-edit-agenda-file-list)
11472         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
11473         (org-remember-apply-template, org-table-edit-field)
11474         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
11475         (org-set-autofill-regexps): Use `org-set-local'.
11476         (org-table-eval-formula): Fix bug with parsing of display flags.
11478 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
11480         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
11481         frame with fringe arrow.  Suggested by Simon Marshall
11482         <simon.marshall@misys.com>.
11483         (gdb-stack-position): New variable.
11484         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
11485         (gdb-frames-mode): Set gdb-stack-position to nil.
11486         Add to overlay-arrow-variable-list
11487         (gdb-reset): Delete gdb-stack-position from above list.
11489 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11491         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
11492         read only.
11494 2006-08-13  Romain Francoise  <romain@orebokech.com>
11496         * cus-theme.el (customize-create-theme)
11497         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
11499         * filesets.el (filesets-add-buffer): Ditto.
11501         * pcvs.el (cvs-change-cvsroot): Ditto.
11503 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
11505         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
11506         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
11507         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
11508         expressions.
11509         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
11510         Only search till end of line.
11511         Add face to function names in case of no filename.
11512         Add face to variable names of watchpoints.
11514 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
11516         * cus-start.el <indent-tabs-mode>: Move to the `indent'
11517         customization group.
11519 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
11521         * allout.el (allout-prior-bindings, allout-added-bindings):
11522         Remove, after long deprecation.
11523         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
11524         Add customization vars controlling allout-beginning-of-line and
11525         allout-end-of-line conveniences.
11526         (allout-header-prefix, allout-use-mode-specific-leader)
11527         (allout-use-mode-specific-leader, allout-mode-leaders):
11528         Revise docstrings.
11529         (allout-infer-header-lead): Change to be an alias for
11530         allout-infer-header-lead-and-primary-bullet.
11531         (allout-infer-header-lead-and-primary-bullet): New version of
11532         allout-infer-header-lead which assigns the primary bullet to the
11533         same as the header lead, when its being changed.
11534         (allout-infer-body-reindent): Apply regexp-quote instead of
11535         unconditionally prepending "\\", so that all literal
11536         allout-header-prefix and allout-primary-bullet strings are
11537         properly handled.
11538         (allout-add-resumptions): Add optional qualifier for extending or
11539         appending to existing values, rather than replacing them.
11540         (allout-view-change-hook): Clarify docstring.
11541         (allout-exposure-change-hook): Take explicit arguments, via
11542         run-hook-with-args.
11543         (allout-structure-added-hook)
11544         (allout-structure-deleted-hook)
11545         (allout-structure-shifted-hook): New hooks analogous to
11546         allout-exposure-change-hook for other kinds of structural outline
11547         edits.
11548         (allout-encryption-plaintext-sanitization-regexps): New encryption
11549         customization variable, by which cooperating modes can provde
11550         massage of the plaintext without actually being passed it.
11551         (allout-encryption-ciphertext-rejection-regexps)
11552         (allout-encryption-ciphertext-rejection-ceiling): New encryption
11553         customization variables, by which cooperating modes can prohibit
11554         rare but possible ciphertext patterns from fouling their
11555         operation, with actually being passed the ciphertext.
11556         (allout-mode): Run activation and deactivation hooks after the
11557         minor-mode variable has been toggled, to clarify the mode
11558         disposition.  The new encryption ciphertext rejection variable is
11559         used to ensure that the ciphertext does not contain text that
11560         would be recognized as outline structural elements by allout.
11561         Substite allout-beginning-of-line and allout-end-of-line for
11562         conventionall beginning-of-line and end-of-line bindings.
11563         If allout-old-style-prefixes is non-nil, don't nullify it on mode
11564         activation!
11565         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
11566         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
11567         (allout-chart-subtree): Implement new mode, charting only the
11568         visible items in the subtree, when new 'visible' parameter is non-nil.
11569         (allout-end-of-subtree): Properly handle the last item in the buffer.
11570         (allout-pre-command-business, allout-command-counter):
11571         Increment an advertised counter so that cooperating enhancements can
11572         track revisions of items.
11573         (allout-open-topic): Run allout-structure-added-hook with suitable
11574         arguments.
11575         (allout-shift-in): Run allout-structure-shifted-hook with suitable
11576         arguments.
11577         (allout-shift-out): Fix doubling for negative args and ensure call
11578         of allout-structure-shifted-hook by solely using allout-shift-in.
11579         (allout-kill-line, allout-kill-topic):
11580         Run allout-structure-deleted-hook with suitable arguments.
11581         (allout-yank-processing): Run allout-structure-added-hook with
11582         proper arguments.
11583         (allout-yank): Enclose activity in allout-unprotected.
11584         (allout-flag-region): Run allout-exposure-change-hook with
11585         suitable arguments, instead of making the callee infer the arguments.
11586         (allout-encrypt-string):
11587         Support allout-encryption-plaintext-sanitization-regexps,
11588         allout-encryption-ciphertext-rejection-regexps, and
11589         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
11590         en/de cryption mode in symmetric encryption failure message.
11591         (allout-obtain-passphrase): Use copy-sequence to get a distinct
11592         copy of the passphrase, and don't zero it or we'll corrupt the
11593         stashed copy.
11594         (allout-create-encryption-passphrase-verifier)
11595         (allout-verify-passphrase): Respect the new signature for
11596         allout-encrypt-string.
11597         (allout-get-configvar-values): Convenience for getting a
11598         configuration variable value and handling its absence gracefully.
11600 2006-08-11  Romain Francoise  <romain@orebokech.com>
11602         * obsolete/zone-mode.el: Delete.
11604 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11606         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
11608 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
11610         * emacs-lisp/bindat.el (bindat-ip-to-string):
11611         Use `format-network-address' if possible.
11613 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11615         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
11617 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
11619         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
11620         restore unread-command-events here.
11621         (edebug-display): Do it here, to detect sit-for interruptions.
11623 2006-08-10  Romain Francoise  <romain@orebokech.com>
11625         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
11626         (dns-mode-soa-auto-increment-serial): New user option.
11627         (dns-mode-soa-maybe-increment-serial): New function.
11628         (dns-mode): Add the latter to `write-contents-functions'.
11630         * obsolete/zone-mode.el: Move to obsolete/ from net/.
11631         Delete autoload cookies.
11633 2006-08-10  John Wiegley  <johnw@newartisans.com>
11635         * eshell/em-glob.el (eshell-glob-chars-list)
11636         (eshell-glob-translate-alist): Add support for [^g] in character globs.
11638 2006-08-10  Richard Stallman  <rms@gnu.org>
11640         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11641         (facemenu-set-face): Doc fix.
11642         (facemenu-listed-faces): Doc fix.
11644 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
11646         * avoid.el (mouse-avoidance-animating-pointer): New var.
11647         (mouse-avoidance-nudge-mouse): Use it.
11648         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11649         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11650         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11651         Don't activate if currently animating.  All callers changed.
11653 2006-08-09  John Wiegley  <johnw@newartisans.com>
11655         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11656         variable, which causes timeclock to report elapsed time worked,
11657         instead of just work remaining.
11659 2006-08-09  Kenichi Handa  <handa@m17n.org>
11661         * international/latexenc.el (latexenc-find-file-coding-system):
11662         Fix for the case that the 2nd element of arg-list is a cons.
11664 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
11666         * info.el (Info-fontify-node): Handle preceding `in' for note
11667         reference hiding rules.
11669 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11671         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11672         mistake a closing " for an opening one.
11674 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
11676         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11678 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11680         * complete.el (PC-do-completion): Filter out completions matching
11681         completion-ignored-extensions before checking whether there are
11682         multiple completions.
11683         Don't use `list' unnecessarily when building completion tables.
11685 2006-08-06  Richard Stallman  <rms@gnu.org>
11687         * help.el (describe-mode): Make minor mode list more concise.
11689 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
11691         * bindings.el: Give mode-line-format, mode-line-modes, and
11692         mode-line-position `standard-value' properties.
11694 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
11696         * buff-menu.el (list-buffers-noselect): For Info buffers, use
11697         "(file)node" instead of the file name.
11699 2006-08-05  Richard Stallman  <rms@gnu.org>
11701         * faces.el (escape-glyph): Doc fix.
11703 2006-08-04  Kenichi Handa  <handa@m17n.org>
11705         * international/mule-diag.el (describe-font): Improve docstring
11706         and error message.  Use frame-parameter (not frame-parameters).
11708 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11710         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11711         Correctly mark the end-of-docstring char.
11713 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
11715         * simple.el (line-move-to-column): Constrain move-to-column to
11716         current field.
11718 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11720         * font-lock.el (font-lock-beg, font-lock-end)
11721         (font-lock-extend-region-functions): New vars.
11722         (font-lock-extend-region-multiline)
11723         (font-lock-extend-region-wholelines): New functions.
11724         (font-lock-default-fontify-region): Use them.
11725         (font-lock-extend-jit-lock-region-after-change): Only round up
11726         if font-lock-default-fontify-region will do it as well.
11728         * font-lock.el (font-lock-extend-after-change-region-function):
11729         Rename from font-lock-extend-region-function.
11730         (font-lock-extend-region): Remove by inlining at call sites.
11731         (font-lock-after-change-function): Don't needlessly round up to a whole
11732         number of lines.
11733         (font-lock-extend-jit-lock-region-after-change): Be more careful about
11734         the boundary conditions and the interactions between the various ways
11735         to extend the region.
11737 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11739         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11740         modification status when forcing the second redisplay.
11742 2006-08-03  Kim F. Storm  <storm@cua.dk>
11744         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11746 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11748         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11749         doesn't look like a file name.
11751         * complete.el (PC-expand-many-files): Avoid signalling an error when
11752         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
11754 2006-08-02  Andreas Schwab  <schwab@suse.de>
11756         * bindings.el (mode-line-format): Simplify reference to vc-mode.
11758 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
11760         * bindings.el (map): Make mode-line-buffer-identification-keymap
11761         before defining propertized-buffer-identification.
11763 2006-08-01  Richard Stallman  <rms@gnu.org>
11765         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11767 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
11769         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11770         default value.
11771         (gdb-find-source-frame): New function.
11772         (menu): Add to menu bar.
11774 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11776         * font-core.el (font-lock-extend-region-function)
11777         (font-lock-extend-region): Move to font-lock.el.
11779         * font-lock.el (font-lock-extend-region-function)
11780         (font-lock-extend-region): Move from font-core.el.  Simplify.
11782         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11783         if needed.
11784         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11785         (jit-lock-after-change-extend-region-functions): New hook.
11786         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11788         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11789         (font-lock-turn-on-thing-lock): Use it.
11791         * longlines.el (longlines-show-region): Make it work on read-only
11792         buffers as well.
11794 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
11796         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11798 2006-07-31  Richard Stallman  <rms@gnu.org>
11800         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11801         (vhdl-speedbar-display-projects): Update old obsolete
11802         speedbar variable names.
11804 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
11806         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11807         (gdb-stopped): Use it.
11809         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11811 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
11813         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11814         for load-history elements.
11816 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
11818         * files.el (convert-standard-filename): For Cygwin, replace
11819         characters not allowed in Windows file names.
11820         (make-auto-save-file-name): Add Cygwin to the list of systems
11821         where the auto-save file name needs to be run through
11822         convert-standard-filename.
11824 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
11826         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11828 2006-07-28  Richard Stallman  <rms@gnu.org>
11830         * bindings.el (mode-line-frame-identification)
11831         (propertized-buffer-identification): Centralize the code
11832         to initialize the variable.
11834         * progmodes/grep.el (grep-default-command): Catch errors from
11835         wildcard-to-regexp.
11837 2006-07-29  Kim F. Storm  <storm@cua.dk>
11839         * progmodes/grep.el (grep-tag-default): New function.
11840         (grep-default-command, grep-read-regexp): Use it.
11841         (grep-read-files): Use car of grep-files-history or grep-files-aliases
11842         as default if nothing else applies.
11844 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
11846         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11847         Throw error if buffer is not in Dired and Wdired mode, respectively.
11849 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
11851         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11852         self-insert-command keys don't activate buttons.
11853         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11855 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
11857         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11858         faces for enable character.
11860 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
11862         * Makefile.in (recompile): Update comment to reflect change
11863         on 2004-04-21.
11865 2006-07-27  Richard Stallman  <rms@gnu.org>
11867         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11868         (customize-package-emacs-version): Change msg when pkg has no entry.
11869         (custom-no-edit): On a button, do like widget-button-press.
11871 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11873         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11874         S-tab and C-S-tab.
11876 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
11878         * progmodes/which-func.el (which-function): Fix documentation/
11879         comment typo.
11881 2006-07-26  Richard Stallman  <rms@gnu.org>
11883         * textmodes/ispell.el (ispell-word): If we replace the word,
11884         move point to the end.  Insert before deleting.
11886 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
11888         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11889         a timer.
11891 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
11893         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
11894         when at first image.
11895         (tumme-forward-image): Add prefix argument.  Add error when at last
11896         image.
11898 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11900         * tabify.el (tabify-regexp): Use more specific regexps.
11901         (tabify): Avoid modifying the buffer unnecessarily.
11903 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
11905         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11906         (tumme-format-properties-string): Handle empty `buf'.
11907         (tumme-get-comment): Change variable names inside `let'.
11908         Add missing `let' variable that cause font-lock problems.
11909         (tumme-write-comments): Change variable names inside `let'.
11910         Add missing `let' variable that cause font-lock problems.
11911         (tumme-forward-image): Rename from `tumme-forward-char'.
11912         (tumme-backward-image): Rename from `tumme-backward-char'.
11914 2006-07-25  Masatake YAMATO  <jet@gyve.org>
11916         * progmodes/ld-script.el (ld-script-keywords)
11917         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11918         and add comments.
11920 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
11922         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11923         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11924         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11925         for status indicator.
11927 2006-07-24  Richard Stallman  <rms@gnu.org>
11929         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11931         * subr.el (dolist, dotimes): Use interned symbols for locals.
11932         (--dotimes-limit--, --dolist-tail--): New defvars.
11933         (looking-back): Doc fix.
11935         * replace.el (replace-match-string-symbols): Handle dotted lists.
11937 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
11939         * tumme.el (tumme-write-tags): Add.
11940         (tumme-write-comments): Add.
11941         (tumme-tag-files): Change to use `tumme-write-tags'.
11942         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11943         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11944         (tumme-save-information-from-widgets): Change to use
11945         `tumme-write-comments' and `tumme-write-tags'.
11946         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11947         (tumme-write-tag): Remove.
11948         (tumme-write-comment): Remove.
11949         (tumme-display-previous-thumbnail-original): Remove empty line.
11950         (tumme-widget-list): Add punctuation.
11952 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
11954         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11956 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11958         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11959         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
11960         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11962 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
11964         * mouse.el (mouse-on-link-p): Doc fix.
11966 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
11968         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11969         Handle "C-h f `".
11971 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11973         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11974         column.
11976 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
11978         * textmodes/table.el: Add move-beginning-of-line and
11979         move-end-of-line to Point Motion Only Group.
11981 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11983         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11985 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11987         * startup.el (user-mail-address): Initialize from the `EMAIL'
11988         environment variable first.  Document this.
11989         (command-line): Ditto.
11991 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
11993         * help-mode.el (help-function-def, help-variable-def)
11994         (help-face-def): Print a message in the minibuffer.
11996 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11998         * term/xterm.el (terminal-init-xterm): Fix key bindings
11999         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
12001 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
12003         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
12004         where `(nth 1 command)' is a cons cell.  Doc fix.
12006         * textmodes/po.el (po-find-charset): Doc fix.
12008 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
12010         * allout.el (allout-unprotected, allout-e-o-prefix-p)
12011         (allout-beginning-of-current-line, allout-end-of-current-line)
12012         (allout-next-visible-heading, allout-open-topic)
12013         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
12014         (allout-flag-current-subtree, allout-show-to-offshoot)
12015         (allout-hide-current-entry, allout-show-current-branches)
12016         (allout-hide-region-body, allout-old-expose-topic)
12017         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
12018         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
12019         containing `beginning-of-line' and `end-of-line' with
12020         `inhibit-field-text-motion' t.
12022 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
12024         * frame.el (focus-follows-mouse): Document that it doesn't have
12025         any effect on MS-Windows.
12027 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12029         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
12031 2006-07-20  Jay Belanger  <belanger@truman.edu>
12033         * calc/calc.el (calc-previous-alg-entry): Remove variable.
12035         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
12036         New variables.
12037         (calc-alg-entry): Use `calc-alg-entry-history'.
12038         (calc-do-quick-calc): Use `calc-quick-calc-history'.
12039         Remove reference to `calc-previous-alg-entry'.
12040         (calcAlg-edit, calcAlg-enter): Remove reference to
12041         `calc-previous-alg-entry'.
12042         (calcAlg-previous): Use `previous-history-element' instead of
12043         `calc-previous-alg-entry'.
12044         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
12045         Change keybinding for `calcAlg-plus-minus', add keybindings for
12046         `previous-history-element' and `next-history-element'.
12048         * calc/calc-rewr.el (calc-match): Remove reference to
12049         `calc-previous-alg-entry'.
12051         * calc/calc-sel.el (calc-selection-history): New variable.
12052         (calc-enter-selection, calc-sel-mult-both-sides)
12053         (calc-sel-add-both-sides): Use `calc-selection-history'.
12055         * calc/calc-map.el (calc-get-operator-history): New variable.
12056         (calc-get-operator): Use `calc-get-operator-history'.
12058         * calc/calcalg3.el (calc-curve-fit-history): New variable.
12059         (calc-curve-fit): Use `calc-curve-fit-history'.
12061 2006-07-20  Kenichi Handa  <handa@m17n.org>
12063         * international/mule-cmds.el (select-safe-coding-system): Fix the
12064         way of deciding eol-type of the coding system.
12066 2006-07-20  Alan Mackenzie  <acm@muc.de>
12068         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
12069         (c-lang-setvar): New macro.
12070         (c-make-init-lang-vars-fun): Use the initialization forms in
12071         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
12072         (comment-start, comment-end, comment-start-skip): Change these from
12073         c-lang-defvar's to c-lang-setvar's.
12075         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
12076         which calls make-local-variable on the elements of
12077         c-emacs-variable-inits.
12078         (c-init-language-vars-for): Call this new macro.
12080 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12082         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12083         Try to rule out false positives due to time stamps.
12084         (compilation-mode-font-lock-keywords): Remove rules made redundant
12085         because of the above change.  Add `segmentation fault' to the known and
12086         highlighted compilation termination messages.
12088 2006-07-19  Kim F. Storm  <storm@cua.dk>
12090         * progmodes/grep.el (grep-find-ignored-directories):
12091         Add .svn and _darcs to list.
12093 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
12095         * dired.el (dired-mode-map): Add key binding `C-te' for
12096         `tumme-dired-edit-comment-and-tags'.
12098         * tumme.el (tumme-display-thumbnail-original-image): Make sure
12099         image display buffer is displayed before call to
12100         `tumme-display-image.
12101         (tumme-dired-display-image): Make sure image display buffer is
12102         displayed before call to `tumme-display-image.
12103         (tumme-mouse-display-image): Make sure image display buffer is
12104         displayed before call to `tumme-display-image.
12105         (tumme-widget-list): Add.
12106         (tumme-dired-edit-comment-and-tags): Add.
12107         (tumme-save-information-from-widgets): Add.
12109 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12111         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
12113 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12115         * progmodes/sh-script.el (sh-font-lock-keywords-1):
12116         Revert inadvertently installed patch hunk.
12118         * progmodes/compile.el (compilation-find-file): Handle the
12119         cases where the user selects a non-existent file.
12121 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12123         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
12125 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
12127         * subr.el (sit-for): Just sleep-for if noninteractive.
12129 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12131         * emacs-lisp/autoload.el (make-autoload): Use new arg.
12133         * custom.el (custom-autoload): Add `noset' argument.
12134         (custom-push-theme): Don't autoload the variable, let callers do it.
12135         (custom-theme-set-variables): Autoload the variable if necessary.
12137         * cus-edit.el (custom-variable-state-set): If the variable was
12138         originally set outside custom, but to the same value as the default,
12139         consider it to be standard.
12141         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
12142         file *before* telling Emacs to add the autoloads, in case it fails.
12144         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
12145         Use `cond', push', and `dolist'.
12147 2006-07-17  Richard Stallman  <rms@gnu.org>
12149         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
12150         Add defvars to silence warnings.
12152 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
12154         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12155         Don't highlight "Compiling file" messages as error.
12157         * dired-aux.el (dired-compress-file): Confirm again if gzipped
12158         file already exists.
12160 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
12162         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
12163         entry, don't assign to free var; simply return the extracted filename.
12164         (ff-treat-as-special): Incorporate common preamble from callers.
12165         (ff-other-file-name, ff-find-the-other-file):
12166         Update call to ff-treat-as-special.
12168         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
12170 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
12172         * tumme.el (tumme-get-comment): Fix bug.
12174 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12176         * files.el: Remove spurious * in docstrings.
12178 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
12180         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
12181         grammar.
12182         (allout-beginning-of-current-line): Beware beginning of buffer.
12183         Also, a comment is simplified.
12184         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
12185         when appropriate.  (This fix enables use for other than
12186         bullet-hotspot operation.)
12187         (allout-hide-current-subtree): While escalating to sibling-close,
12188         make sure to situate on a topic.
12190 2006-07-14  Kim F. Storm  <storm@cua.dk>
12192         * emulation/cua-base.el (cua-delete-selection)
12193         (cua-toggle-set-mark): New defcustoms.
12194         (cua-rectangle-modifier-key): Add `alt' modifier.
12195         (cua-replace-region): Don't delete if cua-delete-selection is nil.
12196         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
12197         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
12199         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
12201 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
12203         * allout.el: Require 'cl during byte-compilation/interactive load,
12204         for the `assert' macro.
12205         (allout-mode-deactivate-hook): New hook, run when allout mode
12206         deactivates.
12207         (allout-developer): New allout customization subgroup.
12208         (allout-run-unit-tests-on-load): New allout-developer
12209         customization variable, when true allout unit tests are run towards
12210         end of file load/eval.
12211         (allout-inhibit-auto-fill): Disable auto-fill activity even during
12212         auto-fill-mode.
12213         (allout-resumptions): Remove, to be replaced by...
12214         (allout-add-resumptions): Register variable settings to be
12215         reinstated by `allout-do-resumptions'.  The settings are made
12216         buffer-local, but the locality/globality of the suspended setting
12217         is restored on resumption.
12218         (allout-do-resumptions): Reinstate all settings suspended using
12219         `allout-add-resumptions'.
12220         (allout-test-resumptions): Unit tests (and intermediate variables)
12221         for resumptions.
12222         (allout-tests-globally-unbound, allout-tests-globally-true)
12223         (allout-tests-locally-true): Intermediate variables for
12224         resumptions unit tests.
12225         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
12226         (allout-exposure-category): Replaces 'allout-overlay-category variable.
12227         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
12228         instead of retired `allout-resumptions'.  For hook functions, use
12229         `local' parameter so hook settings are created and removed as
12230         buffer-local settings.  Revise (resumptions) setting
12231         auto-fill-function so it is set only if already active.  (The
12232         related fill-function settings are all made in either case, so
12233         that activating auto-fill-mode activity will have the custom
12234         allout-mode behaviors (hanging indent on topics, if configured for it).
12235         Remove all allout-exposure-category overlays on mode deactivation.
12236         (allout-hotspot-key-handler): New function extracted from
12237         `allout-pre-command-business', so the functionality can be used
12238         for other purposes, eg as a binding in an overlay.
12239         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
12240         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
12241         customization variable.
12242         (allout-run-unit-tests): Run the (currently quite small)
12243         repertoire of unit tests.  Called just before the provide iff user
12244         has customized `allout-run-unit-tests-on-load' non-nil.
12246 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
12248         * emacs-lisp/authors.el (authors-aliases): Update.
12250 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
12252         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
12253         gdb-source-window.  Add dedicated argument.
12254         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
12255         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
12256         (gdb-display-threads-buffer, gdb-display-memory-buffer)
12257         (gdb-display-locals-buffer): Use it.
12259         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
12260         Set gdb-source-window.
12262 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12264         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
12265         minor modes, redundant with the custom-autoload line above.
12267 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
12269         * longlines.el (longlines-post-command-function): Handle open-line too.
12271 2006-07-12  Richard Stallman  <rms@gnu.org>
12273         * progmodes/grep.el (grep-last-buffer): Doc fix.
12275         * info.el (Info-try-follow-nearest-node): Doc fix.
12277         * emacs-lisp/edebug.el (edebug-instrument-function):
12278         Err if find-function-noselect gives no position.
12280         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12281         If can't find definition, return nil for position.
12282         (find-function-do-it): Handle new return value
12283         of find-definition-noselect.
12284         (find-definition-noselect, find-variable-noselect): Doc fix.
12285         (find-function-noselect): Doc fix.
12287         * help-mode.el (help-variable-def): Handle find-variable-noselect
12288         returning no position.
12289         (help-function-def): Likewise for find-function-search-for-symbol.
12290         (help-face-def): Likewise.
12292         * help-fns.el (describe-variable): Handle find-variable-noselect
12293         returning no position.
12295         * files.el (locate-file-completion): Avoid duplicates in result.
12297         * cus-edit.el (custom-no-edit): New command.
12298         (custom-mode-map): Remap to custom-no-edit instead of
12299         using suppress-keymap.
12301 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
12303         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
12304         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
12305         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
12307         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
12309 2006-07-11  Kim F. Storm  <storm@cua.dk>
12311         * ido.el (ido-copy-current-file-name): Use buffer-name if
12312         buffer-file-name is nil.
12314 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
12316         * simple.el (undo-ask-before-discard): Set to nil.
12318         * vc.el (vc-exec-after): Don't delete process manually.
12319         (vc-print-log): Run log-view-mode in process sentinel inside
12320         inhibit-read-only.  Don't shrink window due to timing issues.
12322         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
12323         Avoid using with-output-to-temp-buffer, which clobbers local vars.
12325 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12327         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12328         Fix ambiguity introduced by last change.
12329         (compilation-find-file): Move save-excursion to where it may
12330         make sense.  Fix a left over `find-file'.
12332 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
12334         * textmodes/texinfmt.el (texinfo-format-separate-node):
12335         Insert a string before point, which fits documentation, not after.
12336         (texinfo-multitable-item): In a multitable row, insert any
12337         additional needed @tabs and spaces.
12339 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
12341         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
12342         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
12343         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
12344         instead of shell-command.
12345         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
12346         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
12347         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
12348         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
12349         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
12350         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
12352 2006-07-11  Kim F. Storm  <storm@cua.dk>
12354         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
12355         Remove special case for seconds < 0.  Use (redisplay t) instead.
12357 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
12359         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
12360         avoid compilation error.
12362         * subr.el (sit-for): New function.
12364         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
12366 2006-07-10  Richard Stallman  <rms@gnu.org>
12368         * ldefs-boot.el (edebug): Update page.
12370 2006-07-10  Kim F. Storm  <storm@cua.dk>
12372         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
12373         to FOR-RELEASE and TODO.
12375 2006-07-10  Romain Francoise  <romain@orebokech.com>
12377         * emacs-lisp/authors.el (authors-aliases): Update.
12379 2006-07-10  Alan Mackenzie  <acm@muc.de>
12381         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
12382         * cc-mode.el: Changes to eradicate eval-after-load.
12384 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
12386         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
12387         on non-char events.
12389 2006-07-09  Romain Francoise  <romain@orebokech.com>
12391         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12392         Don't highlight start/end markers as compilation messages.
12394         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
12395         to t.
12397 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12399         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
12401 2006-07-08  Richard Stallman  <rms@gnu.org>
12403         * term/x-win.el (x-handle-display): Add doc string.
12405         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12407         * subr.el (def-edebug-spec): Move here.
12408         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
12410         * imenu.el (imenu-choose-buffer-index): Doc fix.
12412 2006-07-08  Romain Francoise  <romain@orebokech.com>
12414         * term/x-win.el (x-display-name): Fix typo.
12416 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
12418         * hexl.el (hexl-find-file): Doc fix.
12420         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12422 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
12424         * term/x-win.el (x-display-name): Doc fix.
12426 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12428         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
12429         long prefixes.
12430         (fill-region-as-paragraph): Don't round up to a whole line.
12431         (fill-comment-paragraph): Don't include the code-before-the-comment
12432         when calling fill-region-as-paragraph.
12434         * international/mule.el (make-char): Remove redundancy.
12436         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
12437         property may contain an anonymous function rather than a symbol.
12439         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
12441         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12442         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
12444         * dirtrack.el (dirtrack-default-directory-function): Remove.
12445         (dirtrack-directory-function): Use file-name-as-directory.
12446         (dirtrack-windows-directory-function): Simplify.
12447         (dirtrack-forward-slash, dirtrack-backward-slash)
12448         (dirtrack-replace-slash): Remove.
12449         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
12450         (dirtrack): Fix wrong parenthesizing; use match-string.
12452         * progmodes/octave-inf.el: Remove spurious * in docstrings.
12453         (inferior-octave-mode): Only change the buffer-local value of
12454         comint-dynamic-complete-functions.
12455         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
12456         Move the initialization to the declaration.
12457         (inferior-octave-complete): Remove unused var `filter'.
12459         * shell.el (shell-mode): Only change the buffer-local value of
12460         comint-dynamic-complete-functions.
12462 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
12464         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
12465         entry is skipped because it has been scheduled.
12466         (org-prepare-agenda-buffers): Don't mark buffers as modified when
12467         changing `:org-archived' and `:org-comment' properties.
12469 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
12471         * server.el (server-select-display): Don't make the temp frame
12472         minibuffer-only, in case it's not a temp frame.
12473         (server-process-filter): Don't delete the temp frame if it's the
12474         only one we have on that display.
12476         * files.el (find-alternate-file): Doc fix.
12478 2006-07-05  Richard Stallman  <rms@gnu.org>
12480         * files.el (abbreviate-file-name): Add save-match-data.
12482 2006-07-03  Richard Stallman  <rms@gnu.org>
12484         * faces.el (read-face-name): Doc fix.
12486 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
12488         * net/goto-addr.el (goto-address): Mark as safe for local evals.
12490 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
12492         * vc.el (vc-diff-internal): Fix prev change.
12494 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
12496         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
12497         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
12499 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12501         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
12502         fails if the symbol contains chars like ( or '.
12503         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
12504         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
12505         `short'.
12507 2006-07-04  Kenichi Handa  <handa@m17n.org>
12509         * international/mule-cmds.el (set-language-info): If LANG-ENV is
12510         the current one, don't call set-language-environment, but call one
12511         of set-language-environment-XXX to make INFO effective now.
12512         (set-language-environment): Call set-language-environment-XXX
12513         functions instead of doing the various setups directly.
12514         (set-language-environment-coding-systems): Delete argument eol-type.
12515         (set-language-environment-input-method)
12516         (set-language-environment-nonascii-translation)
12517         (set-language-environment-charset)
12518         (set-language-environment-fontset)
12519         (set-language-environment-unibyte): New functions.
12521 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
12523         * locate.el (locate-update-when-revert): New option.
12524         (locate-update-path): New option (suggested by Michael Albinus).
12525         (locate-prompt-for-command): Whitespace change.
12526         (locate-update): No longer offer to update the locate database by
12527         default.  Implement the two new options.
12529 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
12531         * tooltip.el: Move comment about track-mouse...
12533         * progmodes/gud.el: ...to here.
12535 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
12537         * facemenu.el (facemenu-listed-faces): New var.
12538         (facemenu-unlisted-faces): Variable deleted.
12539         (facemenu-add-new-face): Use facemenu-listed-faces.
12541         * emulation/viper-init.el, calendar/calendar.el:
12542         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
12544 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
12546         * textmodes/org.el (org-mode): Remove no invalid settings for
12547         calc embedded mode.
12548         (org-mode-p): New defsubst.
12549         (org-save-all-org-buffers): New function.
12550         (org-first-headline-recenter): Enclose outline-regexp in group
12551         delimiters.
12552         (org-set-tags): Keep single space after stars.
12554 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12556         * window.el (set-window-text-height): Only set window-min-height to
12557         1 if that's the requested size.
12559         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
12560         (diff-unified->context, diff-context->unified)
12561         (diff-reverse-direction): Make sure the end marker stays at the end.
12562         (diff-mode): Add the keymap table at the end of docstring.
12563         Use lexical-let rather than constructing a closure manually.
12565         * files.el (find-file-noselect-1): Remove unused var assignment.
12566         (hack-local-variables-confirm): Print lists of strings as lists of
12567         strings rather than lists of symbols.
12568         (abbreviate-file-name, hack-local-variables-prop-line):
12569         Use match-string.
12570         (hack-one-local-variable): Move `make-local-variable' nearer its use.
12571         (recover-session-finish): Use line-end-position.
12573 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
12575         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
12577 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
12579         * progmodes/make-mode.el (makefile-macroassign-regex):
12580         Accept preceding keyword.
12581         (makefile-gmake-statements): Reorganize, now that makepp has
12582         "override" and also handle forgotten "override define".
12583         (makefile-makepp-statements): Add new "global", "override export"
12584         and "override global".
12586 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
12588         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
12589         (ada-compile-mouse-goto-error, ada-deactivate-properties)
12590         (ada-no-auto-case): Fix typos in docstrings.
12592 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
12594         * info.el (Info-find-node-2): Search for makeinfo version more
12595         carefully.
12597 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
12599         * textmodes/org.el (org-prepare-agenda-buffers):
12600         Use `invisible-OK' argument for `org-end-of-subtree'.
12601         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
12602         (org-beginning-of-item): Fix bug in regular expression for white line.
12603         (org-export-as-html): Enforce space after bullet in plain list items.
12604         (org-set-autofill-regexps): Require space after plain list bullet
12605         for paragraph-start.
12606         (org-ts-regexp3): New constant.
12607         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
12608         (org-timestamp-up-day, org-timestamp-down-day)
12609         (org-timestamp-change): Work with inactive timestamps.
12610         (org-ts-regexp1): Don't allow brackets in time stamps.
12612 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
12614         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
12615         for ignoring links.
12617         * faces.el (read-face-name): Use it.
12619 2006-06-28  Juri Linkov  <juri@jurta.org>
12621         * buff-menu.el (list-buffers-noselect): Compare Info file
12622         with the string "dir" to detect Info directory.
12624         * complete.el (partial-completion-mode): In lambda for
12625         `choose-completion-string-functions' use full function signature
12626         with 4 args, and move point to the end of the minibuffer only if arg
12627         `mini-p' is non-nil.
12629 2006-06-28  John Paul Wallington  <jpw@pobox.com>
12631         * ibuffer.el (ibuffer-mode): Doc fix.
12633 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
12635         * textmodes/org.el (org-context): New contexts :item-bullet,
12636         :latex-fragment, :latex-preview.
12637         (org-overlays-at, org-overlay-start, org-overlay-end):
12638         New compatibility functions.
12639         (org-inside-LaTeX-fragment-p): More accurate matching, using the
12640         exact regexp that will be used during export.
12641         (org-latex-regexps): New variable.
12642         (org-cdlatex-mode): Improve advice for `texmathp'.
12643         (turn-on-org-cdlatex): New function.
12645 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12647         * term/mac-win.el (mac-handle-font-selection): Change keys of
12648         mac-atsu-font-table from strings to numbers.
12649         (mac-ts-caret-position): Use also when cursor-type is nil.
12650         (mac-ts-update-active-input-area): Add Mac OS Classic support.
12651         Relax condition for using overlay strings.
12652         Use mac-ts-caret-position face when cursor-type is nil.
12654 2006-06-26  Kim F. Storm  <storm@cua.dk>
12656         * help.el (view-emacs-news): Declare `res' in the right let* form.
12658 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
12660         * net/rcompile.el (remote-compile): Replace ange-ftp based
12661         implementation by Tramp functions.
12662         Suggested by Marc Abramowitz <msabramo@gmail.com>.
12664         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12666 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
12668         * international/fontset.el (setup-default-fontset): Fix a typo in
12669         the "Oriya-Akruti" registry name.
12671 2006-06-23  Lars Hansen  <larsh@soem.dk>
12673         * desktop.el (desktop-full-file-name): New function.
12674         (desktop-kill, desktop-save, desktop-remove, desktop-read)
12675         (desktop-revert): Use it.
12676         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12677         (desktop-after-read-hook): Add option list-buffers.
12678         (desktop-locals-to-save): Add tab-width.
12679         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12680         Fix docstring.
12682 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
12684         * textmodes/org.el (org-cdlatex-mode-map)
12685         (org-cdlatex-texmathp-advice-is-done): New variables.
12686         (org-cdlatex-mode): New minor mode.
12687         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12688         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12689         (org-export-with-archived-trees): New option.
12690         (org-open-file): Remove the call to `convert-standard-filename'.
12691         (org-archive-tag, org-agenda-skip-archived-trees)
12692         (org-cycle-open-archived-trees)
12693         (org-sparse-tree-open-archived-trees): New options.
12694         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12695         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12696         New functions.
12697         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12698         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12699         (org-mode-map): Add binding for `org-toggle-archive-tag'.
12700         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12701         Call `org-prepare-agenda-buffers'.
12702         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12703         (org-file-apps, org-file-apps-defaults-gnu)
12704         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12705         Handle remote files by forcing them to be opened in Emacs.
12707 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
12709         * vc.el (vc-diff-knows-L): New variable.
12710         (vc-diff-internal): Use it to handle "diff" programs that don't
12711         understand -L.  This works automatically, no user action is necessary.
12713 2006-06-23  Daniel Brockman  <daniel@brockman.se>
12715         * net/rcirc.el (rcirc-default-user-full-name): Default to
12716         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12717         longer exists).
12718         (rcirc-process-list): Check `buffer-live-p' before attempting to
12719         switch to a buffer.
12721 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
12723         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12724         based on rcirc-coding-system-alist.
12726 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
12728         * cus-edit.el (customize-apropos): A better error message.
12729         (top level) <debug-ignored-errors>: Extend and update the list of
12730         ignored error messages.
12732 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
12734         * complete.el (PC-do-completion): Retain capitalization of user
12735         input, when possible, even if completion-ignore-case is set.
12737 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
12739         * generic-x.el (bat-generic-mode): Support .cmd files.
12741         * dos-w32.el (top level): Use find-file-not-found-functions
12742         instead of the obsolete find-file-not-found-hooks.
12744 2006-06-22  Kim F. Storm  <storm@cua.dk>
12746         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12747         to recognize mode name containing submodes, such as Grep/lw.
12749 2006-06-21  Kim F. Storm  <storm@cua.dk>
12751         * simple.el (line-move-1): Check for move-end-of-line instead of
12752         end-of-line when setting temporary-goal-column.
12754 2006-06-21  Miles Bader  <miles@gnu.org>
12756         * play/cookie1.el (cookie): Work properly when there's only one entry.
12758 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
12760         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12761         (gdb-frame-handler): Generalize frame regexp for templates.
12763 2006-06-20  Glenn Morris  <rgm@gnu.org>
12765         * calendar/appt.el (appt-display-format): Default value must be
12766         one of the customize options.
12768 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
12770         * term/xterm.el (terminal-init-xterm): Update key availability info.
12771         Bind C-return.
12773         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12775 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
12777         * files.el (hack-local-variables): Run `hack-local-variables-hook'
12778         whether or not a local variables list is defined.
12780         * msb.el (msb): Move `sit-for' hack here to handle both
12781         "mouse-down and drag" and "mouse-up and select" situations.
12782         (mouse-select-buffer): Move `sit-for' hack to `msb'.
12784 2006-06-20  Kenichi Handa  <handa@m17n.org>
12786         * international/characters.el (word-combining-categories):
12787         Add entries for 2-byte Han characters.
12789 2006-06-19  Richard Stallman  <rms@gnu.org>
12791         * bindings.el (mode-line-format): Save some mode line space.
12793         * files.el (find-file-noselect): Improve the question wording.
12794         (basic-save-buffer-2): Mask UMASK against 666.
12796         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12797         (mouse-drag-vertical-line): Call it.
12799         * cus-edit.el (customize-option, customize-option-other-window):
12800         Error if SYMBOL is nil.
12802 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
12804         * textmodes/org.el: Require noutline, also on XEmacs.
12805         (org-end-of-subtree): Return point.
12806         (org-dblock-start-re, org-dblock-end-re): New constants.
12807         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12808         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12809         (org-update-all-dblocks, org-find-dblock): New functions.
12810         (org-collect-clock-time-entries): New function.
12811         (org-html-handle-time-stamps): Never export CLOCK timeranges.
12812         (org-fixup-indentation): Modify to deal correctly with lines
12813         starting with TAB.  Only one argument DIFF now.
12814         (org-demote, org-promote): Call `org-fixup-indentation' with just
12815         one argument, DIFF.
12816         (org-mode): Don't mark buffer as modified when aligning tables.
12817         (org-clock-sum): Don't mark buffer modified when adding time sum
12818         properties.
12819         (org-export-as-html): Add support for a link validation function.
12820         (org-archive-all-done): New function.
12821         (org-archive-subtree): New prefix argument.  When set, archive all
12822         done subtrees in this buffer.
12823         (org-remove-clock-overlays)
12824         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12825         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12826         (org-put-clock-overlay): Don't swallow last headline character
12827         when displaying overlay.
12828         (org-store-link): Link to `image-mode' with just the file name.
12830 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
12832         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12833         Use read-key-sequence.
12834         (viper-after-change-undo-hook): Misc enhancements.
12835         (viper-after-change-undo-hook): New hook.
12836         (viper-undo): Use viper-after-change-undo-hook.
12837         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12838         (viper-next-line-at-bol): If point is on a widget or a button, simulate
12839         clicking on that widget/button.
12841         * emulation/viper.el (viper-mode): Allow a separate cursor color
12842         in Emacs state.
12844         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12845         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12846         (ediff-set-actual-diff-options): New function.
12847         (ediff-reset-diff-options, ediff-toggle-ignore-case):
12848         Use ediff-set-actual-diff-options.
12849         (ediff-extract-diffs): Catch errors.
12850         (ediff-whitespace): Add non-breakable space.
12851         (ediff-same-file-contents): Catch errors.
12853         * ediff-mult.el (ediff-collect-custom-diffs):
12854         Save coding-system-for-read.
12856         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12857         (ediff-vc-internal, ediff-vc-merge-internal):
12858         Use ediff-delete-version-file.
12859         (ediff-delete-version-file): New function.
12861         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12863         * ediff.el (ediff-directories, ediff-directory-revisions)
12864         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12865         (ediff-directories-internal, ediff-merge-directory-revisions)
12866         (ediff-merge-directory-revisions-with-ancestor)
12867         (ediff-directories3): Use read-directory-name.
12869 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
12871         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12872         Remove superfluous part of regexp for brace matching which is handled
12873         by `scan-lists' call.
12875 2006-06-16  Richard Stallman  <rms@gnu.org>
12877         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12879         * files.el (basic-save-buffer-2): For a new precious file,
12880         use the default modes in the return value.
12882         * facemenu.el (facemenu-color-alist): Doc fix.
12884         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12886 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12888         * cus-start.el (all): Add mac-ts-script-language-on-focus.
12890         * term/mac-win.el (mac-text-encoding-ascii): New constant.
12891         (mac-utxt-to-string): Use it.
12892         (mac-ts-update-active-input-area): Use mac-ae-number.
12894 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
12896         * term.el (term-handle-scroll, term-delete-lines)
12897         (term-insert-lines): Fix off by one errors.
12899 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12901         * net/tramp.el (tramp-touch): Use UTC to express time.
12903 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
12905         * mail/sendmail.el (mail-send): Search explicitly for
12906         mail-header-separator when checking for corrupted header lines.
12908 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
12910         * progmodes/gdb-ui.el (gdb-same-frame): New option.
12911         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12912         (gdb-init-1): Initialise them.
12913         (gdb-starting): Reset gdb-printing
12914         (gdb-starting): Save value of gud-overlay-arrow-position.
12915         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12916         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12917         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12918         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12920 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12922         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12924 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
12926         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12927         (ldap-search-internal): Keep error messages, and a regexp fix.
12929 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
12931         * files.el (hack-local-variables-confirm):
12932         Display string value using its printed representation.
12934 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
12936         * server.el (server-edit): No-op if no server buffers exist.
12938 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
12940         * textmodes/page-ext.el (pages-directory-for-addresses):
12941         Including `pages-directory-address-mode' in the function results
12942         in the message "Buffer in which pages were found is deleted".
12944 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
12946         * textmodes/org.el (org-agenda-mode-map): Add bindings for
12947         clocking functions.
12949         (org-agenda-clock-in, org-check-running-clock)
12950         (org-clock-out-if-current, org-remove-clock-overlays)
12951         (org-put-clock-overlay): New functions.
12952         (org-clock-marker, org-clock-file-total-minutes)
12953         (org-clock-overlays): New variables.
12954         (org-clock-display, org-clock-sum, org-clock-cancel)
12955         (org-clock-out, org-clock-in): New commands.
12956         (org-export): New function.
12957         (org-emph-re): New constant.
12958         (org-set-emph-re, org-do-emphasis-faces): New functions.
12959         (org-emphasis-regexp-components, org-emphasis-alist): New options.
12960         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12961         (org-export-html-convert-emphasize): Use the configurable emphasis.
12962         (org-cleaned-string-for-export): Make multiline emphasis visible
12963         to the exporter.  New optional argument PARAMETERS.
12964         (org-export-as-html): Specify :emph-multiline parameter to
12965         `org-cleaned-string-for-export'.
12967 2006-06-10  Richard Stallman  <rms@gnu.org>
12969         * help.el (help-for-help-internal): Clean up help text.
12971 2006-06-10  Andreas Schwab  <schwab@suse.de>
12973         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12974         in doc string.
12976         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12978 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
12980         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12981         spaces after the comment start.
12983 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12985         * play/pong.el (pong-init-buffer):
12986         Fill buffer with spaces instead of ^A.
12988         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12989         launched asynchronously, delete its process instead of being cool.
12990         (ispell-async-processp): Check for `delete-process' existence
12991         instead of `kill-process' one for consistency.
12993 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
12995         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12996         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12997         in mode line at startup.
12999 2006-06-08  Kim F. Storm  <storm@cua.dk>
13001         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
13002         (ido-init-completion-maps): Bind them to M-SPC and M-v.
13003         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
13004         (ido-file-internal): Pass full file name to write-file.
13005         (ido-read-internal): Only pop stack elements automatically if they
13006         actually match an existing directory or file name.
13008 2006-06-07  Kenichi Handa  <handa@m17n.org>
13010         * international/mule.el (find-auto-coding): Don't handle the short
13011         name `char-trans'.
13013         * files.el (hack-local-variables-prop-line)
13014         (hack-local-variables): Cancel the previous change.
13016 2006-06-06  Jesper Harder  <harder@phys.au.dk>
13018         * ediff-diff.el (ediff-test-utility): Protect against file-error.
13020 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
13022         * diff-mode.el (diff-mode): Set buffer-read-only to t when
13023         diff-default-read-only is non-nil.
13024         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
13025         (diff-refine-hunk): Set inhibit-read-only to t.
13027         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
13028         modifying the *Diff* buffer.
13029         (diff-process-filter): New filter function for diff process that
13030         sets inhibit-read-only to t when modifying the *Diff* buffer.
13032 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
13034         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
13035         insertion point and control the number of empty lines.
13036         (org-paste-subtree): Limit the number of empty lines at the end of
13037         the inserted tree.
13038         (org-agenda): Use buffer name of current file for narrowing.
13039         (org-export-as-xml): Command removed.
13040         (org-export-xml-type): Option removed.
13041         (org-mode-map): Call `org-export-as-xoxo' directly.
13042         (org-get-indentation): New optional argument LINE.
13043         (org-fix-indentation, org-remove-tabs): New functions.
13044         (org-export-as-ascii, org-ascii-level-start): Determine and apply
13045         correct indentation for headlines that are converted it items.
13046         (org-skip-comments): Remove table lines that contain narrowing
13047         cookies but no other non-empty fields.
13048         (org-set-tags): Allow groups of mutually exclusive tags.
13049         (org-cmp-time): Sort 24:21 before items without time.
13050         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
13051         (org-open-at-point): Require double colon also for numbers.
13053 2006-06-06  Kim F. Storm  <storm@cua.dk>
13055         * ido.el (ido-default-file-method, ido-default-buffer-method):
13056         Make choice values consistent with corresponding command names.
13057         (ido-visit-buffer): Update accordingly.  Default to selected-window.
13059 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
13061         * progmodes/gud.el (gud-running): Fix doc string.
13062         (gud-menu-map): Use :visible instead fo :enable for debugger test.
13063         (gud-tooltip-modes): Add python-mode.
13064         (gud-tooltip-print-command): Add pdb.  Remove perldb.
13066 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
13068         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
13069         Quote $(EMACS).
13071 2006-06-05  Richard Stallman  <rms@gnu.org>
13073         * faces.el (defined-colors): Doc fix.
13075 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
13077         * vc.el (vc-process-filter): Inhibit undo info collection around
13078         call to insert.
13079         (vc-setup-buffer): Likewise for call to erase-buffer.
13080         (vc-do-command): Likewise for call to process-file.
13082 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
13084         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
13085         for gud-go.
13086         (gud-common-init): Other debuggers may trigger error.
13088 2006-06-05  Kenichi Handa  <handa@m17n.org>
13090         * international/mule.el (find-auto-coding):
13091         Handle enable-character-translation in file header.
13093 2006-06-04  Kim F. Storm  <storm@cua.dk>
13095         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
13096         (authors-fixed-entries): Fix spelling.
13097         (authors-canonical-file-name): Don't report error for wildcards.
13099         * help.el (view-emacs-news): Rewrite to support new NEWS,
13100         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
13101         e.g. version 10 matches 1.10, and don't be confused by version 1.1
13102         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
13104 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
13106         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
13107         exec constructs like `foo bar`.
13108         (sh-quoted-subshell): New helper function to search for a possibly
13109         nested subshell (like `` or $()) within a "" quoted string.
13110         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
13111         (sh-apply-quoted-subshell): Flag quote characters inside a
13112         subshell, which is itself already in a quoted region, as
13113         punctuation, since this is the closest to what they actually are.
13114         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
13115         sh-apply-quoted-subshell.
13116         (sh-font-lock-syntactic-face-function): Apply the new face for
13117         text inside `` instead of the old font-lock-string-face.
13119 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13121         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
13122         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
13123         (mac-bytes-to-text-range, mac-ae-text-range-array)
13124         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
13125         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
13126         (mac-ts-unicode-for-key-event): New functions.
13127         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
13128         (mac-handle-font-selection): Use mac-ae-number.
13129         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
13130         New variables.
13131         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
13132         (mac-ts-converted-text, mac-ts-selected-converted-text)
13133         (mac-ts-block-fill-text, mac-ts-outline-text)
13134         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
13135         (mac-ts-hilite-style-faces): New constant.
13136         (mac-apple-event-map): Bind text input events.
13137         (mac-dispatch-apple-event): Use command-execute instead of
13138         call-interactively.
13139         (global-map): Don't bind mac-apple-event.
13140         (special-event-map): Bind mac-apple-event.
13142 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
13144         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
13145         file name.
13146         (emacs): Enclose the value of $(EMACS) in quotes.
13148 2006-06-02  Juri Linkov  <juri@jurta.org>
13150         * international/mule.el (sgml-html-meta-auto-coding-function):
13151         Remove the condition `(search-forward "<html" size t)'.
13152         Replace `\"' with `[\"']?' in `re-search-forward'.
13154 2006-06-02  Kenichi Handa  <handa@m17n.org>
13156         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
13157         as well as `coding'.
13158         (hack-local-variables): Likewise.
13160         * international/mule.el (enable-character-translation):
13161         Put permanent-local and safe-local-variable properties.
13162         (find-auto-coding): Handle char-trans: tag.
13164 2006-06-02  Juri Linkov  <juri@jurta.org>
13166         * international/mule.el (sgml-html-meta-auto-coding-function):
13167         Limit the search by the end of the HTML header (if any).
13169 2006-06-01  Richard Stallman  <rms@gnu.org>
13171         * subr.el (with-current-buffer): Doc fix.
13173 2006-06-02  Masatake YAMATO  <jet@gyve.org>
13175         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
13176         Almost rewrite.  Underlines over all lines of gcov output are too
13177         uncomfortable to read.  Suggested by Dan Nicolaescu.
13179 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
13181         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
13183         * shell.el (shell-mode): Use shell-mode-map in docstring.
13185         * comint.el (comint-send-input): Do not add help-echo and
13186         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
13188 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13190         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
13192 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
13194         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
13195         (gdb-stopped, gdb-info-stack-custom): If there is no source info
13196         look up the stack and pop up GUD buffer if necessary.
13197         (gdb-frames-select): Remove redundant call to gud-display-frame.
13198         (gdb-info-threads-custom): Keep point at start of buffer.
13199         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
13201 2006-05-31  Juri Linkov  <juri@jurta.org>
13203         * replace.el (query-replace-read-from, query-replace-read-to):
13204         Bind `history-add-new-input' to nil.  Call `add-to-history'.
13206 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
13208         * textmodes/table.el: Convert all HTML tags to lower case for
13209         XHTML compatibility.
13211 2006-05-31  Masatake YAMATO  <jet@gyve.org>
13213         * progmodes/compile.el:
13214         (compilation-error-regexp-alist-alist::gcov-called-line):
13215         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
13217 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
13219         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
13220         Revert inadvertent changes made with last commit.
13222 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13224         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
13225         New functions.
13227         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
13229 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
13231         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
13232         only matches in the right place.
13233         (org-upcoming-deadline): New face.
13234         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
13235         (org-export-ascii-underline): Rename constant `org-ascii-underline'
13236         and make it an option.
13237         (org-export-ascii-bullets): New option.
13238         (org-export-as-html): Many changes to emit valid XHTML.
13239         (org-par-open): New variable.
13240         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
13241         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
13242         (org-timeline): Pass `org-timeline-show-empty-dates' to
13243         `org-get-all-dates'.  Interpret empty dates returned by
13244         `org-get-all-dates'.
13245         (org-get-all-dates): New argument EMPTY.  Add dates without
13246         entries to the list, mark large ranges of empty dates.
13247         (org-point-in-group, org-context): New functions.
13249 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
13251         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
13253         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
13254         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
13255         to C-mouse-3 (for 2 button mice).
13256         (gdb-send): Do the right thing for C-d.
13258         * speedbar.el (speedbar-detach): Delete.
13259         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
13260         it breaks things.
13261         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
13263 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
13265         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
13266         Makeppfile.
13268         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13269         Add makepp diagnostic.
13271 2006-05-29  Richard Stallman  <rms@gnu.org>
13273         * window.el (fit-window-to-buffer): Doc fix.
13275         * help.el (temp-buffer-max-height): Doc fix.
13277         * subr.el (with-current-buffer): Doc fix.
13279 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13281         * term/x-win.el: Bind F10 to menu-bar-start if available.
13283 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
13285         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
13286         uses with a simple test.
13287         (term-set-escape-char, term-mode, term-check-kill-echo-list)
13288         (term-send-raw-string, term-send-raw, term-mouse-paste)
13289         (term-char-mode, term-line-mode, term-exec, term-sentinel)
13290         (term-handle-exit, term-read-input-ring)
13291         (term-previous-matching-input-string)
13292         (term-previous-matching-input-string-position)
13293         (term-previous-matching-input-from-input)
13294         (term-replace-by-expanded-history, term-send-input)
13295         (term-skip-prompt, term-bol, term-send-invisible)
13296         (term-kill-input, term-delchar-or-maybe-eof)
13297         (term-backward-matching-input, term-check-source)
13298         (term-proc-query, term-emulate-terminal)
13299         (term-handle-colors-array, term-process-pager, term-pager-line)
13300         (term-pager-bob, term-unwrap-line, term-word)
13301         (term-dynamic-complete-filename)
13302         (term-dynamic-complete-as-filename)
13303         (term-dynamic-simple-complete): Replace one arm ifs with whens or
13304         unlesses.
13306 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13308         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
13309         during bootstrapping.
13311         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
13312         Basically undo the change of 2006-05-26: use extra arguments instead of
13313         dynamic scoping.
13314         (ewoc-locate): Remove unused var `footer'.
13316 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13318         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
13320         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
13321         (generate-file-autoloads): Obey it.  Return whether autoloads were
13322         added at point or not.
13323         (update-file-autoloads): Use this new return value.
13324         Remove redundant test for the presence of an autoload cookie.
13326         * emacs-lisp/autoload.el (autoload-find-file): New fun.
13327         This one calls hack-local-variables.
13328         (generate-file-autoloads, update-file-autoloads): Use it.
13330         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
13331         (bibtex-sort-entry-class): Add safe-local-variable predicate.
13332         (bibtex-sort-entry-class-alist): Don't set the global value.
13333         (bibtex-init-sort-entry-class-alist): New fun.
13334         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
13335         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
13336         of bibtex-init-sort-entry-class.
13338 2006-05-28  Richard Stallman  <rms@gnu.org>
13340         * subr.el (load-history-regexp): If FILE is relative, insist
13341         entire last name component must match it.
13342         (load-history-filename-element, load-history-regexp): Doc fixes.
13344 2006-05-29  Kim F. Storm  <storm@cua.dk>
13346         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
13347         `pos' and `raw-data' for clarity, as eval forms may access these.
13349 2006-05-28  Kim F. Storm  <storm@cua.dk>
13351         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
13353 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13355         * progmodes/make-mode.el (makefile-browser-map)
13356         (makefile-mode-syntax-table): Move initialization inside declaration.
13357         (makefile-fill-paragraph): Use the default comment-filling code.
13359 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
13361         * replace.el (query-replace-defaults): New variable.
13362         (query-replace-read-from): Use `query-replace-defaults' for
13363         default value, instead of history list.
13364         (query-replace-read-to): Update `query-replace-defaults'.
13366 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
13368         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
13369         with no X toolkit.
13371 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
13373         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
13374         (tumme-show-all-from-dir): Add autoload.
13376 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
13378         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
13379         (tumme-remove-tag): Fix bug.
13381 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
13383         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
13384         FOOTER args.  Update unique caller.
13385         (ewoc-delete): Compute last node once before looping.
13386         (ewoc--node-branch): Merge into unique caller.
13387         (ewoc--node): Don't define constructor make-ewoc--node for this
13388         structure.
13389         (ewoc): Add member `hf-pp' to this structure.
13390         (ewoc--wrap): New func.
13391         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
13392         header/footer pretty-printers.  Save header/footer pretty-printer.
13393         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
13395         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
13397 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
13399         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
13400         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
13401         Tag'.  Change "Compare directories..." to "Change Directories...".
13402         Move tumme commands to Operate, Regexp and Immediate menus.
13403         Change "Add Comment" to "Add Image Comment".  Change "Add Image
13404         Tag" to "Add Image Tags".
13406         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
13407         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
13408         `tumme-delete-tag'.
13410 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13412         * shell.el (shell-mode): Call shell-dirtrack-mode after
13413         list-buffers-directory is made a local variable, to avoid setting
13414         the default value.
13416 2006-05-26  Kevin Ryde  <user42@zip.com.au>
13418         * info.el (Info-index-next): Use where-is-internal to report
13419         actual binding of Info-index-next, rather than hard-coded `,'.
13421 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
13423         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
13424         and "Find Command in Manual" to here.
13426         * buff-menu.el (list-buffers-noselect): For Info buffers, use
13427         Info-current-file as the file name.
13429 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
13431         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
13432         overrides will now be done a different way.
13433         (ses-set-parameter): Reapply this function for undo.
13434         (ses-set-header-row): Reconstruct header row during undo.
13435         (ses-widen): New function.
13436         (ses-goto-data, ses-reconstruct-all): Use new function.
13437         (ses-command-hook): Widen buffer during undo, before unupdating
13438         the cells.
13439         (ses-insert-row, ses-delete-row): Widen buffer during undo.
13440         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
13441         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
13442         formula hasn't been executed yet.
13444 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13446         * comint.el (comint-kill-whole-line): Rename arg to count.
13447         Fix doc string.
13449 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
13451         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
13452         to copy-file.
13454 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13456         * simple.el (toggle-truncate-lines): Make arg optional for
13457         backward compatibility.
13459 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
13461         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
13462         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
13463         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
13464         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
13465         (ewoc--adjust): Use ewoc--current-dll.
13466         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
13468 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
13470         * textmodes/org.el (org-next-item, org-previous-item): Emit more
13471         compact error message.
13472         (org-tags-view): Refresh category table in each file.
13473         (org-table-justify-field-maybe): Remove superfluous arguments to
13474         `format'.
13475         (org-export-as-html): Insert "<p>" before postamble.
13476         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
13478 2006-05-26  Kenichi Handa  <handa@m17n.org>
13480         * textmodes/po.el (po-find-charset): Pay attention to the case
13481         FILENAME is a cons (NAME . BUFFER).
13482         (po-find-file-coding-system-guts): Likewise.
13484         * arc-mode.el (archive-set-buffer-as-visiting-file):
13485         Call find-operation-coding-system with (FILENAME . BUFFER).
13487         * tar-mode.el (tar-extract): Call find-operation-coding-system
13488         with (FILENAME . BUFFER).
13490         * international/mule.el (decode-coding-inserted-region):
13491         Call find-operation-coding-system with (FILENAME . BUFFER).
13493 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
13495         * image-mode.el (image-toggle-display): Use buffer contents to
13496         generate image for a remote file.
13498 2006-05-25  Juri Linkov  <juri@jurta.org>
13500         * replace.el (query-replace-read-from, query-replace-read-to):
13501         Remove 8th arg KEEP-ALL in read-from-minibuffer.
13503 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
13505         * whitespace.el (whitespace-cleanup): Change to cleanup
13506         region if one is active.
13507         * whitespace.el (whitespace-cleanup-internal): New internal method.
13509 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
13511         * dired.el (dired-mode-map): Add help-echo strings to tumme
13512         commands.  Bind `tumme-dired-display-image' to C-t i.
13514         * tumme.el (tumme-display-image): Change documentation string slightly.
13515         (tumme-dired-display-image): Add call to `display-buffer'.
13517 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
13519         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
13520         Signal error if RAW-DATA is a multibyte string.
13522 2006-05-24  Richard Stallman  <rms@gnu.org>
13524         * subr.el (with-local-quit): When handling `quit' signal,
13525         make a chance for quit-flag to cause a quit.
13527         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
13528         (ad-disable-advice): Add autoloads.
13530         * subr.el (read-passwd): Copy PROMPT before changing its properties.
13532 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
13534         * dired.el (dired-mode-map): Change menu items for tumme as per
13535         suggestions in emacs-devel.
13537 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
13539         * dired.el (dired-mode-map): Fix breakage.
13541 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
13543         * tumme.el (tumme-display-dired-image): Rename to...
13544         (tumme-dired-display-image): ...this.
13545         (tumme-track-movement): Change default value to t.
13546         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
13547         used from `tumme-next-line-and-display' and similar commands.
13549         * dired.el (dired-mode-map): Add Thumbnail submenu under the
13550         Immediate menu.  Add some tumme commands there.
13552 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
13554         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
13556 2006-05-24  Chong Yidong  <cyd@mit.edu>
13558         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
13559         menu entries that open submenus.
13561 2006-05-24  Alan Mackenzie  <acm@muc.de>
13563         * startup.el (command-line): For names of preloaded files, don't
13564         append ".elc" (now done in Fload), and call file-truename on the
13565         lisp directory.
13567         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
13568         match ANY loaded file with the right name, not just those in
13569         load-path.  Put a regexp matching the file name into
13570         after-load-alist, rather than the name itself.
13572         * subr.el (load-history-regexp, load-history-filename-element)
13573         (do-after-load-evaluation): New functions.
13575         * international/mule.el (load-with-code-conversion): Do the
13576         eval-after-load stuff by calling do-after-load-evaluation.
13578 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
13580         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
13581         has not been killed.
13583 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13585         * term/mac-win.el: Set idle timer to clean up expired Apple events.
13586         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
13587         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
13588         Optionally set error message in reply.
13590 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
13592         * textmodes/org.el (org-open-at-point): Use renamed variable
13593         `org-confirm-shell-link-function'.
13594         (org-confirm-shell-link-function): Rename from
13595         `org-confirm-shell-links'.
13596         (org-export-directory): New function.
13597         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
13598         (org-export-icalendar): Use `org-export-directory'.
13599         (org-indent-item): Keep cursor position.
13600         (org-link-file-path-type): New option.
13601         (org-export-as-html): Fix bug with plain lists starting in
13602         column 0.
13603         (org-export-as-html): Remove deadline formatting, this happens
13604         now already in `org-html-handle-time-stamps'.
13605         (org-export-html-style): Deadline class removed.
13606         (org-insert-labeled-timestamps-at-point): New option.
13607         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
13608         of `hide-sublevels 1', in case the first headline is not level 1.
13609         (org-overview, org-content): New fuction.
13610         (org-cycle-global-status, org-cycle-subtree-status): Make these
13611         variables buffer-local.
13612         (org-global-cycle): New command.
13613         (org-shifttab): Use `org-global-cycle'.
13614         (org-insert-heading, org-insert-item): Go to end of new
13615         headline/item after creating it.
13616         (org-export-visible): Rename from `org-export-copy-visible'.
13617         Now creates a temporary org-file and applies an exporting command
13618         to it.
13619         (org-table-eval-formula): Support for lisp forms.
13620         (org-agenda-todo-ignore-scheduled): New option.
13621         (org-agenda-get-todos): Use new option
13622         `org-agenda-todo-ignore-scheduled'.
13623         (org-export-html-inline-images): New value `maybe'.
13624         (org-export-as-html): Inlining of images dependent on link description.
13625         (org-archive-subtree): Check for end-of-buffer before trying
13626         `kill-line'.
13627         (org-agenda-follow-mode): New option.
13628         (org-export-with-tags, org-export-with-timestamps): New options.
13629         (org-html-handle-time-stamps): New function.
13630         (org-keyword-time-regexp): New variable.
13631         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13632         (org-agenda-todo-list-sublevels): New option.
13633         (org-html-level-start): When TITLE is nil, just close all levels.
13634         (org-parse-key-lines, org-parse-export-options): Remove functions,
13635         replaced by `org-infile-export-plist'.
13636         (org-combine-plists, org-infile-export-plist)
13637         (org-default-export-plist): New functions.
13638         (org-export-html-preamble, org-export-html-postamble)
13639         (org-export-html-auto-preamble, org-export-html-auto-postamble):
13640         New variables.
13641         (org-export-publishing-directory): New option.
13642         (org-export-as-html, org-export-as-ascii): Use the new property
13643         lists for settings.
13644         (org-export-copy-visible, org-export-as-xoxo):
13645         Respect `org-export-publishing-directory'.
13646         (org-link-search, org-store-link, org-file-apps): Support for
13647         links to BibTeX database entries..
13648         (org-get-current-options, org-set-regexps-and-options):
13649         Implement logging as a startup option.
13650         (org-store-link): Make sure context string is never empty
13651         (org-insert-link): Use relative path when possible.
13652         (org-at-item-checklet-p): New function.
13653         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13654         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13655         (org-metaright, org-metaup, org-metadown, org-shiftup)
13656         (org-shiftdown, org-shiftright, org-shiftleft)
13657         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13658         Dispatch using `call-interactively'.
13659         (org-call-with-arg): New defsubst.
13660         (org-tag-alist, org-use-fast-tag-selection): New options.
13661         (org-complete): Use `org-tag-alist'.
13662         (org-fast-tag-insert, org-fast-tag-selection): New functions.
13663         (org-next-item, org-previous-item): New commands.
13664         (org-beginning-of-item, org-end-of-item): Add (interactive) to
13665         make command.
13666         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13668 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
13670         * emacs-lisp/ewoc.el (ewoc-delete): New function.
13671         (ewoc-filter): Use `ewoc-delete'.
13673         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13675 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13677         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13678         Signal more user-friendly error messages.
13680         * complete.el (PC-do-completion): Undo the addition of implicit
13681         wildcards if they did not lead to finding any match.
13682         (read-file-name-internal): Don't add the final > if the completion is
13683         not finished.
13685 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13687         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13688         Quote safe-local-variable predicate.
13690 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
13692         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13694 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13696         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13698         * progmodes/make-mode.el (makefile-special-targets-list)
13699         (makefile-macro-table, makefile-target-table): Mark as risky.
13700         (makefile-query-one-target-method): Make this the alias for the
13701         following variable.
13702         (makefile-query-one-target-method-function): Make this the real name.
13704         * textmodes/artist.el (artist-text-renderer): Make this the alias
13705         for the following variable.
13706         (artist-text-renderer-function): Make this the real name.
13708         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13709         the alias for the following variable.
13710         (flyspell-generic-check-word-predicate): Make this the real name.
13712         * textmodes/ispell.el (ispell-format-word): Make this the alias
13713         for the following variable.
13714         (ispell-format-word-function): Make this the real name.
13715         (ispell-message-text-end): Mark as risky.
13717         * skeleton.el (skeleton-transformation, skeleton-filter)
13718         (skeleton-pair-filter): Make these the aliases for the following
13719         variables.
13720         (skeleton-transformation-function, skeleton-filter-function)
13721         (skeleton-pair-filter-function): Make these the real names.
13723         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13724         and skeleton-pair-filter-function.
13726         * textmodes/sgml-mode.el (sgml-transformation): Make this the
13727         alias for the following variable.
13728         (sgml-transformation-function): Make this the real name.
13729         (sgml-tag-alist): Mark as risky.
13731 2006-05-21  Richard Stallman  <rms@gnu.org>
13733         * simple.el (kill-region): Interactively, pass point, then mark.
13735 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
13737         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13739 2006-05-21  Romain Francoise  <romain@orebokech.com>
13741         * dired-x.el (dired-mode-map): Don't bind M-g.
13743 2006-05-20  Richard Stallman  <rms@gnu.org>
13745         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13746         (dired-goto-file): Doc fix.
13748 2006-05-21  Kim F. Storm  <storm@cua.dk>
13750         * emulation/cua-base.el: Mention customizing cua-mode as alternative
13751         way to enable built-in cua-mode if user loads older CUA-mode package.
13753         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13754         if default-filename is specified.
13756 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
13758         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13760         * info.el (info-apropos): Make sure current-file and current-node
13761         have non-nil values.  Speed up by using add-to-list instead of
13762         manual consing.
13764 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13766         * progmodes/make-mode.el (makefile-mode): Doc fix.
13768 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
13770         * dired-aux.el (dired-do-shell-command): Doc fix.
13772 2006-05-20  Kevin Ryde  <user42@zip.com.au>
13774         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13775         ``(custom-manual :tag "Foo" "(foo)Node")''.
13777 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
13779         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13780         value is an integer.
13782 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
13784         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13785         "format".
13786         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13788 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
13790         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13791         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13793 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13795         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13796         regexp for keywords.
13798 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
13800         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13801         replace-regexp-in-string.
13803         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13804         encode, and escape file name on conversion to URL.
13806 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13808         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13809         Don't unescape URL.
13810         (dnd-get-local-file-name): Unescape URL on conversion to file name.
13812         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13813         on conversion to URLs.
13815         * net/browse-url.el (browse-url-file-url): Encode file name on
13816         conversion to URL.
13818         * term/mac-win.el (mac-ae-open-documents): Escape file name on
13819         conversion to URL.
13821 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
13823         * progmodes/cc-styles.el (c-style-alist): Doc fix.
13825 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13827         * term/mac-win.el (mac-bytes-to-digits): Remove function.
13828         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13830 2006-05-19  Glenn Morris  <rgm@gnu.org>
13832         * calendar/diary-lib.el (diary-bahai-date)
13833         (list-bahai-diary-entries, mark-bahai-diary-entries)
13834         (mark-bahai-calendar-date-pattern): Not interactive.
13835         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
13836         (diary-entries-list): Change format of 4th element in each entry.
13837         (diary-list-entries): Use add-to-diary-list.
13838         (diary-goto-entry): Handle the case where the buffer visiting the
13839         diary has been killed.
13840         (fancy-diary-display): Add 'locator to button rather than 'marker.
13841         Only generate temp-face when there are marks to apply.
13842         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13843         (diary-fancy-date-pattern): New variable.
13844         (diary-time-regexp): Doc fix.
13845         (diary-anniversary, diary-time): New faces.
13846         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13847         diary-time-regexp.  Add font-lock-multiline property where needed.
13848         Use new faces diary-anniversary and diary-time.
13849         (diary-fancy-font-lock-fontify-region-function): New function, to
13850         handle multiline font-lock pattern in fancy diary.
13851         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13852         (diary-font-lock-keywords): Tweak time regexp.  Use new face
13853         diary-time.
13855 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
13857         * international/code-pages.el (mik): Table corrected.
13859 2006-05-18  Kim F. Storm  <storm@cua.dk>
13861         * progmodes/grep.el (grep-find): Don't check grep-find-command
13862         before running command (breaks non-interactive usage).
13864 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
13866         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13867         (ewoc--insert-new-node): Don't insert trailing newline.
13868         Instead, adjust successor nodes's start markers.
13869         (ewoc--refresh-node): Delete all text from current node's start
13870         marker to the next one's; adjust successor nodes's start markers.
13871         (ewoc--create): Doc fixes.
13872         (ewoc--refresh): Don't insert newline.
13873         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13874         * pcvs.el (cvs-make-cvs-buffer):
13875         Specify extra newline for ewoc's header and footer.
13876         (cvs-update-header): Update initial header recognition.
13877         Append newline to final header and footer values.
13878         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13880 2006-05-17  Richard Stallman  <rms@gnu.org>
13882         * files.el (file-name-extension): Doc fix.
13884 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13886         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13887         we can explicitly enable/disable rather than toggle.
13888         (shell-mode): Use it.
13889         (shell-cd): Don't try to reproduce what `cd' does.
13891 2006-05-17  Kim F. Storm  <storm@cua.dk>
13893         * ido.el (ido-read-internal): Use only nondirectory part of
13894         default item.
13896 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
13898         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13899         (ewoc-nth): Doc fix.
13901         (ewoc-map, ewoc-invalidate): Compute PP before looping.
13903 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
13905         * international/mule.el (auto-coding-alist): Add .lha to files
13906         read with no-conversion.
13908         * files.el (auto-mode-alist): Add .lha files to archive file
13909         extensions.
13911         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13912         Convert csize to integer when computing offsets within the
13913         compressed archive file.
13915 2006-05-16  Kim F. Storm  <storm@cua.dk>
13917         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13918         with read-from-minibuffer.
13920 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13922         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13923         (byte-compile-warnings): Fix safe-local-variable property.
13925 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
13927         * allout.el (allout-show-bodies, allout-old-style-prefixes)
13928         (allout-stylish-prefixes, allout-numbered-bullet)
13929         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13930         predicates to qualify `safe-local-variable' property, when
13931         available, else use equivalent lambda.
13932         (allout-current-topic-collapsed-p): Do the right thing regarding
13933         trailing blank lines.
13935 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13937         * server.el (server-start): Only create a directory if needed.
13938         (server-edit, server-unload-hook): server-start => server-mode.
13939         (kill-emacs-hook): Cleanup upon exit.
13941 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13943         * hexl.el (hexlify-buffer): Encode process arguments manually.
13945 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
13947         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13948         call to gdb-tooltip-print.
13950 2006-05-15  Romain Francoise  <romain@orebokech.com>
13952         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13953         systems, default to "tar" since those systems probably have GNU tar.
13955 2006-05-14  Lars Hansen  <larsh@soem.dk>
13957         * desktop.el (desktop-missing-file-warning): Fix docstring.
13958         (desktop-restore-file-buffer): Correct question asked on missing file.
13960 2006-05-14  Kim F. Storm  <storm@cua.dk>
13962         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13963         Add CUA move property.
13965 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
13967         * custom.el (custom-push-theme): Load the variable before checking
13968         its `standard-value'.
13970 2006-05-13  Lars Hansen  <larsh@soem.dk>
13972         * desktop.el (desktop-save): Use with-temp-buffer.
13974 2006-05-12  Glenn Morris  <rgm@gnu.org>
13976         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13977         * calendar/calendar.el (calendar-mode-map):
13978         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13979         * calendar/appt.el (appt-check, appt-make-list): Refer to
13980         diary-view-entries, diary-list-entries, diary-show-all-entries
13981         rather than obsolete aliases.
13983 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
13985         * simple.el (line-move-finish): Avoid calling point motion hooks
13986         while processing intangibility.
13988 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
13990         * term/xterm.el (terminal-init-xterm): Fix typo.
13992 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
13994         * allout.el (allout-view-change-hook): Mark as being deprecated,
13995         to be replaced by `allout-exposure-change-hook'.
13996         (allout-exposure-change-hook): New, replacing
13997         `allout-view-change-hook'.
13998         (allout-flag-region): Run new hook `allout-exposure-change-hook',
13999         in addition to `allout-view-change-hook'.
14000         (allout-show-bodies, allout-old-style-prefixes)
14001         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
14002         lambda forms to prevent their showing up in variable help
14003         presentations as inscrutable byte-compiled code.
14004         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
14005         Use string-or-null-p to qualify safe-local-variable values.
14006         (allout-reindent-bodies): Use memq to qualify matches against
14007         valid safe-local-variable values.  Also, quote the lambda as above.
14008         (allout-use-mode-specific-leader): Add missing candidate-value
14009         symbols, use memq, and quote the lambda.
14010         (allout-overlay-interior-modification-handler): Remove unused
14011         variables `msg' and 'opened'.
14012         (allout-hidden-p): Constrain invisibility consideration to allout's
14013         invisibility spec, disregarding invisibility for other reasons.
14015 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
14017         * files.el (version-control): Correct safe values.
14019 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
14021         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
14023         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
14024         (ewoc--insert-new-node): New func.
14025         Update callers of deleted funcs to use it, instead.
14027 2006-05-11  Glenn Morris  <rgm@gnu.org>
14029         * calendar/calendar.el (diary-show-all-entries): Do not refer to
14030         obsolete alias `show-all-diary-entries'.
14031         (make-diary-entry): Not interactive.
14032         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
14033         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
14034         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
14035         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14036         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
14037         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
14039 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14041         * calendar/calendar.el (calendar-french-date-string)
14042         (calendar-mayan-date-string, calendar-chinese-date-string)
14043         (calendar-astro-date-string, calendar-iso-date-string)
14044         (calendar-islamic-date-string, calendar-bahai-date-string)
14045         (calendar-hebrew-date-string, calendar-coptic-date-string)
14046         (calendar-ethiopic-date-string, calendar-persian-date-string):
14047         These functions are not interactive.
14049 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
14051         * files.el: Balance parentheses.
14053 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14055         * files.el, newcomment.el, outline.el, simple.el,
14056         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
14057         * progmodes/cc-vars.el, progmodes/compile.el:
14058         Move `safe-local-variable' declarations to the respective files.
14060         * help-fns.el (describe-variable): Don't print safe-var if it is
14061         byte-code.  Improve wording as suggested by Luc Teirlinck.
14063 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
14065         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
14066         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
14067         Use a token for pending-triggers to ensure gdb-var-update
14068         gets called once per user input again for pre-GDB 6.4.
14069         (gdb-var-delete): Match on more complex expressions.
14070         (gdb-var-list-children-handler, gdb-var-create-handler):
14071         Use a token for consistency.
14073 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
14075         * textmodes/org.el (org-read-date, org-goto-calendar)
14076         (org-agenda-goto-calendar):
14077         Bind `view-calendar-holidays-initially' to nil.
14079 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
14081         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
14082         Update all callers to do it there, instead.
14084 2006-05-10  Glenn Morris  <rgm@gnu.org>
14086         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
14087         prefix arg case, to avoid view-diary-entries-initially error.
14088         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
14089         (calendar-date-is-legal-p): Handle dates with no day part.
14091 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
14093         * comint.el (comint-insert-input): Just make it when
14094         comint-use-prompt regexp is nil (default) and with the mouse.
14095         (comint-copy-old-input): Reinstate from 2004-06-23.
14096         (comint-mode-map): Bind C-c C-m to it.
14098 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
14100         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
14101         Remove spurious move to point-max (new comint behavior fixes).
14103         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
14104         compatibility function (Emacs 18/19).
14105         (idlwave-is-continuation-line): Always return point at start of
14106         previous non-blank continuation line.
14107         (keyword-parameters): Fix continued comment font-lock matcher.
14108         (idlwave-font-lock-fontify-region): Written, use as
14109         font-lock-fontify-region-function, to fix continued keyword
14110         fontification issues.
14112 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14114         * term/mac-win.el (mac-font-panel-mode): Doc fix.
14115         (mac-service-selection, mac-service-open-file)
14116         (mac-service-open-selection, mac-service-mail-selection)
14117         (mac-service-mail-to, mac-service-insert-text): Rename from
14118         mac-services-*.  All uses changed.
14119         (mac-apple-event-map): Rename event symbol `services' to `service'.
14121 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
14123         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
14124         (ewoc--node-enter-first, ewoc--node-enter-last)
14125         (ewoc--delete-node-internal): Merge funcs into unique callers.
14127 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
14129         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
14130         return value of read-from-minibuffer for empty input.
14132 2006-05-09  Miles Bader  <miles@gnu.org>
14134         * comint.el (comint-insert-input): Remove redundant calls to setq
14135         and goto-char.
14137 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
14139         * comint.el (comint-insert-input): Make it work when
14140         comint-use-prompt-regexp is t.
14142 2006-05-10  Miles Bader  <miles@gnu.org>
14144         * subr.el (field-at-pos): New function.
14146         * comint.el (comint-insert-input): Use it.
14148 2006-05-09  Juri Linkov  <juri@jurta.org>
14150         * battery.el (battery-linux-proc-acpi): Also try
14151         `/proc/acpi/thermal_zone/THR2/temperature'.
14153         * files.el <safe-local-variable>: Remove `eval' and `let' binding
14154         for now unused lambda `string-or-null'.
14156         * add-log.el (change-log-default-name): Put `string-or-null-p'
14157         instead of lambda on `safe-local-variable' property.
14159         * diff-mode.el (diff-context->unified): Use `region-beginning' and
14160         `region-end' instead of `mark' and `point'.
14161         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
14162         Operate on region in Transient Mark mode when the mark is active.
14163         Use `region-beginning' and `region-end' instead of `mark' and
14164         `point'.
14165         (diff-hunk-text, diff-goto-source): Doc fix.
14167         * startup.el (fancy-splash-screens, normal-splash-screen): Use
14168         face `mode-line-buffer-id' for mode-line buffer face instead of
14169         hard-coded `(:weight bold)'.
14171         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
14172         buffer-undo-list to t (undo-ask is reproducible by visiting
14173         nested archives).
14175 2006-05-09  Kim F. Storm  <storm@cua.dk>
14177         * progmodes/grep.el (rgrep): Set default directory of *grep*
14178         buffer if we start M-x rgrep in the *grep* buffer and choose
14179         a different base directory.
14181 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
14183         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
14184         completion also when ido is loaded.
14186 2006-05-09  Masatake YAMATO  <jet@gyve.org>
14188         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
14189         "warning" and "import".
14190         (cpp-font-lock-keywords): Added "warning".
14192 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
14194         * term/xterm.el (terminal-init-xterm): Add more key bindings.
14196 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14198         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
14199         pages at a time, if we signal the end, we should indeed reach that end.
14201 2006-05-08  David Reitter  <david.reitter@gmail.com>
14203         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
14204         output during execution of the body.
14206 2006-05-08  Kim F. Storm  <storm@cua.dk>
14208         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
14210 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
14212         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
14213         Use with-current-buffer.
14215 2006-05-07  Kim F. Storm  <storm@cua.dk>
14217         * subr.el (add-to-history): Remove keep-dups arg.
14219         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
14220         to nil around call to add-to-history.
14222 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14224         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
14225         than after a buffer modification.
14227 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
14229         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
14230         call to...
14231         (gud-watch): ...here so speedbar is raised for already watched
14232         expressions.
14233         (gdb-speedbar-refresh): Delete function.
14234         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
14235         Use speedbar-timer-fn instead of speedbar-refresh (reverting
14236         earlier change).
14237         (gdb-var-evaluate-expression-handler)
14238         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
14240         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
14241         Update localized contents for all buffers except ignored modes.
14243 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14245         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
14246         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
14247         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
14248         (mac-handle-font-panel-closed, mac-handle-font-selection):
14249         New functions.
14250         (mac-font-panel-mode): New minor mode.
14251         (mac-apple-event-map): Add bindings for toolbar toggle button and
14252         font panel.
14253         (menu-bar-showhide-menu): Add mac-font-panel-mode.
14255 2006-05-07  John Paul Wallington  <jpw@pobox.com>
14257         * ibuffer.el (ibuffer-compressed-file-name-regexp):
14258         Avoid `regexp-opt'; simplify regexp for readability.
14260 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
14262         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
14263         * files.el (buffer-stale-function):
14264         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14265         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
14266         links to the main manual, not to emacs-xtra.
14268 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14270         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
14271         MacJapanese if text is ASCII-only.
14273 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
14275         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
14276         unless so nil isn't returned.
14277         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
14279 2006-05-06  Kim F. Storm  <storm@cua.dk>
14281         * subr.el (add-to-history): New function.
14283         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
14284         (ediff-merge-files-with-ancestor):
14285         * env.el (setenv):
14286         * isearch.el (isearch-update-ring):
14287         * server.el (server-visit-files):
14288         * progmodes/grep.el (lgrep, rgrep):
14289         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
14290         * progmodes/xscheme.el (xscheme-insert-expression):
14291         Use add-to-history.
14293         * kmacro.el (kmacro-push-ring): Use add-to-history.
14294         (kmacro-ring-length): Remove unused defun.
14295         (kmacro-start-macro): Use kmacro-push-ring.
14297 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
14299         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
14300         directly instead of a lambda expression that calls it.
14302 2006-05-06  Kim F. Storm  <storm@cua.dk>
14304         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
14305         instead of compute-motion.
14307 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
14309         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
14310         change.
14312 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
14314         * startup.el (command-line-1): Refer to "Pure Storage" on
14315         pure-space-overflow.
14317 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
14319         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
14320         provided faces once they all have been used up.
14322 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
14324         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
14325         reference to the Lisp manual to the warning about pure space
14326         overflow.
14328 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
14330         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
14331         argument to avoid the call to `ispell-internal-change-dictionary'
14332         when not needed.
14333         (ispell-change-dictionary): Use this argument and call
14334         `ispell-internal-change-dictionary' after the possible change
14335         to `ispell-local-dictionary'.
14336         (ispell-internal-change-dictionary): Check for a change in
14337         personal dictionary use too.
14339 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
14341         * startup.el (command-line): On MS-Windows, probe "~", not
14342         "~USER", for warning about non-existent home directory.
14344         * arc-mode.el (archive-l-e): New optional argument `float' means
14345         generate a float value.
14346         (archive-arc-summarize, archive-lzh-summarize)
14347         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
14348         with 3rd argument non-nil when file's size is being computed.
14349         Format the file sizes with %8.0f instead of %8d.
14351 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14353         * cus-start.el (all): Add mac-dnd-known-types.
14355         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
14356         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
14357         (mac-TIFF-to-string): New functions.
14358         (x-get-selection, x-selection-value)
14359         (mac-select-convert-to-string): Use them.
14360         (mac-text-encoding-mac-japanese-basic-variant): New constant.
14361         (mac-dnd-types-alist): New customization variable.
14362         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
14363         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
14364         (mac-dnd-handle-drag-n-drop-event): New functions.
14365         (mac-drag-n-drop): Remove function.
14366         (global-map): Bind drag-n-drop and M-drag-n-drop to
14367         mac-dnd-handle-drag-n-drop-event.
14369 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
14371         * progmodes/perl-mode.el (perl-beginning-of-function):
14372         Skip anonymous subs.
14374 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
14376         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
14377         regexp-opt at run time.
14379         * term.el (term-handle-ansi-escape): Fix off by one error.
14381 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
14383         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
14384         (gdb-init-1, gdb-post-prompt): ...and references to it.
14385         (gdb-frame-handler): Strip directory name from filename if present.
14387         * progmodes/gud.el (gdb-force-update): Delete defvar
14388         (gud-speedbar-buttons): ...and references to it.  Use window-start
14389         to try to keep positon in watch expression.
14391 2006-05-03  Richard Stallman  <rms@gnu.org>
14393         * simple.el (next-history-element, previous-history-element): Doc fix.
14395         * isearch.el (isearch-update-ring): Doc fix.
14397 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
14399         * isearch.el (isearch-update-ring): Take history-delete-duplicates
14400         into consideration.  Replace one arm ifs with whens.
14402 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
14404         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
14405         (menu): Fix typo.
14407 2006-05-02  Miles Bader  <miles@gnu.org>
14409         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
14411 2006-05-02  Jay Belanger  <belanger@truman.edu>
14413         * calc/calc-embed.el (calc-override-minor-modes-map)
14414         (calc-override-minor-modes): New variables.
14415         (calc-do-embedded): Make sure that Calc keystrokes aren't
14416         overwritten by minor modes.
14418 2006-05-02  Chong Yidong  <cyd@mit.edu>
14420         * msb.el (msb): If EVENT is a down event, read and discard the up event.
14422 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14424         * startup.el (command-line-1): Refer to Lisp manual when
14425         pure-space-overflow occurs.
14427         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
14428         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
14429         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
14430         (version-control): Don't use `t' for safe-local-variable declarations.
14432 2006-05-01  Richard Stallman  <rms@gnu.org>
14434         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
14435         M-r, M-R, M-A, M-SPC or M-DEL.
14436         (diff-mode-map): diff-refine-hunk now on C-c C-w
14437         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
14439         * help-mode.el (help-mode): view-exit-action calls delete-window
14440         only when it is safe and possible.
14442         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
14443         in messages.
14445         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
14447         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
14448         in the default tool-bar-map.
14450 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
14452         * net/tramp.el (tramp-completion-file-name-handler-alist)
14453         (tramp-run-real-handler, tramp-completion-run-real-handler)
14454         (tramp-completion-handle-file-name-all-completions)
14455         (tramp-completion-handle-file-name-completion): Autoload them.
14456         (tramp-completion-handle-file-exists-p)
14457         (tramp-completion-handle-file-name-directory)
14458         (tramp-completion-handle-file-name-nondirectory)
14459         (tramp-completion-handle-expand-file-name): Remove them.
14460         (tramp-handle-file-name-directory): Return the real directory name.
14461         Returning "/" only doesn't need to be necessary any longer.
14462         (tramp-file-name-handler): Make special attention when in hostname
14463         completion mode.
14464         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
14465         (tramp-register-file-name-handlers):
14466         Register `tramp-completion-file-name-handler' only when
14467         `partial-completion-mode' is enabled.
14468         (tramp-completion-handle-file-name-all-completions):
14469         Delete directory part from results.
14470         (tramp-get-completion-methods, tramp-get-completion-user-host):
14471         Discard deleting "/", it doesn't work after the change of
14472         `tramp-handle-file-name-directory' above.
14474 2006-05-01  Kim F. Storm  <storm@cua.dk>
14476         * progmodes/grep.el (grep-expand-template): Use save-match-data
14477         and symbol-value.
14479 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14481         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
14482         Use select-frame-set-input-focus instead of raise-frame.
14483         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
14485 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
14487         * progmodes/gud.el (gud-def): Add %c case.
14488         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
14489         (gud-format-command): Make match case sensitive.  Match on %F.
14491 2006-04-30  Glenn Morris  <rgm@gnu.org>
14493         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
14494         (cal-tex-preamble): Use cal-tex-preamble-extra.
14495         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
14496         than alias `list-diary-entries'.
14498 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
14500         * help-fns.el (describe-variable): Add info about safe local variables.
14502 2006-04-29  Richard Stallman  <rms@gnu.org>
14504         * bindings.el (mode-line-format): help-echo doc fixes.
14506         * net/tramp.el (tramp-file-name-handler-alist): Delete
14507         expand-file-name and other operations that can cause spurious loading.
14509 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14511         * files.el (safe-local-variable-p): Remove support for the special
14512         value t.
14514         * textmodes/paragraphs.el (sentence-end-without-space):
14515         Fix safety predicate.
14516         (sentence-end-double-space, sentence-end-without-period)
14517         (paragraph-ignore-fill-prefix):
14518         * textmodes/fill.el (colon-double-space):
14519         * abbrev.el (abbrev-mode): Tighten the safety predicate.
14521         * subr.el (booleanp): New fun.
14523         * textmodes/reftex-vars.el (reftex-guess-label-type):
14524         Tighten the safety predicate.
14526 2006-04-28  Kim F. Storm  <storm@cua.dk>
14528         * progmodes/grep.el (defgroup grep): Doc fix.
14529         (grep-auto-highlight): Remove.
14530         (grep-template): New defcustom.
14531         (grep-find-template): Rename from grep-tree-template.
14532         (grep-files-aliases): Rename from grep-tree-files-aliases.
14533         Remove "all" alias, add "l" alias.
14534         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
14535         (grep-find-ignored-directories): New defcustom to replace
14536         grep-tree-ignore-CVS-directories, to facilitate ignoring
14537         subdirectories for multiple version control systems.
14538         (grep-mode-map): Add Recursive grep item to GREP menu.
14539         (grep-regexp-history, grep-files-history): New defvars.
14540         (grep-probe): New helper function.
14541         (grep-compute-defaults): Use it to simplify code.
14542         Adapt to name changes.
14543         Use `.' as base in grep-find-template rather than <D>.
14544         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
14545         Call grep-compute-defaults unconditionally.
14546         (grep-expand-keywords): New defconst.
14547         (grep-expand-template): Rename from grep-expand-command-macros.
14548         Simplify via grep-expand-keywords.  Look at case-fold-search instead
14549         of grep-tree-ignore-case to add -i option.
14550         Bind case-fold-search to nil while matching keywords.
14551         (grep-tree-last-regexp, grep-tree-last-files): Remove.
14552         (grep-read-regexp, grep-read-files): New helper functions.
14553         (rgrep): Rename from grep-tree.  Rework to use proper histories.
14554         Adapt to changes in defcustoms and functions above.
14555         (lgrep): New command, as grep, but using same interactive UI as rgrep.
14557 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
14559         * net/tramp.el (tramp-completion-file-name-handler):
14560         Disable Tramp's functionality while loading Tramp itself.
14561         (tramp-register-file-name-handlers): That's a defsubst now.
14562         Code from `tramp-repair-jka-compr' moved here.  Apply it via
14563         `after-init-hook'.
14564         (tramp-repair-jka-compr): Remove.
14566 2006-04-27  Jay Belanger  <belanger@truman.edu>
14568         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
14569         read expression when `math-read-big-expr' doesn't work.
14571 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
14573         * startup.el (command-line-1): Display warning when
14574         pure-space-overflow is non-nil.
14576 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14578         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
14579         risky.
14581 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14583         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
14584         Return the URL or nil if none can be generated.
14586 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
14588         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
14589         byte compiler warnings.
14590         (gud-basic-call, gud-find-expr): Let user select an expression
14591         for printing.  Print expression as well as value in GUD buffer.
14593 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
14595         * allout.el: Remove local autoload declaration for
14596         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
14597         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
14598         (allout-plain-bullets-string, allout-distinctive-bullets-string)
14599         (allout-use-mode-specific-leader, allout-old-style-prefixes)
14600         (allout-stylish-prefixes, allout-numbered-bullet)
14601         (allout-file-xref-bullet, allout-presentation-padding)
14602         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
14603         safe-local-variable with suitable value spec, and add autoload
14604         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
14605         (move-beginning-of-line, move-end-of-line): Repair so these compat
14606         functions now actually resituate the point, when appropriate.
14608 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14610         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
14612         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
14613         (add-log-iso8601-time-string): Fix call to format-time-string.
14615 2006-04-26  Kim F. Storm  <storm@cua.dk>
14617         * subr.el (posn-string, posn-image, posn-object): Doc fix.
14619 2006-04-26  Masatake YAMATO  <jet@gyve.org>
14621         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
14622         Add support for "//" style comments.  Remove `b' flag
14623         from ?* in `asm-mode-syntax-table'.
14625 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14627         * follow.el: Use (featurep 'xemacs) everywhere.
14628         (follow-mode): Use define-minor-mode.
14629         (follow-mode-map): Move initialization into the declaration.
14630         Use command remapping.
14631         (follow-emacs-version-xemacs-p): Remove.
14632         (follow-submit-feedback): Remove.
14634         * allout.el (allout-layout, allout-passphrase-verifier-string)
14635         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14637         * textmodes/reftex-vars.el (reftex-vref-is-default)
14638         (reftex-fref-is-default, reftex-guess-label-type):
14639         Tighten up a bit the safety predicate.
14641         * textmodes/paragraphs.el (sentence-end-double-space)
14642         (sentence-end-without-period, sentence-end-without-space)
14643         (page-delimiter, paragraph-ignore-fill-prefix):
14644         Tighten up a bit the safety predicate.
14646         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14648         * progmodes/python.el (python-continuation-line-p)
14649         (python-beginning-of-statement): syntax-ppss may return
14650         a negative depth.
14651         (python-mode): Don't forcefully enable font-lock.
14653         * time-stamp.el (time-stamp-start, time-stamp-end)
14654         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14656         * add-log.el: Remove spurious * in docstrings.
14657         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14658         (add-change-log-entry): Use it here, since it's not specific
14659         to iso8601.
14660         (add-log-iso8601-time-string): Don't use it here any more.
14661         (change-log-indent-text, change-log-indent): Rename from add-log-*.
14663         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14665 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
14667         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14668         (rcirc-toggle-low-priority): Doc fix.
14669         (rcirc-handler-NOTICE): Remove beginning of line anchor in
14670         ChanServ regexp.
14671         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14672         #emacs.
14673         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14674         (rcirc-decode-coding-system): Use utf-8 as the default.
14675         (rcirc-multiline-minor-mode): Set the fill-column.
14676         (rcirc-format-response-string): Display bright and dim nicks.
14677         (rcirc-browse-url): Update interactive spec to fill ARG.
14678         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14679         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14681 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
14683         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14684         case for @Article, etc.
14686 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
14688         * net/tramp.el (tramp-register-file-name-handlers): New defun.
14689         Added with autoload cookie.
14690         (tramp-unload-file-name-handlers): Rename from
14691         `tramp-unload-file-name-handler-alist'.
14693 2006-04-23  Romain Francoise  <romain@orebokech.com>
14695         * comint.el (comint-match-partial-filename): Doc fix.
14697 2006-04-21  Glenn Morris  <rgm@gnu.org>
14699         * calendar/cal-menu.el (calendar-mode-map): Refer to
14700         `diary-view-entries' rather than alias `view-diary-entries'.
14701         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14703 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
14705         * progmodes/antlr-mode.el (antlr-default):
14706         * cus-edit.el (custom-documentation):
14707         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14708         in defface.
14710 2006-04-21  Kim F. Storm  <storm@cua.dk>
14712         * image.el (image-type): New defun split out of create-image.
14713         (create-image): Use it.
14715 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
14717         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14718         (org-open-at-point): Remove the "...done" message to keep output
14719         in the echo area visible.
14720         (org-export-as-xoxo): Fix call to `indent-region'.
14722 2006-04-21  Kevin Ryde  <user42@zip.com.au>
14724         * international/mule.el (keyboard-coding-system): defcustom
14725         info-link fixes: "Specify Coding" has been split, keyboard now in
14726         "Terminal Coding", and "Single-Byte Character Support" is now
14727         "Unibyte Mode".
14729 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
14731         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14732         Use font-lock-warning-face for any errors e.g. no stack.
14733         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14735 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14737         * progmodes/sh-script.el (sh-shell): Mark as safe.
14739         * newcomment.el (comment-start, comment-start-skip)
14740         (comment-end-skip, comment-end): Mark as safe.
14742 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
14744         * textmodes/org.el (org-deadline-announce): Face removed.
14745         (org-level-faces, org-n-levels): Convert to constant.
14746         (org-compatible-face): New function.
14747         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14748         (org-level-5, org-level-6, org-level-7, org-level-8)
14749         (org-special-keyword, org-warning, org-headline-done, org-link)
14750         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14751         (org-scheduled-today, org-scheduled-previously, org-time-grid):
14752         Face definition revised for better color tty support.
14753         (org-bold-re, org-italic-re, org-underline-re): New constants.
14754         (org-set-font-lock-defaults): Use the new constants.
14755         (org-agenda-highlight-todo): New function.
14756         (org-agenda-todo): Fix bug with point at end of line.
14757         (org-agenda-change-all-lines, org-finalize-agenda-entries):
14758         Fontify TODO keywords.
14759         (org-insert-link): Preserve relative path in ../ links.
14760         (org-export-as-html): Convert links pointing to .org files into
14761         links that will work beteen the exported HTML files.
14762         (org-todo-list): Fix bug when arg=0.
14763         (org-insert-heading): More fine-tuning.
14765 2006-04-19  Romain Francoise  <romain@orebokech.com>
14767         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14768         from `rmail-mime-charset-pattern'.
14770 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
14772         * progmodes/python.el (python-mode): Fix typo.
14774 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
14776         * comint.el (comint-previous-input): Don't clobber input line
14777         when moving off either end of the input history ring.
14778         (comint-delete-input): New function, used by
14779         `comint-previous-input' and others.
14780         (comint-previous-matching-input):
14781         Use `coming-delete-input'.  Save the partial input if leaving the
14782         edit line.  Goto point-max before deleting input to avoid
14783         partial input fragments hanging around.
14784         (comint-restore-input): New function, used by `comint-previous-input'.
14786 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
14788         * imenu.el (imenu--index-alist): Balance parentheses.
14790 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
14792         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14794 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
14796         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14797         file is nil.
14799 2006-04-18  Richard Stallman  <rms@gnu.org>
14801         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14803         * imenu.el (imenu-create-index-function, imenu--index-alist)
14804         (imenu--last-menubar-index-alist, imenu--make-index-alist)
14805         (imenu-default-create-index-function, imenu--generic-function):
14806         Doc fixes.
14808         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14810         * help-mode.el (help-mode): Set view-exit-action to delete window.
14812         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
14813         now works by passing nil as arg.
14815         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14817         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14818         (read-abbrev-file): Provide default when reading filename.
14820         * files.el (enable-local-variables): Allow :all as value.
14821         (hack-local-variables): Implement that value.
14822         (safe-local-variable-values, safe-local-eval-forms)
14823         (enable-local-variables): Mark as risky.
14824         (find-file-visit-truename, kept-old-versions): Mark safe.
14826         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14827         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14828         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14830 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14832         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14833         Use forward-line so as to get to BOL even in the presence of fields.
14834         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14835         in return.
14836         (inferior-tcl): Tell tclsh to work in interactive mode.
14838         * complete.el (partial-completion-mode):
14839         Use 'choose-completion-string-functions to make sure that
14840         choose-completion fills the minibuffer properly.
14842         * complete.el (PC-old-read-file-name-internal): Remove.
14843         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
14844         of read-file-name-internal.
14845         (partial-completion-mode): Enable/disable this advice.
14847 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
14849         * net/tramp.el (tramp-completion-file-name-handler): Revert change
14850         of 2006-04-17.
14852 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
14854         * textmodes/org.el (org-insert-heading): Insert heading before
14855         current if at beginning of line.
14856         (org-todo, org-date): New faces.
14857         (org-table-align): Make sure tooltip window contains full text.
14858         (org-no-properties): New defsubst.
14859         (org-set-font-lock-defaults): Use new faces.
14861 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
14863         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14864         for root variables.
14866         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14867         (gdb-frame-address): Re-use to identify frame for watch expression.
14868         (gdb-var-list, gdb-var-create-handler): Add frame address for root
14869         variables.
14870         (gdb-init-1, gdb-source, gdb-post-prompt)
14871         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14872         (gdb-frame-handler): Get gdb-frame-address.
14874 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
14876         Sync with Tramp 2.0.53.
14878         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14879         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14880         (tramp-completion-file-name-handler): Add autoload cookie for
14881         adding to `file-name-handler-alist'.
14883         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14884         the prompt.  If it returns earlier (when detecting an error
14885         message), the rest of the output will merge accidently with the
14886         output of the next command.  Reported by M Jared Finder
14887         <jared@hpalace.com>.
14889         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14890         for `process-file', in order to let it work for older Emacsen too.
14892 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
14894         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14895         (tex-font-lock-keywords-3): Use it.
14897 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14899         * newcomment.el (comment-add): New function.
14900         (comment-region-default, comment-dwim): Use it.
14902 2006-04-15  Michael Olson  <mwolson@gnu.org>
14904         * emacs-lisp/tq.el: Improve comments.
14905         (tq-queue-head-question): New accessor function.
14906         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14907         Update for modified queue structure.
14908         (tq-queue-add): Accept `question' argument.
14909         (tq-queue-pop): If a question is pending, send it.
14910         (tq-enqueue): Accept new optional argument `delay-question'.
14911         If this is non-nil, and at least one other question is pending a
14912         response, queue the question rather than sending it immediately.
14914 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14916         * calendar/appt.el (appt-add): Check whether an appointment is
14917         already present in appt-time-msg-list.  Simplify code.
14919 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14921         * progmodes/cc-langs.el (c-mode-menu):
14922         Don't presume c-subword-mode is bound.
14924 2006-04-13  Bill Wohler  <wohler@newt.com>
14926         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14927         (customize-package-emacs-version): Use cdr instead of cadr now
14928         that alists use dotted pairs.
14930         * custom.el (defcustom): Fix docstring for :package-version.
14932 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
14934         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14935         (tramp-handle-shell-command): Display output buffer only when
14936         `tramp-display-shell-command-buffer' is true.
14937         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14939 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
14941         * textmodes/org.el (org-set-autofill-regexps): Set only the local
14942         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14944 2006-04-13  Romain Francoise  <romain@orebokech.com>
14946         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14947         leaving temporary .cvsignore buffers behind.
14949 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
14951         * textmodes/org.el (org-set-regexps-and-options)
14952         (org-get-current-options): Better names for the startup folding
14953         options.
14955 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
14957         * vc.el (vc-annotate): Arrange for point to end up at the same
14958         line number as in the original, but only when using a new buffer.
14960 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
14962         * files.el (hack-one-local-variable-eval-safep):
14963         Recognize `edebug-form-spec' for `put', but only if it passes
14964         `edebug-basic-spec'.  Generalize `put' handling.
14966         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14967         vetting file-local form specs.
14969         * allout.el (allout-layout): Autoload its `safe-local-variable'
14970         property.
14972 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
14974         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14975         (org-agenda-mouse-1-follows-link)
14976         (org-mouse-1-follows-link): New options.
14977         (org-format-agenda-item): Fix bug if TAGS is nil.
14978         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14980 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
14982         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14983         GDB 6.1+ gives full filename for "info sources" so use
14984         file-name-nondirectory.
14986 2006-04-12  Romain Francoise  <romain@orebokech.com>
14988         * subr.el (read-passwd): Bind `message-log-max' to nil.
14990 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14992         * progmodes/perl-mode.el (perl-indent-new-calculate):
14993         Recompute parse-start after jumping backward by a whole sexp.
14995 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14997         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14998         window configuration.
14999         (vc-annotate-display-select): Select the buffer so that current-buffer
15000         (and selected-window) is the output buffer at the end of vc-annotate.
15002 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
15004         * vc.el (vc-annotate-color-map): Add custom TTY color map for
15005         8-color terminals, to use all of the colors in a sensible order.
15006         256-color terminals work well with the standard map.
15007         (vc-annotate-lines): Only strip the first color character if it
15008         is "#", to allow for terminal-style named colors.
15009         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
15010         the correct buffer is scrolled.
15012 2006-04-11  Richard Stallman  <rms@gnu.org>
15014         * emacs-lisp/bytecomp.el (byte-compile-file):
15015         Bind enable-local-variables to :safe, and make normal-mode obey it.
15017         * files.el (enable-local-variables): Allow value :safe.
15018         (normal-mode): Doc fix.
15019         (hack-local-variables): Implement enable-local-variables = :safe.
15020         (hack-local-variables-confirm): Don't prevent quitting.
15022 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15024         * loadhist.el (unload-feature): A bit of sanity check of
15025         load-history entries.  Cancel timer-vars before unbinding them.
15027         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
15028         quote special chars, and make the trick work on the hex part of the
15029         buffer as well.
15030         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
15031         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
15033         * startup.el (normal-splash-screen): Fix last change so we don't wait
15034         2 minutes if we don't show the splash screen.
15036 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
15038         * textmodes/org.el (org-export-plain-list-max-depth)
15039         (org-table-spaces-around-separators)
15040         (org-radio-targets, org-activate-camels)
15041         (org-table-spaces-around-invisible-separators): Options removed.
15042         (org-time-stamp-rounding-minutes, org-remember-templates)
15043         (org-ellipsis, org-activate-links, org-descriptive-links):
15044         New options.
15045         (org-remember-apply-template, org-current-time)
15046         (org-finish-edit-table-field)
15047         (org-link-unescape, org-link-escape)
15048         (org-string-width, org-table-clean-line, org-html-do-expand)
15049         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
15050         (org-read-agenda-file-list): New functions.
15051         (org-table-edit-field)
15052         (org-table-create-or-convert-from-region): New commands
15053         (org-table-toggle-vline-visibility): Command removed.
15054         (org-table-convert-region): Made a command.
15055         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
15056         Replace with the normal org- functions.
15057         (org-self-insert-command): Don't trigger realign unnecessarily
15058         when blanking a field that is not full.
15059         (org-mode): `Set buffer-invisibility-spec' for links.
15060         (org-activate-links2): Hide link part and only show descriptive
15061         part of the link.
15062         (org-insert-link): Modify for new linking system.
15063         (org-store-link): Store description separately, for use by
15064         `org-insert-link'.
15065         (org-table-align): Use `org-string-width'.
15066         (defgroup): Completely new group structure for custom variables.
15067         (org-agenda-files): Option: Single file name allowed.  Function:
15068         Optional argument unrestrited means ignore any restricitons.
15069         (org-install-agenda-files-menu): Find a buffer in Org-mode before
15070         trying to modify the menu.  Use generalized access to
15071         `org-agenda-files.'
15072         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
15073         (org-agenda-file-to-front, org-remove-file, org-diary)
15074         (org-tags-view, org-export-icalendar-all-agenda-files)
15075         (org-export-icalendar-combine-agenda-files): Use generalized
15076         access to `org-agenda-files'.
15077         (org-remember-handler): Correctly preserve heading if present.
15078         (org-table-insert-row, org-table-insert-hline): Deal with
15079         invisible characters.
15081 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
15083         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
15084         (vc-annotate-color-map): New 18 element constant
15085         value/saturation, rotating hue colormap, from red->blue.
15086         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
15087         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
15088         (vc-annotate): To avoid killing the required local variables,
15089         set them before the end of `with-output-to-temp-buffer', and
15090         after first switching to annotate-mode.
15091         (vc-annotate-warp-version): Add buffer argument in goto-line to
15092         ensure annotation, not source, is scrolled.
15094 2006-04-10  Bill Wohler  <wohler@newt.com>
15096         * custom.el (defcustom, custom-handle-keyword):
15097         Add :package-version keyword.
15098         (custom-add-package-version): New function.  Sets value of new
15099         property 'custom-package-version from :package-version keyword.
15100         (defcustom): Create Common Keywords section in docstring.
15101         (defface, defgroup): Replace definitions of a select few keywords
15102         with a reference to the Common Keywords in defcustom.
15103         (defcustom, defface, defgroup): Replace reference to Customization
15104         chapter in manual with hyperlink.
15106         * cus-edit.el (customize-package-emacs-version-alist): New variable.
15107         (customize-changed-options): Add check for custom-package-version.
15108         (customize-package-emacs-version): New function to look up Emacs
15109         version corresponding to the given package version.
15111         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
15112         defun name, in similar fashion to find-variable-regexp.
15114 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
15116         * international/mule-cmds.el (set-locale-environment): Fix last
15117         change for when the locale's preferences don't specify any encoding.
15119 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15121         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
15122         so the defined var/fun doesn't need to be quoted.
15124 2006-04-10  Richard Stallman  <rms@gnu.org>
15126         * finder.el (finder-mode-map): Add n and p bindings.
15128 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
15130         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
15131         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
15132         (gdb-setup-windows): Put something in source window if we can't find
15133         the source file.
15134         (gdb-frame-handler): Make it work again with just assembly.
15135         (gdb-data-list-register-values-handler): Make it work when there is
15136         no stack.
15138 2006-04-09  Richard Stallman  <rms@gnu.org>
15140         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
15141         specs while looking for charset.
15143         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
15145         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
15146         Make them faces.
15147         (lm-font-lock-keywords): Update appropriately.
15149 2006-04-10  Kim F. Storm  <storm@cua.dk>
15151         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
15152         it can also replace buffer-substring-no-properties.
15154         * emulation/cua-base.el (cua-delete-region, cua-paste)
15155         (cua-repeat-replace-region): Use filter-buffer-substring.
15157         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
15158         (cua-cut-region-to-global-mark): Likewise.
15160         * emulation/cua-rect.el (cua--extract-rectangle)
15161         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
15163 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15165         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
15166         entry-type.  Add field delimiters to numerical fields if they are
15167         not present.
15169 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15171         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
15172         string-const to return value.
15173         (bibtex-remove-delimiters): Use it.
15175 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15177         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
15178         cl-byte-compile-compiler-macro unless it exists.
15180 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
15182         * files.el (hack-local-variables-confirm) <offer-save>:
15183         Clarify message text.  Suggested by Ralf Angeli.
15185 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
15187         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
15188         (delete-extract-rectangle-line): Use `filter-buffer-substring'
15189         instead of `buffer-substring' and `delete-region'.  (Most of the
15190         code actually copied from `kill-region'.)
15192 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
15194         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
15195         (rcirc-default-port): Rename from rcirc-port.
15196         (rcirc-default-nick): Rename from rcirc-nick.
15197         (rcirc-default-user-name): Rename from rcirc-user-name.
15198         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
15199         (rcirc-low-priority-flag): New variable.
15200         (rcirc-decode-coding-system): New defcustom.
15201         (rcirc-encode-coding-system): New defcustom.
15202         (rcirc-coding-system-alist): New defcustom.
15203         (rcirc-multiline-major-mode): New defcustom.
15204         (rcirc-nick): New internal variable.
15205         (rcirc-process): Remove variable.
15206         (rcirc-server-buffer): New variable.
15207         (rcirc): Update to use rcirc-default-* variables above.
15208         (rcirc-connect): Do not add window-configuration-hook-here.
15209         (rcirc-server): New internal variable.
15210         (rcirc-connect): Do not send keepalive pings if
15211         rcirc-keepalive-seconds is nil.
15212         (with-rcirc-server-buffer): New macro.
15213         (rcirc-send-string): Encode with rcirc-encode-coding-system.
15214         (rcirc-server-name): Rename from rcirc-server.
15215         (rcirc-buffer-process): New function.
15216         (rcirc-buffer-nick): New function.
15217         (rcirc-buffer-target): Remove function.
15218         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
15219         New commands.
15220         (rcirc-mode-map): Change binding of C-c C-l to
15221         rcirc-toggle-low-priority.
15222         (rcirc-mode): Initialize coding system based on
15223         rcirc-coding-system-alist.  New change-major-mode-hook to part the
15224         channel on a mode change.  Make kill-buffer-hook buffer-local.
15225         (rcirc-change-major-mode-hook): New function.
15226         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
15227         (rcirc-last-post-time): New variable.
15228         (rcirc-process-message): Store the last time user posted a message
15229         to this target.
15230         (rcirc-multiline-minor-mode): New mode.
15231         (rcirc-multiline-minor-mode-map): New mode map.
15232         (rcirc-edit-multiline): Put multiline-edit buffer in
15233         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
15234         (rcirc-print): Ignore any line starting with an ignored nick.
15235         (rcirc-print): Decode using rcirc-decode-coding-system.
15236         (rcirc-track-minor-mode): Update global-mode-string when disabling
15237         this mode.
15238         (minor-mode-alist): Add LowPri indicator.
15239         (rcirc-toggle-low-priority): New function.
15240         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
15241         next lowpriority buffer with activity.
15242         (rcirc-record-activity): Sort buffers in rcirc-activity by the
15243         last time the user posted a message in to the target.
15244         (rcirc-update-activity-string): New formatting for low priority
15245         buffers.
15246         (rcirc-split-activity): New function.
15247         (rcirc-handler-PART, rcirc-handler-KICK)
15248         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
15249         (rcirc-nick-away-alist): New variable.
15250         (rcirc-handler-301): New handler.  Away messages are printed once
15251         per change.
15253 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
15255         * info.el (Info-follow-nearest-node): Doc fix.
15257         * international/mule-cmds.el (set-locale-environment): Make sure
15258         the coding-system preferred by the locale's language has the same
15259         EOL conversion type as the original buffer-file-coding-system.
15260         (locale-language-names): Add a few MS Windows language codes.
15262 2006-04-07  Richard Stallman  <rms@gnu.org>
15264         * simple.el (eval-expression): Doc fix.
15266         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
15267         (eval-defun): Doc fixes.
15269 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
15271         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
15273 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
15275         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
15276         GDB list command without argument for greater generality.
15278 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15280         * subr.el (string-or-null-p): New function.
15282         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
15284         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
15286         * files.el: Update comment about safe-local-variable declarations.
15288 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
15290         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
15291         See idlwave.org.
15293         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
15294         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
15296         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
15297         See idlwave.org.
15299         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
15300         version 6.0 (minimal changes).  See idlwave.org.
15302         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
15303         6.0 (minimal changes).  See idlwave.org.
15305         * progmodes/idlw-rinfo.el: File obsoleted and removed.
15307 2006-04-06  Romain Francoise  <romain@orebokech.com>
15309         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
15310         symmetric encryption features and a new asynchronous interface to
15311         GnuPG.  This new version is version 1.4, plus whitespace changes.
15313 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15315         * files.el: Move some `safe-local-variable' declarations to the
15316         respective files.
15318         * textmodes/ispell.el (ispell-check-comments)
15319         (ispell-local-dictionary): Mark as safe.
15321         * abbrev.el (abbrev-mode): Mark as safe.
15323         * add-log.el (change-log-default-name): Mark as safe.
15325         * textmodes/reftex-vars.el (reftex-vref-is-default)
15326         (reftex-fref-is-default, reftex-level-indent)
15327         (reftex-guess-label-type): Mark as safe.
15329         * textmodes/fill.el (colon-double-space): Mark as safe.
15331         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
15332         (sentence-end-double-space, sentence-end-without-period)
15333         (sentence-end-without-space, sentence-end, sentence-end-base)
15334         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
15336 2006-04-06  Kim F. Storm  <storm@cua.dk>
15338         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
15339         the :set-after list.
15340         (ido-downcase-unc-hosts): New user option.  Default on.
15341         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
15342         when it is set, as regexps are now applied on the fly.
15343         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
15344         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
15345         on the fly, but only when ido-process-ignore-lists is set.
15346         Do case insensitive filtering if ido-downcase-unc-hosts is set.
15347         Only downcase names if ido-downcase-unc-hosts is set.
15349 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
15351         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
15353         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
15355 2006-04-05  Kim F. Storm  <storm@cua.dk>
15357         * ido.el (ido-mode): Set after ido-unc-hosts and
15358         ido-ignore-unc-host-regexps.
15359         (ido-save-history): Save ido-unc-hosts-cache.
15360         (ido-load-history): Load ido-unc-hosts-cache.
15361         (ido-reread-directory): Refresh unc hosts cache in // dir.
15363         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
15364         to nil while displaying slash screen.
15366 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15368         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15369         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15371 2006-04-05  Kenichi Handa  <handa@m17n.org>
15373         * international/characters.el: Setup cases of Latin, Greek, and
15374         Cyrillic characters in CJK charsets.
15376 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15378         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15379         default-enable-multibyte-characters.  This reverts the change from
15380         revision 6.17 which is no longer necessary because the passphrase
15381         is sent separately now.  GnuPG messages are unreadable under
15382         multibyte locales with default-enable-multibyte-characters set to nil.
15384 2006-04-04  Andreas Schwab  <schwab@suse.de>
15386         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
15387         and `byte-compile-warnings' as `safe-local-variable'.
15389 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
15391         * man.el (Man-mode-map): Restore the \r binding.
15392         (Man-abstract-xref-man-page): If Man-target-string is a function,
15393         call it.
15394         (Man-highlight-references): Use Man-default-man-entry to get the
15395         target.  Deal with xrefs too.
15396         (Man-highlight-references0): Don't call the target function.
15398         * woman.el (WoMan-xref-man-page): Strip the section number, woman
15399         cannot deal with it.
15401 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15403         * pgg-gpg.el: Clean up process buffers every time gpg processes
15404         complete.
15406 2006-04-04  Kenichi Handa  <handa@m17n.org>
15408         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
15409         here.
15410         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
15411         Temporarily bind inhibit-field-text-motion to t.
15413 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15415         * startup.el (normal-splash-screen): Only set mode-line-format in the
15416         splash buffer, so as not to interfere when debugging the code.
15417         Ignore errors when switching buffer.
15419 2006-04-03  Romain Francoise  <romain@orebokech.com>
15421         * dired.el (dired-dnd-protocol-alist): Fix typo.
15423 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15425         * savehist.el (savehist): Add :version.
15426         (savehist-ignored-variables): New variable.
15427         (savehist-minibuffer-hook): Don't save variables listed in
15428         `savehist-ignored-variables'.
15430         * dired.el (dired-dnd-protocol-alist): Mention that change does
15431         only apply to new buffers in doc string.
15433 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
15435         * recentf.el (recentf-open-files-item): Include newline in button
15436         field, so opening a file will work, when the point is at the end
15437         of the file name.  Allow, for example, to [i]search a file by
15438         extension and just push RET to open it.
15440 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15442         * pgg-gpg.el (pgg-gpg-process-filter)
15443         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15445         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15446         lines, temporary fix.
15448 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15450         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
15452 2006-04-02  Richard Stallman  <rms@gnu.org>
15454         * progmodes/compile.el (compilation-message-face): Make it defcustom.
15456 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15458         * ibuf-macs.el (define-ibuffer-column): Add a new key:
15459         header-mouse-map.
15461         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
15462         (ibuffer-mode-header-map): New keymaps.
15463         (ibuffer-update-title-and-summary): Enable mouse face highlighting
15464         and keybindings for column headers.
15465         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
15466         property.
15468 2006-04-02  Drew Adams  <drew.adams@oracle.com>
15470         * speedbar.el (speedbar-after-create-hook): Doc fix.
15472 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
15474         * shell.el (shell-directory-tracker)
15475         (shell-dynamic-complete-command): Doc fixes.
15477 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
15479         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
15480         terminals.
15482 2006-04-01  Kim F. Storm  <storm@cua.dk>
15484         * ido.el (ido-unc-hosts-cache): New defvar.
15485         (ido-unc-hosts): If value of defcustom is a function, call it to
15486         get list of UNC hosts.  Add function-item choices to specify
15487         ido-unc-hosts-net-view or user function.
15488         (ido-ignore-unc-host-regexps): New defcustom.
15489         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
15490         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
15491         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
15493 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15495         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
15496         wwidth.
15498 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
15500         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
15501         (ido-max-work-file-list, ido-switch-buffer)
15502         (ido-read-file-name-as-directory-commands):
15503         Fix typos in docstrings.
15505 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15507         * term/mac-win.el (mac-system-coding-system): Define and use after
15508         Mac-specific coding systems are ready.
15510 2006-03-27  Romain Francoise  <romain@orebokech.com>
15512         * net/rcirc.el (rcirc-connect): Add autoload cookie.
15514         * ldefs-boot.el: Update.
15516 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15518         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15519         passphrases when it is not needed.
15520         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15521         passphrase stuff from gpg, should only be necessary when you use
15522         gpg with a smartcard.
15524 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
15526         * comint.el (comint-dynamic-list-completions): Allow user to
15527         select *Completions* buffer.
15529 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
15531         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
15533 2006-03-26  Andreas Schwab  <schwab@suse.de>
15535         * progmodes/gud.el (gdb): Only complain about multiple debugging
15536         when the gdb process is still running.
15538 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
15540         * mail/rmail.el (tool-bar-map): Defvar it.
15541         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
15542         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
15544 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
15546         * help.el (print-help-return-message): Suggest to use
15547         display-buffer instead of switch-to-buffer-other-window to restore
15548         the previous window without selecting it.
15550 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15552         * frame.el (select-frame-by-name): Call x-focus-frame also when
15553         window-system is mac.
15555         * term/mac-win.el: Adjust Courier font specifications in
15556         x-fixed-font-alist.
15557         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
15558         when directly encoding to UTF-16 in native byte order, no BOM.
15560 2006-03-25  Kim F. Storm  <storm@cua.dk>
15562         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
15563         (cua--init-keymaps): Use it instead of fixed C-return.
15564         (cua-mode): Set after it.
15566         * emulation/cua-rect.el (cua--init-rectangles):
15567         Use cua-rectangle-mark-key instead of fixed C-return.
15569 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
15571         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
15572         "run" in .gdbinit.
15573         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
15575 2006-03-24  Romain Francoise  <romain@orebokech.com>
15577         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
15578         `display-buffer-other-frame'.
15580 2006-03-24  Kim F. Storm  <storm@cua.dk>
15582         * apropos.el (apropos-synonyms): Add selection => region.
15584 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
15586         * progmodes/gdb-ui.el (gdb-var-create-regexp)
15587         (gdb-var-list-children-regexp, gdb-var-update-regexp)
15588         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
15589         (gdb-data-list-register-values-regexp)
15590         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
15591         Future proof against new fields being added to MI output.
15592         (gdb-send): Don't treat backslashes for program input as
15593         continuations.
15594         (gdb-assembler-handler): Don't use window-start for this handler.
15595         (gdb-frame-handler): Don't change to hollow arrow if overlay
15596         arrow doesn't move to new frame.
15598 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
15600         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
15601         prevent compiler warnings.
15602         (gdb-stopped): Check for gud-last-last-frame (case: signal).
15603         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
15604         (gdb-assembler-custom): Use hollow-right-triangle for assembler
15605         buffer too.
15607 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
15609         * pgg-gpg.el (pgg-gpg-update-agent): Check for
15610         make-network-process, so we can use the same code in Gnus v5-10
15611         too and have this file fully synchronized with that release.
15613 2006-03-23  Romain Francoise  <romain@orebokech.com>
15615         * ibuf-ext.el (ibuffer-read-filter-group-name):
15616         Use `ibuffer-generate-filter-groups' to make completion list match
15617         the filter groups that are really displayed in the Ibuffer buffer.
15618         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
15620 2006-03-23  Kenichi Handa  <handa@m17n.org>
15622         * international/mule-cmds.el (sort-coding-systems): Describe that
15623         the argument is modified in docstring.
15625 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15627         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15628         (pgg-gpg-update-agent): New function.
15629         (pgg-gpg-use-agent-p): New function.
15630         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15631         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15632         (pgg-gpg-sign-region): Use it.
15634 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
15636         * cus-edit.el (custom-face-set): Call custom-push-theme before
15637         face-spec set so that `changed' theme is correctly saved.
15638         (custom-face-reset-standard): Reset to recalculated face rather
15639         than defface spec.
15641         * custom.el (custom-push-theme): Only save `changed' theme if the
15642         current face does not match the defface specs.
15644 2006-03-21  Simon Josefsson  <jas@extundo.com>
15646         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15647         <wilde@sha-bang.de>.
15648         (pgg-gpg-use-agent): New variable.
15649         (pgg-gpg-process-region): Use it.
15650         (pgg-gpg-encrypt-region): Likewise.
15651         (pgg-gpg-encrypt-symmetric-region): Likewise.
15652         (pgg-gpg-decrypt-region): Likewise.
15653         (pgg-gpg-sign-region): Likewise.
15654         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15656 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
15658         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15659         bracket links.
15661 2006-03-21  Kim F. Storm  <storm@cua.dk>
15663         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15664         fringe-indicator-alist instead of modifying global value.
15665         (gdb-frame-handler): Likewise.
15667 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
15669         * diff-mode.el (diff-function): Make it inherit from diff-header
15670         instead of diff-context.
15672         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15673         bitmap.
15674         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15675         change names in macro above for consistency.
15676         (gdb-frame-handler): Use hollow-right-triangle for all selected
15677         frames which except the innermost (where execution has stopped).
15678         (gdb-reset): Reset buffer-local values of overlay-arrow.
15680 2006-03-20  Richard Stallman  <rms@gnu.org>
15682         * simple.el (set-mark-command): Doc fix.
15684         * files.el (display-buffer-other-frame): New command.
15685         (ctl-x-4-map): Bind C-x 5 C-o to it.
15687 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15689         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15690         rather than just defer-time, in case defer-time has been changed but
15691         the timer isn't running yet.
15692         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15694 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
15696         * help-mode.el (help-follow-symbol): New function.
15697         Essentially identical to the old `help-follow', but do not let
15698         `push-button' do the work when on an xref.
15699         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15701 2006-03-19  Richard Stallman  <rms@gnu.org>
15703         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15704         preceded by the word `program'.
15705         (help-follow-mouse, help-follow): Throw error if not on xref.
15706         Delete no longer used args.
15708 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
15710         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15711         annotation ensure gud-overlay-arrow-position is redisplayed.
15713 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15715         * textmodes/bibtex.el (bibtex-include-OPTkey)
15716         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15717         (bibtex-autokey-name-case-convert)
15718         (bibtex-autokey-titleword-case-convert): Make these the aliases
15719         for the following two variables.
15720         (bibtex-autokey-name-case-convert-function)
15721         (bibtex-autokey-titleword-case-convert-function): Make these the
15722         real names.
15723         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15724         bibtex-font-lock-crossref sublists.
15725         (bibtex-mode): Revert 2005-12-30 change (which made
15726         completion-ignore-case buffer-local).
15727         (bibtex-url): Simplify.
15729 2006-03-19  Kim F. Storm  <storm@cua.dk>
15731         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15732         cursor property value to 2 (to align with C level change).
15734 2006-03-19  Bill Wohler  <wohler@newt.com>
15736         * image.el (image-load-path-for-library): Shorten first line in
15737         docstring.
15739 2006-03-18  Richard Stallman  <rms@gnu.org>
15741         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15743 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
15745         * isearch.el (isearch-other-meta-char): Handle user bindings for
15746         shifted control characters.
15748 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
15750         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15751         part that matches email addresses, file names, etc.
15753 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
15755         * term/w32-win.el (mouse-set-font):
15756         Mention w32-list-proportional-fonts in the doc string.
15758 2006-03-18  Kim F. Storm  <storm@cua.dk>
15760         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15761         (ido-unc-hosts): New user option to explicitly define list of know
15762         UNC-style hosts for completion.
15763         (ido-cache-unc-host-shares-time): New user option.
15764         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15765         New helper functions for UNC file-name support.
15766         (ido-may-cache-directory): Check for UNC host.  Simplify.
15767         (ido-wash-history): Clean out old UNC hosts.
15768         (ido-nonreadable-directory-p): UNC hosts are always readable.
15769         (ido-directory-too-big-p): UNC hosts are never too big.
15770         (ido-set-current-directory): Handle UNC root path.
15771         (ido-file-name-all-completions): Complete UNC host names from
15772         ido-unc-hosts list.  Cache UNC host shares.
15773         (ido-make-file-list-1): Don't filter UNC root.
15774         (ido-exhibit): Check for // in root directory, and switch to UNC
15775         mode by setting ido-current-directory to //.
15777 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
15779         * cus-edit.el (customize-changed-options): Mention explicit
15780         version number as default in prompt.
15782 2006-03-17  Bill Wohler  <wohler@newt.com>
15784         * image.el (image-load-path-for-library): Minor docstring fix.
15786 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
15788         * textmodes/org.el (org-read-date): Include subgroup 5 into
15789         replacement text.
15790         (org-popup-calendar-for-date-prompt): Fix customization type.
15792 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
15794         * progmodes/gdb-ui.el (gud-watch): Provide completion.
15795         (gdb-continuation): New variable.
15796         (gdb-send): Deal with continuation lines.
15798         * progmodes/gud.el (gud-gdb-complete-command)
15799         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15800         expressions.
15801         (gud-tooltip-mode): Use buffer-local value.
15803 2006-03-16  Kim F. Storm  <storm@cua.dk>
15805         * ido.el (ido-edit-input): Use selected match, if any.
15807 2006-03-16  Bill Wohler  <wohler@newt.com>
15809         * image.el (image-load-path-for-library): Prefer user's images in
15810         image-load-path.
15812 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
15814         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15815         when checking for attempt to drag leftmost or rightmost scrollbar.
15817 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
15819         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15820         (gdb-force-mode-line-update): New function.
15821         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15822         (gdb-exited): Use them.
15823         (gdb-signal): New function.
15824         (gdb-annotation-rules): Provide a rule for it.
15826 2006-03-16  Kenichi Handa  <handa@m17n.org>
15828         * international/mule.el (auto-coding-regexp-alist): Add entries
15829         for Unicode BOM.
15831         * sort.el (sort-build-lists): Temporarily bind
15832         inhibit-field-text-motion to t.
15834 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
15836         * locate.el (locate-command, locate-make-command-line)
15837         (locate-fcodes-file, locate-update-command)
15838         (locate-prompt-for-command, locate, locate-with-filter)
15839         (locate-get-file-positions): Doc fixes.
15840         (locate-buffer-name, locate-header-face): Remove leading `*' in
15841         defcustom.
15842         (locate-filter-output): Use `keep-lines' instead of its alias
15843         `delete-non-matching-lines'.
15844         (locate-get-filename, locate-get-dirname): Add introductory comment.
15845         (locate-find-directory-other-window): Give appropriate error
15846         message if used outside main listing.
15848 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15850         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15851         the new extend-region feature.
15852         (font-lock-after-change-function): Update correspondingly.
15853         * jit-lock.el (jit-lock-after-change): Update correspondingly.
15854         * progmodes/grep.el (font-lock-lines-before): Don't disable.
15856 2006-03-15  Bill Wohler  <wohler@newt.com>
15858         * image.el (image-load-path-for-library): Fix example by not
15859         recommending that one binds image-load-path.  Just defvar it to
15860         placate compiler and only use it if previously defined.
15862 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
15864         * textmodes/org.el (org-insert-centered): Use `string-width' to
15865         make underlining work for wide characters.
15866         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15867         TAB to `org-cycle', to make sure that no binding in
15868         `outline-mode-map' can supercede it.
15870 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
15872         * allout.el: Increment version to 2.2.1 in file commentary.
15874         (allout-version): Increment to 2.2.1.
15876         (allout-default-layout): New customization variable, used when the
15877         file lacks a specific allout-layout.  Uses allout-layout-type for
15878         recursively nested definition.
15880         (allout-layout-type): Widget defining allout layouts, necessary for
15881         self-recursive definition.
15883         (allout-mode): Incorporate allout-default-layout as fallback for
15884         allout-layout.
15886         (allout-layout): Mark as 'safe-local-variable', and refer mention
15887         fallback to `allout-default-layout' in absence of a specified value.
15888         (allout-passphrase-verifier-string)
15889         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15891         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15893         (allout-get-encryption-passphrase-verifier): Use correct name of
15894         passphrase verifier in docstring.
15896 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
15898         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15899         elements.
15900         (gdb-find-watch-expression): Make it work for arrays too.
15901         Follow change to gdb-var-list.
15902         (gud-watch): Allow the user to enter variable name with a prexix
15903         arg.  Create keybindings.
15904         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15905         (gdb-var-list-children-handler, gdb-var-update-handler)
15906         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15907         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15908         Follow change to gdb-var-list.
15909         (gdb-starting): Don't show the overlay arrows when program is running.
15911         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15912         gdb-var-list.
15914 2006-03-14  Bill Wohler  <wohler@newt.com>
15916         * image.el (image-load-path-for-library): Pass value of path
15917         rather than symbol.  Always return list of directories.
15918         Guarantee that image directory comes first.
15920 2006-03-14  Alan Mackenzie  <acm@muc.de>
15922         * font-core.el (font-lock-extend-region\(-function\)?.):
15923         New function/variable.
15925         * font-lock.el (font-lock-after-change-function):
15926         Call font-lock-extend-region.  Obey font-lock-lines-before.
15927         (font-lock-default-fontify-region): Remove reference to
15928         font-lock-lines-before.
15930         * jit-lock.el (jit-lock-after-change):
15931         Call font-lock-extend-region.  Obey font-lock-lines-before.
15933 2006-03-14  David Ponce  <david@dponce.com>
15935         * tree-widget.el (tree-widget-themes-load-path)
15936         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15938 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
15940         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15941         (rcirc-print): Mark the start of text at the end of the prompt.
15942         (rcirc-track-minor-mode): Add autoload cookie.
15943         (rcirc-update-activity-string): Add space to front of mode-line
15944         indicator.
15946 2006-03-13  Miles Bader  <miles@gnu.org>
15948         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15949         (rcirc-abbrev-nick): Remove function.
15950         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15952 2006-03-13  David Ponce  <david@dponce.com>
15954         * tree-widget.el: Handle themes across all occurrences of the main
15955         themes sub-directory found in tree-widget-themes-load-path.
15956         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15957         (tree-widget--locate-sub-directory): Return all occurrences.
15958         (tree-widget-themes-path): New function.
15959         Replace tree-widget-themes-directory, and return a list of directories.
15960         (tree-widget-set-parent-theme)
15961         (tree-widget-lookup-image): Use it.
15963 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
15965         * textmodes/org.el (org-link-search): Avoid self-matching of
15966         links, allow target text to be distributed over several lines.
15967         (org-search-not-link): New function.
15968         (org-set-regexps-and-options, org-get-current-options):
15969         New startup options.
15970         (org-export-as-html): Take odd-level setting from local variable.
15971         (org-fontify-emphasized-text): New option.
15972         (org-set-font-lock-defaults): Include emphasized text.
15973         (org-follow-mhe-link): Allow folder-only links, fix folder name.
15974         (org-font-lock): Customize group renamed from `org-faces'.
15976 2006-03-13  John Paul Wallington  <jpw@pobox.com>
15978         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15979         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
15981 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
15983         * cus-start.el (all): Delete :version keyword for members of the
15984         fringe group, since the entire group is new in 22.1.
15986 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
15988         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15989         map if value is hexadecimal (an address).
15990         (gud-watch): Only search roots for existing watch expressions.
15991         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15992         prevent caching problems with speedbar-update-directory-contents.
15994 2006-03-12  Juri Linkov  <juri@jurta.org>
15996         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15997         before comparing with `low' and `warn'.
15999         * info.el (Info-dir-remove-duplicates): Move point to the
16000         beginning of the current line after deleting the entries from
16001         redundant heading.  Use marker for `limit' and compare it with
16002         point before calling `re-search-forward'.
16004 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
16006         * simple.el (yank): Fix typo in docstring.
16008 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
16010         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
16011         messages, where "D" is the 6th character.
16013 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
16015         * simple.el (yank): Fix last change.
16017 2006-03-11  David Ponce  <david@dponce.com>
16019         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
16020         before merging elements from the standard ispell-dictionary-alist.
16021         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
16022         alist, and return the new alist.
16024 2006-03-11  Richard Stallman  <rms@gnu.org>
16026         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
16028         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
16029         the way it is implemented is too unclean.
16031         * simple.el (kill-region, yank): Doc fix.
16033         * battery.el (battery-echo-area-format): Doc fix.
16034         (battery-mode-line-format): Likewise.
16035         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
16036         (battery-linux-proc-acpi): Ignore batteries that say "charged".
16038 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
16040         * progmodes/octave-mod.el (octave-indent-for-comment):
16041         Behave according to do string.
16043 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
16045         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
16046         Be visible only if major mode is Mail Mode.
16048         * textmodes/flyspell.el (flyspell-external-point-words)
16049         (flyspell-process-localwords): Fix last changes.
16051 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
16053         * calendar/holidays.el (list-holidays): Doc fix.
16055         * international/mule.el (auto-coding-alist): Add .odt
16056         (OpenOffice's open document) files.
16058         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
16059         document) files.  Mention in the doc string the need to sync with
16060         auto-coding-alist.
16062 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
16064         * files.el (hack-local-variables-confirm): Don't prompt for ! if
16065         enable-local-variables is set to always query, or there is no
16066         savable variable.
16068 2006-03-10  Bill Wohler  <wohler@newt.com>
16070         * image.el (image-load-path-for-library): Merge at least three
16071         functions from Gnus and MH-E into this one function that can now
16072         be shared.
16074 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
16076         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
16077         gdb-remove-mouse-face and remove help-echo too.
16078         (gdb-enqueue-input): Correct conditional clause.
16080 2006-03-10  Glenn Morris  <rgm@gnu.org>
16082         * calendar/calendar.el (calendar-holidays): Doc fix.
16083         * calendar/holidays.el (list-holidays): Doc fix.
16085 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
16087         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
16088         it gets called in gdb-prompt anyway.
16089         (gdb-use-separate-io-buffer): Only restore window arrangement for
16090         gdb-many-windows.
16091         (gdb-enqueue-input): Make it harder to send GDB input when program
16092         is running.
16093         (gdb-buffer-list): New variable.
16094         (gdb-remove-mouse-face): New function.
16095         (gdb-starting): Use it when GDB input won't get sent.
16097 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
16099         * help.el (view-lossage): Remove trailing whitespace before
16100         inserting "\n".
16102 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
16104         * files.el (hack-local-variables-confirm):
16105         Set coding-system-for-read to nil before writing to .emacs.
16107         * arc-mode.el (archive-extract): Check if an existing buffer name
16108         comes from a different archive.
16110         * help.el (describe-key-briefly): If KEY is a down event, read and
16111         discard the up event.
16113 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
16115         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
16116         be edited and use font-lock-warning-face for any changes.
16118         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
16119         (gdb-edit-value): Use it to report any errors.
16121 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
16123         * help.el (describe-key): Remove leftover test code.
16125 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
16127         * textmodes/org.el: Move defvars out of eval-when-compile.
16128         Use buffer-file-name variable.
16129         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
16130         arg `file'.
16131         (org-level-faces): Remove startup dependency.
16132         (org-cycle, org-map-tree, org-scan-tags)
16133         (org-remember-handler): Don't call `outline-level' directly.
16134         (org-mhe-search-all-folders): New option.
16135         (org-mhe-get-message-folder-from-index)
16136         (org-mhe-get-message-folder): Fix indexing search.
16137         (org-format-agenda-item): Handle nil TAGS argument.
16138         (org-cleaned-string-for-export, org-activate-target-links)
16139         (org-make-target-link-regexp): Deal with empty radio target list.
16140         (org-tag): New face.
16141         (org-get-level-face): New function.
16142         (org-set-font-lock-defaults): Simplify setup for headlines.
16143         (org-complete): Pass common substring to `display-completion-list'.
16145 2006-03-06  David Ponce  <david@dponce.com>
16147         * tree-widget.el: Update Commentary header.
16148         (tree-widget-theme-name): Ignore parent themes.
16149         (tree-widget-set-parent-theme): New function.
16150         (tree-widget-set-theme): Use it.
16151         (tree-widget-set-image-properties): Move definition.  Does nothing
16152         if image properties have already been set.
16153         (tree-widget-image-properties): Move definition.  Receive an image
16154         name.  Set the :pointer property.
16155         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
16156         Don't set the :pointer image property.
16157         (tree-widget-convert-widget): New function.  Handle :dynargs
16158         compatibility here.
16159         (tree-widget): Use it to :convert-widget.  Add the :expander-p
16160         predicate to control when the :expander function is entered.
16161         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
16162         (tree-widget-value-create): Handle :expander-p.  widget-apply
16163         :expander.
16164         (tree-widget-expander-p): New function.  Default value of the
16165         :expander-p property.
16167 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
16169         * help.el (describe-key): Properly handle the return value of
16170         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
16171         remaps.  Handle string and vector `follow-link' values.
16173 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16175         * complete.el (PC-expand-many-files): Try be more careful when parsing
16176         the shell's output.
16178 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16180         * outline.el (hide-sublevels): Provide better interactive default.
16182 2006-03-06  Kenichi Handa  <handa@m17n.org>
16184         * international/fontset.el (create-fontset-from-fontset-spec):
16185         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
16187 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16189         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
16190         backslashes instead of one in regexp.
16191         (gud-tooltip-dereference): Add missing optional argument.
16193 2006-03-04  John Paul Wallington  <jpw@pobox.com>
16195         * wdired.el (toplevel): Require `cl' at compile-time.
16197 2006-03-04  Andreas Schwab  <schwab@suse.de>
16199         * server.el (server-process-filter): Handle errors during
16200         evaluation of the argument.
16202 2006-03-03  John Paul Wallington  <jpw@pobox.com>
16204         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
16205         escape parentheses at beginning of line.
16206         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
16207         (t-mouse-mode): Remove period from end of error message.
16209 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
16211         * textmodes/flyspell.el (flyspell-process-localwords):
16212         Be case-sensitive.
16214 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
16216         * cus-edit.el (custom-quote): Remove function, since it has been
16217         moved to custom.el.
16219         * font-lock.el (lisp-font-lock-keywords-2)
16220         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
16221         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
16222         they have no special meaning.
16224         * midnight.el (clean-buffer-list): Handle case where base-buffer of
16225         indirect buffer gets killed before indirect buffer.  Use dolist.
16227 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
16229         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
16230         value instead of a literal constant (1) on more pauses.
16232 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
16234         * textmodes/flyspell.el (flyspell-external-point-words):
16235         Be case-sensitive.
16237 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
16239         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
16240         with "www".
16242 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
16244         * allout.el: Restablish intermediate missing comment header to
16245         preserve outline structure.
16246         (allout-beginning-of-current-entry): Skip invisible text.
16247         (allout-open-topic): Fix opening a topic at end-of-buffer.
16248         (allout-minor-mode): Move nearer to allout-mode function.
16250 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
16252         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
16254 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
16256         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
16257         is nil.
16259         * progmodes/gud.el (gud-speedbar-menu-items):
16260         Use buffer-local-value and add missing :visible keyword.
16262         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
16264 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
16266         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
16267         must be `follow-link'.
16269         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
16271         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
16272         formatting: No nested anchors.
16273         (org-all-targets): Fix bug with XEmacs compatibility.
16274         (org-read-date): Add (require 'parse-time).
16275         (org-set-tags): Fix bug with extra inserted space.
16276         (org-export-html-style): Define a style class for targets.
16277         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
16278         (org-hide-leading-stars): New option.
16279         (org-hide): New face.
16280         (org-set-font-lock-defaults): Allow to hide leading stars.
16281         (org-get-legal-level, org-tr-level): New functions.
16282         (org-odd-levels-only): New option.
16283         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
16284         (org-demote, org-promote): Deal with double-star levels.
16285         (org-convert-to-odd-levels): New command.
16287 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
16289         * speedbar.el (speedbar-update-localized-contents): Try to
16290         preserve window-start.
16291         (speedbar-update-directory-contents): Try to preserve window-start
16292         and window-point.
16293         (speedbar-update-special-contents): Don't move back to start of window.
16295         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
16296         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
16297         speedbar-timer-fn.
16298         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
16299         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
16300         instead of gdb-speedbar-timer-fn.
16302 2006-02-28  Jay Belanger  <belanger@truman.edu>
16304         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
16305         (math-compose-expr): Use latex option when calling
16306         `math-compose-tex-matrix' for latex mode.
16308 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
16310         * speedbar.el: Re-instate comments about developing for speedbar
16311         [this is what info and gdb-ui use even if better methods exist now].
16313         * t-mouse.el: New file.
16314         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
16315         (t-mouse-lispy-buffer-posn-from-coords): Remove.
16316         (t-mouse-make-event-element): Use posn-at-x-y instead.
16317         (t-mouse-make-event): Deal with Fedora Core 3.
16318         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
16319         (t-mouse-mouse-position-function): New function.  Use it instead
16320         of advising mouse-position.
16321         (t-mouse-mode): New minor mode.
16322         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
16324 2006-02-27  Glenn Morris  <rgm@gnu.org>
16326         * calendar/calendar.el (calendar-holidays): Doc fix.
16328 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
16330         * progmodes/gdb-ui.el (gdb-source-window): New variable.
16331         Re-introduce the concept of a source window.
16332         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
16333         consistency with get-buffer-create.
16334         (def-gdb-auto-update-handler, gdb-info-locals-handler)
16335         (gdb-data-list-register-values-handler)
16336         (gdb-stack-list-locals-handler): Try to preserve window-start as
16337         well as window-point.
16338         (gdb-display-source-buffer): New function (old concept).
16339         (gdb-goto-breakpoint): Use it.
16341         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
16342         for gdb-ui/gdb-mi (old concept).
16344 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
16346         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
16347         binding.
16349         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
16351         * textmodes/reftex-sel.el (reftex-select-label-map)
16352         (reftex-select-bib-map): Add `follow-mouse' binding.
16354 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
16356         * jka-cmpr-hook.el (jka-compr-compression-info-list)
16357         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
16358         Give :set functions to provide automatic updating.
16359         Update docstring.  Give compiler defvars early in the file
16360         and move the defcustoms to a later spot where all called functions
16361         are defined.
16362         (jka-compr-file-name-handler-entry): Doc fix.
16363         (jka-compr-compression-info-list--internal)
16364         (jka-compr-mode-alist-additions--internal)
16365         (jka-compr-load-suffixes--internal): New variables.
16366         (jka-compr-install): Set the three above variables.
16367         Update `load-file-rep-suffixes' instead of `load-suffixes'.
16368         (jka-compr-update, jka-compr-set): New functions.
16369         (auto-compression-mode): Doc fix.
16371         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
16372         Update `load-file-rep-suffixes' instead of `load-suffixes'.
16373         Use jka-compr-compression-info-list--internal,
16374         jka-compr-mode-alist-additions--internal and
16375         jka-compr-load-suffixes--internal.
16377         * files.el (load-library):
16378         * loadhist.el (file-loadhist-lookup):
16379         * startup.el (command-line):
16380         * subr.el (locate-library):
16381         * emacs-lisp/autoload.el (update-directory-autoloads):
16382         * emacs-lisp/find-func.el (find-library-suffixes):
16383         Use `get-load-suffixes' instead of `load-suffixes'.
16385         * subr.el (locate-library):
16386         * emacs-lisp/find-func.el (find-library-name):
16387         Use `load-file-rep-suffixes' instead of '("").
16389 2006-02-26  Kim F. Storm  <storm@cua.dk>
16391         * ido.el (ido-save-history, ido-load-history): Simplify.
16392         Don't use find-file-noselect to avoid interference from other modes.
16394 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
16396         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
16397         to use the default shell if filename is not available.
16398         Reported by Giorgos Keramidas.
16400 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
16402         * progmodes/etags.el (tags-completion-table): Do completion from
16403         all the tables in the current list, as documented in the manual.
16405 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16407         * CC Mode Update to 5.31.3.
16409 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16411         * progmodes/cc-mode.el (c-postprocess-file-styles):
16412         Bind inhibit-read-only to t, around the call to
16413         c-remove-any-local-eval-or-mode-variables, so that it works on a
16414         RO file.
16416 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16418         * progmodes/cc-awk.el: Correct a typo.
16420 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16422         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
16423         c-hungry-delete-backwards, at the request of RMS.  Leave the old
16424         name as an alias.
16426 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16428         * progmodes/cc-mode.el: Correct a typo.
16430 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16432         * progmodes/cc-defs.el: Update the version number to 5.31.3.
16434 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16436         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
16437         brace-else-brace (error due to mbeg, mend being undefined).
16439 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16441         * progmodes/cc-mode.el: File Local variables: Solve the problem
16442         where both `mode' and c-file-offsets are specified: `mode' will
16443         overwrite c-f-o's settings:
16444         (c-remove-any-local-eval-or-mode-variables): New function.
16445         (c-postprocess-file-styles): Call the above new function, within
16446         c-tentative-buffer-change, to splat `mode' and `eval' before the
16447         second hack-local-variables.
16449 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16451         * progmodes/cc-mode.el:
16452         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
16453         (c-after-change): Protect the match data with save-match-data.
16454         It was getting corrupted by c-after-change-check-<>-operators.
16456         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
16457         (top level): Check for a buggy font-lock-compile-keywords ONLY in
16458         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
16460         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
16461         with save-match-data.  It was being corrupted when Font Lock was
16462         not enabled.
16464 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16466         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
16467         Mode and Subword Mode.
16469         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
16470         real labels ("case 1:" or "foo:") from non-labels ("public:").
16471         (c-forward-objc-directive): Replace c-forward-token-2 with crude
16472         coding; c-f-t-2 doesn't move over a token at EOB.
16474         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
16476         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
16477         (c-update-modeline): Concatenate the minor mode indicators
16478         directly onto mode-name, removing c-submode-indicators.
16479         Sometimes, c-s-i got separated from the mode name on the mode line.
16481         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
16482         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
16484 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16486         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
16487         error message when there's an evaluation error to show whether
16488         it's loaded from source or not.
16489         (c-filter-ops): Make it available at runtime too to work when
16490         `c-make-init-lang-vars-fun' needs to evaluate from source.
16492 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
16494         * help.el (help): Revert last part of 2006-02-23 change (deletion
16495         of the `provide' call).
16497 2006-02-23  Juri Linkov  <juri@jurta.org>
16499         * compare-w.el (compare-windows-highlight): Add new value
16500         `persistent' and change :type from `boolean' to `choice'.
16501         (compare-windows-overlays1, compare-windows-overlays2):
16502         New internal variables.
16503         (compare-windows-highlight): If compare-windows-highlight is
16504         `persistent', add current overlays to compare-windows-overlays[12]
16505         instead of adding compare-windows-dehighlight to pre-command-hook.
16506         (compare-windows-dehighlight): Delete all overlays from
16507         compare-windows-overlays[12].
16509         * info.el (Info-search): Don't bind search-spaces-regexp to
16510         Info-search-whitespace-regexp in non-regexp isearch mode.
16512 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16514         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
16516 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
16518         * textmodes/org.el (org-xemacs-p)
16519         (org-export-html-show-new-buffer, org-table-may-need-update)
16520         (org-insert-item, org-mhe-get-message-real-folder)
16521         (org-mhe-get-message-folder-from-index)
16522         (org-mhe-get-message-folder, org-mhe-get-message-num)
16523         (org-mhe-get-header, org-make-org-heading-search-string)
16524         (org-make-org-heading-camel, org-table-sort-lines)
16525         (org-format-org-table-html, org-format-table-table-html):
16526         Fix typos in docstrings.
16528 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
16530         * textmodes/org.el (org-cleaned-string-for-export)
16531         (org-solidify-link-text): New function.
16532         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
16533         XEmacs, just to silence the compiler.
16534         (org-export-as-ascii, org-export-as-html-and-open):
16535         Use `org-cleaned-string-for-export' and create internal links.
16536         (org-follow-mhe-link): Require mh-e, use folder.
16538 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
16540         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
16542         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
16543         gdb-debug-log-length.
16544         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
16545         it a real ring but...
16546         (gud-gdba-marker-filter): ...make it work like mark-ring.
16547         (gdb-enable-debug): Rename from gdb-enable-debug-log.
16548         (gdb-mouse-jump): New function.  Add bindings.
16550 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
16552         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
16553         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
16554         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
16555         (gdb-debug-log-length): Customize it's length.
16556         (gud-watch, gdb-var-create-handler): Display function::var format
16557         but don't use to create variable object.
16558         (gdb-var-create-handler): Use message-box in place of message.
16559         (gdb-stopped): Call gdb-exited if signalled.
16561 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
16563         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
16565         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
16567         * textmodes/reftex.el (reftex-locate-file): Search all extensions
16568         if `reftex-try-all-extensions' is set.
16570         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
16571         fail silently when there is no valid argument at point.
16572         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
16573         `fail-silently' argument.  From a patch by David Reiter.
16575         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
16576         New commands.
16577         (org-mark-ring): New variable.
16578         (org-mark-ring-length): New option.
16579         (org-open-at-point, org-goto, org-open-file): Push old position
16580         onto the mark ring.
16581         (org-add-hook): New function.
16582         (org-export-table-remove-special-lines): New option.
16583         (org-skip-comments, org-format-org-table-html): Respect new
16584         option `org-export-table-remove-special-lines'.
16585         (org-open-file): Allow special command configuration for
16586         directory link.
16587         (org-file-apps): Fix bugs in customize type, added setting
16588         for directories.
16589         (org-activate-tags, org-format-agenda-item, org-complete)
16590         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
16591         (org-get-tags, org-get-buffer-tags, org-open-at-point)
16592         (org-link-search, org-make-org-heading-search-string)
16593         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
16594         (org-radio-targets, org-file-link-context-use-camel-case)
16595         (org-activate-camels): New options.
16596         (org-update-radio-target-regexp, org-all-targets)
16597         (org-make-target-link-regexp, org-activate-target-links):
16598         New functions.
16599         (org-make-org-heading-search-string): New function.
16600         (org-store-link, org-insert-link): Use new option
16601         `org-file-link-context-use-camel-case'.
16602         (org-activate-camels): Use new option `org-activate-camels'.
16603         (org-link-regexp): Add mhe prefix.
16604         (org-open-at-point, org-store-link): Support for mhe links.
16605         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
16606         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
16607         (org-mhe-get-header, org-follow-mhe-link): New functions.
16608         (org-remove-angle-brackets, org-add-angle-brackets):
16609         New functions.
16610         (org-bracket-link-regexp): New constant.
16611         (org-read-date): Fix bug that was rejecting all typed dates.
16612         (org-link-search): Make hierarchy above visible after a match.
16613         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
16614         (org-store-link): Fix bug with link creation when cursor is in
16615         an empty line.
16616         (org-open-at-point): Fix bug with matching a link.
16617         Fixed buggy argument sequence in call to `org-view-tags'.
16618         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16619         (org-prefix-has-tag): New variable.
16620         (org-format-agenda-item): Remove tags from headline
16621         if appropriate.
16622         (org-agenda-remove-tags-when-in-prefix): New option.
16624 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
16626         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
16627         Fix the regular expressions.
16629 2006-02-21  Richard M. Stallman  <rms@gnu.org>
16631         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16632         if there's no other specific basis.
16634         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16635         as variables at all.
16636         (unsafep-variable): Rename arg; doc fix.
16638         * abbrevlist.el (list-one-abbrev-table): Add autoload.
16640         * calendar/appt.el (diary-selective-display): Add defvar.
16642         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16644         * isearch.el (search-whitespace-regexp): Fix custom type.
16646         * help.el (describe-key-briefly): Compute interactive args
16647         in same was as before previous change.
16649         * files.el (enable-local-variables): Doc fix.
16651 2006-02-21  Kim F. Storm  <storm@cua.dk>
16653         * fringe.el: Cleanup as file is now pre-loaded.
16654         (fringe-bitmaps): Initialize unconditionally.
16655         (fringe-mode, set-fringe-style): Remove autoload cookies.
16657 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
16659         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16660         `horizontal-bar'.
16661         (fringe-cursor-alist): Use `horizontal-bar'.
16663 2006-02-20  Kim F. Storm  <storm@cua.dk>
16665         * fringe.el (fringe-bitmaps): Update to new bitmap names.
16666         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16668         * loadup.el: Load "fringe" on window systems.
16670 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
16672         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16673         out of scope components.
16675         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16676         default.
16678 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
16680         * custom.el (customize-mark-to-save, customize-mark-as-set):
16681         Load the symbol first.
16683 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
16685         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16686         strech spec so it doesn't display as "^J" on the header line
16687         when `Buffer-menu-use-header-line' is t.
16689 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
16691         * speedbar.el (speedbar-make-button): Keep text properties
16692         of string arguments if desired.
16694         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16695         expessions.
16697         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16698         of speedbar.
16700 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
16702         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16703         to value of `read-file-name-completion-ignore-case'.
16705 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
16707         * custom.el (customize-mark-as-set): Push to `user' theme.
16709         * cus-edit.el (custom-save-variables): Allow unthemed values.
16710         (customize-set-variable): Push setting to `user' theme.
16712 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
16714         * progmodes/gud.el: Don't require font-lock as it's now
16715         automatically loaded.
16716         (gud-speedbar-buttons): Replace gdb-var-changed with
16717         gdb-force-update.
16719         * progmodes/gdb-ui.el (gdb-force-update): Rename from
16720         gdb-var-changed.
16721         (gdb-post-prompt): Use it.
16722         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16723         (gdb-var-update-handler, gdb-var-delete)
16724         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16725         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16726         gdb-force-update in gdb-post-prompt.
16727         (gdb-reset): Clear watch expressions from speedbar when quitting.
16729 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16731         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16732         (viper-change-state-to-vi, viper-change-state-to-emacs):
16733         Make aware of cursor coloring in the Emacs state.
16734         (viper-special-read-and-insert-char): Use read-char-exclusive.
16735         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16737         * emulation/viper-init.el (viper-emacs-state-cursor-color):
16738         New variable.
16740         * emulation/viper-util.el (viper-save-cursor-color)
16741         (viper-get-saved-cursor-color-in-replace-mode)
16742         (viper-get-saved-cursor-color-in-insert-mode)
16743         (viper-restore-cursor-color): Make aware of the cursor color
16744         in Emacs state.
16745         (viper-get-saved-cursor-color-in-emacs-mode): New function.
16747         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16748         (ediff-ignore-case-option3, ediff-actual-diff-options)
16749         (ediff-actual-diff3-options): New variables to control case sensitivity.
16750         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16751         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16752         (ediff-toggle-ignore-case): New function.
16753         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16755         * ediff-help.el (ediff-long-help-message-narrow2)
16756         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16757         (ediff-long-help-message-word-mode): Add ignore-case command.
16758         (ediff-help-for-quick-help): Add ignore-case command.
16760         * ediff-merg.el: Move provide to the end.
16762         * ediff-ptch.el: Move provide to the end.
16764         * ediff-wind.el: Move provide to the end.
16766         * ediff-mult.el: Move provide to the end.
16767         (ediff-set-meta-overlay): Enable follow-link.
16769         * ediff.el: Move provide to the end.
16770         Break recursive load cycle in eval-when-compile.
16771         (ediff-patch-buffer): Better heuristics.
16773         * ediff-util.el: Move provide to the end.
16774         Break recursive load cycle in eval-when-compile.
16775         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
16776         defuns.
16777         (ediff-submit-report): Pass the values of ediff-diff3-program,
16778         ediff-diff3-options.
16780 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
16782         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16783         the opening bracket of the following bracketing pairs: {}, [], (), <>,
16784         `' (for example, in the docstring of `windmove-default-keybindings').
16786 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
16788         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16789         shadow face.  Don't provide binding to edit variable when it is
16790         out of scope.
16792         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16793         (gdb-var-update-handler): Detect out of scope variables with pre
16794         GDB 6.4 too.
16795         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16796         Reset status of variable objects to nil in update handlers.
16797         (gdb-var-update-handler-1): Detect when a variable object comes
16798         in scope.  setcar on var changes gdb-var-list directly.
16800 2006-02-17  Juri Linkov  <juri@jurta.org>
16802         * ffap.el (ffap) <defface>: Add explicit face declaration.
16803         (ffap-highlight): Use face `ffap' directly instead of checking
16804         for its existence.
16806         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16807         `visible-ok' of `other-buffer' to find the right original buffer.
16809         * info.el (Info-search): Skip `Local Variables' node.
16811 2006-02-17  Juri Linkov  <juri@jurta.org>
16813         * info.el (Info-find-file): Check for symbols `apropos', `history',
16814         `toc' in the input filename, and return these symbols as is.
16815         (Info-find-node-2): Set Info-current-file to symbols `apropos',
16816         `history', `toc' instead of strings.
16817         (Info-set-mode-line): For non-string Info-current-file use the
16818         symbol's name inside **.
16819         (Info-isearch-push-state): Add quote before Info-current-file and
16820         Info-current-node.
16821         (Info-isearch-pop-state): Use `equal' instead of `string='.
16822         (Info-extract-pointer, Info-following-node-name): Use
16823         `match-string-no-properties' instead of `match-string'.
16824         (Info-up): Check `old-file' for `stringp'.
16825         (Info-history): Use `equal' instead of `string-equal'.
16826         Check `file' for `stringp'.
16827         (Info-history): Use symbol `history' instead of string as first arg
16828         of `Info-find-node'.
16829         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
16830         `toc' instead of string.
16831         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16832         instead of `buffer-substring', and `match-string-no-properties'
16833         instead of `match-string'.
16834         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16835         instead of strings.
16836         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16837         Use symbol `apropos' instead of string.
16838         (Info-copy-current-node-name): Check `Info-current-file' for
16839         `stringp' and construct a command with `Info-find-node' from it.
16840         (Info-fontify-node): Use `match-string-no-properties' instead of
16841         `match-string' and check file names for `stringp'.
16842         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16843         `history', `toc' instead of strings.
16845 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
16847         * files.el: Rearrange functions and variables in the file local
16848         variables section.
16850 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
16852         * files.el: Add truncate-lines, ispell-check-comments and
16853         ispell-local-dictionary as safe local variables.
16855 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
16857         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16858         out of scope variables.
16859         (gud-speedbar-buttons): Use unless.
16861         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16862         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16863         (gdb-show-changed-values): Also use for out of scope variables.
16864         (gdb-var-update-handler-1): Note if variable goes out of scope.
16866 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
16868         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16869         default to global variable values for unsupplied args.
16870         (rcirc-get-buffer-create): Fix bug with setting the target.
16871         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16872         test for rcirc-always-use-server-buffer-flag here.
16873         (rcirc-response-formats): Add %N, which is a facified nick.  %n
16874         uses the default face.  Change the ACTION format string.  If the
16875         "nick" is the server, don't print anything for that field.
16876         Comment fixes.
16877         (rcirc-target-buffer): Don't test
16878         rcirc-always-use-server-buffer-flag here.
16879         (rcirc-print): Squeeze extra spaces out of the text before message.
16880         (rcirc-put-nick-channel): Strip potential "@" char from nick
16881         before adding them to nick table.
16882         (rcirc-url-regexp): Improve to match address like "foo.com".
16884 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
16886         * allout.el (allout-hidden-p): Move this defsubst before
16887         allout-overlay-interior-modification-handler, where it is first
16888         used.
16890 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
16892         * allout.el: Use allout invisible-text overlays instead of
16893         selective display for concealed text.  Also, lots of general
16894         cleanup, and improved compatibility code.
16896         (allout-version): Incremented, corrected, revised, and refined
16897         module commentary.
16899         (provide 'allout): Moved to the bottom, added a require of overlay.
16901         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16902         `except-current'.
16903         (allout-write-file-hook-handler): Minimize delay.
16904         (count-trailing-whitespace-region): New function so
16905         auto-encryption of current topic can resituate cursor exactly.
16906         PGP/GPG encryption trims trailing whitespace from lines, which
16907         must be accounted for across encryption then decryption.
16909         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16910         just plain "\C-c", to avoid intruding on user's keybinding space.
16912         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16913         parameter, so user request to provide a new password is done.
16915         (allout-outside-normal-auto-fill-function, allout-auto-fill):
16916         Refined mechanism for auto-filling behavior while in allout mode.
16918         (allout-mode): Explicitly specify the mode map in the docstring.
16919         Clarify provision for various write-file hook var names.
16920         Adjusted for invisible-text overlays instead of selective-display.
16922         (allout-depth): Really return 0 if not within any topic.  This
16923         rectifies `allout-beginning-of-level' and sequence numbering
16924         errors that occur when cutting and pasting numbered topics.
16925         Changed from a in-line subst to a regular function, as well.
16927         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16929         (allout-end-of-subtree, allout-end-of-subtree)
16930         (allout-end-of-entry, allout-end-of-current-heading)
16931         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16932         (allout-show-children, allout-show-to-offshoot)
16933         (allout-hide-current-entry, allout-show-current-entry): Rectified
16934         handling of trailing blank lines between items.
16936         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16937         (allout-current-depth, allout-unprotected, allout-hidden-p)
16938         (allout-on-current-heading-p, allout-listify-exposed)
16939         (allout-chart-subtree, allout-goto-prefix)
16940         (allout-back-to-current-heading, allout-get-body-text)
16941         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16942         (allout-hide-region-body, allout-toggle-subtree-encryption)
16943         (allout-encrypt-string, allout-encrypted-key-info)
16944         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16945         (allout-file-vars-section-data): Adjusted for use with
16946         invisible-text overlays instead of selective-display.
16948         (allout-kill-line, allout-kill-topic, allout-yank-processing):
16949         Reworked for use with invisible text overlays.
16951         (allout-current-topic-collapsed-p): New function.
16953         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16954         to know when to close the containing topic.
16956         (allout-pre-command-business, allout-post-command-business):
16957         Simplify undo-batching and dynamic isearch exposure.
16959         (allout-set-overlay-category): New for invisible-text overlays.
16960         Sets properties of allout-overlay-category, used by
16961         allout-flag-region to set invisible-text overlay properties.
16962         (allout-get-invisibility-overlay): Get the first qualifying
16963         invisibility overlay, so we can find the extent of it.
16964         (allout-back-to-visible-text): Get to just before the beginnining
16965         of the current invisibility overlay, if any.
16967         (allout-overlay-insert-in-front-handler)
16968         (allout-overlay-interior-modification-handler)
16969         (allout-before-change-handler, allout-isearch-end-handler): New
16970         functions to handle extraordinary actions affecting concealed
16971         text.
16973         (allout-flag-region): Use overlays instead of selective-display
16974         for invisible text - by inheritence from the properties of
16975         allout-overlay-category in mainline Emacs, and applied
16976         property-by-property in XEmacs, some recent versions of which
16977         don't inherit the properties from the category.  Provisions to
16978         respond to concealed-text edits simplified drastically.
16980         (allout-isearch-rectification, allout-isearch-was-font-lock)
16981         (allout-isearch-expose, allout-enwrap-isearch)
16982         (allout-isearch-abort, allout-pre-was-isearching)
16983         (allout-isearch-prior-pos, allout-isearch-did-quit)
16984         (allout-isearch-dynamic-expose)
16985         (allout-hide-current-entry-completely): Functions deleted.
16987         (allout-undo-aggregation): Explicit undo aggregation no longer
16988         necessary due to transition away from selective-display.
16990         (set-allout-regexp, allout-up-current-level)
16991         (allout-next-visible-heading, allout-forward-current-level)
16992         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16993         (allout-kill-line, allout-yank-processing, allout-show-children)
16994         (allout-expose-topic, allout-old-expose-topic)
16995         (allout-listify-exposed, allout-insert-latex-header)
16996         (allout-toggle-subtree-encryption, allout-encrypt-string)
16997         (remove-from-invisibility-spec, allout-hide-current-subtree):
16998         Ditched unused variables.
17000 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
17002         * textmodes/ispell.el (ispell-change-dictionary): Call
17003         ispell-buffer-local-dict instead of
17004         ispell-accept-buffer-local-defs.
17005         (ispell-local-dictionary-alist): Accept as valid any coding-system
17006         supported by Emacs.
17007         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
17008         changed to iso-8859-3.
17010 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
17012         * speedbar.el (speedbar-frame-width): Make an inline function
17013         instead of a macro.  Use frame-width.
17014         (speedbar-try-completion, speedbar-update-contents)
17015         (speedbar-timer-fn): Use consp.
17016         (speedbar-update-localized-contents): Try to preserve point.
17018         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
17019         (menu): Re-order menu items.
17020         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
17021         field.
17022         (gdb-var-update-handler-1): Use it for GDB 6.4+.
17023         (gdb-post-prompt): Speed things by not forcing update.
17025 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
17027         * wid-edit.el (widget-button-click): For mouse-1, cancel button
17028         press and perform default action if we get a mouse movement event.
17030 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17032         * calendar/icalendar.el (icalendar--get-event-property)
17033         (icalendar--get-event-property-attributes): Fix typos in
17034         docstrings.
17036         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
17037         docstring.
17039 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
17041         * bs.el (bs-mode): Use `buffer-disable-undo'.
17042         (bs--get-file-name): Simplify.
17043         (bs-show-in-buffer): Mark the buffer as not modified.
17045 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17047         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
17048         widget-button-click.
17050         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
17051         (custom-mode): Update docstring.
17053         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
17054         binding.
17056         * files.el (hack-local-variables-confirm): Allow scrolling if the
17057         file variable list is too long.  Kill temp buffer after use.
17059 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
17061         * progmodes/gud.el (gdb): Improve doc string.
17062         (gdb-script-font-lock-keywords): Expand allowed character set.
17064         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
17065         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
17066         (gdb-separate-io-interrupt, gdb-separate-io-quit)
17067         (gdb-separate-io-stop, gdb-separate-io-eof):
17068         Rename from gdb-inferior-* to gdb-separate-*.
17069         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
17071 2006-02-14  Jay Belanger  <belanger@truman.edu>
17073         * calc/calc-arith.el (math-check-known-scalarp): Make sure
17074         expression is a symbol before checking that it is bound.
17076         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
17077         test to see if equation can be solved.
17079 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17081         * wid-edit.el (widget-button-click): Use :pressed-face property
17082         for overlay face, if it exists.
17084         * cus-edit.el (custom-manual, custom-add-see-also)
17085         (custom-add-parent-links, custom-group-link): Add :pressed-face
17086         property to links.
17088         * files.el (hack-local-variables): Remove ignored variables before
17089         checking if any variables need setting.
17091 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17093         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
17095 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
17097         * help.el (where-is): Fix message for remapped commands.
17099         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
17100         Fix typos in docstrings.
17102 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
17104         * files.el (safe-local-variable-values): New option.
17105         (hack-local-variables-prop-line): Return a list of variable-value
17106         pairs if MODE-ONLY is non-nil.
17107         (hack-local-variables): Construct list of variable-value pairs,
17108         and apply or reject them in one go.  Ask for confirmation if
17109         variables are not known safe.
17110         (hack-local-variables-confirm): Complete rewrite.  Support
17111         `safe-local-variable-values'.
17112         (enable-local-variables): Update docstring to reflect new
17113         behavior.
17114         (ignored-local-variables): Ignore ignored-local-variables and
17115         safe-local-variable-values.
17116         (safe-local-variable-p): New function.
17117         (risky-local-variable-p): `safe-local-variable' property check
17118         moved to safe-local-variable-p.
17119         (hack-one-local-variable): Checks moved to hack-local-variables.
17121         (byte-compile-dynamic, c-basic-offset, c-file-style)
17122         (c-indent-level, comment-column, fill-column, fill-prefix)
17123         (indent-tabs-mode, kept-new-versions, no-byte-compile)
17124         (no-update-autoloads, outline-regexp, page-delimiter)
17125         (paragraph-start, paragraph-separate, sentence-end)
17126         (sentence-end-double-space tab-width, version-control):
17127         Add `safe-local-variable' property.
17129         * find-lisp.el: Delete nonexistent `autocompile' file variable.
17131         * icomplete.el, play/landmark.el: Change nonexistent
17132         `outline-layout' file variable to `allout-layout'.
17134 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
17136         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
17137         (gdb-get-changed-registers): Test value of gud-minor-mode relative
17138         to gud-comint-buffer.
17139         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
17140         gdb-ui.el for gdb-mi.el.
17141         (gdb-post-prompt, gdb-get-changed-registers): Move test for
17142         registers buffer to gdb-get-changed-registers.
17143         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
17144         deletion of catchpoints (throw and catch).
17145         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17146         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
17147         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
17148         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
17149         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
17151 2006-02-13  Jay Belanger  <belanger@truman.edu>
17153         * calc/calc-arith.el (math-check-known-matrixp): Make sure
17154         expression is a symbol before checking that it is bound.
17156 2006-02-13  Richard M. Stallman  <rms@gnu.org>
17158         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
17159         for the minibuffer too, but not if resize-mini-windows will interfere.
17161         * help.el (describe-key-briefly, describe-key): Do all arg-reading
17162         inside `interactive' spec.
17163         (describe-key-briefly-internal, describe-key-internal):
17164         Functions merged back into their callers.
17166 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
17168         * info.el (info-xref-visited): Inherit from info-xref too.
17169         (Info-set-mode-line): Replace occurrences of `%' by `%%'
17170         when propertizing Info-current-file and Info-current-node.
17172 2006-02-13  Juri Linkov  <juri@jurta.org>
17174         * tumme.el (tumme-thumbnail-storage): Fix docstring.
17175         (tumme-thumb-name): Fix per-directory format.
17177 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
17179         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
17181 2006-02-12  Miles Bader  <miles@gnu.org>
17183         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
17185 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
17187         * tumme.el: Remove history section.  If someone needs the it, it
17188         can always be found in CVS.
17190 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
17192         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
17193         about the Thumbnail Managing Standard option.
17195 2006-02-12  Richard M. Stallman  <rms@gnu.org>
17197         * subr.el (substitute-key-definition): Doc fix.
17199         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
17201         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
17203         * info.el (Info-mode): Doc fix.
17205         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
17207 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
17209         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
17210         because on Solaris a POSIX compatible "id" is needed.  Reported by
17211         Magnus Henoch <mange@freemail.hu>.
17213 2006-02-12  Juri Linkov  <juri@jurta.org>
17215         * tumme.el: Remove todo item about Thumbnail Managing Standard.
17216         (tumme) <defgroup>: Change :group to `multimedia'.
17217         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
17218         Managing Standard.
17219         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
17220         Fix dostring.
17221         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
17222         and %y.  Fix docstring.
17223         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
17224         (tumme-cmd-create-standard-thumbnail-command): New user options.
17225         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
17226         is `standard'.  Fix docstring.
17227         (tumme-thumb-width, tumme-thumb-height): New user options.
17228         (tumme-external-viewer): Try to find various viewers.
17229         (tumme-get-thumbnail-image): Use `create-image' instead of
17230         constructing the `image' structure.
17231         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
17232         `standard'.
17233         (tumme-thumb-name): Add file name generation for standard storage.
17234         Simplify code for other storages.
17235         (tumme-thumb-name): Use width %w and height %h instead of size %s.
17236         Add modification time %m and thumbnail-nq8 %q.
17237         Use `tumme-cmd-create-standard-thumbnail-command' if
17238         tumme-thumbnail-storage is `standard'.
17239         (tumme-dired-insert-marked-thumbs): New autoload command.
17240         (tumme-dired-after-readin-hook): New function.
17241         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
17242         `tumme-thumb-size'.
17243         (tumme-display-image): Replace size-x %x and size-y %y with
17244         width %w and height %h.
17246         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
17247         `tumme-dired-insert-marked-thumbs'.
17249 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
17251         * tumme.el (tumme-write-tag): Fix small bug (file name did not
17252         include path).
17253         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
17254         matching tag.
17256 2006-02-12  Miles Bader  <miles@gnu.org>
17258         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
17259         New variables.
17260         (rcirc-abbrev-nick): New function.
17261         (rcirc-format-response-string): Rewrite to use the formats in
17262         `rcirc-response-formats' and expand escape sequences therein.
17263         A text-property `rcirc-text' is added over the actual response
17264         text to make easy to find inside the returned string.
17265         (rcirc-print): When filling, just look for the `rcirc-text'
17266         text-property to find the appropriate fill prefix, instead of
17267         using hardwired patterns.
17269 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
17271         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
17272         Managing Standard.
17274 2006-02-11  Kim F. Storm  <storm@cua.dk>
17276         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
17277         Don't use insert-buffer; do insert-buffer-substring directly.
17278         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
17280 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
17282         * files.el (revert-buffer, recover-file): Replace buffer-read-only
17283         with inhibit-read-only.  Suggested by Stefan Monnier.
17284         (revert-buffer): Let insert-file-contents discard
17285         buffer-undo-list.  Simplify code.
17286         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
17288 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
17290         * menu-bar.el (menu-bar-select-yank): Add a doc string.
17292         * help.el (describe-key-briefly): Now a wrapper for
17293         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
17294         to t.  Populate yank-menu if empty.
17295         (describe-key-briefly-internal): Renamed from describe-key-briefly.
17296         (describe-key): Now a wrapper for describe-key-internal.  Bind
17297         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
17298         (describe-key-internal): Renamed from describe-key.
17300 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
17302         * progmodes/glasses.el (glasses-separator): Doc fix.
17303         (glasses-original-separator): New defcustom.
17304         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
17306 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
17308         * mwheel.el (mouse-wheel-up-event): Doc fix.
17310 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
17312         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
17313         (tumme-dir): New function.  Copied from thumbs.el.
17315 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
17317         * desktop.el (desktop-outvar): Fix typo.
17318         (desktop-save-buffer-p): Doc fix.
17320         * subr.el (substitute-key-definition): Fix typo.
17322 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17324         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
17325         when window-system is mac.
17327         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
17329 2006-02-10  Kim F. Storm  <storm@cua.dk>
17331         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
17332         indirect-function instead of using condition-case.
17334 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
17336         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
17337         less `colloquial'...
17339 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
17341         * tumme.el: Add a couple of todo items.
17343 2006-02-09  Lars Hansen  <larsh@soem.dk>
17345         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
17346         (highlight-changes-mode): Don't change desktop-locals-to-save.
17348 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
17350         * image-mode.el (image-toggle-display): Clear image cache if using
17351         filename.
17353 2006-02-09  Masatake YAMATO  <jet@gyve.org>
17355         * dired-x.el (dired-guess-shell-alist-default): Add .man as
17356         a `dired-man' target.
17358         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
17359         boundary of symbols.
17361 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
17363         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
17365 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
17367         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
17368         `mapcar'; return nil.
17370 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
17372         * mouse.el (mouse-drag-track): Don't change window if we rebind to
17373         some other event.
17375 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
17377         * net/rcirc.el (rcirc-startup-channels-alist):
17378         Add irc.freenode.net and #emacs as defaults.
17379         (rcirc-ignore-all-activity-flag): Remove variable.
17380         (rcirc-authinfo): New variable.
17381         (rcirc-authinfo-filename): Remove variable.
17382         (rcirc-always-use-server-buffer-flag): New flag.
17383         (rcirc): M-x rcirc will automatically connect without prompting.
17384         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
17385         connection in lisp.
17386         (rcirc-process-server-response-1): Remove everything but the nick
17387         portion of the sender so it doesn't need to be done everywhere
17388         else.  Update related code.
17389         (global-map): Remove global keybindings.
17390         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
17391         (rcirc-send-input): Split into several functions.
17392         (rcirc-process-input-line, rcirc-process-message)
17393         (rcirc-process-command): New functions.
17394         (rcirc-target-buffer): New function to determine where to route
17395         messages.
17396         (rcirc-user-nick): Save match data.
17397         (rcirc-toggle-ignore-buffer-activity)
17398         (rcirc-update-activity-string): Remove global ignore functionality,
17399         which can be done now by toggling rcirc-track-minor-mode.
17400         (rcirc-track-minor-mode-map): New keymap.
17401         (rcirc-track-minor-mode): New minor-mode.
17402         (ignore): Make the ignore output nicer.  Always print it when
17403         adding or removing nicks.
17404         (rcirc-url-regexp): Improve.
17405         (rcirc-mangle-text): Remove properties before using text in the
17406         modeline.
17407         (rcirc-authenticate): Authentication data comes from
17408         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
17409         (rcirc-server-prefix): Inherit from rcirc-server.
17411 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
17413         * Makefile.in (compile): Append "|| true" to the end of the `find'
17414         command, like compile-always does.
17416 2006-02-08  Sam Steingold  <sds@gnu.org>
17418         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
17419         output from a dead connection.
17421 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
17423         * dired.el (dired-mode-map): Add more bindings for tumme.
17425 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17427         * wdired.el (wdired-mode-map): Use remap.
17428         (wdired-get-filename): Massage.
17429         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
17430         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
17431         `keymap' property rather than `local-map'.
17433 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
17435         * tumme.el (tumme-get-thumbnail-image): New utility function.
17436         Suggested by from Chong Yidong.
17437         (tumme-dired-with-window-configuration): Rename from
17438         `tumme-dired'.  Add code to save window configuration.
17439         (tumme-restore-window-configuration): New command to restore the
17440         window configuration that `tumme-dired-with-window-configuration'
17441         saves before it changes the window configuration.
17442         (tumme-show-all-from-dir): New command to display thumbnails for
17443         all files in a directory entered by the user, like M-x thumbs.
17444         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
17445         have been created.
17446         (tumme-display-thumbnail-original-image): Call `display-buffer'.
17447         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
17448         Remove obsolete test function.
17450 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
17452         * vc.el (small-temporary-file-directory): Remove defvar; there's
17453         a defcustom for it in files.el.
17455         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
17456         Fix typo in message.
17457         (tumme-gallery-generate): Fix typo in `error' message.
17458         (tumme-display-window-height-correction)
17459         (tumme-display-window-width-correction, tumme-line-up-dynamic)
17460         (tumme-line-up-interactive): Dox fixes.
17461         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
17462         (tumme-restore-window-configuration, tumme-format-properties-string)
17463         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
17464         Fix typos in docstrings.
17466 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
17468         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
17470 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
17472         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
17473         User should use hook if desired.
17475         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
17476         buffer if necessary.
17477         (gdb-delete-frame-or-window): New function.
17478         (gdb-breakpoints-mode-map): Bind "q" to it.
17480 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17482         * textmodes/nroff-mode.el: Clean up name space.
17483         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
17484         (nroff-mode): Obey the global setting of nroff-electric-mode.
17485         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
17487         * calendar/calendar.el (calendar-increment-month): Typo in last change.
17489 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
17491         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
17493 2006-02-06  Lars Hansen  <larsh@soem.dk>
17495         * generic-x.el (etc-fstab-generic-mode): Add file system types
17496         cifs and usbdevfs.  Allow special chars in file names.
17498 2006-02-05  Jay Belanger  <belanger@truman.edu>
17500         Update copyright notices of the files in lisp/calc.
17502 2006-02-05  Romain Francoise  <romain@orebokech.com>
17504         Update copyright notices of all files in the lisp/play directory.
17506 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
17508         * ldefs-boot.el: Regenerate.
17510         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
17512 2006-02-05  Kim F. Storm  <storm@cua.dk>
17514         * files.el (magic-mode-regexp-match-limit): New defvar.
17515         (set-auto-mode): Use it to limit magic-mode-alist matching.
17517 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
17519         * info.el (Info-index, Info-mode): Improve the description of the
17520         `i' command.
17522         * ldefs-boot.el: Regenerate.
17524 2006-02-03  Werner Lemberg  <wl@gnu.org>
17526         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
17527         greedy to find the closing bracket in \*[...] and similar
17528         expressions.  This is a first rough fix -- many additional
17529         refinements are necessary to make nroff mode really usable with groff.
17531 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
17533         * international/mule-cmds.el (set-locale-environment):
17534         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
17535         libX11.
17537 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
17539         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
17540         archive are created in archive-tmpdir.
17542 2006-02-02  John Paul Wallington  <jpw@pobox.com>
17544         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
17545         (ibuffer-fontification-alist): Use it.
17546         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
17547         to "* z" and the Ibuffer Mark menu.
17549         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
17551 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17553         * textmodes/table.el (*table--cell-describe-mode)
17554         (*table--cell-describe-bindings): Undo last change since
17555         print-help-return-message is not obsoleted by anything at all.
17557 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
17559         * emulation/cua-base.el (cua-mode): Doc fix.
17561 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
17563         * dframe.el (dframe-handle-make-frame-visible)
17564         (dframe-handle-iconify-frame, dframe-get-focus)
17565         (dframe-select-attached-frame, dframe-power-click)
17566         (dframe-frame-mode): Fix typos in docstrings.
17568         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
17569         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
17570         Fix typos in docstrings.
17572         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
17573         (hi-lock-face-buffer, hi-lock-font-lock-hook)
17574         (hi-lock-archaic-interface-message-used)
17575         (hi-lock-file-patterns-range): Fix typos in docstrings.
17577         * savehist.el (savehist-loaded, savehist-load, savehist-install)
17578         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
17580         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
17581         Fix typo in docstring.
17583         * net/newsticker.el (newsticker--decode-iso8601-date)
17584         (newsticker--set-customvar, newsticker--buffer-insert-item)
17585         (newsticker--do-run-auto-mark-filter)
17586         (newsticker--parse-generic-feed): Doc fixes.
17587         (newsticker--retrieval-timer-list, newsticker-url-list)
17588         (newsticker-hide-immortal-items-in-echo-area)
17589         (newsticker-hide-obsolete-items-in-echo-area)
17590         (newsticker-new-item-face, newsticker--enclosure)
17591         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
17592         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
17593         (newsticker--parse-generic-feed, newsticker--cache-contains)
17594         (newsticker--stat-num-items, newsticker-download-enclosures):
17595         Fix typos in docstrings.
17597         * net/rcirc.el (rcirc-debug): Doc fix.
17598         (rcirc-fill-column, rcirc-receive-message-hooks)
17599         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
17600         (rcirc-mode, rcirc-generate-new-buffer-name)
17601         (rcirc-startup-channels, rcirc-ignore-update-automatic)
17602         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
17603         Fix typos in docstrings.
17604         (rcirc-print): "?\ " -> "?\s".
17605         (rcirc-cmd-join): Improve argument/docstring consistency.
17607 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
17609         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
17610         before narrow-to-region.
17612 2006-02-01  Richard M. Stallman  <rms@gnu.org>
17614         * simple.el (move-beginning-of-line): Scan properly for invis change.
17616         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
17618 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
17620         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
17621         change bit only when id-format is 'integer.  Reported by Matt
17622         Hodges <M.P.Hodges@rl.ac.uk>.
17624 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
17626         * hilit-chg.el (highlight-changes-initial-state)
17627         (highlight-changes-global-initial-state): Doc fixes.
17628         (highlight-changes-global-modes, global-highlight-changes):
17629         Fix typos in docstrings.
17631 2006-02-01  Kim F. Storm  <storm@cua.dk>
17633         * emulation/cua-base.el (cua-mode): Mention that CUA enables
17634         transient-mark-mode in doc string.
17636 2006-01-31  Richard M. Stallman  <rms@gnu.org>
17638         * replace.el (multi-occur): Doc fix.
17639         (multi-occur-in-matching-buffers): Rename from
17640         multi-occur-by-filename-regexp.  Prefix arg says match
17641         buffer names instead of file names.
17643 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
17645         * bs.el: Allow non-default values of `bs-header-lines-length'.
17646         (bs--running-in-xemacs): Remove (not needed anymore).
17647         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17648         instead of `shrink-window', thus avoiding having to compute the
17649         height of the window.
17650         (bs--up): Wrap around even when there's no header.
17651         (bs--down): Use `forward-line' instead of `next-line'.
17653 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
17655         * image-mode.el (image-toggle-display): Use file name if possible,
17656         instead of unnecessarily allocating a (possibly huge) lisp string.
17658 2006-01-30  John Paul Wallington  <jpw@pobox.com>
17660         * subr.el (toplevel): Define `cl-assertion-failed' condition here
17661         because the `assert' macro signals it at runtime.
17663         * emacs-lisp/cl.el (toplevel): Remove definition of
17664         `cl-assertion-failed' condition.
17666 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
17668         * thumbs.el (thumbs-marked-list): Make buffer-local and
17669         permanent-local.
17670         (thumbs-insert-thumb): Make help-echo non-sticky.
17671         (thumbs-file-alist): Use eolp as check for (non)-image.
17673 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
17675         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17676         (ediff-before-session-group-setup-hooks)
17677         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17678         Fix typos in docstrings.
17680         * window.el (bw-dir, bw-eqdir, balance-windows)
17681         (split-window-keep-point): Fix typos in docstrings.
17683         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17684         (org-quote-string, org-calendar-to-agenda-key)
17685         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17686         (org-show-following-heading, org-tags-column)
17687         (org-use-tag-inheritance, org, org-allow-space-in-links)
17688         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17689         (org-enable-table-editor, org-calc-default-modes)
17690         (org-table-allow-automatic-line-recalculation)
17691         (org-export-html-style, org-export-with-fixed-width)
17692         (org-export-with-sub-superscripts, org-special-keyword)
17693         (org-formula, org-time-grid, org-table-may-need-update)
17694         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17695         (org-goto-quit, org-get-indentation, org-end-of-item)
17696         (org-move-item-down, org-move-item-up)
17697         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17698         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17699         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17700         (org-agenda-log-mode, org-agenda-toggle-diary)
17701         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17702         (org-agenda-file-to-end, org-agenda-no-heading-message)
17703         (org-agenda-get-closed, org-format-agenda-item)
17704         (org-cmp-priority, org-cmp-category, org-cmp-time)
17705         (org-agenda-change-all-lines, org-agenda-diary-entry)
17706         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17707         (org-link-search, org-camel-to-words, org-open-file)
17708         (org-remember-handler, org-table-convert-region)
17709         (org-table-move-row-down, org-table-move-row-up)
17710         (org-table-copy-region, org-table-wrap-region)
17711         (org-table-toggle-vline-visibility)
17712         (org-table-get-vertical-vector, org-table-modify-formulas)
17713         (org-table-get-specials, org-recalc-commands)
17714         (org-table-rotate-recalc-marks, org-table-eval-formula)
17715         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17716         (org-level-color-stars-only, org-insert-heading):
17717         Fix typos in docstrings.
17718         (last-arg): Add defvar.
17720         * makefile.w32-in (WINS): Add erc.
17721         (MH_E_SRC): Update (copied from lisp/Makefile.in).
17723 2006-01-29  Bill Wohler  <wohler@newt.com>
17725         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17726         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17727         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
17728         (mh-autoloads): Don't use comments on otherwise empty lines.
17730 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
17732         * emulation/viper.el (viper-major-mode-modifier-list):
17733         Add insert-state and vi-state entries for erc-mode.
17734         (viper-go-away, viper-set-hooks): Add and remove
17735         viper-comint-mode-hook from erc-mode-hook as appropriate.
17737         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17739 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
17741         * bs.el (bs--format-aux): Implement `middle' alignment as
17742         described in the docstring for `bs-attributes-list'.
17743         (bs--get-name): Simplify.  Don't pad the buffer name.
17745 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
17747         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17748         English aspell dictionary is installed, use the first entry of
17749         ispell-dictionary-alist-1.
17751 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17753         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17754         Doc fix.
17756 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
17758         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17759         for `process-file', in order to let it work for older Emacsen too.
17761 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
17763         * international/latexenc.el: Add a suitable `coding:' tag.
17764         (latexenc-find-file-coding-system): Undo last change.
17766 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17768         * international/latexenc.el (latexenc-find-file-coding-system):
17769         Make sure latexenc-main-file is a regular file and is readable.
17771 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
17773         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17774         Pass FILE to vc-user-login-name.
17776         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17778 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
17780         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17781         there are no more images to display.
17782         (thumbs-mark, thumbs-unmark): Revert change so that they move to
17783         the next image.
17785 2006-01-26  Richard M. Stallman  <rms@gnu.org>
17787         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17789         * wid-edit.el (advertised-widget-backward): New alias.
17790         (widget-keymap): Use advertised-widget-backward for S-TAB.
17792         * tumme.el: Correct the keywords.
17793         (tumme-dir-max-size): Use defvar.
17794         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17796         * simple.el (move-beginning-of-line): Take account of fields.
17797         (clone-indirect-buffer-other-window): Take args like
17798         clone-indirect-buffer, and work like it.
17800         * help-fns.el (describe-function): Don't pass `nil' as default.
17802         * files.el (risky-local-variable-p): Follow var aliases.
17804         * subr.el (lazy-completion-table): Doc fix.
17806         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17807         global binding of `line'.
17809 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
17811         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17812         Tramp.
17814         * vc.el (vc-default-dired-state-info): Pass FILE to
17815         vc-user-login-name.
17816         (vc-default-update-changelog): Don't use vc-user-login-name, we
17817         don't need it here.
17819         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17820         no longer necessary.
17822 2006-01-25  Kenichi Handa  <handa@m17n.org>
17824         * international/mule.el (decode-char): Avoid the overhead of
17825         calling utf-lookup-subst-table-for-decode if
17826         utf-translate-cjk-mode is nil.
17827         (encode-char): Avoid the overhead of calling
17828         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17829         nil.
17831 2006-01-22  Kenichi Handa  <handa@m17n.org>
17833         * international/mule.el (make-subsidiary-coding-system): Reset
17834         `coding-system-define-form' property of subsidiaries to nil.
17835         Avoid duplicated entry in coding-system-alist.
17836         (make-coding-system): Avoid duplicated entry in
17837         coding-system-alist.
17838         (define-coding-system-alias): Likewise.
17840 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17842         * completion.el: Minor fixes in introductory comment.
17843         (completion-def-wrapper): Fix alist.
17845 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
17847         * thumbs.el (thumbs-new-image-size): New function.
17848         (thumbs-increment-image-size-element)
17849         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17850         (thumbs-decrement-image-size): Delete.
17851         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
17852         temp files and use to resize.
17853         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17854         Use increment argument to enlarge/shrink.  Preserve point.
17855         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17856         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17857         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17858         (thumbs-mark, thumbs-unmark): Preserve point.
17859         (thumbs-modify-image): Keep old temp files and use to modify.
17860         Cleanup old temp files at load time.  Preserve point.
17861         (thumbs-view-image-mode-map): Use new command names.
17863 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17865         * log-view.el (log-view-minor-wrap): First rev is the one at point.
17867         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17868         the nastiest part of the cyclic dependency.
17869         (cal-menu-update): Use dotimes and calendar-increment-month.
17871         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17872         (calendar-week-start-day): Add an :initializer.
17873         (calendar-mode-map): Use suppress-keymap, and command remapping.
17874         (describe-calendar-mode): Setup xref-stack info for the back button.
17875         (calendar-star-date): Insert before delete.
17876         (calendar-set-mode-line): Add file-modified info if applicable.
17877         (calendar-increment-month): New function.
17879 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
17881         * font-lock.el (lisp-font-lock-keywords-2):
17882         Recognize "& keywords" only at word boundaries.
17884 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
17886         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
17887         and permanent-local.
17888         (thumbs-max-image-number): New variable.
17889         (thumbs-do-thumbs-insertion): Use them.
17890         (thumbs-per-line): Change default to 4.
17891         (thumbs-marked-list): Rename from thumbs-markedL.
17892         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17893         (thumbs-rename-images): Use -list instead of L for internal variables.
17894         (thumbs-call-convert): Use call-process instead of shell-command.
17895         (thumbs-insert-thumb): Add filename as help-echo to each image.
17896         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17897         Give dir to thumbs-show-thumbs-list.
17898         (thumbs-show-thumbs-list): Set default-directory to that of images.
17899         (thumbs-dired-show): Rename from thumbs-dired-show-all.
17900         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17901         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17902         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17904 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17906         * ses.el (ses-read-cell): Provide a default value.
17908 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
17910         * term/w32-win.el (image-library-alist): Add additional names for
17911         GIF library.
17913 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17915         * international/latexenc.el (latexenc-find-file-coding-system):
17916         Add file-regular-p check.
17918 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17920         * simple.el (clone-buffer): Don't show the new buffer in the same
17921         window.
17923 2006-01-23  Juri Linkov  <juri@jurta.org>
17925         * faces.el (link, link-visited): New faces based on default values
17926         of `info-xref' and `info-xref-visited'.
17928         * info.el (info-xref): Inherit from `link'.
17929         (info-xref-visited): Inherit from `link-visited'.
17931         * cus-edit.el (custom-buffer-create-internal): Use widget type
17932         `custom-manual' instead of `info-link' and don't set properties
17933         `button-face' and `mouse-face' explicitly.
17934         (custom-browse-group-tag, custom-browse-variable-tag)
17935         (custom-browse-face-tag): Inherit from widget class
17936         `custom-group-link' instead of `push-button'.
17937         (custom-button-unraised): Inherit from `underline' face.
17938         (custom-link): Inherit from `link' face.  Fix doc and group.
17939         (custom-add-parent-links, custom-group-value-create): Don't set
17940         properties `button-face' and `mouse-face' explicitly for
17941         `custom-group-link' widget.
17942         (custom-group-link): Add properties `button-face' and `mouse-face'
17943         to widget definition.
17944         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
17945         editable-field's :keymap property.
17946         (custom-mode): Fix docstring: substitute keybindings for
17947         `widget-forward' and `widget-backward' from `widget-keymap',
17948         `widget-complete' from `custom-field-keymap', replace old
17949         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
17951         * desktop.el (desktop-load-file): Check for `fboundp' before
17952         calling `symbol-function'.
17954         * simple.el (clone-buffer, clone-indirect-buffer)
17955         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17956         `read-string'.  Fix prompts.
17958         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17960 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
17962         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17964 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
17966         * startup.el (inhibit-splash-screen, initial-scratch-message):
17967         Doc fixes.
17969 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
17971         Sync with Tramp 2.0.52.
17973         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17974         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
17975         `tramp-unload-tramp' for checklist.
17977         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17978         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
17979         (tramp-unload-file-name-handler-alist)
17980         (tramp-unload-tramp): New defuns.
17981         (tramp-advice-PC-expand-many-files): New defadvice.
17982         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17983         removed.
17984         (tramp-handle-expand-file-name): Remove double slash.
17985         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17986         It doesn't matter, because it will be converted later on.
17987         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
17988         implementation was just heuristic.
17989         (tramp-post-connection): Set uid and gid properties.
17990         (tramp-convert-file-attributes): Set file's gid change bit.
17991         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17992         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17993         in case of su(do)? methods.  The home directory of the local user
17994         will be taken else.
17995         (tramp-open-connection-telnet)
17996         (tramp-open-connection-rsh, tramp-open-connection-su)
17997         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
17998         local shell prompt could hurt.  Reported by Romain Francoise
17999         <romain@orebokech.com>.
18000         (tramp-let-maybe): Add `edebug-form-spec' property.
18001         (tramp-handle-expand-file-name): Bind `default-directory' locally
18002         to "/" in order to avoid problems with UNC shares or Cygwin
18003         mounts.
18004         (tramp-md5-function): Fix typo in error message.
18006         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
18008         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
18009         for byte-compiler pacification.
18011 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
18013         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
18014         ID-FORMAT `string'.  This allows us to get rid of
18015         `vc-user-login-name UID'.
18017         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
18019 2006-01-22  John Paul Wallington  <jpw@pobox.com>
18021         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
18023 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
18025         * emacs-lisp/find-func.el (find-definition-noselect)
18026         (find-variable-noselect): Search variables in C source code too.
18027         (find-function-C-source, find-function-noselect, find-function)
18028         (find-function-other-frame, find-variable-noselect, find-variable)
18029         (find-variable-other-frame, find-variable-at-point):
18030         Fix docstrings.
18032 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18034         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
18036 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
18038         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
18039         Default to disabling the "Save affix" question.
18041 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
18043         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
18044         the first arg to run-python.
18046 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
18048         * startup.el (command-line-1): Handle --no-desktop if desktop.el
18049         is not loaded.
18051 2006-01-20  Jay Belanger  <belanger@truman.edu>
18053         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
18054         limit is 0.
18056         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
18057         the correct variable.
18059 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
18061         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
18062         link.  Fixed buggy argument sequence in call to `org-view-tags'.
18063         (org-compile-prefix-format): Set `org-prefix-has-tag'.
18064         (org-prefix-has-tag): New variable.
18065         (org-format-agenda-item): Remove tags from headline if
18066         appropriate.
18067         (org-agenda-remove-tags-when-in-prefix): New option.
18068         (org-get-tags-at): New function.
18070 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
18072         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
18073         (thumbs-find-image): Move image name and number from buffer name
18074         to mode name.  Set thumbs-buffer.  Preserve point so that large
18075         images remain visible.
18076         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
18077         order.
18078         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
18079         mode name.
18080         (thumbs-next-image, thumbs-previous-image): Make them work.
18082 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
18084         * cus-edit.el (custom-buffer-create-internal): State in the text above
18085         the whole buffer buttons that they do not operate on hidden items.
18086         (custom-face-menu): Use `custom-face-save' instead of
18087         `custom-face-save-command'.
18088         (custom-face-save-command): Make it an alias for `custom-face-save'
18089         and declare it obsolete.
18090         (custom-face-save): Doc fix.
18092         * dired.el (dired-no-confirm): Add quote.
18093         (dired-subdir-alist-pre-R): Add quote in
18094         `make-variable-buffer-local' form and remove unbalanced parenthesis.
18096 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18098         * textmodes/table.el (table-mode-indicator): Typo in last change.
18100 2006-01-19  Richard M. Stallman  <rms@gnu.org>
18102         * outline.el (hide-leaves): Don't call outline-end-of-heading.
18103         Fixes bug reported in Nov 2005.
18105         * isearch.el (isearch-forward): Doc fix.
18107         * dired.el (dired-move-to-filename-regexp): Define as alias.
18108         (dired-no-confirm): Use defcustom.
18109         (dired-subdir-alist-pre-R): Put defvar at top level.
18111         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
18113         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18114         Mark as risky.
18116         * simple.el (set-mark-command): Doc fix.
18117         (clone-indirect-buffer-other-window):
18118         Read arg like clone-indirect-buffer.
18119         (move-beginning-of-line): Skip invisible newlines.
18121 2006-01-19  Masatake YAMATO  <jet@gyve.org>
18123         * progmodes/cpp.el (cpp-edit-load): Make the order of
18124         listed conditions in a base C code buffer and its associate
18125         CPP Edit buffer the same.
18127 2006-01-19  Kenichi Handa  <handa@m17n.org>
18129         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
18130         (rmail-mime-feature): Likewise.
18131         (rmail-require-mime-maybe): Use display-warning to show a warning
18132         message.
18134         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
18135         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
18137 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18139         * array.el: Move defvars out of eval-when-compile.
18140         (array-make-template): Replace undeclared global var with a local one.
18141         (array-mode): Inline initialization functions.
18142         (array-init-local-variables, array-init-max-row)
18143         (array-init-max-column, array-init-columns-per-line)
18144         (array-init-field-width, array-init-rows-numbered)
18145         (array-init-line-length, array-init-lines-per-row): Remove.
18147         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
18148         (doc-mode-map): Define explicitly.
18149         (doctor-txtype): Use mapc.
18151         * textmodes/table.el: Move defvars out of eval-when-compile.
18152         Remove harmful code meant to avoid byte-compiler warnings.
18153         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
18154         specification that checks table-fixed-width-mode directly.
18155         (table-recognize-region, table-recognize-cell):
18156         Use restore-buffer-modified-p.
18157         (table-fixed-width-mode): Remove code that refreshes
18158         table-fixed-mode-indicator.
18159         (*table--cell-describe-bindings, *table--cell-describe-mode):
18160         Avoid obsolete name print-help-return-message.
18161         (table--test-cell-list): Don't use replace-regexp from elisp.
18162         (table--point-entered-cell-function, table--point-left-cell-function):
18163         Don't set table-fixed-mode-indicator, use force-mode-line-update.
18165         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
18166         that was after the end of file.  Use buffer-file-name variable.
18167         (org-timestamp-change): Use with-current-buffer.
18168         (org-todo-list): Don't unnecessarily define a new buffer-local var.
18169         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
18170         `file'.
18172         * progmodes/fortran.el: Move defvars out of eval-when-compile.
18173         (fortran-break-line): Remove unused var `opoint'.
18174         (fortran-abbrev-start): Obey help-event-list.
18176 2006-01-18  Jesper Harder  <harder@phys.au.dk>
18178         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
18180 2006-01-18  Masatake YAMATO  <jet@gyve.org>
18182         * progmodes/make-mode.el (makefile-imake-mode): New mode
18183         derived from makefile-mode.
18184         (makefile-imake-mode-syntax-table): New syntax table
18185         derived from makefile-mode-syntax-table.
18186         (makefile-mode): Write about makefile-imake-mode in doc string.
18187         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
18188         (makefile-imake-font-lock-keywords): New font lock keywords.
18190         * files.el (auto-mode-alist): Add Imakefile.
18192 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
18194         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
18195         loading the file rather than when turning on flyspell-mode.
18197 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
18199         * cus-edit.el (customize-rogue): Minor doc fix.
18201 2006-01-17  Juri Linkov  <juri@jurta.org>
18203         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
18204         instead of the file at the mark as default if the file at the mark
18205         is the same as the file at point or if dired-dwim-target-directory
18206         is not the same as the current directory and the mark is not active.
18208         * log-view.el (log-view-minor-wrap): Use the same logic to get
18209         revisions as `log-view-diff'.
18211         * info.el (Info-revert-find-node): Check for Info-current-file
18212         before preserving new-history.
18214         * man.el (Man-heading-regexp): Add `/'.
18216         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
18217         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
18219 2006-01-16  Juri Linkov  <juri@jurta.org>
18221         * faces.el (mode-line-faces): New defgroup.
18222         (mode-line-highlight): Move definition after new defgroup.
18223         (mode-line, mode-line-inactive, mode-line-highlight):
18224         Replace :group `modeline' with `mode-line-faces'.
18225         (mode-line-buffer-id): New face.
18226         (modeline-buffer-id): New face alias.
18227         (vertical-border): Remove :group `modeline'.
18229         * bindings.el (propertized-buffer-identification): Use face
18230         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
18231         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
18232         (mode-line-buffer-identification-keymap): For mouse-1 replace
18233         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
18234         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
18235         mouse-3.
18237         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
18238         Buffer-menu-buffer.  Doc fix.
18239         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
18240         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
18241         `Buffer-menu-buffer'.
18243         * info.el (Info-mode-line-node-keymap): New defvar.
18244         (Info-set-mode-line): Use `stringp' to check Info-current-file.
18245         Propertize Info-current-node with `mode-line-buffer-id' and
18246         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
18248         * time.el (display-time-mail-face): Replace :group `faces' with
18249         `mode-line-faces'.
18251 2006-01-16  Kenichi Handa  <handa@m17n.org>
18253         * international/code-pages.el: Add autoload cookies for cp125[0345678].
18255         * language/european.el (cp1252): New alias for windows-1252.
18257         * international/mule.el (autoload-coding-system): Prepare for EOL
18258         variants.
18260 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
18262         * term.el (term-raw-map): Add mapping for insert.
18263         (term-send-insert): New.
18264         (term-mode): Make variables local here instead of doing it in
18265         `term-emulate-terminal'.
18266         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
18267         Scroll reverse needs to take into account the scroll region.
18268         Saving and restoring the cursor should save the color attributes too.
18269         (term-reset-terminal): Reset the scroll region.
18270         (term-handle-ansi-escape): Cursor up and down should take into
18271         account the scroll region.
18272         (term-set-scroll-region): Rename from `term-scroll-region'.
18273         Move to 0,0 after setting the region.
18274         (term-handle-scroll): Handle scroll up.
18275         (term-down): Fix off by one error.
18276         (term-delete-lines): Do not delete outside the scroll region.
18277         (term-insert-lines): Take into account the scroll region.
18279 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18281         * textmodes/ispell.el (ispell-internal-change-dictionary)
18282         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
18283         (start, end): Move declaration outside of eval-when-compile.
18285         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
18286         (flyspell-mode-on): Use it.
18288         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
18289         ispell-kill-ispell-hook.
18291 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
18293         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18294         (Custom-reset-saved): Do not ask for confirmation in single option
18295         buffers.
18297 2006-01-13  Richard M. Stallman  <rms@gnu.org>
18299         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
18301 2006-01-13  Romain Francoise  <romain@orebokech.com>
18303         * add-log.el (add-change-log-entry, change-log-merge):
18304         Conditionally use `hard-newline'.
18306 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
18308         * wid-edit.el (widget-field-end): If the overlay is no longer
18309         associated with a buffer, behave as if the overlay didn't exist.
18311         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
18312         Make sure the links use the `custom-link' face.
18314 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18316         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
18317         (ld-script-mode): Don't set indent-line-function since we don't
18318         have one.
18320 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
18322         * textmodes/org.el (org-open-file): Use mailcap for selecting an
18323         application.
18324         (org-file-apps-defaults-gnu): Use mailcap as the default for
18325         selecting an application on a UNIX system.
18326         (org-agenda-show-tags): New command.
18327         (org-table-insert-hline): Keep cursor in current table line.
18328         (org-table-convert): Offset effect of modifying
18329         `org-table-insert-hline'.
18330         (org-format-agenda-item): New optional argument TAG.
18331         (org-compile-prefix-format): Handle %T format for the tag.
18332         (org-expand-wide-chars): New function.
18333         (org-table-insert-row, org-table-insert-hline):
18334         Use `org-expand-wide-chars'.
18335         (org-open-file): Fix bug in program launch.
18336         (org-get-time-of-day): Fix bug with times before 1am.
18337         (org-agenda-menu): Add tags commands.
18339 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
18341         * textmodes/ispell.el (ispell-init-process): Include the used
18342         dictionary in ispell process start message.
18343         (ispell-internal-change-dictionary): When flyspell-mode is active
18344         and dictionary is changed, make sure ispell process is restarted
18345         and flyspell word cache cleared out for the current buffer.
18346         (ispell-change-dictionary): Make sure flyspell word cache is
18347         cleared out in all buffers with active flyspell mode when
18348         dictionary is globally changed.
18349         Call ispell-internal-change-dictionary after dictionary change.
18351 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
18353         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
18355         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
18356         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
18357         years.  Fix small differences wrt Makefile.in.
18358         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
18359         Makefile.in does.
18361 2006-01-12  Bill Wohler  <wohler@newt.com>
18363         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
18364         mh-search.el.
18366 2006-01-12  Masatake YAMATO  <jet@gyve.org>
18368         * progmodes/ld-script.el: Update copyright year.
18370 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
18372         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
18373         Don't add widget if setting undefined.
18375 2006-01-12  John Paul Wallington  <jpw@pobox.com>
18377         * help-fns.el (describe-variable): Remove newlines from void
18378         variable output.
18380 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
18382         * wdired.el (wdired-mode-map): Add help echo for
18383         wdired-abort-changes.
18385         * man.el (Man-file-name-regexp): Adjust for a list of files.
18387 2006-01-12  Masatake YAMATO  <jet@gyve.org>
18389         * progmodes/ld-script.el (auto-mode-alist): Support
18390         suffix conventions used in netbsd and eCos.
18392 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
18394         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
18395         (custom-variable-menu, custom-face-menu, custom-group-menu)
18396         (Custom-mode-menu): Change names of menu items.  (As discussed on
18397         emacs-devel.)
18398         (custom-face-menu): Add "Undo Edits" item.
18400         * startup.el (init-file-user): defcustom -> defvar.
18402         * tooltip.el (tooltip-mode): Doc fix.
18404 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18406         * reveal.el (reveal-post-command): window-buffer signals an error on
18407         dead windows rather than returning nil.
18408         (reveal-open-new-overlays): An overlay might die while we open others.
18410 2006-01-11  Bill Wohler  <wohler@newt.com>
18412         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
18413         phrasing in docstring.
18415         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
18416         can give some systems gas.  Add new file mh-buffers.el.
18418 2006-01-06  Masatake YAMATO  <jet@gyve.org>
18420         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
18421         C preprocessor forward ported from GNU Emacs 21.2.
18423         * progmodes/asm-mode.el (asm-font-lock-keywords):
18424         Use `cpp-font-lock-keywords'.
18426         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
18428         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
18429         of $ for "\\.ld[s]?".
18431 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18433         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
18434         (tcl-indent-line): Return `noindent' if inside a string.
18436         * progmodes/flymake.el (flymake-split-string): Remove more than one
18437         empty string at beg/end of the result.
18438         (flymake-find-buildfile, flymake-find-possible-master-files):
18439         Use expand-file-name.
18440         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
18441         since expand-file-name does it for us.  Use directory-file-name.
18442         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
18443         (flymake-ler-get-type, flymake-ler-get-text)
18444         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
18445         (flymake-current-line-no): Remove spurious interactive spec.
18446         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
18447         (flymake-check-include): Remove arg inc-path merged into inc-name.
18448         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
18449         Arg regexp-list replaced by a simple regexp.
18450         (flymake-master-make-header-init, flymake-master-tex-init):
18451         Correspondingly replace regexp-list with a regexp.  Fix regexp.
18453 2006-01-10  Simon Josefsson  <jas@extundo.com>
18455         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
18456         describing AUTH PLAIN fix.
18458 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18460         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
18461         (report-emacs-bug): Don't record initial prompt text.
18462         Instead, add text properties to prompting text.
18463         (report-emacs-bug-hook): Delete prompting text.
18465 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18467         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
18468         `dirs'.  Adjust callers.
18470 2006-01-09  John Paul Wallington  <jpw@gnu.org>
18472         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
18474 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18476         * reveal.el (reveal-open-new-overlays): New extracted fun.
18477         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
18478         using them.  Simplify the code.
18479         (reveal-post-command): Use them.  Fix up obsolete windows in
18480         reveal-open-spots.
18482         * progmodes/flymake.el: Use `require' rather than autoload for
18483         XEmacs's overlays.
18484         (flymake-get-common-file-prefix, flymake-build-relative-filename):
18485         Delete.  Use file-relative-name instead.
18486         (flymake-get-syntax-check-program-args, flymake-perl-init):
18487         Simplify the resulting code.
18489         * log-view.el (log-view-file-re, log-view-message-re): Add support
18490         for DaRCS output.
18492 2006-01-09  Alex Schroeder  <alex@gnu.org>
18494         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
18495         identifiers sometimes added in square brackets at the beginning of
18496         subject lines.
18498 2006-01-07  Richard M. Stallman  <rms@gnu.org>
18500         * cus-edit.el (Custom-set, Custom-save): Doc fix.
18501         (Custom-reset-current, Custom-reset-saved): Change question text.
18502         (Custom-reset-standard): Likewise.
18503         (custom-variable-reset-saved): Doc fix.
18505 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
18507         * startup.el (init-file-user): Doc fix.
18509 2006-01-07  Alex Schroeder  <alex@gnu.org>
18511         * mail/rmail.el (rmail-current-subject): New function.
18512         (rmail-current-subject-regexp): New function.
18513         (rmail-next-same-subject): Use it.
18515         * mail/rmailsum.el (rmail-summary-by-topic):
18516         Use rmail-current-subject and rmail-current-subject-regexp.
18517         (rmail-summary-next-same-subject): Ditto.
18519         * net/rcirc.el (rcirc-send-input): No longer check whether the
18520         process is open, since not all commands need an open process.
18521         (rcirc-send-string): Check whether the process is open before
18522         sending anything.
18523         (rcirc-ignore-list): New option.
18524         (rcirc-ignore-list-automatic): New variable.
18525         (rcirc-print): Take rcirc-ignore-list into account.
18526         (rcirc-cmd-ignore): New command.
18527         (rcirc-ignore-update-automatic): New function.
18528         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
18529         list if ignored nicks.
18530         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
18532 2006-01-06  David Reitter  <david.reitter@gmail.com>
18534         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
18535         reflect the address to which the report will be sent.
18537 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
18539         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
18540         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
18542 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
18544         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
18546         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
18547         the doc string: "functoin" => "function".
18548         * ldefs-boot.el: Likewise.
18550         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
18551         message text: "Duplicat" => "Duplicate".
18553 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
18555         * files.el (basic-save-buffer-2): If backing-up failed, reset
18556         buffer-backed-up to nil.
18558 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
18560         * progmodes/gud.el (gdb-script-skip-to-head)
18561         (gdb-script-calculate-indentation): Indent for breakpoint command
18562         lists also.
18564 2006-01-05  Bill Wohler  <wohler@newt.com>
18566         * Makefile.in (compile-always): Add mh-autoloads dependency.
18567         (bootstrap): Remove mh-autoloads dependency, as compile dependency
18568         provides it.
18569         (updates): Remove mh-autoloads dependency, since it probably has
18570         already run recently (via recompile).
18572 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18574         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
18575         argument `force' to disable the flyspell-last-buffer optimization.
18576         (flyspell-mode-on): Use it.
18578         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
18579         flymake-simple-cleanup.
18580         (flymake-allowed-file-name-masks): Use this new default.
18581         All the functions are now called in the right buffer rather than
18582         passing the buffer as argument.
18583         (flymake-process-sentinel): Switch to buffer before calling cleanup.
18584         (flymake-parse-err-lines): Remove redundant buffer arg.
18585         (flymake-get-program-dir): Comment out unused function.
18586         (flymake-start-syntax-check, flymake-start-syntax-check-process):
18587         Remove redundant buffer argument.
18588         (flymake-get-real-file-name, flymake-simple-java-cleanup)
18589         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
18591 2006-01-05  Richard M. Stallman  <rms@gnu.org>
18593         * info.el (Info-find-node): Don't record previous node if have none.
18594         (info): Go to directory only if history is empty.
18596         * simple.el (mark): Doc fix.
18598 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18600         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
18601         already of desired type.
18602         (mac-ae-list): Coerce parameter to "list" type.
18603         (mac-dispatch-apple-event): Replace cadr part of event with a
18604         dummy position so that event-start returns it.
18606 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
18608         * textmodes/org.el (org-end-of-subtree): New function.
18609         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
18610         Use `org-end-of-subtree'.
18611         (org-agenda, org-agenda-convert-date): Protect calls to
18612         `fit-window-to-buffer'.
18613         (org-tags-view): Force matching of sublevels when doing a
18614         todo-only search.  Define the correct redo command, including the
18615         arguments.
18616         (org-agenda-redo): Display message.
18617         (org-check-for-org-mode): New function.
18618         (org-agenda-type): New variable.
18619         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
18620         Set `org-agenda-type'.
18621         (org-agenda-check-type): New function.
18622         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
18623         (org-agenda-week-view, org-agenda-day-view)
18624         (org-agenda-next-date-line, org-agenda-previous-date-line)
18625         (org-agenda-log-mode, org-agenda-toggle-diary)
18626         (org-agenda-toggle-time-grid, org-agenda-date-later)
18627         (org-agenda-date-prompt, org-agenda-diary-entry)
18628         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18629         (org-agenda-convert-date, org-agenda-menu):
18630         Use `org-agenda-check-type'.
18631         (org-make-overlay, org-delete-overlay)
18632         (org-detatch-overlay, org-move-overlay, org-overlay-put):
18633         New compatibility functions.
18634         (org-calendar-select-mouse): New command.
18636 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
18638         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18639         (Custom-reset-standard): Fix y-or-n-p messages.
18640         (custom-link): New face for links.
18641         (custom-buffer-create-internal, custom-manual): Use it.
18642         (custom-face-save): Push to theme-face before setting face spec.
18644         * wid-edit.el (widget-default-mouse-face-get): New function.
18645         (widget-specify-button): Handle mouse-face like button-face.
18647         * custom.el (load-theme): Clear old theme settings if reloading.
18649 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18651         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18652         "Erase Customization" button back to same position it occupies in
18653         the individual State menus.
18655 2006-01-04  Kim F. Storm  <storm@cua.dk>
18657         * wid-edit.el (key-sequence): Rework widget to read key binding
18658         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
18659         (widget-key-sequence-default-value): Default value for empty sequence.
18660         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
18661         (widget-key-sequence-read-event): New command for C-q.
18662         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18663         (widget-key-sequence-value-to-external): New functions.
18665 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18667         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18668         Use expand-file-name.
18669         (flymake-delete-temp-directory): Use expand-file-name,
18670         file-name-directory, and directory-file-name.
18671         (flymake-strrchr): Delete.
18672         (flymake-start-syntax-check): Don't pass the redundant buffer argument
18673         to the init-f function.
18674         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18675         (flymake-init-find-buildfile-dir)
18676         (flymake-init-create-temp-source-and-master-buffer-copy)
18677         (flymake-simple-make-init-impl, flymake-simple-make-init)
18678         (flymake-master-make-init, flymake-master-make-header-init)
18679         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18680         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18681         (flymake-xml-init): Remove corresponding redundant buffer argument.
18682         (flymake-allowed-file-name-masks): Remove last elems that are equal to
18683         the default anyway.  Clean up regexps.
18685         * progmodes/flymake.el (flymake-temp-source-file-name)
18686         (flymake-master-file-name, flymake-temp-master-file-name)
18687         (flymake-base-dir): New buffer-local vars.
18688         (flymake-buffer-data, flymake-get-buffer-value)
18689         (flymake-set-buffer-value): Replace those hash-tables by the new
18690         buffer-local vars.  Update callers.
18692         * progmodes/flymake.el (flymake-check-start-time)
18693         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18694         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18695         Move definition, so we can remove redundant earlier declaration.
18696         (flymake-replace-regexp-in-string, flymake-split-string)
18697         (flymake-get-temp-dir): Use defalias.
18698         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
18699         (flymake-xemacs-window-edges): Remove unused function.
18700         (flymake-get-point-pixel-pos): Move.
18701         (flymake-pid-to-names, flymake-reg-names)
18702         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18703         Replace by a simple list flymake-processes and by process-buffer.
18704         Update callers.  Other than simplify the code, it uses buffers rather
18705         than buffer-names so it doesn't get confused by uniquify.
18706         (flymake-buffer-data): The global value should just be nil.
18708         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18709         Optimize the body of a defalias like any other code.
18711         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18712         Make sure we've setup font-lock's vars.  It may influence which
18713         function we then call.
18714         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18715         here since it's too late anyway.
18717 2006-01-03  Romain Francoise  <romain@orebokech.com>
18719         * startup.el (fancy-splash-tail, normal-splash-screen):
18720         Update copyright year.
18722 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
18724         * mouse.el (mouse-drag-track): Rename, from
18725         `mouse-drag-region-1'.  Includes optional argument required to
18726         enable post-drag event processing (e.g. delete region keys).
18727         Can be used without this argument to track a mouse region and operate
18728         on it as soon as the drag completes.
18729         (mouse-drag-region): Use `mouse-drag-track'.
18731 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
18733         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18734         Move to `custom-buffer' group.
18736         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18737         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18738         (custom-theme-insert-face-marker, custom-theme-variable-menu)
18739         (custom-theme-face-menu): New variables.
18740         (custom-theme-add-variable, custom-theme-variable-action)
18741         (custom-variable-reset-theme, custom-theme-delete-variable)
18742         (custom-face-reset-theme, custom-theme-face-action)
18743         (custom-theme-delete-face, custom-theme-merge-theme)
18744         (custom-theme-add-face, custom-theme-visit-theme): New functions.
18746 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
18748         * custom.el: Move Custom Themes commentary to start of theme code.
18749         (custom-known-themes): Rename `standard' theme to `changed'.
18750         (custom-push-theme): Caller no longer specifies what theme to use
18751         when doing `reset'---the setting is simply removed from the theme.
18752         Delete MODE from `theme-value' and `theme-settings' properties.
18753         (custom-declare-theme): Ignore &rest args since we don't use them.
18755         (custom-loaded-themes): Delete variable.
18756         (custom-theme-load-themes, custom-theme-loaded-p)
18757         (custom-theme-value): Delete functions.
18759         (custom-declare-theme): Signal error on invalid theme names.
18760         (provide-theme): custom-loaded-themes was deleted.
18761         (load-theme): Load the file unconditionally.
18762         (enable-theme): Call `load-theme' if theme is undefined.
18763         (custom-enabled-themes): Only update value for successful loads.
18764         (disable-theme): Complete from enabled themes when interactive.
18765         (custom-variable-theme-value): Calculate theme value directly.
18767         (custom-theme-reset-variables, custom-reset-variables): Mark as
18768         XEmacs compatibility functions.  We don't actually use these.
18770         * cus-edit.el (custom-variable-state-set):
18771         Use custom-variable-theme-value instead of custom-theme-value.
18772         (custom-face-state-set): Rename `standard' theme to `changed'.
18773         (custom-save-variables, custom-save-faces): Delete unneeded
18774         references to custom-reset-variables.
18775         (custom-save-resets): Delete function.
18776         (custom-save-variables, custom-save-faces): MODE argument deleted.
18777         (custom-save-variables, custom-save-faces): Ignore theme values.
18779         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18780         compatibility function.
18782 2006-01-01  Richard M. Stallman  <rms@gnu.org>
18784         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18785         (Custom-reset-current, Custom-reset-saved): Likewise.
18786         (Custom-reset-standard): Show message if aborted.
18787         (custom-mode): Doc fix, describing those commands.
18789         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18790         put on event-kind property.
18792 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
18794         * custom.el (provide-theme): Ban `user' theme name.
18795         (custom-enabling-themes): New variable.
18796         (enable-theme): Don't enable user if custom-enabling-themes is t.
18797         (custom-enabled-themes): Make it a defcustom.
18798         (custom-theme-recalc-face): No-op if face is undefined.
18800         * cus-edit.el (custom-button-mouse): New variable.
18801         (custom-button-mouse): New face.
18802         (custom-raised-buttons, custom-mode): Use it.
18804         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18806 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
18808         * progmodes/gud.el (gud-display-line): Support hl-line in the
18809         source buffer.
18811 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
18813         * mouse.el (mouse-drag-window-above): Verify that the found window
18814         overlaps with the given window in the horizontal dimension.
18816 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
18818         * Makefile.in (cvs-update): New target.
18820         * makefile.w32-in (cvs-update): Ditto.
18822 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
18824         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18825         (custom-new-theme-mode-map): New variable.
18827 2005-12-30  Richard M. Stallman  <rms@gnu.org>
18829         * custom.el (custom-load-themes): Function deleted.
18831         * cus-edit.el (custom-save-loaded-themes): Function deleted.
18832         (custom-save-variables): Don't delete or add custom-load-themes call.
18834 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18836         * cus-start.el: Add `visible-cursor'.
18838         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18839         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18840         (flymake-process-filter): Switch to buffer before calling it instead.
18841         (flymake-post-syntax-check, flymake-highlight-err-lines)
18842         (flymake-delete-own-overlays, flymake-parse-err-lines)
18843         (flymake-start-syntax-check, flymake-start-syntax-check-process)
18844         (flymake-count-lines, flymake-parse-residual):
18845         Remove constant buffer argument.
18846         (flymake-start-syntax-check-for-current-buffer): Remove.
18847         Update callers to use flymake-start-syntax-check instead.
18848         (flymake-display-err-menu-for-current-line):
18849         Remove unused var `mouse-pos'.
18850         (flymake-restore-formatting): Comment out unused function.
18851         (flymake-report-status, flymake-report-fatal-status): Remove buffer
18852         argument, use current-buffer instead.  Update callers.
18854 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18856         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18857         buffer-local because choose-completion-delete-max-match requires
18858         that we set completion-ignore-case (i.e., binding via let is not
18859         sufficient).
18860         (bibtex-complete): Always set completion-ignore-case and
18861         choose-completion-string-functions.  The latter is needed because
18862         choose-completion-string-functions keeps its value if we quit the
18863         *Completions* buffer without requesting a completion.
18865 2005-12-30  Andreas Schwab  <schwab@suse.de>
18867         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18869 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
18871         * jit-lock.el (jit-lock-chunk-size): Doc fix.
18873 2005-12-30  Juri Linkov  <juri@jurta.org>
18875         * locate.el (locate-fcodes-file, locate-header-face)
18876         * progmodes/delphi.el (delphi-other-face)
18877         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18879         * paren.el (show-paren-match, show-paren-mismatch): Use existing
18880         group `paren-showing-faces'.
18882         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18883         (goto-address): Fix docstring.
18885         * net/webjump.el (webjump-sample-sites): Update URLs.
18887         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18889         * subr.el (cancel-change-group): Add listp around pending-undo-list.
18891 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18893         * font-lock.el (font-lock-compile-keywords): Signal an error when
18894         font-lock-set-defaults hasn't been called.
18896 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
18898         * subr.el (noreturn, 1value): Doc fixes.
18900 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18902         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18903         that assoc-string returns nil.
18905 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18907         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18908         (bibtex-entry-type-str, bibtex-empty-field-re)
18909         (bibtex-search-backward-string, bibtex-preamble-prefix)
18910         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18911         (bibtex-any-valid-entry-type): New variable.
18912         (bibtex-parse-field-name): Simplify.
18913         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18914         (bibtex-preamble-prefix): Include left delimiter.
18915         (bibtex-search-forward-field, bibtex-search-backward-field):
18916         Allow unbounded search past entry boundaries (required by bibtex-pop).
18917         (bibtex-text-in-field-bounds): Use push.
18918         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18919         (bibtex-parse-preamble, bibtex-valid-entry)
18920         (bibtex-beginning-first-field): New functions.
18921         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
18922         (bibtex-map-entries): Fix docstring.
18923         (bibtex-flash-head): New arg prompt.  Simplify.
18924         (bibtex-enclosing-field): Include code of bibtex-inside-field.
18925         (bibtex-insert-kill): Simplify.  Always insert text past the
18926         current field or entry.
18927         (bibtex-format-entry): Use bibtex-parse-field.
18928         (bibtex-pop): Use bibtex-beginning-of-entry and
18929         bibtex-end-of-entry to initiate the search.  Insert empty field if
18930         we found ourselves.
18931         (bibtex-print-help-message): New args field and comma.
18932         Handle entry keys.
18933         (bibtex-make-field): Use bibtex-beginning-of-entry.
18934         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
18935         invalid entry.
18936         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18937         Handle preambles.  Simplify code for thorough test.
18938         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18939         New arg comma.  Handle entry heads.
18940         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18941         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18942         New arg comma.
18943         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18944         (bibtex-fill-field): Simplify.
18945         (bibtex-fill-entry): Use bibtex-beginning-first-field and
18946         bibtex-parse-field.
18947         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18948         (bibtex-complete): Use bibtex-parse-preamble.
18950 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
18952         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18953         Display name of expression instead of convenience variable.
18954         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18956         * progmodes/gud.el (gud-tooltip-dereference): Rename from
18957         toggle-gud-tooltip-dereference.
18958         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18959         (gud-tooltip-tips): ...here when dereferencing.
18961 2005-12-28  Bill Wohler  <wohler@newt.com>
18963         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18965 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18967         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18968         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
18969         (vc-annotate-display-autoscale): Adjust call.
18970         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
18971         Fix interactive spec.
18972         (vc-annotate-time-span): Remove.
18973         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18974         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18975         (vc-annotate-display-select): Use new name.
18977         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18978         (vc-annotate-mode-menu): Remove left-over redundant declaration.
18979         Correct the construction of span entries.  Simplify.
18980         (vc-annotate-display-select): Fix the nil case.
18981         (vc-annotate): Remove obsolete (and now broken) code.
18982         (vc-annotate-extract-revision-at-line): Remove obsolete code.
18983         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
18985 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
18987         * subr.el (lazy-completion-table): Correct typo in docstring.
18989         * startup.el (command-line): Use `custom-reevaluate-setting' for
18990         `send-mail-function'.
18992         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18994 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
18996         * mail/smtpmail.el (smtpmail-try-auth-methods):
18997         Send credentials together with "AUTH PLAIN" command.
18999 2005-12-27  Richard M. Stallman  <rms@gnu.org>
19001         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
19002         mouse-2, go back to previously selected window, so it's selected
19003         when mouse-2 command runs.
19005 2005-12-27  Juri Linkov  <juri@jurta.org>
19007         * descr-text.el (describe-text-sexp): Use square brackets for
19008         button [Show] to distinguish it from the property value `show'.
19009         (describe-property-list): Use `insert-text-button' with
19010         `help-face' type instead of putting face in quotes, because button
19011         is not created automatically for a list of faces.
19012         (describe-text-properties-1): Put button-type value in quotes to
19013         distinguish from plain text "button".
19014         (describe-char): Display code point values in hex.  Don't use
19015         `symbol-name' for `current-input-method' because it is a string.
19016         Use `insert-text-button' with `help-face' type instead of putting
19017         hardcoded face in quotes, because button is not created automatically.
19019 2005-12-27  Richard M. Stallman  <rms@gnu.org>
19021         * progmodes/glasses.el (glasses-face): More specific custom type.
19023         * files.el (set-visited-file-name): Doc fix.
19025         * textmodes/flyspell.el (flyspell-external-point-words):
19026         Use local var buffer-scan-pos to advance scan for next misspelling.
19027         Advance it only after we find the misspelling.
19029 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
19031         * textmodes/flyspell.el (flyspell-external-point-words):
19032         New criteria for finding the misspelling in the buffer.
19034 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
19036         * help-mode.el (help-insert-string): Set help-xref-stack-item
19037         rather than call help-setup-xref.
19039         * descr-text.el (describe-char): Revert previous changes for
19040         optional buffer argument.
19042 2005-12-27  Juri Linkov  <juri@jurta.org>
19044         * help-mode.el (help-insert-string): New function.  Save buffer
19045         contents in cases where it is impossible to recompute the old contents.
19047         * descr-text.el (describe-char): Set help-xref-stack-item
19048         explicitly after buffer has been generated.
19050 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19052         * cus-start.el (all): Add x-gtk-show-hidden-files.
19054 2005-12-26  Richard M. Stallman  <rms@gnu.org>
19056         * replace.el (perform-replace): Calculate match-again
19057         before skipping read-only matches.
19059         * paren.el (paren-showing-faces): New group.
19060         (show-paren-match, show-paren-mismatch): Move to that group.
19062         * button.el (button): Put into group `basic-faces'.
19064         * progmodes/make-mode.el: Remove faces from group `faces'.
19066         * apropos.el (apropos, apropos-value): Doc fix.
19067         (apropos-documentation): Doc fix.
19069 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19071         * subr.el (lazy-completion-table): Remove argument `args'.
19073         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
19074         Don't use the `args' argument of lazy-completion-table.
19076 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
19078         * descr-text.el (describe-char): Add optional argument for buffer.
19079         Set buffer appropriately.  Call help-setup-xref.
19080         Suggested by Stefan Monnier.
19082 2005-12-26  Juri Linkov  <juri@jurta.org>
19084         * descr-text.el: Require `help-fns' at runtime.  Don't require
19085         `button' for byte compilation.
19086         (describe-text-widget): Add `help-echo' for first button.
19087         Use `help-info' for second.
19088         (describe-property-list): Use `help-argument-name' instead of `italic'.
19089         (describe-text-category): Add prompt to interactive spec.
19090         Call `help-setup-xref'.
19091         (describe-char): Use `help-character-set'.  Add `help-echo' for
19092         code point.  Use `help-input-method'.  Remove superfluous insert.
19094 2005-12-25  Richard M. Stallman  <rms@gnu.org>
19096         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
19097         at point, in case of narrowing.
19099         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
19101         * locate.el (locate-header-face): Allow nil in type.
19103         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
19105 2005-12-25  Romain Francoise  <romain@orebokech.com>
19107         * battery.el (battery-linux-proc-acpi): Also try
19108         `/proc/acpi/thermal_zone/THM0/temperature'.
19110 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
19112         * custom.el (custom-push-theme): Fix docstring.
19114         * cus-edit.el (custom-variable-set, custom-variable-save)
19115         (custom-variable-save): Custom-quote widget values.
19116         (customize-save-variable): Fix custom-push-theme call.
19118 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
19120         * w32-fns.el (w32-batch-update-autoloads): New function.
19122         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
19123         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
19124         from the command line.
19126 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
19128         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
19129         reset means to remove setting from theme entirely.  Don't keep
19130         expanding theme-settings list; delete old entries if necessary.
19132         * cus-edit.el (custom-buffer-create-internal): Move "Erase
19133         customization" button one line up.
19134         (custom-themed): New face.
19135         (custom-magic-alist): New value, THEMED, for theme settings.
19136         (custom-variable-state-set, custom-face-state-set):
19137         Check theme-value instead of saved-value.
19138         (custom-variable-reset-standard, custom-face-reset-standard):
19139         Remove theme setting entirely.  Recalculate new values.
19140         (custom-variable-set, custom-variable-set)
19141         (custom-variable-reset-saved, custom-variable-reset-backup)
19142         (custom-face-set, custom-face-reset-saved): Update `user' theme.
19143         (custom-variable-save): Fix typos.
19145 2005-12-23  Juri Linkov  <juri@jurta.org>
19147         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
19148         Add autoload cookies.
19149         (edebug-outside-d-c-i-n-s-w): New variable.
19150         (edebug-display, edebug-outside-excursion): Use it to save the
19151         original value of default-cursor-in-non-selected-windows.
19152         Set default-cursor-in-non-selected-windows to t while Edebug
19153         is active.
19154         (edebug-mode, edebug-eval-mode): Doc fix.
19156         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
19157         with `buffer-substring-no-properties' to remove common substring
19158         highlighting.
19160         * info.el (info-other-window, info): Rename function argument
19161         `file' to `file-or-node'.
19162         (Info-complete-menu-item): Use local variable `complete-nodes' to
19163         keep the global value of `Info-complete-nodes' unchanged for
19164         subsequent completions.
19165         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
19167         * simple.el (get-next-valid-buffer, last-buffer)
19168         (next-error-buffer-p, next-error-find-buffer)
19169         (minibuffer-history-sexp-flag): Doc fix.
19171         * savehist.el (savehist-mode-hook): Add `:group'.
19173         * log-view.el: Call autoload for vc-find-version.
19174         (log-view-current-file): Adjust subgroup numbers.
19175         (log-view-current-tag): Add `length'.
19177 2005-12-23  Richard M. Stallman  <rms@gnu.org>
19179         * vc.el (vc-annotate-car-last-cons): Defn moved up.
19181 2005-12-23  Juri Linkov  <juri@jurta.org>
19183         * hi-lock.el (hi-lock-archaic-interface-message-used)
19184         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
19185         (hi-lock-mode): Display "Hi" in the mode line only when
19186         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
19187         (hi-lock-write-interactive-patterns):
19188         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
19189         (hi-lock-set-pattern, hi-lock-set-file-patterns)
19190         (hi-lock-font-lock-hook): Set 3rd arg `how' of
19191         font-lock-add-keywords to t.
19193 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
19195         * hi-lock.el (hi-lock-highlight-range): New variable.
19196         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
19197         only if font-lock-fontified is non-nil.  Remove overlays.
19198         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
19199         font-lock-fontified is non-nil, otherwise use overlays (instead of
19200         text properties).
19201         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
19202         New variables.
19203         (hi-lock-string-serialize): New function.
19205 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19207         * menu-bar.el (menu-find-file-existing): New function.
19208         (menu-bar-file-menu): Use menu-find-file-existing for Open.
19210         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
19212 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19214         * vc.el: Remove unnecessary leading * in docstrings.
19215         (vc-annotate-mode-map): Move initialization into declaration.
19216         (vc-static-header-alist): Nitpick on the regexp.
19217         (vc-default-init-version): New fun.
19218         (vc-register): Use it.
19219         (vc-insert-headers): Use dolist.
19220         (vc-annotate-get-backend): Remove unused function.
19221         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
19222         (vc-annotate-mode): Remove corresponding call.
19223         (vc-annotate-car-last-cons): Simplify.
19224         (vc-annotate-buffers): Remove var.
19225         (vc-annotate-backend): Make it buffer-local.
19226         (vc-annotate): Move the interaction to the interactive spec.
19227         Add a `buf' argument.
19228         (vc-annotate-warp-version): Use this new `buf' argument to avoid
19229         killing&creating a vc-annotate buffer, which is very disruptive when
19230         the buffers are shown in dedicated frames.
19232 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
19234         * descr-text.el: Add FSF as maintainer.
19235         (describe-text-mode, describe-text-mode-map)
19236         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
19237         help-mode.
19238         (describe-text-widget, describe-text-sexp)
19239         (describe-property-list, describe-text-category)
19240         (describe-text-properties, describe-text-properties-1)
19241         (describe-char): Use help buttons instead of widgets.
19242         (describe-char-unicodedata-file): Make URL link in doc string.
19244 2005-12-22  Richard M. Stallman  <rms@gnu.org>
19246         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
19247         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
19248         Don't include buttons that write a file when there's no file.
19249         (custom-variable-menu, custom-face-menu, custom-group-menu):
19250         Don't include commands that write a file when there's no file.
19251         (customize-browse): Reword the top-of-buffer help intro.
19252         (custom-buffer-create-internal): Fix previous change.
19253         (customize-changed-options-previous-release): Prev release is 21.1.
19254         (customize-changed-options): Doc fix.
19255         (customize-changed): New alias.
19256         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
19257         Say "standard values".
19258         (Custom-reset-standard): Doc fix.
19259         (custom-face-reset-standard): Doc fix.
19261 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19263         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
19264         even if font-lock-mode is non-nil since it may be t without having
19265         turned on font-lock-mode-internal.
19266         (font-lock-choose-keywords): Minor optimization.
19267         (font-lock-add-keywords, font-lock-remove-keywords)
19268         (font-lock-set-defaults): Don't call make-local-variable on a variable
19269         that we know to already be local.
19271 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19273         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
19274         messages if in the minibuffer.
19276 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19278         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
19279         (tex-mode-flyspell-verify, flyspell-get-word)
19280         (flyspell-external-point-words): Don't use point-min/max uselessly.
19282         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
19283         by Kevin Rodgers.  Instead, just hide the completions buffer if we
19284         don't need to show it.
19286 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
19288         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
19290 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19292         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
19293         delete-windows-on with an inexistent buffer.
19295 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
19297         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19298         Delete defcustom variable :tag names.
19300 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19302         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
19303         (log-view-font-lock-keywords): Ajust subgroup numbers.
19304         (log-view-current-tag): Don't hard code the number of subgroups.
19306 2005-12-20  Juri Linkov  <juri@jurta.org>
19308         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
19309         (tooltip-x-offset, tooltip-y-offset): Doc fix.
19311         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19312         (menu-bar-non-minibuffer-window-p): Instead of checking
19313         display-multi-frame-p, use selected-frame when menu-updating-frame
19314         is nil.
19316 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
19318         * align.el (align-rules-list): Use [ \t] instead of \s-
19319         for column separators in text mode.
19321 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
19323         * help-mode.el (help-customize-variable, help-customize-face):
19324         Don't pop help-xref-stack as help-follow no longer pushes
19325         anything on to it.
19327 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
19329         * textmodes/org.el (org-agenda-custom-commands): New option.
19330         (org-agenda): Offer custom commands on splash screen.
19331         (org-make-tags-matcher): Parser for Boolean logic added.
19332         (org-agenda-set-tags): New command.
19333         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
19334         (org-set-tags): Efficiency improvements.
19335         (org-auto-align-tags): New option.
19336         (org-todo, org-demote, org-promote): Realign tags.
19337         (org-tags-completion-function): Use also "&" and "|" as separators.
19338         (org-org-menu): Agenda commands simplified.
19340 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
19342         * cus-edit.el (customize-apropos, customize-apropos-options):
19343         Docstring changes.
19345         * font-lock.el (font-lock): Add tags to the links in the defgroup.
19347 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
19349         * longlines.el (longlines-mode): Wrap while widened.
19350         (longlines-decode-region, longlines-encode-region): Compute max
19351         just once.
19353 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19355         * cus-edit.el (mac): New group.
19357         * cus-start.el (all): Add user options in macterm.c.  Add test for
19358         Mac-related built-ins.  Fix test for GTK-related built-ins.
19360         * term/mac-win.el (mac-handle-language-change)
19361         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
19362         (mac-services-open-selection, mac-services-mail-selection)
19363         (mac-services-mail-to, mac-services-insert-text)
19364         (mac-dispatch-apple-event): Add docstrings.
19365         (x-get-selection, mac-select-convert-to-string): Select coding
19366         system from `utf-16be' and `utf-16le' using `byteorder'.
19368 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19370         * subr.el (lazy-completion-table): Don't be fooled if the var holds
19371         a "list" (lambda ...) rather than a real completion list.
19373         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
19374         lexical-let when encountering ((lambda (...) ...) ...).
19376 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
19378         * progmodes/sh-script.el (sh-mode):
19379         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
19380         * textmodes/picture.el (picture-mode): Update docstrings.
19382 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
19384         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
19385         commands enclosed in $(ARGQUOTE)s should not be split between two
19386         lines, as that will break with GNU Make >3.80, when sh.exe is used
19387         and arg quoting is with '..'.
19388         (autoloads): Don't break the quoted --eval expression between
19389         several lines.
19391 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
19393         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
19394         Capture error from printing circular structures.
19396 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
19398         * wid-edit.el (widget-checkbox-action): Clear undo info.
19400 2005-12-16  Bill Wohler  <wohler@newt.com>
19402         * menu-bar.el (kill-this-buffer): Set a good example by using menu
19403         bar, not menubar in comment.
19405 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19407         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
19408         After-change-functions should not clobber the match data.
19410 2005-12-16  Juri Linkov  <juri@jurta.org>
19412         * simple.el (choose-completion): Use `buffer-substring-no-properties'
19413         instead of `buffer-substring'.
19414         (completion-common-substring): Doc fix.
19415         (completion-setup-function): Use minibuffer-completion-contents
19416         instead of minibuffer-contents.  Don't set common-string-length
19417         initially.  Remove special handling of partial-completion-mode.
19418         Move computation of completion-base-size into one cond.
19419         Call completion-base-size-function in mainbuf.  In computation of
19420         completion-base-size for file name completion don't move point to
19421         the end of the minibuffer.  Move computation of common-string-length
19422         into one cond.  Start putting faces only when common-string-length>=0.
19423         Add condition to put completions-common-part when
19424         common-string-length>0.
19426         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
19427         place point at the first different character in the minibuffer
19428         even if this position is at the beginning of the minibuffer.
19430         * info.el (Info-read-node-name-1): In completion-base-size-function's
19431         lambda return 1 if common-substring or minibuffer-completion-contents
19432         starts with (, and 0 otherwise.
19434         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
19435         Use `crm-current-element' for second arg of `display-completion-list'.
19437 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
19439         * files.el (set-auto-mode): Look for an interpreter specified on
19440         the first line also if search for mode specification succeeded,
19441         but the mode is not known.
19443 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
19445         * textmodes/org.el (org-tags-match-list-sublevels): New option.
19446         (org-open-at-point): Implement tag searches as links.
19447         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
19448         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
19449         (org-tags-sparse-tree, org-tags-view, org-set-tags)
19450         (org-agenda-dispatch): New commands.
19451         (org-use-tag-inheritance, org-tags-column): New options.
19452         (org-tab-follows-link, org-return-follows-link): New options.
19453         (org-tags): New customize group.
19454         (org-start-icalendar-file): Get local time zone.
19455         (org-tags-completion-function): New function.
19456         (org-set-font-lock-defaults): Make sure links will also be
19457         highlighted inside headlines.
19459 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
19461         * term.el (term-emulate-terminal):
19462         Let term-handle-ansi-terminal-messages override what Bash says about
19463         its current directory.
19465 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19467         * bindings.el (last-buffer): Move to simple.el.
19468         * simple.el (last-buffer): Move here.
19469         (get-next-valid-buffer): New function.
19470         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
19471         (prev-buffer): Ditto.  Rename to `previous-buffer'.
19473         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
19474         * bindings.el (global-map): Ditto.
19476 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
19478         * cus-edit.el: Introductory comment change.
19479         (custom-magic-alist): Change message string for the `rogue' state.
19481 2005-12-15  Richard M. Stallman  <rms@gnu.org>
19483         * tooltip.el: Delete defcustom variable :tag names.
19485         * complete.el (partial-completion-mode): Doc fix.
19487         * textmodes/flyspell.el (flyspell-external-point-words):
19488         Use save-excursion to ensure we don't move backward in the
19489         search loop, not even one character.
19490         (flyspell-delete-all-overlays): Use remove-overlays directly.
19492         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
19493         (ispell-start-process): Set that variable.
19494         Clear ispell-buffer-local-name.
19495         (ispell-internal-change-dictionary):
19496         Set ispell-current-dictionary after killing process.
19497         (ispell-buffer-local-dict):
19498         Don't set spell-personal-dictionary after killing process.
19499         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
19500         (ispell-tex-skip-alists, ispell-html-skip-alists)
19501         (ispell-skip-region-alist): Mark as risky.
19503         * net/newsticker.el (newsticker--retrieval-timer-list)
19504         (newsticker--display-timer, newsticker-running-p)
19505         (newsticker-ticker-running-p): Definitions moved up.
19507 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
19509         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
19511 2005-12-15  David Ponce  <david@dponce.com>
19513         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
19514         (recentf-edit-list, recentf-open-files): Signal an error when
19515         there is no recent file.
19517 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
19519         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
19520         read-only except for texinfo-format-region evaluation.
19522 2005-12-14  Richard M. Stallman  <rms@gnu.org>
19524         * vc.el (vc-default-previous-version, vc-default-next-version)
19525         (vc-do-command): Doc fixes.
19527 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19529         * textmodes/bibtex.el (bibtex-expand-strings)
19530         (bibtex-autokey-expand-string, bibtex-name-part)
19531         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
19532         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
19533         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
19534         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
19535         (bibtex-entry-postfix, bibtex-known-entry-type-re)
19536         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
19537         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
19538         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
19539         (bibtex-beginning-of-last-entry): Remove.
19540         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
19541         message if comma is missing but buffer is read-only.
19542         (bibtex-parse-field-text): Handle whitespaces at the end of field
19543         text.  Return 3-element list with beginning and end of field text
19544         and end of field.
19545         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
19546         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
19547         (bibtex-search-forward-field, bibtex-search-backward-field):
19548         Search always delimited by limits of entry.  Use more efficient
19549         search algorithms.
19550         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
19551         bibtex-end-of-name-in-field.
19552         (bibtex-text-in-field-bounds): Handle BibTeX strings when
19553         extracting the content of a field.
19554         (bibtex-text-in-field): Use search limits.
19555         (bibtex-parse-string-prefix): Handle empty string keys based on
19556         bibtex-string-empty-key.
19557         (bibtex-parse-string): Fix docstring.
19558         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
19559         (bibtex-preamble-prefix, bibtex-strings): New functions.
19560         (bibtex-skip-to-valid-entry): Include preceding whitespace in
19561         BibTeX entries (consistent with other BibTeX functions).
19562         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
19563         (bibtex-search-entry): Fix docstring.  Simplify.
19564         (bibtex-flash-head, bibtex-complete-string-cleanup)
19565         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
19566         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
19567         (bibtex-parse-entry): New optional arg content.
19568         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
19569         Use bibtex-text-in-field-bounds.
19570         (bibtex-print-help-message): Handle BibTeX strings and preambles.
19571         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
19572         bibtex-parse-string-postfix.
19573         (bibtex-find-text-internal): New function.
19574         (bibtex-remove-delimiters): Use it.
19575         (bibtex-find-text): Use it.  New optional arg help.
19576         (bibtex-complete): Handle BibTeX string and preamble entries.
19577         (bibtex-Preamble): Fix order of closing delimiters.
19579 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19581         * vc.el (vc-default-revert): New fun.
19583         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
19585 2005-12-14  Romain Francoise  <romain@orebokech.com>
19587         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
19588         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
19589         (font-lock-remove-keywords): Likewise.
19591 2005-12-14  Juri Linkov  <juri@jurta.org>
19593         * log-view.el (log-view-diff): Doc fix.
19595         * isearch.el (isearch-query-replace): Use (mark) instead of
19596         isearch-opoint if mark is active in transient-mark-mode.
19598 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
19600         * isearch.el (isearch-query-replace): Check for isearch-other-end.
19602 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
19604         * progmodes/cpp.el (cpp-face): New widget.
19605         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
19607 2005-12-14  Juri Linkov  <juri@jurta.org>
19609         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
19610         around `erase-buffer' and `insert'.
19612         * descr-text.el (describe-text-properties): Replace buffer name
19613         "*Help-2*" with "*Help*<2>".
19614         (describe-char): Add functions print-help-return-message,
19615         toggle-read-only.  Use help-setup-xref with nil to not store
19616         describe-char in help-xref-stack.  Use help-make-xrefs to
19617         make [back] button.
19619         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
19621         * wdired.el (wdired-old-point): New internal variable.
19622         (wdired-change-to-wdired-mode): Set it buffer-locally.
19623         (wdired-abort-changes): Restore point after aborting changes.
19625 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19627         * vc.el (vc-do-command): Add a new value t for okstatus.
19629         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19630         frame in case of errors.
19632 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19634         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19635         so it comes after "On the Left" in the menu.
19637 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
19639         * cus-edit.el (customize-apropos, customize-apropos-options)
19640         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19642 2005-12-12  Bill Wohler  <wohler@newt.com>
19644         * vc-svn.el (vc-svn-registered): Fix problem of visiting
19645         non-writable Subversion-controlled files by saving window
19646         configuration before calling vc-do-command.  vc-do-command calls
19647         pop-to-buffer on error which is unexpected during registration.
19649 2005-12-12  Jay Belanger  <belanger@truman.edu>
19651         * calc/README: Update the summary of changes.
19653 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19655         * descr-text.el (describe-char): Rework last fix to solve the problem
19656         is the same way it's solved for everything else in that function
19657         (i.e. by extracting the info before setting up the *Help* buffer).
19659 2005-12-12  Kim F. Storm  <storm@cua.dk>
19661         * subr.el (version-regexp-alist): Allow space as separator before
19662         non-numeric part, e.g. "1.0 alpha".
19663         (version-to-list): Interpret .X.Y version as 0.X.Y version.
19665 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
19667         * textmodes/org.el (org-agenda, org-timeline, org-todo):
19668         Implement Logging and the keep-modes setting.
19669         (org-get-category): Make sure a string is returned.
19670         (org-log-done): New function.
19671         (org-log-done, org-closed-string): New options.
19673 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19675         * tooltip.el (tooltip-y-offset): Change default to 20.
19677 2005-12-12  Richard M. Stallman  <rms@gnu.org>
19679         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19681         * frame.el (display-hourglass): Doc fix.
19683         * help.el (help-for-help-internal): Simplify entry for `a'.
19685         * info.el (Info-on-current-buffer): Doc fix.
19686         (info-insert-file-contents): Don't test (featurep 'jka-compr).
19688         * startup.el (inhibit-splash-screen): Make this the real name.
19689         (inhibit-startup-message): Make this the alias.
19690         (command-line): Find only simple.el, and use its directory
19691         to fill in other preloaded files' names.
19692         (command-line): Deactivate the mark if deactivate-mark is set.
19694         * international/mule.el (load-with-code-conversion):
19695         Bind deactivate-mark.
19697         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19699 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
19701         * cus-edit.el (customize-apropos): Avoid listing an option more
19702         than once under different aliases.  No longer list user options
19703         that are not defined with defcustom (unless a prefix arg is given).
19704         Doc fix.
19705         (customize-apropos-options): Doc fix.
19707 2005-12-11  Juri Linkov  <juri@jurta.org>
19709         * frame.el (set-background-color, set-foreground-color)
19710         (set-cursor-color, set-mouse-color, set-border-color):
19711         Add explicit prompts to read colors by `facemenu-read-color'.
19712         (show-trailing-whitespace, blink-cursor-delay)
19713         (blink-cursor-interval, display-hourglass, hourglass-delay):
19714         Remove tags.
19715         (display-hourglass, hourglass-delay): Doc fix.
19716         (cursor-in-non-selected-windows): Capitalize words in tag.
19718         * faces.el (frame-background-mode): Replace `choice-item' keywords
19719         with `const' to not make [default] button.  Change default value tag
19720         from `default' to `automatic'.  Doc fix.
19721         (trailing-whitespace) <defface>: Change group `whitespace' to
19722         `whitespace-faces'.
19724 2005-12-11  Richard M. Stallman  <rms@gnu.org>
19726         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19728 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19730         * term/mac-win.el: Create keymap for mac-apple-event-map.
19732 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
19734         * tooltip.el (tooltip-mode): Move to start of file so that it
19735         appears at top of customize buffer.
19737         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19738         Add the gud groupname.
19739         (gud-tooltip-mode): Add the tooltip groupname.
19740         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
19741         avoid conflict with tooltip-use-echo-area.
19743 2005-12-10  Romain Francoise  <romain@orebokech.com>
19745         * help.el (help-for-help-internal): Add `r' in doc string.
19747 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19749         * align.el (align-regexp, align-highlight-rule):
19750         Use region-beginning and region-end instead of point and mark, so that
19751         repetition (with `repeat-complex-command') recomputes the region
19752         bounds.
19754 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
19756         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19757         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19758         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19759         (balance-windows): Rewrite using the above new functions.
19761 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
19763         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19764         react if global-hi-lock-mode seems intended.
19765         (global-hi-lock-mode): Renamed from hi-lock-mode.
19766         (hi-lock-archaic-interface-message-used)
19767         (hi-lock-archaic-interface-deduce): New variables.
19768         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19769         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19770         (hi-lock-find-patterns, hi-lock-font-lock-hook):
19771         Replace hi-lock-buffer-mode with hi-lock-mode.
19773 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19775         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19776         completion list, even after a partial completion has been
19777         inserted in the current buffer.  If there are more than 1
19778         completion, redisplay the *Completions* buffer; if the
19779         completion is unique, delete the *Completions* window.
19781 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
19783         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19784         strings and long subject lines that were broken into multiple
19785         lines at arbitrary places.  Handle subjects that have "Re: " in
19786         the middle.
19788 2005-12-10  John W. Eaton  <jwe@octave.org>
19790         * progmodes/octave-mod.el (octave-electric-space): Don't indent
19791         comments or strings if octave-auto-indent is nil.
19793 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19795         * term/mac-win.el: Require url when compiling.
19796         Call mac-process-deferred-apple-events after loading init files.
19797         (mac-apple-event-map): New defvar.  Define event handlers in it.
19798         (core-event, internet-event): New Apple event class symbols.
19799         (open-application, reopen-application, open-documents)
19800         (print-documents, open-contents, quit-application)
19801         (application-died, show-preferences, autosave-now, get-url):
19802         New Apple event ID symbols.
19803         (about): New HICommand ID symbol.
19804         (mac-event-spec, mac-event-ae): New macros.
19805         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19806         (mac-ae-selection-range, mac-ae-text-for-search)
19807         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19808         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
19809         and Services menu events are now defined in mac-apple-event-map.
19810         (mac-drag-n-drop): Remove selection range handling.
19812 2005-12-10  Kenichi Handa  <handa@m17n.org>
19814         * simple.el (zap-to-char):
19815         * isearch.el (isearch-process-search-char): Translate CHAR by
19816         translation-table-for-input.
19818 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
19820         * foldout.el (foldout-exit-fold): Properly hide subtree.
19822 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19824         * files.el (save-buffer):
19825         * international/ucs-tables.el (ucs-set-table-for-input):
19826         * mail/mail-extr.el (mail-extract-address-components):
19827         * mail/sendmail.el (mail-mode): Reformat doc string.
19829 2005-12-09  Juri Linkov  <juri@jurta.org>
19831         * isearch.el (isearch-highlight): Change main overlay priority
19832         from 1 to 1001.  Simplify.
19833         (isearch-lazy-highlight-update): Change lazy overlay priority
19834         from 0 to 1000.
19836         * replace.el (replace-highlight): Change overlay priority from
19837         1 to 1001.
19839         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19840         Change overlay priority from 1 to 1001.  Reuse existing overlay.
19842         * compare-w.el (compare-windows-highlight): Change overlay
19843         priority from 1 to 1000.
19845         * menu-bar.el (menu-bar-edit-menu): Add listp around
19846         pending-undo-list to disable menu item "undo" when pending
19847         undo list is empty.
19849         * locate.el (locate): Disable undo in *Locate* buffer.
19851 2005-12-09  Kim F. Storm  <storm@cua.dk>
19853         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19855 2005-12-09  David Ponce  <david@dponce.com>
19857         * recentf.el: Improvement of the menu code.
19858         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
19859         instead of menu hook.
19860         (recentf-show-menu, recentf-hide-menu): New functions.
19861         (recentf-menu-customization-changed, recentf-mode): Use them.
19862         (recentf-menu-action, recentf-max-menu-items)
19863         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19864         (recentf-arrange-by-rule-others)
19865         (recentf-arrange-by-rules-min-items)
19866         (recentf-arrange-by-rule-subfilter): Don't use
19867         `recentf-menu-customization-changed'.
19868         (recentf-arrange-rules): Likewise.  Accept functions to compute
19869         sub-menu titles.
19870         (recentf-menu-filter): Likewise.  Doc fix.
19871         (recentf-menu-value-shortcut): Doc fix.
19872         (recentf-dump-variable): Quote atom value.
19873         (recentf-make-menu-items): Update to use it as a menu filter.
19874         (recentf-match-rule): New function.
19875         (recentf-arrange-by-rule): Use it.
19876         (recentf-indirect-mode-rule): New function.
19877         (recentf-build-mode-rules): Use it.
19878         (recentf-dir-rule): New function.
19879         (recentf-arrange-by-dir): Use it.
19880         (recentf-filter-changer-current): Rename from
19881         `recentf-filter-changer-state'.  All references updated.
19882         (recentf-filter-changer-alist): Update filter names.
19883         (recentf-filter-changer-select): New function.
19884         (recentf-filter-changer): Use it.  Make a sub-menu from filters
19885         available in `recentf-filter-changer-alist'.
19886         (recentf-data-cache, recentf-clear-data)
19887         (recentf-update-menu): Remove.  All references updated.
19888         (recentf-match-rule-p, recentf-build-dir-rules)
19889         (recentf-filter-changer-goto-next)
19890         (recentf-filter-changer-get-current)
19891         (recentf-filter-changer-get-next): Remove.
19893 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
19895         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19896         buffer "Reset" button to "Reset to Current" for consistency with
19897         the State buttons.
19899 2005-12-08  John Paul Wallington  <jpw@pobox.com>
19901         * ibuf-ext.el (define-ibuffer-filter filename):
19902         If `dired-directory' is a list then really use its car.
19904 2005-12-08  Kim F. Storm  <storm@cua.dk>
19906         * emulation/cua-rect.el (cua--rectangle-aux-replace):
19907         Fix indention of text on right side of replaced rectangle.
19909 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
19911         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19912         No need to check gud-comint-buffer is bound.
19913         (gdb): Prevent multiple debugging when first session uses gdba.
19915 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19917         CC Mode update to 5.31.
19919         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19920         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
19921         We might do this function properly in the future).
19923         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19924         New macros c-sentence-end and c-default-value-sentence end, to cope
19925         with Emacs 22's new function `sentence-end'.
19927 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19929         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19930         compat issue using `c-put-overlay' and `c-delete-overlay'.
19932         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19933         New compat macros to handle overlays/extents.
19935 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19937         * progmodes/cc-fix.el: Add definitions of the macros push and pop
19938         (for GNU Emacs 20.4).
19940         * progmodes/cc-defs.el
19941         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19943         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19944         highlighting mechanism so it will work in XEmacs too.
19946         * progmodes/cc-defs.el: Insert c-int-to-char.
19948         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19949         call to the new macro c-int-to-char.  This solves XEmacs's
19950         regarding characters as different from integers.
19952 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19954         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19955         New internal helper.
19957         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19958         construct to make the indirect face lookup work in XEmacs.
19960         (c-cpp-matchers): Append the negation char face to the existing
19961         fontification, so that the cpp face doesn't disappear.
19962         Use `c-make-syntactic-matcher' to avoid negation chars in comments
19963         and strings.
19965         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19966         to map to `font-lock-negation-char-face' in emacsen where it exists.
19968 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19970         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19972         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19973         Rename "c-subword-move-mode" as "c-subword-mode".
19975         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19976         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
19978 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19980         * progmodes/cc-mode.el: Added autoload directive for
19981         `c-subword-move-mode' for use in older emacsen.
19983 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19985         * progmodes/cc-mode.el:
19986         (i): Insert a binding for C-c C-backspace into
19987         c-bind-special-erase-keys which works in TTYs.
19988         (ii): Make sure that when file styles are used, any explicitly
19989         given style variables take priority over those in the style.
19990         Do this by calling `hack-local-variables' a second time.
19992         * progmodes/cc-vars.el: Add language specific customization
19993         widgets for AWK to c-doc-comment-style, c-require-final-newline
19994         and c-default-style.  Add a defcustom for awk-mode-hook.
19995         Give c-syntactic-element and c-syntactic-context doc-strings by
19996         directly setting their `variable-documentation' propery.
19997         This allows Emacs 22.1 to read these with C-h v.
19999         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
20001 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20003         * progmodes/cc-fonts.el, cc-vars.el
20004         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
20005         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
20006         Masatake YAMATO.
20008         (c-doc-comment-style): Made GtkDoc default in C mode.
20010         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
20011         and C-c C-<delete>.
20013         (c-bind-special-erase-keys): New function for use on
20014         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
20016         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
20017         <delete> key behavior in XEmacs according to `delete-forward-p'.
20018         C.f. `c-electric-delete'.
20020 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20022         * progmodes/cc-mode.el: Give c-hungry-backspace and
20023         c-hungry-delete-forward permanent key bindings.
20025         * progmodes/cc-cmds.el (c-electric-semi&comma):
20026         Bind c-syntactic-context for calls to "criteria functions", for
20027         consistency with other calls to user functions.
20029         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
20030         `current-prefix-arg', since this might be the prefix arg to a
20031         command which calls c-indent-command as a function.  Change the
20032         interactive spec from "p" to "P".
20034         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
20035         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
20036         was difficult to understand.
20038 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20040         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
20041         first char of an identifier.
20043         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
20044         +" syntax in C++.
20046 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20048         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
20049         auto-fill doesn't split a c-comment's last word from a hanging
20050         "*/" when a space is typed between them after fill-column.
20052         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
20054         * progmodes/cc-styles.el (c-set-style)
20055         (c-setup-paragraph-variables): Abort the command if we're not in a
20056         CC Mode buffer.
20058         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
20059         with blank comment-prefix, and a blank line as the comment's
20060         second line.
20062 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20064         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
20065         Incorporate the patterns added in the Emacs development branch
20066         for the new Emacs 22 face `font-lock-negation-char-face'.
20068         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
20069         of "red" since it stands out better in xterms and DOS terminals.
20071         * progmodes/cc-engine.el (c-literal-faces):
20072         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
20074 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20076         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
20077         forcibly enable c-electric-flag.
20079         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
20080         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
20081         after the comment-prefix of a C-style comment will close that comment.
20083 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20085         * progmodes/cc-fonts.el (c-basic-matchers-before)
20086         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
20087         in Pike.
20089         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
20090         digraphs.
20092         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
20093         (c-cpp-message-directives, c-cpp-include-directives)
20094         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
20095         (c-cpp-expr-directives): Introduce new language constants to
20096         control cpp syntax in a cleaner way.
20098         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
20100         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
20102         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
20103         (c-multiline-string-start-char): New language constants and
20104         variables to specify how newlines in string literals work.
20106         (c-font-lock-invalid-string): Use them.
20108         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
20109         unbalanced close brace is entered.  Optimization by avoiding going
20110         back over arbitrarily large blocks.  Removed hints that this
20111         function only would be relevant/useful in AWK.
20113         (c-electric-brace): Indent syntactically after the cleanups since
20114         lineup functions might do it differently then.
20116         * progmodes/cc-engine.el, cc-langs.el
20117         (c-opt-op-identifier-prefix): New language constant and variable.
20119         (c-just-after-func-arglist-p, c-after-special-operator-id)
20120         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
20122         * progmodes/cc-align.el, cc-engine.el
20123         (c-after-special-operator-id): New helper to handle C++ operator
20124         identifiers.
20126         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
20127         (c-guess-basic-syntax): Handle C++ operator identifiers in
20128         declarations.
20130         * progmodes/cc-langs.el (c-assignment-operators): Add the
20131         trigraph version of ^= too.
20133         * progmodes/cc-langs.el (c-assignment-operators): Add the
20134         trigraph version of |= in C++.
20136         * progmodes/cc-fonts.el (c-font-lock-declarators):
20137         Handle `c-decl-hangon-kwds' after the identifier name.
20139         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
20140         whether an arglist is "nonempty", ignore a comment after the open
20141         paren if it isn't followed by a non-comment token on the same line.
20143         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
20144         Enable heuristics below the point to cope with classes inside special
20145         brace lists in Pike.
20147 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20149         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
20151 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20153         * progmodes/cc-guess.el (cc-guess-install): New function to
20154         install an already guessed style in another buffer.
20156         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
20157         sets `inhibit-read-only' - `c-save-buffer-state' should be used
20158         anyway if the change always is undone.
20160 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20162         Implement togglable electricity:
20164         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
20165         saying when it should be used.
20167         * progmodes/cc-engine.el: Add the new buffer-local variable,
20168         c-electric-flag.
20170         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
20171         c-toggle-auto-newline.
20173         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
20174         c-toggle-auto-newline.  Remove the binding for
20175         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
20176         c-toggle-electric-state.
20178         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
20180         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
20181         c-\(forward\|backward\)-subword.
20182         (c-update-modeline): Add the new modeline flag `l' for
20183         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
20184         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
20185         Make the old name an alias of the new name.
20186         (c-toggle-electric-state): New function.
20187         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
20188         Adapt these functions to do electric things only when
20189         c-electric-flag is non-nil.
20190         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
20191         new functions from c-electric-brace.
20192         (c-point-syntax): Add a check for "virtual semicolons" in AWK
20193         mode, so that the tentative extra newline doesn't change the
20194         syntax of the following brace.
20195         (c-electric-brace): Restructure by extracting the above functions.
20196         Tidy up the coding somewhat.
20197         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
20198         restructure a bit.
20200 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20202         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
20203         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
20205         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
20206         (c-submode-indicators): Change name from `c-auto-hungry-string'
20207         since it's now used to track another submode.
20209         (c-update-modeline): Convert to function and extended to check
20210         `c-subword-move-mode'.
20212         (c-forward-into-nomenclature, c-backward-into-nomenclature):
20213         Convert to compat aliases for `c-forward-subword' and
20214         `c-backward-subword'.
20216         * progmodes/cc-subword.el: New functions and minor mode to handle
20217         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
20219         (c-forward-subword, c-backward-subword, c-mark-subword)
20220         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
20221         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
20222         Functions corresponding to the standard word handling functions.
20224         (c-subword-move-mode): Minor mode that replaces all the standard
20225         word handling functions with their subword equivalences.
20227 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20229         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
20230         entry for one-liner-defun.
20232         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
20233         name in its def-edebug-spec.
20235         * progmodes/cc-cmds.el (c-electric-brace): Make the
20236         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
20237         compacts space before a comment, if this will make things fit on
20238         one line.
20240         Introduce an "awk" style, mainly for auto-newline and clean-ups.
20242         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
20244         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
20245         clean-up one-liner-defun.
20247         * progmodes/cc-styles.el: Add the new "awk" style.
20249         * progmodes/cc-vars.el: Add description of one-liner-defun to
20250         c-cleanup-list's doc-string.  New user options,
20251         c-max-one-liner-length.  In c-default-style, set the default style
20252         for AWK to "awk".
20254 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20256         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
20257         macros inside labels.
20259         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
20260         `c-at-statement-start-p' and `c-at-expression-start-p'.
20262         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
20263         error if the mark isn't set.
20265         * progmodes/cc-engine.el (c-guess-continued-construct)
20266         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
20267         accurately detect functions inside functions.
20269         * progmodes/cc-engine.el (c-at-expression-start-p): New function
20270         like `c-at-statement-start-p' that additionally recognizes commas
20271         and expression parentheses as delimiters.
20273         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
20274         to avoid heuristics that doesn't work for unclosed blocks.
20275         (c-at-statement-start-p): New function.
20277         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
20278         Objective-C directives, e.g. directives spanning lines should work
20279         reasonably well now.
20281         (c-put-c-type-property, c-clear-c-type-property): New helpers.
20283         (c-forward-objc-directive): New function to move over any ObjC
20284         directive.
20286         (c-just-after-func-arglist-p, c-guess-basic-syntax)
20287         (c-basic-matchers-before): Use it.
20289         (c-font-lock-objc-iip-decl): Remove.
20291         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
20292         in the template arglist recognition.
20294         * progmodes/cc-styles.el (c-style-alist): Fix several
20295         inconsistencies in the Whitesmith style.
20297         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
20298         New lineup function to get lines after Whitesmith style blocks
20299         correctly indented.
20301         (c-lineup-whitesmith-in-block): Back out the compensation for
20302         opening parens since it's done using `add' lists in the style
20303         definition instead.  Don't use the anchor position since it varies
20304         too much between the syntactic symbols. :P
20306         * progmodes/cc-vars.el (c-valid-offset): Update.
20308         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
20309         lists where the offsets are combined according to several
20310         different methods: `first', `min', `max', and `add'.
20311         Report offset evaluation errors with `c-benign-error' so that some kind
20312         of reindentation still is done.
20314         * progmodes/cc-engine.el (c-guess-basic-syntax):
20315         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
20316         `arglist-close'.
20318         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
20319         situations for `arglist-cont-nonempty' and `arglist-close'.
20321         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
20323         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
20324         cc-bytecomp-boundp' in a number of places.
20326         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
20327         macro related issue.
20329 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20331         * progmodes/cc-awk.el: Change the terminology of regexps: A char
20332         list is now [asdf], a char class [:alpha:].
20333         Include code for char classes.
20334         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
20335         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
20337         Remove (nearly all of) the cruft associated with AWK Mode's former
20338         concept of "virtual semicolons":
20340         Adapt c-beginning-of-statement, c-end-of-statement (together with
20341         subfunctions) to use the new notion of "virtual semicolon" in
20342         place of the old awkward special handling for AWK.  There remains
20343         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
20344         * progmodes/cc-cmds.el:
20345         (c-ascertain-adjacent-literal): In the backwards direction, now
20346         recognises AWK regexp delimiters as string delimiters.
20347         (c-after-statement-terminator-p): Adapt for virtual semicolons;
20348         check more rigorously for "end of macro".
20349         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
20350         virtual semicolons;
20351         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
20352         out the code for forward movement into ...
20353         (c-end-of-statement): Now contains the code for forward movement,
20354         adapted for virtual semicolons.
20356         * progmodes/cc-engine.el:
20357         (c-ws*-string-limit-regexp): New regexp.
20358         (c-forward-single-comment, c-backward-single-comment): Comment out
20359         the (now redundant) "special" AWK stuff.
20361         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
20362         c-string-par-start, c-string-par-separate to be more like Text
20363         Mode than Fundamental Mode.
20365 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20367         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
20368         to the fontified region so that fontification doesn't occur
20369         outside it (could happen e.g. when fontifying a line with an
20370         unfinished declaration).
20372 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20374         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
20375         start of the file.  ^L now separate sections of the file.
20376         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
20377         (c-awk-one-line-possibly-open-string-re)
20378         (c-awk-regexp-one-line-possibly-open-char-class-re)
20379         (c-awk-one-line-possibly-open-regexp-re)
20380         (c-awk-one-line-non-syn-ws*-re): New defonsts.
20381         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
20383         Amend the concept of "virtual semicolons" (in the indentation
20384         engine) for languages like AWK, such that they are now
20385         conceptually attached to end of the last token of a statement, not
20386         the end of the line.  (In AWK Mode, however, the pertinent text
20387         property is still physically set on the EOL.)  Remove the specific
20388         tests for awk-mode, thus facilitating the introduction of other
20389         language modes where EOLs can end statements.
20390         (Note: The funtionality in cc-cmds.el, specifically
20391         c-beginning/end-of-statement has yet to be amended.)
20393         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
20394         New macros.
20396         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
20397         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
20398         c-vsemi-status-unknown-p-fn (in a new page).
20400         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
20401         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
20402         numerous awkward forms like
20403         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
20404         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
20405         variable before-ws-ip, the place just after char-before-ip appears.
20407         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
20408         a comment.
20410 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20412         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
20413         `c-tentative-buffer-changes'.
20415         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
20416         convert to macro to choose between Emacs and XEmacs at compile time.
20418         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
20420         (c-tentative-buffer-changes): New macro to handle temporary buffer
20421         changes in a convenient way.
20423         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
20424         for `c-tentative-buffer-changes'.
20426         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
20427         the checks for paren sexps between the point and the keyword, to
20428         avoid some false alarms.
20430         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
20431         Fixed a situation where an error could be thrown for unbalanced
20432         parens.  Changed to make use of c-keyword-member' to avoid some
20433         repeated regexp matches.
20435         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
20436         These language variable are no longer necessary.
20438         (c-block-stmt-kwds): New language constant used by
20439         c-looking-at-inexpr-block'.
20441         (c-guess-basic-syntax): Remove an optional check that looked at
20442         the existence of the now removed language variables.
20444         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
20445         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
20446         object instantiation expressions as declarations in some contexts.
20447         This bug only affected languages where the declarator can't be
20448         enclosed in parentheses.
20450         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
20451         insert newlines before and after substatement braces.
20453         * progmodes/cc-engine.el: Improved the heuristics for recognizing
20454         function declaration headers and the handling of C++ style member
20455         init lists.
20457         (c-just-after-func-arglist-p): Rewritten to use
20458         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
20460         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
20462         (c-guess-basic-syntax): Adapt case 5B for the new
20463         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
20464         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
20465         covers all cases now).
20467         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
20469 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20471         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
20472         c-string-par-start/separate c-sentence-end-with-esc-eol,
20473         initialised in c-setup-paragraph-variables, used in string
20474         scanning subroutines of c-beginning-of-statement.
20476         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
20477         which precedes the newly inserted `{'.
20479 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20481         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
20482         function for declaration level blocks.  It should now cope with
20483         templates better and also be a lot more comprehensible.
20485         (c-looking-at-decl-block): The new function.
20487         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
20488         for compatibility.
20490         (c-add-class-syntax, c-guess-continued-construct)
20491         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
20493         (c-decl-block-key): Change to tell apart ambiguous and
20494         unambiguous keywords.  Pike specials are now handled directly in
20495         the code instead.
20497         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
20498         New language constants and variables to make the backward skip in
20499         `c-looking-at-decl-block' as tight as possible.
20501         (c-nonsymbol-token-char-list): New language constant.
20503         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
20504         find balanced template arglists backwards.
20506         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
20507         making char classes for `c-syntactic-skip-backward'.
20509         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
20510         16D - can't be a class-close at that point.
20512         * progmodes/cc-engine.el (c-guess-basic-syntax)
20513         (c-add-class-syntax): Don't narrow out the enclosing declaration
20514         level.  This makes everything a lot easier, and it was actually
20515         only four small places that needed it to work.  Some places that
20516         previously did `widen' are removed now, which has the effect that
20517         `c-guess-basic-syntax' never will look at things outside the
20518         current narrowment now.  The anchor position for `topmost-intro'
20519         is affected by this, but it was so bogus it was basically useless
20520         before, and now it's equally bogus but in a slightly different way.
20522         (c-narrow-out-enclosing-class): Gone.
20524         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
20525         the narrowed region.
20527         (c-least-enclosing-brace): Remove silly optional argument.
20529         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
20530         the point could be left directly after an open paren when finding
20531         the beginning of the first decl in the block.
20533         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
20534         Specify which submatch to use.
20536         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
20538         (c-decl-start-re): No longer any need for special treatment of
20539         ObjC due to the above.
20541         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
20542         presumably follows C in that regard.
20544         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
20545         New language constants to specify operator tokens inside
20546         identifiers in a more high level way.
20548         (c-opt-identifier-prefix-key): New internal language constant.
20550         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
20551         (c-identifier-start, c-identifier-key): Now completely calculated
20552         from other constants.
20554         (c-identifier-last-sym-match): Decommission since it's no longer used.
20556         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
20558         * progmodes/cc-engine.el (c-forward-name): Remove the
20559         optimization when c-identifier-key is equal to c-symbol-key since
20560         it doesn't work in byte compiled files.  Don't record empty
20561         regions as identifiers.
20563         * progmodes/cc-langs.el (c-filter-ops): New helper function to
20564         simplify access to `c-operators' and its likes.
20566         (c-operator-list, c-all-op-syntax-tokens)
20567         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
20568         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
20569         (c-primary-expr-regexp, c-cast-parens): Use it.
20571         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
20572         an explicit language in functions.
20574         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
20575         variant of adornment.
20577         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
20578         variable.
20580         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
20581         the Pike value.
20583         * progmodes/cc-engine.el (c-on-identifier)
20584         (c-simple-skip-symbol-backward): Small fix for handling "-"
20585         correctly in `skip-chars-backward'.  Affected the operator lfun
20586         syntax in Pike.
20588         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
20589         diagnostic message about precompiled language vars not being used.
20591         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
20592         "__attribute__" is followed by a parenthesis.
20594         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
20595         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
20596         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
20598         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
20599         Internal cleanups to properly detect the declared identifiers in
20600         various declarations.
20602         (c-decl-start-kwds): New language constant to recognize
20603         declarations that can start anywhere.  Used for class declarations
20604         in Pike.
20606         (c-specifier-key, c-not-decl-init-keywords)
20607         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
20608         (c-find-decl-spots): Implement `c-decl-start-kwds'.
20610         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
20611         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
20612         handling of the compiler specific extension keywords into a new
20613         language constant `c-decl-hangon-kwds' that defines keyword
20614         clauses to be ignored in declarations.
20616         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
20617         past unrecognized tokens when handling `c-colon-type-list-kwds'.
20618         Necessary to stop at the declared identifier in e.g. IDL valuetype
20619         declarations.
20621         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
20622         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
20623         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
20624         (c-forward-decl-or-cast-1): Recognize the declared identifier in
20625         class and enum declarations as such and not as part of the type.
20627         (c-forward-decl-or-cast-1, c-forward-label): Relax the
20628         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20630         (c-forward-decl-or-cast-1): Don't disregard sure signs of
20631         declarations when there's some syntax error later on.
20633         (c-complex-decl-matchers): Did away with a reference to
20634         `c-specifier-key'.
20636         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20637         value - this variable is always dynamically bound.
20639         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20640         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20641         * cc-cmds.el, cc-defs.el: Change the policy for marking up
20642         functions that might do hidden buffer changes: All such internal
20643         functions are now marked instead of those that don't.
20645         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20646         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20647         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20648         (c-literal-type): Allow these functions to make hidden buffer changes,
20649         so that they are free to use text property caching later on.
20651         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20652         (c-electric-brace, c-electric-slash, c-electric-star)
20653         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20654         (c-electric-paren, c-electric-continued-statement, c-indent-command)
20655         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20656         (c-context-line-break): Add `c-save-buffer-state' calls to comply
20657         with the changed semantics of the functions above.
20659         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20660         when macros occur in obscure places.  Optimized the sexp movement
20661         a bit.
20663 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20665         Enhancements for c-beginning-of-statement to work in AWK Mode:
20667         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20668         (completed statement) with `}' (statement completed by closing
20669         brace or semicolon) and `$' (statement completed by EOL).
20671         (c-awk-virtual-semicolon-ends-prev-line-p)
20672         (c-awk-virtual-semicolon-ends-line-p)
20673         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20674         (c-awk-at-statement-end-p): New functions.
20676         * progmodes/cc-cmds.el: Simplify the structure of functions
20677         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
20678         two functions and c-beginning-of-statement to handle AWK Mode.
20680         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20681         c-backward-single-comment for AWK mode.  Attempt to clarify their
20682         doc-strings.
20684         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20686 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20688         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20689         label handling.  Labels are now recognized in a uniform and more
20690         robust way, regardless of context.  Text properties are put on all
20691         labels to recognize the following declarations better.
20692         Multiword labels are handled both in indentation and fontification for
20693         the benefit of language extensions like Qt.  For consistency, keywords
20694         in labels are now fontified with the label face instead.
20695         That also applies to "case" and "default".
20697         (c-beginning-of-statement-1): Fix some bugs in the label
20698         handling.  Disregard `c-nonlabel-token-key' in labels that begin
20699         with `c-label-kwds'.
20701         (c-find-decl-spots): Support that the callback adds more
20702         `c-decl-end' spots to find.
20704         (c-forward-decl-or-cast-1): Don't treat a list of plain
20705         identifiers followed by a colon as a declaration.
20707         (c-forward-label): New function to recognize labels.
20709         (c-guess-basic-syntax): Replace uses of `c-label-key' with
20710         `c-forward-label'.  Moved the label recognition cases (14 and 15)
20711         earlier since they aren't so context sensitive now.  Handle labels
20712         on the top level gracefully.  Moved access label recognition to
20713         the generic label case (CASE 15) - removed CASE 5E.
20715         (c-font-lock-declarations): Add recognition of labels in the
20716         same round since we need to handle labels in parallell with other
20717         declarations to recognize both accurately.  It should also improve
20718         speed.
20720         (c-simple-decl-matchers, c-basic-matchers-after):
20721         Move `c-font-lock-labels' so that it only is used on decoration level 2
20722         since `c-font-lock-declarations' handles it otherwise.
20724         (c-complex-decl-matchers): Remove the simplistic recognition of
20725         access labels.
20727         (c-decl-prefix-re): Remove the kludges that was necessary to cope
20728         with labels earlier.
20730         (c-decl-start-re): New language variable to make
20731         `c-font-lock-declarations' stop for the special protection labels
20732         in Objective-C that start with `@'.
20734         (c-label-key): Remove since it's no longer used.
20736         (c-recognize-colon-labels, c-label-prefix-re): New language
20737         constants to support recognition of generic colon-terminated labels.
20739         (c-type-decl-end-used): `c-decl-end' is now used whenever there
20740         are colon terminated labels.
20742         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20743         first argument starts with a special brace list.
20745         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20746         (c-font-lock-declarations): Break out the declaration and cast
20747         recognition from `c-font-lock-declarations' to a new function, so
20748         that it can be used in the indentation engine.
20750         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20751         up to the start of the literal.  Fixed bug with the point on the
20752         wrong side of the search limit that could happen when the start
20753         position is inside a literal.
20755         * progmodes/cc-engine.el (c-parse-state)
20756         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20757         so that it's kept a little bit back to increase the hit rate.
20759         (c-parse-state): Change the macro handling and fixed some
20760         glitches.  Macro context is checked more often than necessary now,
20761         but otoh less garbage conses are generated.
20763         * progmodes/cc-engine.el (c-parse-state)
20764         (c-invalidate-state-cache): Cache the last position where
20765         `c-state-cache' applies.  This can speed up refontification quite
20766         a bit in blocks where there are many non-brace parens before the point.
20768         (c-state-cache-end): New variable for this.
20770         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20771         cache variable.
20773         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20774         get close initial continue positions when the start position is
20775         inside a literal or macro.  Do not call the callback for spots
20776         before the start position (which can happen e.g. for `c-decl-end'
20777         spots inside comments).  Optimize better in special cases when the
20778         region is a single line inside a literal or macro (typically when
20779         the current line is refontified).
20781         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20782         to `c-add-stmt-syntax' - there's no need to explicitly whack off
20783         entries from the paren state.
20785         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20786         special case for "else if" clauses.
20788         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20789         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20791         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20792         New language variable to recognize the gcc extension with statement
20793         blocks inside expressions.
20795         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20796         it somewhat more comprehensible.  The argument AT-BLOCK-START is
20797         no longer used and hence removed.
20799         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20800         to `c-add-stmt-syntax'.
20802         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20803         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20804         This fixes bogus label recognition.
20806         * progmodes/cc-engine.el (c-add-type, c-check-type)
20807         (c-forward-name, c-forward-type): Improve storage of template
20808         types in `c-found-types' so that they can be recognized better.
20810         (c-syntactic-content): Add option to skip past nested parens.
20812         * progmodes/cc-engine.el (c-forward-name):
20813         Set `c-last-identifier-range' all the time.  It's less work that way.
20814         Handle that there might not be an identifier to store in
20815         `c-last-identifier-range'.
20817         (c-forward-type): Handle that `c-last-identifier-range' might be
20818         nil from `c-forward-name'.
20820         * progmodes/cc-defs.el (c-safe-scan-lists)
20821         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20823         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20824         to work even if the form fails.
20826         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20827         down in a large file in one go.
20829         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20831         * progmodes/cc-align.el (c-lineup-assignments): New lineup
20832         function which is like `c-lineup-math' but returns nil instead of
20833         `c-basic-offset' when it doesn't match.
20835         (c-lineup-math): Change to use `c-lineup-assignments'.
20837 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20839         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20840         c-beginning-of-statement.  New subfunctions
20841         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20843 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20845         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20846         hardcoded char classes whereever possible.  Changed a couple of
20847         places to use skip by syntax instead of skip by char class.
20849         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20850         Fix a bug in the regexp that caused extreme backtracking.
20852         * progmodes/cc-langs.el (c-block-comment-starter)
20853         (c-block-comment-ender): New language constants to specify in a
20854         single place how block comments look.
20856         (c-comment-start-regexp, c-block-comment-start-regexp)
20857         (comment-start, comment-end, comment-start-skip)
20858         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20859         (c-syntactic-ws, c-nonempty-syntactic-ws)
20860         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20861         `c-line-comment-starter', `c-block-comment-starter' and
20862         `c-block-comment-ender'.
20864         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20865         New language constants to break up things a bit.
20867         (c-simple-ws): New language constant for simple whitespace.
20869         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20871         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20872         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20873         newlines.  Allow and ignore nil elements in the list.
20875 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20877         * progmodes/cc-cmds.el: Comment out a (n almost certainly
20878         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20880         * progmodes/cc-cmds.el: Tidy up the comments in
20881         c-beginning-of-statement and subfunctions.
20883         * progmodes/cc-awk.el: Replace calls to put-text-property to the
20884         more flexible c-put-char-property and c-clear-char-properties.
20885         Add the author's email address.
20887         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20889         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20890         closing "*/" of a block comment.
20892         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20893         subfunctions) so that it works at BOB and EOB.
20895         * progmodes/cc-cmds.el, cc-vars.el: More updating of
20896         c-beginning-of-statement, including new variable
20897         c-block-comment-start-regexp.
20899 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20901         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20902         symbols from `*-font-lock-extra-types' so that there's no need to
20903         use `regexp-opt' on those lists.
20905         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20906         `c-type-modifier-kwds' is empty.
20908         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20909         there are several strings on the same line.
20911         * progmodes/cc-engine.el (c-literal-limits): Remove the
20912         compatibility function for older emacsen.  `c-literal-limits-fast'
20913         has now taken the place of this function.
20915         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20916         with older emacsen: We now require `pps-extended-state'.
20918 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20920         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20921         which obviates the need to hack sentence-end.  This now handles
20922         escaped newlines in strings correctly.  Correct minor bugs in
20923         c-move-over-sentence and in c-beginning-of-statement.
20925         * progmodes/cc-cmds.el (c-beginning-of-statement (and
20926         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20927         that movement over macros and code are rigorously separated from
20928         eachother.  Correct a few incidental bugs.
20930         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20931         Improve its doc-string.  Improve the handling of certain specific cases.
20933 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20935         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20936         (c-guess-basic-syntax): Change the way class-level labels are
20937         recognized; they can now contain essentially any symbols.
20939         (c-opt-extra-label-key): New language variable to cope with the
20940         special protection label syntax in Objective-C.
20942         (c-opt-access-key): Remove; this is now handled better by
20943         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20945         (c-complex-decl-matchers): Update to handle that
20946         `c-opt-access-key' no longer exists.
20948         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20949         improved label recognition in `c-beginning-of-statement-1'.
20951         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20952         Recognize bitfields better.
20954         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20955         Remove some cruft and fixed a bug that could cause it to go to a
20956         position further down.
20958         * progmodes/cc-langs.el, cc-engine.el
20959         (c-beginning-of-statement-1): Improve detection of labels in
20960         declaration contexts.
20962         (c-beginning-of-decl-1): Use it.
20964         (c-nonlabel-token-key): New language constant and variable needed
20965         by `c-beginning-of-statement-1'.
20967         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20968         manifested itself due to the correction in `c-forward-sexp'.
20970         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20971         Make these behave as documented when used at the buffer limits.
20973         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20974         (c-type-decl-end-used): Made this a language variable.
20976         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20977         correctly when `combine-after-change-calls' is used together with
20978         temporary narrowings.
20980         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20981         Report labels correctly when the start point is immediately after the
20982         colon.
20984         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20985         Remove since it isn't used anymore.
20987         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20988         bracket arglists such as template parens in C++.
20990         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20991         in the last check-in.  Some optimization.
20993         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20994         where it could stop at the same level in a preceding sexp when
20995         PAREN-LEVEL is set.
20997         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20998         text property lookup only when it's needed.
21000         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
21001         Change the policy for paren marked angle brackets to be more
21002         persistent; once marked they remain marked even when they're found
21003         to be unbalanced in the searched region.  This should keep the
21004         paren syntax around even when individual lines are refontified in
21005         multiline template arglists.
21007         (c-parse-and-markup-<>-arglists): New dynamically bound variable
21008         to control markup so that incorrect angle bracket arglists aren't
21009         marked in contexts where the correct value for
21010         `c-disallow-comma-in-<>-arglists' isn't known.
21012         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
21013         argument has become `c-parse-and-markup-<>-arglists'.
21015         (c-remove-<>-arglist-properties): Remove - no longer used.
21017         (c-after-change-check-<>-operators): New function used on
21018         `after-change-functions' to avoid that "<" and ">" characters that
21019         are part of longer operators have paren syntax.
21021         (c-<>-multichar-token-regexp): New language variable used by
21022         `c-after-change-check-<>-operators'.
21024         (c-after-change): Call `c-after-change-check-<>-operators'.
21026         (c-font-lock-<>-arglists): Use the context properties set by
21027         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
21028         correctly to avoid doing invalid markup.
21030         (c-font-lock-declarations): Remove code that undoes the invalid
21031         markup done by `c-font-lock-<>-arglists'.
21033         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
21034         after `c-font-lock-declarations'.
21036         * progmodes/cc-engine.el (c-syntactic-skip-backward):
21037         Add paren-level feature.
21039         (c-guess-basic-syntax): Improve the anchor position for
21040         `template-args-cont' in nested template arglists.  There's still
21041         much to be desired in this area, though.
21043 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21045         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
21046         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
21048 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21050         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
21051         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
21053         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
21054         it doesn't work no longer are supported.
21056         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
21057         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
21058         requires support for the syntax-table' text property, which rules
21059         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
21060         cruft associated with those versions.
21062         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
21063         for the `syntax-table' text property, which rules out Emacs 19 and
21064         XEmacs < 21.4.  Removed various compatibility cruft associated
21065         with those versions.
21067         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
21068         support for the `syntax-table' text property.
21070         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
21071         variable and use an extra quoted face name instead.  All the
21072         emacsen flavors handle that correctly.
21074         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
21075         (c-font-lock-declarators, c-font-lock-declarations)
21076         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
21077         property to mark the items in in declarator lists to handle
21078         refontification inside multiline declarations better.
21080         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
21081         construct like "a * b = c;" as a declaration.
21083 2005-12-08  Kim F. Storm  <storm@cua.dk>
21085         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
21086         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
21087         select either meta, hyper, or super modifier for rectangle commands.
21088         (cua--rectangle-modifier-key): New defvar.
21089         (cua--M/H-key): Use it.  Remove special case for `space'.
21090         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
21091         on X, to meta otherwise.  Always bind C-return to toggle
21092         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
21094         * emulation/cua-rect.el (cua-help-for-rectangle):
21095         Use cua--rectangle-modifier-key.  Handle super modifier too.
21096         (cua--init-rectangles): Always bind C-return to toggle rectangle.
21097         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
21099         * ido.el: Move Acknowledgements and History after Commentary.
21100         Minor changes to Commentary.
21102         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
21103         keymap if cua--prefix-override-timer is `shift'.
21104         (cua--shift-control-prefix): New function; emulate "type prefix
21105         key twice" functionality to handle shifted prefix key override.
21106         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
21107         New commands.
21108         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
21110 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
21112         * textmodes/org.el (org-insert-heading): Try to do items before
21113         headings.
21114         (org-agenda-mode): Quote `org-agenda-mode-hook'.
21115         (org-insert-item): New function.
21116         (org-renumber-ordered-list): Don't skip to higher level lists.
21118 2005-12-08  Juri Linkov  <juri@jurta.org>
21120         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
21122         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
21124         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
21126         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
21127         the constructed function name fun-1.
21129         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
21130         because such links don't lead to parent documentation.
21132 2005-12-08  Kenichi Handa  <handa@m17n.org>
21134         * descr-text.el (describe-char): Use *Help-2* buffer if the
21135         current buffer is *Help*.  Call describe-text-properties while
21136         setting the original buffer.
21138 2005-12-07  Bill Wohler  <wohler@newt.com>
21140         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
21141         and causes problems with non-MH users (such as Gnus users).
21143 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
21145         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
21146         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
21147         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
21148         command "info sources".  Move calls to GDB command "list".
21149         (gdb-find-file-hook): Just use gdb-source-file-list.
21150         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
21151         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
21152         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
21153         (gdb-data-list-register-values-handler): Use correct trigger name.
21155 2005-12-07  Kim F. Storm  <storm@cua.dk>
21157         * ido.el (ido-completion-map): Rename from ido-mode-map.
21158         (ido-common-completion-map, ido-file-completion-map)
21159         (ido-file-dir-completion-map, ido-buffer-completion-map):
21160         Rename from ido-mode-....-map.
21161         (ido-init-completion-maps): Rename from ido-init-mode-maps.
21162         (ido-setup-completion-map): Rename from ido-define-mode-map.
21163         (ido-read-internal): Bind minibuffer-local-filename-completion-map
21164         to ido-completion-map.
21166 2005-12-07  Kenichi Handa  <handa@m17n.org>
21168         * international/mule-cmds.el
21169         (set-display-table-and-terminal-coding-system): If the coding
21170         system specified in `unibyte-display' property is different from
21171         the arg coding-system, don't setup standard-display-table.
21173 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21175         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
21176         that comments end at \n, regardless of selective-display.
21178 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
21180         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
21181         (gdb-version): New variables.
21182         (gdb-source-file-list, gdb-register-names)
21183         (gdb-changed-registers): New variables for use with GDB 6.4+.
21184         (gdb-ann3): Replace with...
21185         (gdb-init-1, gdb-init-2): ...two new functions.
21186         (gdba, gdb-prompt): Call gdb-init-1.
21187         (gdb-get-version): New function.  Call gdb-init-2 from here.
21188         (gud-watch): Make it work with mouse events too.
21189         (gdb-post-prompt): Don't add to queue until GDB version is known.
21190         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
21191         (gdb-locals-mode): Use gdb-version.
21192         (gdb-memory-format-map, gdb-memory-unit-map)
21193         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
21194         (gdb-locals-font-lock-keywords-1)
21195         (gdb-locals-font-lock-keywords-2): New variables.
21196         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
21197         (gdb-set-gud-minor-mode-existing-buffers-1)
21198         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
21199         (gdb-var-update-1, gdb-var-update-handler-1)
21200         (gdb-data-list-register-values-handler)
21201         (gdb-data-list-register-values-custom)
21202         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
21203         (gdb-stack-list-locals-handler, gdb-get-register-names):
21204         New functions for use with GDB 6.4+.
21205         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
21206         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
21207         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
21208         (gdb-stack-list-locals-regexp)
21209         (gdb-data-list-register-names-regexp): New regexps for use with
21210         GDB 6.4+.
21212 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21214         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
21216 2005-12-06  Nozomu Ando  <nand@mac.com>
21218         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
21219         prompts work for AUTH PLAIN.  Also reported by Steve Allan
21220         <seallan@verizon.net>.
21222 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
21224         * frame.el (set-frame-parameter): Add doc string.
21226 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
21228         * textmodes/org.el (org-occur-highlights): New variable.
21229         (org-highlight-new-match, org-remove-occur-highlights): New functions.
21230         (org-highlight-sparse-tree-matches): New option.
21231         (org-do-occur): New function.
21232         (org-get-heading): Make it work also at beginning of line.
21233         (org-category-table): New variable.
21234         (org-get-category-table, org-get-category)
21235         (org-camel-to-words, org-link-search): New functions.
21236         (org-select-this-todo-keyword): New variable.
21237         (org-todo-list): New command.
21238         (org-shiftright, org-shiftleft): New commands.
21239         (org-agenda-todo): Add prefix argument.
21240         (org-show-hierarchy-above): New option.
21241         (org-show-todo-tree): Numerical prefix creates tree for specific
21242         TODO keyword.
21243         (org-outline-level): New function, to assign a level to plain
21244         lists items.
21245         (org-cycle-include-plain-lists): New option.
21246         (org-mode): Use `org-outline-level' as value of `outline-level'.
21247         (org-cycle): Temporarily switch `outline-regexp' if
21248         `org-cycle-include-plain-lists' is non-nil.
21249         (org-start-icalendar-file): Fix format bug.
21250         (org-agenda-get-day-entries): Create category table.
21251         (org-agenda-get-todos, org-agenda-get-timestamps)
21252         (org-agenda-get-deadlines, org-agenda-get-scheduled)
21253         (org-agenda-get-blocks): Use `org-get-category'.
21254         (org-context-in-file-links): Rename from
21255         `org-line-numbers-in-file-links'.
21257 2005-12-06  Romain Francoise  <romain@orebokech.com>
21259         * window.el (balance-windows): Delete extraneous third arg in call
21260         to `enlarge-window'.
21262 2005-12-06  Kenichi Handa  <handa@m17n.org>
21264         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
21266 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
21268         * progmodes/gdb-ui.el (gdb-var-create-handler)
21269         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
21270         (gdb-var-list-children-handler, gdb-var-update-handler):
21271         Current buffer is already gdb-partial-output-buffer, don't
21272         make it current again.
21274 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
21276         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
21277         (list-buffers-noselect): Use it.
21279 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21281         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
21282         (mail-yank-ignored-headers): Use regexp-opt.
21283         (mail-mode-map): Move initialization into declaration.
21284         (mail-sent-via): Remove unused shadowed var `to-line'.
21285         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
21286         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
21287         (mail-do-fcc): Use dolist and push.
21288         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
21289         (mail-yank-ignored-headers): Don't autoload.
21291 2005-12-05  Kenichi Handa  <handa@m17n.org>
21293         * international/mule-cmds.el (set-language-info-internal): New fun.
21294         (set-language-info): Call set-language-info-internal to update
21295         language-info-alist.  If LANG-ENV is the current one, call
21296         set-language-environment to make INFO effective now.
21297         (set-language-info-alist): Likewise.
21298         (locale-language-names): With locale "en", use English
21299         lang. env. but set the default codings to iso-8859-1.
21301 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
21303         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
21304         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
21305         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
21306         for plain strings.
21307         (gdb-frames-mode): Remove redundant call to font-lock-mode.
21308         (gdb-all-registers): Rename from toggle-gdb-all-registers.
21309         Create registers buffer if necessary.  Echo new state in minibuffer.
21310         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
21312 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
21314         * info.el (Info-fontify-node): Match external links using
21315         non-directory part of filename.
21317 2005-12-04  Juri Linkov  <juri@jurta.org>
21319         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
21320         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
21321         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
21322         because there is no customization option for it.
21324         * font-lock.el (lisp-font-lock-keywords-1):
21325         Add define-global-minor-mode.
21327         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
21329         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
21330         properties on the constructed variable names.
21332         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21333         Put `definition-name' properties on the constructed function names
21334         next-sym and prev-sym.
21336         * emacs-lisp/find-func.el (find-function-regexp):
21337         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
21338         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
21339         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
21340         and easy-menu-define.
21342         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
21343         easy-mmode-define-global-mode and define-global-minor-mode.
21344         (lisp-imenu-generic-expression): Add define-global-minor-mode.
21346         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
21347         instead of easy-mmode-define-global-mode.
21349         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
21350         Use define-minor-mode instead of easy-mmode-define-minor-mode.
21352         * cus-edit.el (customize-group, customize-group-other-window):
21353         Filter out autoloaded options from the group completion list by
21354         using heuristics that autoloaded groups don't have `custom-autoload'
21355         property on their symbols (they have only `custom-loads').
21357         * simple.el (completion-setup-function): Put completions-common-part
21358         face on complete completion string too (i.e. completion string
21359         without completions-first-difference face).
21361         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
21363 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
21365         * view.el (view-mode): Doc fix.
21367         * disp-table.el (standard-display-european): Add to the warning
21368         message a reference to the doc string.
21370         * play/yow.el (apropos-zippy): Call print-help-return-message,
21371         similar to other Help and Apropos commands.
21373         * help.el (print-help-return-message): If pop-up-frames is
21374         non-nil, set up help-return-method to delete the help window and,
21375         possibly, its frame as well, and don't display message about
21376         scrolling the help window.  Doc fix.
21377         (help-return-method): Doc fix.
21379 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
21381         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
21382         whereby names of length one or names starting with a
21383         symbol-constituent character would not be returned.
21385 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21387         * subr.el (atomic-change-group): Add edebug and indentation spec.
21389 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21391         * completion.el (save-completions-file-name): Fix typo in last change.
21393 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21395         * info.el: Move back/forward history to the beginning of the tool bar.
21397 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
21399         * allout.el (eval-when-compile): Remove unnecessary load of cl.
21400         Add fset of allout-real-isearch-abort during compile to fix
21401         byte-compilation warnings.
21402         (allout-mode-p): Move definition of this macro above all uses, or
21403         byte compilation in barren Emacs (eg, during Emacs build) will
21404         lack the definition.
21405         (allout-mode): Move this variable above any uses, or byte
21406         compilation will fail.
21407         (allout-resolve-xref): Remove use of personal file-reference function.
21408         (allout-toggle-current-subtree-encryption): Do the current (ie,
21409         visible containing) topic, rather than nearest around point.  Doc fix.
21410         (allout-toggle-subtree-encryption): New function, workhorse that
21411         works on nearest topic containing point.
21412         (allout-encrypt-string): Signal requirement for newer version of pgg.
21413         (allout-resumptions): Doc fix.
21415 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
21417         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
21419 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
21421         * textmodes/flyspell.el (flyspell-external-point-words):
21422         Consider a misspelling as found in the string search if: (a) misspelling
21423         and found string lengths match, or (b) misspelling is found as
21424         element in a boundary-chars separated longer string, or (c)
21425         ispell-program-name is really ispell and misspelling is found as
21426         part of a TeX string.  After successful match move beginning of
21427         search region to end of match.  Warn about not found misspellings
21428         once the process is done.
21429         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
21431 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
21433         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21434         tool bar (removed inadvertently).
21436 2005-12-02  Juri Linkov  <juri@jurta.org>
21438         * log-view.el (log-view-diff): Clarify doc string.
21440 2005-12-01  Bill Wohler  <wohler@newt.com>
21442         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
21443         triggers lm-verify errors.
21445 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
21447         * simple.el (transient-mark-mode, line-number-mode)
21448         (column-number-mode, size-indication-mode): Remove `:require nil'.
21450 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
21452         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
21453         in the margin also.
21454         (gdb-breakpoints-mode-map): Use D instead of d for
21455         gdb-delete-breakpoint.
21456         (gdb-get-frame-number): Require a number to match on.
21457         (gdb-threads-mode-map): Add follow-link binding.
21459 2005-11-30  Jason Rumney  <jasonr@gnu.org>
21461         * isearch.el (isearch-mode-map): Avoid exiting search on
21462         language-change event.
21464 2005-11-30  Romain Francoise  <romain@orebokech.com>
21466         * speedbar.el (speedbar-default-position): New defcustom.
21467         (speedbar-frame-reposition-smartly): Use it.
21469         * dframe.el (dframe-reposition-frame-emacs): Fix position
21470         computation for `left' location.
21471         Update copyright year.
21473 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21475         * help.el (help-map): Move initialization into declaration.
21477         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
21479         * help-fns.el (help-argument-name): Don't autoload.
21480         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
21481         to be re-loaded when customizing the `help' group.
21483 2005-11-30  John Paul Wallington  <jpw@gnu.org>
21485         * help-fns.el (describe-function-1): Fill arglist output.
21487 2005-11-30  Kim F. Storm  <storm@cua.dk>
21489         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
21490         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
21491         after revert-buffer (or anything else which kills all local variables).
21493         * apropos.el (apropos-parse-pattern): Doc fix.
21494         Set apropos-regexp directly, rather than expecting callers to do so.
21495         (apropos-command, apropos, apropos-value, apropos-documentation):
21496         Simplify calls to apropos-parse-pattern.
21498 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
21500         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
21501         (hi-lock-face-phrase-buffer): Use hi-yellow face.
21502         (hi-lock-write-interactive-patterns): Use comment-region.
21504         * longlines.el (longlines-mode): Add mail-setup-hook.
21506         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
21508         * simple.el (sendmail-user-agent-compose, next-line):
21509         Conditionally use hard-newline.
21511 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21513         * international/latexenc.el (latex-inputenc-coding-alist):
21514         Reword doc string.
21516 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
21518         * help.el (describe-key-briefly, describe-key): Recognize default
21519         bindings.
21521 2005-11-29  Romain Francoise  <romain@orebokech.com>
21523         * view.el (view-inhibit-help-message): New defcustom.
21524         (view-mode-enter): Use it.
21526 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
21528         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
21529         Preserve user position.
21531 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
21533         * font-lock.el: Throw error if facemenu is not loaded to prevent
21534         accidental change of loading order in loadup.el.  (Suggested by RMS.)
21536         * loadup.el: Add comment explaining why facemenu must be loaded
21537         before font-lock.
21539 2005-11-28  Jay Belanger  <belanger@truman.edu>
21541         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
21542         (calc-dispatch-map): Add more keys for `calc-same-interface'.
21544         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
21546         * calc/calc-embed.el (calc-do-embedded): Update help message.
21548         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
21550 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21552         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
21554         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
21555         called-interactively-p.
21556         (elp-profilable-p): Rename from elp-not-profilable-p.
21557         Invert result and take into account macros and autoloaded functions.
21558         (elp-instrument-function): Update call.
21559         (elp-instrument-package): Update call.  Add completion.
21560         (elp-pack-number): Use match-string.
21561         (elp-results-jump-to-definition-by-mouse): Merge into
21562         elp-results-jump-to-definition and then remove.
21563         (elp-output-insert-symname): Make help echo text single-line.
21565         * replace.el (query-replace-map): Move initialization into declaration.
21566         (occur-engine): Use with-current-buffer.
21567         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
21568         (occur-mode-mouse-goto): Replace with an alias.
21570 2005-11-28  Juri Linkov  <juri@jurta.org>
21572         * simple.el (quoted-insert): Let-bind input-method-function to nil.
21574         * term/w32-win.el: Bind [S-tab] to [backtab].
21576         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
21577         `Info-find-file' to t.
21579         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
21580         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
21581         and same-window-regexps.
21582         (occur-next-error): Don't move point for arg 0.
21584 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
21586         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
21588 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21590         * log-edit.el (log-edit-changelog-use-first): New var.
21591         (log-edit-changelog-ours-p): Use it.
21592         (log-edit-insert-changelog): Set it with new arg `use-first'.
21593         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
21594         (log-edit-hook): Add them to the list of suggested options.
21596         * textmodes/flyspell.el (flyspell-last-buffer): New var.
21597         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
21598         redundant work.
21599         (flyspell-mode-on): Use add-hook for after-change-functions.
21600         (flyspell-mode-off): Use remove-hook for after-change-functions.
21601         (flyspell-changes): Make it buffer-local.
21602         (flyspell-after-change-function): Make it non-interactive.  Use push.
21603         (flyspell-post-command-hook): Check input-pending-p while processing
21604         the potentially long list of buffer changes.
21606 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
21608         * buff-menu.el (list-buffers-noselect): Display the selected
21609         frame's buffer list, not the global one.
21611 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
21613         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
21614         that (list last-input-event) works as in interactive spec.
21616 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
21618         * loadup.el ("facemenu"): Load facemenu before font-lock, because
21619         `facemenu-keymap' needs to be defined when font-lock is loaded.
21620         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
21622 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21624         * completion.el: Remove useless leading * in defcustom docstrings.
21625         (save-completions-file-name): Use ~/.emacs.d if available.
21626         (completion-standard-syntax-table): Rename from
21627         cmpl-standard-syntax-table and fold initialization into declaration,
21628         thus removing cmpl-make-standard-completion-syntax-table.
21629         (completion-lisp-syntax-table, completion-c-syntax-table)
21630         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21631         (cmpl-saved-syntax, cmpl-saved-point): Remove.
21632         (symbol-under-point, symbol-before-point)
21633         (symbol-under-or-before-point, symbol-before-point-for-complete)
21634         (add-completions-from-c-buffer): Use with-syntax-table.
21635         (make-completion): Don't return a list of completion entries.
21636         Update callers.
21637         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21638         (completion-initialize): Rename from initialize-completions.
21639         (completion-find-file-hook): Rename from cmpl-find-file-hook.
21640         (kill-emacs-save-completions): Collect stats here.
21641         (save-completions-to-file, load-completions-from-file):
21642         Use with-current-buffer.
21643         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
21644         into a function.  Move all calls to toplevel.
21645         (completion-lisp-mode-hook): New fun.
21646         (completion-c-mode-hook, completion-setup-fortran-mode):
21647         Set the syntax-table here.  Use local-set-key.
21648         (completion-saved-bindings): New var.
21649         (dynamic-completion-mode): Make it into a proper minor mode.
21650         (load-completions-from-file): Remove unused var `num-uses'.
21652         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21653         constructor if it is explicitly overridden.
21655         * complete.el (PC-completion-as-file-name-predicate):
21656         Use minibuffer-completing-file-name.
21657         (partial-completion-mode): Use find-file-not-found-functions.
21658         (PC-lisp-complete-symbol): Use with-syntax-table.
21659         (PC-look-for-include-file): Remove dead setq.
21660         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21661         (PC-complete): Use with-current-buffer.
21663         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21664         escape single quotes.
21666 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
21668         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21669         of `if' whose condition always returned nil.  Doc fix.
21671         * buff-menu.el (Buffer-menu-revert-function): Make the selected
21672         window's buffer the current buffer around the call to
21673         `list-buffers-noselect'.  This is necessary to mark that buffer
21674         with a `.' in the Buffer Menu when called from Lisp, for instance
21675         by Auto Revert Mode.
21677 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
21679         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21680         attaching to it.
21681         (gdb-pre-prompt): Make sure gdb-error is reset.
21683         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21684         with a child process, detect it.
21685         (gud-speedbar-buttons): Match regexp more carefully.
21687 2005-11-27  Richard M. Stallman  <rms@gnu.org>
21689         * mouse.el (mouse-drag-move-window-bottom):
21690         Use adjust-window-trailing-edge.
21692 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
21694         * simple.el (blink-matching-open): Ignore
21695         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21696         (blink-matching-paren-on-screen): Update docstring.
21698         * paren.el (show-paren-mode): No longer change
21699         `blink-matching-paren-on-screen'.
21701 2005-11-27  John Paul Wallington  <jpw@pobox.com>
21703         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21704         (gdb-threads-select, gdb-edit-register-value):
21705         Use `posn-set-point' instead of `mouse-set-point' because the
21706         latter is not fbound when configured without X.
21708 2005-11-27  Kim F. Storm  <storm@cua.dk>
21710         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21711         existing face when partially highlighting a TAB in a rectangle.
21713 2005-11-26  Kim F. Storm  <storm@cua.dk>
21715         * ido.el (ido-mode-map): Doc fix.
21716         (ido-mode-common-map, ido-mode-file-map)
21717         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21718         (ido-define-mode-map): Rewrite.  Select one of the new maps as
21719         parent for ido-mode-map instead of building from scratch.
21720         (ido-init-mode-maps): New defun to initialize new maps.
21721         (ido-mode): Call it.
21722         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21723         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21725 2005-11-26  John Paul Wallington  <jpw@pobox.com>
21727         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21728         `mouse-set-point' because the latter is not fbound when configured
21729         without X.
21731 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
21733         * files.el (file-relative-name): Doc fix.
21735 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
21737         * progmodes/octave-inf.el (inferior-octave-startup): Force a
21738         non-empty string for secondary prompt PS2.
21740 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
21742         * progmodes/compile.el (compilation-setup): Fix last change.
21744 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
21746         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21747         (gdb-mouse-toggle-breakpoint-margin)
21748         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21749         Add gdb-server-prefix to keep out of command history.
21750         (gdb-edit-register-value): New function.
21751         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21752         (gdb-info-registers-custom): Use above map.
21754 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
21756         * custom.el (enable-theme): Signal error if argument is not a
21757         theme.  Don't recalculate a face if it's not loaded yet.
21759         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21760         the `user' theme is in effect.
21762         * info.el (Info-on-current-buffer): Record actual filename in
21763         Info-current-file, instead of t, or a fake filename if a non-file
21764         buffer.  Make autoload.
21765         (Info-find-node, Info-revert-find-node): No need to check for
21766         Info-current-file nil.
21767         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21768         Info-current-file is now never `t'.
21769         (Info-fontify-node): Many simplifications due to Info-current-file
21770         always being valid.  Use Info-find-file to find node filename.
21772 2005-11-25  David Kastrup  <dak@gnu.org>
21774         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21775         new character, then delete" in order to preserve markers.
21777 2005-11-25  David Ponce  <david@dponce.com>
21779         * recentf.el (recentf-arrange-by-rule): Handle a special
21780         `auto-mode-alist'-like "strip suffix" rule.
21781         (recentf-build-mode-rules): Handle second level auto-mode entries.
21783 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
21785         * emulation/viper-keym.el (viper-ESC-key): Use different values
21786         in terminal and window modes.
21788         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21789         add jde-javadoc-checker-report-mode.
21791         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21793         * ediff.el (ediff-date): Change the date of last update.
21795 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
21797         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21798         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
21799         (hi-lock-mode): New global minor mode.
21800         (turn-on-hi-lock-if-enabled): New function.
21801         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21802         Change arguments to regexp and face instead of a font-lock pattern.
21803         Directly set face property, instead of refontifying.
21804         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21805         (hi-lock-find-patterns): Use line-number-at-pos.
21807         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
21808         arguments for hi-lock-set-pattern.
21809         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21810         Call font-lock-fontify-buffer.
21811         (hi-lock-find-file-hook, hi-lock-current-line)
21812         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21814         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21815         turned off.
21817         * progmodes/compile.el (compilation-setup): Don't fiddle with
21818         font-lock-defaults.
21820 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
21822         * progmodes/gdb-ui.el (gdb-var-create-handler)
21823         (gdb-var-list-children-handler): Find values for all variable
21824         objects.  gud-speedbar-buttons decides whether to display them.
21826 2005-11-24  Romain Francoise  <romain@orebokech.com>
21828         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21829         buffer name with a space.
21831 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
21833         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21834         `org-export-local-list-max-depth'.  Change default value to 3.
21835         (org-auto-renumber-ordered-lists)
21836         (org-plain-list-ordered-item-terminator): New options.
21837         (org-at-item-p, org-beginning-of-item, org-end-of-item)
21838         (org-get-indentation, org-get-string-indentation)
21839         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21840         New functions.
21841         (org-move-item-down, org-move-item-up): New commands.
21842         (org-export-as-html): New classes for CSS support.  Bug fix in
21843         regular expression detecting fixed-width regions.  Respect
21844         `org-local-list-ordered-item-terminator'.
21845         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21846         also a list item.
21847         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21848         New item moving functions.
21850 2005-11-24  Juri Linkov  <juri@jurta.org>
21852         * isearch.el (isearch-repeat): With empty search ring set
21853         `isearch-error' to the error string instead of signaling error
21854         with the function `error'.
21856 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21858         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21860 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
21862         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21863         and variable.
21864         (gdb-var-create-handler, gdb-var-list-children-handler):
21865         Don't match on "char **...".
21866         (gdb-var-update-handler): Find values for all variable objects.
21867         (gdb-info-frames-custom): Identify frames by leading "#".
21869         * progmodes/gud.el (gud-speedbar-menu-items): Add
21870         gdb-speedbar-auto-raise as radio button.
21871         (gud-speedbar-buttons): Raise speedbar if requested.
21872         Don't match on "char **...".
21873         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21874         Make it editable.
21876 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
21878         * info.el (Info-fontify-node): Handle the case where
21879         Info-current-file is t.
21881 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21883         * simple.el (blink-matching-open): Fix off-by-one in last change.
21885 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21887         * term/mac-win.el: Don't change default directory.
21889 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
21891         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21892         buffers correctly.  (It used to throw an error in such buffers.)
21893         Make it ask for confirmation in group buffers and other Custom
21894         buffers containing more than one customization item.
21896 2005-11-22  John Paul Wallington  <jpw@gnu.org>
21898         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21899         property on mail and url overlays.
21900         (goto-address-at-point): Use `posn-set-point' instead of
21901         `mouse-set-point' because the latter is not fbound when configured
21902         without X.
21904 2005-11-22  Lars Hansen  <larsh@soem.dk>
21906         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21907         (ls-lisp-classify, ls-lisp-format): Delete call to
21908         ls-lisp-parse-symlink.
21909         (ls-lisp-handle-switches): Handle symlinks to directories as
21910         directories when ls-lisp-dirs-first in non-nil.
21912 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
21914         * startup.el (command-line): Make sure that loaddefs.el is handled
21915         correctly in load-history.
21917 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
21919         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21920         (gdb-struct-string, gdb-array-string): New constants.
21921         (gdb-info-locals-handler): Use them.
21922         (gdb-reset): Reset gdb-var-list to nil.
21924 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21926         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21927         in patterns.
21929 2005-11-21  Juri Linkov  <juri@jurta.org>
21931         * custom.el (defcustom): Update link types in docstring.
21933 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
21935         * custom.el (defgroup): Add doc-string-elt info.
21937         * widget.el (define-widget): Don't use declare for the doc-string-elt.
21939 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21941         * newcomment.el (comment-enter-backward): Fix last fix.
21943         * simple.el (blink-matching-open):
21944         * paren.el (show-paren-function): Allow new paren-class info.
21946 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
21948         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
21949         handled automagically.
21951 2005-11-20  Andreas Schwab  <schwab@suse.de>
21953         * descr-text.el (describe-char): When copying overlays put them
21954         over the full char description instead of just the first character
21955         of it.
21957 2005-11-20  Juri Linkov  <juri@jurta.org>
21959         * simple.el (what-cursor-position):
21960         * descr-text.el (describe-char): Use Lisp-readable syntax
21961         for octal and hex.  Reorder decimal, octal and hex values.
21962         Remove excess whitespace in the output.  Use `=' in `column='
21963         like in `point=' and `Hscroll='.
21965         * international/mule-cmds.el (encoded-string-description):
21966         Use Lisp-readable syntax for hex.
21968 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21970         * newcomment.el (comment-enter-backward): Handle the case where the
21971         comment is closed by EOB.
21973 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21975         * longlines.el (longlines-before-revert-hook)
21976         (longlines-after-revert-hook): New functions.
21977         (longlines-mode): Turn off longlines temporarily when reverting.
21978         Add a message-setup-hook.
21979         (longlines-decode-buffer): New function.
21980         (longlines-wrap-line): Preserve marker positions.
21982 2005-11-19  Andreas Schwab  <schwab@suse.de>
21984         * emacs-lisp/shadow.el: Handle compressed files.
21986 2005-11-19  Romain Francoise  <romain@orebokech.com>
21988         * net/browse-url.el (browse-url-default-browser): Signal an error
21989         if no usable browser can be found, rather than try to load w3.
21991 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
21993         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21994         replacing existing properties.
21995         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21996         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21997         tty specs.
21998         (rcirc-server-prefix, rcirc-server): New faces.
21999         (rcirc-url-regexp): Generate with rx macro.
22000         (rcirc-last-server-message-time): New variable.
22001         (rcirc-filter): Record time of last message.
22002         (rcirc-keepalive): Kill processes that did not send a message
22003         since the last ping.
22004         (rcirc-mode): Give rcirc-topic a local binding here.
22006 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
22008         * subr.el (read-passwd): Fontify the prompt as we do with other
22009         prompts.
22011 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
22013         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
22014         binding buffer-read-only to nil.
22016 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
22018         * complete.el (partial-completion-mode):
22019         Mention completion-auto-help in the doc string.
22021         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
22022         more Lisp-ish way.
22024 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
22026         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
22027         digits, not 8, to avoid misalignment for files larger than 100MB.
22029 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
22031         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
22032         Mention "keyboard shortcuts" in the help text.
22034 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22036         * startup.el (fancy-splash-default-action): Discard only
22037         mouse-down and succeeding mouse-up events in the splash screen
22038         window so that drag-n-drop event can be processed.
22040 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
22042         * longlines.el (longlines-mode): Add hacks for mail-mode and
22043         message-mode.
22045 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
22047         * textmodes/org.el (org-table-sort-lines): New command.
22048         (org-tbl-menu): Add entry for `org-table-sort-lines'.
22049         (org-add-file): Command removed, use `org-agenda-file-to-front'
22050         instead.
22051         (org-export-icalendar): Use `org-icalendar-combined-name'.
22052         (org-cycle-agenda-files, org-agenda-file-to-end)
22053         (org-agenda-file-to-front): New commands.
22054         (org-table-tab-jumps-over-hlines, org-export-html-style):
22055         New options.
22056         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
22057         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
22058         New functions.
22059         (org-fill-paragraph): Call `org-table-align' in tables.
22060         (org-mode): Call `org-set-autofill-regexps'.
22061         (org-export-as-html): Support for local handformatted lists.
22062         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
22063         (org-export-local-list-max-depth): New option.
22064         (org-html-expand): Use `org-html-protect'.
22066 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
22068         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
22069         to "p".
22070         (gdb): Move definition of gud-pp to...
22072         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
22073         speedbar.
22074         (gdb-find-watch-expression): New function.
22076 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22078         * faces.el (face-attribute, set-face-attribute): Mention existence
22079         of `:ignore-defface' setting in docstring.
22081 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22083         * simple.el (completion-setup-function): Fix last change.
22085 2005-11-17  John Paul Wallington  <jpw@pobox.com>
22087         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
22088         Use `posn-set-point' instead of `mouse-set-point' because the
22089         latter is not fbound when configured without X.
22091         * comint.el (comint-insert-input): Likewise.
22093 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22095         * simple.el (hard-newline): New variable.
22096         (sendmail-user-agent-compose, next-line): Use it.
22098         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
22099         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
22100         (mail-mail-reply-to, mail-mail-followup-to)
22101         (mail-position-on-field, mail-signature, mail-yank-original)
22102         (mail-attach-file): Likewise.
22104         * mail/mailheader.el (mail-header-format)
22105         (mail-header-format-function): Likewise.
22107         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
22109 2005-11-17  Juri Linkov  <juri@jurta.org>
22111         * font-lock.el (font-lock-faces): Rename this defgroup from
22112         `font-lock-highlighting-faces'.
22113         (font-lock-comment-face, font-lock-comment-delimiter-face)
22114         (font-lock-string-face, font-lock-doc-face)
22115         (font-lock-keyword-face, font-lock-builtin-face)
22116         (font-lock-function-name-face, font-lock-variable-name-face)
22117         (font-lock-type-face, font-lock-constant-face)
22118         (font-lock-warning-face, font-lock-negation-char-face)
22119         (font-lock-preprocessor-face)
22120         (font-lock-regexp-grouping-backslash)
22121         (font-lock-regexp-grouping-construct): Rename :group from
22122         `font-lock-highlighting-faces' to `font-lock-faces'.
22124         * cus-edit.el (lisp, c, tex):
22125         * progmodes/ada-mode.el (ada):
22126         * progmodes/asm-mode.el (asm):
22127         * progmodes/cperl-mode.el (cperl-faces):
22128         * progmodes/cpp.el (cpp):
22129         * progmodes/dcl-mode.el (dcl):
22130         * progmodes/f90.el (f90):
22131         * progmodes/fortran.el (fortran):
22132         * progmodes/icon.el (icon):
22133         * progmodes/idlwave.el (idlwave-misc):
22134         * progmodes/m4-mode.el (m4):
22135         * progmodes/make-mode.el (makefile):
22136         * progmodes/meta-mode.el (meta-font):
22137         * progmodes/modula2.el (modula2):
22138         * progmodes/octave-mod.el (octave):
22139         * progmodes/pascal.el (pascal):
22140         * progmodes/perl-mode.el (perl):
22141         * progmodes/prolog.el (prolog):
22142         * progmodes/ps-mode.el (PostScript-edit):
22143         * progmodes/scheme.el (scheme):
22144         * progmodes/sh-script.el (sh-script):
22145         * progmodes/simula.el (simula):
22146         * progmodes/tcl.el (tcl):
22147         * textmodes/nroff-mode.el (nroff):
22148         * textmodes/reftex-vars.el (reftex-fontification-configurations):
22149         * textmodes/sgml-mode.el (sgml):
22150         * textmodes/texinfo.el (texinfo):
22151         Add :link (custom-group-link font-lock-faces) to defgroup.
22153         * hi-lock.el (hi-lock): Rename this defgroup from
22154         `hi-lock-interactive-text-highlighting'.  Change parent group from
22155         `faces' to `font-lock'.  Add link to the manual.
22156         (hi-lock-mode, hi-lock-file-patterns-range)
22157         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
22158         `hi-lock-interactive-text-highlighting' to `hi-lock'.
22159         (hi-lock-faces): Add :group `faces'.
22161         * cus-edit.el (custom-variable-prompt): Clarify the code.
22163         * faces.el (face-read-string): Set the default value arg of
22164         completing-read.
22166 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
22168         * rfn-eshadow.el (file-name-shadow-properties)
22169         (file-name-shadow-tty-properties, file-name-shadow-mode):
22170         Remove autoloads, because the file is now preloaded.
22172 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22174         * printing.el (easy-menu-intern): Don't define.
22175         (pr-get-symbol): Use easy-menu-intern only if defined.
22177         * simple.el (blink-matching-open): Simplify a bit.
22178         (completion-setup-function): Fix the case of partial-completion-mode
22179         when the minibuffer's contents start with "-".
22180         Obey completion-base-size-function even when
22181         minibuffer-completing-file-name is non-nil.
22183 2005-11-16  Richard M. Stallman  <rms@gnu.org>
22185         * net/eudcb-ph.el (eudc-ph-open-session):
22186         Use set-process-query-on-exit-flag.
22188         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
22190         * international/ucs-tables.el (ucs-set-table-for-input):
22191         Use make-local-variable, not make-variable-buffer-local.
22193         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
22194         Improve warning message text.
22196         * savehist.el (savehist-save-hook): Add :group.
22198         * menu-bar.el (menu-bar-help-menu):
22199         Rename Find Extra Packages to External Packages.
22201         * cus-edit.el (Custom-reset-standard): Verify that
22202         :custom-standard-value prop exists before calling it.
22204         * apropos.el (apropos-calc-scores): Use apropos-pattern.
22206 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
22208         * wid-edit.el (color): Enclose %t in %{...%}.
22210         * cus-edit.el (face): Enclose %t in %{...%}.
22212 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
22214         * savehist.el (savehist-mode-hook): Re-add the var.
22215         (savehist-mode): Use it.
22217 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22219         * textmodes/flyspell.el: Fix commenting convention.
22220         Remove unnecessary leading * in custom docstrings.
22221         (flyspell-emacs): Remove unused var.
22222         (flyspell-delete-region-overlays): Use remove-overlays.
22223         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
22224         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
22225         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
22226         (flyspell-debug-signal-word-checked): Use with-current-buffer.
22227         (make-flyspell-overlay): Don't locally reuse a global name.
22228         (flyspell-highlight-incorrect-region)
22229         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
22230         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
22231         (flyspell-notify-misspell): Remove unused args `start' and `end'.
22232         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
22233         Wrap calls to accept-process-output inside with-local-quit since it's
22234         often called from a post-command-hook.
22235         (flyspell-correct-word, flyspell-auto-correct-word):
22236         Use ispell-send-string.
22237         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
22239         * calendar/diary-lib.el (diary-list-entries): Also hide the
22240         terminating newline.
22242 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
22244         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
22245         window-system, to allow fonts on tty.
22247 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
22249         * progmodes/gud.el (gud-speedbar-item-info): New function.
22250         (gud-install-speedbar-variables): Use it to display data type
22251         of watch expression as a tooltip in speedbar.
22253 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
22255         * font-core.el (global-font-lock-mode): Add :version keyword,
22256         because default was changed.
22258         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
22260         * startup.el (command-line): Use `custom-reevaluate-setting' for
22261         `file-name-shadow-mode'.
22263         * loadup.el: Preload rfn-eshadow.
22265         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
22266         Add :version keyword.
22267         (file-name-shadow-properties, file-name-shadow-tty-properties)
22268         (file-name-shadow): Add :version keyword.
22270         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
22271         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
22272         in the custom-group property of the symbol frames and the fringe
22273         group got no link to its parent group frames.
22274         Doc fix.
22276 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
22278         * progmodes/gud.el (gud-stop-subjob): New function.
22279         (gud-menu-map, gud-tool-bar-map): Use it.
22281 2005-11-16  Kim F. Storm  <storm@cua.dk>
22283         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
22284         than kill it.
22285         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
22286         to a more useful/logical place.
22288 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
22290         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
22291         go buttons complementary.
22293 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22295         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
22296         (rfn-eshadow-sifn-equal): New function.
22297         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
22299 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
22301         * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
22302         Quote `-' in string.
22304         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
22305         rcirc-mode buffers come up in Emacs state.
22307         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
22308         operation.
22310 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
22312         * term.el (term-termcap-format): Fix typos.
22313         (term-down): Fix the negative argument case.
22315 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
22317         * progmodes/gdb-ui.el: Remove face-alias left over from change on
22318         2005-08-15.
22319         (gdb-ann3): New command gud-go.
22320         (menu): Accomodate gdb-mi.el.
22321         (gdb-assembler-custom): Make buffer of selected window current
22322         so that set-window-point works.
22324         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
22325         buttons and include new ones.
22327 2005-11-16  Kim F. Storm  <storm@cua.dk>
22329         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
22330         (gud-menu-map): Use it.
22332 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
22334         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
22335         that works correctly for Custom and that does not override a user
22336         who disables it.
22338         * help-mode.el (help-make-xrefs, help-xref-on-pp)
22339         (help-xref-interned, help-follow): Make hyperlinks for variables
22340         that are unbound, but have a non-nil variable-documentation property.
22342         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
22343         mode hook.  (It conflicted with defcustoms for some mode hooks.)
22344         Use the `variable-documentation' property to give the mode hook a
22345         docstring and expand that docstring.
22347 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
22349         * savehist.el (savehist-mode): Don't bother with
22350         `custom-set-minor-mode'.
22351         (savehist-coding-system): Check XEmacs version.
22352         (history-length): Declare also at run time.
22353         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
22354         Don't set the customize state.
22355         (savehist-minibuffer-hook): Special case for when
22356         minibuffer-history-variable is equal to t.
22358 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22360         * files.el (write-file): Refresh VC status.
22362         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
22363         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
22364         than fundamental-mode to see if the mode was set.
22366 2005-11-14  Romain Francoise  <romain@orebokech.com>
22368         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
22369         dummy function in `eval-when-compile' to avoid compiler warning.
22370         Require `man' at compile time.
22372 2005-11-14  Jay Belanger  <belanger@truman.edu>
22374         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
22375         calcFunc-powerexpand.
22376         (math-write-out-power): Rename it to math-powerexpand; have it
22377         handle negative exponents.
22378         (calc-writeoutpower): Rename it to calc-powerexpand.
22380         * calc/calc-ext.el: Change calcFunc-writeoutpower and
22381         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
22382         autoloads.
22383         Add calcFunc-ldiv to autoloads.
22385         * calc/calc-arith.el (calcFunc-ldiv): New function.
22387         * calc/calc.el (calc-left-divide): New function.
22389 2005-11-14  Juri Linkov  <juri@jurta.org>
22391         * cus-edit.el (custom-variable-prompt): Set the default value arg
22392         of completing-read.
22394         * cus-dep.el (custom-make-dependencies): Reverse the list of
22395         found dependencies.
22397 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
22399         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
22400         Highlighting" entry, it is on by default now.
22401         (menu-bar-options-save): Do not save global-font-lock-mode.
22403 2005-11-13  Richard M. Stallman  <rms@gnu.org>
22405         * textmodes/flyspell.el (flyspell-large-region):
22406         Call flyspell-accept-buffer-local-defs.
22408 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
22410         * textmodes/flyspell.el (flyspell-notify-misspell):
22411         Fix misspelling of "Misspelling".
22412         (flyspell-process-localwords): New function.
22413         (flyspell-large-region): Call flyspell-process-localwords and
22414         flyspell-delete-region-overlays.
22415         (flyspell-delete-region-overlays): New function.
22416         (flyspell-delete-all-overlays): Call that.
22418 2005-11-13  Richard M. Stallman  <rms@gnu.org>
22420         * help.el (help-for-help-internal): Improve doc of C-h a.
22421         (describe-key): Improve prompt; doc fix.
22423 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22425         * vc-svn.el (vc-svn-registered): Catch all errors.
22427         * cus-dep.el (custom-make-dependencies): Typo.
22429 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
22431         * net/tramp-util.el (top): Fix compilation warning.
22433 2005-11-13  Kim F. Storm  <storm@cua.dk>
22435         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
22437 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
22439         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
22440         (gud-speedbar-buttons): Match on "const char *" too.
22442         * progmodes/gdb-ui.el (gdb-var-create-handler)
22443         (gdb-var-list-children-handler): Match on "const char *" too.
22444         (gdb-var-evaluate-expression-handler): Match on empty string.
22445         (gdb-var-update-handler): Only call
22446         gdb-var-evaluate-expression-handler when required.
22448 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
22450         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
22451         selected window.  This still doesn't work for speedbar.
22452         (gud-speedbar-buttons): Handle string expressions properly.
22454         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
22455         (gdb-var-create-handler): Handle string expressions properly.
22456         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
22457         Handle string expressions properly.  Move "type" field into regexp.
22459 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
22461         * bookmark.el (bookmark-maybe-message): New function to reduce
22462         code duplication: invokes `message' iff baud-rate is high enough.
22463         (bookmark-write-file): Use above instead of an inline conditional.
22464         (bookmark-load): Same.
22466 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
22468         * bookmark.el (bookmark-write-file): Don't visit the destination
22469         file, just write the data to it using write-region.  This is
22470         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
22471         change to avoid visiting the file in the first place.
22473 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
22475         * hi-lock.el (hi-lock-mode): Set the default value of
22476         font-lock-defaults.
22478 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
22480         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
22481         arg to `file-attributes'.
22482         (find-lisp-format): The UID and GID can now be strings.
22484 2005-11-12  Kim F. Storm  <storm@cua.dk>
22486         * help.el (help-map): Bind C-h d to apropos-documentation.
22488         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
22489         when point is at end-of-buffer.
22491         * apropos.el (apropos-match-face): Doc fix.
22492         (apropos-sort-by-scores): Add new choice `verbose'.
22493         (apropos-documentation-sort-by-scores): New defcustom.
22494         (apropos-pattern): Now contains the pattern entered by the user.
22495         (apropos-pattern-quoted): New defvar.
22496         (apropos-regexp): New defvar, containing the regexp corresponding
22497         to apropos-pattern.
22498         (apropos-all-words-regexp): Rename from apropos-all-regexp.
22499         (apropos-read-pattern): New defun.  Use it to read pattern arg in
22500         interactive calls; returns list of words for a word list, and
22501         string for a regexp.
22502         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
22503         parses a list of words or regexp as returned by apropos-read-pattern.
22504         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
22505         (apropos-score-doc): Return a very high score if the string
22506         entered by the user matches literally.
22507         (apropos-variable): Doc fix.  Use apropos-read-pattern.
22508         (apropos-command): Doc fix.  Use apropos-read-pattern and
22509         apropos-parse-pattern.  Call apropos-print with nosubst=t.
22510         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
22511         apropos-parse-pattern.
22512         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
22513         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
22514         apropos-documentation-sort-by-scores.  Call apropos-print with
22515         nosubst=t.
22516         (apropos-documentation-internal): Pass doc string through
22517         substitute-key-definition before adding text properties.
22518         Highlight substring matching literal user input if possible.
22519         (apropos-documentation-check-doc-file): Remove locals beg and end.
22520         Fix calculation of score (as added twice).  Pass doc string through
22521         substitute-key-definition before adding text properties.
22522         (apropos-documentation-check-elc-file): Pass doc string through
22523         substitute-key-definition before adding text properties.
22524         Highlight substring matching literal user input if possible.
22525         (apropos-print): Add new arg NOSUBST; if set, command and variable
22526         doc strings have already been passed through substitute-key-definition.
22527         Add code to handle apropos-accumulator items without score element
22528         for backwards compatibility (e.g. with woman package).
22529         Only show scores if apropos-sort-by-scores is `verbose'.
22531 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22533         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
22534         Add jka-compr-load-suffixes to load-suffixes.
22536         * jka-compr.el: Require jka-cmpr-hook.
22537         (jka-compr-info-compress-message, jka-compr-info-compress-program)
22538         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
22539         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
22540         (jka-compr-info-can-append, jka-compr-info-strip-extension)
22541         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
22542         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
22543         (jka-compr-uninstall): Remove entries from
22544         jka-compr-added-to-file-coding-system-alist after they are used.
22545         (jka-compr-error): Remove unused var `curbuf'.
22546         (jka-compr-file-local-copy): Remove unused var `notfound'.
22548 2005-11-10  Romain Francoise  <romain@orebokech.com>
22550         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
22552 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
22554         * progmodes/gud.el (gud-menu-map): Move parentheses.
22555         (gdb): New command gud-pv.
22557 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22559         * tar-mode.el: Remove spurious or unnecessary leading stars
22560         in docstrings.
22561         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
22562         (tar-parse-octal-integer-safe): Use mapc.
22563         (tar-header-block-summarize): Remove unused var `ck'.
22564         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
22565         cleared before.  Obey default-enable-multibyte-characters.
22566         Use mapconcat.  Simplify setting of tar-header-offset.
22567         (tar-mode-map): Move initialization inside delcaration.
22568         (tar-flag-deleted): Use `abs'.
22569         (tar-expunge-internal): Remove unused var `line'.
22570         (tar-expunge-internal): Don't hardcode point-min==1.
22571         (tar-expunge): Widen while doing set-buffer-multibyte.
22572         (tar-rename-entry): Use file-name-coding-system.
22573         (tar-alter-one-field): Don't hardcode point-min==1.
22574         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
22575         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
22577 2005-11-10  Masatake YAMATO  <jet@gyve.org>
22579         * add-log.el (add-log-current-defun): Handle class::method
22580         notation of c++.  Fix incorrect comment.
22582 2005-11-10  Alan Mackenzie  <acm@muc.de>
22584         * help-fns.el (describe-variable): Make C-h v work when a variable
22585         has variable documentation yet is unbound.
22587 2005-11-10  Masatake YAMATO  <jet@gyve.org>
22589         * man.el (Man-highlight-references): Set an empty
22590         string to `Man-arguments' if it is nil.
22591         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
22593 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22595         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
22596         commenting conventions.
22598         * cus-dep.el (custom-make-dependencies): Simplify.
22599         Better follow the commenting conventions.
22601 2005-11-09  Richard M. Stallman  <rms@gnu.org>
22603         * apropos.el (apropos-pattern): Rename from apropos-regexp.
22604         (apropos-orig-pattern): Rename from apropos-orig-regexp.
22605         All uses changed.
22606         (apropos-rewrite-regexp): Doc fix.
22607         (apropos-variable, apropos-command, apropos, apropos-value):
22608         Change prompt; carry through the argument renaming.
22610 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
22612         * find-lisp.el: Require dired.
22613         (find-lisp-find-dired-internal): Do not call
22614         `abbreviate-file-name' on DIR.
22616 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
22618         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
22620 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
22622         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
22623         when using the speedbar.
22624         (gdb): New command gud-pp.
22625         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
22627 2005-11-09  Juri Linkov  <juri@jurta.org>
22629         * replace.el (occur-excluded-properties): New defcustom.
22630         (occur-1, occur-engine, occur-accumulate-lines): Use it.
22632 2005-11-08  Jay Belanger  <belanger@truman.edu>
22634         * calc/calc-units.el (math-convert-units): Replace any composite
22635         unit by its definition.
22637 2005-11-08  Lars Hansen  <larsh@soem.dk>
22639         * emacs-lisp/autoload.el (update-directory-autoloads):
22640         Add obsolete function alias.
22642 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22644         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22645         comment-indent-function.
22646         (lisp-comment-indent): Replace by an alias for comment-indent-default.
22648         * reveal.el (reveal-post-command): Rework the handling of
22649         reveal-open-spots, so as to be more reliable.  There were several
22650         tricky corner cases where an open spot might be lost, or where
22651         a closed spot might end up on the list of open spots.
22652         Only reveal text that's ellipsised.
22654 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
22656         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22658 2005-11-07  John Paul Wallington  <jpw@gnu.org>
22660         * ibuffer.el (ibuffer): Search iconified frames too when
22661         getting Ibuffer buffer's window.
22663 2005-11-06  Richard M. Stallman  <rms@gnu.org>
22665         * progmodes/compile.el (compilation-internal-error-properties):
22666         save-excursion around the computation of MARKER.
22668 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
22670         * textmodes/flyspell.el (flyspell-external-point-words):
22671         flyspell-get-word returns a list, not just a string.
22673 2005-11-06  John Paul Wallington  <jpw@pobox.com>
22675         * ibuffer.el (ibuffer): Search all visible frames when getting
22676         Ibuffer buffer's window.
22678 2005-11-07  Masatake YAMATO  <jet@gyve.org>
22680         * man.el (Man-reference-regexp): Accept spaces between
22681         `Man-name-regexp' and `Man-section-regexp'.
22682         (Man-apropos-regexp): New variable.
22683         (Man-abstract-xref-man-page): Use value for `Man-target-string'
22684         if available.
22685         (Man-highlight-references, Man-highlight-references0):
22686         Handle the case when `Man-arguments' includes "-k".
22687         (Man-highlight-references0): Rename the argument `TARGET-POS' to
22688         `TARGET'. `TARGET' can be a number, function or nil.
22690 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
22692         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22693         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22694         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22695         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22696         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22697         (gdb-send-item): Use buffer-local-value and simplify.
22699 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
22701         * startup.el (command-line): Use `custom-reevaluate-setting' for
22702         `global-font-lock-mode'.
22704         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22705         by default, except in batch mode or when the -D option is given.
22707         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22708         specified keyword args on to `define-minor-mode'.  Update docstring.
22710 2005-11-05  Romain Francoise  <romain@orebokech.com>
22712         * replace.el (occur-engine): Add marker at end of line, too.
22714 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
22716         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22717         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22718         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22719         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22720         argument to all these routines, so the passphrase can be managed
22721         externally and passed in to the system.
22722         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22723         pgg-add-passphrase-to-cache function.
22725         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22726         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22727         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22728         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22729         argument to all these routines, so the passphrase can be managed
22730         externally and passed in to the system.
22731         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22732         function.
22734 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
22736         * font-lock.el: Don't deal with font-lock-face-attributes here,
22737         move the code ...
22739         * startup.el (command-line): ... here.  Use face-spec-set instead
22740         of custom-declare-face.
22742         * faces.el (face-spec-set): Reset the face if spec is not nil.
22744 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22746         * newcomment.el (comment-region-internal): Box more tightly in the
22747         common case where there's no TAB in the boxed text.
22749 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22751         * info.el (info-tool-bar-map): Use images prev-node, next-node and
22752         up-node.
22754 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
22756         * net/newsticker.el: Commentary updated.  Code formatting changed.
22757         (newsticker-version): Change to "1.9".
22758         (newsticker, newsticker-feed): Doc fix.
22759         (newsticker-url-list): Doc fix.  Add option "Weekly".
22760         (newsticker-retrieval-interval): Add option "Weekly".
22761         (newsticker-headline-processing): Doc fix.
22762         (newsticker-auto-mark-filter): Remove.
22763         (newsticker-auto-mark-filter-list): New.
22764         (newsticker-layout, newsticker-sort-method): Doc fix.
22765         (newsticker-hide-old-items-in-newsticker-buffer)
22766         (newsticker-heading-format, newsticker-item-format)
22767         (newsticker-desc-format): Doc fix.
22768         (newsticker-show-all-rss-elements): Remove.
22769         (newsticker-show-all-news-elements): New.
22770         (newsticker-faces, newsticker-ticker): Doc fix.
22771         (remove-from-invisibility-spec): Code formatting.
22772         (newsticker--process-ids): New.
22773         (newsticker-mode): Doc fix.
22774         (newsticker-mode): Change mode-line-format.
22775         (newsticker-start): Remove debug output.
22776         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
22777         (newsticker-w3m-show-inline-images): Code formatting.
22778         (newsticker-next-item): Call `force-mode-line-update'.
22779         (newsticker-previous-item): Call `force-mode-line-update'.
22780         (newsticker-next-feed): Call `force-mode-line-update'.
22781         (newsticker-previous-feed): Call `force-mode-line-update'.
22782         (newsticker-mark-all-items-at-point-as-read): Code formatting.
22783         (newsticker-show-old-items): Do not show descs.
22784         (newsticker-hide-entry): Hide too much.
22785         (newsticker-hide-entry, newsticker-show-entry)
22786         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22787         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22788         (newsticker-toggle-auto-narrow-to-item): Code formatting.
22789         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22790         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22791         (newsticker-get-news): Call `force-mode-line-update'.
22792         Collect process ids.
22793         (newsticker--sentinel): Change coding system handling.
22794         Move image retrieval to new functions newsticker--get-logo-url-*.
22795         Move feed parsing to new functions newsticker--parse-*.
22796         Update list of process ids.
22797         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22798         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22799         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22800         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22801         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22802         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22803         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22804         (newsticker--decode-coding-string): Remove.
22805         (newsticker--decode-numeric-entities): Check input.  Format code.
22806         (newsticker--remove-whitespace): Check input.
22807         (newsticker--do-forget-preformatted): Doc fix.
22808         (newsticker--decode-rfc822-date): Allow for missing time.
22809         (newsticker--update-process-ids): New.
22810         (newsticker--image-sentinel): Change comment.
22811         (newsticker--image-read): Change error message.
22812         (newsticker--imenu-goto): Doc fix.  Show headline title.
22813         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22814         (newsticker--buffer-do-insert-text): Clean whitespace in
22815         html-rendered headline title.  Code formatting.
22816         Call `newsticker--buffer-print-extra-elements'.
22817         (newsticker--buffer-print-extra-element): Remove.
22818         (newsticker--buffer-print-extra-elements): New.
22819         (newsticker--buffer-do-print-extra-element): New.
22820         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
22821         large sizes.
22822         (newsticker--run-auto-mark-filter)
22823         (newsticker--do-run-auto-mark-filter):
22824         Use `newsticker-auto-mark-filter-list'.
22826 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
22828         * net/rcirc.el: Use split-string OMIT-NULLS argument.
22829         (rcirc-print): Force redisplay before running hooks.  Do long
22830         buffer truncation after making new text read-only.  Deal with nil
22831         text when decoding strings.  If TARGET is nil, use either the
22832         currently selected buffer, if it is an rcirc buffer and of the
22833         same process or the process buffer.
22834         (rcirc-mode): Remove header-line.  Recompute short buffer names.
22835         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22836         (rcirc-short-buffer-name): Add variable.
22837         (rcirc-kill-buffer-hook): Recompute short buffer names.
22838         Remove nick from private channel.
22839         (rcirc-send-input): Send command text to current-buffer.
22840         Don't clear overlay arrow here.
22841         (rcirc-short-buffer-name): Return a short buffer name.
22842         (rcirc-update-short-buffer-names, rcirc-abbreviate)
22843         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22844         buffer-name abbreviations.
22845         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22846         Do not touch nick-table when killing a parted channel.
22847         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22848         Clear arrow from current buffer if it is now hidden.
22849         (rcirc-current-buffer): Add variable.
22850         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22851         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22852         Remove -face from names.
22853         (rcirc-update-activity-string): Print "DND" when globally ignoring
22854         activity.
22855         (rcirc-ignore-buffer-activity-flag): Rename from
22856         rcirc-ignore-channel-activity.
22857         (rcirc-ignore-all-activity-flag): Doc fix.
22858         (rcirc-channels): Remove variable.
22859         (rcirc-kill-buffer-hook):
22860         (rcirc-get-buffer-create): Add nick to private channel.
22861         (rcirc-multiline-edit-submit): Remove tabs.
22862         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22863         folded.
22864         (rcirc-remove-nick-channel): Bug fix.
22865         (rcirc-toggle-ignore-buffer-activity): Rename from
22866         rcirc-toggle-ignore-channel-activity.
22867         (rcirc-record-activity): Add buffers to the front of the list.
22868         (rcirc-update-activity): Remove killed buffers from list.
22869         (rcirc-process-server-response-1): Remove last argument if it is
22870         null before calling handler.
22871         (rcirc): Add "rcirc" defcustom prefix.
22872         (rcirc-prompt): Simplify default prompt.
22873         Use custom-initialize-default.
22874         (rcirc-private-chats): Remove variable.
22875         (rcirc-prompt): Change initialization.
22876         (rcirc-version): Remove function.
22877         (rcirc-id-string): Add constant.
22878         (rcirc-last-buffer): Remove variable.
22879         (rcirc-buffer-alist): Add variable.
22880         (rcirc-connect): Update variable setup.
22881         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22882         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22883         default.
22884         (rcirc-handler-generic): Trigger activity.
22885         (rcirc-send-message): Create the buffor of the target.
22886         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22887         (rcirc-get-buffer): Just return nil if there is no matching buffer.
22888         (rcirc-multiline-edit-cancel): Remove function.
22889         (rcirc-set-last-buffer): Remove function.
22890         (rcirc-get-any-buffer): Add function.
22891         (rcirc-join-channels): Don't print /join text.
22892         (rcirc-toggle-ignore-channel-activity): Add and update echo area
22893         messages.
22894         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22895         (rcirc-handler-NOTICE): Recognize CTCP responses.
22896         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22897         constructing TOPIC string for buffers we are not JOINed.
22898         (rcirc-handler-CTCP-response): Add handler.
22899         (rcirc-multiline-edit-submit): Restore the window-configuration
22900         before adjusting point.
22901         (rcirc): Add customization group.
22902         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22903         (rcirc-user-full-name, rcirc-startup-channels-alist)
22904         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22905         (rcirc-ignore-all-activity-flag, rcirc-time-format)
22906         (rcirc-input-ring-size, rcirc-read-only-flag)
22907         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22908         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22909         Change defvar to defcustom.
22910         (rcirc-update-prompt): Add optional ALL arg, which will update
22911         prompts in all rcirc buffers.  Regexp quote replacement text.
22912         (rcirc-fill-column): Accept frame-width as a value.
22913         (rcirc-set-changed): Add function.
22914         (rcirc-next-active-buffer): Write more meaningful messages.
22915         (rcirc-faces): Add customization group.
22916         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22917         (rcirc-nick-in-message-face, rcirc-prompt-face)
22918         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22919         (with-rcirc-process-buffer): Move before first usage.
22920         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22921         (rcirc-debug-flag): Rename from `rcirc-log-p'.
22922         (rcirc-debug): Rename from `rcirc-log'.
22923         (rcirc-format-response-string): Do not print `-' chars for a
22924         NOTICE with no sender.  Simplify output of server responses.
22926 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
22928         (rcirc-browse-url-map, rcirc-browse-url-at-point)
22929         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22930         Make urls mouse and RET clickable.
22932 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
22934         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22936 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
22938         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22939         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22940         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22941         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22942         argument to all these routines, so the passphrase can be managed
22943         externally and passed in to the system.
22944         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22945         pgg-add-passphrase-to-cache function.
22947         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22948         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22949         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22950         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22951         argument to all these routines, so the passphrase can be managed
22952         externally and passed in to the system.
22953         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22954         function.
22956 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
22958         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22959         from goto-address-url-regexp.
22961 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
22963         * textmodes/org.el (org-read-date, org-goto-calendar)
22964         (org-recenter-calendar, org-agenda-goto-calendar):
22965         Temporarily clear `calendar-move-hook'.
22967 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
22969         * ediff-merg.el (ediff-merge-region-is-non-clash):
22970         Return t, if not merging.
22972         * ediff-util.el (ediff-previous-difference): Don't skip regions that
22973         have merge clashes.
22975 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22977         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22978         Undo previous change.
22980         * startup.el (command-line): Use `custom-reevaluate-setting' for
22981         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
22982         tty-register-default-colors on Mac.
22984 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
22986         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22987         (gdb-buffer-type): Make it automatically buffer local...
22988         (gdb-get-create-buffer): ...and set it accordingly.
22989         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22990         actually work.
22992 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
22994         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22995         not red.
22997 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
22999         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
23000         case GUD buffer is not visible.
23001         (gdb-goto-breakpoint): Try to force display in source buffer.
23002         (gdb-frame-gdb-buffer): Copy other similar functions.
23003         (gdb-restore-windows): Don't display source if not asked for.
23004         (gdb-assembler-buffer-name): Don't capitalise.
23006 2005-11-03  Richard M. Stallman  <rms@gnu.org>
23008         * wid-edit.el (key-sequence): New widget type.
23010         * simple.el (set-mark-command-repeat-pop): New variable.
23011         (set-mark-command): Only interpret plan C-@ after a pop as a pop
23012         if set-mark-command-repeat-pop is true.
23014         * info.el (Info-fontify-node): Don't display extra "see" if there
23015         already is one here.
23017         * mouse.el: Fix special handling of DEL after dragging a region:
23018         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
23019         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
23021         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
23023         * textmodes/ispell.el (ispell-command-loop): Change `i' description
23024         not to assume it pertains to an affix.
23026         * textmodes/flyspell.el (flyspell-post-command-hook):
23027         Bind deactivate-mark to prevent deactivation.
23029 2005-11-03  Lars Hansen  <larsh@soem.dk>
23031         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
23032         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
23033         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
23035 2005-11-03  Romain Francoise  <romain@orebokech.com>
23037         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
23038         Update copyright years.
23040 2005-11-03  Sam Steingold  <sds@gnu.org>
23042         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23043         Use system-type instead of window-system because window-system is not
23044         correctly defined during loadup.
23046 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
23048         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
23049         (xml-parse-tag): Join strings separated by a comment properly.
23051 2005-11-02  Andreas Schwab  <schwab@suse.de>
23053         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
23055 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23057         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
23058         (byte-optimize-pure-func): Quote the eval'd value.
23060         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
23061         Rename from perl-font-lock-syntactic-face-function.
23062         Change the calling convention so it can be used as a font-lock MATCHER.
23063         Do the parse-partial-sexp loop outselves.
23064         (perl-font-lock-syntactic-keywords): Use it.
23065         (perl-mode): Don't set font-lock-syntactic-face-function any more.
23067 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
23069         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
23070         disassembly buffer too.
23071         (gdb-exited): Remove overlay arrows when execution has finished.
23072         (gdb-info-frames-custom, gdb-info-threads-custom)
23073         (gdb-info-registers-custom): Don't add inappropriate text
23074         properties if inferior is not active.
23076 2005-11-02  Glenn Morris  <rgm@gnu.org>
23078         * progmodes/fortran.el (fortran-blink-match):
23079         Use `blink-matching-delay'.
23081 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
23083         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
23085 2005-11-02  Lars Hansen  <larsh@soem.dk>
23087         * net/tramp.el (tramp-action-out-of-band): Handle scp message
23088         "Permission denied".
23090 2005-11-01  Richard M. Stallman  <rms@gnu.org>
23092         * textmodes/flyspell.el (flyspell-external-point-words):
23093         Pass nil to flyspell-get-word.
23095 2005-11-02  Kim F. Storm  <storm@cua.dk>
23097         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
23098         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
23100 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23102         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
23103         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
23104         (calendar-mouse-print-dates): Add optional `event' argument.
23105         Update interactive-spec.
23106         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
23107         Use `calendar-event-to-date' instead of `event'.
23109 2005-11-02  Masatake YAMATO  <jet@gyve.org>
23111         * progmodes/ld-script.el (ld-script-builtins):
23112         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
23113         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
23114         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
23116 2005-11-01  Romain Francoise  <romain@orebokech.com>
23118         * vc-sccs.el: Update copyright year.
23119         * ezimage.el: Likewise.
23121 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
23123         * info.el (Info-fontify-node): Use `string-width' for fontifying
23124         underlined titles.
23126 2005-11-01  Juri Linkov  <juri@jurta.org>
23128         * info.el (Info-fontify-node): Downcase node header keywords Node,
23129         Prev, Next, Up before comparison.
23130         (Info-history): Insert absolute directory name, and put invisible
23131         property on it.
23133 2005-11-01  Juri Linkov  <juri@jurta.org>
23135         * info.el (Info-file-supports-index-cookies): New variable.
23136         (Info-find-node-2): Check makeinfo version for index cookie support.
23137         (Info-index-nodes): Search for nodes with index cookies only when
23138         Info-file-supports-index-cookies is t.  Otherwise, search nodes
23139         with "Index" in the node name.
23140         (Info-index-node): Search index cookie in the current node only when
23141         Info-file-supports-index-cookies is t.  Otherwise, check the word
23142         "Index" in the node name.
23143         (Info-find-emacs-command-nodes): Remove code that searches nodes
23144         with "Index" node name in the top menu.
23146 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23148         * progmodes/scheme.el (scheme-mode-variables): Use the default
23149         comment-indent-function.
23151         * faces.el (face-attribute): Handle the case where a face inherits from
23152         a non-existent face.
23154         * simple.el (eval-expression-print-format): Use lisp-readable syntax
23155         for octal and hexa output, and merge the char into the paren.
23156         (kill-new): Use push.
23157         (copy-to-buffer): Use with-current-buffer.
23158         (completion-setup-function): Move code in loop to remove redundancy.
23159         (minibuffer-local-must-match-map): Don't add bindings that duplicate
23160         those inherited from minibuffer-local-completion-map.
23162         * savehist.el (savehist-mode) <defcustom>:
23163         Use custom-set-minor-mode if available.
23164         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
23165         and emit a message if applicable.
23167 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
23169         * savehist.el: Sync up to version 19.
23170         (savehist-mode): New minor mode.
23171         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
23172         (savehist-length): Remove (use history-length instead).
23173         (savehist-file-modes): Rename from savehist-modes.
23174         (savehist-save-hook, savehist-loaded): New vars.
23175         (savehist-load): Use savehist-mode.  Try to smooth up transition from
23176         old format to new format.
23177         (savehist-install): Allow savehist-autosave-interval to be nil.
23178         (savehist-save): Run the new hook.  Be more careful to only trim the
23179         history variables.
23180         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
23181         (savehist-printable): Print into a buffer rather than char-by-char.
23183 2005-11-01  John Wiegley  <johnw@newartisans.com>
23185         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
23186         toggle-ignore keybinding (C-a).  The author said it had been
23187         disabled much earlier due to a possible incompatibility, but after
23188         many months of usage I have encountered no problems (and it is a
23189         rather useful option, especially for switching to " *temp*").
23191         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
23192         support for OS/X's AddressBook, by calling out to the open source
23193         program "contacts" (installable through Fink).
23195         * net/eudc.el (eudc-expand-inline): If the
23196         `eudc-multiple-match-handling-method' is set to `all', delete the
23197         query string before inserting the query result.
23199         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
23200         flag, to prevent Eshell from using the system ls when
23201         `eshell-ls-insert-directory' is in used.
23202         (eshell-ls-insert-directory): Disable font-lock in directory
23203         buffer so that Eshell's own fontification is seen.  This broke
23204         recently due to changes in font-lock, so this goes back to version
23205         21 behavior.
23207 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
23209         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
23210         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
23211         (gdb-many-windows): Doc fix.
23213 2005-10-31  Romain Francoise  <romain@orebokech.com>
23215         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
23217 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
23219         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
23220         that global-font-lock-mode can be enabled by default.
23222         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
23223         (font-lock-add-keywords, font-lock-remove-keywords)
23224         (font-lock-fontify-buffer): Remove autoload cookies.
23226         * jit-lock.el (jit-lock-register): Likewise.
23228         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
23230 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
23232         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
23233         intact if there is no gud-comint-buffer.
23235 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
23237         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
23238         old prompt comint-prompt-read-only is t and GDB commands are
23239         issued from tool bar etc.
23241 2005-10-31  Masatake YAMATO  <jet@gyve.org>
23243         * vc.el (vc-directory-exclusion-list): Add "{arch}".
23245 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
23247         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
23248         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
23250 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
23252         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
23253         starting at beginning of line.  Fontification is messed up when
23254         `open-paren-in-column-0-is-defun-start' set to t.
23255         Reported by John Paul Wallington <jpw@pobox.com>.
23257 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
23259         * comint.el (comint-send-input): Call `comint-update-fence' when
23260         `comint-process-echoes' and `comint-prompt-read-only' are both
23261         non-nil, to avoid leftover read-only newline.
23263 2005-10-30  Richard M. Stallman  <rms@gnu.org>
23265         * textmodes/flyspell.el (flyspell-external-point-words):
23266         Detect when WORD can't be checked properly because
23267         flyspell-get-word finds just part of it, and move on.
23269         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
23270         boundarychar for Polish.
23271         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
23272         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
23274 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
23276         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
23277         (gdb-registers-font-lock-keywords): Delete.
23278         (gdb-registers-mode): Don't fontify.
23279         (gdb-info-registers-custom): Use text properties instead as, in
23280         future, changed register values will use font-lock-warning-face.
23281         (gdb-local-font-lock-keywords): Rename to...
23282         (gdb-locals-font-lock-keywords): ...for consistency.
23284 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
23286         * vc.el (vc-switch-backend): Better error message if the buffer is
23287         not visiting a file under version control.
23289         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
23291 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
23293         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
23294         ~/.emacs.d/.emacs.
23296 2005-10-29  Richard M. Stallman  <rms@gnu.org>
23298         * replace.el (occur-mode-mouse-goto): Always go to other window.
23299         (occur-mode-goto-occurrence): Always switch in same window.
23301         * simple.el (undo): Display message at end, not at start.
23303         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
23304         New arg REUSE-CELL.
23305         (cancel-timer-internal): New function.
23306         (timer-event-handler): Use cancel-timer-internal,
23307         and pass the cell it returns to timer-activate...
23309         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
23310         (jit-lock-deferred-fontify, jit-lock-context-fontify)
23311         (jit-lock-after-change): Test memory-full.
23313 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
23315         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
23316         part of the decoded armor to find the key-identifier.
23317         (pgg-gpg-lookup-key-owner): New function to return the
23318         human-readable identifier of a key owner.
23319         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
23320         key itself.
23321         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
23322         the key value) if we have a key and can match it against a secret
23323         key.  Also, added a note pointing out fact that the prompt only
23324         indicates the first matching key.
23326         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
23327         pgg-decrypt-region.
23328         (pgg-pending-timers): A new hash for tracking the passphrase cache
23329         timers, so that new ones supercede old ones.
23330         (pgg-add-passphrase-to-cache): Rename from
23331         `pgg-add-passphrase-cache' to reduce confusion (all callers
23332         changed).  Modified to cancel old timers when new ones are added.
23333         (pgg-remove-passphrase-from-cache): Rename from
23334         `pgg-remove-passphrase-cache' to reduce confusion (all callers
23335         changed).  Modified to cancel old timers when their keys are
23336         removed from the cache.
23337         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
23338         XEmacs, an indirection to delete-itimer.
23339         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
23340         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
23341         users can only check cache without risk of prompting.  Correct bug in
23342         notruncate behavior.
23343         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
23344         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23345         Add informative docstrings.
23346         (pgg-decrypt): Convey provided passphrase in subordinate call to
23347         pgg-decrypt-region.
23349         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
23350         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
23351         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
23352         `passphrase' argument, so the passphrase can be managed externally
23353         and then passed in to the system.
23355         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
23356         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
23357         so the passphrase cache can be used reliably with identifiers
23358         besides a pgp packet's key id.
23360         * pgg-gpg.el (pgg-pgp-encrypt-region)
23361         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23362         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23363         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23364         argument to all these routines, so the passphrase can be managed
23365         externally and passed in to the system.
23367         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
23368         `notruncate' argument, so the passphrase cache can be used
23369         reliably with identifiers besides a pgp packet's key id.
23371 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
23373         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
23374         symmetric encryption.
23375         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
23376         encrypted session key.
23377         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23378         message ask for the passphrase in a proper way.
23380         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23381         New user commands for symmetric encryption.
23383 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
23385         * textmodes/conf-mode.el (conf-assignment-sign)
23386         (conf-assignment-regexp): Fix docstrings.
23387         (conf-mode-initialize): New function.
23388         (conf-mode): Remove optional args.  Use delay-mode-hooks to
23389         recognize recursive calls.
23390         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
23391         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
23392         (conf-xdefaults-mode): Use define-derived-mode and
23393         conf-mode-initialize.
23395 2005-10-29  Romain Francoise  <romain@orebokech.com>
23397         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
23399 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
23401         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
23402         part of the decoded armor to find the key-identifier.
23403         (pgg-gpg-lookup-key-owner): New function to return the
23404         human-readable identifier of a key owner.
23405         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
23406         key itself.
23407         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
23408         the key value) if we have a key and can match it against a secret
23409         key.  Also, added a note pointing out fact that the prompt only
23410         indicates the first matching key.
23412         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
23413         pgg-decrypt-region.
23414         (pgg-pending-timers): A new hash for tracking the passphrase cache
23415         timers, so that new ones supercede old ones.
23416         (pgg-add-passphrase-to-cache): Rename from
23417         `pgg-add-passphrase-cache' to reduce confusion (all callers
23418         changed).  Modified to cancel old timers when new ones are added.
23419         (pgg-remove-passphrase-from-cache): Rename from
23420         `pgg-remove-passphrase-cache' to reduce confusion (all callers
23421         changed).  Modified to cancel old timers when their keys are
23422         removed from the cache.
23423         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
23424         XEmacs, an indirection to delete-itimer.
23425         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
23426         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
23427         users can only check cache without risk of prompting.  Correct bug in
23428         notruncate behavior.
23429         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
23430         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23431         Add informative docstrings.
23432         (pgg-decrypt): Convey provided passphrase in subordinate call to
23433         pgg-decrypt-region.
23435 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
23437         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
23438         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
23439         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
23440         `passphrase' argument, so the passphrase can be managed externally
23441         and then passed in to the system.
23443         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
23444         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
23445         so the passphrase cache can be used reliably with identifiers
23446         besides a pgp packet's key id.
23448         * pgg-gpg.el (pgg-pgp-encrypt-region)
23449         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23450         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23451         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23452         argument to all these routines, so the passphrase can be managed
23453         externally and passed in to the system.
23455         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
23456         `notruncate' argument, so the passphrase cache can be used
23457         reliably with identifiers besides a pgp packet's key id.
23459 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
23461         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
23462         symmetric encryption.
23463         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
23464         encrypted session key.
23465         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23466         message ask for the passphrase in a proper way.
23468         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23469         New user commands for symmetric encryption.
23471 2005-10-28  Bill Wohler  <wohler@newt.com>
23473         * help-mode.el (help-url): New button type.  Calls browse-url.
23474         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
23475         Similar to Info nodes: URL `url'.
23476         (help-make-xrefs): Create help-url buttons for
23477         help-xref-url-regexp matches.
23479 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
23481         * tool-bar.el (tool-bar-add-item-from-menu)
23482         (tool-bar-local-item-from-menu): Fix doc strings.
23484 2005-10-28  Romain Francoise  <romain@orebokech.com>
23486         * ldefs-boot.el: Update.
23488         * subr.el (locate-library): Move from help-fns.el.
23489         * help-fns.el (locate-library): Move to subr.el.
23491 2005-10-28  Richard M. Stallman  <rms@gnu.org>
23493         * net/tramp.el (tramp-completion-mode): defvar moved up.
23495         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
23497         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
23499         * files.el (find-file-noselect): Use %d to format large file size.
23501         * bindings.el (mode-line-format): Add %e.
23503         * loadup.el ("facemenu"): Load unconditionally.
23504         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
23505         ("x-dnd"): Load, when appropriate.
23507         * startup.el (command-line): Call before-init-hook earlier.
23508         Warn about some bad characters in -u user name.
23510         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
23511         (flyspell-external-point-words): Error if misspelled word is not found.
23512         Set flyspell-large-region-beg at end of word.
23514 2005-10-28  Andreas Schwab  <schwab@suse.de>
23516         * view.el (View-revert-buffer-scroll-page-forward):
23517         Use view-page-size-default.
23519 2005-10-28  Juri Linkov  <juri@jurta.org>
23521         * international/quail.el (quail-get-current-str): Translate last
23522         raw character for deterministic input methods.
23524 2005-10-27  Jay Belanger  <belanger@truman.edu>
23526         * calc/calc-ext.el: Add functions to autoloads.
23527         (math-identity-matrix-p, math-ident-row-p): New functions.
23529         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
23530         multiplication by an identity matrix; don't turn multiplication by
23531         an inverse matrix into division.
23532         (math-div-symbol-fancy): Replace division by matrices with
23533         multiplication by inverse.
23535         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
23537         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
23538         (calc-writeoutpower): New functions.
23540 2005-10-27  Romain Francoise  <romain@orebokech.com>
23542         * replace.el (occur-engine): Include colon in mouse-face highlight.
23544         * dired-x.el: Change Maintainer field.
23546 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
23548         * longlines.el (longlines-mode): Bind after-change-functions to
23549         nil during initial decoding and final encoding.
23551 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
23553         * term.el (term-emulate-terminal, term-handle-colors-array)
23554         (term-handle-ansi-escape): Specify the terminfo capabilities
23555         implemented.
23557 2005-10-26  Richard M. Stallman  <rms@gnu.org>
23559         * info.el (Info-fontify-node): Fix detection of sentence-break
23560         before *Note.
23562 2005-10-26  Romain Francoise  <romain@orebokech.com>
23564         * smerge-mode.el: Add `tools' to file keywords.
23566 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
23568         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
23569         when the fringe is not available.
23571         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
23572         (def-gdb-auto-update-trigger): Simplify construction.
23573         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
23574         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
23575         defined explicitly.
23576         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
23577         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
23578         defined explicitly.
23579         (gdb-info-locals-custom): Remove as it's a no-op.
23581 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
23583         * longlines.el (longlines-mode): Remove narrowing before
23584         performing the initial decoding or final encoding.
23586 2005-10-25  Romain Francoise  <romain@orebokech.com>
23588         * emacs-lisp/find-func.el (find-library-name): Also strip
23589         extension if library name ends in .el, to take advantage of
23590         `find-library-suffixes'.
23592 2005-10-25  Richard M. Stallman  <rms@gnu.org>
23594         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
23596 2005-10-25  Juri Linkov  <juri@jurta.org>
23598         * textmodes/texinfo.el (texinfo-mode): Change charset of one
23599         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
23601 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23603         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
23604         (blackbox-redefine-key): Add argument `map'.
23606         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
23607         regions when moving the jit-lock-context-unfontify-pos boundary.
23609 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23611         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
23613 2005-10-25  Masatake YAMATO  <jet@gyve.org>
23615         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
23617 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
23619         * play/blackbox.el (blackbox-redefine-key): New function.
23620         (blackbox-mode-map): Use it to remap existing bindings for cursor
23621         motion instead of binding literal keys.
23623 2005-10-25  Glenn Morris  <rgm@gnu.org>
23625         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
23626         diary does not end in a newline.  Do not assume a blank line at
23627         the start of the diary file.
23629 2005-10-25  Kenichi Handa  <handa@m17n.org>
23631         * international/quail.el (quail-translate-key): If the input
23632         method is deterministic and failed to handle the last key, restart
23633         the key handling loop from an appropriate key.
23635 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
23637         * vc.el (vc-dired-mode): Extend comment for binding of
23638         `directory-listing-before-filename-regexp'.
23640 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23642         * textmodes/texinfo.el (texinfo-mode):
23643         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23644         not to unnecessarily expose emacs-mule's internal char codes.
23646 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
23648         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23649         Display hand pointer and help-echo on disabled icon too.
23650         (gdb-mouse-until): New function.
23651         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23653 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
23655         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23656         with 2005-10-23 change to doctor.el.
23658         * finder.el (finder-mode-map): Add follow-link binding.
23660 2005-10-25  Kim F. Storm  <storm@cua.dk>
23662         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23663         to gdb-mouse-toggle-breakpoint-fringe.
23664         (gdb-mouse-toggle-breakpoint-margin): Rename from
23665         gdb-mouse-toggle-breakpoint.  Fix doc.
23666         (gdb-mouse-toggle-breakpoint-fringe): New defun.
23667         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
23668         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23669         string properties also for fringe breakpoint bitmaps.
23671 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
23673         * textmodes/org.el (org-start-icalendar-file): Fix format form.
23675 2005-10-25  Masatake YAMATO  <jet@gyve.org>
23677         * simple.el (completion-common-substring):
23678         Use `completion-common-substring' prior to `completion-base-size'.
23680 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
23682         * savehist.el: Require CL while compiling.
23683         (savehist-history-variables): Remove.
23684         (savehist-save-minibuffer-history, savehist-additional-variables)
23685         (savehist-minibuffer-history-variables): New vars.
23686         (savehist-save): Use them.
23687         (savehist-uninstall, savehist-minibuffer-hook): New funs.
23688         (savehist-install): New fun, extracted from savehist-load.
23689         (savehist-load): Use them.
23691 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23693         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23694         a dummy doc-string-elt property.
23695         (defalias, defvaralias, define-category): Add a docstring property.
23697         * image.el (defimage):
23698         * widget.el (define-widget):
23699         * custom.el (defface, defcustom): Add `doc-string' declaration.
23701         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23702         (defadvice): Add `doc-string' declaration.
23704         * emacs-lisp/byte-run.el (macro-declaration-function):
23705         Handle `doc-string' declarations.
23706         (define-obsolete-function-alias, define-obsolete-variable-alias):
23707         Add `doc-string' declaration.
23709 2005-10-24  Kenichi Handa  <handa@m17n.org>
23711         * international/utf-7.el (utf-7): Add autoload cookie.
23713         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23715 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
23717         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23718         list of directories passed to batch-update-autoloads.  Add "." to
23719         the list of the echoed directories.
23721         * pgg-def.el:
23722         * pgg-gpg.el:
23723         * pgg-parse.el:
23724         * pgg-pgp.el:
23725         * pgg-pgp5.el:
23726         * pgg.el: Moved here from the gnus subdirectory.
23728 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
23730         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23731         in case comint-prompt-read-only is set to t.
23733         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23734         in case comint-prompt-read-only is set to t.
23736 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
23738         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23739         Now a string.
23740         (icalendar-import-format): Handle CLASS, STATUS, URL.
23741         Rename `subject' to `summary'.
23742         (icalendar-import-format-summary): Rename from
23743         `icalendar-import-format-subject'.
23744         (icalendar-import-format-url, icalendar-import-format-status)
23745         (icalendar-import-format-class): New variables.
23746         (icalendar--rris): Take variable argument list.
23747         (icalendar--datestring-to-isodate): Remove unnecessary
23748         calendar-style check when converting dates with explicit month names.
23749         (icalendar-export-region): Change return type of conversion
23750         subroutines.  Bury current buffer unless error occurred.
23751         (icalendar--convert-to-ical)
23752         (icalendar--parse-summary-and-rest): New functions.
23753         (icalendar--convert-ordinary-to-ical)
23754         (icalendar--convert-weekly-to-ical)
23755         (icalendar--convert-yearly-to-ical)
23756         (icalendar--convert-block-to-ical)
23757         (icalendar--convert-cyclic-to-ical)
23758         (icalendar--convert-anniversary-to-ical): Change return type.
23759         Strip trailing blanks from subject.
23760         (icalendar--convert-sexp-to-ical): Change return type.
23761         Strip trailing blanks from subject.  Handle simple sexp
23762         entries as generated by icalendar.el.
23763         (icalendar--convert-float-to-ical)
23764         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23765         (icalendar-import-file): Doc fix.
23766         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23767         Correct call to icalendar--rris.
23768         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
23769         `summary'.
23770         (icalendar--add-diary-entry): Rename `subject' to `summary'.
23772 2005-10-24  Romain Francoise  <romain@orebokech.com>
23774         * server.el (server-sentinel): Set query-on-exit flag to nil on
23775         new client processes (it isn't inherited from the server process).
23777         * replace.el (occur-engine): Rearrange text properties.
23779 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23781         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23782         case-fold-search is nil.
23783         (debug-help-follow): Use help-xref-interned directly.
23785 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
23787         * thumbs.el (thumbs-image-type): Add .pbm.
23789 2005-10-23  Richard M. Stallman  <rms@gnu.org>
23791         * faces.el (inhibit-face-set-after-frame-default): New variable.
23792         (set-face-attribute): Bind it.
23793         (face-set-after-frame-default): Test it.
23795         * help-fns.el (describe-simplify-lib-file-name): New function.
23796         (describe-function-1, describe-variable): Use it.
23798         * faces.el (describe-face): Use describe-simplify-lib-file-name.
23800         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23801         Eliminate nil as possible value.
23802         (tooltip-hide-delay): Reduce internal-border-width.
23804         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23805         (menu-bar-file-menu) <new-file>: Likewise.
23807         * simple.el (line-move-finish): Ignore fields computing LINE-END.
23809         * international/mule.el (load-with-code-conversion):
23810         Pass full file name to `eval-buffer' unless preloading.
23812         * textmodes/flyspell.el (flyspell-large-region):
23813         Call ispell-check-version.
23815         * textmodes/ispell.el (ispell-local-dictionary-overridden):
23816         Fix the make-variable-buffer-local call that was supposed
23817         to be for this variable.
23818         (ispell-aspell-supports-utf8): Doc fix.
23819         (ispell-find-aspell-dictionaries): Preserve elements of
23820         ispell-dictionary-alist for dictionaries that aspell doesn't report.
23821         (ispell-aspell-find-dictionary): Return nil on error.
23823         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23824         (doctor-symptoms): Likewise.
23826         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23828 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
23830         * cus-edit.el (custom-button, custom-button-pressed): New vars.
23831         (custom-raised-buttons): Add :set spec.
23832         (custom-button-unraised, custom-button-pressed-unraised):
23833         New faces, so that custom-raised-buttons actually does something.
23834         (custom-mode): Use custom-button and custom-button-pressed.
23836         * wid-edit.el (widget-specify-button): Don't ignore
23837         widget-mouse-face on graphic terminals.
23838         (widget-move-and-invoke): Cleanup.
23840 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
23842         * whitespace.el (whitespace-cleanup): Doc fix.
23844 2005-10-23  Romain Francoise  <romain@orebokech.com>
23846         * emulation/viper.el (viper-set-hooks): Quote forms passed to
23847         `eval-after-load' to avoid evaluating their result.
23849 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
23851         * files.el (directory-listing-before-filename-regexp):
23852         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
23854         * dired.el (dired-move-to-filename-regexp): Remove.
23855         All occurrences replaced by `directory-listing-before-filename-regexp'.
23857         * dired-x.el, locate.el, vc.el:
23858         Replace `dired-move-to-filename-regexp' by
23859         `directory-listing-before-filename-regexp'.  In vc.el it is
23860         overwritten locally; maybe this can be handled in files.el too.
23862         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
23863         replaced by `directory-listing-before-filename-regexp'.
23865 2005-10-23  Andreas Schwab  <schwab@suse.de>
23867         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23868         and eval-next-after-load.
23870 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
23872         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23873         exist, create it.
23875 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
23877         * allout.el: Remove autoloads for mailcrypt and crypt++.
23878         Require pgg, pgg-gpg during compilation.
23879         (allout-version): Increment version number to 2.1, and use a literal
23880         rather than RCS Id.
23881         (allout-default-encryption-scheme): Remove.
23882         (allout-passphrase-verifier-handling)
23883         (allout-passphrase-verifier-string)
23884         (allout-file-passphrase-verifier-string)
23885         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23886         (allout-passphrase-hint-handling): Rename and simplify.
23887         (allout-init): Use `find-file-hook' if available, otherwise
23888         `find-file-hooks'.
23889         (allout-mode): Use `write-file-functions' if available, otherwise
23890         `local-write-file-hooks' and, instead of making auto-save-hook
23891         buffer local, make the write-file-hook activity contingent to
23892         allout-mode.
23893         (allout-mode): Use key-binding substitution in the docstring.
23894         (allout-kill-line): Spell-out kill ring data structure mutation
23895         instead of using byte-compiler-complaint-provoking `pop'.
23896         (allout-insert-listified): Use `insert' rather than `insert-string'
23897         (allout-toggle-current-subtree-encryption): Update docstring, adjust
23898         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23899         (allout-encrypt-string): Totally revamped vis new underlying
23900         encryption facilities.
23901         (allout-mc-activate-passwd): Remove.
23902         (allout-obtain-passphrase): New, more or less replaces
23903         allout-mc-activate-passwd.
23904         (allout-encrypted-key-info): More or less replaces
23905         allout-encrypted-text-type.
23906         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23907         (my-mark-marker): Use `(featurep 'xemacs)'.
23909 2005-10-23  Lars Hansen  <larsh@soem.dk>
23911         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23912         (byte-compile-file-form-defmumble, byte-compile-defun)
23913         (byte-compile-defmacro): Use it.
23914         (byte-compile-form): Don't call byte-compile-set-symbol-position
23915         when a byte-compile handler is called.
23917 2005-10-22  Romain Francoise  <romain@orebokech.com>
23919         * savehist.el (savehist-history-variables): Add `grep-find-history'.
23921         * subr.el (eval-after-load): Convert library name to an absolute
23922         file name using locate-library, since load-history no longer has
23923         library names in it.
23925 2005-10-22  Richard M. Stallman  <rms@gnu.org>
23927         * files.el (make-temp-file): Move from subr.el.
23928         * subr.el (make-temp-file): Move to files.el.
23930         * window.el (get-buffer-window-list): Move from subr.el.
23931         * subr.el (get-buffer-window-list): Move to window.el.
23933         * image.el (image-load-path): Use eval-at-startup to initialize.
23935         * subr.el (eval-at-startup): New macro.
23937         * subr.el: Much rearrangement of functions and division
23938         into pages.  No code changes.
23940 2005-10-22  Kenichi Handa  <handa@m17n.org>
23942         * tar-mode.el (tar-extract): Be sure to call
23943         find-operation-coding-system if set-auto-coding doesn't find a
23944         coding system.
23946 2005-10-22  Kim F. Storm  <storm@cua.dk>
23948         * image.el (image-type-header-regexps): Rename from image-type-regexps.
23949         Change users.
23950         (image-type-file-name-regexps): New defconst.
23951         (image-type-from-data): Simplify loop.
23952         (image-type-from-buffer): New defun.
23953         (image-type-from-file-header): Use it instead of image-type-from-data.
23954         Use image-search-load-path instead of only looking in data-directory.
23955         (image-type-from-file-name): New defun.
23956         (image-search-load-path): Change `pathname' to `filename'.
23957         Make PATH arg optional, default to image-load-path.
23959 2005-10-21  Richard M. Stallman  <rms@gnu.org>
23961         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23963         * textmodes/paragraphs.el (sentence-end-base): New variable.
23964         (sentence-end): Use sentence-end-base.
23966 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23968         * font-lock.el (font-lock-default-fontify-region): Check the multiline
23969         property independently from the font-lock-multiline variable.
23971 2005-10-21  Richard M. Stallman  <rms@gnu.org>
23973         * emacs-lisp/find-func.el (find-library-name): Doc fix.
23975         * startup.el (command-line): Convert library names
23976         in `load-history' to absolute file names.
23978         * subr.el (symbol-file): Doc fix.
23980         * loadhist.el (file-loadhist-lookup): Call locate-library
23981         instead of find-library-name.  Don't try converting
23982         abs file names to library names, since load-history no longer
23983         has library names in it.
23984         (file-dependents, file-provides, file-requires): Doc fixes.
23986 2005-10-21  Juri Linkov  <juri@jurta.org>
23988         * progmodes/etags.el (tags-table-mode): New function.
23989         (tags-verify-table): Replace initialize-new-tags-table with
23990         tags-table-mode.
23992         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23993         default value.
23994         (desktop-modes-not-to-save): Add tags-table-mode to the
23995         default value.
23997         * info.el (Info-index-next): Add total number of index
23998         alternatives to the message.
24000         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
24001         backward only space (instead of space and period) before looking
24002         at sentence end.
24004         * simple.el (set-variable): Use user-variable-p instead of symbolp.
24005         Add the old variable value as 4th default-value arg of read-string.
24007 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24009         * cus-face.el (custom-declare-face): Make face from X resources
24010         also on Mac.
24012         * disp-table.el (standard-display-g1, standard-display-graphic):
24013         Refuse to use string glyphs also on Mac.
24014         (standard-display-european): Don't set terminal coding system also
24015         on Mac.
24017         * frame.el (display-screens): Use x-display-screens also on Mac.
24019 2005-10-21  Romain Francoise  <romain@orebokech.com>
24021         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
24023 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24025         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
24026         and $? into sexps.
24028         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
24029         warning face on open-paren-in-column-0.
24031         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
24032         boundary case.  Fix typo.
24033         Suggested by Martin Rudalics <rudalics@gmx.at>.
24035 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
24037         * textmodes/org.el (org-combined-agenda-icalendar-file)
24038         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
24039         (org-export-icalendar-this-file)
24040         (org-export-icalendar-all-agenda-files)
24041         (org-export-icalendar-combine-agenda-files): New commands.
24042         (org-export-icalendar, org-print-icalendar-entries)
24043         (org-start-icalendar-file, org-finish-icalendar-file)
24044         (org-ical-ts-to-string): New functions.
24045         (org-read-date, org-goto-calendar)
24046         (org-agenda-goto-calendar): Inhibit displaying diary entries by
24047         call to `calendar'.
24048         (orgtbl-setup): Remove the :keys arguments from the menu description.
24049         (org-after-save-iCalendar-file-hook): New variable.
24051 2005-10-21  Kenichi Handa  <handa@m17n.org>
24053         * language/vietnamese.el (tcvn-5712): Make it an alias of
24054         vietnamese-tcvn coding-system.
24056 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
24058         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
24059         group id is given.
24061 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24063         * progmodes/sh-script.el (sh-escaped-line-re): New var.
24064         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
24065         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
24066         whose line is either continued or ends with a comment.
24068 2005-10-20  Romain Francoise  <romain@orebokech.com>
24070         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
24072         * replace.el (occur-engine): Add follow-link property.
24074         * font-core.el (font-lock-mode): Doc fix.
24076 2005-10-20  Richard M. Stallman  <rms@gnu.org>
24078         * net/rcirc.el: New file.
24080 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
24082         * term.el (term-term-name): Initialize to "eterm-color".
24084 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
24086         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
24087         for encryption functionality.
24088         Move allout customization subgroup from `editing' to `outlines' group.
24089         Fix commentary keywords to legitimate ones.
24090         Update author info (using my current email address, obscurified).
24091         (allout-encrypt-string, allout-encryption-produce-work-buffer)
24092         (allout-encrypted-topic-p, allout-encrypted-text-type)
24093         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
24094         (allout-situate-encryption-key-verifier)
24095         (allout-get-encryption-key-verifier, allout-verify-key)
24096         (allout-next-topic-pending-encryption)
24097         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
24098         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
24099         (outline-key-verifier-handling, outline-key-hint-handling)
24100         (outline-encrypt-unencrypted-on-saves): New defcustoms.
24101         (allout-file-key-verifier-string, allout-encryption-scheme)
24102         (allout-key-verifier-string, allout-key-hint-string)
24103         (allout-after-save-decrypt): New variables.
24104         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
24105         (allout-after-saves-handler): New hook functions.
24106         (allout-post-command-business): Do allout-after-save-decrypt.
24107         (allout-enable-file-variable-adjustment): Custom var to enable
24108         mechanism for adding and adjusting settings of Emacs file variables.
24109         (allout-adjust-file-variable, allout-file-vars-section-data):
24110         New functions, implement the mechanism.
24111         (outlineify-sticky): Use the file vars mechanism.
24112         (allout-inhibit-protection, allout-during-write-cue)
24113         (allout-override-protect, allout-before-change-protect): Remove.
24114         (allout-flag-region, allout-open-topic): Adjust read-only text.
24115         (allout-open-line-not-read-only): Add to facilitate read-only
24116         text based protection.
24117         (allout-kill-line): Revise to adjust read-only text, clue the
24118         user about the inhibition.
24119         (allout-unprotected): Use unwind-protect.
24120         (allout-shift-in, allout-shift-out): Disallow manually shifting a
24121         topic deeper than the offspring depth of the previous topic -
24122         avoiding confusing "containment discontinuities".
24123         (allout-reindent-bodies): Fix retention of body relative hanging
24124         indent during promotion of collapsed bodies.
24125         (allout-open-topic): Make it easy to open new topic with same
24126         bullet as current topic - topic creation functions provided with
24127         any universal argument provokes now prompt for bullet, defaulting
24128         to the bullet of the previous topic.
24129         (allout-plain-bullets-string, allout-distinctive-bullets-string):
24130         Plain bullet alternates `.' period and `,' comma only.  All other
24131         bullets are relegated to special status (but customizable).
24132         (allout-end-of-entry): Rename from allout-end-of-current-entry
24133         since it actually operates w.r.t. most immediately containing
24134         entry, visible or not.
24135         (allout-hide-current-entry, allout-show-current-entry): Use the
24136         revised version.
24137         (allout-old-expose-topic): Solidify deprecation.
24138         (allout-end-of-subtree): Add so we can span concealed as well
24139         as visible topics.
24140         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
24141         (allout-end-of-current-heading): Tweak to just respect the first line.
24142         (allout-get-body-text): Add.
24143         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
24144         when invoked interactively.
24145         (allout-up-current-level): Use `interactive-p'.
24146         (allout-mode, allout-init): Miscellaneous docstring and
24147         operational refinements, as well as hookups of new encryption stuff.
24148         (allout-beginning-of-current-entry): Now works as advertised.
24149         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
24150         (allout-isearch-rectification): Refine condition for isearching.
24151         (allout-isearch-abort, allout-enwrap-isearch)
24152         (allout-flag-region, my-region-active-p): Relocate some macros.
24153         (allout-title): Fallback title is (buffer-name), not
24154         non-existing (current-buffer-name).
24155         (subst-char-in-string): Define if absent (for some XEmacs versions).
24157 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
24159         * mail/sendmail.el (mail-setup-hook, mail-aliases)
24160         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
24161         (mail-citation-prefix-regexp, mail-signature-file)
24162         (mail-default-headers, mail-bury-selects-summary)
24163         (mail-send-nonascii): Add autoload cookies.
24165 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24167         * frame.el (blink-cursor-mode): Add `mac' to the list of
24168         window-system's that support blinking cursor.
24170 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
24172         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
24174 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
24176         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
24177         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
24178         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
24180 2005-10-20  Kim F. Storm  <storm@cua.dk>
24182         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
24183         (ido-set-current-directory): Don't add / after final @.
24184         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
24185         Explicitly handle ange-ftp completion oddities.
24186         (ido-make-file-list): Don't rotate list at tramp root to avoid
24187         triggering tramp file handler for expand-file-name via get-file-buffer.
24189 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24191         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
24193 2005-10-19  Jay Belanger  <belanger@truman.edu>
24195         * calc/calc-units.el (math-standard-units): Add units, adjust
24196         symbols and update values.
24197         (math-unit-prefixes): Add more prefixes.
24199 2005-10-19  Romain Francoise  <romain@orebokech.com>
24201         * bookmark.el (bookmark-menu-heading): New face.
24202         (bookmark-bmenu-list): Use it.
24203         Don't fiddle with `baud-rate' at top-level.
24205 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
24207         * image.el (create-image, find-image): Mention max-image-size in
24208         docstring.
24210 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
24212         * savehist.el (savehist-load): Revert to checking XEmacs.
24214         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
24215         Various docstring and line-width fixups.
24216         (conf-mode): Use cond.
24217         Set font-lock-defaults.  Don't set comment-use-syntax.
24219 2005-10-18  David Ponce  <david@dponce.com>
24221         * tree-widget.el (tree-widget-button-click): New function.
24222         (tree-widget-button-keymap): Use it.
24224 2005-10-18  Romain Francoise  <romain@orebokech.com>
24226         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
24227         (bookmark-bmenu-hide-filenames): Add follow-link property.
24228         Improve help-echo text.
24230         * ffap.el (find-file-at-point): Doc fix.
24232 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24234         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
24236 2005-10-18  Masatake YAMATO  <jet@gyve.org>
24238         Install to the CVS repository what I forgot to install in my
24239         2005-10-16 changes.
24241         * progmodes/python.el (python-complete-symbol): Pass the common
24242         prefix substring of completion to `display-completion-list'.
24244         * textmodes/org.el (org-complete): Ditto.
24246 2005-10-18  Masatake YAMATO  <jet@gyve.org>
24248         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
24250         * woman.el (WoMan-xref-man-page): New button type derived
24251         from `Man-abstract-xref-man-page'.
24252         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
24254         * man.el (Man-abstract-xref-man-page): New button type.
24255         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
24256         (Man-highlight-references): Add new optional argument `xref-man-type'.
24258 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
24260         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
24262 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
24264         * cus-edit.el (Custom-move-and-invoke): Delete.
24265         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
24267         * wid-edit.el (widget-move-and-invoke): New function, from
24268         Custom-move-and-invoke.
24270 2005-10-17  Bill Wohler  <wohler@newt.com>
24272         Move all remaining images from lisp/toolbar to etc/images, move
24273         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
24274         the low resolution images in their own directory (low-color).
24276         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
24277         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
24278         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
24279         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
24280         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
24281         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
24282         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
24284         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
24285         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
24286         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
24287         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
24288         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
24289         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
24290         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
24291         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
24292         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
24293         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
24294         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
24295         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
24296         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
24297         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
24298         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
24300         To conform with convention, replace the underscore (_) in the
24301         following image names with dash (-) or (/) as appropriate.
24303         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
24304         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
24305         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
24306         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
24307         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
24308         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
24309         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
24310         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
24311         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
24312         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
24313         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
24314         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
24315         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
24316         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
24317         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
24319         * info.el (info-tool-bar-map): Replace underscores in image names
24320         with dashes.
24322         * makefile.w32-in (WINS): Remove toolbar.
24324         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
24326         * tool-bar.el: Move to lisp from toolbar.  Now that
24327         toolbar is empty, it should be deleted when folks run "cvs up -P".
24329 2005-10-18  Jay Belanger  <belanger@truman.edu>
24331         * calc/calc-store.el (calc-store-into): Get the proper variable name
24332         to display in message.
24334 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
24336         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
24337         expressions display in speedbar for all buffers when debugging.
24338         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
24340         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
24341         (speedbar-insert-button, speedbar-make-button):
24342         Use add-text-properties.
24343         (speedbar-update-localized-contents)
24344         (speedbar-update-directory-contents)
24345         (speedbar-update-special-contents): Use dolist.
24346         (speedbar-buffer-easymenu-definition): Add a menu separator.
24348 2005-10-17  Jason Rumney  <jasonr@gnu.org>
24350         * makefile.w32-in: Use $(lisp) consistently.
24351         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
24352         for shell specific generation of mh-autoloads.
24354 2005-10-17  Richard M. Stallman  <rms@gnu.org>
24356         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
24358 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24360         * jit-lock.el (jit-lock-fontify-now):
24361         Move jit-lock-context-unfontify-pos to avoid wasted work.
24363 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
24365         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
24366         `tramp-completion-mode' for checking if we are in completion mode.
24367         (tramp-completion-handle-file-name-all-completions): Reorder code
24368         in order to complete for file names only in case there are no
24369         method/user/host completions.  This is necessary for cooperation
24370         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
24372 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
24374         * longlines.el (longlines-search-forward)
24375         (longlines-search-backward): Match any number of spaces.
24377 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
24379         * diff-mode.el (diff-mode): Doc fix.
24381 2005-10-16  David Reitter  <david.reitter@gmail.com>
24383         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
24384         as default on darwin and windows systems.
24386 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
24388         * arc-mode.el (archive-zip-extract): Doc fix.
24390 2005-10-16  Romain Francoise  <romain@orebokech.com>
24392         * mouse.el (mouse-1-click-follows-link): Doc fix.
24394 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24396         * savehist.el: Don't require CL at runtime.
24397         (savehist-xemacs): Remove.
24398         (savehist-coding-system): Use utf-8 if present, regardless of religion.
24399         (savehist-no-conversion): Use (featurep 'xemacs).
24400         (savehist-load): Check existence of start-itimer rather than XEmacs.
24401         Use an idle timer.
24402         (savehist-process-for-saving): Replace use of CL funs `subseq' and
24403         `delete-if-not'.
24405 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
24407         * savehist.el: Newer version.
24408         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
24409         (savehist-last-checksum, savehist-no-conversion): New vars.
24410         (savehist-autosave, savehist-process-for-saving, savehist-printable):
24411         New functions.
24412         (savehist-load, savehist-save): Use them.
24413         (savehist-delimit): Remove.
24415 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24417         * progmodes/compile.el (compilation-goto-locus): Display the
24418         compilation buffer first and the source buffer second, in case they're
24419         in overlapping frames.  Don't raise the compilation frame if it was the
24420         selected window upon entry.  Pass the `other-window' arg to
24421         pop-to-buffer.
24423         * info.el (Info-fontify-node): Use dolist.
24424         Change add-text-properties to put-text-property.
24426 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24428         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
24429         bound of search.
24431 2005-10-16  Masatake YAMATO  <jet@gyve.org>
24433         * dabbrev.el (dabbrev-completion): Pass the common
24434         prefix substring of completion to `display-completion-list'.
24436         * filecache.el (file-cache-minibuffer-complete)
24437         (file-cache-complete): Ditto.
24439         * tempo.el (tempo-display-completions): Ditto.
24441         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
24443         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
24445         * eshell/em-hist.el (eshell-list-history): Ditto.
24447         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
24449         * mail/mailalias.el (mail-complete): Ditto.
24451         * progmodes/etags.el (complete-tag): Ditto.
24453         * progmodes/make-mode.el (makefile-complete): Ditto.
24455         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
24457         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
24459         * progmodes/pascal.el (pascal-complete-word)
24460         (pascal-show-completions): Ditto.
24462         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
24464         * simple.el (completion-common-substring): New variable.
24465         (completion-setup-function): Use `completion-common-substring'
24466         to put faces.
24468 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24470         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
24471         (x-get-selection, mac-select-convert-to-string): Convert from/to
24472         UTF-16 clipboard data as in native byte order, no BOM.
24474 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
24476         * progmodes/gud.el (gud-tool-bar-map): Rename the images
24477         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
24478         (gud-sentinel): Use speedbar-frame to check for speedbar.
24480 2005-10-15  Richard M. Stallman  <rms@gnu.org>
24482         * savehist.el: New file.
24484 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
24486         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
24487         Fix bug in \bf fontification.
24489 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24491         * pcvs.el (cvs-edit-log-files): New var.
24492         (cvs-mode-edit-log): New arg `file'.
24493         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
24494         Instead force the use of the original file and nothing else.
24495         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
24496         the cvs-minor-wrap-function is set.
24497         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
24499 2005-10-14  Bill Wohler  <wohler@newt.com>
24501         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
24502         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
24503         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
24504         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
24505         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
24506         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
24507         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
24508         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
24509         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
24510         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
24511         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
24512         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
24513         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
24514         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
24515         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
24517         * progmodes/gud.el (gud-tool-bar-map): Rename the images
24518         appropriately (for example, gud-break to gud/break).
24520 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
24522         * longlines.el (longlinges-search-function)
24523         (longlines-search-forward, longlines-search-backward): New functions.
24524         (longlines-mode): Set isearch-search-fun-function to
24525         longlinges-search-function.
24527         * mouse.el (mouse-drag-region-1): Handle the case where a
24528         double-click event is bound to an arbitrary function.
24530 2005-10-14  David Ponce  <david@dponce.com>
24532         * recentf.el (recentf-track-opened-file)
24533         (recentf-track-closed-file, recentf-update-menu)
24534         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
24535         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
24536         mouse-1-click-follows-link.
24538 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24540         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
24541         Gnome file-manager.png.  Suggested by
24542         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
24544         * toolbar/README: Add diropen.xpm.
24546 2005-10-13  Bill Wohler  <wohler@newt.com>
24548         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
24549         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
24551 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24553         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
24554         Don't waste the byte-compiler's time on constant data.
24556 2005-10-13  Kenichi Handa  <handa@m17n.org>
24558         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
24559         byte with `escape-glyph' face.
24561         * international/fontset.el (ccl-encode-unicode-font):
24562         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
24563         Handle the case that ucs-mule-to-mule-unicode translates a character to
24564         ASCII (usually for IPA characters).
24566 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24568         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
24569         Don't hide the underline of titles if font-lock-mode is disabled.
24571 2005-10-12  Bill Wohler  <wohler@newt.com>
24573         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
24574         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
24575         files in MH-E-SRC have been updated.
24576         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
24578 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24580         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
24581         (mixal-mode-syntax-table): Add \n as end-comment.
24582         (mixal-operation-codes-alist): Immediately initialize to full value.
24583         (mixal-add-operation-code): Remove.
24584         (mixal-describe-operation-code): Make the arg non-optional.
24585         Use the interactive spec instead.
24586         Use mixal-operation-codes-alist rather than mixal-operation-codes.
24587         (mixal-font-lock-keywords): Don't highlight comments here any more.
24588         (mixal-font-lock-syntactic-keywords): New var.
24589         (mixal-mode): Use it.  Fix comment-start-skip.
24591 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24593         * startup.el (command-line-x-option-alist): -nb => -nbi.
24595 2005-10-12  Kim F. Storm  <storm@cua.dk>
24597         * startup.el (fancy-splash-default-action): Discard mouse click in
24598         the splash screen window, as it has no sensible meaning in the
24599         next window to be selected.  Fixes error reported by Jan D.
24601 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24603         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
24605 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24607         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
24608         Try to fix up minor layout issues like indentation, line break, etc...
24609         (mixal-mode-syntax-table): Don't try to specify comment syntax,
24610         because it doesn't work.
24611         (mixal-operation-codes): Add some more codes.
24612         (mixal-font-lock-keywords): Process comments here.
24613         (mixal-mode): mixasm no longer needs -g option.
24615 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
24617         * progmodes/sh-script.el (sh-tmp-file):
24618         Use mktemp -t.  Finish support for es and rc shells.
24620 2005-10-11  Jay Belanger  <belanger@truman.edu>
24622         * calc/calcalg2.el (calc-integral): With an argument, compute the
24623         definite integral.
24625 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
24627         * mouse.el (mouse-drag-region-1): Don't try to catch a
24628         double-click when doing follow-link (it's overridden anyway).
24630 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
24632         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24633         (autoload-print-form-outbuf): Add docstring.
24635 2005-10-11  Juri Linkov  <juri@jurta.org>
24637         * info.el (Info-mode-menu): Delete menu item "Edit".
24638         (Info-mode): Delete description of Info-edit from docstring,
24639         and rearrange descriptions of Info commands in the order
24640         they are documented in the Info manual.
24642 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24644         * calendar/appt.el (appt-check): Use diary-selective-display var.
24646 2005-10-10  Richard M. Stallman  <rms@gnu.org>
24648         * net/newsticker.el (newsticker-start, newsticker-show-news):
24649         Add autoload cookies.
24651 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
24653         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24655 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
24657         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24659 2005-10-10  Jay Belanger  <belanger@truman.edu>
24661         * calc/calc-arith.el (math-check-known-scalarp)
24662         (math-check-known-matrixp): Check the values of arguments that are
24663         variables.
24664         (math-check-known-square-matrixp): New function.
24665         (math-known-square-matrixp): Use math-check-known-square-matrixp.
24666         (math-super-types): Add sqmatrix type.
24668         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24669         mode name `square' to `sqmatrix'.
24671         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24672         mode name `square' to `sqmatrix'.
24674 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24676         * progmodes/etags.el (select-tags-table-mode): Don't use
24677         selective-display.
24678         (tags-select-tags-table): Pass `button' to the action function.
24679         (select-tags-table): Place the side-info on button properties rather
24680         than in hidden text.  Abbreviate file names.
24681         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24682         (select-tags-table-select): Add `button' argument.
24683         Get side-info from the button property rather than from hidden text.
24685 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
24687         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24688         (gud-speedbar-buttons): Preserve point if possible.
24689         (gud-sentinel): Restore previous speedbar display type.
24691         * progmodes/gdb-ui.el (gdba): Improve diagram.
24692         (def-gdb-auto-update-handler, gdb-info-locals-handler)
24693         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24694         Call get-buffer-window once.
24696 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24698         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24699         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24700         (pascal-indent-command): Remove unused var `ind'.
24701         (pascal-indent-case): Remove unused var `oldpos'.
24702         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24703         since it's now used as a proper minor mode map.
24704         (pascal-outline): Rename to pascal-outline-mode.
24705         (pascal-outline-mode): Use define-minor-mode.
24706         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24707         selective-display.
24709 2005-10-10  Andreas Schwab  <schwab@suse.de>
24711         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24712         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
24714         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24715         outside source directory.
24717 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
24719         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24720         C-x' as a prefix.
24721         (orgtbl-mode-map): Full keymap instead of sparse, because all
24722         `self-insert-command' keys are redefined in this map.
24723         (org-export-as-html): Specify charset for HTML file, by taking it
24724         from the coding system.
24726 2005-10-10  Kenichi Handa  <handa@m17n.org>
24728         * textmodes/flyspell.el (flyspell-check-word-p):
24729         If unread-command-events is non-empty, don't call sit-for.
24731 2005-10-09  Richard M. Stallman  <rms@gnu.org>
24733         * font-lock.el (font-lock-syntactic-keywords)
24734         (font-lock-keywords): Doc fixes.
24736         * textmodes/flyspell.el (flyspell-external-point-words):
24737         Simplify logic, and don't try to check for consecutive appearances
24738         of one incorrect word.
24740 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
24742         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24743         separator.
24745         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24746         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24747         (gud-expansion-speedbar-buttons): New function.
24748         (gud-speedbar-buttons): Check for gud-comint-buffer.
24750 2005-10-09  Bill Wohler  <wohler@newt.com>
24752         * Makefile.in (updates): Add mh-loaddefs dependency.
24754 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
24756         * speedbar.el (speedbar-file-key-map): Fix typo.
24758 2005-10-09  Daniel Brockman  <daniel@brockman.se>
24760         * cus-start.el (line-spacing): Add custom spec.
24762 2005-10-09  Romain Francoise  <romain@orebokech.com>
24764         * textmodes/ispell.el (ispell-check-version): Fix last change.
24766 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24768         * term/x-win.el: Remove -i, --icon-type from comment.
24770         * startup.el (command-line-x-option-alist): Remove options -i,
24771         -itype, --icon-type, added -nb, --no-bitmap-icon.
24773 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
24775         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24776         instead of :active.
24778 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
24780         * textmodes/ispell.el (ispell-check-version):
24781         Ignore hyphen, and all that follows, in aspell's version text.
24783 2005-10-08  Jay Belanger  <belanger@truman.edu>
24785         * calc/calc-arith.el (math-known-square-matrixp): New function.
24786         (math-pow-fancy): Check for matrices before distributing exponent
24787         across products.
24789         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24790         fullscreen keypad.  Suggested by Luc Teirlinck.
24791         (calc-keypad-show-input): Add space for formatting.
24793         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24794         Add square matrix option.
24796         * calc/calc-poly.el (math-expand-term): Check for matrices instead
24797         of checking calc-matrix-mode when deciding how to expand.
24799         * calc/calc.el (calc-set-mode-line): Add square matrix option.
24801 2005-10-08  Lars Hansen  <larsh@soem.dk>
24803         * net/tramp.el (tramp-perl-directory-files-and-attributes):
24804         Add error handling.
24805         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24807 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
24809         Sync with Tramp 2.0.51.
24811         * net/tramp.el (tramp-handle-set-visited-file-modtime)
24812         (tramp-handle-insert-file-contents, tramp-handle-write-region):
24813         Insert special handling for `last-coding-system-used', again
24814         it still seems to be necessary (unlike stated before).
24815         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24816         (tramp-password-prompt-regexp): There might be other words before
24817         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24818         (tramp-chunksize): Improve docstring.
24819         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24820         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
24821         Christian Joergensen <bugs@razor.dk>.
24823 2005-10-07  Glenn Morris  <rgm@gnu.org>
24825         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24826         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24827         precision'.
24829 2005-10-07  Romain Francoise  <romain@orebokech.com>
24831         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24832         (ibuffer-do-shell-command-pipe-replace)
24833         (ibuffer-do-shell-command-file, ibuffer-do-eval)
24834         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24835         (ibuffer-do-revert, ibuffer-do-replace-regexp)
24836         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24837         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24838         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24839         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24840         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24841         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24842         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24843         Autoload file sans suffix.
24845         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24847 2005-10-07  David Ponce  <david@dponce.com>
24849         * recentf.el (recentf-menu-open-all-flag): New option.
24850         (recentf-digit-shortcut-command-name): New function.
24851         (recentf--shortcuts-keymap): New variable.
24852         (recentf-menu-shortcuts): New variable.
24853         (recentf-make-menu-items): Initialize it.  Replace the "More..."
24854         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24855         (recentf-menu-value-shortcut): New function.
24856         (recentf-make-menu-item): Use it.  No more in-lined.
24857         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24858         (recentf-open-most-recent-file): Rename from
24859         `recentf-open-file-with-key'.  Don't depend on key binding.
24860         (recentf-mode-map): New variable.
24861         (recentf-mode): Use it.
24863 2005-10-06  Bill Wohler  <wohler@newt.com>
24865         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
24867         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24868         (MH-E-SRC): New.  Used by mh-autoloads.
24869         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
24870         files in MH-E-SRC have been updated.
24871         (compile, recompile, bootstrap): Depend on mh-autoloads.
24873 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
24875         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24876         gud-break and gud-remove icons when the fringe is not available.
24878         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24879         Typo.
24881 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
24883         * play/zone.el (zone): Wrap body with save-window-excursion.
24885 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24887         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24888         Use the new `list-only' arg to diary-list-entries.
24890         * calendar/diary-lib.el: Use overlays rather than selective-display.
24891         (diary-selective-display): New var.
24892         (diary-header-line-format): Use it.
24893         (diary-list-entries): Add argument `list-only'.
24894         Put the buffer in diary-mode.  Don't add \^M at beg and end.
24895         Replace \^M by invisible overlays.
24896         (diary-unhide-everything): Replace \^M by invisible overlays.
24897         (print-diary-entries): Look for overlays rather than \^M.
24898         Add a space to the temp buffer name.
24899         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24900         Put the buffer in diary-mode.
24901         (list-sexp-diary-entries): Replace \^M by invisible overlays.
24902         (diary-anniversary): Make the year arg optional.
24903         (diary-time-regexp): New const.
24904         (diary-font-lock-keywords): Use it to accept a few more time formats.
24906         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24908 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
24910         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24911         Fix bug introduced 2005-07-03: Use (car (last ...))
24912         to faithfully reproduce replaced artist-last.
24913         (artist-set-arrow-points-for-poly): Likewise.
24914         Suggested by Johan Bockg\e,Ae\e(Brd.
24916 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
24918         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24919         * wid-edit.el (widget):
24920         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24921         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24923 2005-10-06  Kenichi Handa  <handa@m17n.org>
24925         * international/mule-cmds.el (set-language-environment):
24926         Fix setting up of case-table for unibyte mode.
24928         * simple.el (what-cursor-position): If the character is displayed
24929         by some `display' text property, show that.  Don't use
24930         single-key-description for eight-bit characters in multibyte mode.
24932 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
24934         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24935         (gdb-ann3): Set it.
24936         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24937         (gdb-info-frames-custom): Use inverse-video for first five
24938         characters of selected frame only.
24939         (gdb-get-frame-number): Select frame even when point is on frame
24940         number.
24942 2005-10-06  Masatake YAMATO  <jet@gyve.org>
24944         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24945         Put `font-lock-function-name-face'.
24946         (gdb-info-frames-custom): Put `font-lock-function-name-face'
24947         and `font-lock-variable-name-face'
24948         (gdb-registers-font-lock-keywords): New font lock keywords definition.
24949         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24950         (gdb-memory-font-lock-keywords): New font lock keywords definition.
24951         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24952         (gdb-local-font-lock-keywords): New font lock keywords definition.
24953         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24954         (gdb-threads-font-lock-keywords): New font lock keywords definition.
24955         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24957 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
24959         * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
24960         (ediff-merge-region-is-non-clash-to-skip): Previously called
24961         ediff-merge-region-is-non-clash.
24963         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24964         Use insert-buffer-substring.
24966         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24967         selecting files to patch.  Also bug fixes.
24969         * ediff-util.el (ediff-setup): Bug fix.
24970         (ediff-next-difference): Never skip clashes that differ in white
24971         space only.
24973         * ediff-wind.el (ediff-setup-control-frame)
24974         (ediff-destroy-control-frame): Check the menubar feature.
24976         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24977         (viper-refresh-mode-line): Use make-local-variable to localize
24978         some vars instead of make-variable-buffer-local.  Suggested by
24979         Stefan Monnier.
24981         * emulation/viper-init.el (viper-make-variable-buffer-local):
24982         Delete alias.
24983         (viper-restore-cursor-type, viper-set-insert-cursor-type):
24984         Use make-local-variable instead of make-variable-buffer-local.
24985         Suggested by Stefan Monnier.
24987         * emulation/viper.el (viper-mode): Don't use
24988         viper-make-variable-buffer-local.
24989         (viper-comint-mode-hook): Use make-local-variable on
24990         require-final-newline.
24991         (viper-non-hook-settings): Don't use make-variable-buffer-local.
24993 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24995         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24996         also the second char of a comment-start sequence.
24997         (scheme-sexp-comment-syntax-table): New var.
24998         (lambda, define): Set their scheme-doc-string-elt property.
24999         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
25000         Use lisp-font-lock-syntactic-face-function now that it properly
25001         handles |...| symbols.
25002         (scheme-mode-variables): Set lisp-doc-string-elt-property,
25003         parse-sexp-lookup-properties and font-lock-extra-managed-props.
25005         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
25006         bit from # to |.
25007         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
25009         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
25010         (lisp-doc-string-elt-property): New var.
25011         (lisp-font-lock-syntactic-face-function): Use it.
25012         Rewrite to recognize docstrings even for forms not at toplevel.
25014         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
25015         annotation on the | part of #| rather than on the # part.
25016         (scheme-font-lock-syntactic-face-function): New function, to
25017         distinguish strings from |...| symbols.
25018         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
25019         syntax-table so that #|...|# is properly highlighted.
25021         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
25022         Don't mark as docstring the 3rd elem of an unknown toplevel form.
25024 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25026         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
25027         and C-e.
25029         * emacs-lisp/eldoc.el: Move comments into docstrings.
25030         (eldoc-message-commands): Initialize in its declaration.
25031         Add move-beginning-of-line and move-end-of-line.
25032         (eldoc-add-command, eldoc-add-command-completions)
25033         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
25035         * outline.el (outline-mark-subtree): Activate the mark.
25037         * calendar/appt.el (appt-time-regexp): New var.
25038         (appt-add, appt-make-list): Use it.
25039         (appt-convert-time): Clean up.
25041         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
25042         Don't set any syntax-table property here.
25043         (tex-font-lock-verb): New function.  Do it here.
25044         (tex-font-lock-syntactic-keywords): Use it.
25046 2005-10-04  Richard M. Stallman  <rms@gnu.org>
25048         * wid-edit.el (widget-file-complete): Get the widget start point
25049         the right way.  Default directory to `/' if file has none.
25051         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
25053         * textmodes/flyspell.el (flyspell-mode-on):
25054         Call ispell-maybe-find-aspell-dictionaries.
25056         * textmodes/ispell.el (ispell-word, ispell-region):
25057         Call ispell-maybe-find-aspell-dictionaries.
25058         (ispell-accept-buffer-local-defs):
25059         Don't call ispell-maybe-find-aspell-dictionaries.
25061 2005-10-04  Richard M. Stallman  <rms@gnu.org>
25063         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
25065 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
25067         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
25068         instead of `fboundp' in order to allow for anonymous functions.
25070 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
25072         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
25073         case the user clicks on the link while another window is selected.
25074         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
25076         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
25077         functionality.
25078         (dframe-help-echo): Save point in case mouse tracking is off.
25080 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
25082         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
25084 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25086         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
25087         not change the global value of those vars.
25089         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
25090         make-local-variable which we do not need any more.
25092 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
25094         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
25095         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
25096         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
25097         (speedbar-path-line): Define obsolete aliases.
25098         (speedbar-line-directory): Doc fix.
25100         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
25101         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
25102         instead of speedbar-line-path.
25104 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25106         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
25107         to nil if dropping on a window.  Handle dropping on a minibuffer window
25108         like dropping on a non-window part of Emacs.
25110 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25112         * net/ange-ftp.el: Use with-current-buffer.
25113         (ange-ftp-insert-directory): Do not follow symlinks any more.
25115         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
25116         Remove interactive spec.
25118 2005-10-03  Kim F. Storm  <storm@cua.dk>
25120         * ido.el (ido-mode): Use custom-initialize-set.
25122 2005-10-02  Richard M. Stallman  <rms@gnu.org>
25124         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
25125         Use insert-buffer-substring.
25127         * net/tramp.el: Pacify byte compiler warnings in pacification code.
25128         (tramp-handle-file-local-copy): Use insert-buffer-substring.
25130 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25132         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
25133         in last change.
25134         (ange-ftp-insert-directory): Fix up the search for the case where
25135         `file' is absolute.
25137 2005-10-02  Romain Francoise  <romain@orebokech.com>
25139         * progmodes/compile.el (compile-goto-error): Delete extra paren.
25141 2005-10-02  Andreas Schwab  <schwab@suse.de>
25143         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
25144         directory component in the session info.
25146 2005-10-01  Richard M. Stallman  <rms@gnu.org>
25148         * comint.el (comint-redirect-subvert-readonly): Doc fix.
25150         * simple.el (next-error-internal): New function.
25152         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
25153         (compilation-start): Pass new arg to compilation-buffer-name.
25154         (compile-goto-error): Use next-error-internal.
25156 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
25158         * speedbar.el: Remove RCS tag.
25159         (speedbar-check-read-only): Handle non-existent files.
25161         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
25163         * info.el (Info-speedbar-hierarchy-buttons)
25164         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
25166 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25168         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
25169         Do not match newline.
25170         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
25171         (bibtex-summary): Remove unnecessary save-excursion.
25172         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
25174 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25176         * term/mac-win.el: Add charset info for "iso10646-1".
25177         Modify default fontset to use ATSUI-compatible fonts for some charsets
25178         if available.
25180 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
25182         * speedbar.el: Re-apply arch tag.
25183         (speedbar-version): Rename to version 1.0.  Suggested by Eric
25184         M. Ludlam.
25185         Reapply two changes from Emacs CVS' version of speedbar lost
25186         during the merge:
25187         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
25188         (speedbar-frame-parameters): Improve customize type.
25190 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25192         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
25193         (ange-ftp-file-directory-p): Fix the symlink case.
25194         (ange-ftp-insert-directory): When listing a single file, get a list of
25195         the parent buffer and extract the relevant line.  Inspired from a patch
25196         by Katsumi Yamaoka <yamaoka@jpl.org>.
25197         (ange-ftp-file-name-sans-versions): Simplify.
25199 2005-09-30  Bill Wohler  <wohler@newt.com>
25201         Move MH-E image files from toolbar and mail directories into
25202         etc/images.
25204         * mail/reply2.*: Move to etc/images/mail/reply*.
25206         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
25207         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
25208         etc/images.
25210         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
25211         * toolbar/reply*: Move to etc/images/mail.
25213         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
25215 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
25217         * speedbar.el: New version 1.0pre3.
25219         Frame management code (including timer, and mouse click specifics)
25220         moved to dframe.el:
25221         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
25222         (speedbar-timer): Removed.  Use dframe-timer.
25223         (speedbar-close-frame): Removed.  Use dframe-close-frame.
25224         (speedbar-activity-change-focus-flag): Removed.  Use
25225         dframe-activity-change-focus-flag.
25226         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
25227         dframe-update-speed.
25229         (speedbar-current-frame): New macro.  Use this instead of the
25230         variable speedbar-frame.
25232         (speedbar-use-images, speedbar-expand-image-button-alist)
25233         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
25235         (speedbar-find-image-on-load-path): Removed.  Replaced by
25236         defezimage in ezimage.el.
25237         (speedbar-expand-image-button-alist): Removed.  Replaced by
25238         ezimage-expand-image-button-alist in ezimage.el.
25240         (speedbar-ignored-directory-regexp)
25241         (speedbar-add-ignored-directory-regexp)
25242         (speedbar-ignored-directory-expressions)
25243         (speedbar-line-directory, speedbar-buffers-line-directory)
25244         (speedbar-directory-line, speedbar-buffers-line-directory):
25245         Renamed, replacing `path' with `directory'.
25247         (speedbar-create-directory, speedbar-expand-line-descendants)
25248         (speedbar-toggle-line-expansion)
25249         (speedbar-contract-line-descendants): New commands.
25251         (speedbar-query-confirmation-method, speedbar-select-frame-method)
25252         (speedbar-use-tool-tips-flag): New options.
25254         (speedbar-check-read-only, speedbar-require-version)
25255         (speedbar-insert-separator, speedbar-buffers-tail-notes)
25256         (speedbar-handle-delete-frame, speedbar-try-completion)
25257         (speedbar-update-localized-contents): New functions.
25259         (speedbar-incompatible-version, speedbar-ro-to-do-point)
25260         (speedbar-object-read-only-indicator): New variables.
25262         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
25263         New hooks.
25265         (speedbar-separator-face): New face.
25267         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
25268         (speedbar-ignored-modes): Add fundamental-mode.
25269         (speedbar-directory-unshown-regexp): Add . directories.
25271         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
25272         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
25273         `]' for full expand/close.
25274         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
25276         (speedbar-check-vc): Support hidden files.
25277         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
25278         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
25279         state is nil, it is not checked out.
25281         (speedbar-line-text, speedbar-line-token): Support expand buttons
25282         with no text.
25283         (speedbar-refresh): Universal argument acts as power-click.
25284         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
25285         that buffer to get variable values.
25287         And many other bugfixes.
25289         * dframe.el, ezimage.el, sb-image.el: New files.
25291         * sb-*.xpm: Remove files.  New image files installed into
25292         etc/images/ezimage.
25294 2005-09-30  Kenichi Handa  <handa@m17n.org>
25296         * ps-mule.el (ps-mule-show-warning): If a character is in
25297         ps-print-translation-table, don't treat it as non-printable.
25299 2005-09-30  David Ponce  <david@dponce.com>
25301         * tree-widget.el (tree-widget-themes-load-path): New variable.
25302         (tree-widget-themes-directory): Doc fix.
25303         (tree-widget-image-formats) [Emacs]: Doc fix.
25304         (tree-widget--locate-sub-directory): New function.
25305         (tree-widget-themes-directory): Use it.
25307         * recentf.el (recentf-filename-handlers): Rename from
25308         `recentf-filename-handler'.  Allow a list of functions.
25309         (recentf-menu-items-for-commands): Fix :help strings.
25310         (recentf-apply-filename-handlers): New function.
25311         (recentf-expand-file-name): Use it.
25312         (recentf-cleanup): Remove duplicates too.
25314 2005-09-29  Juri Linkov  <juri@jurta.org>
25316         * faces.el: Rearrange face definitions to be in the same order as
25317         their face descriptions in "(emacs)Standard Faces".
25319         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
25321         * tooltip.el (tooltip): Add group `basic-faces'.
25323         * buff-menu.el (Buffer-menu-buffer): Remove group
25324         `font-lock-highlighting-faces'.
25326         * progmodes/compile.el (compilation-error, compilation-warning)
25327         (compilation-info, compilation-line-number, compilation-column-number):
25328         Change group from `font-lock-highlighting-faces' to `compilation'.
25330         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
25331         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
25332         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
25333         (vhdl-font-lock-reserved-words-face)
25334         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
25335         `font-lock-highlighting-faces'.
25337         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
25339 2005-09-28  Kim F. Storm  <storm@cua.dk>
25341         * emulation/cua-base.el: Set CUA move property on additional commands:
25342         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
25343         forward-sexp, backward-sexp, forward-list, backward-list.
25345 2005-09-28  Romain Francoise  <romain@orebokech.com>
25347         * comint.el (comint-show-output): Really set point at the
25348         beginning of the output when not using `comint-use-prompt-regexp'.
25350 2005-09-27  Jay Belanger  <belanger@truman.edu>
25352         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
25353         in TeX mode.
25355 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
25357         * textmodes/org.el (org-table-sum): Fix format string.
25359         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
25360         Quote face names.
25362 2005-09-26  Romain Francoise  <romain@orebokech.com>
25364         * isearch.el (isearch-forward-regexp): Close doc string.
25366 2005-09-25  Richard M. Stallman  <rms@gnu.org>
25368         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
25370         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
25372         * progmodes/compile.el (compilation-error-properties):
25373         When getting the file from the previous error message,
25374         correctly decode the new data format.
25376         * progmodes/cc-cmds.el (c-electric-paren):
25377         Call old-blink-paren only for close-paren.
25379 2005-09-24  Andreas Schwab  <schwab@suse.de>
25381         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
25382         condition.
25384 2005-09-25  Romain Francoise  <romain@orebokech.com>
25386         * dired-aux.el (dired-copy-file-recursive):
25387         * dired.el (dired-delete-file):
25388         * ediff-mult.el (ediff-dir-diff-copy-file):
25389         * ediff-util.el (ediff-test-save-region):
25390         * forms.el (forms-mode):
25391         * ido.el (ido-file-internal, ido-delete-file-at-head):
25392         * log-edit.el (log-edit-done):
25393         * ses.el (ses-yank-resize):
25394         * play/gomoku.el (gomoku-human-plays, gomoku)
25395         (gomoku-human-resigns, gomoku-prompt-for-other-game)
25396         (gomoku-offer-a-draw):
25397         * play/landmark.el (lm-human-resigns, lm):
25398         * net/eudcb-ldap.el (eudc-ldap-check-base):
25399         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
25400         * progmodes/ebrowse.el (ebrowse-find-pattern):
25401         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
25402         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
25403         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
25405         * vc.el (vc-delete-file):
25406         * play/gomoku.el (gomoku-terminate-game, gomoku)
25407         (gomoku-prompt-for-move, gomoku-human-takes-back):
25408         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
25409         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
25411 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
25413         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
25414         color rxvt terminals by using the code xterm.el used to use before
25415         2005-04-09 in order to match the colors used by rxvt.
25417 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
25419         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
25420         colors rxvt-unicode terminals by using the same code as xterm.el.
25422 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25424         * textmodes/tex-mode.el (tex-font-lock-append-prop)
25425         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
25426         new symbol used for the tex-verbatim face.
25428 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
25430         * woman.el (woman-file-name):
25431         * wid-edit.el (widget-file-prompt-value)
25432         (widget-coding-system-prompt-value):
25433         * w32-fns.el (set-w32-system-coding-system):
25434         * vc.el (vc-version-diff, vc-annotate):
25435         * textmodes/reftex-auc.el (reftex-arg-cite)
25436         (reftex-arg-index-tag):
25437         * textmodes/refer.el (refer-get-bib-files):
25438         * textmodes/artist.el (artist-figlet-choose-font):
25439         * terminal.el (terminal-emulator):
25440         * replace.el (occur-read-primary-args):
25441         * rect.el (string-rectangle, string-insert-rectangle):
25442         * ps-print.el (ps-print-preprint):
25443         * progmodes/pascal.el (pascal-goto-defun):
25444         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
25445         * progmodes/compile.el (compilation-find-file):
25446         * printing.el (pr-interactive-n-up):
25447         * play/animate.el (animate-birthday-present):
25448         * net/rcompile.el (remote-compile):
25449         * man.el (man, Man-goto-section, Man-follow-manual-reference):
25450         * mail/rmailsum.el (rmail-summary-search-backward)
25451         (rmail-summary-search):
25452         * mail/rmailout.el (rmail-output-read-rmail-file-name)
25453         (rmail-output-read-file-name):
25454         * mail/rmail.el (rmail-search, rmail-search-backwards):
25455         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
25456         * locate.el (locate):
25457         * international/quail.el (quail-show-keyboard-layout):
25458         * international/mule.el (set-buffer-file-coding-system)
25459         (revert-buffer-with-coding-system, set-file-name-coding-system)
25460         (set-terminal-coding-system, set-keyboard-coding-system)
25461         (set-next-selection-coding-system):
25462         * international/mule-diag.el (describe-coding-system)
25463         (describe-font, describe-fontset):
25464         * international/mule-cmds.el (universal-coding-system-argument)
25465         (search-unencodable-char, describe-input-method)
25466         (set-language-environment, describe-language-environment):
25467         * international/codepage.el (codepage-setup):
25468         * international/code-pages.el (codepage-setup):
25469         * info.el (Info-search, Info-follow-reference)
25470         (Info-search-backward):
25471         * emacs-lisp/advice.el (ad-read-advised-function)
25472         (ad-read-advice-class, ad-clear-cache, ad-activate)
25473         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
25474         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
25475         (ad-read-regexp):
25476         * ediff-util.el (ediff-toggle-regexp-match):
25477         * ediff-ptch.el (ediff-prompt-for-patch-file):
25478         * dired-aux.el (dired-diff):
25479         * diff.el (diff):
25480         * cus-edit.el (custom-variable-prompt):
25481         * calendar/timeclock.el (timeclock-ask-for-project):
25482         * calc/calcalg3.el (calc-get-fit-variables):
25483         * calc/calc-store.el (calc-edit-variable)
25484         (calc-permanent-variable):
25485         * vc-mcvs.el (vc-mcvs-register):
25486         * shadowfile.el (shadow-define-literal-group):
25487         * woman.el (woman-file-name):
25488         * vc.el (vc-version-diff, vc-merge):
25489         * textmodes/reftex-index.el (reftex-index-complete-tag):
25490         * format.el (format-decode-buffer, format-decode-region):
25491         * emulation/viper-cmd.el (viper-read-string-with-history):
25492         * emacs-lisp/debug.el (cancel-debug-on-entry):
25493         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
25494         * ediff.el (ediff-merge-revisions)
25495         (ediff-merge-revisions-with-ancestor, ediff-revision):
25496         * completion.el (interactive-completion-string-reader):
25497         * calc/calc-prog.el (calc-user-define-formula):
25498         Follow convention for reading with the minibuffer.
25500 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
25502         * progmodes/python.el (python-describe-symbol): Add globals() and
25503         locals() to the arguments of emacs.ehelp.
25505 2005-09-24  Magnus Henoch  <mange@freemail.hu>
25507         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
25508         New function, code extracted from ispell-valid-dictionary-list.
25509         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
25510         Call it.
25512 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
25514         * subr.el (version-regexp-alist): Extend valid syntax for version
25515         strings: allow any of the characters -,_,+ to separate the
25516         alpha/beta/rc part from the version part.  Doc fix.
25517         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
25519 2005-09-23  David Reitter  <david.reitter@gmail.com>
25521         * mail/mailclient.el: New file.
25523 2005-09-23  Richard M. Stallman  <rms@gnu.org>
25525         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
25526         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
25527         Doc fixes.
25529         * progmodes/cc-mode.el (c-font-lock-init):
25530         Specify font-lock-lines-before.
25532 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25534         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
25535         whole conflict.
25537 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
25539         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
25540         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
25541         of `remap' feature when available.  Additional key bindings for
25542         better tty support.
25543         (org-mode-restart, org-force-self-insert): New commands.
25544         (org-time-stamp-inactive): New command.
25545         (org-remap): New function.
25546         (org-table-auto-blank-field, org-level-color-stars-only): New options.
25547         (org-enable-fixed-width-editor): Move to `org-structure'
25548         customization group.
25549         (org-self-insert-command, orgtbl-self-insert-command): Modify to
25550         blank field after field motion commands.
25552 2005-09-23  Kenichi Handa  <handa@m17n.org>
25554         * international/mule-cmds.el (set-language-environment):
25555         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
25556         have to call utf-translate-cjk-load-tables.
25558 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25560         * mouse.el (mouse-move-drag-overlay): Fix last change.
25562 2005-09-22  David Ponce  <david@dponce.com>
25564         * tree-widget.el (tree-widget-value-create): Fix previous change.
25566 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
25568         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
25570 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25572         * mouse.el (mouse-move-drag-overlay): New function.
25573         (mouse-drag-region-1): Use it.
25574         Try to simplify a bit the state handling.  Handle clicks on links
25575         inside intangible areas.
25576         (mouse-save-then-kill): Minor simplification.
25577         (mouse-secondary-overlay): Make it always non-nil instead of
25578         recreating it each time.
25579         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
25580         (mouse-kill-secondary, mouse-secondary-save-then-kill):
25581         Simplify accordingly.
25583 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
25585         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
25587 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
25589         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
25590         (ediff-file-name-sans-prefix): Treat nil as an empty string.
25591         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
25592         to patch.
25594         * ediff-util.el: Use insert-buffer-substring.
25596         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
25598         * emulation/viper-cmd.el (viper-change-state): Don't move over the
25599         field boundaries in the minibuffer.
25600         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
25601         (viper-minibuffer-post-command-hook): New hook.
25602         (viper-line): Don't move cursor at bolp.
25604         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
25606         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
25607         avoid compiler warnings.
25609         * emulation/viper-macs.el (ex-map): Better messages.
25611         * emulation/viper-util.el (viper-beginning-of-field): New function.
25613         * emulation/viper.el: Replace make-variable-buffer-local with
25614         viper-make-variable-buffer-local everywhere, to avoid warnings.
25616 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25618         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25619         Delete unused var `old-selected-window'.
25620         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
25621         (mouse-drag-secondary): Delete unused var `start-frame'.
25623 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
25625         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
25627 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25629         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25630         Re-indent within 80 columns.  Use inhibit-read-only.
25632 2005-09-19  Romain Francoise  <romain@orebokech.com>
25634         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25636 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25638         * font-lock.el (font-lock-default-fontify-region): Don't add a line
25639         unconditionally, since the after-change-function already did it.
25641 2005-09-19  Miles Bader  <miles@gnu.org>
25643         * net/newsticker.el: Get rid of CVS keyword.
25645 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
25647         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25648         The prompt is formatted later.
25650 2005-09-19  David Ponce  <david@dponce.com>
25652         * tree-widget.el (tree-widget-value-create): Save the converted
25653         tree :node widget.
25655 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
25657         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25658         variable `message'.
25660 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
25662         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25663         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
25664         <slawomir.nowaczyk.847@student.lu.se>.
25666 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
25668         * image.el (image-load-path): Use symbol `data-directory' instead
25669         of its value, for backward compatibility with packages that bind
25670         it during `find-image'.  Suggested by Katsumi Yamaoka.
25671         (image-search-load-path): Handle symbols whose values are strings.
25673 2005-09-18  Romain Francoise  <romain@orebokech.com>
25675         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25676         with-current-buffer form in save-excursion.
25678 2005-09-18  Deepak Goel  <deego@gnufans.org>
25680         * apropos.el (apropos-command): Fix `message' call: first arg
25681         should be a format spec.  In this and all other cases that appear
25682         below and elsewhere in the source code, I made a change only when
25683         two conditions were satisfied: [1] I can think of a possibility
25684         that the arguments would cause an error, for example, the code in
25685         question relies on external variables such as filenames.  [2] I
25686         was sure that the arg to `message' could not have been nil in the code.
25688         * textmodes/tildify.el (tildify-region): Ditto.
25690         * textmodes/reftex-index.el (reftex-index-change-entry)
25691         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25692         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25693         * textmodes/org.el (org-complete, org-deadline, org-schedule)
25694         (org-priority, org-table-sum):
25695         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25696         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25697         (flyspell-word, flyspell-display-next-corrections):
25698         * textmodes/bibtex.el (bibtex-print-help-message):
25699         * textmodes/artist.el (artist-key-set-point-poly):
25700         * term/mac-win.el (mac-services-insert-text):
25701         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25702         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25703         (vhdl-port-paste-testbench, vhdl-compose-new-component)
25704         (vhdl-compose-configuration):
25705         * progmodes/sh-script.el (sh-blink, sh-show-indent)
25706         (sh-set-indent, sh-learn-line-indent):
25707         * progmodes/ps-mode.el (ps-mode-target-column):
25708         * progmodes/idlwave.el (idlwave-make-tags)
25709         (idlwave-scan-library-catalogs):
25710         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25711         * progmodes/gud.el (gud-jdb-analyze-source):
25712         * progmodes/flymake.el (flymake-log):
25713         * progmodes/ebnf2ps.el (ebnf-generate-region):
25714         * progmodes/cmacexp.el (c-macro-expansion):
25715         * progmodes/ada-xref.el (ada-treat-cmd-string):
25716         * progmodes/ada-mode.el (ada-create-case-exception-substring)
25717         (ada-justified-indent-current, ada-batch-reformat):
25718         * play/zone.el (zone):
25719         * play/landmark.el (lm-move):
25720         * play/decipher.el (decipher-show-alphabet):
25721         * net/newsticker.el (newsticker--display-jump)
25722         (newsticker--display-scroll):
25723         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25724         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25725         * mail/feedmail.el (feedmail-dump-message-to-queue):
25726         * eshell/esh-proc.el (eshell-remove-process-entry):
25727         * emulation/ws-mode.el (ws-last-error):
25728         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25729         (viper-record-kbd-macro):
25730         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25731         * emacs-lisp/lisp-mnt.el (lm-report-bug):
25732         * emacs-lisp/find-func.el (find-function-noselect):
25733         * calendar/timeclock.el (timeclock-status-string)
25734         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25735         (timeclock-when-to-leave-string):
25736         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25737         * calc/calc-units.el (calc-enter-units-table):
25738         * calc/calc-mode.el (calc-mode-record-mode):
25739         * woman.el (woman-mini-help):
25740         * wdired.el (wdired-change-to-wdired-mode):
25741         * vc.el (vc-retrieve-snapshot):
25742         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25743         * startup.el (display-startup-echo-area-message):
25744         * simple.el (set-goal-column):
25745         * ses.el (ses-command-hook, ses-recalculate-cell):
25746         * server.el (server-process-filter):
25747         * printing.el (pr-interface-txt-print, pr-interface-printify)
25748         (pr-interface-ps):
25749         * pcvs.el (cvs-help):
25750         * log-edit.el (log-edit, log-edit-mode-help):
25751         * iswitchb.el (iswitchb-possible-new-buffer):
25752         * isearch.el (isearch-edit-string):
25753         * image-mode.el (image-mode, image-minor-mode):
25754         * ibuf-macs.el (define-ibuffer-filter):
25755         * hi-lock.el (hi-lock-find-patterns):
25756         * files.el (toggle-read-only):
25757         * ediff-util.el (ediff-copy-diff)
25758         (ediff-write-merge-buffer-and-maybe-kill):
25759         * echistory.el (Electric-history-undefined):
25760         * dnd.el (dnd-insert-text):
25761         * dired-aux.el (dired-query):
25762         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25763         * bookmark.el (bookmark-bmenu-locate):
25764         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25765         Fix `message' calls to ensure first arg is a format string.
25766         The change was made only when these two conditions were satisfied:
25767         [1] when there is a possibility that the arguments would cause an error
25768         for example, if the code in question relies on external variables
25769         such as filenames, and
25770         [2] if the arg to `message' could not have been nil in the code.
25772         * pcomplete.el (pcomplete--help): Fix `message' format spec.
25773         Not having a %s would be weird, though not technically wrong.
25775 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25777         * term/mac-win.el (mac-add-charset-info): Doc fix.
25779 2005-09-17  Romain Francoise  <romain@orebokech.com>
25781         * shell.el (shell-resync-dirs): Handle echoing processes more
25782         reliably.  Don't insert resync command if `comint-process-echoes'
25783         is non-nil.
25785 2005-09-17  Magnus Henoch  <mange@freemail.hu>
25787         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25788         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25789         aspell versions >= 0.60.
25790         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25791         only if ispell-aspell-supports-utf8 is non-nil.
25793 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
25795         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25796         buffer-local value to lisp-indent-function.
25798 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
25800         * progmodes/glasses.el (glasses-make-readable): If
25801         glasses-separator differs from underscore, put appropriate
25802         overlays over underscore characters.
25803         (glasses-convert-to-unreadable): If glasses-separator differs from
25804         underscore, try to convert glasses-separator characters to
25805         underscores.
25807 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25809         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25810         Use with-syntax-table and dolist.
25812 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
25814         * textmodes/reftex-auc.el:
25815         * textmodes/reftex-cite.el:
25816         * textmodes/reftex-dcr.el:
25817         * textmodes/reftex-global.el:
25818         * textmodes/reftex-parse.el:
25819         * textmodes/reftex-ref.el:
25820         * textmodes/reftex-sel.el:
25821         * textmodes/reftex-toc.el:
25822         * textmodes/reftex-vars.el:
25823         * textmodes/reftex.el: Small changes to remove compiler warnings.
25825         * textmodes/reftex-index.el: Likewise.
25826         (reftex-query-index-phrase): More efficient use of markers.
25828 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
25830         * image.el (image-load-path): New variable.
25831         (image-search-load-path): New function.
25832         (find-image): Search for images in `image-load-path'.
25834 2005-09-15  Richard M. Stallman  <rms@gnu.org>
25836         * follow.el: Change Maintainer field.
25838 2005-09-15  David Ponce  <david@dponce.com>
25840         * recentf.el (recentf-save-file-modes): New option.
25841         (recentf-save-list): Use it.
25843 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
25845         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25846         (mode-line-mule-info, mode-line-modified): Move bindings from
25847         mouse-3 to mouse-1.
25849 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
25851         * simple.el (sendmail-user-agent-compose): Revert last change.
25853 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25855         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25856         Use with-current-buffer.
25857         (ange-ftp-gwp-start): Remove unused var `gw-user'.
25858         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25859         (ange-ftp-insert-directory): Remove unused var `short'.
25860         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25862         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25863         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25865         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25866         (check-calendar-holidays, diary-list-entries): Autoload.
25867         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25868         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25870         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25871         which mistakenly removed a call to display-buffer.
25873 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
25875         * obsolete/iso-insert.el: Move to obsolete/ from international/.
25877 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
25879         * progmodes/hideshow.el
25880         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25881         (hs-allow-nesting): New user var.
25882         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25883         (hs-hide-block-at-point): When nesting allowed,
25884         if there is already an overlay in place, delete it.
25885         (hs-safety-is-job-n): Delete func; remove call sites.
25886         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25887         (hs-overlay-at): New func.
25888         (hs-already-hidden-p, hs-show-block): Use it.
25889         (hs-hide-all): Don't pre-clean if nesting allowed.
25890         (hs-show-all): Temporarily disallow
25891         nesting around call to `hs-discard-overlays'.
25893 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
25895         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25896         Delete unused local var.
25898 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
25900         * help-fns.el (describe-categories): "?\ " -> "?\s".
25901         (help-do-arg-highlight): Recognize also ARG-n, as in
25902         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
25904         * international/codepage.el (dos-unsupported-char-glyph):
25905         * net/newsticker.el (tool-bar-map, w3-mode-map)
25906         (w3m-minor-mode-map):
25907         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25908         (ent-alist):
25909         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25911 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
25913         * custom.el (custom-push-theme): Handle the case where a symbol is
25914         bound but face properties have not yet been assigned.
25916         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25917         Fix behavior if noerase is `t' and there is no mail buffer.
25919         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25920         if `continue' is nil, rather than signal an error.
25922 2005-09-12  Richard M. Stallman  <rms@gnu.org>
25924         * font-lock.el (font-lock-keywords): Add autoload.
25926         * help-fns.el (describe-variable): Rearrange to put source link
25927         in a predictable place.
25929         * net/newsticker.el: New file.
25931 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25933         * calendar/calendar.el (calendar-for-loop): Add edebug info.
25934         (calendar-basic-setup): Use the new nil arg.
25935         (number-of-diary-entries): Move to diary-lib.el.
25937         * calendar/diary-lib.el: Use with-current-buffer, match-string.
25938         (diary-list-entries): Use with-syntax-table and dolist.
25939         Rename from list-diary-entries.
25940         Use number-of-diary-entries if `number' is nil.
25941         (diary, diary-view-entries): Use this new name and new nil arg value.
25942         (number-of-diary-entries): Move from calendar.el.
25943         (diary-unhide-everything): New function.
25944         (include-other-diary-files, fancy-diary-display)
25945         (diary-show-all-entries, make-diary-entry): Use it.
25946         (diary-mail-entries): Use buffer-string.
25947         (mark-diary-entries): Fix long standing paren typo.
25948         (diary-sexp-entry): Use count-lines.
25949         (make-diary-entry): Avoid `previous-line'.
25950         (diary-mode-map): New var.
25951         (diary-mode): Redraw cal after saving.  Setup header-line.
25952         (fancy-diary-display-mode): Use local-set-key.
25954         * startup.el (command-line): Try calling various terminal-init-foo-bar
25955         functions by stripping hyphenated suffixes from $TERM.
25957         * files.el (normal-mode): Check boundness of font-lock-keywords.
25959 2005-09-12  Richard M. Stallman  <rms@gnu.org>
25961         * progmodes/compile.el: Don't decide a file's directory
25962         until the user actually tries to go there.
25963         (compilation-next-error-function):
25964         Pass compilation-find-file the directory from the file-struct.
25965         (compilation-internal-error-properties): Separate local FILE-STRUCT
25966         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
25967         (compilation-find-file): Arg DIR renamed to DIRECTORY.
25968         Expand it, and if nil, use default-directory.
25969         (compilation-get-file-structure): Don't mix specified directory
25970         with default directory.  Put specified directory into
25971         file-struct.  Don't make the file name absolute.
25973         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25974         (compile-command): Add autoload.
25975         (compilation-disable-input): Add autoload.
25977 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
25979         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25980         strings of the variables it can override.
25981         (time-stamp): New (as yet undocumented) time-stamp-format escapes
25982         %Q and %q, for fully-qualified domain name and unqualified host name.
25984 2005-09-11  Kim F. Storm  <storm@cua.dk>
25986         * emacs-lisp/authors.el (authors-aliases): Update list.
25987         (authors-fixed-entries): Update mldrag.el entry.
25989 2005-09-10  Alan Mackenzie  <acm@muc.de>
25991         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25992         delimiter from the region narrowed to.
25994 2005-09-10  Magnus Henoch  <mange@freemail.hu>
25996         * textmodes/ispell.el (ispell-check-version): Signal an error if
25997         aspell version is less than 0.60.
25999 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
26001         * progmodes/octave-inf.el (inferior-octave-startup):
26002         Resync current dir at the end.
26004 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
26006         * woman.el (woman-topic-at-point-default):
26007         Rename to woman-use-topic-at-point-default.
26008         (woman-topic-at-point): Rename to woman-use-topic-at-point.
26009         (woman-file-name): Reflect renames above.  Automatically use the
26010         word at point as topic if woman-use-topic-at-point is non-nil.
26011         Otherwise offer it as default but don't insert it in the
26012         minibuffer.  Also use `test-completion' instead of `assoc' as
26013         suggested by Stefan Monnier.
26015 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
26017         * vc.el (vc-directory, vc-update-change-log): Throw an error on
26018         the attempt to do it over Tramp.  This is not yet supported.
26020 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
26022         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
26023         (menu-bar-non-minibuffer-window-p): New functions.
26024         ("Split Window", "Save As..."): Use them.
26025         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
26026         ("Print Buffer", "Truncate Long Lines in this Buffer"):
26027         Use menu-bar-menu-frame-live-and-visible-p.
26028         ("Save Buffer", "Insert File", "Open Directory...")
26029         ("Open File...", "Visit New File..."):
26030         Use menu-bar-non-minibuffer-window-p.
26031         (kill-this-buffer-enabled-p, dired <menu-enable>):
26032         Use menu-bar-non-minibuffer-window-p.
26034 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
26036         * cus-start.el (all): Don't complain about fringe-related
26037         built-ins if fringes are not supported.  Ditto about
26038         selection-related built-ins.  Fix the test for GTK-related built-ins.
26040         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
26041         ("Postscript Print Buffer", "Print Region", "Save As...")
26042         ("Save", "Insert File...", "Open Directory...")
26043         ("Open File...", "Visit New File..."")
26044         ("Truncate Long Lines in this Buffer"): Don't look at
26045         menu-updating-frame if this display does not support multiple frames.
26047 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26049         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
26051 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
26053         * woman.el: Format- and whitespace-related changes.
26055 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
26057         * woman.el: Fix my email address.
26059 2005-09-08  Richard M. Stallman  <rms@gnu.org>
26061         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
26062         (sh-mode): Locally set skeleton-pair-default-alist.
26064         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
26066         * progmodes/flymake.el: Require `compile' unconditionally.
26068         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
26070         * woman.el (woman-file-name): Provide a default, not initial input.
26072         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
26074         * font-lock.el (font-lock-support-mode): Doc fix.
26076         * descr-text.el (describe-property-list): Handle non-symbol prop names.
26078 2005-09-08  Richard M. Stallman  <rms@gnu.org>
26080         * simple.el (blink-matching-open): Get rid of text props from
26081         the string shown in echo area.  Don't permanently set point.
26082         Some rearrangements.
26084 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
26086         * recentf.el (recentf-filename-handler): Add custom choice
26087         `abbreviate-file-name'.
26089         * msb.el (msb--very-many-menus): Fix typo.
26091         * disp-table.el (standard-display-european): Don't set
26092         enable-multibyte-characters to nil.
26094 2005-09-08  David Ponce  <david@dponce.com>
26096         * recentf.el (recentf-show-file-shortcuts-flag): New option.
26097         (recentf-expand-file-name): Doc fix.
26098         (recentf-dialog-mode-map): Define digit shortcuts.
26099         (recentf--files-with-key): New variable.
26100         (recentf-show-digit-shortcut-filter): New function.
26101         (recentf-open-files-items): New function.
26102         (recentf-open-files): Use it.
26103         (recentf-open-file-with-key): New command.
26105 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
26107         * buff-menu.el (Buffer-menu-sort-by-column): New function.
26108         Suggested by Kim F. Storm.
26109         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
26110         (Buffer-menu-make-sort-button): Use global keymap.
26112 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
26114         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
26115         (Man-getpage-in-background-advice): Remove defadvice; it isn't
26116         necessary any longer with the remapped command.
26117         (Man-bgproc-sentinel-advice): Remove defadvice which counts
26118         formatting time only.
26120         * net/tramp.el (tramp-action-password)
26121         (tramp-multi-action-password): Compile the password prompt from
26122         `method', `user' and `host'.  Sometimes it isn't obvious which
26123         password to enter, for example with remote files offered by
26124         recentf.el, or with multiple steps.  Suggested by Robert Marshall
26125         <robert@chezmarshall.freeserve.co.uk>.
26127 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26129         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
26130         Fix regexp for when "s///" is at the beginning of line.
26132 2005-09-07  Jay Belanger  <belanger@truman.edu>
26134         * calc/calc-poly.el (math-expand-term): Multiply out any powers
26135         when in matrix mode.
26137 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26139         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
26140         non-anonymous functions.
26142 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
26144         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
26145         when using a header line.  Otherwise, use mouse-1-click-follows-link.
26147         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
26148         can't be moved; don't signal an error.
26150 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
26152         * cus-theme.el (custom-theme-write-faces): Save the current face
26153         spec, not the defface spec.
26155         * custom.el (custom-known-themes): Clarify meaning of "standard".
26156         (custom-push-theme): Save old values in the standard theme.
26157         (disable-theme): Correct typo.
26158         (custom-face-theme-value): Deleted unused function.
26159         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
26161 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26163         * progmodes/compile.el (compilation-goto-locus): Take into account
26164         iconified frames when determining whether the buffer is
26165         already visible.
26166         Don't reset window height if the window already existed.
26168 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
26170         * custom.el (load-theme): Rename from require-theme.
26171         Add interactive spec.
26172         (enable-theme): Rename from custom-enable-theme.
26173         Add interactive spec.
26174         (disable-theme): Rename from custom-disable-theme.
26175         Add interactive spec.
26176         (custom-make-theme-feature): Doc fix.
26177         (custom-theme-directory): Doc fix.
26178         (provide-theme): Call enable-theme.
26180 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26182         * obsolete/lazy-lock.el (lazy-lock-mode):
26183         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
26184         font-lock-mode if it's off.  Print a warning instead.
26186         * progmodes/compile.el (compilation-start): Ignore errors if the
26187         process died before we get to send-eof.
26189         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
26190         Undo last change.  Enclosing the result in quotes broke things on Unix
26191         since tex-send-command passes it through shell-quote-argument.
26192         (tex-send-command): Pass `file' through convert-standard-filename
26193         when possible.
26194         (tex-uptodate-p): Handle the case where TeX hasn't put additional
26195         info in a transcript.
26197 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
26199         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
26200         fix compilation warning.  Reorder the key definitions to group
26201         together keys emitted by the current version of xterm.
26203         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
26204         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
26205         Reorder predicates to correct min-color usage.
26207 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
26209         * longlines.el (longlines-mode): Inhibit read-only when encoding.
26210         Kill local variables when longlines-mode is turned off.
26212 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26214         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
26216         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
26218         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
26220         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
26221         (font-lock-lines-before): Change default to being inactive.
26222         (font-lock-default-fontify-region): Obey font-lock-lines-before.
26223         (font-lock-after-change-function): Don't handle f-l-lines-before here.
26225 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
26227         * net/tramp.el (tramp-handle-make-auto-save-file-name):
26228         Deactivate temporarily advice if active (not needed for Emacs 22,
26229         but for backwards compatibility).
26230         (tramp-exists-file-name-handler): Rewrite.  First implementation
26231         was too simple.
26232         (tramp-advice-make-auto-save-file-name):
26233         Call `tramp-handle-make-auto-save-file-name' (again, just for
26234         backwards compatibility).
26236 2005-08-31  Reto Zimmermann  <reto@gnu.org>
26238         * progmodes/vhdl-mode.el
26239         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
26240         (vhdl-end-p): Fix indentation bug "else" after "-- when".
26241         (vhdl-set-default-project): New function (easier setting of default).
26242         (vhdl-port-copy): Handle extended identifiers for generics.
26243         (vhdl-compiler-alist): Better description for error message regexp.
26244         (vhdl-make): Query for target, use previous as default.
26245         (vhdl-port-copy): Fix port copy for port names starting with "signal".
26246         (vhdl-font-lock-keywords-2): Fix fontification for record
26247         el. assign.
26248         (vhdl-speedbar-make-subpack-line): Add package body link.
26249         (vhdl-generate-makefile-1): Not include itself as dependency.
26250         (vhdl-font-lock-init): Highlight c-preprocessor directives.
26251         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
26252         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
26253         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
26254         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
26255         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
26256         (vhdl-import-project): Add string argument for `error'.
26257         (vhdl-compose-configuration)
26258         (vhdl-compose-configuration-architecture): Add configuration
26259         declaration generation.
26260         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
26261         (vhdl-trailer-re): Add "record" keyword (better indentation).
26262         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
26263         "[^ \t-\"]+".
26264         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
26265         (vhdl-testbench-entity-file-name)
26266         (vhdl-testbench-architecture-file-name): Allow separate
26267         customization of testbench file names.
26268         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
26269         (vhdl-get-visible-signals): Allow newline within alias declaration.
26270         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
26271         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
26272         (member-ignore-case): Alias for missing function in XEmacs.
26273         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
26274         (vhdl-update-sensitivity-list): Ignore case on read signals.
26275         (vhdl-replace-string): Adjust case only for file names.
26276         (vhdl-update-sensitivity-list): Fix search for read signals.
26277         (vhdl-update-sensitivity-list): Exclude formal parameters.
26278         (vhdl-get-visible-signals): Include aliases of signals.
26279         (vhdl-get-visible-signals): Fix signal name searching.
26280         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
26281         (vhdl-fixup-whitespace-region): Fix for character
26282         literals (e.g. `:').
26284 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
26286         * ansi-color.el (comint-last-output-start):
26287         * bs.el (font-lock-verbose):
26288         * diff-mode.el (add-log-buffer-file-name-function):
26289         * dired-x.el (vm-folder-directory):
26290         * faces.el (help-xref-stack-item):
26291         * files.el (font-lock-keywords):
26292         * find-lisp.el (dired-buffers, dired-subdir-alist):
26293         * ido.el (cua-inhibit-cua-keys):
26294         * log-view.el (cvs-minor-wrap-function):
26295         * outline.el (font-lock-warning-face):
26296         * simple.el (compilation-current-error):
26297         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
26298         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
26299         * tooltip.el (comint-prompt-regexp):
26300         * w32-fns.el (explicit-shell-file-name):
26301         * term/mac-win.el (mac-charset-info-alist)
26302         (mac-services-selection, mac-system-script-code):
26303         * term/tty-colors.el (msdos-color-values):
26304         * term/w32-win.el (xlfd-regexp-registry-subnum):
26305         * term/x-win.el (x-keysym-table, x-selection-timeout)
26306         (x-session-id, x-session-previous-id):
26307         * textmodes/ispell.el (mail-yank-prefix):
26308         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
26309         * textmodes/org.el (calc-embedded-close-formula)
26310         (calc-embedded-open-formula)
26311         (font-lock-unfontify-region-function):
26312         * textmodes/reftex-global.el (isearch-next-buffer-function)
26313         (TeX-master):
26314         * textmodes/reftex.el (font-lock-keywords):
26315         * textmodes/tex-mode.el (font-lock-comment-face)
26316         (font-lock-doc-face):
26317         * textmodes/texinfo.el (outline-heading-alist):
26318         Add defvars.
26320         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
26321         (artist-spray-chars, artist-mode-init, artist-replace-string)
26322         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
26323         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
26324         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
26326         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
26327         (conf-align-assignments): "?\ " -> "?\s".
26329         * textmodes/reftex-index.el (TeX-master): Add defvar.
26330         (reftex-index-phrases-marker): Move up defvar.
26332         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
26333         (reftex-toc-include-labels-indicator)
26334         (reftex-toc-include-index-indicator)
26335         (reftex-toc-max-level-indicator): Move up declarations.
26337         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
26338         of args to `tramp-run-real-handler', even if it's empty in this case.
26340 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26342         * dired.el (dired-move-to-filename-regexp): Add date format for
26343         Mac OS X 10.3 in East Asian locales.
26345 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
26347         * files.el (make-auto-save-file-name): Add file name handler call
26348         if applicable.
26350         * net/tramp.el (tramp-file-name-handler-alist)
26351         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
26352         (tramp-handle-make-auto-save-file-name): Rename from
26353         `tramp-make-auto-save-file-name'.
26354         (tramp-exists-file-name-handler): New defun.
26355         (tramp-advice-make-auto-save-file-name): Make defadvice only when
26356         `make-auto-save-file-name' is not a magic file name operation.
26358 2005-08-30  Richard M. Stallman  <rms@gnu.org>
26360         * files.el (risky-local-variable-p):
26361         Match `-predicates' and `-commands.
26363         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
26364         (custom-save-all): Visit the file if necessary;
26365         kill the buffer if we created it.
26366         (custom-save-delete): Don't visit file or kill buffer here.
26368 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
26370         * textmodes/org.el (org-special-keyword): New face.
26371         (org-table-copy-down, org-table-eval-formula)
26372         (org-table-recalculate, org-init-section-numbers):
26373         Use `string-to-number' instead of `string-to-int'.
26374         (org-get-location): Use `insert-buffer-substring' instead of
26375         `insert-buffer'.
26376         (org-modify-diary-entry-string): New function.
26377         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
26378         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
26379         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
26380         active region.
26381         (org-export-as-html): Handle QUOTE keyword.
26382         (org-quote-string): New option.
26383         (org-bookmark-jump-unhide): New function, used for
26384         `bookmark-after-jump-hook'.
26385         (org-diary-default-entry): Apply only when not called through
26386         `org-agenda'.
26388 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
26390         * net/eudc.el (mode-popup-menu):
26391         * play/handwrite.el (ps-printer-name, ps-lpr-command):
26392         * progmodes/ada-mode.el (compile-auto-highlight)
26393         (skeleton-further-elements):
26394         * progmodes/autoconf.el (font-lock-syntactic-keywords):
26395         * progmodes/cmacexp.el (msdos-shells):
26396         * progmodes/compile.el (font-lock-extra-managed-props)
26397         (font-lock-keywords, font-lock-maximum-size)
26398         (font-lock-support-mode):
26399         * progmodes/grep.el (font-lock-lines-before):
26400         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
26401         * progmodes/mixal-mode.el (compile-command):
26402         * progmodes/perl-mode.el (font-lock-comment-face)
26403         (font-lock-doc-face, font-lock-string-face):
26404         * progmodes/prolog.el (comint-prompt-regexp):
26405         * progmodes/sh-script.el (font-lock-comment-face)
26406         (font-lock-set-defaults, font-lock-string-face):
26407         * progmodes/sql.el (font-lock-keyword-face)
26408         (font-lock-set-defaults, font-lock-string-face):
26409         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
26410         (itimer-version, lazy-lock-defer-contextually)
26411         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
26412         Add defvars.
26414         * progmodes/cperl-mode.el (cperl-electric-lbrace)
26415         (cperl-electric-keyword, cperl-electric-pod)
26416         (cperl-electric-backspace, cperl-forward-re)
26417         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
26418         (vc-rcs-header, vc-sccs-header): Add defvars.
26420         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
26421         (font-lock-syntactic-keywords, gud-find-expr-function):
26422         Add defvars.
26424         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
26425         (gdb-frame-parameters): Declare before use.
26427         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
26428         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
26429         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
26430         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
26432         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
26433         (idlwave-help-with-source): Use `insert-buffer-substring', not
26434         `insert-buffer'.
26436 2005-08-29  Juri Linkov  <juri@jurta.org>
26438         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
26439         Put outline-back-to-heading function call inside save-excursion.
26441 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
26443         * man.el (Man-init-defvars, Man-translate-references)
26444         (Man-support-local-filenames, Man-highlight-references):
26445         * progmodes/sql.el (sql-interactive-mode):
26446         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
26448         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
26449         (compilation-mode-font-lock-keywords): Add defvars.
26450         (checkdoc-interactive-loop): "?\ " -> "?\s".
26452         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
26453         (font-lock-doc-face, font-lock-string-face)
26454         (font-lock-keywords-case-fold-search): Add defvars.
26455         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
26457         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
26458         Don't pass X and Y (they are ignored anyway).
26459         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
26460         (mouse-delete-window): Make arguments optional.
26462         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
26463         (caesar-translate-table, minor-modes, news-buffer-save)
26464         (news-group-name, news-minor-modes): Add defvars.
26466         * emacs-lisp/lselect.el (mouse-highlight-priority)
26467         (x-lost-selection-functions, zmacs-regions):
26468         * emacs-lisp/pp.el (font-lock-verbose):
26469         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
26470         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
26471         (ses-mode-map):
26472         * emacs-lisp/tcover-unsafep.el (safe-functions):
26473         * international/mule-cmds.el (mac-system-coding-system)
26474         (mac-system-locale):
26475         * language/ethio-util.el (rmail-current-message)
26476         (rmail-message-vector):
26477         * language/thai-util.el (thai-auto-composition-mode):
26478         * mail/metamail.el (rmail-current-message, rmail-message-vector):
26479         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
26480         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
26481         (vm-primary-inbox, vm-spool-files):
26482         * mail/rmail.el (deleted-head, font-lock-fontified)
26483         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
26484         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
26485         (total-messages):
26486         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
26487         (rmail-summary-mode-map):
26488         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
26489         (rmail-last-label, rmail-last-multi-labels)
26490         (rmail-summary-vector, rmail-total-messages):
26491         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
26492         * mail/rmailsum.el (msgnum):
26493         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
26494         (rmail-current-message):
26495         * obsolete/fast-lock.el (font-lock-face-list):
26496         * obsolete/rnewspost.el (mail-reply-buffer):
26497         * obsolete/scribe.el (compile-command):
26498         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
26500 2005-08-28  John Paul Wallington  <jpw@gnu.org>
26502         * ibuf-ext.el (ibuffer-auto-update-changed):
26503         Use `frame-or-buffer-changed-p' to check whether we need to update.
26504         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
26505         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
26506         as a `frame-or-buffer-changed-p' state vector instead.
26508 2005-08-27  Romain Francoise  <romain@orebokech.com>
26510         * textmodes/makeinfo.el (makeinfo-compile):
26511         Use `compilation-start'.  Set `next-error-function' according to
26512         `disable-errors'.
26513         (makeinfo-next-error): New function.
26514         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
26515         (makeinfo-buffer): Likewise.
26517         * progmodes/compile.el (compilation-start): Add autoload cookie.
26519         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
26520         * textmodes/sgml-mode.el: Likewise.
26521         * progmodes/python.el: Likewise.
26523 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
26525         * simple.el (blink-matching-paren-distance): Document the meaning
26526         of nil value, and allow to customize to nil.
26528         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
26529         command.com, not command.exe.
26531 2005-08-26  John Wiegley  <johnw@newartisans.com>
26533         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
26534         code around a bit so that an extraneous nil argument is not added
26535         to a command when no args are given.
26537         * eshell/esh-arg.el (eshell-parse-double-quote): If a
26538         double-quoted argument resolves to nil, return it as an empty
26539         string rather than as nil.  This made it impossible to pass "" to
26540         a shell script as a null string argument.
26542 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26544         * outline.el (outline-invent-heading): New fun.
26545         (outline-promote, outline-demote): Use it.
26546         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
26547         (outline-end-of-subtree): Remove unused var `opoint'.
26549 2005-08-26  David Reitter  <david.reitter@gmail.com>
26551         * menu-bar.el (truncate-lines, write-file, print-buffer)
26552         (ps-print-buffer-faces, ps-print-buffer, split-window):
26553         Disable menu items when the frame they refer to is invisible, or when
26554         they refer to a buffer and the minibuffer is selected.
26556 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
26558         * progmodes/flymake.el (flymake-highlight-err-lines):
26559         Use save-excursion around flymake-highlight-line to preserve point.
26561 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
26563         * progmodes/octave-mod.el: Change Author and Maintainer address.
26564         (octave-maintainer-address): Change Kurt's email address.
26565         * progmodes/octave-inf.el: Change Author and Maintainer address.
26566         * progmodes/octave-hlp.el: Change Author and Maintainer address.
26568 2005-08-26  Kim F. Storm  <storm@cua.dk>
26570         * subr.el (version-list-<, version-list-<=, version-list-=):
26571         Rename from integer-list-*.
26572         (version-list-not-zero): Likewise.  Fix while loop.
26573         (version=): Use version-list-= instead of string-equal.
26575 2005-08-26  Richard M. Stallman  <rms@gnu.org>
26577         * outline.el (outline-promote): Try shortening the heading.
26578         As last resort, read the heading to use.
26579         (outline-demote): As last resort, read the heading to use.
26581 2005-08-26  Romain Francoise  <romain@orebokech.com>
26583         * progmodes/compile.el (compilation-start): Doc fix.
26585         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
26586         (antlr-font-lock-additional-keywords): Fix reference to
26587         `antlr-font-lock-literal-regexp' erroneously changed during the
26588         mass face rename.
26589         (antlr-run-tool): Use `compilation-start'.
26591         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
26592         instead of the obsolete `compile-internal'.
26594 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
26596         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
26597         (number, original-date):
26598         * calendar/cal-china.el (date):
26599         * calendar/cal-coptic.el (date):
26600         * calendar/cal-french.el (date):
26601         * calendar/cal-hebrew.el (date, entry, number, original-date):
26602         * calendar/cal-islam.el (date, number, original-date):
26603         * calendar/cal-iso.el (date):
26604         * calendar/cal-julian.el (date):
26605         * calendar/cal-mayan.el (date):
26606         * calendar/cal-menu.el (date, event):
26607         * calendar/cal-persia.el (date):
26608         * calendar/lunar.el (date):
26609         * calendar/solar.el (date): Add defvars.
26611         * emerge.el:
26612         * ibuffer.el:
26613         * info-xref.el:
26614         * obsolete/bg-mouse.el:
26615         * obsolete/sun-curs.el:
26616         * obsolete/swedish.el: Move the `defvar's to the top level.
26618         * smerge-mode.el (smerge-refined-change): Add :group.
26620 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26622         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
26623         (smerge-keep-n): Remove props.
26624         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
26625         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
26626         now that it's done in smerge-keep-n.
26627         (smerge-refined-change): New face.
26628         (smerge-refine-chopup-region, smerge-refine-highlight-change)
26629         (smerge-refine): New funs.
26630         (smerge-basic-map): Bind smerge-refine.
26632 2005-08-25  Juri Linkov  <juri@jurta.org>
26634         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26635         compilation-process-setup-function and compilation-disable-input
26636         in grep-mode instead of let-bindings in grep.
26638         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26639         Delete "Automatic File De/compression" (auto-compression-mode).
26641 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
26643         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26644         Silence warning about non-existent variable.
26646 2005-08-25  Richard M. Stallman  <rms@gnu.org>
26648         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26649         Rename "Describe Key" to "Describe Key or Mouse Operation".
26651         * mail/mailalias.el (build-mail-aliases): Delete comments
26652         from the contents before processing them.
26654         * isearch.el (isearch-edit-string): Erase the Search prompt
26655         if user enters an empty string and there is no default.
26657         * comint.el (comint-file-name-prefix): Add autoload.
26659 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
26661         * subr.el (play-sound): Rearrange to avoid warning.
26663 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
26665         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26666         New hook.
26667         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26669 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26671         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26673         * custom.el (custom-theme-set-variables): Sort minor modes last.
26675 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26677         * subr.el (version-separator, version-regexp-alist): New vars used by
26678         version comparison funs.
26679         (integer-list-<, integer-list-=, integer-list-<=)
26680         (integer-list-not-zero): New funs for integer list comparison.
26681         (version-to-list, version=, version<, version<=): New funs for version
26682         comparison.
26684 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
26686         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26687         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26688         time to silence the byte-compiler.
26690         * ibuffer.el (ibuffer-compile-make-eliding-form)
26691         (ibuffer-check-formats): Use `with-no-warnings' to hide references
26692         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26693         so it's silly to get warnings for it).
26694         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26695         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26696         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26697         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26698         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26699         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26700         Defvar at compile time.
26701         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26702         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26703         Declare them before use.
26705         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26706         (info-xref-good, info-xref-bad): Defvar at compile time.
26708         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26709         Use `let*' instead of `let'.
26711         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26712         (*mouse-y*, menu, char): Defvar at compile time.
26713         (sc::menu): Declare it before use.
26714         (sc::pack-one-line): Use `let', not `let*'.
26716         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26717         (mail-send-hook): Defvar at compile time.
26719         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26720         Defvar at compile time.
26722         * term/sun-mouse.el (current-global-mousemap)
26723         (current-local-mousemap): Declare them before use.
26725 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
26727         * bookmark.el (bookmark-after-jump-hook): New hook.
26728         (bookmark-jump): Run `bookmark-after-jump-hook'.
26730 2005-08-23  Juri Linkov  <juri@jurta.org>
26732         * faces.el (minibuffer-prompt): Doc fix.
26734 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
26736         * progmodes/xscheme.el: Trivial changes to silence warnings.
26737         (xscheme-previous-mode, xscheme-previous-process-state):
26738         Add defvars.
26739         (xscheme-last-input-end, xscheme-process-command-line)
26740         (xscheme-process-name, xscheme-buffer-name)
26741         (xscheme-expressions-ring-max, xscheme-expressions-ring)
26742         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26743         (xscheme-control-g-synchronization-p)
26744         (xscheme-control-g-disabled-p, xscheme-string-receiver)
26745         (default-xscheme-runlight, xscheme-runlight)
26746         (xscheme-runlight-string, xscheme-process-filter-state)
26747         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26748         Move to beginning of file.
26749         (scheme-interaction-mode-commands-alist)
26750         (scheme-interaction-mode-map, scheme-debugger-mode-map):
26751         Declare them before use.  Note: the initialization code for the
26752         variables has not been moved because it uses functions that reference
26753         the variables.
26754         (xscheme-control-g-message-string, xscheme-process-filter-alist)
26755         (xscheme-prompt-for-expression-map): Declare them before use.
26756         (scheme-debugger-mode-commands): "?\ " -> "?\s".
26758 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
26760         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26762 2005-08-22  Juri Linkov  <juri@jurta.org>
26764         * faces.el (set-face-underline): Delete this duplicate function
26765         and make an obsolete alias to set-face-underline-p.
26766         (set-face-underline-p): Use docstring of set-face-underline.
26767         (describe-face): Create hyperlink to parent face.
26769         * info.el (Info-insert-dir): Use save-excursion around
26770         insert-buffer-substring.
26771         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26772         (Info-escape-percent): Delete function.
26773         (Info-fontify-node): Replace Info-escape-percent by
26774         replace-regexp-in-string with REP arg set to lambda that
26775         duplicates `%' and preserves text properties.
26777         * progmodes/compile.el (compilation-disable-input): Doc fix.
26778         (define-compilation-mode): Doc fix and refill.
26779         (kill-compilation): Use `mode-name' in the error message.
26780         (compilation-find-file): Use `compilation-error' in the
26781         read-file-name's prompt.
26783 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26785         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26786         (smerge-auto-leave): Make undo re-enable the mode.
26787         (debug-ignored-errors): Add the user-error of impossible resolution.
26788         (smerge-resolve): Move things around a bit, in preparation for later.
26789         (smerge-diff): Don't fail if the buffer has no associated file.
26790         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26791         (smerge-conflict-overlay): New function.
26792         (smerge-match-conflict): Don't add text properties here.
26793         (smerge-find-conflict): Instead, add an overlay here.
26794         Also check for the case where we're inside a conflict already, so as to
26795         obviate the need for font-lock-multiline, which is unbearably slow with
26796         large conflicts and ciomplex font-lock patterns.
26797         (smerge-remove-props): Remove overlay rather than text-properties.
26798         (smerge-mode): Don't set font-lock-multiline.
26799         Remove overlays when turned off.
26801 2005-08-21  Kim F. Storm  <storm@cua.dk>
26803         * ido.el (ido-ignore-item-p): Use save-match-data.
26804         Bind case-fold-search to ido-case-fold locally.
26806 2005-08-20  Richard M. Stallman  <rms@gnu.org>
26808         * files.el (normal-mode): If font lock is on, turn it off and on.
26810         * subr.el (replace-regexp-in-string): Doc fix.
26812         * startup.el (command-line-1): Don't suppress startup screen
26813         due to existing processes.
26815         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26817         * progmodes/compile.el (compilation-disable-input): Default to nil.
26819 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
26821         * progmodes/compile.el (compilation-disable-input): New defcustom.
26822         (compilation-start): If compilation-disable-input is non-nil, send
26823         EOF to the compilation process.
26825 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
26827         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26828         Run the argument of tex-shell-cd-command through
26829         convert-standard-filename, to get the correct style of slashes on
26830         Windows, and enclose the result in quotes, in case the file name
26831         includes whitespace or other special characters.
26833 2005-08-19  Andreas Schwab  <schwab@suse.de>
26835         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26836         process.
26838 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
26840         * cus-start.el (minibuffer-prompt-properties): Correct typo.
26842 2005-08-18  Kim F. Storm  <storm@cua.dk>
26844         * scroll-lock.el: Fix errors due to incorrect line wrapping.
26846 2005-08-18  Richard M. Stallman  <rms@gnu.org>
26848         * scroll-lock.el: New file.
26850 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
26852         * dired.el (dired-move-to-end-of-filename):
26853         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26855 2005-08-18  Kim F. Storm  <storm@cua.dk>
26857         * ido.el (ido-everywhere): Fix defcustom :set function to disable
26858         rather than toggle mode when custom value is nil.
26859         (ido-everywhere): Fix defun doc string.
26861 2005-08-17  Richard M. Stallman  <rms@gnu.org>
26863         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26864         as tag instead of "Inviolable".
26866 2005-08-17  Kim F. Storm  <storm@cua.dk>
26868         * windmove.el (windmove-coordinates-of-position): Remove.
26869         (windmove-coordinates-of-window-position): Remove.
26870         (windmove-reference-loc): Use posn-at-point instead.
26872         * subr.el (insert-for-yank-1): Doc fix.
26874         * ido.el (ido-enter-matching-directory): Rename from
26875         ido-enter-single-matching-directory.  Change `slash' choice to
26876         `only'.  Add `first' choice.
26877         (ido-exhibit): Adapt to above changes.
26879 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
26881         * Makefile.in: Expand comment about building loaddefs.el.
26883 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
26885         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26886         Comment use of defadvice.
26888         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26890 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
26892         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26893         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26894         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26895         * progmodes/idlw-shell.el, progmodes/ld-script.el,
26896         * progmodes/which-func.el, ruler-mode.el, strokes.el,
26897         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26898         for backward compatibility for faces that did not appear in the
26899         previous Emacs release.
26901         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26903 2005-08-15  Kim F. Storm  <storm@cua.dk>
26905         * emulation/cua-base.el (cua-delete-region): Return t if
26906         deleted region was non-empty.
26907         (cua-replace-region): Inhibit overwrite-mode for
26908         self-insert-command if replaced region was non-empty.
26909         (cua--explicit-region-start, cua--status-string): Make them
26910         buffer-local at top-level...
26911         (cua-mode): ...rather than when mode is enabled.
26913 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
26915         * progmodes/vhdl-mode.el (vhdl-emacs-21):
26916         Set t for Emacs 21, 22, and so on.
26918 2005-08-15  David Ponce  <david@dponce.com>
26920         * tree-widget.el: Update Commentary header.
26921         (tree-widget-theme): Doc fix.
26922         (tree-widget-space-width): New option.
26923         (tree-widget-image-properties): Look up in the default theme too.
26924         (tree-widget--cursors): Only for images with arrow pointer shape.
26925         (tree-widget-lookup-image): Pointer shape is hand by default.
26926         (tree-widget-icon): Rename generic icon widget from
26927         `tree-widget-control'.
26928         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26929         derive from `tree-widget-icon'.
26930         (tree-widget-handle): Improve default look and feel of the text
26931         representation.
26932         (tree-widget): Rename :*-control properties to :*-icon properties.
26933         Add :action and :help-echo properties.
26934         (tree-widget-after-toggle-functions): Move.
26935         (tree-widget-close-node, tree-widget-open-node): Remove.
26936         (tree-widget-before-create-icon-functions): New hook.
26937         (tree-widget-value-create): Update to allow customization of icons
26938         and nodes at run-time via that new hook.
26939         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26940         (tree-widget-icon-action, tree-widget-icon-help-echo)
26941         (tree-widget-action, tree-widget-help-echo): New functions.
26943 2005-08-15  Kim F. Storm  <storm@cua.dk>
26945         * ido.el (ido-buffer-internal): Use with-no-warnings.
26946         (ido-make-merged-file-list): Use while-no-input.
26948 2005-08-15  Richard M. Stallman  <rms@gnu.org>
26950         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26951         (flyspell-large-region): Fix doc and custom type.
26953 2005-08-14  Richard M. Stallman  <rms@gnu.org>
26955         * files.el (interpreter-mode-alist): Doc fix.
26957         * mail/rmail.el (rmail-nonignored-headers): New variable.
26958         (rmail-clear-headers): Use it.
26959         (rmail-reply): Better handling of mail-followup-to header.
26961         * progmodes/sh-script.el (sh-font-lock-keywords-var):
26962         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
26963         don't try to refer to executable-font-lock-keywords.
26964         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26965         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26966         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26967         (sh-mode): Set comment-start-skip, local-abbrev-table,
26968         imenu-case-fold-search.
26969         (sh-set-shell): Don't set them here.
26970         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
26971         Don't cache the results in the original alist; don't ever modify
26972         that alist.
26974         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26976         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26977         empty.
26979 2005-08-15  Andreas Schwab  <schwab@suse.de>
26981         * desktop.el: Put autoload cookie at risky-local-variable declarations.
26983         * dired.el, info.el, mail/rmail.el: Revert last change.
26985 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
26987         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26988         modification in `eval-after-load' form.
26989         * info.el: Likewise.
26990         * mail/rmail.el: Likewise.
26992 2005-08-14  Juri Linkov  <juri@jurta.org>
26994         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26995         Remove highlighting of "Compilation started".  Highlight only
26996         the word "finished" in "Compilation finished".  Add highlighting
26997         of "interrupt", "killed", "terminated" and the exit code.
26998         (compilation-start): Add newline after header.  Use exactly the
26999         same time stamp format as the finishing message.
27000         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
27002         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
27003         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
27004         Add highlighting of "interrupt", "killed", "terminated".
27006         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
27007         enabled and the current command is self-insert-command, call it
27008         explicitly with overwrite-mode bound to nil, to not allow it
27009         to delete the character after the selected region.
27011 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
27013         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
27014         move-end-of-line, end-of-line, and beginning-of-line to the list
27015         of commands after which the echo area is updated.
27017 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
27019         * cus-edit.el (custom-save-all, custom-save-delete):
27020         Bind recentf-exclude to exclude custom-file.
27022 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
27024         * mail/rmailsum.el (rmail-summary-end-of-message): New command
27025         to go to the bottom of the mail message.  Added to
27026         `rmail-summary-mode-map' with key "/".
27027         (rmail-summary-show-message): New (internal) function for use by
27028         both `rmail-summary-beginning/end-of-message'.
27029         (rmail-summary-beginning-of-message): Change to use
27030         rmail-summary-show-message.
27032         * mail/rmail.el (rmail-end-of-message): New command to go to the
27033         end of the current message.  Added to `rmail-mode-map' with key "/".
27034         (rmail-beginning-of-message): Fix to work as documented.
27035         (rmail-mode): Change documentation.
27037         * progmodes/compile.el (compilation-start): Add the line
27038         "Compilation started" with compilation start time.
27039         (compilation-mode-font-lock-keywords): Add `started' to keywords.
27041 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
27043         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
27044         of menu items.
27046 2005-08-11  Richard M. Stallman  <rms@gnu.org>
27048         * simple.el (pop-global-mark): Reverse test of widen-automatically.
27050         * battery.el (battery-status-function): Don't use ignore-errors.
27052 2005-08-11  Lute Kamstra  <lute@gnu.org>
27054         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
27055         define-obsolete-variable-alias.
27057 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27059         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
27060         (ange-ftp-send-cmd): Revert last change, and expand
27061         the comment explaining the problem.
27063 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
27065         * ldefs-boot.el: Update.
27067         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
27068         item to "Time, Load and Mail".  Change help echo text.
27070         * time.el (display-time-use-mail-icon, display-time-format)
27071         (display-time-string-forms): Shorten first line of docstrings.
27073 2005-08-10  Lars Hansen  <larsh@soem.dk>
27075         * desktop.el (desktop-buffer-mode-handlers):
27076         Make non-customizable.  Add autoload cookie.  Change initial value to
27077         nil; add elements in respective modules instead.  Fix doc string.
27078         (desktop-load-file): New function.
27079         (desktop-minor-mode-handlers): New autoloaded variable.
27080         (desktop-create-buffer): Call minor mode handlers.
27081         Use desktop-load-file to load major and minor mode modules prior to
27082         checking for a handler.
27083         (desktop-save): Don't add nil to desktop-minor-modes for minor
27084         modes with nil function in desktop-minor-mode-table.  Don't delete
27085         desktop file before rewriting it.
27086         (desktop-locals-to-save): Add autoload cookie.  Don't make
27087         automatically buffer-local.  Add variables column-number-mode,
27088         size-indication-mode, indent-tabs-mode,
27089         indicate-buffer-boundaries, indicate-empty-lines and
27090         show-trailing-whitespace.
27091         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
27092         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
27093         (desktop-clear-preserve-buffers-regexp): Delete.
27094         (desktop-clear-preserve-buffers): Update initial value and docstring.
27095         (desktop-save-buffer): Fix doc string.
27097         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
27098         (hilit-chg-desktop-restore): New function.
27099         (highlight-changes-mode): Add highlight-changes-mode to
27100         desktop-locals-to-save.
27102         * dired.el: Add handler to desktop-buffer-mode-handlers.
27103         (dired-restore-desktop-buffer): Remove autoload cookie.
27104         (dired-mode): Add autoload cookie.
27106         * info.el: Add handler to desktop-buffer-mode-handlers.
27107         (Info-restore-desktop-buffer): Remove autoload cookie.
27108         (Info-mode): Add autoload cookie.
27110         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
27111         (mh-restore-desktop-buffer): Remove autoload cookie.
27112         (mh-folder-mode): Add autoload cookie.
27114         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
27115         (rmail-restore-desktop-buffer): Remove autoload cookie.
27117 2005-08-11  Masatake YAMATO  <jet@gyve.org>
27119         * hexl.el (hexl-address-region):
27120         (hexl-ascii-region, hexl-font-lock-keywords):
27121         (hexl-highlight-line-range): Use the term "region"
27122         instead of "area" for consistency with the other symbols
27123         defined in hexl.el.
27125 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
27127         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
27128         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
27129         out by Juri Linkov).  Add `display-battery-mode'.
27131 2005-08-09  Juri Linkov  <juri@jurta.org>
27133         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27134         Remove `-text' from face variable names.
27135         (compilation-error-file-name, compilation-warning-file-name)
27136         (compilation-info-file-name): Delete faces.
27137         (compilation-line-number, compilation-column-number):
27138         Remove face underlining.
27139         (compilation-message-face): Set to `underline' value by default.
27140         (compilation-error-face, compilation-warning-face)
27141         (compilation-info-face): Remove `-file-name' from face names.
27142         (compilation-error-text-face, compilation-warning-text-face)
27143         (compilation-info-text-face): Delete face variables.
27144         (compilation-text-face): Delete function.
27146         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
27147         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
27148         (grep-error-face): Set to `compilation-error' instead of
27149         `compilation-error-face' (which is redefined to `grep-hit-face' in
27150         grep buffers).
27151         (grep-mode-font-lock-keywords): Remove `-text' from face variable
27152         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
27154         * dired-aux.el (dired-do-query-replace-regexp):
27155         Use `query-replace-read-args'.
27157         * replace.el (query-replace-read-from, query-replace-read-to)
27158         (query-replace-read-args): Rename arg `string' to `prompt'.
27160         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
27162 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27164         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
27165         uploading files.
27166         (ange-ftp-canonize-filename): Handle file names beginning with ~
27167         correctly.
27169 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
27171         * textmodes/fill.el (canonically-space-region)
27172         (fill-context-prefix, fill-french-nobreak-p)
27173         (fill-delete-newlines, fill-comment-paragraph)
27174         (justify-current-line): "?\ " -> "?\s".
27176 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
27178         * textmodes/fill.el (fill-nonuniform-paragraphs):
27179         Improve argument/docstring consistency.
27181 2005-08-09  Richard M. Stallman  <rms@gnu.org>
27183         * textmodes/ispell.el (ispell-word): More fboundp checks.
27185         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
27186         (find-file-noselect-1): Call it here, only if RAWFILE.
27187         (normal-mode): Always set some major mode.
27188         (save-some-buffers-action-alist): Change some explanation strings.
27189         (file-name-non-special): In the `quote' method, use unwind-protect.
27191 2005-08-09  Magnus Henoch  <mange@freemail.hu>
27193         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
27194         (ispell-have-aspell-dictionaries): New variable.
27195         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
27196         (ispell-get-aspell-config-value): New function.
27197         (ispell-aspell-find-dictionary): New function.
27198         (ispell-aspell-add-aliases): New function.
27199         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
27200         appropriate.  Don't look for ispell dictionaries if we use aspell.
27201         (ispell-menu-map): Don't build a submenu of dictionaries.
27203 2005-08-09  Richard M. Stallman  <rms@gnu.org>
27205         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
27206         (sql-read-passwd): Use read-passwd.
27208         * progmodes/idlw-toolbar.el (idlwave-toolbar)
27209         (idlwave-toolbar-is-possible): Add defvars.
27211         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
27212         Avoid warnings.
27214         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
27215         (idlwave-system-class-info, idlwave-executive-commands-alist):
27216         Use defvar.
27218         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
27220         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
27221         Avoid warnings.
27223         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
27224         and content-type: headers.
27226         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
27228         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
27229         and rename some of them to be more self-explanatory.
27231         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
27233         * startup.el (command-line-1): Implement -scriptload.
27235         * replace.el (occur-engine): Initial *Occur* output not undoable.
27237         * menu-bar.el (menu-bar-file-menu): Rename some menu items
27238         and improve help strings.
27240         * isearch.el (isearch-repeat): When changing direction,
27241         mark search successful.
27243         * ediff-init.el: Use (featurep 'xemacs).
27245         * comint.el (send-invisible): Identify buffer, if not selected.
27247         * align.el: Delete autoload for c-guess-basic-syntax.
27249 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
27251         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
27252         Improve argument/docstring consistency.  Doc fixes.
27253         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
27254         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
27255         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
27256         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
27257         (r2bv-organization, r2bv-pages, r2bv-primary-author)
27258         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
27259         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
27260         Defvar at compile time.
27262 2005-08-09  Juri Linkov  <juri@jurta.org>
27264         * info.el: Replace `info' with upper-case `Info' where appropriate.
27265         (info-title-1, info-title-2, info-title-3, info-title-4)
27266         (info-menu-header): Move up face definitions.
27267         (info-menu-star): Rename from `info-menu-5'.
27268         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
27269         (Info-fontify-visited-nodes): Fix docstring.
27270         (Info-hide-note-references): Fix docstring.
27271         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
27272         menu items in the same way as on cross-references.
27273         (info-apropos): Fix sorting order and formatting to be like in the
27274         stand-alone Info browser.  Display error messages for 1 sec.
27275         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
27276         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
27277         from the menu bar.
27278         (Info-insert-dir): Restore point after calling
27279         `insert-buffer-substring'.
27281 2005-08-08  Richard M. Stallman  <rms@gnu.org>
27283         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
27284         (recompute-lucid-menubar): Add defvars.
27286         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
27288         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
27290         * net/net-utils.el (run-dig): Rename from `dig'.
27292         * play/gametree.el (gametree-mode): Use make-local-variable,
27293         not make-variable-buffer-local.
27295         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
27297         * ansi-color.el (ansi-color-make-extent)
27298         (ansi-color-set-extent-face): Use fboundp, not functionp.
27300         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
27301         not make-variable-buffer-local.
27303         * bookmark.el (Info-current-file): Add defvar.
27304         (bookmark-jump-noselect): Use with-no-warnings.
27306         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
27308         * ebuff-menu.el (Helper-return-blurb): Add defvar.
27310         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
27312         * find-file.el (ada-procedure-start-regexp)
27313         (ada-package-start-regexp): Add defvars.
27315         * info.el (Info-insert-dir): Use insert-buffer-substring.
27317         * xml.el (xml-att-def-re): Add defvar.
27319         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
27320         calling convention.
27322         * subr.el (while-no-input): Return t if there is input.
27324 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
27326         * cus-start.el (all): Add `overflow-newline-into-fringe'.
27328 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
27330         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
27331         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
27333 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
27335         * cmuscheme.el (scheme-start-file): Replace reference to
27336         `user-emacs-directory' by "~/.emacs.d/".
27338 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
27340         * info.el (Info-dir-remove-duplicates): Avoid case folding
27341         in loop; instead, keep downcased strings for comparison.
27342         Suggested by Helmut Eller.
27344 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
27346         Sync with Tramp 2.0.50.
27348         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
27349         XEmacs case; not necessary anymore.
27350         (tramp-user-regexp): Allow "@" as part of user name.
27351         (tramp-handle-set-visited-file-modtime)
27352         (tramp-handle-insert-file-contents)
27353         (tramp-handle-write-region): No special handling for
27354         `last-coding-system-used, because this is done in
27355         `tramp-accept-process-output' now.
27356         (tramp-accept-process-output): New defun.
27357         (tramp-process-one-action, tramp-process-one-multi-action)
27358         (tramp-wait-for-regexp, tramp-wait-for-output)
27359         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
27360         Howells <dhowells@redhat.com>.
27361         (clear-visited-file-modtime): Defadvice removed.  The check for
27362         unset buffer's modtime does not need to be based on
27363         `tramp-buffer-file-attributes'.  Suggested by RMS.
27364         (tramp-message): Insert "\n" if not being at beginning of line.
27365         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
27366         sequence with same logic.
27367         (tramp-completion-handle-expand-file-name): Discard call of
27368         `tramp-drop-volume-letter'.  It is not necessary, and there have
27369         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
27370         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27371         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
27372         should always be visible.
27373         (tramp-handle-insert-directory, tramp-setup-complete)
27374         (tramp-set-process-query-on-exit-flag)
27375         (tramp-append-tramp-buffers): Pacify byte-compiler.
27376         (tramp-bug): Delete non-existing variables from list.
27377         Apply `tramp-load-report-modules' as pre-hook.
27378         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
27379         `shell-prompt-pattern' because of non-7bit characters.
27380         Reported by Sebastian Luque <sluque@mun.ca>.
27381         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
27382         (tramp-match-string-list): Remove function.
27383         (tramp-wait-for-regexp): Remove call of that function.
27384         Suggested by Kim F. Storm <storm@cua.dk>.
27385         (tramp-set-auto-save-file-modes): Use octal integer code #o600
27386         instead of octal character code ?\600.  The latter resulted in a
27387         syntax error with XEmacs.
27389         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
27390         XEmacs case; not necessary anymore.
27391         (tramp-smb-handle-write-region): No special handling for
27392         `last-coding-system-used, because this is done in
27393         `tramp-accept-process-output' now.
27394         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
27396 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
27398         * wid-edit.el (widget-choice-value-create):
27399         Unconditionally respect user choice.  Set :explicit-choice back to nil
27400         when no longer needed.
27401         (widget-choice-action): Unconditionally respect user choice.
27402         Eliminate :explicit-choice-value.
27404         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
27406         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
27407         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
27408         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
27409         running new function `toggle-indicate-empty-lines'.
27410         Rename "Customize" item to "Customize fringe".
27411         Rename "Indicators" item to "Buffer boundaries" and change help echo.
27412         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
27413         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
27414         Delete "Empty lines only" item.
27415         (menu-bar-showhide-fringe-ind-customize): New function.
27416         (menu-bar-showhide-fringe-ind-mixed)
27417         (menu-bar-showhide-fringe-ind-box)
27418         (menu-bar-showhide-fringe-ind-right)
27419         (menu-bar-showhide-fringe-ind-left)
27420         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
27421         instead of `fringe-indicators'.
27423 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
27425         * emulation/viper.el (viper-emacs-state-mode-list):
27426         Add recentf-dialog-mode.  Change the date of last update.
27428 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
27430         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
27431         (viper-exec-yank, viper-put-back): Don't display modification msg
27432         if in the minibuffer.
27434         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
27435         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
27436         Make variables frame local.
27438         * emulation/viper-util.el (viper-append-filter-alist):
27439         Use append instead of nconc.
27441         * emulation/viper.el (viper-vi-state-mode-list)
27442         (viper-emacs-state-mode-list): Move help-mode and
27443         completion-list-mode from the first list to the second.
27444         (viper-mode): Docstring.
27445         (viper-go-away, viper-non-hook-settings): Don't localize
27446         minor-mode-alist in newer Emacsen.  Add advice to
27447         set-cursor-color.  Don't bind "\C-c\\".
27449 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
27451         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
27452         (scheme-macro-expand-command): New user options.
27453         (scheme-trace-procedure, scheme-expand-current-form): New commands.
27454         (scheme-form-at-point, scheme-start-file)
27455         (scheme-interactively-start-process): New functions.
27456         (scheme-get-process): New function, extracted from `scheme-proc'.
27457         (run-scheme): Call `scheme-start-file' to get start file, and pass
27458         it to `make-comint'.
27459         (switch-to-scheme, scheme-proc):
27460         Call `scheme-interactively-start-process' if no Scheme buffer/process
27461         is available.
27463 2005-08-06  Juri Linkov  <juri@jurta.org>
27465         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27466         Use `compilation-text-face', `compilation-info-text-face' and
27467         `compilation-error-text-face' instead of `font-lock-keyword-face'.
27468         (compilation-error): New face.
27469         (compilation-error-file-name): Inherit from
27470         `compilation-error' instead of `font-lock-warning-face'.
27471         (compilation-warning-file-name): Inherit from
27472         `compilation-warning' instead of `font-lock-warning-face'.
27473         (compilation-info, compilation-error-file-name)
27474         (compilation-warning-file-name, compilation-info-file-name)
27475         (compilation-line-number, compilation-column-number): Doc fix.
27476         (compilation-error-text-face, compilation-warning-text-face)
27477         (compilation-info-text-face): New face variables.
27478         (compilation-line-face, compilation-column-face)
27479         (compilation-enter-directory-face)
27480         (compilation-leave-directory-face): Doc fix.
27481         (compilation-text-face): New function.
27483         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
27484         instead of 1 to display binary file names as info file links.
27485         (grep-error-face): Use `compilation-error-face' instead of
27486         `font-lock-keyword-face'.
27487         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
27488         and `compilation-warning-text-face' instead of
27489         `font-lock-keyword-face'.  Use `compilation-error-text-face'
27490         instead of `grep-error-face'.
27492 2005-08-05  Kenichi Handa  <handa@m17n.org>
27494         * international/code-pages.el: Add autoload cookies for all coding
27495         systems.
27497 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
27499         * cus-start.el (all): Put undo.c where it alphabetically belongs.
27501 2005-08-04  Juri Linkov  <juri@jurta.org>
27503         * progmodes/compile.el (compilation-mode-map):
27504         * progmodes/grep.el (grep-mode-map):
27505         Bind TAB to `compilation-next-error' and [backtab] to
27506         `compilation-previous-error'.
27508         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
27509         matching line numbers, column numbers and their ranges with regexp
27510         matching only line numbers.
27511         (grep-context-face): New face variable.
27512         (grep-mode-font-lock-keywords): Use it.
27514         * faces.el (read-face-name): Delete duplicate faces.
27516 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
27518         * thumbs.el (thumbs-find-image): Don't make variables
27519         automatically buffer local.
27520         (thumbs-current-tmp-filename, thumbs-current-image-filename)
27521         (thumbs-image-num): Make automatically buffer local.
27522         (thumbs-show-thumbs-list): Use `make-local-variable', not
27523         `make-variable-buffer-local'.
27524         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
27526         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
27527         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
27528         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
27529         (bother, bye, canyou, chatlst, continue, deathlst, describe)
27530         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
27531         (feelings-about, foullst, found, hello, history, howareyoulst)
27532         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
27533         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
27534         (neglst, obj, object, owner, please, problems, qlist)
27535         (random-adjective, relation, remlst, repetitive-shortness)
27536         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
27537         (shortlst, something, sportslst, stallmanlst, states, subj)
27538         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
27539         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
27540         Defvar at compile time.
27542         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
27543         not `make-variable-buffer-local'.
27545 2005-08-02  Kim F. Storm  <storm@cua.dk>
27547         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
27548         rectangle overlay in selected window.
27550 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
27552         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
27553         instead of display group.  Make `indicate-buffer-boundaries'
27554         customizable through Custom.
27556 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
27558         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
27559         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
27560         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
27561         (gdb-put-string): Fix typos in docstrings.
27563 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
27565         Update copyright notices of files in progmodes directory for
27566         release of Emacs 22.1.
27568         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
27570         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
27571         Don't barf if the GUD buffer has been killed.
27573 2005-08-01  Kim F. Storm  <storm@cua.dk>
27575         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
27577 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27579         * simple.el (next-error-follow-minor-mode):
27580         make-variable-buffer-local -> make-local-variable.
27582         * emacs-lisp/cl-extra.el: Require CL also when compiling.
27584         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
27585         (byte-compile-form-make-variable-buffer-local): New functions to warn
27586         about misuses of make-variable-buffer-local where make-local-variable
27587         was meant.
27589 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
27591         * bs.el (bs-attributes-list): Doc fix.
27592         (bs): Update url-link.
27594         * desktop.el (desktop-save-buffer): Fix typos in docstring.
27595         (desktop-load-default): Simplify.
27597         * ibuffer.el (ibuffer-columnize-and-insert-list)
27598         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
27599         (ibuffer-unmark-all, ibuffer-toggle-marks)
27600         (ibuffer-unmark-forward, ibuffer-unmark-backward)
27601         (ibuffer-compile-make-format-form, ibuffer-format-column)
27602         (ibuffer-current-buffers-with-marks)
27603         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
27604         (ibuffer): Doc fix.
27605         (ibuffer-mode): Fix typo in docstring.
27606         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
27607         with `define-obsolete-variable-alias'.
27608         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
27610 2005-07-29  Kenichi Handa  <handa@m17n.org>
27612         * international/mule-cmds.el (select-message-coding-system):
27613         Be sure to use LF for end-of-line.  If no coding system is decided,
27614         return iso-8859-1-unix.
27616 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27618         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
27619         (ange-ftp-pending-error-line): New vars.
27620         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
27621         to handle the non-fatal no-route-to-host messages.
27622         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
27624 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
27626         * isearch.el (isearch-mode-map, isearch-other-meta-char)
27627         (isearch-quote-char, isearch-printing-char)
27628         (isearch-text-char-description): "?\ " -> "?\s".
27629         (isearch-lazy-highlight-cleanup)
27630         (isearch-lazy-highlight-initial-delay)
27631         (isearch-lazy-highlight-interval)
27632         (isearch-lazy-highlight-max-at-a-time)
27633         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27634         Declare with define-obsolete-*-alias macros.
27635         (isearch-forward): Fix typo in docstring.
27636         (search-invisible, search-ring-yank-pointer)
27637         (regexp-search-ring-yank-pointer): Doc fixes.
27639         * recentf.el (recentf-menu-append-commands-p): Declare with
27640         `define-obsolete-variable-alias'.
27641         (recentf-max-saved-items, recentf-menu-filter)
27642         (recentf-arrange-by-rule-subfilter): Doc fixes.
27643         (recentf-menu-append-commands-flag)
27644         (recentf-initialize-file-name-history, recentf-expand-file-name)
27645         (recentf-clear-data): Fix typos in docstrings.
27647 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
27649         * progmodes/gdb-ui.el: Smarten comments.
27650         (gdb-info-breakpoints-custom): Use nowarn when finding file.
27652 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
27654         * term/apollo.el (terminal-init-apollo): New function containing
27655         all former top level forms in the file.
27656         * term/bobcat.el (terminal-init-bobcat):
27657         * term/cygwin.el (terminal-init-cygwin):
27658         * term/iris-ansi.el (terminal-init-iris-ansi):
27659         * term/linux.el (terminal-init-linux):
27660         * term/news.el (terminal-init-news):
27661         * term/rxvt.el (terminal-init-rxvt):
27662         * term/sun.el (terminal-init-sun):
27663         * term/tvi970.el (terminal-init-tvi970):
27664         * term/vt100.el (terminal-init-vt100):
27665         * term/vt102.el (terminal-init-vt102):
27666         * term/vt125.el (terminal-init-vt125):
27667         * term/vt200.el (terminal-init-vt200):
27668         * term/vt201.el (terminal-init-vt201):
27669         * term/vt220.el (terminal-init-vt220):
27670         * term/vt240.el (terminal-init-vt240):
27671         * term/vt300.el (terminal-init-vt300):
27672         * term/vt320.el (terminal-init-vt320):
27673         * term/vt400.el (terminal-init-vt400):
27674         * term/vt420.el (terminal-init-vt420):
27675         * term/wyse50.el (terminal-init-wyse50):
27676         * term/xterm.el (terminal-init-xterm): Likewise.
27678         * term/README: Describe the terminal-init-* functionality.
27680         * startup.el (command-line): After loading the terminal initialization
27681         file call the corresponding terminal initialization function.
27683 2005-07-27  Kenichi Handa  <handa@m17n.org>
27685         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27686         negative.
27688         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27689         (ps-mule-composition-prologue): Fix for the case that
27690         RelativeCompose is false.
27692 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27694         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27696         * descr-text.el (describe-char): Handle the case where the list of
27697         chars is displayed in a separate frame.
27698         Be a bit more discriminating when looking for the char.
27700 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
27702         * bookmark.el (bookmark-automatically-show-annotations)
27703         (bookmark-read-annotation-text-func): Doc fixes.
27704         (bookmark-save): Improve argument/docstring consistency.
27705         (bookmark-get-bookmark, bookmark-get-bookmark-record)
27706         (bookmark-alist-from-buffer)
27707         (bookmark-upgrade-file-format-from-0)
27708         (bookmark-grok-file-format-version)
27709         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27710         (bookmark-read-annotation-mode)
27711         (bookmark-insert-current-bookmark, bookmark-jump)
27712         (bookmark-exit-hook): Fix typos in docstrings.
27713         (bookmark-exit-hooks): Define as obsolete alias.
27714         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27715         not `bookmark-exit-hooks'.  Fix docstring.
27716         (bookmark-bmenu-select): "?\ " -> "?\s".
27718 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
27720         * startup.el (command-line): Fix typo.
27722 2005-07-24  Richard M. Stallman  <rms@gnu.org>
27724         * tooltip.el (tooltip-mode): Test emacs-basic-display,
27725         not emacs-quick-startup.
27727 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
27729         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27730         (reb-next-match, reb-show-subexp): Use `with-selected-window'
27731         instead of `reb-with-current-window'.
27732         (reb-prev-match): Likewise.  Also, don't move left if the search
27733         was unsuccessful.
27734         (reb-initialize-buffer): New function.
27735         (re-builder, reb-change-syntax): Use it.
27737         * man.el (Man-goto-page): Make second argument NOERROR optional.
27739 2005-07-23  Richard M. Stallman  <rms@gnu.org>
27741         * man.el (Man-bgproc-sentinel): Check here for failure to find
27742         any man page in the output, and report the error here.
27743         (Man-arguments): Make it permanent local.
27744         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
27745         (Man-mode): Pass t for NOERROR.
27747         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27748         (grep-mode-font-lock-keywords):
27749         Don't use compilation-...-face for messages that are not file names.
27751         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27752         Don't use compilation-...-face for messages that are not file names.
27754 2005-07-22  Juri Linkov  <juri@jurta.org>
27756         * startup.el (normal-splash-screen): Update menu name.
27758         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27760 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
27762         * term/xterm.el: Load term/rxvt if the terminal is actually an
27763         rxvt terminal.
27764         (xterm-rxvt-set-background-mode): Remove, not used anymore.
27766         * term/rxvt.el (function-key-map): Use substitute-key-definition
27767         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
27769         * term/cygwin.el: New file.
27771 2005-07-22  Kim F. Storm  <storm@cua.dk>
27773         * image-file.el (insert-image-file, image-file-yank-handler):
27774         Fix last change to maintain a (unique) yank-handler on yanked images.
27776 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
27778         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27779         of the file size (as in "177B" for 177 bytes).  This happens with
27780         "ls -lh" on FreeBSD.
27782 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
27784         * hilit-chg.el (highlight-changes-global-initial-state)
27785         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27786         (hilit-chg-fixup, highlight-changes-mode):
27787         Fix typos in docstrings.
27788         (highlight-changes-global-modes, highlight-changes-rotate-faces):
27789         Doc fixes.
27791 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
27793         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27794         mode function using `eval-after-load'.
27796 2005-07-21  Kim F. Storm  <storm@cua.dk>
27798         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27799         included when reporting an Emacs crash, and tell about the DEBUG file.
27801         * image-file.el (insert-image-file): Add yank-handler.
27802         (image-file-yank-handler): Yank handler to make unique copies of
27803         images when they are yanked into a buffer next to each other.
27805 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
27807         * comint.el (comint-use-prompt-regexp, comint-send-input)
27808         (comint-source-default, comint-extract-string)
27809         (comint-get-source, comint-word, comint-completion)
27810         (comint-source, comint-prompt-read-only, comint-update-fence):
27811         Fix typos in docstrings.
27812         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27813         Declare with define-obsolete-*-alias macros.
27814         (comint-previous-matching-input-from-input)
27815         (comint-next-matching-input-from-input)
27816         (comint-previous-matching-input, comint-next-matching-input)
27817         (comint-forward-matching-input):
27818         Improve argument/docstring consistency.
27820         * desktop.el (desktop-clear-preserve-buffers-regexp):
27821         Also preserve the *server* buffer.
27823         * simple.el (clone-indirect-buffer): Doc fix.
27824         (fixup-whitespace, just-one-space)
27825         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27826         (next-error, next-error-highlight)
27827         (next-error-highlight-no-select, next-error-last-buffer)
27828         (next-error-buffer-p, next-error-find-buffer, next-error)
27829         (previous-error, next-error-no-select, previous-error-no-select)
27830         (open-line, split-line, minibuffer-prompt-width, kill-new)
27831         (binary-overwrite-mode): Fix typos in docstrings.
27832         (set-fill-column): Fix typo in message.
27834         * skeleton.el (skeleton-proxy-new): Doc fix.
27836         * strokes.el (strokes-load-hook): Doc fix.
27837         (strokes-grid-resolution, strokes-get-grid-position)
27838         (strokes-renormalize-to-grid, strokes-read-stroke)
27839         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27840         (strokes-global-map): Fix typos in docstrings.
27841         (strokes-help): Doc fix.  Fix help message and pass it through
27842         `substitute-command-keys'.
27844         * tempo.el (tempo-insert-prompt, tempo-interactive)
27845         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27846         (tempo-insert-string-functions, tempo-local-tags)
27847         (tempo-define-template, tempo-insert-template)
27848         (tempo-insert-prompt-compat, tempo-is-user-element)
27849         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27850         Fix typos in docstrings.
27852         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27853         (vcursor-key-bindings, vcursor-use-vcursor-map)
27854         (vcursor-find-window, vcursor-scroll-down)
27855         (vcursor-disable, vcursor-beginning-of-buffer)
27856         (vcursor-end-of-buffer): Fix typos in docstrings.
27857         (vcursor-relative-move, vcursor-get-char-count):
27858         Improve argument/docstring consistency.
27860         * version.el: "?\ " -> "?\s".
27862         * wid-edit.el (widget-default-create, widget-after-change)
27863         (widget-default-format-handler, widget-checklist-add-item)
27864         (widget-radio-add-item, widget-choose, widget-specify-secret)
27865         (widget-field-value-create, widget-field-value-get)
27866         (widget-editable-list-format-handler)
27867         (widget-editable-list-entry-create, widget-group-value-create)
27868         (widget-documentation-link-add)
27869         (widget-documentation-string-value-create): "?\ " -> "?\s".
27870         (widget-convert-text): Doc fix.
27871         (widget-narrow-to-field, widget-field-find)
27872         (widget-url-link-action, widget-emacs-library-link-action)
27873         (widget-color-notify): Fix typos in docstrings.
27875         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27876         (x-select-text, set-w32-system-coding-system)
27877         (w32-add-charset-info): Fix typos in docstrings.
27879         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27880         (cua-enable-cua-keys, cua-use-hyper-key)
27881         (cua-virtual-rectangle-edges): Fix typos in docstrings.
27882         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27884         * net/tramp.el (tramp-handle-load): Fix typo in error message.
27886         * emacs-lisp/re-builder.el (regexp-builder): Declare with
27887         `defalias' instead of faking it.
27889         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27890         (eshell-ls-missing, eshell-ls-dired-initial-args)
27891         (eshell-ls-use-in-dired): Fix typos in docstrings.
27893 2005-07-20  Kim F. Storm  <storm@cua.dk>
27895         * emulation/cua-base.el (cua-mode): Improve doc string.
27897 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
27899         * abbrev.el (expand-region-abbrevs): Doc fix.
27900         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27901         Improve argument/docstring consistency.
27903         * arc-mode.el (archive-get-descr, archive-alternate-display):
27904         Doc fixes.
27905         (archive-l-e): Improve argument/docstring consistency.
27906         (archive-tmpdir, archive-unixdate, archive-unixtime)
27907         (archive-chmod-entry): Fix typos in docstrings.
27908         (archive-unflag, archive-unflag-backwards)
27909         (archive-unmark-all-files): "?\ " -> "?\s".
27911         * buff-menu.el (Buffer-menu-unmark): Doc fix.
27912         (Buffer-menu-not-modified, Buffer-menu-execute)
27913         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27914         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27916         * composite.el (compose-string, encode-composition-rule)
27917         (compose-last-chars): Fix typos in docstrings.
27919         * desktop.el (desktop-enable, desktop-basefilename):
27920         Declare with `define-obsolete-variable-alias'.
27921         (desktop-internal-v2s): Don't quote keywords.
27922         (desktop-clear): "?\ " -> "?\s".
27924         * dired.el (dired-align-file, dired-flag-backup-files)
27925         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27926         (dired-listing-switches, dired-ls-F-marks-symlinks)
27927         (dired-dwim-target, dired-load-hook, dired-mode-hook)
27928         (dired-directory, dired-faces, dired, dired-revert)
27929         (dired-mode, dired-summary, dired-view-file)
27930         (dired-copy-filename-as-kill, dired-delete-file)
27931         (dired-no-confirm, dired-unmark-all-marks)
27932         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27933         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27934         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27935         Fix typos in message strings.
27937         * dired-x.el (virtual-dired): Declare with `defalias'.
27938         (dired-mark-unmarked-files, dired-local-variables-file)
27939         (dired-omit-here-always): Doc fix.
27940         (dired-omit-mode, dired-find-subdir)
27941         (dired-enable-local-variables, dired-clean-up-buffers-too)
27942         (dired-extra-startup, dired-mark-extension, dired-jump)
27943         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27944         (dired-smart-shell-command, dired-guess-shell-alist-user)
27945         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27946         (dired-x-bind-find-file, dired-x-submit-report):
27947         Fix typos in docstrings.
27948         (dired-mark-unmarked-files): "?\ " -> "?\s".
27950         * dirtrack.el (dirtrack-list): Fix typos in docstring.
27952         * faces.el (describe-face): "?\ " -> "?\s".
27953         (read-all-face-attributes, read-face-font, modify-face)
27954         (face-attr-construct, italic): Fix typos in docstrings.
27955         (frame-update-face-colors): Declare with
27956         `define-obsolete-function-alias'.
27958         * files.el (find-file-noselect, recode-file-name): Doc fixes.
27959         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27960         (magic-mode-alist, buffer-file-numbers-unique)
27961         (write-file-functions, get-free-disk-space):
27962         Fix typos in docstrings.
27963         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27964         (write-contents-hooks, write-file-hooks):
27965         Declare with `define-obsolete-variable-alias'.
27967         * forms-d2.el (arch-rj): Fix typo in docstrings.
27968         (arch-tocol): Likewise.  "?\ " -> "?\s".
27970         * frame.el (set-frame-font, cursor-in-non-selected-windows):
27971         Fix typo in docstring.
27972         (set-screen-width, set-screen-height): Delete redundant info in
27973         doctrings.
27974         (new-frame, screen-height, screen-width): Declare with
27975         `define-obsolete-function-alias'.
27976         (delete-frame-hook, blink-cursor): Declare with
27977         `define-obsolete-variable-alias'.
27979         * paths.el (prune-directory-list): Fix typos in docstring.
27981         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27982         (cvs-prefix-get): Fix typos in docstrings.
27984         * ps-print.el (ps-extend-face-list, ps-extend-face)
27985         (ps-print-background-image): Fix typos in docstrings.
27986         (ps-default-fg, ps-default-bg): Doc fixes.
27988         * s-region.el (s-region-bind): Doc fix.
27989         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27991         * textmodes/org.el (org-table-formula-substitute-names)
27992         (org-table-get-vertical-vector): Doc fixes.
27993         (org-table-recalculate): Remove unused argument to `message'.
27995 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
27997         * textmodes/org.el (org-table-column-names)
27998         (org-table-column-name-regexp)
27999         (org-table-named-field-locations): New variables.
28000         (org-archive-subtree): Protect `this-command' when calling
28001         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
28002         the kill buffer.
28003         (org-complete): Remove fixed-formula completion.
28004         (org-edit-formulas-map): New variable.
28005         (org-table-edit-formulas): New command.
28006         (org-finish-edit-formulas, org-abort-edit-formulas)
28007         (org-show-variable, org-table-get-vertical-vector): New functions.
28008         (org-table-maybe-eval-formula): Handle `:=' fields.
28009         (org-table-get-stored-formulas, org-table-store-formulas)
28010         (org-table-get-formula, org-table-modify-formulas)
28011         (org-table-replace-in-formulas): Handle named field formulas.
28012         (org-table-get-specials): Store locations of named fields.
28014 2005-07-19  Juri Linkov  <juri@jurta.org>
28016         * progmodes/grep.el (grep-regexp-alist)
28017         (grep-mode-font-lock-keywords, grep-process-setup):
28018         Use default GNU grep match color "01;31m" instead of "01;41m".
28019         (grep-regexp-alist, grep-mode-font-lock-keywords):
28020         Use `\\[[0-9]*m' instead of `\\[00m'.
28021         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
28022         sgr_start where its handling is more important.  Use the real
28023         length of sgr_start instead of constant 8.
28024         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
28025         specially.  Delete all remaining escape sequences.
28026         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
28027         (grep-regexp-alist): Make hyperlink only for binary file name
28028         instead of the whole line.
28029         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
28030         (grep-mode): Add autoload.
28032         * emacs-lisp/find-func.el (find-function-regexp):
28033         Add `define-compilation-mode'.
28035 2005-07-19  Juri Linkov  <juri@jurta.org>
28037         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
28038         (compare-windows-sync-string-size, compare-windows-recenter)
28039         (compare-windows-highlight, compare-windows): Add version 22.1.
28040         (compare-windows) <defface>: Inherit from lazy-highlight instead
28041         of duplicating its default value.
28043         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
28044         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
28046         * descr-text.el (describe-char): Create link buttons for `charset'
28047         and `code point'.  Add the current input method name with a link
28048         button to `to input' field.  Print face names of display table
28049         characters in `The display table entry is displayed by' section
28050         instead of printing face-id in the `display' field.
28051         Guess hardcoded faces and create a link button for them.
28052         Skip empty fields when calculating max-width.
28053         Treat `widget-create' specially while inserting strings from the
28054         collected field list.
28055         (describe-char-after): Made obsolete in version 22.1, not 21.5.
28057         * diff-mode.el (diff-file-header): Change foreground color from
28058         yellow to green on light backgrounds.
28059         (diff-context): Inherit from `shadow' only for color/grayscale
28060         with more than 88 colors.
28061         (diff-indicator-removed, diff-indicator-added)
28062         (diff-indicator-changed): New faces.
28063         (diff-font-lock-keywords): Use new faces.  Regroup rules.
28064         Add "^---$" for `normal' diff format.  Fontify `#' lines with
28065         font-lock-comment-delimiter-face and font-lock-comment-face.
28066         Add `#' to ^[^...] in the rule for `diff-context-face'.
28068         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
28069         a button-like box.  Inherit from `highlight' on low colors.
28070         (shadow): Use shades of gray only for color/grayscale with
28071         more than 88 colors.  Use green for light backgrounds with
28072         8 colors, and yellow for dark backgrounds with 8 colors.
28074         * font-lock.el (font-lock-regexp-grouping-backslash):
28075         Don't inherit from escape-glyph (use bold for all cases).
28077         * info.el (info-xref-visited): Use light foreground color `violet'
28078         for dark backgrounds instead of dark color `magenta3'.
28079         (info-title-1): Use `yellow' color for dark backgrounds.
28081         * isearch.el (isearch): Use not-too-dark magenta3 instead of
28082         too-light magenta2.
28084         * replace.el (match): Use slightly more light RoyalBlue3 instead
28085         of dark RoyalBlue4.
28087         * wid-edit.el (widget-inactive): Inherit from `shadow'.
28089 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
28091         * novice.el (disabled-command-hook): Declare it with
28092         `define-obsolete-variable-alias'.
28094         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
28095         (desktop-buffer-misc-functions, desktop-buffer-handlers)
28096         (desktop-load-default): Add release to obsolescence info.
28097         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
28098         (desktop-append-buffer-args, desktop-read):
28099         Fix typos in docstrings.
28100         (desktop-kill): Fix typo in message.
28101         (desktop-save): Doc fix.
28103 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
28105         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
28106         (viper-envelop-ESC-key): Change the definition of fast
28107         keysequence so it'll work with keyboard macros.
28109         * ediff.el (ediff-patch-buffer): Change the docstring.
28111 2005-07-19  Kenichi Handa  <handa@m17n.org>
28113         * international/mule-cmds.el (select-safe-coding-system): Try to
28114         use an auto-coding (if any) before anything else.  If the found
28115         auto-coding is invalid, show a warning message.
28117         * international/mule.el (find-auto-coding): New function created
28118         by modifying the body of set-auto-coding.
28119         (set-auto-coding): Use find-auto-coding to find a coding.
28121 2005-07-18  Richard M. Stallman  <rms@gnu.org>
28123         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
28124         not isearch-mode-end-hook-error.
28125         (allout-before-change-protect): Fix error message.
28127 2005-07-18  Juri Linkov  <juri@jurta.org>
28129         * allout.el (allout-mode):
28130         * calculator.el (calculator-copy):
28131         * custom.el (custom-known-themes):
28132         * dired.el (dired-desktop-buffer-misc-data)
28133         (dired-restore-desktop-buffer):
28134         * dired-x.el (dired-omit-marker-char):
28135         * files.el (basic-save-buffer):
28136         * font-core.el (font-lock-mode):
28137         * calendar/calendar.el (calendar-goto-hebrew-date)
28138         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
28139         (calendar-goto-persian-date):
28140         * language/ethio-util.el (ethio-sera-to-fidel-region):
28141         * textmodes/picture.el (picture-mode):
28142         Delete duplicate duplicate words.
28144 2005-07-18  Juri Linkov  <juri@jurta.org>
28146         * isearch.el (isearch-mode-map): Remove key bindings for regexp
28147         chars * ? } |.
28148         (isearch-fallback): Don't call `isearch-process-search-char'.
28149         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
28150         (isearch-process-search-char): Call `isearch-fallback' for regexp
28151         chars * ? } |.
28152         (isearch-return-char): Make obsolete with `make-obsolete' instead
28153         of simply documenting it as obsolete in the docstring.
28154         (isearch-fallback): Refill docstring.
28156         * international/isearch-x.el
28157         (isearch-process-search-multibyte-characters): Remove unneeded
28158         `concat'.  Add intermediate values to `junk-hist' instead of
28159         `minibuffer-history'.  Test the length of `str'.
28161 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
28163         * allout.el (allout-resolve-xref): Fix typos in error strings.
28164         (allout-before-change-protect): Remove unneeded `concat'.
28166         * array.el (array-mode, array-reconfigure-rows)
28167         (untabify-backward): Fix typos in docstrings.
28168         (array-reconfigure-rows): Use `insert-buffer-substring', not
28169         `insert-buffer'.
28171         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
28172         * progmodes/ada-mode.el (ada-make-body):
28173         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
28175         * dired.el (dired-log):
28176         * tar-mode.el (tar-subfile-save-buffer):
28177         * play/zone.el (zone-pgm-stress-destress):
28178         Use `insert-buffer-substring', not `insert-buffer'.
28180 2005-07-17  Simon Josefsson  <jas@extundo.com>
28182         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
28184 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
28186         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
28187         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
28189 2005-07-17  Kim F. Storm  <storm@cua.dk>
28191         * ido.el (dired-other-window): Add ido property.
28193 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
28195         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28196         Fix typo in docstring.
28197         (byte-compile-interactive-only-functions): Add `insert-buffer' and
28198         `insert-file-literally'.
28200         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
28201         info and delete redundant message.  Doc fix.
28202         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
28203         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
28205 2005-07-16  Richard M. Stallman  <rms@gnu.org>
28207         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
28208         (byte-compile-and): Use byte-compile-and-recursion.
28209         (byte-compile-or-recursion): New function.
28210         (byte-compile-or): Use that.
28211         (byte-compile-if): Guard the else-clause too.
28212         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
28214         * isearch.el (isearch-mode-end-hook-quit): New variable.
28215         (isearch-done): Bind it.
28216         (isearch-mode-end-hook): Doc fix.
28218         * allout.el (allout-isearch-did-quit): Variable deleted.
28219         (allout-real-isearch-abort): Function name no longer used.
28220         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
28221         (allout-isearch-rectification): isearch-mode always exists.
28222         Don't set allout-isearch-did-quit.
28223         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
28224         allout-isearch-did-quit.
28225         (allout-enwrap-isearch): Just add the hook.
28226         (allout-isearch-abort): Function deleted.
28227         (allout-pre-command-business): Avoid warning.
28229         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
28230         Correctly avoid warnings.
28231         (pascal-outline): Likewise.
28233         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
28235         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
28237         * play/tetris.el (tetris-mode): Avoid warning.
28239         * play/snake.el (snake-mode): Avoid warning.
28241         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
28242         (gamegrid-set-display-table): Avoid warning.
28243         (gamegrid-set-timer): Likewise.
28244         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
28245         (gamegrid-add-score-with-update-game-score-1): Take FILE
28246         as argument.
28247         (gamegrid-add-score-with-update-game-score): Pass that argument.
28248         Rename have-shared-game-dir to gamegrid-shared-game-dir.
28250         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
28252         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
28253         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
28255         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
28256         and insert-file.
28258         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
28259         (sc-ask): Avoid warnings.
28261         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
28262         (eshell-hist-initialize): Use that var the natural way.
28264         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
28266         * emacs-lisp/re-builder.el (reb-cook-regexp):
28267         Avoid warning calling lre-compile-string.
28268         (reb-color-display-p): Avoid warning.
28270         * calculator.el (calculator-last-input): Guard uses
28271         of event-key and key-press-event-p.
28272         (event-key, key-press-event-p): Delete definitions.
28274         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
28275         (find-gc-source-directory, find-gc-subrs-callers)
28276         (find-gc-noreturn-list, find-gc-source-files)
28277         (find-gc-subrs-called): Vars renamed and defvar'd.
28279         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
28280         (checkdoc-overlay-put, checkdoc-delete-overlay)
28281         (checkdoc-overlay-start, checkdoc-overlay-end)
28282         (checkdoc-mode-line-update, checkdoc-char=):
28283         Define such that compiler knows they are defined.
28284         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
28285         (checkdoc-read-event): Delete.  Use read-event directly.
28287         * whitespace.el (whitespace-make-overlay)
28288         (whitespace-overlay-put, whitespace-delete-overlay)
28289         (whitespace-overlay-start, whitespace-overlay-end):
28290         Define such that compiler knows they are defined.
28291         (whitespace): Move conditional inside.
28293         * tempo.el (tempo-insert-template): Suppress warning.
28295         * ediff-diff.el (longlines-mode): Add defvar.
28297 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
28299         * server.el: Bind "C-x #" in a way that works even if C-x is
28300         redefined to a command key, not a prefix key.
28302 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
28304         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
28305         cl-make-type-test till execution time.
28307 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
28309         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
28310         arg ARG and use it.
28312 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
28314         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
28316 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
28318         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
28319         a defcustom with two :set or :type keywords.
28321 2005-07-15  Richard M. Stallman  <rms@gnu.org>
28323         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
28324         Don't give ^M comment-end syntax.
28326 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
28328         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
28329         Don't consider gdbmi (gdb-mi.el has its own update functions).
28330         (gdb-var-delete): Make it work for gdbmi as well.
28331         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
28333         * progmodes/gud.el (etags, sdb): Only require etags when needed.
28334         (gud-speedbar-menu-items): Correct logic for enabling items.
28336 2005-07-15  Kim F. Storm  <storm@cua.dk>
28338         * ido.el: Fix commentary.
28339         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
28340         Use with-no-warnings around ffap-guesser.
28341         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
28342         Let bind minibuffer-completing-file-name to t.
28344 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
28346         * startup.el (site-run-file, keyboard-type): Doc fixes.
28347         (command-line): Check for "--basic-display" argument; also for
28348         "--quick", not "--bare-bones" (which was renamed).
28349         (fancy-splash-text): Add missing item "Getting New Versions".
28350         (normal-splash-screen): Fix typos and improve consistency with
28351         `fancy-splash-text'.  Update copyright year.
28353         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
28354         valid binding for `help-char'.
28356         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
28358 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
28360         * term.el (term-mode): Disable cua-mode for term buffers.
28362 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
28364         * add-log.el (add-log-mailing-address, change-log-merge):
28365         Doc fixes.
28366         (change-log-get-method-definition): Fix typo in docstring.
28368 2005-07-14  Kim F. Storm  <storm@cua.dk>
28370         * emulation/cua-base.el:
28371         (cua--pre-command-handler-1, cua--pre-command-handler)
28372         (cua--post-command-handler-1, cua--post-command-handler):
28373         Split in two.  Check (buffer local) value of cua-mode.
28374         (cua-selection-mode): New command.
28376 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
28378         * custom.el (custom-initialize-safe-set)
28379         (custom-initialize-safe-default): Doc fixes.
28381         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28382         and simplify :init-value again.
28384         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28385         and simplify :init-value again.  Delete autoload.
28387         * startup.el (command-line): Use `custom-reevaluate-setting' again
28388         for tooltip-mode.
28390         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
28391         a defcustom with two :initialize keywords.
28393 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
28395         * allout.el (my-mark-marker, allout-isearch-prior-pos)
28396         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
28397         (allout-post-command-business, allout-flag-region)
28398         (isearch-reenable-font-lock, allout-yank)
28399         (allout-insert-latex-header, allout-insert-latex-trailer)
28400         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
28401         (allout-latex-verb-quote): Fix typos in docstrings.
28402         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
28403         (allout-unprotected, allout-prefix-data):
28404         Improve argument/docstring consistency.
28405         (allout-chart-subtree): Fix argument spec.
28406         (allout-open-topic): Rename `use_sib_bullet' argument to
28407         `use-sib-bullet'.  Doc fix.
28409         * whitespace.el (whitespace-check-buffer-leading)
28410         (whitespace-check-buffer-trailing)
28411         (whitespace-check-buffer-indent)
28412         (whitespace-check-buffer-spacetab)
28413         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
28414         (whitespace-check-leading-whitespace)
28415         (whitespace-check-trailing-whitespace)
28416         (whitespace-check-spacetab-whitespace)
28417         (whitespace-check-indent-whitespace)
28418         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
28419         (whitespace-modes): Fix typos in docstrings.
28420         (defgroup, defcustom): Doc fixes.
28422         * winner.el (winner-mode, winner-boring-buffers)
28423         (winner-pending-undo-ring): Doc fixes.
28424         (winner-ring): Remove unneeded `progn'.
28425         (winner-equal): `defsubst' it.
28426         (winner-redo): Fix message.
28428 2005-07-13  Kim F. Storm  <storm@cua.dk>
28430         * simple.el (line-move-1): Always use vertical-motion to
28431         do the last (or only) line move to ensure some movement.
28432         Undo 2005-06-23 change--don't check for overlays.
28434 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28436         * term/mac-win.el (ccl-encode-mac-roman-font)
28437         (ccl-encode-mac-centraleurroman-font)
28438         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
28439         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
28440         Change charset-id boundary of dimension to ?\xef.
28441         (mac-char-fontspec-list): New constant.
28442         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
28443         argument.  Nil uses itself as family in font-spec.  Previous
28444         behavior for nil is now provided by non-nil non-string argument.
28445         All callers changed.  Add font-specs for Mac fonts to
28446         "fontset-default" unless iso8859-1 fonts are installed.
28448 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28450         * progmodes/sh-script.el (sh-get-indent-info): Only indent
28451         a continuation line if the \ is preceded by SPC or TAB.
28452         (sh-get-indent-info): Simplify.
28453         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
28454         Use with-current-buffer.
28456         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
28457         when the matched text is empty.
28459 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
28461         * startup.el (command-line): Revert to previous handling of
28462         tooltip-mode.  Explain in comment why the complexity is needed.
28464         * tooltip.el (tooltip-mode): Revert to previous implementation of
28465         its defcustom.
28467         * frame.el (blink-cursor-mode): Revert to previous implementation
28468         of its defcustom.  Update comment.
28470 2005-07-12  Lars Hansen  <larsh@soem.dk>
28472         * desktop.el: Update e-mail address.
28474 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28476         * term/mac-win.el (mac-services-mail-selection)
28477         (mac-services-mail-to): New functions.
28478         (mac-application-menu-map): Bind them.
28480 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
28482         * progmodes/gdb-ui.el: Add note about buffering with Windows.
28484 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
28486         * custom.el (custom-reevaluate-setting): Doc fix.
28488 2005-07-11  Jay Belanger  <belanger@truman.edu>
28490         * calc/calc.el (calc-embedded-announce-formula-alist)
28491         (calc-embedded-open-close-plain-alist)
28492         (calc-embedded-open-close-mode-alist): Add checks for additional
28493         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
28495 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
28497         * custom.el (custom-enable-theme): Don't add theme to
28498         `custom-enabled-themes' with `push' because there is no
28499         setf-method for `delq'.
28501 2005-07-11  Richard M. Stallman  <rms@gnu.org>
28503         * custom.el (custom-declare-variable): Doc fix.
28505         * dired-aux.el (dired-compare-directories): Remove "." and ".."
28506         from the alists.
28508         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
28509         Do nothing if edebug-active.
28511         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
28512         (edebug-display): Do it here instead.
28514 2005-07-10  Richard M. Stallman  <rms@gnu.org>
28516         * cus-face.el (custom-theme-set-faces): Make it work.
28517         (custom-reset-faces): Doc fix.
28518         (custom-theme-reset-internal-face, custom-theme-face-value):
28519         Functions deleted.
28521         * custom.el (custom-push-theme): Maintain list of the settings
28522         of a given theme in its theme-settings property.
28523         Maintain position of old settings in the theme-value
28524         or theme-face property.
28525         (custom-enabled-themes): New variable.
28526         (custom-theme-enabled-p): New function.
28527         (provide-theme): Update custom-enabled-themes.
28528         Disable and reenable the `user' theme.
28529         (require-theme): Doc fix.
28530         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
28531         (custom-theme-value, custom-theme-variable-value): Likewise.
28532         (custom-theme-reset-internal): Likewise.
28533         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
28534         (custom-enable-theme, custom-disable-theme): New functions.
28535         (custom-variable-theme-value, custom-face-theme-value): Likewise.
28536         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
28537         (custom-theme-reset-variables): Simplify.
28538         (deftheme, custom-declare-theme, custom-make-theme-feature):
28539         Definitions moved.
28541 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
28543         * longlines.el (longlines-show-region)
28544         (longlines-unshow-hard-newlines): Recognize hard newlines by
28545         non-nil hard property, instead of t.
28547 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
28549         * emulation/viper-cmd.el (viper--key-maps): New variable.
28550         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
28551         emulation-mode-map-alists.
28552         (viper-envelop-ESC-key): Use viper-subseq.
28553         (viper-search-forward/backward/next): Disable debug-on-error.
28555         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28556         (viper-ESC-key): New defcustoms.
28558         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
28560         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
28561         (viper-subseq): Copy of subseq from cl.el.
28563         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
28564         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
28566         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
28568         * emulation/viper-init.el: Get rid of -face in face names.
28570         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
28571         Make it work with longlines mode.
28573         * ediff-mult.el (ediff-meta-mode-hook): New variable.
28575         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
28577         * ediff-init.el: Get rid of -face in face names.
28579 2005-07-10  Richard M. Stallman  <rms@gnu.org>
28581         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
28582         and with-timeout-unsuspend.
28584         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
28585         and with-timeout-unsuspend.
28587         * emacs-lisp/timer.el (with-timeout-timers): New variable.
28588         (with-timeout): Bind that variable to record timers.
28589         (with-timeout-suspend, with-timeout-unsuspend): New functions.
28591         * emacs-lisp/debug.el (debug-help-follow): New function.
28592         (debugger-mode-map): Use that instead of help-follow.
28593         (debugger-setup-buffer): Use eval-buffer-list
28594         to handle eval-buffer frames.
28596 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
28598         * timezone.el (timezone-parse-date): Change first regexp
28599         so it will not mistakenly match dates with no time zone.
28601 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
28603         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
28605 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
28607         * custom.el (custom-initialize-safe-set)
28608         (custom-initialize-safe-default): New functions.
28610         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28611         and simplify :init-value.
28613         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28614         and simplify :init-value.  Delete obsolete comment.
28616         * startup.el (command-line): Use `custom-reevaluate-setting' to
28617         handle `tooltip-mode'.  Delete obsolete comment.
28619         * files.el (set-visited-file-name): Avoid calling
28620         `file-name-nondirectory' with a nil argument.
28622 2005-07-09  Richard M. Stallman  <rms@gnu.org>
28624         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
28625         was called with nil for the buffer, handle the read position right.
28626         Handle read position for eval-region, too.
28628 2005-07-09  Juri Linkov  <juri@jurta.org>
28630         * fringe.el (fringe-mode): Add period in docstring.
28631         (fringe-query-style): Build prompt depending on `all-frames' arg.
28633         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28634         to not create links to unrelated functions in the Help buffer.
28636         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28637         Doc fix.
28639         * simple.el (next-error-hook): New variable.
28640         (next-error): Use it.  Doc fix.
28642         * textmodes/ispell.el (ispell-command-loop): Add current
28643         dictionary name and program name to mode-line-format.
28644         (ispell-region, ispell-process-line): Add current dictionary name
28645         and program name to messages.
28647 2005-07-08  Jay Belanger  <belanger@truman.edu>
28649         * calc/calc.el (calc-embedded-announce-formula-alist)
28650         (calc-embedded-open-close-formula-alist)
28651         (calc-embedded-open-close-word-alist)
28652         (calc-embedded-open-close-plain-alist)
28653         (calc-embedded-open-close-new-formula-alist)
28654         (calc-embedded-open-close-mode-alist)
28655         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28656         (calc-embedded-mode-hook): New variables.
28658         * calc/calc-embed.el (calc-embedded-firsttime)
28659         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28660         New variables.
28661         (calc-do-embedded): Use calc-embedded-firsttime,
28662         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28663         determine whether or not to run hooks.
28664         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28665         calc-embedded-firsttime-formula appropriately.
28666         Set calc-embedded delimiter variables according to mode.
28668 2005-07-08  Richard M. Stallman  <rms@gnu.org>
28670         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28671         Check for "emacs", etc., as entire symbol, not just as word.
28672         (checkdoc-file-comments-engine): Use regexp-quote on FN.
28674         * files.el (set-visited-file-name): Report the error
28675         for "empty filename" earlier.
28676         (kill-some-buffers): Ignore buffers already dead.
28678         * fringe.el (fringe-mode): Doc fix.
28680         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28681         Check for (featurep 'xemacs) and turn off warnings in what it guards.
28682         Use unwind-protect to ensure byte-compile-unresolved-functions
28683         is updated.
28685         * whitespace.el (whitespace-buffer-leading-cleanup):
28686         Simplify w/ skip-chars-forward.
28687         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28689         * mail/rmail.el (rmail-only-expunge): Fix paren error.
28690         Unconditionally try to leave point at the same old place.
28692 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
28694         * comint.el (comint-postoutput-scroll-to-bottom)
28695         (comint-show-maximum-output): Take scroll-margin into consideration.
28697 2005-07-08  Kim F. Storm  <storm@cua.dk>
28699         * ido.el (ido-use-filename-at-point): New choice `guess'.
28700         (ido-file-internal): Try ffap-guesser if selected.
28702         * ido.el (ido-before-fallback-functions): New hook.
28703         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28704         (ido-read-file-name): Run it.
28706 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28708         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28709         strings rather than a list of symbols to the completion function.
28711 2005-07-07  Jay Belanger  <belanger@truman.edu>
28713         * calc/calc-units.el (math-apply-units): Change the places in
28714         which units are simplified.
28716 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
28718         * cus-edit.el (customize-option, customize-option-other-window):
28719         Make them handle aliases.
28721         * custom.el (custom-variable-p): Make it recursively follow
28722         aliases.  Mention that in the docstring.
28724 2005-07-07  Richard M. Stallman  <rms@gnu.org>
28726         * cus-start.el (exec-path): Use `directory' instead of `file'.
28727         Fix tag for nil.
28729 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
28731         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28732         when called non-interactively.  Doc fix.
28734 2005-07-07  Lute Kamstra  <lute@gnu.org>
28736         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28737         new address as well.
28739 2005-07-07  Kenichi Handa  <handa@m17n.org>
28741         * international/mule.el (make-coding-system):
28742         Describe `ascii-incompatible' property in the docstring.
28743         (set-file-name-coding-system): Signal an error if coding-system is
28744         ascii-incompatible.
28745         (set-keyboard-coding-system): Likewise.
28747         * international/mule-cmds.el (set-default-coding-systems):
28748         Don't set default-file-name-coding-system and
28749         default-keyboard-coding-system if coding-system is ASCII-incompatible.
28751         * international/utf-16.el: Declare that all UTF-16-based coding
28752         systems are ASCII-incompatible.
28754 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
28756         * progmodes/gud.el: Require font-lock for displaying errors.
28757         Used by gdb-ui.el.
28759 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
28761         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28762         values for the pattern lists which are `read'able but not
28763         `append'able (like symbols).
28765 2005-07-06  Richard M. Stallman  <rms@gnu.org>
28767         * progmodes/flymake.el (flymake-float-time): Instead of
28768         with-no-warnings, test for XEmacs.
28769         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28770         to avoid warning.
28772 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
28774         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28776 2005-07-05  Lute Kamstra  <lute@gnu.org>
28778         * battery.el: Add support for Darwin (with much debugging help
28779         from Samuel Lauber <sam124@operamail.com>).
28780         (battery-status-function, battery-echo-area-format)
28781         (battery-mode-line-format): Add support for pmset on Darwin.
28782         (battery-load-low, battery-load-critical): New user options.
28783         (battery-pmset): New function.
28785 2005-07-05  Lute Kamstra  <lute@gnu.org>
28787         Update FSF's address in GPL notices.
28789         * textmodes/page-ext.el: Update FSF's address.
28791 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
28793         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28794         filling from using prefix when filling a single-line docstring.
28796         * progmodes/flymake.el: Remove useless eval-when-compile.
28798         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28800 2005-07-04  Richard M. Stallman  <rms@gnu.org>
28802         * textmodes/org.el (org-file-apps-defaults-gnu):
28803         Rename from org-file-apps-defaults-linux.
28804         (org-default-apps): Don't test system-type for `linux'.
28805         (org-file-apps): Doc fix.
28807 2005-07-04  David Ponce  <david@dponce.com>
28809         * tree-widget.el: Improve header Commentary section.
28810         (tree-widget) [defgroup]
28811         (tree-widget-image-enable, tree-widget-themes-directory)
28812         (tree-widget-theme, tree-widget-image-properties-emacs)
28813         (tree-widget-image-properties-xemacs, tree-widget-create-image)
28814         (tree-widget-image-formats, tree-widget-control)
28815         (tree-widget-empty-control, tree-widget-leaf-control
28816         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28817         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28818         (tree-widget-keep, tree-widget-after-toggle-functions)
28819         (tree-widget-open-node, tree-widget-close-node): Doc fix.
28820         (tree-widget-open-control, tree-widget-close-control): Fix doc and
28821         :help-echo message.
28822         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
28823         (tree-widget-image-properties): Doc fix.  Clearer implementation.
28824         (tree-widget--cursors): New constant.
28825         (tree-widget-lookup-image): New function split from
28826         `tree-widget-find-image'.  Clearer implementation.
28827         (tree-widget-find-image): Use it.
28828         (tree-widget-button-keymap): Use `set-keymap-parent'.
28829         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28830         Define the sub-widgets here.
28831         (tree-widget-node): Check that :node is not a tree-widget.
28832         (tree-widget-get-super, tree-widget-open-control)
28833         (tree-widget-close-control, tree-widget-empty-control)
28834         (tree-widget-leaf-control, tree-widget-guide)
28835         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28836         (tree-widget-no-handle, tree-widget-value-delete)
28837         (tree-widget-map): Remove.
28838         (tree-widget-children-value-save): Doc fix.  Simplified.
28839         (tree-widget-value-create): Update according to previous changes.
28841 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
28843         * textmodes/org.el: Leading space replaced by TABS.
28844         (org-recalc-marks, org-table-rotate-recalc-marks)
28845         (org-table-get-specials): Treat "^" and "_" marks.
28846         (org-table-justify-field-maybe): Optional argument NEW.
28847         (org-table-eval-formula): Parsing of the format simplified.
28848         New modes C,I.  Honor the %= parameter in the current table.
28849         Avoid unnecessary re-align by using the NEW argument to
28850         `org-table-justify-field-maybe'.
28851         (org-calc-default-modes): Default for date-format mimicks org-mode.
28852         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28854 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
28856         * cus-face.el (custom-theme-set-faces): Make it handle face
28857         aliases whose alias declarations are pre- or autoloaded.
28859 2005-07-04  Juri Linkov  <juri@jurta.org>
28861         * faces.el (read-face-name): Put the code for getting a face name
28862         from the buffer before adding the faces from the `face' property.
28863         Use `completing-read-multiple' instead of `completing-read'.
28864         Require `crm'.  Add default value and post-process the returned
28865         list of faces.
28867         * emacs-lisp/crm.el (crm-find-current-element)
28868         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28870         * emacs-lisp/lisp-mode.el (eval-defun-1):
28871         * emacs-lisp/edebug.el (edebug-eval-defun):
28872         Remove unnecessary quotes.
28874 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
28876         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28877         (prolog-indent-level): Fix typo in docstring.
28879         * info.el (Info-history, Info-history-forward)
28880         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28882         * add-log.el (add-change-log-entry):
28883         * comint.el (comint-dynamic-list-input-ring)
28884         (comint-dynamic-list-completions):
28885         * dabbrev.el (dabbrev-expand):
28886         * delim-col.el (delimit-columns-rectangle-line):
28887         * diff-mode.el (diff-context->unified, diff-reverse-direction)
28888         (diff-unified->context):
28889         * ediff-init.el (ediff-abbrev-jobname):
28890         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28891         (ediff-replace-session-activity-marker-in-meta-buffer):
28892         * info.el (Info-summary):
28893         * lpr.el (printify-region):
28894         * printing.el (pr-create-interface):
28895         * ps-print.el (ps-print-quote):
28896         * ses.el (ses-column-widths, ses-print-cell)
28897         (ses-adjust-print-width, ses-center):
28898         * shell.el (shell-file-name-quote-list):
28899         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28900         (strokes-fill-current-buffer-with-whitespace)
28901         (strokes-xpm-for-stroke, strokes-list-strokes)
28902         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28903         * term.el (term-dynamic-list-input-ring)
28904         (term-dynamic-list-completions):
28905         * calc/calc.el (math-format-stack-value):
28906         * emacs-lisp/edebug.el (edebug-display-freq-count):
28907         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28908         (delphi-new-comment-line):
28909         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28910         * progmodes/executable.el (executable-set-magic):
28911         * progmodes/python.el (inferior-python-mode):
28912         * progmodes/scheme.el (scheme-mode-syntax-table):
28913         * progmodes/sh-script.el (sh-maybe-here-document):
28914         * progmodes/sql.el (sql-copy-column):
28915         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28916         * textmodes/bibtex.el (bibtex-mode):
28917         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28918         (sgml-auto-attributes):
28919         * textmodes/table.el (table-insert, table-shorten-cell)
28920         (table--generate-source-scan-lines, table-delete-row)
28921         (*table--cell-delete-char, table--spacify-frame)
28922         (table--horizontally-shift-above-and-below)
28923         (table--cell-insert-char, table--cell-blank-str)
28924         (table--fill-region-strictly):
28925         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28926         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28928         * add-log.el (change-log):
28929         * apropos.el (apropos):
28930         * comint.el (comint-completion, comint-source):
28931         * dabbrev.el (dabbrev):
28932         * delim-col.el (columns):
28933         * diff-mode.el (diff-mode):
28934         * ediff.el (ediff):
28935         * ediff-diff.el (ediff-diff):
28936         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28937         * ediff-mult.el (ediff-mult):
28938         * ediff-ptch.el (ediff-ptch):
28939         * ediff-wind.el (ediff-window):
28940         * facemenu.el (facemenu):
28941         * indent.el (indent):
28942         * info.el (info):
28943         * jka-cmpr-hook.el (compression, jka-compr):
28944         * lpr.el (lpr):
28945         * outline.el (outlines):
28946         * pcmpl-cvs.el (pcmpl-cvs):
28947         * pcmpl-rpm.el (pcmpl-rpm):
28948         * printing.el (printing):
28949         * ps-print.el (postscript, ps-print, ps-print-horizontal)
28950         (ps-print-vertical, ps-print-headers, ps-print-font)
28951         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28952         (ps-print-background, ps-print-printer, ps-print-page)
28953         (ps-print-miscellany):
28954         * ses.el (ses):
28955         * shell.el (shell, shell-directories, shell-faces):
28956         * startup.el (initialization):
28957         * strokes.el (strokes):
28958         * term.el (term):
28959         * uniquify.el (uniquify):
28960         * w32-vars.el (w32):
28961         * calc/calc.el (calc):
28962         * emacs-lisp/bytecomp.el (bytecomp):
28963         * emacs-lisp/cl-indent.el (lisp-indent):
28964         * emacs-lisp/edebug.el (edebug):
28965         * emacs-lisp/elp.el (elp):
28966         * emacs-lisp/testcover.el (testcover):
28967         * emacs-lisp/trace.el (trace):
28968         * emulation/viper-ex.el (viper-ex):
28969         * emulation/viper-mous.el (viper-mouse):
28970         * mail/mailalias.el (mailalias):
28971         * mail/supercite.el (supercite, supercite-frames)
28972         (supercite-attr, supercite-cite, supercite-hooks):
28973         * net/rcompile.el (remote-compile):
28974         * net/rlogin.el (rlogin):
28975         * obsolete/ooutline.el (outlines):
28976         * progmodes/delphi.el (delphi):
28977         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28978         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28979         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28980         (ebnf-optimization):
28981         * progmodes/etags.el (etags):
28982         * progmodes/executable.el (executable):
28983         * progmodes/idlwave.el (idlwave):
28984         * progmodes/pascal.el (pascal):
28985         * progmodes/prolog.el (prolog):
28986         * progmodes/python.el (python):
28987         * progmodes/scheme.el (scheme):
28988         * progmodes/sh-script.el (sh, sh-script):
28989         * progmodes/sql.el (SQL):
28990         * progmodes/tcl.el (tcl):
28991         * textmodes/bibtex.el (bibtex, bibtex-autokey):
28992         * textmodes/enriched.el (enriched):
28993         * textmodes/makeinfo.el (makeinfo):
28994         * textmodes/sgml-mode.el (sgml):
28995         * textmodes/table.el (table-hooks):
28996         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28997         * textmodes/texinfo.el (texinfo):
28998         * textmodes/two-column.el (two-column):
28999         Finish `defgroup' description with period.
29001         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
29002         * eshell/esh-var.el (eshell-var):
29003         * progmodes/vhdl-mode.el (vhdl-testbench):
29004         * textmodes/org.el (org): Fix typos in docstrings.
29006         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
29007         consistency.
29009         * progmodes/flymake.el (flymake-find-file): Remove.
29010         (flymake-float-time): Use `with-no-warnings'.
29011         (flymake-check-start-time, flymake-check-was-interrupted)
29012         (flymake-err-info, flymake-is-running, flymake-last-change-time)
29013         (flymake-new-err-info): `defvar' at compile time.
29015 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
29017         * replace.el (occur-hook): Doc fix.
29018         (occur-1): Don't call `occur-hook' if there are no matches.
29020 2005-07-03  Richard M. Stallman  <rms@gnu.org>
29022         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
29023         global-map, save the same map.
29024         (global-map): Don't alter it at top level.
29025         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
29026         Then alter it here instead.
29027         (tpu-edt-off): Set global-map to the saved one.
29029         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
29030         All references simplified.
29031         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
29032         (zmacs-regions): Add defvar.
29033         (repeat-complex-command-map): Everything about that deleted.
29035         * textmodes/artist.el (artist-key-is-drawing)
29036         (artist-key-endpoint1, artist-key-poly-point-list)
29037         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
29038         (artist-key-compl-table, artist-rb-save-data)
29039         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
29040         Don't put them in eval-when-compile.
29041         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
29043         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
29044         Use with-no-warnings.
29046         * net/browse-url.el (dos-windows-version): Add defvar.
29048         * mail/supercite.el (filladapt-prefix-table): Add defvar.
29050         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
29051         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
29052         (rmail-new-summary-line-count): Rename from new-summary-line-count.
29053         Add defvar.
29054         (rmail-summary-beginning-of-message): Use with-no-warnings.
29055         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
29057         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
29058         Use with-no-warnings.
29060         * emulation/vi.el (vi-mark-region): Use c-mark-function.
29061         (c-mark-function): Add point-moving-unit property.
29062         (vi-goto-line): Use with-no-warnings.
29064         * emulation/edt.el (edt-last-copied-word): Add defvar.
29065         (zmacs-region-stays): Likewise.
29066         (edt-mark-section-wisely): Use c-mark-function for C.
29067         Use makr-defun for Fortran.
29068         (time-string): defvar deleted.
29069         (edt-display-the-time): Don't set time-string.
29071         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
29073         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29074         Don't warn when name is not constant
29075         or for defining the group `emacs'.
29077         * tooltip.el (gud-tooltip-mode): Add defvar.
29079         * startup.el (default-frame-background-mode): Add defvar.
29081         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
29083         * info.el (tool-bar-map): Add defvar.
29085         * dired.el (dnd-protocol-alist): Add defvar.
29087         * dired-aux.el (dired-query): Display question with answer, when
29088         the user answers.
29090         * custom.el (custom-add-option): Doc fix.
29092         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
29094 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
29096         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
29097         bogus name from the last change.
29099 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
29101         * custom.el (custom-declare-variable): Fix typos in comment.
29102         (custom-known-themes): Doc fix.
29103         (custom-theme-directory): New defcustom.
29104         (require-theme): Make it check `custom-theme-directory'.
29106         * cus-theme.el (custom-new-theme-mode): New function.
29107         (custom-theme-name, custom-theme-variables, custom-theme-faces)
29108         (custom-theme-description): Add compiler defvars.
29109         (customize-create-theme): Add doc to the "*New Custom Theme*"
29110         buffer.  Use `custom-new-theme-mode'.
29111         (custom-theme-write): Put the created buffer in emacs-lisp-mode
29112         and save it to the `custom-theme-directory'.  Make this the
29113         default directory of the buffer.
29115 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
29117         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
29118         Fix unbalanced parentheses.
29120 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
29122         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
29123         into flymake-mode and delegate to flymake-mode.
29125         * find-file.el (ff-which-function-are-we-in): Clean up.
29127 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
29129         * replace.el (occur-rename-buffer): Fix docstring.
29131         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
29132         (edt-last-copied-word, edt-learn-macro-count)
29133         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
29134         (edt-rect-start-point, edt-user-global-map, rect-start-point)
29135         (time-string, zmacs-region-stays):
29136         * emulation/edt-mapper.el (edt-save-function-key-map)
29137         (EDT-key-name): `defvar' to silence the byte-compiler.
29139 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
29141         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
29142         font-lock-regexp-backslash.  Doc fix.
29143         (font-lock-regexp-backslash-grouping-construct): Rename from
29144         font-lock-regexp-backslash-construct.  Doc fix.
29145         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
29146         grouping constructs.
29148 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
29150         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
29151         updating all the prerequisites.
29153 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
29155         * textmodes/org.el (org-agenda-start-on-weekday)
29156         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
29157         (org-agenda-use-time-grid, org-archive-location)
29158         (org-allow-space-in-links, org-usenet-links-prefer-google)
29159         (org-enable-table-editor, org-export-default-language)
29160         (org-export-html-show-new-buffer, org-fill-paragraph)
29161         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
29162         (org-goto-quit, org-occur, org-eval-in-calendar)
29163         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
29164         (org-agenda-diary-entry, org-remember-help)
29165         (org-table-convert-region, org-at-table-p)
29166         (org-table-move-row-down, org-table-move-row-up)
29167         (org-table-copy-region, org-table-toggle-vline-visibility)
29168         (org-table-get-stored-formulas, org-table-get-specials)
29169         (org-recalc-commands, org-table-eval-formula)
29170         (org-table-formula-substitute-names, orgtbl-make-binding)
29171         (org-format-org-table-html, org-format-table-table-html)
29172         (org-format-table-table-html-using-table-generate-source)
29173         (org-customize): Fix typos in docstrings.
29174         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
29175         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
29176         (org-back-to-heading): Doc fixes.
29177         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
29178         (org-agenda-change-all-lines, org-get-header):
29179         Improve argument/docstring consistency.
29180         (orgtbl-error): Fix error message.
29182         * progmodes/flymake.el (flymake-find-possible-master-files)
29183         (flymake-master-file-compare, flymake-get-line-err-count)
29184         (flymake-highlight-line, flymake-gui-warnings-enabled):
29185         Fix typos in docstrings.
29186         (flymake-parse-line, flymake-get-project-include-dirs-function)
29187         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
29188         Doc fixes.
29189         (flymake-get-project-include-dirs-function)
29190         (flymake-make-err-menu-data):
29191         Improve argument/docstring consistency.
29193 2005-07-01  Lute Kamstra  <lute@gnu.org>
29195         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
29196         Catch errors with ignore-errors.  Use temporary buffer.
29197         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
29199         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
29200         background color faces.
29201         (facemenu-set-foreground, facemenu-set-background):
29202         Use facemenu-set-face-from-menu.
29203         (facemenu-set-face-from-menu): Treat face names that start with
29204         "fg:" or "bg:" as special.
29205         (facemenu-add-new-color): Don't create faces.  Simplify.
29207 2005-06-30  Richard M. Stallman  <rms@gnu.org>
29209         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
29210         (crm-find-current-element): Likewise.
29212 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
29214         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
29216 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29218         * arc-mode.el (archive-extract): Make it work as a mouse binding.
29219         (archive-mouse-extract): Make it an obsolete alias.
29220         (archive-mode-map): Don't use archive-mouse-extract any more.
29221         (archive-mode, archive-extract): write-contents-hooks ->
29222         write-contents-functions.
29223         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
29224         first arg.
29225         (archive-rename-entry): Update the call.
29226         (archive-zip-summarize): Remove unused var `method'.
29227         (archive-lzh-summarize): Remove unused var `creator'.
29229         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
29230         dedicated frame upon exit.
29232         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
29233         (archive-zip-extract, archive-zip-expunge)
29234         (archive-zip-update, archive-zip-update-case): Use executable-find.
29235         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
29236         Use restore-buffer-modified-p.
29237         (archive-extract, archive-add-new-member, archive-write-file-member):
29238         Use with-current-buffer.
29239         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
29241 2005-06-30  Andreas Schwab  <schwab@suse.de>
29243         * progmodes/gud.el (gud-filter): Remove unneeded progn.
29245 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29247         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
29249 2005-06-30  Juri Linkov  <juri@jurta.org>
29251         * faces.el (vertical-border): Inherit from mode-line-inactive
29252         only on tty.
29254 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
29256         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
29257         example, -NLINES in the `occur' docstring).
29259         * replace.el (occur-1): When no matches are found, do not set the
29260         `buffer-read-only' and modified flags for the occur buffer,
29261         because it is deleted.
29263         * emulation/cua-base.el (cua-check-pending-input)
29264         (cua-repeat-replace-region, cua-mode, cua-debug)
29265         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
29266         Fix typos in docstrings.
29268         * emulation/cua-gmrk.el (cua-toggle-global-mark)
29269         (cua-cut-region-to-global-mark)
29270         (cua--cut-rectangle-to-global-mark):
29271         Remove period from end of messages.
29273         * emulation/cua-rect.el (cua-do-rectangle-padding):
29274         Remove period from end of messages.
29275         (cua--rectangle-seq-format): Fix typo in docstring.
29276         (cua-sequence-rectangle, cua-fill-char-rectangle):
29277         Improve argument/docstring consistency.
29279 2005-06-29  Juri Linkov  <juri@jurta.org>
29281         * faces.el (default-frame-background-mode): New internal variable.
29282         (frame-set-background-mode): Use it.
29284         * startup.el (normal-top-level): Set default-frame-background-mode
29285         instead of frame-background-mode.  Before setting it, test for its
29286         nil value.  Remove tests for frame-background-mode and frame
29287         parameter `reverse'.  Add test for "unspecified-fg".
29289         * term/xterm.el (xterm-rxvt-set-background-mode):
29290         * term/rxvt.el (rxvt-set-background-mode):
29291         Set default-frame-background-mode instead of frame-background-mode.
29293 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
29295         * simple.el (set-variable): Warn about obsolete user variables.
29297         * imenu.el (imenu--completion-buffer):
29298         * mouse.el (mouse-buffer-menu-alist):
29299         * msb.el (msb-invisible-buffer-p):
29300         * calendar/diary-lib.el (diary-header-line-format):
29301         * emacs-lisp/pp.el (pp-buffer):
29302         * progmodes/cperl-mode.el (cperl-do-auto-fill):
29303         * textmodes/picture.el (picture-replace-match):
29304         Change space constants followed by a sexp to "?\s ".
29306         * play/decipher.el (decipher-loop-with-breaks):
29307         * textmodes/texinfo.el (texinfo-insert-@item): Change space
29308         constants "protected" from end of line by a comment to "?\s".
29310 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29312         * font-lock.el (save-buffer-state): Use `declare'.
29314         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
29315         reset the syntax-table to cperl-mode-syntax-table.
29316         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
29317         "foo_print_bar" is not matched as a reserved keyword.
29319 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
29321         * textmodes/org.el (orgtbl-setup): New function, for delayed
29322         setup for the orgtbl commands.
29323         (org-calc-default-modes): New option.
29324         (orgtbl-make-binding): Use `defun' to get better help display.
29325         (org-diary): Call `org-compile-prefix-format'.
29326         (org-table-formula-substitute-names): New function.
29327         (org-agenda-day-view, org-agenda-week-view): New commands.
29328         (org-agenda-toggle-week-view): Command removed.
29329         (org-tbl-menu): Split off from org-org-menu.
29330         (org-mode): Move removal of outline-mode menus to here.
29331         (org-table-formula-debug): New option.
29332         (org-table-insert-row): Keep first field if just "#" or "*".
29333         (org-mode): Paragraph regexps fixed.
29334         (org-table-recalculate-regexp): New constant.
29335         (org-table-justify-field-maybe): Avoid replace if not necessary.
29336         (org-copy-special, org-cut-special): Use `call-interactively'.
29337         (org-table-copy-region): Take region from `interactive' call.
29338         (org-trim): Return string even if no match.
29339         (org-formula): New face.
29340         (org-set-font-lock-defaults): No longer highlight "FIXME".
29341         But highlight formula-related fields in table.
29342         (org-table-p): Use regexp, not fontification.
29343         (org-table-align): Handle white space at end of line.
29344         (org-table-formula-evaluate-inline): New option.
29345         (org-mode): Auto-wrapping in comment lines turned off.
29346         (org-table-copy-down): Evaluate only in copied field, not in
29347         destination.
29348         (org-table-current-formula): Variable removed.
29349         (org-table-store-formulas, org-table-get-stored-formulas)
29350         (org-table-modify-formulas, org-table-replace-in-formulas)
29351         (org-table-maybe-eval-formula): New functions.
29352         (org-table-get-formula): Modify to use stored formulas.
29353         (org-table-insert-column, org-table-delete-column)
29354         (org-table-move-column): Call `org-table-modify-formulas'.
29355         (org-complete): Add completion for keyword formulas.
29356         (orgtbl-mode): Pull orgtbl-mode-map to start of
29357         minor-mode-map-alist.
29359 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29361         * progmodes/python.el (python-check): Require `compile' before
29362         modifying its variables.
29364         * newcomment.el (comment-indent-default): Don't get fooled by an early
29365         end of buffer.
29367 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29369         * ps-print.el (ps-print-version): Fix version number.
29371 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
29373         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
29375 2005-06-28  Richard M. Stallman  <rms@gnu.org>
29377         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
29378         (flyspell-local-mouse-map): Declaration deleted.
29379         (flyspell-mouse-map): Bind only mouse-2.
29380         (flyspell-mode-map): Don't test flyspell-use-local-map.
29381         (flyspell-overlay-keymap-property-name): Var deleted.
29382         (flyspell-mode-on): Don't make local bindings for
29383         flyspell-mouse-map and flyspell-mode-map.
29384         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
29386         * textmodes/ispell.el (ispell-word): Do not ignore short words.
29388         * progmodes/compile.el (compilation-next-error-function):
29389         Don't switch buffers; operate on the current buffer.
29391         * progmodes/compile.el (compilation-error-file-name)
29392         (compilation-warning-file-name, compilation-info-file-name)
29393         (compilation-line-number, compilation-column-number): New faces.
29394         (compilation-error-face, compilation-warning-face)
29395         (compilation-info-face, compilation-line-face)
29396         (compilation-column-face): Use them.
29398         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
29400         * comint.el (comint-password-prompt-regexp): Accept ", try again".
29402         * bindings.el (global-map): Bind insertchar and its variants.
29404 2005-06-27  Richard M. Stallman  <rms@gnu.org>
29406         * textmodes/artist.el (artist-text-overwrite)
29407         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
29409 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29411         * ps-print.el: It was not working the page selection for printing.
29412         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
29413         (ps-print-version): New version 6.6.7.
29414         (ps-end-sheet): New fun.
29415         (ps-header-sheet, ps-end-job): Call it.
29417 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
29419         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
29421 2005-06-27  Lute Kamstra  <lute@gnu.org>
29423         * facemenu.el (facemenu-unlisted-faces): Add foreground and
29424         background color faces.
29425         (facemenu-get-face): Delete function.
29426         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
29427         (facemenu-add-new-color): Make second argument mandatory.
29428         Create the appropriate face and return it.  Simplify.
29429         (facemenu-set-foreground, facemenu-set-background): Don't check if
29430         color is defined.  Use return value of facemenu-add-new-color.
29432 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
29434         * progmodes/gud.el (gud-filter): Add missing argument to
29435         with-selected-window.
29437 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29439         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
29440         a :require to the defcustom.
29442         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
29443         defcustoms corresponding to minor modes.
29445 2005-06-26  David Ponce  <david@dponce.com>
29447         * recentf.el: Require tree-widget instead of wid-edit.
29448         (recentf-filename-handler): Fix widget :type.
29449         (recentf-cancel-dialog, recentf-open-more-files)
29450         (recentf-open-files-action): Doc fix.
29451         (recentf-dialog-goto-first): New function.
29452         (recentf-dialog-mode-map): Set parent keymap first.
29453         (recentf-dialog-mode): Define with define-derived-mode.
29454         Don't display continuation lines in dialogs.
29455         (recentf-edit-list): Rename from recentf-edit-selected-items.
29456         (recentf-edit-list-select): Rename from recentf-edit-list-action.
29457         Simplify.
29458         (recentf-edit-list-validate): New function.
29459         (recentf-edit-list): Update accordingly.
29460         (recentf-open-files-item-shift): Remove.
29461         (recentf-open-files-item): Convert menu elements into tree and
29462         link widgets.  Don't create the widgets.
29463         (recentf-open-files): Update accordingly.
29464         (recentf-save-list): Untabify.
29466 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
29468         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
29469         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
29470         partially contained in the active region.  Do not take active
29471         region into account when called from Lisp, unless INTERACTIVE arg
29472         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
29473         avoid trouble with fields.  Make marker point nowhere when no
29474         longer used.  Always return nil.  Doc fix.
29475         (flush-lines): Add INTERACTIVE arg.  Do not take active region
29476         into account when called from Lisp, unless INTERACTIVE arg is
29477         non-nil.  Use `forward-line' instead of `beginning-of-line' to
29478         avoid trouble with fields.  Make marker point nowhere when no
29479         longer used.  Always return nil.  Doc fix.
29480         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
29481         interchangeable.  Do not take active region into account when
29482         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
29483         message in echo area when called from Lisp, unless INTERACTIVE arg
29484         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
29485         Return the number of matches.  Doc fix.
29486         (occur): Doc fix.
29487         (perform-replace): Make comment follow double space convention for
29488         the sake of `outline-minor-mode'.
29490         * faces.el (facep): Doc fix.
29492 2005-06-25  Richard M. Stallman  <rms@gnu.org>
29494         * facemenu.el (facemenu-enable-faces-p): New function.
29495         (facemenu-background-menu, facemenu-foreground-menu)
29496         (facemenu-face-menu): Add menu-enable property.
29498         * jka-compr.el (jka-compr-insert-file-contents):
29499         Special handling if cannot find the uncompression program.
29501         * cus-face.el (custom-face-attributes): Add autoload.
29503         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29504         Bind comment-indent-function locally.
29506         * window.el (save-selected-window): Use save-current-buffer.
29508         * subr.el (with-selected-window): Use save-current-buffer.
29510         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
29511         and with-current-buffer.
29513 2005-06-24  Richard M. Stallman  <rms@gnu.org>
29515         * simple.el (line-move-1): Fix previous change.
29517 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
29519         * replace.el (occur-1): Set `buffer-read-only' and the
29520         buffer-modified flag before running `occur-hook' to protect
29521         against unintentional buffer switches that can lead to data loss.
29523 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
29525         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
29526         (gud-gdb-marker-filter): Use font-lock-warning-face for any
29527         initial error.
29529         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
29530         after fresh input.
29531         (gdb-var-create-handler): Put name of expression in quotes.
29533 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
29535         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
29536         elements of RING in order, and without bogus nil elements.
29538 2005-06-23  Richard M. Stallman  <rms@gnu.org>
29540         * simple.el (set-variable): Args renamed; doc fix.
29541         (line-move-1): When there are overlays around, use vertical-motion.
29543         * faces.el (escape-glyph): Use brown against light background.
29544         (nobreak-space): Rename from no-break-space.
29545         Fix previous change.
29547         * dired-aux.el (dired-do-copy): Fix arg prompt.
29549         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
29551 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
29553         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
29554         rather than "Distributor".
29556 2005-06-23  Lute Kamstra  <lute@gnu.org>
29558         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
29559         (debug-on-entry): Use it.  New interactive declaration that uses
29560         function-called-at-point.
29562 2005-06-23  Kim F. Storm  <storm@cua.dk>
29564         * subr.el (save-match-data): Add comment about using evaporate arg
29565         to set-match-data.
29567 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
29569         * cus-edit.el (customize-face)
29570         (customize-face-other-window): Handle face aliases.
29572         * faces.el (face-documentation, set-face-attribute)
29573         (face-spec-set): Handle face aliases.
29575 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
29577         * help-mode.el (help-make-xrefs): If a symbol representing a face
29578         name is not followed by the word "face", it could still be a
29579         function or variable name, so don't bypass other checks.
29581 2005-06-22  Juri Linkov  <juri@jurta.org>
29583         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
29584         Replace aliased functions with calls where second arg `inherit' is t.
29586 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
29588         * progmodes/gdb-ui.el (gdb-error): New variable.
29589         (gdb-error): New function.
29590         (gdb-annotation-rules): Act on error-begin and error annotations.
29591         (gdb-concat-output): Use font-lock-warning-face for errors.
29593 2005-06-22  Miles Bader  <miles@gnu.org>
29595         * bindings.el (propertized-buffer-identification): Use renamed
29596         `Buffer-menu-buffer' face.
29598         * faces.el (vertical-border): Rename from `vertical-divider'.
29599         (escape-glyph): Change dark-background color back to `cyan'.
29601 2005-06-21  Juri Linkov  <juri@jurta.org>
29603         * faces.el (face-user-default-spec): Try getting `customized-face'
29604         prior to `saved-face'.
29605         (frame-background-mode): Refill docstring.
29607         * emacs-lisp/lisp-mode.el (eval-defun-1):
29608         * emacs-lisp/edebug.el (edebug-eval-defun):
29609         Set `saved-face' temporarily to nil before calling form.
29610         Set `customized-face' to the new spec after that.
29612 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
29614         * subr.el (1value, lambda, key-substitution-in-progress):
29615         Doc fixes.
29617         * autoinsert.el (auto-insert-alist):
29618         * ses.el (ses-call-printer):
29619         * subr.el (noreturn):
29620         * emacs-lisp/lisp.el (check-parens):
29621         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
29622         * net/browse-url.el (browse-url-mosaic):
29623         * progmodes/cc-defs.el (c-safe-scan-lists):
29624         * progmodes/ebnf-abn.el (ebnf-abn-lex):
29625         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
29626         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
29627         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29628         * progmodes/ebnf-iso.el (ebnf-iso-lex):
29629         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29631 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
29633         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29635 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
29637         * calendar/appt.el (appt-make-list): Activate the package, if
29638         not already active (for backwards compatibility).
29640 2005-06-20  Kim F. Storm  <storm@cua.dk>
29642         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
29644 2005-06-20  Miles Bader  <miles@gnu.org>
29646         * faces.el (vertical-divider): New face.
29648 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
29650         * simple.el (kill-whole-line): Doc fix.
29651         (next-error-buffer-p, next-error-find-buffer)
29652         (clone-indirect-buffer): Fix typos in docstrings.
29653         (comment-line-break-function): Doc fix: don't say variable
29654         is automatically buffer-local (it isn't).
29656 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
29658         * net/tramp-ftp.el (top):
29659         * net/tramp-smb.el (top):
29660         * net/tramp-util.el (top):
29661         * net/tramp-uu.el (top):
29662         * net/tramp-vc.el (top):
29663         * net/tramp.el (top): Revert copyright years back to original
29664         ones.  Tramp has a life outside GNU Emacs.
29666 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
29668         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29670 2005-06-18  Juri Linkov  <juri@jurta.org>
29672         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29673         end of first regexp to limit the match to the position between
29674         line number and source line with same separator character as used
29675         between file name and line number.  In the second regexp limit
29676         mouse-face area to file name and line number by adding new group
29677         for them and referring it in HYPERLINK arg.
29678         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29679         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29680         previous line where grep markers may be already removed.
29682 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
29684         * progmodes/ps-mode.el: Update version and maintainer's email address.
29686 2005-06-18  Steve Youngs  <steve@xemacs.org>
29688         * net/browse-url.el (browse-url-browser-function)
29689         (browse-url-default-browser): Add firefox.
29690         (browse-url-firefox-program, browse-url-firefox-arguments)
29691         (browse-url-firefox-startup-arguments)
29692         (browse-url-firefox-new-window-is-tab): New defcustoms.
29693         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29695 2005-06-17  Richard M. Stallman  <rms@gnu.org>
29697         * startup.el (command-line): Warn if specified user name has
29698         no home directory.
29700         * term.el (term-get-old-input, term-input-filter, term-input-sender)
29701         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29703         * longlines.el (longlines-mode, longlines-show-hard-newlines):
29704         Doc fixes.
29706         * faces.el (underline): Try bold if terminal doesn't support underline.
29708         * mail/sendmail.el (mail-setup-with-from): New variable.
29709         (mail-insert-from-field): New function.
29710         (sendmail-send-it): Call it.
29711         (mail-setup): Optionally call it here.
29713         * term/linux.el: Call tty-no-underline.
29715 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
29717         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29719 2005-06-17  Miles Bader  <miles@gnu.org>
29721         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29722         (ediff-current-diff-C, ediff-current-diff-Ancestor)
29723         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29724         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29725         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29726         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29727         Remove "-face" suffix from face names.
29728         (ediff-current-diff-face-A, ediff-current-diff-face-B)
29729         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29730         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29731         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29732         (ediff-even-diff-face-A, ediff-even-diff-face-B)
29733         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29734         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29735         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29736         New backward-compatibility aliases for renamed faces.
29737         (ediff-current-diff-face-A, ediff-current-diff-face-B)
29738         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29739         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29740         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29741         (ediff-even-diff-face-A, ediff-even-diff-face-B)
29742         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29743         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29744         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29745         Use renamed ediff faces.
29747         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29748         Remove "-face" suffix from face names.
29749         (eshell-test-ok-face, eshell-test-failed-face):
29750         New backward-compatibility aliases for renamed faces.
29751         (eshell-run-test): Use renamed eshell-test faces.
29753         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29754         face name.
29755         (eshell-prompt-face): New backward-compatibility alias for renamed
29756         face.
29757         (eshell-emit-prompt): Use renamed eshell-prompt face.
29759         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29760         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29761         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29762         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29763         Remove "-face" suffix from face names.
29764         (eshell-ls-directory-face, eshell-ls-symlink-face)
29765         (eshell-ls-executable-face, eshell-ls-readonly-face)
29766         (eshell-ls-unreadable-face, eshell-ls-special-face)
29767         (eshell-ls-missing-face, eshell-ls-archive-face)
29768         (eshell-ls-backup-face, eshell-ls-product-face)
29769         (eshell-ls-clutter-face):
29770         New backward-compatibility aliases for renamed faces.
29771         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29773         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29774         Remove "-face" suffix from face name.
29775         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29776         instead of literal face.
29778 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
29780         * emacs-lisp/warnings.el (display-warning, lwarn)
29781         (warning-minimum-log-level): Doc fixes.
29782         (warning-minimum-level, warning-minimum-log-level):
29783         Add :debug to :type choices.
29785         * progmodes/ada-mode.el (ada-format-paramlist)
29786         (ada-get-indent-case, ada-check-matching-start)
29787         (ada-check-defun-name, ada-goto-matching-decl-start)
29788         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29789         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29790         (ada-make-subprogram-body): Follow error conventions.
29791         (ada-case-exception-file, ada-indent-comment-as-code)
29792         (ada-indent-handle-comment-special, ada-indent-renames)
29793         (ada-indent-return, ada-search-directories-internal)
29794         (ada-tab-policy, ada-case-exception-substring)
29795         (ada-other-file-alist, ada-matching-start-re)
29796         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29797         (ada-imenu-generic-expression, ada-compile-goto-error)
29798         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29799         (ada-popup-menu, ada-add-extensions, ada-mode)
29800         (ada-region-selected, ada-create-case-exception)
29801         (ada-create-case-exception-substring, ada-after-keyword-p)
29802         (ada-activate-keys-for-case, ada-adjust-case-region)
29803         (ada-adjust-case-buffer, ada-format-paramlist)
29804         (ada-scan-paramlist, ada-insert-paramlist)
29805         (ada-indent-newline-indent)
29806         (ada-indent-newline-indent-conditional)
29807         (ada-justified-indent-current, ada-goto-previous-word)
29808         (ada-indent-current, ada-get-indent-open-paren)
29809         (ada-get-indent-paramlist, ada-get-indent-end)
29810         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29811         (ada-get-indent-block-start, ada-get-indent-subprog)
29812         (ada-get-indent-noindent, ada-get-indent-label)
29813         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29814         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29815         (ada-goto-stmt-end, ada-goto-next-word)
29816         (ada-check-matching-start, ada-check-defun-name)
29817         (ada-goto-matching-decl-start, ada-goto-matching-start)
29818         (ada-goto-matching-end, ada-search-ignore-string-comment)
29819         (ada-in-decl-p, ada-looking-at-semi-or)
29820         (ada-looking-at-semi-private, ada-in-paramlist-p)
29821         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29822         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29823         (ada-next-procedure, ada-previous-procedure, ada-next-package)
29824         (ada-previous-package, ada-create-menu)
29825         (ada-fill-comment-paragraph-justify)
29826         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29827         (ada-other-file-name, ada-last-which-function-line)
29828         (ada-last-which-function-subprog, ada-which-function)
29829         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29830         (ada-gen-treat-proc, ada-check-emacs-version)
29831         (ada-continuation-indent, ada-align-region-separate):
29832         Fix typos in docstrings.
29833         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29835 2005-06-16  Lute Kamstra  <lute@gnu.org>
29837         * simple.el (fundamental-mode): Run after-change-major-mode-hook
29838         conditionally.
29840 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
29842         * comint.el (comint-replace-by-expanded-filename)
29843         (comint-prompt-regexp, comint-delimiter-argument-list)
29844         (comint-preinput-scroll-to-bottom):
29845         * info.el (Info-hide-cookies-node):
29846         * ls-lisp.el (ls-lisp-classify):
29847         * find-file.el (ff-search-directories, ff-special-constructs)
29848         (ff-find-other-file):
29849         * font-lock.el (font-lock-keywords):
29850         * shell.el (shell-prompt-pattern)
29851         (shell-dynamic-complete-functions, shell-mode)
29852         (shell-delimiter-argument-list):
29853         * term.el (term-replace-by-expanded-filename)
29854         (term-prompt-regexp, term-delimiter-argument-list):
29855         * woman.el (woman-ignore, woman0-if):
29856         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29857         * emacs-lisp/elint.el (elint-init-env):
29858         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29859         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29860         * language/ethio-util.el (ethio-tilde-escape)
29861         (ethio-use-three-dot-question):
29862         * net/zone-mode.el (zone-mode-load-time-setup):
29863         * progmodes/cc-align.el (c-lineup-argcont):
29864         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29865         * progmodes/cperl-mode.el (cperl-set-style-back):
29866         * progmodes/inf-lisp.el (inferior-lisp-prompt):
29867         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29868         Fix spellings in docstrings.
29870         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29871         * progmodes/modula2.el (m2-for): Fix spellings.
29873         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29875         * simple.el (undo-more): Don't use `format' on `error' arguments.
29876         Improve argument/docstring consistency.
29877         (pending-undo-list): Doc fix.
29879         * smerge-mode.el (smerge-ensure-match):
29880         * emulation/vip.el (vip-ex):
29881         * net/zone-mode.el (zone-mode-update-serial):
29882         * progmodes/idlwave.el (idlwave-complete):
29883         * progmodes/vhdl-mode.el (vhdl-visit-file)
29884         (vhdl-compose-wire-components):
29885         Don't use `format' on `error' arguments.
29887         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29888         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29889         (tooltip-help-tips): Fix typos in docstrings.
29891 2005-06-16  David Ponce  <david@dponce.com>
29893         * tree-widget.el (tree-widget-value-create): Simplify last change.
29895 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
29897         * ido.el (ido-incomplete-regexp): New variable.
29898         (ido-set-matches-1): Handle invalid-regexp error and set
29899         ido-incomplete-regexp.
29900         (ido-incomplete-regexp): New face.
29901         (ido-completions): Use it.
29902         (ido-complete, ido-exit-minibuffer, ido-completions):
29903         Handle incomplete regexps.
29904         (ido-completions): Add check for complete match when entering a regexp.
29906 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
29908         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29910 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29912         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29913         by field delimiters.
29915 2005-06-15  David Ponce  <david@dponce.com>
29917         * tree-widget.el: eval-and-compile inlined functions so they will
29918         be available at run-time too.
29919         (tree-widget-super-format-handler)
29920         (tree-widget-format-handler): Remove.
29921         (tree-widget-value-create): Handle the :indent property.
29923 2005-06-15  Miles Bader  <miles@gnu.org>
29925         * progmodes/which-func.el (which-func): Only inherit
29926         `font-lock-function-name-face' when that makes sense against the
29927         default mode-line face, otherwise set the face color explicitly.
29929         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29930         faces instead of (non-existent) variables.
29932 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
29934         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29935         (iswitchb-get-matched-buffers): Likewise.  Simplify.
29937 2005-06-14  Miles Bader  <miles@gnu.org>
29939         * progmodes/ld-script.el (ld-script-location-counter):
29940         Remove "-face" suffix from face name.
29941         (ld-script-location-counter-face):
29942         New backward-compatibility alias for renamed face.
29943         (ld-script-location-counter-face): Use renamed face.
29945         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29946         (cperl-hash): Remove "-face" suffix from face names.
29947         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29948         New backward-compatibility aliases for renamed faces.
29949         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29950         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29952         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29953         name.
29954         (which-func-face): New backward-compatibility alias for renamed face.
29955         (which-func-format): Use renamed which-func face.
29957         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29958         (vhdl-function, vhdl-directive, vhdl-reserved-word)
29959         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29960         names.
29961         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29962         (vhdl-speedbar-configuration, vhdl-speedbar-package)
29963         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29964         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29965         (vhdl-speedbar-architecture-selected)
29966         (vhdl-speedbar-configuration-selected)
29967         (vhdl-speedbar-package-selected)
29968         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29969         names.
29970         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29971         Use renamed faces.
29972         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29973         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29974         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29975         Use renamed faces.
29976         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29977         names.
29978         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29979         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29980         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29981         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29982         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29983         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29985         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29986         face name.
29987         (sh-heredoc-face): New backward-compatibility alias for renamed face.
29988         (sh-heredoc-face): Use renamed sh-heredoc face.
29990         * progmodes/idlw-help.el (idlwave-help-link):
29991         Remove "-face" suffix from face name.
29992         (idlwave-help-link-face):
29993         New backward-compatibility alias for renamed face.
29994         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29996         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29997         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29998         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29999         New backward-compatibility aliases for renamed faces.
30000         (idlwave-shell-disabled-breakpoint-face)
30001         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
30003         * progmodes/flymake.el (flymake-errline, flymake-warnline):
30004         Remove "-face" suffix from face names.
30005         (flymake-errline-face, flymake-warnline-face):
30006         New backward-compatibility aliases for renamed faces.
30007         (flymake-highlight-line): Use renamed flymake faces.
30009         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
30010         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
30011         (ebrowse-member-class, ebrowse-progress):
30012         Remove "-face" suffix from face names.
30013         (ebrowse-tree-mark-face, ebrowse-root-class-face)
30014         (ebrowse-file-name-face, ebrowse-default-face)
30015         (ebrowse-member-attribute-face, ebrowse-member-class-face)
30016         (ebrowse-progress-face):
30017         New backward-compatibility aliases for renamed faces.
30018         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
30019         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
30020         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
30021         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
30023         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
30024         antlr-syntax)
30025         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
30026         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
30027         names.
30028         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
30029         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
30030         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
30031         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
30032         backward-compatibility aliases for renamed faces.
30033         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
30034         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
30035         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
30036         remove "font-lock-".  Use renamed antlr-mode faces.
30037         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
30038         literal face-names with face variable references.
30040         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
30041         face name.
30042         (Buffer-menu-buffer-face): New backward-compatibility alias for
30043         renamed face.
30044         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
30046 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
30048         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
30049         Eliminate "-face" suffix.
30050         (makefile-targets): Inherit from font-lock-function-name-face and
30051         eliminate "-face" suffix.
30052         (makefile-shell): Remove attributes and eliminate "-face" suffix.
30053         (makefile-*-font-lock-keywords): Append makefile-targets in rule
30054         actions, instead of prepending, to make it less visible.
30055         (makefile-previous-dependency, makefile-match-dependency):
30056         Don't match a target on a continuation line.
30058         * files.el (auto-mode-alist): Put Makefile in gmake mode.
30060 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
30062         * progmodes/gdb-ui.el (menu): Re-order menu items.
30063         (gdb-tooltip-print): Respect tooltip-use-echo-area.
30065         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
30066         Define in tooltip.el.
30067         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
30068         (gud-tooltip-tips): Respect tooltip-use-echo-area and
30069         gud-tooltip-echo-area.
30071         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
30072         backward compatibility and make obsolete.
30073         (tooltip-help-tips): Use tooltip-use-echo-area.
30074         (tooltip-show-help-function): Rename to...
30075         (tooltip-show-help): ...this, because it is a function.
30076         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
30078 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
30080         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
30081         (edebug-print-length, edebug-print-level, edebug-print-circle)
30082         (edebug-modify-breakpoint, edebug-eval-last-sexp)
30083         (edebug-eval-print-last-sexp): Doc fixes.
30085 2005-06-14  Kim F. Storm  <storm@cua.dk>
30087         * ido.el (ido-mode): Make a new keymap every time we enable ido,
30088         as the coverage buffer/file/both may change.
30090 2005-06-14  Lute Kamstra  <lute@gnu.org>
30092         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
30093         and run-mode-hooks.  Simplify.
30095         * mail/rmailedit.el (rmail-edit-mode):
30096         * progmodes/octave-inf.el (inferior-octave-mode):
30097         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
30099         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
30100         and run-mode-hooks.
30101         (recentf-edit-list, recentf-open-files): Don't call
30102         kill-all-local-variables directly.
30104         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
30106 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
30108         * emacs-lisp/byte-run.el (make-obsolete)
30109         (define-obsolete-function-alias): Rename arguments FUNCTION and
30110         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
30111         (make-obsolete-variable, define-obsolete-variable-alias):
30112         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
30113         respectively.
30115         * isearchb.el (isearchb-activate):
30116         * pcvs.el (cvs-mode):
30117         * ses.el (ses-load):
30118         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
30119         * net/tramp.el (tramp-find-file-exists-command)
30120         (tramp-find-shell):
30121         * progmodes/ada-mode.el (ada-create-case-exception)
30122         (ada-create-case-exception-substring, ada-make-subprogram-body):
30123         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
30124         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
30125         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
30126         * textmodes/org.el (org-promote, org-evaluate-time-range)
30127         (org-agenda-next-date-line, org-agenda-previous-date-line)
30128         (org-agenda-error, org-open-at-point, org-table-move-row)
30129         (org-format-table-table-html-using-table-generate-source)
30130         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
30131         * textmodes/reftex.el (reftex-access-scan-info):
30132         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
30133         (reftex-toc-promote-prepare): Follow error conventions.
30135         * diff-mode.el (diff-mode): Fix typo in docstring.
30137         * forms.el (forms--intuit-from-file): Fix reference to
30138         `forms-number-of-fields' in error message.
30139         (forms-print): Fix quoting in error message.
30141         * forms.el (forms-mode):
30142         * emulation/vi.el (vi-goto-insert-state):
30143         * progmodes/flymake.el (flymake-new-err-info)
30144         (flymake-start-syntax-check-for-current-buffer)
30145         (flymake-simple-cleanup):
30146         * eshell/esh-var.el (eshell/export):
30147         * progmodes/gud.el (xdb):
30148         * textmodes/flyspell.el (flyspell-incorrect-hook)
30149         (flyspell-maybe-correct-transposition)
30150         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
30152 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
30154         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
30155         minibuffer prompt.
30157 2005-06-13  Kim F. Storm  <storm@cua.dk>
30159         * subr.el (add-to-ordered-list): New defun.
30161         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
30162         add cua--keymap-alist to emulation-mode-map-alists.
30164 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30166         * subr.el (complete-in-turn): New macro.
30167         (dynamic-completion-table, lazy-completion-table): Add debug info.
30169         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
30170         in preference to face aliases.
30172         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
30173         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
30174         Remove unused vars `start' and `firstline'.
30175         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
30176         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
30178 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
30180         * cus-start.el (all): Don't complain about missing GTK-related
30181         variables, unless either `gtk' is boundp or this isn't a
30182         `windows-nt' build.
30184 2005-06-13  Lute Kamstra  <lute@gnu.org>
30186         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
30187         run-mode-hooks.
30189         * ediff-mult.el (ediff-meta-mode):
30190         * ediff-util.el (ediff-mode): Use run-mode-hooks.
30192         * ledit.el (ledit-mode): Use delay-mode-hooks.
30194         * woman.el (woman-mode-line-format): Delete constant.
30195         (woman-mode-map): Initialize it properly.
30196         (woman-mode): Set mode-class property to special.
30197         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
30198         Set major-mode and mode-name.  Don't set mode-line-format directly.
30199         (Man-getpage-in-background): Don't reference woman-mode-line-format.
30201         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
30202         string argument obsolete.
30204 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
30206         * textmodes/org.el (org-CUA-compatible): New option.
30207         (org-disputed-keys): New variable.
30208         (org-key): New function.
30209         (orgtbl-make-binding): Add docstring to the created function.
30210         (org-mode): Set paragraph start/separate regexps.
30211         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
30212         (org-archive-location, org-archive-mark-done)
30213         (org-archive-stamp-time): New options.
30214         (org-archive-subtree): New command.
30215         (org-fill-paragraph): New function.
30216         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
30217         (org-fake-empty-table-line): Function removed.
30218         (org-format-org-table-html): Do not create empty table lines at
30219         separator lines.  Improved table header treatment.
30220         (org-link-format): New option.
30221         (org-make-link): New function.
30222         (org-insert-link, org-store-link): Use org-make-link.
30223         (org-open-file): Quote file name for shell command, to allow
30224         spaces in file names.
30225         (org-link-regexp): Fix bug with mailto link.
30226         (org-link-maybe-angles-regexp, org-protected-link-regexp):
30227         New constants.
30228         (org-export-as-html): Deal with the optional angles around a link.
30229         Better treatment of file: links.
30230         (org-open-at-point): Replace @{ and @} with < and >.
30231         (org-run-mode-hooks): Function removed.
30232         (org-agenda-mode): No longer use `org-run-mode-hooks'.
30234 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
30236         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
30237         MI command -data-list-register-values.
30238         (gdb-post-prompt): Indent properly.
30240 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
30242         * hilit-chg.el (highlight-changes-colors): Rename from
30243         `highlight-changes-colours'.
30244         (highlight-changes-colours): Keep as obsolete alias.
30245         (highlight-changes-face-list): Doc fix.
30246         (hilit-chg-make-list): Use `highlight-changes-colors'.
30248 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
30250         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
30251         defun-prompt-regexp.
30253 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
30255         * loadup.el: Don't say we are dumping under 2 names on windows-nt
30256         and cygwin.
30258         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
30259         Don't use an old loaddefs.el, as in Makefile.in.
30261 2005-06-12  Lute Kamstra  <lute@gnu.org>
30263         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
30265         * man.el (Man-mode-map): Initialize it properly.
30266         (Man-mode): Set mode-class property to special.
30268         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
30270 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
30272         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
30273         A newline is needed in the docstring there.
30275         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
30276         Doc fixes.
30278 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30280         * printing.el: Doc fix.  The menubar is no more changed when printing
30281         is loaded, it only changes when pr-menu-bind or pr-update-menus is
30282         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
30283         (pr-version): New version number (6.8.4).
30284         (pr-menu-bind): New command.
30285         (pr-update-menus): Docstring and code fix.
30286         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
30287         Docstring fix.
30288         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
30289         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
30291 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
30293         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
30294         "Returns" to "return", document useful return values, etc.
30296 2005-06-11  Alan Mackenzie  <acm@muc.de>
30298         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
30299         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
30300         (adaptive-file-function): Minor amendment to doc-string.
30302 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30304         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
30305         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
30306         Fix :type--it is `integer', not `string'.
30308         * faces.el (modeline-highlight): Rename from (the erroneous)
30309         `modeline-higilight'.
30311 2005-06-11  Lute Kamstra  <lute@gnu.org>
30313         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
30314         lisp-interaction-mode-map but make it the parent.
30315         (edebug-eval-mode): Use define-derived-mode.
30317 2005-06-11  Andreas Schwab  <schwab@suse.de>
30319         * bindings.el: Add binding of `ESC functionkey' for every
30320         `M-functionkey'.
30321         * hexl.el (hexl-mode-map): Likewise.
30323 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
30325         * progmodes/compile.el (compilation-error-regexp-alist-alist)
30326         [msft]: update regexp for newer msft compilers.
30328 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
30330         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
30331         ATTLIST portions of included DTDs.
30332         (xml-parse-dtd): Eliminate use of inefficient match-data.
30334 2005-06-10  Miles Bader  <miles@gnu.org>
30336         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
30337         (mpuz-text): Remove "-face" suffix from face names.
30338         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
30339         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
30340         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
30342         * play/gomoku.el (gomoku-O, gomoku-X):
30343         Remove "-face" suffix from face names.
30344         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
30345         New backward-compatibility aliases for renamed faces.
30346         (gomoku-font-lock-keywords): Use renamed gomoku faces.
30348 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
30350         * thumbs.el: Fixes for changes of 2005-06-09.
30351         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
30352         as a directory.
30353         (thumbs-thumbname): Remove directory separator from format string;
30354         `thumbs-thumbsdir' now returns a valid directory name.
30355         (thumbs-temp-dir): New defsubst.
30356         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
30357         Use it.
30359         * cus-edit.el (minibuffer):
30360         * files.el (make-backup-file-name-function):
30361         * filesets.el (filesets-external-viewers):
30362         * hilit-chg.el (highlight-changes-colours)
30363         (highlight-changes-face-list, highlight-changes-rotate-faces):
30364         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
30365         * kmacro.el (kmacro-call-macro):
30366         * log-edit.el (log-edit-changelog-full-paragraphs):
30367         * mouse.el (mouse-1-click-follows-link):
30368         * skeleton.el (skeleton-autowrap):
30369         * subr.el (insert-for-yank-1):
30370         * tempo.el (tempo-insert-region):
30371         * terminal.el (terminal-emulator):
30372         * time.el (display-time-mail-face):
30373         * vc.el (vc-annotate):
30374         * vcursor.el (vcursor-copy-line):
30375         * woman.el (woman-bold-headings, woman-ignore)
30376         (woman-default-faces, woman-monochrome-faces):
30377         * calendar/todo-mode.el (todo-insert-threshold):
30378         * emulation/pc-select.el (pc-select-selection-keys-only)
30379         (pc-selection-mode):
30380         * emulation/vip.el (vip-find-char-forward):
30381         * emulation/viper-cmd.el (viper-find-char-forward):
30382         * international/mule-cmds.el
30383         (select-safe-coding-system-accept-default-p)
30384         (input-method-exit-on-invalid-key):
30385         * international/mule-diag.el (describe-coding-system):
30386         * international/ucs-tables.el (unify-8859-on-encoding-mode):
30387         * net/browse-url.el (browse-url-xterm-program):
30388         * obsolete/lazy-lock.el (lazy-lock-mode):
30389         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
30390         (cperl-mode):
30391         * progmodes/cpp.el (cpp-face-light-name-list)
30392         (cpp-face-dark-name-list):
30393         * progmodes/delphi.el (delphi-newline-always-indents):
30394         Fix spellings in docstrings.
30396         * ido.el (ido-mode, ido-file-extensions-order)
30397         (ido-default-file-method, ido-default-buffer-method)
30398         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
30399         (ido-decorations, ido-read-file-name-as-directory-commands)
30400         (ido-read-file-name-non-ido, ido-work-directory-list)
30401         (ido-ignore-item-temp-list, ido-current-directory)
30402         (ido-magic-forward-char, ido-enter-find-file)
30403         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
30404         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
30406 2005-06-10  Lute Kamstra  <lute@gnu.org>
30408         * play/dunnet.el (dun-mode): Use define-derived-mode.
30409         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
30410         obsolete alias.
30412         * play/doctor.el (doctor-mode-map): Remove defvar.
30413         (doctor-mode): Use define-derived-mode.
30415         * mail/mspools.el (mspools-mode):
30416         * net/eudc-hotlist.el (eudc-hotlist-mode):
30417         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
30419 2005-06-10  Miles Bader  <miles@gnu.org>
30421         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
30422         Remove "-face" suffix from face names.
30423         (flyspell-incorrect-face, flyspell-duplicate-face):
30424         New backward-compatibility aliases for renamed faces.
30425         (flyspell-mode-on, make-flyspell-overlay)
30426         (flyspell-highlight-incorrect-region)
30427         (flyspell-highlight-duplicate-region)
30428         (flyspell-display-next-corrections)
30429         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
30431         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
30432         from face name.
30433         (texinfo-heading-face): New backward-compatibility alias for
30434         renamed face.
30435         (texinfo-heading-face): Use renamed texinfo-heading face.
30437         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
30438         suffix from face names.
30439         (tex-math-face, tex-verbatim-face):
30440         New backward-compatibility aliases for renamed faces.
30441         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
30442         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
30443         literal face name.
30445         * textmodes/table.el (table-cell): Remove "-face" suffix from face
30446         name.
30447         (table-cell-face): New backward-compatibility alias for renamed face.
30448         (table--put-cell-face-property, table--update-cell-face):
30449         Use renamed table-cell face.
30451         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
30452         from face name.
30453         (sgml-namespace-face): New backward-compatibility alias for
30454         renamed face.
30455         (sgml-namespace-face): Use renamed sgml-namespace face.
30457         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
30458         (org-level-4, org-level-5, org-level-6, org-level-7)
30459         (org-level-8, org-warning, org-headline-done)
30460         (org-deadline-announce, org-scheduled-today)
30461         (org-scheduled-previously, org-link, org-done, org-table)
30462         (org-time-grid): Remove "-face" suffix from face names.
30463         (org-level-1-face, org-level-2-face, org-level-3-face)
30464         (org-level-4-face, org-level-5-face, org-level-6-face)
30465         (org-level-7-face, org-level-8-face, org-warning-face)
30466         (org-headline-done-face, org-deadline-announce-face)
30467         (org-scheduled-today-face, org-scheduled-previously-face)
30468         (org-link-face, org-done-face, org-table-face)
30469         (org-time-grid-face):
30470         New backward-compatibility aliases for renamed faces.
30471         (org-level-faces, org-set-font-lock-defaults, org-timeline)
30472         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
30473         (org-agenda-get-timestamps, org-agenda-get-scheduled)
30474         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
30476         * emulation/viper-init.el (viper-search, viper-replace-overlay)
30477         (viper-minibuffer-emacs, viper-minibuffer-insert)
30478         (viper-minibuffer-vi): Remove "-face" suffix from face names.
30479         (viper-search-face, viper-replace-overlay-face)
30480         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30481         (viper-minibuffer-vi-face):
30482         New backward-compatibility aliases for renamed faces.
30483         (viper-search-face, viper-replace-overlay-face)
30484         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30485         (viper-minibuffer-vi-face): Use renamed viper faces.
30487         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
30488         Remove "-face" suffix from face names.
30489         (testcover-nohits-face, testcover-1value-face):
30490         New backward-compatibility aliases for renamed faces.
30491         (testcover-mark): Use renamed testcover faces.
30493         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
30494         face name.
30495         (diary-button-face): New backward-compatibility alias for renamed face.
30496         (diary-entry): Use renamed diary-button face.
30498         * calendar/calendar.el (diary, calendar-today, holiday)
30499         (mark-visible-calendar-date): Remove "-face" suffix from face names.
30500         (diary-face, calendar-today-face, holiday-face):
30501         New backward-compatibility aliases for renamed faces.
30502         (eval-after-load "facemenu", diary-entry-marker)
30503         (calendar-today-marker, calendar-holiday-marker, diary-face):
30504         Use renamed calendar faces.
30506         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
30507         (compare-windows-face): New backward-compatibility alias for
30508         renamed face.
30509         (compare-windows-highlight): Use renamed compare-windows face.
30511         * strokes.el (strokes-char): Remove "-face" suffix from face name.
30512         (strokes-char-face): New backward-compatibility alias for renamed face.
30513         (strokes-encode-buffer): Use renamed strokes-char face.
30515         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
30516         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
30517         Remove "-face" suffix from face names.
30518         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
30519         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
30520         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
30521         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
30522         Use renamed pcvs faces.
30523         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
30524         * pcvs-defs.el (cvs-mode-map): Likewise.
30525         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
30527         * info.el (info-title-1, info-title-2, info-title-3)
30528         (info-title-4): Remove "-face" suffix from and downcase face names.
30529         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
30530         (Info-title-4-face):
30531         New backward-compatibility aliases for renamed faces.
30532         (Info-fontify-node): Use renamed info faces.
30534         * hilit-chg.el (highlight-changes, highlight-changes-delete):
30535         Remove "-face" suffix from face names.
30536         (highlight-changes-face, highlight-changes-delete-face):
30537         New backward-compatibility aliases for renamed faces.
30538         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
30539         (hilit-chg-make-list): Use renamed highlight-changes faces.
30541         * generic-x.el (show-tabs-tab, show-tabs-space):
30542         Remove "-face" suffix from face names.
30543         (show-tabs-tab-face, show-tabs-space-face):
30544         New backward-compatibility aliases for renamed faces.
30545         (show-tabs-generic-mode-font-lock-defaults-1)
30546         (show-tabs-generic-mode-font-lock-defaults-2):
30547         Use renamed show-tabs faces.
30549         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
30550         (smerge-markers): Remove "-face" suffix from face names.
30551         (smerge-mine-face, smerge-other-face, smerge-base-face)
30552         (smerge-markers-face):
30553         New backward-compatibility aliases for renamed faces.
30554         (smerge-mine-face, smerge-other-face, smerge-base-face)
30555         (smerge-markers-face): Use renamed smerge faces.
30557         * log-view.el (log-view-file, log-view-message): Remove "-face"
30558         suffix from face names.
30559         (log-view-file-face, log-view-message-face):
30560         New backward-compatibility aliases for renamed faces.
30561         (log-view-file-face, log-view-message-face): Use renamed log-view
30562         faces.
30564         * paren.el (show-paren-match, show-paren-mismatch):
30565         Remove "-face" suffix from face names.
30566         (show-paren-match-face, show-paren-mismatch-face):
30567         New backward-compatibility aliases for renamed faces.
30568         (show-paren-function): Use renamed show-paren faces.
30570         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
30571         (ruler-mode-margins, ruler-mode-fringes)
30572         (ruler-mode-column-number, ruler-mode-fill-column)
30573         (ruler-mode-comment-column, ruler-mode-goal-column)
30574         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
30575         suffix from face names.
30576         (ruler-mode-default-face, ruler-mode-pad-face)
30577         (ruler-mode-margins-face, ruler-mode-fringes-face)
30578         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
30579         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
30580         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
30581         New backward-compatibility aliases for renamed faces.
30582         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
30583         (ruler-mode-column-number, ruler-mode-fill-column)
30584         (ruler-mode-comment-column, ruler-mode-goal-column)
30585         (ruler-mode-tab-stop, ruler-mode-current-column)
30586         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
30587         faces.
30589         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
30590         face name.
30591         (whitespace-highlight-the-space): Use renamed face.
30592         (whitespace-highlight-face): New backward-compatibility alias for
30593         renamed face.
30595         * woman.el (woman-italic, woman-bold, woman-unknown)
30596         (woman-addition, woman-symbol-face):
30597         Remove "-face" suffix from face names.
30598         (woman-italic-face, woman-bold-face, woman-unknown-face)
30599         (woman-addition-face):
30600         New backward-compatibility aliases for renamed faces.
30601         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
30602         (woman-decode-region, woman-replace-match)
30603         (woman-display-extended-fonts, woman-special-characters)
30604         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
30605         Use renamed woman faces.
30607         * longlines.el (longlines-visible-face): Face removed.
30609         * diff-mode.el (diff-header, diff-file-header, diff-index)
30610         (diff-hunk-header, diff-removed, diff-added, diff-changed)
30611         (diff-function, diff-context, diff-nonexistent): Remove "-face"
30612         suffix from face names.
30613         (diff-header-face, diff-file-header-face, diff-index-face)
30614         (diff-hunk-header-face, diff-removed-face, diff-added-face)
30615         (diff-changed-face, diff-function-face, diff-context-face)
30616         (diff-nonexistent-face): New backward-compatibility aliases for
30617         renamed faces.
30618         (diff-header-face, diff-file-header-face)
30619         (diff-index, diff-index-face, diff-hunk-header)
30620         (diff-hunk-header-face, diff-removed, diff-removed-face)
30621         (diff-added, diff-added-face, diff-changed-face, diff-function)
30622         (diff-function-face, diff-context-face, diff-nonexistent)
30623         (diff-nonexistent-face): Use renamed diff-mode faces.
30625         * progmodes/compile.el (compilation-warning-face)
30626         (compilation-info-face): Remove "-face" suffix from face names.
30627         (compilation-warning-face, compilation-info-face):
30628         New backward-compatibility aliases for renamed faces.
30629         (compilation-warning-face, compilation-info-face):
30630         Use renamed compilation faces.
30632         * add-log.el (change-log-date, change-log-name)
30633         (change-log-email, change-log-file, change-log-list)
30634         (change-log-conditionals, change-log-function)
30635         (change-log-acknowledgement): Remove "-face" suffix from face names.
30636         (change-log-date-face, change-log-name-face)
30637         (change-log-email-face, change-log-file-face)
30638         (change-log-list-face, change-log-conditionals-face)
30639         (change-log-function-face, change-log-acknowledgement-face):
30640         New backward-compatibility aliases for renamed faces.
30641         (change-log-font-lock-keywords): Use renamed change-log faces.
30643         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30644         (custom-set, custom-changed, custom-saved, custom-button)
30645         (custom-button-pressed, custom-documentation, custom-state)
30646         (custom-comment, custom-comment-tag, custom-variable-tag)
30647         (custom-variable-button, custom-face-tag, custom-group-tag-1)
30648         (custom-group-tag): Remove "-face" suffix from face names.
30649         (custom-magic-alist, custom-magic-value-create)
30650         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30651         (custom-invalid-face, custom-rogue-face, custom-modified-face)
30652         (custom-set-face, custom-changed-face, custom-saved-face)
30653         (custom-button-face, custom-button-pressed-face)
30654         (custom-documentation-face, custom-state-face)
30655         (custom-comment-face, custom-comment-tag-face)
30656         (custom-variable-tag-face, custom-variable-button-face)
30657         (custom-face-tag-face, custom-group-tag-face-1)
30658         (custom-group-tag-face):
30659         New backward-compatibility aliases for renamed faces.
30661         * wid-edit.el (widget-documentation, widget-button)
30662         (widget-field, widget-single-line-field, widget-inactive)
30663         (widget-button-pressed): "-face" suffix removed from face names.
30664         (widget-documentation-face, widget-button-face)
30665         (widget-field-face, widget-single-line-field-face)
30666         (widget-inactive-face, widget-button-pressed-face):
30667         New backward-compatibility aliases for renamed faces.
30668         (widget-documentation-face, widget-button-face)
30669         (widget-button-pressed-face, widget-specify-field)
30670         (widget-specify-inactive): Use renamed widget faces.
30672 2005-06-10  Kenichi Handa  <handa@m17n.org>
30674         * term/x-win.el (x-clipboard-yank): Remove condition-case
30675         wrapping.
30677 2005-06-11  Kenichi Handa  <handa@m17n.org>
30679         * add-log.el (change-log-font-lock-keywords): Make the regexp for
30680         date lines stricter.
30682 2005-06-10  Zhang Wei  <id.brep@gmail.com>
30684         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30685         of x-get-selection.
30687 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
30689         * comint.el (comint-mode, comint-snapshot-last-prompt):
30690         * frame.el (frame-current-scroll-bars):
30691         * term.el (term-mode, term-check-proc, term-input-sender)
30692         (term-simple-send, term-extract-string, term-word)
30693         (term-match-partial-filename):
30694         * window.el (window-current-scroll-bars):
30695         * emulation/cua-base.el (cua-normal-cursor-color)
30696         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30697         (cua-global-mark-cursor-color):
30698         * mail/undigest.el (rmail-forward-separator-regex):
30699         Fix typos in docstrings.
30701         * comint.el (comint-check-proc, make-comint-in-buffer)
30702         (comint-source-default): Doc fixes.
30704         * term.el (term-send-string): Improve argument/docstring consistency.
30706 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
30708         * comint.el (comint-send-input): Bind `inhibit-read-only' around
30709         call to `delete-region'.
30710         (comint-mode-hook): Do not enable Font Lock by default.
30712 2005-06-09  Lute Kamstra  <lute@gnu.org>
30714         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30715         could be void.
30717 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
30719         * emacs-lisp/debug.el (debugger-will-be-back): New var.
30720         (debug): Use it.
30721         (debugger-step-through, debugger-continue, debugger-jump)
30722         (debugger-return-value): Set it when needed.
30723         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30724         Use inhibit-read-only.
30726 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
30728         * window.el (shrink-window-if-larger-than-buffer)
30729         (window-size-fixed): Fix typo in docstring.
30731         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
30732         thumbnails directory on loading.
30733         (thumbs-conversion-program): Use `eq' to check the system type,
30734         not `equal'.
30735         (thumbs-temp-dir): Initialize to `temporary-file-directory',
30736         not "/tmp".  Fix docstring.
30737         (thumbs-thumbsdir): New function to return the thumbnails
30738         directory, creating it if needed.
30739         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30740         (thumbs-temp-file): Delete variable and make it into a function.
30741         (thumbs-resize-image, thumbs-modify-image): Use it.
30742         (thumbs-kill-buffer): Simplify.
30743         (thumbs-gensym): Defalias or duplicate CL `gensym'.
30744         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30745         docstrings.
30747 2005-06-09  Kim F. Storm  <storm@cua.dk>
30749         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30750         set-match-data to free markers in match-data.
30752         * replace.el (replace-match-data): Pass RESEAT arg `t' to
30753         match-data to unchain markers in match-data.
30755 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
30757         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30758         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
30759         unnecessary now.
30761 2005-06-08  Richard M. Stallman  <rms@gnu.org>
30763         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30764         give the variable a doc string that doesn't say don't set it directly.
30766         * textmodes/ispell.el (ispell-check-version):
30767         Use match-string-no-properties.
30768         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30769         (ispell-buffer-local-words): Likewise.
30771         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30772         except on terminals with enough colors to really display it.
30773         (makefile-dependency-regex): Delete spurious `bb'.
30775         * faces.el (escape-glyph): Use blue once again in last case.
30776         (no-break-space): Redefine so that it isn't invisible on a tty.
30778 2005-06-08  Kim F. Storm  <storm@cua.dk>
30780         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30781         also when reading directory name.
30783 2005-06-08  Lute Kamstra  <lute@gnu.org>
30785         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30786         (flyspell-mode-line-string): Remove autoload cookie.
30787         (flyspell-mode): Remove defvar.
30789 2005-06-07  Lute Kamstra  <lute@gnu.org>
30791         * textmodes/org.el (org-run-mode-hooks): New function.
30792         (org-agenda-mode): Use it.
30794 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
30796         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30798 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30800         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30802 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
30804         * font-lock.el (font-lock-add-keywords): Doc fix.
30806 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30808         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30809         (tex-compile-default): In the absence of any history, use the order in
30810         tex-compile-alist to choose the preferred command.
30811         (tex-compile-commands): Reorder a bit.
30813         * textmodes/flyspell.el (flyspell-auto-correct-binding)
30814         (flyspell-incorrect-face, flyspell-duplicate-face):
30815         Use (X)Emacs-agnostic code.
30816         (flyspell-mode-map): Don't overwrite at each load.  Remove code
30817         redundant with the subsequent add-minor-mode.  Merge Emacs and
30818         XEmacs code.
30819         (flyspell-word): Minor simplification.
30820         (flyspell-math-tex-command-p): Quieten the byte-compiler.
30821         (flyspell-external-point-words): Remove unused vars `size' and `start'.
30822         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30823         Merge the corresponding Emacs code.
30824         (flyspell-correct-word, flyspell-xemacs-popup):
30825         Use flyspell-do-correct.
30827         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30828         a dedicated window.
30830         * international/latexenc.el (latexenc-find-file-coding-system):
30831         Undo part of last patch, to turn off a compiler warning.
30833 2005-06-06  Juri Linkov  <juri@jurta.org>
30835         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30836         Rename `tmm-inactive-face' to `tmm-inactive'.
30838 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
30840         * iswitchb.el: Rename faces.
30842 2005-06-06  Kim F. Storm  <storm@cua.dk>
30844         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30845         (cua-global-mark): Remove -face suffix from face names.
30847         * emulation/cua-gmrk.el (cua--init-global-mark):
30848         Remove cua-global-mark face setup.
30850 2005-06-06  Richard M. Stallman  <rms@gnu.org>
30852         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30853         just like other allowed characters.
30854         (makefile-match-dependency): Exclude leading and training whitespace
30855         from the range of regexp subexp 1.
30856         (makefile-macroassign-regex): Don't try to match the body,
30857         just the name of the macro being defined.
30859         * info.el (Info-read-node-name-2): New function.
30860         (Info-read-node-name-1): Use that.
30861         Add a completion-base-size-function property.
30863         * simple.el (completion-setup-function): Look for
30864         completion-base-size-function property of minibuffer-completion-table.
30866         * files.el (locate-file-completion): Doc fix.
30868         * printing.el: Don't call pr-update-menus; user must do that.
30870         * emacs-lisp/debug.el (debugger-window): New variable.
30871         (debug): Use debugger-window if it is set and still alive.
30872         Record debugger-window for next entry.
30874         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30876 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
30878         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30879         (hack-one-local-variable, hack-local-variables)
30880         (hack-local-variables-prop-line): Pass that arg.
30882 2005-06-06  Kim F. Storm  <storm@cua.dk>
30884         * ido.el (ido-first-match, ido-only-match, ido-subdir)
30885         (ido-indicator): Remove -face suffix from face names.
30887 2005-06-06  Juri Linkov  <juri@jurta.org>
30889         * font-lock.el (font-lock-regexp-backslash)
30890         (font-lock-regexp-backslash-construct): New faces.
30891         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
30892         after `('.  Add `while-no-input' to control structures.
30894         * faces.el (no-break-space, shadow): New faces.
30895         (escape-glyph): Use less loud colors pink2 and red4.
30897         * diff-mode.el (diff-context-face)
30898         * dired.el (dired-ignored)
30899         * rfn-eshadow.el (file-name-shadow)
30900         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30902         * info.el (Info-title-1-face): Use green instead of yellow because
30903         bold yellow is not readable on light backgrounds.
30905         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30906         before selecting the desired mode to not spend time fontifying
30907         old contents.
30909 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
30911         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30912         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30914         * ps-print.el (ps-default-fg, ps-default-bg):
30915         Fix typos in docstrings.
30917         * isearchb.el (isearchb): Don't pass a spurious second argument to
30918         `iswitchb-completions'.
30920 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
30922         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30923         to preserve point.
30924         (gdb-find-file-hook): Add doc string.
30926         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30927         C dereferenced pointer expression.
30928         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
30930         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30932         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30933         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30934         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30935         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30936         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30937         Make background transparent.
30939 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
30941         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
30942         (font-lock-remove-keywords): Doc fix.
30943         (font-lock-mode-major-mode): Compiler defvar.
30944         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30946         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30947         (font-lock-mode): Update `font-lock-mode-major-mode'.
30948         (font-lock-set-defaults): Compiler defvar.
30949         (font-lock-default-function): Take `font-lock-mode-major-mode'
30950         into account.
30952         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30953         keep track of which major mode it enabled the minor mode for.
30954         Use find-file-hook again.  Update docstring.
30956         * simple.el (eval-expression-print-level)
30957         (eval-expression-print-length, eval-expression-debug-on-error):
30958         Doc fixes.
30960 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
30962         * iswitchb.el (iswitchb-single-match-face)
30963         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30964         (iswitchb-invalid-regexp-face): New faces.
30965         (iswitchb-completions): Use them.
30966         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30967         now marked as an obsolete alias.
30968         (iswitchb-read-buffer): Remove check for bound font variables.
30969         (iswitchb-invalid-regexp): New free variable.
30970         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30971         set iswitchb-invalid-regexp.
30972         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30973         invalid regexps.
30974         (iswitchb-completions): Add check for complete match when entering
30975         a regexp.
30976         (iswitchb-completions): Remove require-match argument.
30977         (iswitchb-exhibit): Fix caller.
30978         (iswitchb-common-match-inserted): New variable.
30979         (iswitchb-complete, iswitchb-completion-help): Use it.
30981 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
30983         * url/url-http.el (url-http-chunked-encoding-after-change-function):
30984         Use `url-http-debug' instead of `message'.
30986 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
30988         * url/url-http.el (url-http-parse-headers): Pass redirected URL
30989         as a callback argument.
30991 2005-06-04  Kim F. Storm  <storm@cua.dk>
30993         * simple.el (line-move): Only call sit-for when moving backwards.
30995         * ido.el (ido-make-merged-file-list-1): New defun split from
30996         ido-make-merged-file-list.
30997         (ido-make-merged-file-list): Bind throw-on-input around call to
30998         ido-make-merged-file-list-1.  Return input-pending-p if
30999         interrupted by more input available.
31000         (ido-read-internal): Handle input-pending-p return value from
31001         ido-make-merged-file-list.
31003 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31005         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
31006         compatibility code.
31008         * international/latexenc.el (latexenc-find-file-coding-system):
31009         Don't inherit the EOL part of the coding-system from the
31010         tex-main buffer.  Fit within 80 columns.
31012 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
31014         * tmm.el (tmm-inactive-face): New face.
31015         (tmm-remove-inactive-mouse-face): New function.
31016         (tmm-prompt, tmm-add-one-shortcut)
31017         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
31018         but not selectable.
31020 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
31022         * faces.el (face-equal): Improve argument/docstring consistency.
31024 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
31026         * progmodes/make-mode.el (makefile-targets-face)
31027         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
31028         (makefile-bsdmake-dependency-regex)
31029         (makefile-makepp-rule-action-regex)
31030         (makefile-bsdmake-rule-action-regex): New constants.
31031         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
31033         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31034         Allow (...) within `...' for makepp messages.
31036 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
31038         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
31040         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
31041         "." files are deleted from all file lists before comparison.
31043         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
31044         (viper-ESC-key): Made them customizable.
31046         * emulation/viper.el (viper-non-hook-settings):
31047         Fix the names of defadvices.
31049 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
31051         * autorevert.el (auto-revert-buffers): Use save-match-data.
31053 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31055         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
31056         menu items with a nil command binding.
31058 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
31060         * emacs-lisp/cl-macs.el (defsetf):
31061         Improve argument/docstring consistency.
31063         * faces.el (list-faces-display): Improve the formatting by
31064         computing the maximum length required for any face-name (reworked
31065         patch of 1999-01-11, accidentally deleted on 1999-07-21).
31066         (internal-find-face): Remove redundant info in docstring.
31068 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
31070         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
31071         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
31072         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
31073         (gdb-assembler-custom): Improve regexps.
31074         (def-gdb-auto-update-handler): Use window point to preserve point.
31076 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31078         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
31080 2005-05-31  Jay Belanger  <belanger@truman.edu>
31082         * calc/calc-embed.el (calc-embedded-word): Change argument passed
31083         to calc-embedded.
31084         (calc-embedded-make-info): Have plain prefix argument select
31085         entire line.
31087 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
31089         * faces.el (list-faces-display): Signal error if passed a regexp
31090         that matches no face name.
31092         * simple.el (filter-buffer-substring): Fix typo in docstring.
31094 2005-05-31  Richard M. Stallman  <rms@gnu.org>
31096         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
31097         (vhdl-emacs-21): Doc fix.
31098         (vhdl-mode): Unconditionally set comment-padding.
31099         (vhdl-fixup-whitespace-region): Insert spaces only where
31100         there are none.
31101         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
31103 2005-05-30  John Wiegley  <johnw@newartisans.com>
31105         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
31106         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
31107         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
31108         `directory-sep-char' to ?/, and all uses of `string-to-int' to
31109         `string-to-number'.
31111 2005-05-30  Jay Belanger  <belanger@truman.edu>
31113         * calc/calc.el (calc-bug-address): Fix docstring.
31114         (calc-window-hook, calc-trail-window-hook): New variables.
31115         (calc-trail-display): Restore use of calc-trail-window-hook.
31116         (calc): Restore use of calc-window-hook.
31118 2005-05-31  Masatake YAMATO  <jet@gyve.org>
31120         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
31122         * help-fns.el (help-C-file-name): Add autoload mark for
31123         `find-function-noselect'.
31125 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
31127         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
31128         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
31130 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31132         * calendar/diary-lib.el (mark-included-diary-files): Only kill
31133         included diary buffer if it was not already being visited.
31134         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
31136         * calendar/icalendar.el (top-level): Do not require appt.
31138         * mail/supercite.el (sc-select-attribution): Only use a list
31139         element from sc-attrib-selection-list if it returns a string.
31140         Reported by Davide G. M. Salvetti <salve@debian.org>.
31142 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
31144         * thumbs.el (thumbs-thumbname): The resulting thumbname now
31145         includes a hash value to improve its uniqueness, and has a ".jpg"
31146         extension.  Also, it is now a valid filename on all systems.
31147         (thumbs-make-thumb): Use `let', not `let*'.
31148         (thumbs-show-thumbs-list): Check for JPEG availability.
31150 2005-05-30  Richard M. Stallman  <rms@gnu.org>
31152         * filesets.el (filesets-menu-ensure-use-cached):
31153         Prevent warning when emacs-version>= is undefined.
31155         * printing.el (pr-interactive-n-up): Use string-to-number.
31157         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
31159         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
31160         Warn only when name to be defined is quoted.
31162 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
31164         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
31165         Make regexp more robust.
31166         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
31167         Force regeneration of disassembly.
31169 2005-05-29  Jay Belanger  <belanger@truman.edu>
31171         * calc/calc.el (calc-user-invocation): Check if
31172         calc-invocation-macro is non-nil.
31174 2005-05-29  Juri Linkov  <juri@jurta.org>
31176         * add-log.el (change-log-font-lock-keywords):
31177         Add `+' to e-mail regexp to accept mail address with keywords.
31179         * man.el (Man-name-regexp): Add `:' to accept qualified names.
31181 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
31183         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
31185         * ielm.el (inferior-emacs-lisp-mode): Ditto.
31187 2005-05-29  Richard M. Stallman  <rms@gnu.org>
31189         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
31190         Undo the change that moves to end of the current word.
31192 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
31194         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
31195         Throw error when count <= 0 to ensure input is a number.
31196         (gdb-read-memory-custom): Pick up address from buffer.
31197         (gdb-memory-mode): Allow user to increment and decrement
31198         memory address from header line.
31200 2005-05-29  Richard M. Stallman  <rms@gnu.org>
31202         * textmodes/flyspell.el (flyspell-version): Function deleted.
31203         (flyspell-auto-correct-previous-hook): Doc fix.
31205         * jit-lock.el (jit-lock-function, jit-lock-after-change):
31206         Do nothing if memory is full.
31208         * font-lock.el (font-lock-fontify-syntactically-region):
31209         Pass t for GREEDY to looking-back.
31211         * saveplace.el (save-place-alist-to-file): Write the file
31212         using write-region.
31214         * subr.el (looking-back): New argument GREEDY.
31216         * progmodes/compile.el (compilation-start): Set the mode
31217         before inserting the initial text.
31219         * progmodes/which-func.el (which-func-update-1): Turn the mode
31220         off in case of error by setting which-func-mode.
31222 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
31224         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
31225         Narrow down to what's on the screen, and recenter overlays
31226         at the end of the next word.
31228 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
31230         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
31231         8Vars moved up.
31232         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
31233         (flyspell-abbrev-p): Default to nil.
31234         (flyspell-use-global-abbrev-table-p): Doc fix.
31235         (flyspell-large-region): Allow nil as value.
31236         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
31238         (mail-mode-flyspell-verify): More robust handling
31239         of `mail-header-separator'.  More efficient signature detection.
31240         Allow for regexp metacharacters in message-header-separator.
31241         Adding `To' not to be checked in mail-mode-flyspell-verify.
31243         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
31244         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
31245         Bind flyspell-auto-correct-binding.
31246         Bind C-. and C-, .
31247         (flyspell-mode-map): Likewise.
31248         (flyspell-mode): Doc fix.
31249         (flyspell-accept-buffer-local-defs): Preserve current buffer.
31250         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
31251         (flyspell-word-cache-result): New var, always local.
31252         (flyspell-check-pre-word-p): Doc fix.
31253         (flyspell-check-changed-word-p): Handle spc like newline.
31254         (flyspell-post-command-hook): Set flyspell-word-cache-result.
31255         (flyspell-word-search-backward, flyspell-word-search-forward):
31256         New functions.
31257         (flyspell-word): Return t if nothing to check.
31258         When parsing TeX code, check for after } or \.
31259         Use flyspell-word-search-backward to find previous word.
31260         Return nil if duplicated word.
31261         For word already checked, return same value as last time.
31262         Set flyspell-word-cache-result after checking.
31263         Don't clobber the return value.
31264         (flyspell-get-word): Major rewrite.
31265         (flyspell-external-point-words): New locals pword, pcount.
31266         Fix size used in progress message.
31267         Find the proper corresponding word in flyspell-large-region-buffer.
31268         (flyspell-region): Check for flyspell-large-region = nil.
31269         (flyspell-highlight-incorrect-region): Clean up overlays in region.
31270         (flyspell-auto-correct-word): Check that WORD is a cons.
31271         (flyspell-correct-word): Likewise.
31273 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
31275         * progmodes/make-mode.el (makefile-rule-action-regex)
31276         (makefile-macroassign-regex, makefile-makepp-mode)
31277         (makefile-bsdmake-mode): Continuation lines may be empty.
31278         Reported by Joshua Varner.
31279         (makefile-makepp-font-lock-keywords): Add $(stem).
31281 2005-05-28  Karl Berry  <karl@gnu.org>
31283         * textmodes/tex-mode.el: Now that tex-send-command calls
31284         shell-quote-argument (2005-03-31 change), remove all calls to
31285         shell-quote-argument; they all end up invoking tex-send-command.
31286         The double quoting loses on filenames with non-safe characters,
31287         such as "@".  Reported by Frederik Fouvry.
31289 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
31291         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
31292         about preserving point.
31294 2005-05-27  Jay Belanger  <belanger@truman.edu>
31296         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
31297         Info-goto-node.
31299         * calc/calc-embed.el (calc-embed-arg): New variable.
31300         (calc-do-embedded-activate, calc-embedded-activate-formula)
31301         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
31302         variable by new variable.
31303         (calc-embedded-make-info): Replace undeclared variable by new
31304         variable.  When selecting region with positive prefix
31305         argument, use end of previous line instead of beginning of line.
31307         * calc/calc-aent.el (calc-arg-values): Declare it.
31309         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
31310         Declare them.
31312         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
31314         * calc/calc.el (calc-alg-map): Declare it.
31316         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
31318 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
31320         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
31321         (gdb-registers-buffer, toggle-gdb-all-registers):
31322         Toggle display of floating point registers.
31323         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
31325         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
31326         (toggle-gud-tooltip-dereference):
31327         Rename from gud-toggle-tooltip-dereference.
31329 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31331         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
31333 2005-05-27  Jay Belanger  <belanger@truman.edu>
31335         * calc/calc-prog.el (calc-kbd-report): Remove.
31336         (calc-kbd-query): Rewrite.
31338 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
31340         * image.el (image-library-alist): Move to image.c.
31341         (image-type-available-p): Doc fix.
31343 2005-05-27  Lute Kamstra  <lute@gnu.org>
31345         * calc/calc.el (calc):
31346         * outline.el (outline-1, outline-2, outline-3, outline-4)
31347         (outline-5, outline-6, outline-7, outline-8):
31348         * textmodes/dns-mode.el (dns-mode):
31349         * textmodes/sgml-mode.el (sgml-namespace-face):
31350         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
31351         (tex-verbatim-face, tex-use-reftex):
31352         * textmodes/texinfo.el (texinfo-heading-face):
31353         Specify customization group.
31355         * longlines.el: Don't require easy-mmode.
31356         (longlines-visible-face): Specify customization group.
31358 2005-05-27  Kenichi Handa  <handa@m17n.org>
31360         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
31361         encoding table of windows-1251.
31363         * international/ucs-tables.el (ucs-set-table-for-input):
31364         If translation-table-for-input of a coding system is a symbol, get
31365         its translation-table property.
31367         * international/code-pages.el: Don't register a coding system into
31368         non-iso-charset-alist more than once.
31369         (cp-make-coding-system): Likewise.
31371 2005-05-26  John Wiegley  <johnw@newartisans.com>
31373         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
31374         `eshell-resume-eval' is wrapped in a list, it indicates that the
31375         command was run asynchronously.  In that case, unwrap the value
31376         before checking the delimiter value.
31378         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
31379         character before a space at the end of a line is \, assume the space
31380         is part of the last argument rather than a final argument separator.
31382         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
31383         is in use, and the target is `t' or `nil' (which are the most common
31384         values), don't assume that the symbol target is a buffer.
31386 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
31388         * calendar/calendar.el (calendar-mode-line-format):
31389         Use mode-line-highlight as mouse-face.
31391         * time.el (display-time-string-forms, display-time-update):
31392         Use mode-line-highlight as mouse-face.
31394 2005-05-26  Jay Belanger  <belanger@truman.edu>
31396         * calc/calc.el (calc-language-alist): Remove extra defvar.
31398 2005-05-26  Lute Kamstra  <lute@gnu.org>
31400         * arc-mode.el (archive-mode):
31401         * bookmark.el (bookmark-read-annotation-mode)
31402         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
31403         * bs.el (bs-mode):
31404         * calc/calc-yank.el (calc-edit-mode):
31405         * calc/calc.el (calc-mode, calc-trail-mode):
31406         * calculator.el (calculator-mode):
31407         * chistory.el (command-history-mode):
31408         * comint.el:
31409         * cus-edit.el (custom-mode):
31410         * descr-text.el (describe-text-mode):
31411         * ebuff-menu.el (Electric-buffer-menu-mode):
31412         * ediff-util.el (ediff-mode):
31413         * emacs-lisp/re-builder.el (reb-mode):
31414         * emulation/vi.el (vi-mode-setup):
31415         * emulation/ws-mode.el (wordstar-mode):
31416         * eshell/esh-mode.el (eshell-mode):
31417         * forms.el (forms-mode):
31418         * help-mode.el (help-mode):
31419         * hexl.el (hexl-mode):
31420         * ibuffer.el (ibuffer-mode):
31421         * ielm.el (inferior-emacs-lisp-mode):
31422         * info.el (Info-mode, Info-edit-mode):
31423         * international/swedish.el:
31424         * ledit.el (ledit-from-lisp-mode):
31425         * locate.el (locate-mode):
31426         * mail/rmail.el (rmail-mode):
31427         * mail/rmailedit.el (rmail-edit-mode):
31428         * mail/rmailsum.el (rmail-summary-mode):
31429         * mail/supercite.el (sc-electric-mode):
31430         * net/eudc.el (eudc-mode):
31431         * net/quickurl.el (quickurl-list-mode):
31432         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
31433         * obsolete/ooutline.el (outline-mode):
31434         * obsolete/options.el (Edit-options-mode):
31435         * obsolete/rnews.el (news-mode):
31436         * obsolete/rnewspost.el (news-reply-mode):
31437         * play/5x5.el (5x5-mode):
31438         * play/decipher.el (decipher-mode, decipher-stats-mode):
31439         * play/gomoku.el (gomoku-mode):
31440         * play/snake.el (snake-mode):
31441         * play/solitaire.el (solitaire-mode):
31442         * play/tetris.el (tetris-mode):
31443         * progmodes/ada-mode.el (ada-mode):
31444         * progmodes/antlr-mode.el (antlr-mode):
31445         * progmodes/autoconf.el (autoconf-mode):
31446         * progmodes/dcl-mode.el (dcl-mode):
31447         * progmodes/delphi.el (delphi-mode):
31448         * progmodes/ebrowse.el (ebrowse-tree-mode)
31449         (ebrowse-electric-list-mode, ebrowse-member-mode)
31450         (ebrowse-electric-position-mode):
31451         * progmodes/f90.el (f90-mode):
31452         * progmodes/fortran.el (fortran-mode):
31453         * progmodes/icon.el (icon-mode):
31454         * progmodes/idlw-help.el (idlwave-help-mode):
31455         * progmodes/idlw-shell.el (idlwave-shell-mode):
31456         * progmodes/idlwave.el (idlwave-mode):
31457         * progmodes/inf-lisp.el (inferior-lisp-mode):
31458         * progmodes/m4-mode.el (m4-mode):
31459         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
31460         * progmodes/modula2.el (modula-2-mode):
31461         * progmodes/octave-inf.el (inferior-octave-mode):
31462         * progmodes/octave-mod.el (octave-mode):
31463         * progmodes/pascal.el (pascal-mode):
31464         * progmodes/sh-script.el (sh-mode):
31465         * progmodes/sql.el (sql-mode, sql-interactive-mode):
31466         * progmodes/vhdl-mode.el (vhdl-mode):
31467         * progmodes/xscheme.el (scheme-interaction-mode):
31468         * replace.el (occur-mode):
31469         * ses.el (ses-mode):
31470         * simple.el (completion-list-mode):
31471         * skeleton.el:
31472         * speedbar.el (speedbar-mode):
31473         * term.el (term-mode):
31474         * terminal.el (terminal-edit-mode):
31475         * textmodes/reftex-index.el (reftex-index-mode)
31476         (reftex-index-phrases-mode):
31477         * textmodes/reftex-sel.el (reftex-select-label-mode)
31478         (reftex-select-bib-mode):
31479         * textmodes/reftex-toc.el (reftex-toc-mode):
31480         * wdired.el (wdired-change-to-wdired-mode):
31481         * wid-browse.el (widget-browse-mode):
31482         Use run-mode-hooks.
31484         * array.el (array-mode):
31485         * calendar/todo-mode.el (todo-mode):
31486         * man.el (Man-mode):
31487         * play/landmark.el (lm-mode):
31488         * play/mpuz.el (mpuz-mode):
31489         Use kill-all-local-variables and run-mode-hooks.
31491         * subr.el (delay-mode-hooks): Specify indentation.
31493 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
31495         * xml.el (xml-substitute-special): Don't die for undefined xml
31496         entities.
31498 2005-05-26  Jay Belanger  <belanger@truman.edu>
31500         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
31501         of nil.
31503 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
31505         * progmodes/gdb-ui.el (gdb-frame-address):
31506         Rename from gdb-current-address.
31507         (gdb-previous-frame-address): Rename from gdb-previous-address.
31508         (gdb-selected-frame): Rename from gdb-current-frame.
31509         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
31510         (gdb-frame-number): Rename from gdb-current-stack-level.
31511         (gdb-ann3): Match new mode-name for disassembly buffer.
31512         Extend initialization of variables.
31513         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
31514         (gdb-memory-mode): Use mouse-face in header line.
31515         (gdb-assembler-buffer-name): Call it disassembly and give frame
31516         in mode line.
31517         (gdb-source-spec-regexp, gdb-assembler-custom)
31518         (gdb-invalidate-assembler, gdb-frame-handler):
31519         Make robust to leading zeroes in address format.
31521 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
31523         * textmodes/org.el (org-mode): Use `define-derived-mode' to
31524         define `org-mode'.
31525         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
31527 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31529         * log-edit.el (log-edit-changelog-entries): Distinguish between
31530         filenames like xfns.c and fns.c.
31532 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
31534         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
31535         point after reverting.
31536         (Buffer-menu-make-sort-button): Handle the case where
31537         `Buffer-menu-use-header-line' is nil.
31539 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
31541         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
31542         New funcs.  In minibuffer-local-completion-map bind `]', `/'
31543         and `:' to them.
31545 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
31547         * startup.el (normal-top-level): Allow modification of load-path while
31548         we're iterating over it.
31550 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
31552         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
31553         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
31554         (thumbs-resize-interactive, thumbs-insert-image)
31555         (thumbs-insert-thumb, thumbs-dired-show-marked)
31556         (thumbs-find-image-at-point, thumbs-delete-images)
31557         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
31558         (thumbs-increment-image-size, thumbs-decrement-image-size):
31559         Fix typos in docstrings.
31561 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
31563         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
31564         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
31565         (cperl-mode): Use them.
31567 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
31569         * window.el (quit-window, shrink-window-if-larger-than-buffer):
31570         Doc fixes.
31572 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
31574         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
31575         Bind C-d to gdb-inferior-io-eof.
31577         * dired.el (dired-dnd-popup-notice): Use message-box.
31579 2005-05-23  Masatake YAMATO  <jet@gyve.org>
31581         * bindings.el (mode-line-major-mode-keymap):
31582         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
31584         * faces.el (mode-line-highlight): New face.
31586         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
31587         as mouse-face.
31589         * bindings.el (top-level, help-echo, mode-line-modified)
31590         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
31591         as mouse-face.
31593 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
31595         * progmodes/cc-engine.el (c-guess-basic-syntax):
31596         Remove spurious call to `zerop'.
31598         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
31600 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
31602         CC Mode update to 5.30.10:
31604         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
31605         the point could go past the limit in decoration level 2, thereby
31606         causing errors during interactive fontification.
31608         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
31609         bug when the file is evaluated interactively.
31611         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
31612         declarations somewhat better in C++.
31614         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
31615         New helper macro to make use of `run-mode-hooks'
31616         which has been added in Emacs 21.1.
31617         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
31618         (awk-mode): Use it.
31619         (make-local-hook): Suppress warning about obsoleteness.
31621         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
31622         (c-append-backslashes-forward, c-delete-backslashes-forward)
31623         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
31624         Compensate for return value from `forward-line' when it has moved
31625         but not to a different line due to eob.
31627         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31628         `objc-method-intro' and `objc-method-args-cont'.
31630 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
31632         CC Mode update to 5.30.10:
31634         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31635         address in the copyright statement.  Incidentally, change "along with
31636         GNU Emacs" to "along with this program" where it occurs.
31638         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31639         autoload, so that it is interactive, hence can be found by M-x awk-mode
31640         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
31641         <gmorris+emacs@ast.cam.ac.uk>.
31643         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31644         Mode's regexps.
31646 2005-05-23  Kevin Ryde  <user42@zip.com.au>
31648         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31649         from c-parse-state, to avoid a lisp error (on bad code).
31651 2005-05-23  Lute Kamstra  <lute@gnu.org>
31653         * subr.el (font-lock-defaults): Remove defvar as it's already
31654         defined in font-core.el.
31656         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31658 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
31660         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31661         more general and work when GDB variable "print pretty" is on,
31662         as with Emacs, for example.
31664 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
31666         * font-core.el: Update comment.
31668         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31669         Use `after-change-major-mode-hook' instead of `find-file-hook'.
31671         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31673 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
31675         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31676         and `yank-handler' in the doc strings.
31678 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
31680         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
31682 2005-05-22  Richard M. Stallman  <rms@gnu.org>
31684         * help.el (describe-key): Move print-help-return-message call
31685         out of conditional.
31687         * progmodes/etags.el (list-tags): Use with-no-warnings.
31689         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31690         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31691         (starttls-extra-args, starttls-extra-arguments): Add defvars.
31693         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31695         * language/viet-util.el (viet-viscii-nonascii-translation-table):
31696         Add defvar.
31698         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31699         Use defvar, not defconst.
31701         * hexl.el (hexl-follow-line): Use with-no-warnings.
31703         * emulation/tpu-extras.el: Use write-file-functions instead of
31704         write-file-hooks.
31706         * dired.el (dired-font-lock-keywords): Fontify files with junk
31707         extensions even if marked by -F.
31709 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
31711         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31712         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31713         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31714         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31715         (concatenate, list-length, get*, getf, cl-remprop):
31716         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31717         (etypecase, progv, lexical-let, lexical-let*)
31718         (multiple-value-bind, multiple-value-setq, shiftf):
31719         Improve argument/docstring consistency.
31721         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31723 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
31725         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31726         doesn't exist.
31728         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
31729         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31731 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
31733         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31734         already deleted variables: auto-fill-hook, blink-paren-hook,
31735         lisp-indent-hook, inhibit-local-variables, unread-command-event,
31736         suspend-hooks, comment-indent-hook, meta-flag,
31737         before-change-function, after-change-function,
31738         font-lock-doc-string-face.
31740 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
31742         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31744 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
31746         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31747         rmail-dont-reply-to.
31749 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31751         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31752         literal blank when splitting new-header-values.
31754 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
31756         * calendar/cal-menu.el (cal-menu-update): Add separator as a
31757         string so that tmm doesn't create a completion entry for it.
31759         * textmodes/table.el (table-disable-menu): Ditto.
31761 2005-05-21  Richard M. Stallman  <rms@gnu.org>
31763         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31765         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31767         * net/rcompile.el (remote-compile): Use compilation-start.
31769         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31771 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
31773         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31774         Default to makefile-bsdmake-mode on BSD systems.
31776         * imenu.el (imenu-generic-expression, imenu--generic-function'):
31777         REGEXP may also be a search function now.  The part of doc-string
31778         for describing the structure was 95% identical to that of
31779         `imenu--generic-function'.  Unify it there.
31781         * progmodes/make-mode.el (makefile-imenu-generic-expression):
31782         Use function to find dependencies, because regexp alone is so complex,
31783         it easily goes into an endless loop.
31784         (makefile-makepp-mode): Also add submenu for Perl functions
31785         defined in the makefile.
31786         (makefile-bsdmake-mode): Special imenu-generic-expression no
31787         longer needed, due to function call.
31788         (makefile-match-dependency): Take BOUND into account when checking
31789         if we're through.
31791 2005-05-20  Jay Belanger  <belanger@truman.edu>
31793         * calc/calc-units.el (calc-invalidate-units-table):
31794         Use inhibit-read-only.
31795         (math-build-units-table-buffer): Use view-mode.
31797 2005-05-20  David Kastrup  <dak@gnu.org>
31799         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31800         easy-menu-add is not a nop on Emacs; and clarify when to call it.
31802 2005-05-20  Lute Kamstra  <lute@gnu.org>
31804         * diff-mode.el (diff-header-face, diff-file-header-face)
31805         (diff-index-face, diff-hunk-header-face, diff-removed-face)
31806         (diff-added-face, diff-changed-face, diff-function-face)
31807         (diff-context-face, diff-nonexistent-face): Put them in the
31808         diff-mode customization group.
31810 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31812         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31814         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31816         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31817         Minor regexp-optimization.
31819 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
31821         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31822         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31823         (org-agenda-add-time-grid-maybe): New function.
31824         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31825         (org-table-create): `dotimes' instead of `mapcar'.
31826         (org-xor): Simplify implementation.
31827         (org-agenda): `inhibit-redisplay' turned on.
31828         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31829         a consistent line after a state change.
31830         (org-agenda-remove-times-when-in-prefix): New option.
31831         (org-prefix-has-time): New variable.
31832         (org-parse-time-string): Optional argument NODEFAULT.
31833         (org-format-agenda-item): Parse items for time-of-day
31834         specifications and move these into the prefix if possible.
31835         (org-agenda-priority): Get current heading, not previous heading
31836         during agenda remote editing.
31838 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
31840         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31841         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31842         (remove-duplicates, delete-duplicates, substitute)
31843         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31844         (nsubstitute-if-not, find, find-if, find-if-not, position)
31845         (position-if, position-if-not, count, count-if, count-if-not)
31846         (mismatch, search, sort*, stable-sort, merge, member*)
31847         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31848         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31849         (intersection, nintersection, set-difference, nset-difference)
31850         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31851         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31852         (nsublis, tree-equal): Improve argument/docstring consistency.
31854         * subr.el (send-string, send-region): Remove obsolescence declaration.
31855         (window-dot, set-window-dot, read-input, show-buffer)
31856         (eval-current-buffer, string-to-int):
31857         Add release number to obsolescence declarations.
31859 2005-05-19  Kim F. Storm  <storm@cua.dk>
31861         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31862         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31864 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
31866         * faces.el (list-faces-display): Make back button respect optional
31867         regexp arg.
31869 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
31871         * calculator.el (calculator-radix-grouping-mode)
31872         (calculator-radix-grouping-digits, calculator-displayer)
31873         (calculator-radix-grouping-separator, calculator-copy-displayer):
31874         * dabbrev.el (dabbrev-search-these-buffers-only):
31875         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31876         (diff-advance-after-apply-hunk, diff-mode-hook)
31877         (diff-minor-mode-prefix):
31878         * imenu.el (imenu-use-popup-menu):
31879         * jit-lock.el (jit-lock-context-time):
31880         * newcomment.el (comment-fill-column, comment-column)
31881         (comment-style, comment-padding, comment-multi-line)
31882         (comment-empty-lines, comment-auto-fill-only-comments):
31883         * reveal.el (reveal-around-mark):
31884         * uniquify.el (uniquify-buffer-name-style)
31885         (uniquify-after-kill-buffer-p)
31886         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31887         (uniquify-min-dir-content, uniquify-separator)
31888         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31889         * w32-vars.el (w32-fixed-font-alist):
31890         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31891         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31892         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31893         * progmodes/perl-mode.el (perl-indent-level)
31894         (perl-continued-statement-offset, perl-continued-brace-offset)
31895         (perl-brace-offset, perl-brace-imaginary-offset)
31896         (perl-label-offset, perl-indent-continued-arguments)
31897         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31898         * progmodes/tcl.el (tcl-indent-level)
31899         (tcl-continued-indent-level, tcl-auto-newline)
31900         (tcl-tab-always-indent, tcl-electric-hash-style)
31901         (tcl-help-directory-list, tcl-use-smart-word-finder)
31902         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31903         (inferior-tcl-source-command):
31904         * textmodes/fill.el (enable-kinsoku):
31905         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31906         * textmodes/table.el (table-yank-handler):
31907         Specify missing group (and type, if simple) in defcustom.
31909 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
31911         * progmodes/compile.el (compilation-finish-function): Fix defvar.
31913 2005-05-19  Richard M. Stallman  <rms@gnu.org>
31915         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31917         * subr.el (event-basic-type): Don't get an error.
31918         (left-fringe-p): Function deleted.
31920         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31921         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31923         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31924         in recursive copy.
31926         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31928         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31930         * emacs-lisp/bytecomp.el
31931         (byte-compile-file-form-custom-declare-variable):
31932         Call byte-compile-nogroup-warn if appropriate.
31934         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31935         (compilation-set-window): Don't call left-fringe-p; do it directly.
31937 2005-05-19  Jay Belanger  <belanger@truman.edu>
31939         * calc/calc-graph.el (calc-graph-format-data): Make sure
31940         var-PlotRejects is bound before trying to check its value.
31942 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
31944         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31945         definition of this variable from reftex-global.el to reftex.el,
31946         because it is needed in the menu.
31948 2005-05-19  Lute Kamstra  <lute@gnu.org>
31950         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31951         years are fixed.  Don't insert a space after a dash.
31953 2005-05-19  Kim F. Storm  <storm@cua.dk>
31955         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31957 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
31959         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31960         strings, because (eq ... ?\\) is fairly frequent.
31962         * progmodes/make-mode.el (makefile-add-this-line-targets):
31963         Simplify and integrate into `makefile-pickup-targets'.
31964         (makefile-add-this-line-macro): Simplify and integrate into
31965         `makefile-pickup-macros.
31966         (makefile-pickup-filenames-as-targets): Simplify.
31967         (makefile-previous-dependency, makefile-match-dependency):
31968         Don't stumble over `::'.
31970 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
31972         * subr.el (post-command-idle-hook, post-command-idle-delay):
31973         Remove obsoletion of post-command-idle-hook and
31974         post-command-idle-delay.
31976         * faces.el (list-faces-display): Provide button when describe-face
31977         is called to take user back to the list of faces.
31979         * help-fns.el (describe-variable): Remove hyperlinks in a
31980         variable's value as these are quite frequently inappropriate.
31982         * follow.el (follow-submit-feedback, follow-mode):
31983         Remove references to post-command-idle-hook.
31985 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
31987         * progmodes/make-mode.el (makefile-previous-dependency)
31988         (makefile-match-dependency): Check for := (and in bsd mode also
31989         !=) to give a better result, even when font-lock is not on.
31991 2005-05-18  Jay Belanger  <belanger@truman.edu>
31993         * calc/calc-help.el (calc-s-prefix-help):
31994         Add `calc-copy-special-constant' to help string.
31996 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
31998         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32000 2005-05-18  Jay Belanger  <belanger@truman.edu>
32002         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
32003         in linear factors are in proper order.
32005 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
32007         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32008         Support for jurabib.
32010         * textmodes/reftex.el (featurep): Define aliases for overlay
32011         commands, for XEmacs compatibility, and use these aliases in
32012         overlay initializations.
32013         (reftex-highlight): Use `reftex-move-overlay'.
32014         (reftex-unhighlight): Use `reftex-delete-overlay'.
32015         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
32016         (reftex-access-search-path): Use `reftex-uniquify' instead of
32017         `reftex-uniq'.
32019         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
32020         `before-string' property modification enables for Emacs as well.
32021         (reftex-select-item): Use `reftex-delete-overlay'.
32022         (reftex-select-mark): Use `reftex-make-overlay' and
32023         `reftex-overlay-put'.
32024         (reftex-select-unmark): Use `reftex-delete-overlay' and
32025         `reftex-overlay-put'.
32027 2005-05-18  Lute Kamstra  <lute@gnu.org>
32029         * emacs-lisp/lisp.el (check-parens): Fix docstring.
32031 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
32033         * add-log.el (add-change-log-entry):
32034         * array.el (array-make-template, array-reconfigure-rows)
32035         (array-init-max-row, array-init-max-column)
32036         (array-init-columns-per-line, array-init-field-width):
32037         * replace.el (replace-match-maybe-edit, perform-replace):
32038         * textmodes/spell.el (spell-region):
32039         Replace `read-input' by `read-string'.
32041         * forms.el (forms-mode):
32042         * finder.el (finder-compile-keywords):
32043         * shadowfile.el (shadow-read-files):
32044         Replace `eval-current-buffer' by `eval-buffer'.
32046         * terminal.el (te-pass-through):
32047         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
32048         (ange-ftp-raw-send-cmd):
32049         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
32050         (send-process-next-char, telnet-initial-filter, telnet):
32051         Replace `send-string' by `process-send-string'.
32053         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
32054         (prolog-consult-region): Replace `send-string' by
32055         `process-send-string'; replace `send-region' by `process-send-region'.
32057         * progmodes/delphi.el (delphi-log-msg):
32058         Replace `set-window-dot' by `set-window-point'.
32060         * subr.el (window-dot, set-window-dot, read-input, send-string)
32061         (send-region, show-buffer, eval-current-buffer):
32062         Make really obsolete, as the comment says.
32064 2005-05-17  Kim F. Storm  <storm@cua.dk>
32066         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
32067         (cua--init-keymaps): Bind C-return instead of S-return to set
32068         rectangle mark.
32070         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
32071         instead of S-return to toggle/clear rectangle mark.
32073 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
32075         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
32076         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
32077         Also fontify plain strings assigned to variables, mostly so that a
32078         colon has a face and is thus not taken as a dependency separator.
32079         (makefile-previous-dependency): Inline the new matcher, because it
32080         is too complex to work in both directions.
32081         (makefile-match-dependency): Eliminate `backward' arg (see above).
32082         Completely reimplemented so as to not sometimes go into an endless
32083         loop.  It should also be more efficient, because first it only
32084         searches for `:', instead of applying the very complex regexp.
32085         (makefile-mode): Cancel `font-lock-support-mode', because blocks
32086         to be fontified in one piece can be too long for JIT.
32087         Makefiles are never *that* big.
32089 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
32091         * dired.el (dired-mode): Simplify.
32093 2005-05-17  Lute Kamstra  <lute@gnu.org>
32095         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
32096         defcustom for the mode hook variable.
32098         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
32099         Emacs Lisp Reference Manual.
32101 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
32103         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
32104         (evenp, list*):
32105         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
32106         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
32108         * net/tramp-smb.el (tramp-smb-open-connection):
32109         Pass `tramp-chunksize' as fifth (required) argument.
32111 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
32113         * font-lock.el (lisp-font-lock-keywords-1):
32114         Set `font-lock-negation-char-face' for [^...] char group.
32115         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
32117         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
32118         a var, and refine it to mask one more level of nested vars.
32119         (makefile-rule-action-regex): Turn it into a var, and refine it so
32120         it recognizes backslashed continuation lines as belonging to the
32121         same command.
32122         (makefile-macroassign-regex): Refine it so it recognizes
32123         backslashed continuation lines as belonging to the same command.
32124         (makefile-var-use-regex): Don't look at the next char, because it
32125         might be the same one to be skipped by the initial [^$], leading
32126         to an overlooked variable use.
32127         (makefile-make-font-lock-keywords): Remove two parameters, which
32128         are now variables that some of the modes set locally.
32129         Handle dependency and rule action matching through functions, because
32130         regexps alone match too often.  Dependency matching now comes
32131         last, so it can check, whether a colon already matched something else.
32132         (makefile-mode): Inform that font-lock improves makefile parsing
32133         capabilities.
32134         (makefile-match-dependency, makefile-match-action): New functions.
32136 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
32138         * emacs-lisp/cl-extra.el (equalp): Doc fix.
32140         * align.el (align-regexp):
32141         * ansi-color.el (ansi-color-get-face):
32142         * array.el (array-reconfigure-rows, array-init-max-row)
32143         (array-init-max-column, array-init-columns-per-line)
32144         (array-init-field-width):
32145         * dired-aux.el (dired-trample-file-versions):
32146         * dired-x.el (dired-mark-sexp):
32147         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
32148         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
32149         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
32150         * faces.el (face-read-integer):
32151         * files.el (backup-extract-version, insert-directory):
32152         * hexl.el (hexl-insert-decimal-char):
32153         * server.el (server-process-filter):
32154         * shell.el (shell-extract-num):
32155         * startup.el (command-line-1):
32156         * term.el (term-command-hook):
32157         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
32158         (time-stamp-do-number):
32159         * time.el (display-time-update):
32160         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
32161         (timezone-fix-time):
32162         * vms-patch.el (vms-suspend-resume-hook):
32163         * calendar/appt.el (appt-convert-time):
32164         * calendar/cal-bahai.el (mark-bahai-diary-entries):
32165         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
32166         * calendar/cal-islam.el (mark-islamic-diary-entries):
32167         * calendar/calendar.el (calendar-cursor-to-date)
32168         (calendar-star-date):
32169         * calendar/diary-lib.el (diary-attrtype-convert)
32170         (mark-diary-entries, diary-entry-time):
32171         * calendar/solar.el (solar-get-number):
32172         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
32173         * emacs-lisp/re-builder.el (reb-display-subexp):
32174         * emulation/edt.el (edt-set-scroll-margins):
32175         * emulation/tpu-extras.el (tpu-set-scroll-margins):
32176         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
32177         (vip-get-ex-count):
32178         * emulation/viper-ex.el (viper-get-ex-token)
32179         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
32180         * international/fontset.el (fontset-plain-name):
32181         * mail/feedmail.el (feedmail-look-at-queue-directory):
32182         * mail/mailalias.el (mail-get-names):
32183         * mail/rmail.el (rmail-convert-to-babyl-format):
32184         * mail/rmailsum.el (rmail-make-basic-summary-line)
32185         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
32186         (rmail-summary-goto-msg):
32187         * mail/smtpmail.el (smtpmail-read-response):
32188         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
32189         (ange-ftp-vms-add-file-entry):
32190         * play/gametree.el (gametree-looking-at-ply)
32191         (gametree-current-branch-score):
32192         * progmodes/ada-xref.el (ada-prj-find-prj-file)
32193         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
32194         * progmodes/cperl-mode.el (condition-case):
32195         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
32196         (ebrowse-set-member-buffer-column-width)
32197         (ebrowse-select-1st-to-9nth):
32198         * progmodes/etags.el (etags-snarf-tag):
32199         * progmodes/flymake.el (flymake-parse-line):
32200         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
32201         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
32202         (idlwave-shell-menu-def):
32203         * progmodes/ps-mode.el (ps-run-goto-error):
32204         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
32205         (vhdl-speedbar-contract-level):
32206         * term/mac-win.el (x-handle-numeric-switch):
32207         * term/sun-mouse.el (sun-get-frame-data):
32208         * term/w32-win.el (x-handle-numeric-switch):
32209         * term/x-win.el (x-handle-numeric-switch):
32210         * textmodes/ispell.el (ispell-parse-output):
32211         * textmodes/nroff-mode.el (nroff-outline-level):
32212         * textmodes/reftex-cite.el (reftex-bib-sort-year)
32213         (reftex-bib-sort-year-reverse, reftex-format-citation):
32214         * textmodes/reftex-parse.el (reftex-init-section-numbers)
32215         (reftex-section-number):
32216         * textmodes/texinfmt.el (texinfo-paragraphindent):
32217         Replace `string-to-int' by `string-to-number'.
32219         * international/latexenc.el: Add page marker to force the "Local
32220         Variables:" string out of the last page.
32222 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
32224         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
32225         tooltip-change-major-mode.
32226         (gud-tooltip-print-command): Remove case where gud-minor-mode
32227         is gdb ("--fullname").
32228         (gud-tooltip-tips): Turn GUD tooltips off for this case and
32229         explain to user.
32231 2005-05-16  Jay Belanger  <belanger@truman.edu>
32233         * calc/calc-store.el (calc-copy-special-constant): New function.
32235         * calc/calc-ext.el (calc-init-extensions): Add binding for
32236         `calc-copy-special-constant'.
32238         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
32239         for the `calc-copy-special-constant' command.
32241 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
32243         * subr.el (left-fringe-p): New function.
32245         * progmodes/compile.el (compilation-setup): Set local value of
32246         overlay-arrow-string to "" always.
32247         (compilation-set-window): Left fringe then don't scroll.
32248         No left fringe then no arrow and scroll message to top.
32249         (compilation-context-lines): Adjust doc string accordingly.
32251 2005-05-16  Kim F. Storm  <storm@cua.dk>
32253         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
32254         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
32255         (ido-wide-find-dir-or-delete-dir): New command for M-d.
32256         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
32257         (ido-read-file-name): Handle commands with ido property value
32258         equal to find-file as reading a file name, to allow C-d to enter dired.
32259         (ibuffer-find-file): Add ido property with value find-file.
32261 2005-05-15  Kim F. Storm  <storm@cua.dk>
32263         * subr.el (open-network-stream-nowait): Remove.
32264         (open-network-stream-server): Remove.
32266 2005-05-15  Richard M. Stallman  <rms@gnu.org>
32268         * faces.el (describe-face): Output a definition link button.
32270         * help-mode.el (help-face-def): New button type.
32272         * emacs-lisp/copyright.el (copyright-fix-years):
32273         Match properly if the first year is 2-digit.
32274         Don't mess up the whitespace after the years by filling.
32276         * dired-aux.el (dired-mark-confirm):
32277         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
32279         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
32280         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
32281         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
32283         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32284         Set font-lock-comment-start-skip.
32286         * font-lock.el (font-lock-comment-start-skip): New variable.
32287         (font-lock-comment-end-skip): New variable.
32288         (font-lock-fontify-syntactically-region): Use them if non-nil.
32290 2005-05-15  Jay Belanger  <belanger@truman.edu>
32292         * calc/calc-store.el (calc-store-value): Return a string rather
32293         than display it as a message.
32294         Use calc-var-name for variable name.
32295         (calc-store-into): Add the result of calc-store-value to message.
32296         (calc-copy-variable): Add a message.
32297         (calc-store-exchange): Improve error messages.
32298         (calc-store-binary, calc-store-map): Don't reset the values of
32299         special constants.
32301 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
32303         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
32304         manual to docstring.
32306         * files.el (hack-local-variables-confirm): Add STRING argument.
32307         Make the function handle non file visiting buffers correctly.
32308         (hack-local-variables-prop-line, hack-local-variables)
32309         (hack-one-local-variable): Use STRING arg of
32310         `hack-local-variables-confirm'.
32312 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
32314         Sync with Tramp 2.0.49.
32316         * net/tramp.el (tramp-handle-dired-call-process)
32317         (tramp-handle-insert-directory):`insert-buffer' cannot be used
32318         because the contents of the Tramp buffer is changed before
32319         insertion (`expand-file' and alike).
32320         (tramp-handle-insert-directory): If `localname' has an empty
32321         nondirectory name, it must not be quoted.
32322         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
32323         variable `tramp-chunksize'.  Change callees.
32324         (tramp-open-connection-setup-interactive-shell): Check remote host
32325         for buggy `send-process-string' implementation.
32326         Set `tramp-chunksize' if found.  Reported by Michael Kifer
32327         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
32328         (tramp-handle-shell-command): `insert-buffer' cannot be used
32329         because the contents of the Tramp buffer is changed before
32330         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
32331         <frederic.bothamy@free.fr>.
32332         (tramp-set-auto-save): Actions should be done for Tramp file name
32333         handler only.  Ange-FTP has its own auto-save mechanism.
32334         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
32335         (tramp-set-auto-save-file-modes): Set file modes of
32336         `buffer-auto-save-file-name' to ?\600 as fallback solution.
32337         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
32338         (tramp-bug): Remove obsolete variable.
32339         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
32340         for presence of `mml-mode'.  Make it running for older Emacsen as well.
32342 2005-05-14  John Paul Wallington  <jpw@pobox.com>
32344         * ibuf-ext.el (define-ibuffer-filter filename):
32345         If `dired-directory' is a list, use its car.
32347 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
32349         * ibuffer.el (define-ibuffer-column filename):
32350         If `dired-directory' is a list, use its car.
32352 2005-05-14  Richard M. Stallman  <rms@gnu.org>
32354         * subr.el (symbol-file): Doc fix.
32356         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
32357         (byte-compile-form): Call byte-compile-nogroup-warn.
32358         (byte-compile-warning-types): Doc fix.
32360         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
32362         * progmodes/cc-engine.el (c-literal-faces):
32363         Add font-lock-comment-delimiter-face.
32365         * net/net-utils.el (dig): Use with-no-warnings.
32367         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
32368         (sc-recite-frame-alist, sc-default-cite-frame)
32369         (sc-default-uncite-frame, sc-default-recite-frame)
32370         (sc-attrib-selection-list, sc-rewrite-header-list):
32371         Mark as risky-local-variable.
32373         * international/ogonek.el (ogonek-jak, ogonek-how):
32374         Don't use beginning-of-buffer.
32376         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
32378         * calendar/solar.el (solar-data-list): Move definition up.
32380         * dnd.el (dnd-protocol-alist): Add autoload.
32382         * progmodes/sh-script.el: Many doc usage fixes.
32383         (sh-indent-after-do): Change default to match common styles.
32385 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
32387         * files.el (interpreter-mode-alist)
32388         (auto-mode-interpreter-regexp): Doc fixes.
32390 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
32392         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
32394         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
32396 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32398         * dired.el (dired-mode): make-variable-buffer-local =>
32399         make-local-variable.
32401 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32403         * term/mac-win.el (mac-select-convert-to-string): Try coding
32404         systems in mac-script-code-coding-systems if specified one cannot
32405         encode string for `com.apple.traditional-mac-plain-text'.
32407 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
32409         * progmodes/make-mode.el (makefile-targets-face)
32410         (makefile-shell-face, makefile-makepp-perl-face): New faces.
32411         (makefile-dependency-regex): Fix it to not make the colon in
32412         $(var:a=b) special.
32413         (makefile-rule-action-regex): New regexp for highlighting embedded
32414         Shell strings.
32415         (makefile-macroassign-regex): Handle != for highlighting as
32416         embedded Shell strings.
32417         (makefile-var-use-regex): New const.
32418         (makefile-statements, makefile-automake-statements)
32419         (makefile-gmake-statements, makefile-makepp-statements)
32420         (makefile-bsdmake-statements): New consts.
32421         (makefile-make-font-lock-keywords): New function.
32422         (makefile-automake-font-lock-keywords)
32423         (makefile-gmake-font-lock-keywords)
32424         (makefile-makepp-font-lock-keywords)
32425         (makefile-bsdmake-font-lock-keywords): New consts.
32426         (makefile-mode-map): Add switchers between the various submodes.
32427         (makefile-mode): Document the availability of the variants.
32428         (makefile-automake-mode, makefile-gmake-mode)
32429         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
32431         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
32432         new variants of makefile-mode.
32434 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
32436         * font-lock.el (font-lock-comment-delimiter-face): Fix up
32437         the inheritance.
32439 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
32441         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
32442         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
32444         * files.el (normal-mode): Extend the scope of the
32445         `enable-local-variables' binding to include the `set-auto-mode' call.
32446         (magic-mode-alist): Doc fix.
32448 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
32450         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
32451         font-lock-comment-face rather than copying its setting.
32453 2005-05-12  Andreas Schwab  <schwab@suse.de>
32455         * eshell/esh-mode.el (eshell-send-input): Doc fix.
32457 2005-05-12  Lute Kamstra  <lute@gnu.org>
32459         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
32460         defcustom for the mode hook variable.  Delete the last argument.
32461         * generic-x.el: Fix callers of define-generic-mode.
32462         (generic-x-modes): Delete group.
32463         (show-tabs-tab-face, show-tabs-space-face): Put them in the
32464         generic-x customization group.
32466 2005-05-12  Kim F. Storm  <storm@cua.dk>
32468         * font-lock.el (font-lock-negation-char-face): Default to "off".
32470         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
32471         font-lock-negation-char-face to ! in !=.
32473 2005-05-12  Masatake YAMATO  <jet@gyve.org>
32475         * add-log.el (find-change-log): Fix typos in the docstring
32476         of function.
32478 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
32480         * international/latexenc.el (latexenc-find-file-coding-system):
32481         Avoid `re-search-forward' when looking for input encoding because
32482         of speed and safety.  Better regular expressions for recognizing
32483         input encoding.  Limit a search for TeX-master/tex-main-file to
32484         the local variable section.
32486 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
32488         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
32489         syntax of $ to "'" (quote).
32491 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
32493         * dnd.el (dnd-protocol-alist): Improve custom type.
32495         * dired.el (dired-dnd-protocol-alist): New variable.
32496         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
32497         `dired-mode-hook' to the end.
32499 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32501         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
32502         comment-end if comment-start-skip is not set.
32503         Obey the font-lock-comment-delimiter-face variables.
32505 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32507         * files.el (executable-find): Move from executable.el.  Use
32508         locate-file.
32509         * progmodes/executable.el (executable-find): Move to files.el.
32511         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
32512         when trying to ensure forward progress.
32514 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
32516         * mouse-sel.el (mouse-sel-follow-link-p): New function.
32517         (mouse-select, mouse-select-internal, mouse-extend-internal):
32518         Use it to implement mouse-1-click-follows-link functionality.
32520 2005-05-11  Richard M. Stallman  <rms@gnu.org>
32522         * font-lock.el (font-lock-fontify-syntactically-region):
32523         Use font-lock-comment-delimiter-face for comment delimiters.
32525 2005-05-10  Jay Belanger  <belanger@truman.edu>
32527         * calc/calc-help.el (calc-m-prefix-help): Add mention of
32528         preserving embedded modes.
32530 2005-05-10  Richard M. Stallman  <rms@gnu.org>
32532         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
32534         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
32535         Move from ada-stmt.el.
32536         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
32538         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
32539         Move to ada-mode.el.
32540         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
32542         * cus-edit.el (custom-file): Call file-chase-links.
32544         * files.el (read-directory-name): Fix previous change.
32545         (hack-local-variables-confirm): New function.
32546         (hack-local-variables-prop-line, hack-local-variables)
32547         (hack-one-local-variable): Use it.
32549 2005-05-10  Lute Kamstra  <lute@gnu.org>
32551         * font-lock.el (font-lock-keywords-alist)
32552         (font-lock-removed-keywords-alist): Clarify docstrings.
32554 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
32556         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
32557         (gdb-source-info): Check for preprocessor info.
32558         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
32559         a macro for a function.
32560         (gdb-info-breakpoints-custom): Try to find file again if not already
32561         found (user might have used GDB dir command).
32562         (gdb-get-location): Update gdb-location-alist correctly for change
32563         to gdb-info-breakpoints-custom.
32565         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
32566         (gud-tooltip-print-command): Add gdbmi case.
32567         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
32568         preprocessor info.
32570 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
32572         * startup.el (fancy-splash-insert): Fix typo in doc string.
32574 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
32576         * obsolete/float.el (string-to-float):
32577         * obsolete/hilit19.el (hilit-add-pattern):
32578         * obsolete/rnews.el (news-parse-range, news-select-message)
32579         (news-get-pruned-list-of-files): Replace `string-to-int' by
32580         `string-to-number'.
32582         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
32583         `find-file-not-found-hooks'; use `add-hook'.
32584         (uncompress-while-visiting): Set `write-file-functions', not
32585         `write-file-hooks'; use `add-hook'.
32587 2005-05-09  Kim F. Storm  <storm@cua.dk>
32589         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
32590         (cua-paste): Handle clipboard action.
32591         (cua--init-keymaps): Remap clipboard-kill-region and
32592         clipboard-kill-ring-save.
32594 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
32596         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32597         Improve commentary.
32599         * simple.el (next-error-overlay-arrow-position): Revert the change
32600         made on 2005-04-30.
32602 2005-05-07  Jay Belanger  <belanger@truman.edu>
32604         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
32605         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
32606         `calc-sel-reselect'.
32608         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
32609         Calc is in embedded mode.
32611 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
32613         * progmodes/compile.el (compilation-setup):
32614         Set overlay-arrow-string to an empty string on text terminals.
32616         * textmodes/ispell.el (ispell-program-name): Try looking for
32617         "aspell" along exec-path, and if found, use it as the default
32618         speller program.
32620 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
32622         * international/mule.el (sgml-xml-auto-coding-function):
32623         Recognize encoding='FOO' in single quotes as well as in double quotes.
32625 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
32627         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32628         as well as `interactive', so that defmacro* would recognize
32629         `declare' forms.
32631 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
32633         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32634         Explain more about the LIGHTER arg's usage in the doc string.
32635         Add commentary to clarify what the code does.  Fix the regexp that
32636         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
32637         since it could have characters special to regular expressions.
32639 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
32641         * replace.el (occur-1): Bind inhibit-read-only so that
32642         erase-buffer doesn't barf on read-only text properties (likewise
32643         for add-text-properties in occur-engine).  Mark buffer as unmodified.
32644         (occur-engine): Don't set buffer-read-only here.
32646 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32648         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32649         list-buffers-directory.  This caused the *cvs-commit* buffer to be
32650         sometimes mistakenly reused as a *cvs* buffer.
32652 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
32654         * tooltip.el: Move code for GUD tooltips into gud.el.
32655         (require): CL no longer needed to compile case.
32656         (tooltip-mode): Do not toggle functions for GUD tooltips.
32657         (tooltip-gud-tips-p): Remove.  Replace with minor mode
32658         gud-tooltip-mode in gud.el.
32659         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32660         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32661         tooltip-gud prefix with gud-tooltip and obsolete.
32662         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32663         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32664         (tooltip-mouse-motion): Mouse movement functions/variable.
32665         Rename in gud.el by adding gud prefix.
32666         (tooltip-gud-original-filter, tooltip-gud-dereference)
32667         (tooltip-gud-event, tooltip-toggle-gud-tips)
32668         (tooltip-gud-process-output, tooltip-gud-print-command)
32669         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
32670         gud.el by replacing tooltip-gud prefix with gud-tooltip.
32671         (gdb-tooltip-print): Move to gdb-ui.el.
32673         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32674         (require): CL needed to compile case.
32675         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32676         tooltip-gud-tips-p.  Make it a minor-mode.
32677         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32678         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32679         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32680         (gud-tooltip-change-major-mode)
32681         (gud-tooltip-activate-mouse-motions-if-enabled)
32682         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32683         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32684         (gud-tooltip-original-filter, gud-tooltip-dereference)
32685         (gud-tooltip-event, tooltip-toggle-gud-tips)
32686         (gud-tooltip-process-output, gud-tooltip-print-command)
32687         (gud-tooltip-tips): Move from tooltip.el.
32689         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32690         (gdb-cpp-define-alist-flags): Doc fix.
32691         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32692         gud-tooltip-mode is t.
32694 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32696         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32697         evaporate if their text is deleted.
32698         (goto-address-at-point): Make it work as a mouse binding as well.
32699         (goto-address-at-mouse): Obsolete it.  Update users.
32701 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
32703         * calendar/appt.el (top-level): No longer activate on load.
32705 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
32707         * calendar/cal-bahai.el (mark-bahai-diary-entries):
32708         * net/webjump.el (webjump):
32709         * progmodes/idlw-help.el (idlwave-do-context-help1)
32710         (idlwave-highlight-linked-completions):
32711         * textmodes/po.el (po-find-file-coding-system-guts):
32712         Replace `assoc-ignore-case' by `assoc-string'.
32714 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
32716         * files.el (locate-file): Doc fix.
32718         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32719         Remove the redundant test for ms-dos.
32721         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32722         look for the preprocessor with exec-suffixes.  If not found in
32723         standard places, look in exec-path.  Remove most of the tests that
32724         used system-type.
32726         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32728         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32730         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32731         file-name clash with jka-compr.el on 8+3 filesystems.
32733 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32735         * term/mac-win.el: Don't define or bind scroll bar functions if
32736         x-toolkit-scroll-bars is t.
32737         (x-select-text, x-get-selection-value): Clear
32738         x-last-selected-text-clipboard if x-select-enable-clipboard is
32739         nil.
32740         (PRIMARY): Put mac-scrap-name property.
32741         (mac-select-convert-to-file-url): New function.
32742         (public.file-url): New selection target type.  Add to
32743         selection-converter-alist.
32744         (x-get-selection, x-selection-value): Handle it.
32745         (x-cut-buffer-or-selection-value): New alias.
32747 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32749         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32750         entry to avoid calling bibtex-find-entry with arg global
32751         being t.  Remove arg key.
32752         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32753         (bibtex-copy-summary-as-kill): Change accordingly.
32755 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32757         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32758         (org-agenda-date-later): Use with-current-buffer.
32760 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
32762         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32763         (define-obsolete-variable-alias): Doc Fixes.
32765 2005-05-06  Kim F. Storm  <storm@cua.dk>
32767         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
32768         vertical-motion when selective-display is active.
32770         * ido.el (ido-setup-hook): New hook.
32771         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32772         (ido-input-stack): New var.
32773         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
32774         ido-next-work-file binding to M-O.
32775         Bind M-f to ido-wide-find-file-or-pop-dir.
32776         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32777         (ido-read-internal): Run ido-setup-hook.
32778         Catch quit in read-file-name and read-string to cancel edit.
32779         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32780         Automatically pop-all when completing a directory name (RET).
32781         (ido-file-internal): Add with-no-warnings around ffap and dired code.
32782         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32783         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32784         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32785         New functions for M-b/M-f to move among the directory components.
32786         (ido-make-merged-file-list): Catch quit to cancel merge.
32787         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32788         (ido-completion-help): No warnings for ido-completion-buffer-full.
32790 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
32792         * font-lock.el (font-lock-negation-char-face): New face and variable.
32793         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32794         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32795         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32796         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32798 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
32800         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32801         Fix typo in docstring.
32803         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32804         (ebrowse-print-statistics-line)
32805         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32807         * term/w32-win.el (image-library-alist): Add additional name for
32808         Xpm library.
32810 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
32812         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32813         use gcc instead of cpp.
32815         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32816         (gdb-create-define-alist): Use it.
32817         (gdb-cpp-define-alist-program): Update for MS-DOS.
32819 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
32821         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32823 2005-05-04  Richard M. Stallman  <rms@gnu.org>
32825         * help.el (describe-key): No error when UNTRANSLATED is nil.
32827         * simple.el (line-move-1): Fix previous change to signal errors
32828         appropriately.
32830 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
32832         * calendar/icalendar.el (icalendar-version): Now at 0.12.
32833         (icalendar-duration-correction): Remove.
32834         (icalendar--get-event-properties): Split result at commas.
32835         (icalendar--decode-isoduration): New optional argument
32836         DURATION-CORRECTION.
32837         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32838         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32839         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32840         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32841         (icalendar--convert-anniversary-to-ical): New functions, extracted
32842         from icalendar-export-region, with bug fixes.
32843         (icalendar-export-region): Use the above functions.
32844         (icalendar-import-buffer): Check before saving diary file.
32845         (icalendar--convert-recurring-to-diary)
32846         (icalendar--convert-non-recurring-all-day-to-diary)
32847         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32848         extracted from icalendar--convert-ical-to-diary, with bug fixes.
32849         (icalendar--convert-ical-to-diary): Use the above functions.
32851 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
32853         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32854         Remove these recent additions.
32855         (c-mode): Restore to before 2005-04-28.
32857         * progmodes/cc-vars.el (cc-define-list-program): Remove this
32858         recent addition.
32860         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32861         (gdb-define-alist): New variables.
32862         (gdb-create-define-alist): New function.
32863         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32864         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32865         with string-to-number.
32866         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
32868         * progmodes/gud.el: Replace string-to-int with string-to-number.
32869         (gud-find-file): Handle gdb-define-alist.
32871         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32873 2005-05-02  Jay Belanger  <belanger@truman.edu>
32875         * calc/calc-aent.el (math-read-token):
32876         * calc/calc-bin.el (calc-word-size):
32877         * calc/calc-ext.el (calc-read-number-fancy):
32878         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32879         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32880         * calc/calc-frac.el (calc-over-notation):
32881         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32882         (calc-graph-num-points, calc-graph-init):
32883         * calc/calc-prog.el (calc-read-parse-table-part)
32884         (calc-edit-macro-repeats):
32885         * calc/calc-yank.el (calc-do-grab-rectangle):
32886         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32887         Replace `string-to-int' by `string-to-number'.
32889 2005-05-02  Kim F. Storm  <storm@cua.dk>
32891         * kmacro.el: Use executing-kbd-macro-index variable.
32893 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
32895         * net/rlogin.el (rlogin-parse-words): Delete func.
32896         (rlogin): Use split-string, not rlogin-parse-words.
32897         Also, if there are option-like elements in the parsed args,
32898         take the host to be the first arg immediately following them.
32899         Suggested by Michael Mauger.
32901 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
32903         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32905 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
32907         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32908         (cc-mode-cpp-program): Rename to cc-define-list-program and
32909         move to cc-vars.el.
32911         * progmodes/cc-vars.el (cc-define-list-program):
32912         Change to "gcc -E -dM -".  Make customizable.
32914 2005-05-02  Kim F. Storm  <storm@cua.dk>
32916         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32918 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
32920         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32922         * international/mule-util.el (truncate-string): Remove alias and
32923         obsolete declaration.
32925         * international/mule-cmds.el (update-iso-coding-systems):
32926         Remove alias and obsolete declaration.
32928         * international/mule.el (coding-system-parent): Remove alias and
32929         obsolete declaration.
32931         * subr.el (define-function, sref): Remove aliases and obsolete
32932         declarations.
32933         (chars-in-region): Remove obsolete declaration.
32935 2005-05-01  Richard M. Stallman  <rms@gnu.org>
32937         * info.el (Info-mode): Set widen-automatically to nil, locally.
32939         * simple.el (widen-automatically): New variable.
32940         (pop-global-mark): Obey widen-automatically.
32942 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
32944         * term/xterm.el (function-key-map): Call substitute-key-definition
32945         before the keymap size is increased by a lot of define-key calls.
32947 2005-05-01  Richard M. Stallman  <rms@gnu.org>
32949         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32950         Rename ARG to ELEMENT.  Doc fix.
32952 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
32954         * allout.el (allout-exposure): Remove macro and obsolete declaration.
32955         Remove references to allout-exposure/change to allout-new-exposure.
32957         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32958         bytecode symbols.
32960         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32961         (compiled-function-p, focus-frame, unfocus-frame):
32962         Remove aliases and obsolete declarations.
32963         Back out inadvertent changes from previous commit.
32965 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
32967         * files.el (require-final-newline): Make Custom tags consistent
32968         with mode-require-final-newline.
32969         (mode-require-final-newline): Doc fix.
32971 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32973         * international/latexenc.el (latexenc-find-file-coding-system):
32974         Fix regular expressions.
32976 2005-05-01  David Kastrup  <dak@gnu.org>
32978         * international/latexenc.el (latexenc-find-file-coding-system):
32979         Fix regular expressions.
32981 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
32983         * subr.el (string-to-int): Make obsolete.
32985 2005-04-30  Richard M. Stallman  <rms@gnu.org>
32987         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32989         * loadup.el: Load jka-comp-hook.
32991         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32992         (jka-compr-handler): Add autoload.  `put' calls moved
32993         to jka-comp-hook.el.
32994         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32995         (jka-compr-inhibit): Autoload.
32997         * jka-comp-hook.el: New file.
32998         Enable the mode by default.
33000         * files.el (backup-buffer-copy): Use copy-file instead
33001         of write-region, and put back the 'excl.
33003 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
33005         * progmodes/flymake.el (flymake-split-string)
33006         (flymake-split-string, flymake-log, flymake-pid-to-names)
33007         (flymake-reg-names, flymake-get-source-buffer-name)
33008         (flymake-unreg-names, flymake-add-line-err-info)
33009         (flymake-add-err-info): Clarify docstrings.
33010         (flymake-popup-menu, flymake-make-emacs-menu)
33011         (flymake-make-xemacs-menu): Add docstrings.
33012         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
33013         Set variables directly throughout.
33015 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
33017         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
33018         exists.  Initialize cc-define-alist.
33019         (c-mode): Add cc-create-define-alist locally to after-save-hook.
33020         If there is no file (Macroexpansion) don't create an alist.
33022 2005-04-29  Sam Steingold  <sds@gnu.org>
33024         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
33025         (cc-create-define-alist): Use it instead of the hard-coded string.
33027 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
33029         * international/mule-conf.el (file-coding-system-alist): Fix regexp
33030         for latexenc.
33032 2005-04-29  Lute Kamstra  <lute@gnu.org>
33034         * emacs-lisp/generic.el: Improve commentary section.
33035         (define-generic-mode): Improve docstring.
33037 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
33039         * textmodes/org.el (many places): Change to quiet the byte compiler.
33040         (org-prefix-format-compiled): New variable.
33041         (org-compile-prefix-format): New function.
33042         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
33043         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
33044         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
33045         (org-get-entries-from-diary): Use `org-get-time-of-day' for
33046         consistency with entries from `org-mode' files.
33047         (org-get-time-of-day): Fix bug with partial matches early in a line.
33048         (org-non-link-chars): New constant.
33049         (org-link-regexp): Respect `org-non-link-chars'.
33050         (org-agenda-day-view): Remove command.
33051         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
33052         (org-follow-bbdb-link, org-store-link): Search also company field.
33053         (org-highlight-overlay): New variable.
33054         (org-highlight, org-unhighlight): New functions.
33055         (org-agenda-mode): Add pre-command-hook to remove highlight.
33056         (org-evaluate-time-range): Behavior depends upon whether time stamp
33057         contains a time or not.
33058         (org-show-subtree, org-show-entry): New functions.
33059         (org-agenda-cleanup-fancy-diary): Remove empty lines.
33061 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
33063         * comint.el (comint-output-filter-functions): Add autoload cookie.
33065 2005-04-28  Kim F. Storm  <storm@cua.dk>
33067         * ido.el (ido-everywhere): Fix last change.
33069 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
33071         * international/latexenc.el: New file.
33072         * international/mule-conf.el (file-coding-system-alist): For .tex,
33073         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
33075 2005-04-28  Lute Kamstra  <lute@gnu.org>
33077         * font-lock.el (font-lock-add-keywords)
33078         (font-lock-remove-keywords): Clarify docstring.
33079         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
33080         Don't start docstrings with a `*'.
33081         (font-lock-update-removed-keyword-alist): Give it a docstring.
33083         * generic-x.el: Update commentary section.
33084         Only require font-lock when compiling.
33085         Define all modes conditionally.
33086         Place all generic modes in the generic-x-modes customization group.
33087         (generic-x-modes): New customization group.
33088         (generic-default-modes, generic-mswindows-modes)
33089         (generic-unix-modes, generic-other-modes): New constants.
33090         (generic-define-mswindows-modes, generic-define-unix-modes):
33091         Update docstrings.  Make them obsolete.
33092         (generic-extras-enable-list): New default value.  Update docstring.
33093         Improve :type.  Change :set function.
33094         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
33095         Fix docstring.
33097         * emacs-lisp/generic.el (generic-mode-internal):
33098         Simplify font-lock-defaults.
33099         (define-generic-mode): Fix docstring.
33101 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33103         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
33104         font-lock-face property to highlight matches.
33106 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
33108         * progmodes/cc-mode.el (cc-create-define-alist): New function.
33109         (cc-define-alist): New variable.
33110         (c-mode): Make it local and initialize it.
33112         * progmodes/gdb-ui.el (gdb-active-process): New variable.
33113         (gdb-exited): New function.
33114         (gdb-annotation-rules): Use it.
33115         (gdb-starting): Set gdb-active-process to t.
33116         (gdb-stopping): Amend doc string.
33117         (gdb-reset): Set gdb-active-process to nil.
33119         * tooltip.el (tooltip-gud-tips): Show the associated #define
33120         directives when a C program under GDB is not executing.
33122 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33124         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
33125         font-lock-fontify-syntactic-keywords.
33127         * font-lock.el (font-lock-default-fontify-region): Don't force
33128         parse-sexp-lookup-properties to nil.
33130 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
33132         * man.el (man-mode-syntax-table): Set up `:' to have
33133         word-constituent syntax.
33135 2005-04-27  Lute Kamstra  <lute@gnu.org>
33137         * novice.el (disable-command): Don't add spurious newlines to the
33138         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
33140 2005-04-26  Jay Belanger  <belanger@truman.edu>
33142         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
33143         than one window before deleting window.
33145 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
33147         * shell.el (shell-prompt-pattern): Doc fix.
33148         (shell-mode): Set paragraph-separate buffer locally to "\\'".
33150         * comint.el (comint-prompt-regexp, comint-get-old-input)
33151         (comint-use-prompt-regexp)
33152         (comint-use-prompt-regexp-instead-of-fields)
33153         (comint-replace-by-expanded-history, comint-send-input)
33154         (comint-output-filter, comint-get-old-input-default)
33155         (comint-line-beginning-position, comint-bol, comint-show-output)
33156         (comint-backward-matching-input, comint-forward-matching-input)
33157         (comint-next-prompt, comint-previous-prompt):
33158         Rename `comint-use-prompt-regexp-instead-of-fields' to
33159         `comint-use-prompt-regexp'.  Keep old name as alias and declare
33160         obsolete.
33161         (comint-use-prompt-regexp): Shorten first line of doc string.
33163         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
33164         Set paragraph-separate buffer locally to "\\'".
33166         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
33167         Adapt to above name change.
33169         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
33170         (smbclient-prompt-regexp): Ditto.
33172         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
33174 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
33176         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
33177         gdb-location-list.
33178         Break lines that are over 80 characters wide.
33180 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33182         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
33183         New fun and var, to preserve compatibility.
33185         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
33187 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
33189         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
33190         name to file-newer-than-file-p.
33192 2005-04-26  Richard M. Stallman  <rms@gnu.org>
33194         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
33196         * progmodes/python.el (python-mode):
33197         Use new name eldoc-documentation-function.
33199         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
33201         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
33202         (eldoc-documentation-function):
33203         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
33205 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
33207         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
33209 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
33211         * term/xterm.el (function-key-map): Fix strings for
33212         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
33213         {C,S,A,C-S}-{f1-f12}.
33215 2005-04-26  Kenichi Handa  <handa@m17n.org>
33217         * international/mule-cmds.el (select-safe-coding-system):
33218         Fix previous change.
33220 2005-04-26  Lute Kamstra  <lute@gnu.org>
33222         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
33224         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
33225         (font-lock-comment-delimiter-face): Ditto.
33227         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
33229 2005-04-25  Jay Belanger  <belanger@truman.edu>
33231         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
33232         to t while inserting information; use help-mode.
33234 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
33236         * term.el (ansi-term-color-vector): Use the xterm colors.
33237         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
33239 2005-04-25  Lute Kamstra  <lute@gnu.org>
33241         * font-core.el (font-lock-defaults): Fix docstring.
33243         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
33245 2005-04-25  Kenichi Handa  <handa@m17n.org>
33247         * international/mule-cmds.el (select-safe-coding-system):
33248         Don't check consistency with coding: spec, etc if raw-text or
33249         no-conversion was found to be safe.
33251 2005-04-24  Richard M. Stallman  <rms@gnu.org>
33253         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
33254         citation markers at start of each line.
33256         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
33257         citation markers at start of each line.
33259         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
33261         * files.el (mode-require-final-newline): Fix previous change.
33262         (require-final-newline): Fix type label.
33264 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
33266         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
33267         statement in buffer (broken by 2004-11-24 change).
33269 2005-04-24  Kim F. Storm  <storm@cua.dk>
33271         * ido.el (ido-everywhere): Save and restore old read-buffer-function
33272         and read-file-name-function values.  Don't overwrite existing
33273         non-nil values if ido-mode is enabled without ido-everywhere.
33275 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
33277         * files.el (mode-require-final-newline): Minor doc fix.
33279 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
33281         * subr.el (syntax-after): Doc fix.
33282         (syntax-class): If argument is nil, return nil.  Mask off upper 16
33283         bits, not 8 bits.
33285         * files.el (mode-require-final-newline): Doc fix.
33286         (backup-buffer-copy): Fix last change.
33288 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33290         * term/mac-win.el: Require select.  Set selection-coding-system to
33291         mac-system-coding-system.  Call menu-bar-enable-clipboard.
33292         (x-last-selected-text-clipboard, x-last-selected-text-primary)
33293         (x-select-enable-clipboard): New variables.
33294         (x-select-text, x-get-selection, x-selection-value)
33295         (x-get-selection-value, mac-select-convert-to-string)
33296         (mac-services-open-file, mac-services-open-selection)
33297         (mac-services-insert-text): New functions.
33298         (CLIPBOARD, FIND): Put mac-scrap-name property.
33299         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
33300         (public.tiff): Put mac-ostype property.
33301         (selection-converter-alist): Add entries for them.
33302         (mac-application-menu-map): New keymap.
33303         (interprogram-cut-function, interprogram-paste-function): Set to
33304         x-select-text and x-get-selection-value, respectively.
33305         (split-window-keep-point): Set to t.
33307 2005-04-23  Richard M. Stallman  <rms@gnu.org>
33309         * files.el (read-directory-name): Always pass non-nil
33310         DEFAULT-FILENAME arg to read-file-name.
33311         (backup-buffer-copy, basic-save-buffer-2): Take care against
33312         writing thru an unexpected existing symlink.
33313         (revert-buffer): In indirect buffer, revert the base buffer.
33314         (magic-mode-alist): Doc fix.
33315         (buffer-stale-function): Doc fix.
33316         (minibuffer-with-setup-hook): Avoid warning.
33317         (mode-require-final-newline): Doc and custom fix.
33319         * follow.el (follow-end-of-buffer): Use with-no-warnings.
33321         * font-lock.el (font-lock-comment-face): On terminals with few colors,
33322         use the default appearance.
33323         (font-lock-comment-delimiter-face): New face, new variable.
33325         * imenu.el (imenu--generic-function): The official position of a
33326         definition is the start of the line that BEG is in.
33328         * midnight.el (midnight-timer): Move defvar up.
33330         * mouse.el (mouse-drag-region-1): Delete some debugging code.
33332         * saveplace.el (save-place-to-alist): Use with-no-warnings.
33334         * startup.el (command-line): Use with-no-warnings.
33336         * window.el (window-size-fixed): New defvar.
33338         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
33340         * mail/rmail.el (rmail-font-lock-keywords):
33341         Use font-lock-comment-delimiter-face.
33343         * mail/sendmail.el (mail-font-lock-keywords):
33344         Use font-lock-comment-delimiter-face.
33346         * progmodes/compile.el (next-error-highlight-timer): New defvar.
33348 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
33350         * progmodes/compile.el (compilation-mode-font-lock-keywords):
33351         Specify t for LAXMATCH when matching directories.
33352         Save match data around compilation-compat-error-properties form.
33354 2005-04-23  David Kastrup  <dak@gnu.org>
33356         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
33357         Mention that the autoloaded aliases should be kept for AUCTeX.
33359 2005-04-23  Andreas Schwab  <schwab@suse.de>
33361         * isearch.el (isearch-forward): Doc fix.
33363 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
33365         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
33366         (jit-lock-stealth-nice): Change default value to 0.5.
33368 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
33370         * abbrev.el (write-abbrev-file): Write table entries in
33371         alphabetical order by table name.
33373 2005-04-22  Kim F. Storm  <storm@cua.dk>
33375         * ido.el (ido-read-internal): Fix `list' completion.
33377 2005-04-22  Kenichi Handa  <handa@m17n.org>
33379         * recentf.el (recentf-save-file-coding-system): New variable.
33380         (recentf-save-list): Encode the file by
33381         recentf-save-file-coding-system and add coding: tag.
33383 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
33385         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
33387 2005-04-21  Lute Kamstra  <lute@gnu.org>
33389         * loadhist.el (unload-feature): Don't remove a function from hooks
33390         if it is about to be restored to an autoload .  Remove functions
33391         that will become unbound from auto-mode-alist.  Simplify the code.
33393         * subr.el (assq-delete-all): New implementation that is linear,
33394         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
33395         (rassq-delete-all): New function.
33397         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33398         Add size-indication-mode.
33400 2005-04-21  Kenichi Handa  <handa@m17n.org>
33402         * international/mule-cmds.el: Add autoload for widget-value in
33403         eval-when-compile.
33405 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
33407         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33408         Add tooltip-mode.
33410         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
33412 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
33414         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
33415         (inferior-lisp-filter-regexp, inferior-lisp-program)
33416         (inferior-lisp-load-command, inferior-lisp-prompt)
33417         (inferior-lisp-mode-hook, lisp-source-modes)
33418         (inferior-lisp-load-hook): defvar->defcustom.
33419         (inferior-lisp-program, inferior-lisp-prompt)
33420         (inferior-lisp-load-hook): Doc fixes.
33421         (inferior-lisp-install-letter-bindings): Small change in
33422         introductory comment.
33424 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
33426         * vc.el (vc-annotate-color-map): Change some colors so that text
33427         using them as foreground is readable on both white and black
33428         backgrounds.
33430 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33432         * international/mule-conf.el (translation-table-for-input):
33433         Remove redundant declaration.
33435 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
33437         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
33439         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
33440         (tooltip-toggle-gud-tips): New function.
33442 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33444         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
33445         right angle brackets.
33447 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
33449         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
33451 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
33453         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
33454         Remove.  Update callers to use expand-file-name instead.
33456         * subr.el (syntax-class): New function.
33458         * simple.el (blink-matching-open): Use it.
33460         * paren.el (show-paren-function): Use it to recognize parens that are
33461         also used in 2-char comment markers.
33463 2005-04-19  Lute Kamstra  <lute@gnu.org>
33465         * loadhist.el (unload-feature): Update for new format of
33466         load-history.  Simplify the code.
33468 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33470         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
33471         (mac-add-charset-info): New function.  Initialize variable
33472         mac-charset-info-alist using it.
33473         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
33474         for translation.
33475         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
33476         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
33477         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
33478         New CCL programs.
33480 2005-04-19  Kim F. Storm  <storm@cua.dk>
33482         * simple.el (next-buffer, prev-buffer, next-error)
33483         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33484         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
33486         * bindings.el (next-buffer, prev-buffer, next-error)
33487         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33488         (clone-indirect-buffer-other-window): Move bindings from simple.el.
33489         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
33490         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
33492 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33494         * isearch.el (isearch-edit-string): Make the search-ring available for
33495         minibuffer history commands.
33496         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
33497         the default history commands now work just as well.
33498         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
33500 2005-04-18  Kim F. Storm  <storm@cua.dk>
33502         * emulation/cua-base.el (cua--pre-command-handler): Add more
33503         elaborate check for shift modifier on non-window systems.
33505 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
33507         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
33509 2005-04-18  Kim F. Storm  <storm@cua.dk>
33511         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
33512         and make it optional.  Don't test tooltip-gud-echo-area here.
33513         (tooltip-gud-process-output, gdb-tooltip-print):
33514         Pass tooltip-gud-echo-area to tooltip-show.
33515         (tooltip-help-tips): Remove second optional arg to tooltip-show.
33517 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33519         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
33520         `display-graphic-p' may not be bound yet.
33522 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
33524         * startup.el (command-line): No longer enable Xterm Mouse mode by
33525         default in terminals compatible with xterm.
33527         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
33529 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
33531         * tooltip.el (tooltip-gud-echo-area): Rename from
33532         tooltip-use-echo-area.
33533         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
33534         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
33535         area independently of where help tooltips are displayed.
33537 2005-04-17  David Kastrup  <dak@gnu.org>
33539         * cus-theme.el (custom-theme-write-variables): Quote variables
33540         where necessary.
33542 2005-04-17  Richard M. Stallman  <rms@gnu.org>
33544         * simple.el (yank-excluded-properties): Add follow-link to value.
33546         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
33548         * startup.el (fancy-splash-max-time): Just 30 seconds.
33549         (fancy-splash-delay): Just 7.
33550         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
33552         * loadhist.el (unload-feature): Update for new format of load-history.
33553         Simplify the code.
33555         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
33556         (rmail-font-lock-keywords): Don't fontify the text of a citation.
33558         * mail/sendmail.el (mail-font-lock-keywords):
33559         Don't fontify subject text.
33560         Don't fontify the text of a citation.
33562 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
33564         * comint.el (comint-output-filter): Run comint-output-filter-functions
33565         with point where the user had it.
33567 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
33569         * international/ucs-tables.el (ucs-set-table-for-input):
33570         Disable when using unify-on-decoding.
33572 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
33574         * emulation/cua-base.el (cua-global-mark-face): Add special case
33575         for displays supporting a high number of colors.
33577 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
33579         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
33581 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
33583         * filesets.el (filesets-add-buffer): If user supplies a name of a
33584         non-existing fileset, create a new fileset.
33586 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
33588         * textmodes/org.el (org-up-heading-all): Fix bug with
33589         `outline-up-heading-all'.
33591 2005-04-16  Andreas Schwab  <schwab@suse.de>
33593         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
33594         /etc/permissions.d/* and /etc/aliases.d/*.
33596 2005-04-16  Kenichi Handa  <handa@m17n.org>
33598         * international/code-pages.el (cp-make-coding-system):
33599         Set `translation-table-for-input' property value to the symbol
33600         ucs-mule-to-mule-unicode, not to that value.
33601         (pt154): Escape guillemet by `\'.
33603 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
33605         * loadup.el: Load tooltip if x-show-tip is fboundp.
33607         * startup.el (command-line): Add comment.
33609         * tooltip.el (tooltip-mode): Specify correct standard value for
33610         Custom in init-value.
33612 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
33614         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
33615         possible.
33617 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
33619         * textmodes/org.el (org-agenda-date-prompt): Rename from
33620         `org-agenda-date-today'.
33621         (org-evaluate-time-range): Insert at point instead of directly
33622         after time range.
33623         (org-first-headline-recenter, org-subtree-end-visible-p)
33624         (org-optimize-window-after-visibility-change): New functions
33625         (org-agenda-post-command-hook): Don't allow point at end of line,
33626         to make sure it always hits the text properties.
33627         (org-agenda-next-date-line, org-agenda-previous-date-line):
33628         New commands.
33629         (org-set-regexps-and-options): Category may contain white space.
33630         (org-agenda-get-deadlines, org-agenda-get-scheduled):
33631         Improve marker positions.
33632         (org-agenda-new-marker): Argument POS made optional.
33633         (org-agenda-get-timestamps): Deadlines which are done are listed
33634         in org-done-face now.
33635         (org-agenda-get-todos, org-agenda-get-timestamps)
33636         (org-agenda-get-deadlines, org-agenda-get-scheduled):
33637         Set `undone-face' and `done-face' properties.
33638         (org-last-todo-state-is-todo): New variable.
33639         (org-todo): Set `org-last-todo-state-is-todo'.
33640         (org-agenda-todo): Change face according to
33641         `org-last-todo-state-is-todo'.  And change other lines referring to
33642         the same entry.
33643         (org-calendar-goto-agenda): New command.
33644         (org-calendar-to-agenda-key): New option.
33645         (org-startup-folded): New allowed value `content'.
33646         (org-set-regexps-and-options): Accept new value `content' for
33647         `org-startup-folded'.
33648         (org-get-current-options): Handle new value `content' for
33649         `org-startup-folded'.
33650         (org-insert-todo-heading): New command.
33651         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33652         interactively in empty file and option
33653         `org-insert-mode-line-in-empty-file' has been set.
33654         (org-agenda-todo, org-agenda-priority): Modify to use
33655         `org-agenda-change-all-lines'.
33656         (org-warning-face): Change color on dark background.
33658 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33660         * international/mule-cmds.el (set-locale-environment): On Mac OS,
33661         use preferences AppleLocale and AppleLanguages, and variable
33662         mac-system-locale for default locale.  On Mac OS Classic, use
33663         mac-system-coding-system for default coding systems.
33665         * term/mac-win.el: Don't set file-name-coding-system.
33666         Decode variables system-name, emacs-build-system, user-login-name, and
33667         user-full-name by mac-system-coding-system on Mac OS Classic.
33668         (mac-system-coding-system): New variable.
33670 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
33672         * startup.el (command-line): Handle `xterm-mouse-mode' before
33673         reading init file.
33675         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33677 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
33679         * progmodes/sh-script.el (sh-here-document-word): Make it a
33680         defcustom.  Doc fix.
33681         (sh-add): Bash uses $(( )) for arithmetic.
33682         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33683         (sh-maybe-here-document): Remove quotes and leading whitespace
33684         from heredoc word when closing.  Indent heredoc with tabs if word
33685         starts with "-".
33687 2005-04-13  Richard M. Stallman  <rms@gnu.org>
33689         * simple.el (undo): Fix previous change.
33691         * custom.el (defface): Doc fix.
33693 2005-04-13  Lute Kamstra  <lute@gnu.org>
33695         * Makefile.in (DONTCOMPILE): Remove list.
33696         (compile, compile-always): Don't use DONTCOMPILE.
33697         (update-authors): Load the library in which batch-update-authors
33698         is defined.
33699         * makefile.w32-in (DONTCOMPILE): Remove list.
33700         (compile, compile-always): Fix comments.
33701         (update-authors): Load the library in which batch-update-authors
33702         is defined.
33704         * generic-x.el (generic-mode-ini-file-find-file-hook):
33705         Rename to ini-generic-mode-find-file-hook.
33706         Keep generic-mode-ini-file-find-file-hook as an alias.
33707         (ini-generic-mode-find-file-hook): Rename from
33708         generic-mode-ini-file-find-file-hook.  Fix docstring.
33709         (ini-generic-mode): Docstring change.
33710         (bat-generic-mode-run-as-comint): Silence the byte compiler.
33712         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33713         called from lisp.
33715         * generic.el: Move to the emacs-lisp subdir.
33717 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
33719         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33720         and C-S- function and cursor motion keys.
33722 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
33724         * startup.el (command-line): Enable Xterm Mouse mode by default.
33725         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33726         for Custom.  No longer show "Mouse" in mode line when enabled.
33727         Doc fix.
33729 2005-04-12  Kim F. Storm  <storm@cua.dk>
33731         * emulation/cua-base.el (cua-rectangle-face)
33732         (cua-rectangle-noselect-face): Define face attributes here.
33734         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33736 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33738         * startup.el (command-line): Turn off blinking cursor if
33739         cursorBlink in resources is off or false.
33741 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33743         * term/mac-win.el (dnd): Require dnd.
33744         (mac-drag-n-drop): Call dnd-handle-one-url.
33745         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33746         (kTextEncodingISOLatin2): Remove constants.
33747         (mac-script-code-coding-systems): New constant.
33748         (mac-handle-language-change): New function.
33749         (special-event-map): Bind it to `language-change' event.
33750         (mac-centraleurroman, mac-cyrillic): New coding systems.
33751         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33752         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33753         and mac-cyrillic-encoder to encode-mac-centraleurroman and
33754         encode-mac-cyrillic, respectively.
33756 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
33758         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33759         Don't set overlay-arrow-string to "=>" as this is done
33760         globally in C now.
33762 2005-04-12  Lute Kamstra  <lute@gnu.org>
33764         * generic-x.el (rc-generic-mode, rul-generic-mode):
33765         Fix auto-mode-alist entries.
33766         (etc-fstab-generic-mode): Tweak fontification.
33768         * generic.el (generic-make-keywords-list): Fix docstring.
33769         (generic-mode-internal): Simplify generic-font-lock-keywords.
33771 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
33773         * whitespace.el (whitespace-buffer-leading)
33774         (whitespace-buffer-trailing): Revert the incorrect test inversion.
33775         However, fix the highlight area for the leading and
33776         trailing whitespaces to show space.
33778 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
33780         * whitespace.el (whitespace-version): Bump to 3.5.
33782         (whitespace-buffer-leading, whitespace-buffer-trailing):
33783         Invert sense of the test to highlight the whitespace.
33785 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
33787         * progmodes/gud.el (gud-display-line): GUD uses its own
33788         overlay arrow now so don't set overlay-arrow-string.
33789         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33791 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
33793         * term.el (term-ansi-current-bold, term-ansi-current-underline)
33794         (term-ansi-current-reverse, term-ansi-current-invisible)
33795         (term-ansi-face-already-done): Change to boolean.
33796         (term-reset-terminal, term-handle-colors-array): Handle the above
33797         vars accordingly.
33798         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33799         (term-emulate-terminal): Use the new name.
33801         * faces.el (secondary-selection): Use yellow1, not yellow.
33802         (trailing-whitespace): Use red1, not red.
33804 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33806         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33807         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33808         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33810         * cus-edit.el (dnd): New group.
33812         * term/w32-win.el (dnd): Require dnd
33813         (w32-drag-n-drop): Call dnd-handle-one-url.
33815         * x-dnd.el: Require dnd.
33816         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33817         Call dnd-handle-one-url.
33818         (x-dnd-types-alist, x-dnd-insert-utf8-text)
33819         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33820         to dnd-insert-text.
33821         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33822         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33823         (x-dnd-get-local-file-name, x-dnd-open-local-file)
33824         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33826         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33828 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33830         * wdired.el: Doc fixes.
33831         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33832         (wdired-use-dired-vertical-movement): Rename from
33833         wdired-always-move-to-filename-beginning.
33834         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33835         (wdired-change-to-wdired-mode): Change mode name.
33836         (wdired-newline): Delete.
33838 2005-04-11  Richard M. Stallman  <rms@gnu.org>
33840         * whitespace.el (whitespace-highlight-the-space):
33841         Don't call whitespace-unhighlight-the-space here.
33843         * simple.el (undo): Record t in undo-equiv-table
33844         for the redo record made by an undo-in-region.
33846 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
33848         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33849         (gdb-frame-inferior-io-buffer): New Functions to control
33850         display of separate IO buffer.
33851         (menu): Add them to menu-bar.
33852         (gdb-display-buffer): Check for buffer another frame.
33853         Protect GUD buffer.
33854         (gdb-setup-windows): Create IO buffer if not already there.
33855         (gdb-memory-mode): Remove purecopy noops.
33857 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
33859         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33860         and pass to self-insert-command.
33862 2005-04-11  Lute Kamstra  <lute@gnu.org>
33864         * generic.el: Commentary section cleanup.
33865         (generic): Delete.
33866         (generic-use-find-file-hook, generic-lines-to-scan)
33867         (generic-find-file-regexp, generic-ignore-files-regexp)
33868         (default-generic-mode, generic-mode-find-file-hook)
33869         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33870         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
33871         (generic-use-find-file-hook, generic-lines-to-scan)
33872         (generic-find-file-regexp, generic-ignore-files-regexp)
33873         (default-generic-mode, generic-mode-find-file-hook)
33874         (generic-mode-ini-file-find-file-hook): Move from generic.el.
33876 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
33878         * bookmark.el (bookmark-write-file): Catch errors writing file.
33879         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33881 2005-04-10  Richard M. Stallman  <rms@gnu.org>
33883         * startup.el (fancy-splash-tail): Update copyright year.
33884         (command-line): Split part of -Q into -D.
33885         (emacs-basic-display): New defvar.
33886         (fancy-splash-text): Correct name of menu item.
33888         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33890         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33891         lines in one node.
33893         * comint.el (comint-send-input): New arg ARTIFICIAL.
33894         Callers in this file changed.
33896         * abbrev.el (define-abbrevs): Read system abbrevs properly.
33898         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33900 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
33902         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
33903         `ldap-search-internal'.
33905 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33907         * files.el (set-auto-mode-1): Use line-end-position.
33909         * international/latin-1.el:
33910         * international/latin-2.el:
33911         * international/latin-3.el:
33912         * international/latin-4.el:
33913         * international/latin-5.el:
33914         * international/latin-8.el:
33915         * international/latin-9.el: Give punctuation syntax to NBSP.
33917         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33918         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33919         Use char-classes to accept non-ascii letters, accepted in some recent
33920         bibtex implementations.
33922 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
33924         * custom.el (custom-set-minor-mode): Any non-nil value for the
33925         variable should enable the mode when set through Custom.
33927 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33929         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33930         TAB binding so tab-always-indent is obeyed.
33931         (vhdl-minibuffer-local-map): Move initialization into declaration.
33932         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33933         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33934         (vhdl-hooked-abbrev): Avoid test for XEmacs.
33935         (vhdl-current-line): Use line-beginning-position.
33936         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33937         with-output-to-temp-buffer, so the current position can be recorded.
33939 2005-04-10  Masatake YAMATO  <jet@gyve.org>
33941         * progmodes/compile.el (compilation-error-regexp-alist-alist):
33942         Add regexp for gcov.
33944 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
33946         * calendar/time-date.el (time-to-seconds, seconds-to-time)
33947         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33948         syntax which Emacs 20 doesn't support.
33950 2005-04-09  Richard M. Stallman  <rms@gnu.org>
33952         * help.el (describe-key-briefly, describe-key):
33953         Replace strings as event types with "(any string)".
33955 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
33957         * arc-mode.el (archive-mode-map): Move initialization into
33958         the declaration.  Override *all* bindings of `undo'.
33959         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33961 2005-04-09  Jay Belanger  <belanger@truman.edu>
33963         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33965 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
33967         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33968         (xterm-register-default-colors): Update color values computation
33969         to match xterm-200.
33971 2005-04-09  Kenichi Handa  <handa@m17n.org>
33973         * international/code-pages.el (iso-latin-7): Fix the map.
33975 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
33977         * emacs-lisp/lisp.el (defun-prompt-regexp)
33978         (parens-require-spaces, buffer-end, end-of-defun)
33979         (insert-parentheses): Doc fixes.
33981 2005-04-08  Kim F. Storm  <storm@cua.dk>
33983         * comint.el (comint-highlight-prompt): Fix face spec.
33984         * hi-lock.el (hi-green): Likewise.
33986 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
33988         * cus-edit.el (custom-modified-face):
33989         * comint.el (comint-highlight-input): Fix previous changes.
33990         * term.el (term-handle-ansi-escape): Add a comment.
33992 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
33994         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33995         in the buffer and in whitespace-highlighted-space.
33996         (whitespace-unhighlight-the-space): Simplify.
33997         (whitespace-buffer): Simplify.
33999 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
34001         * textmodes/table.el (table-cell-face): Add special case for
34002         displays supporting a high number of colors.
34003         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
34004         (vhdl-font-lock-reserved-words-face)
34005         (vhdl-speedbar-architecture-face)
34006         (vhdl-speedbar-instantiation-face)
34007         (vhdl-speedbar-architecture-selected-face)
34008         (vhdl-speedbar-instantiation-selected-face): Likewise.
34009         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
34010         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
34011         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
34012         (ebrowse-root-class-face, ebrowse-member-attribute-face)
34013         (ebrowse-progress-face): Likewise.
34014         * progmodes/compile.el (compilation-info-face): Likewise.
34015         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
34016         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
34017         * calendar/calendar.el (diary-face): Likewise.
34018         * woman.el (woman-italic-face, woman-bold-face)
34019         (woman-unknown-face): Likewise.
34020         * wid-edit.el (widget-button-pressed-face): Likewise.
34021         * whitespace.el (whitespace-highlight-face): Likewise.
34022         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
34023         * pcvs-info.el (cvs-marked-face): Likewise.
34024         * info.el (info-xref): Likewise.
34025         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
34026         * hilit-chg.el (highlight-changes-face)
34027         (highlight-changes-delete-face): Likewise.
34028         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
34029         (hi-red-b): Likewise.
34030         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
34031         * font-lock.el (font-lock-keyword-face)
34032         (font-lock-function-name-face, font-lock-warning-face): Likewise.
34033         * cus-edit.el (custom-invalid-face, custom-modified-face)
34034         (custom-set-face, custom-changed-face, custom-variable-tag-face)
34035         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
34036         * comint.el (comint-highlight-prompt): Likewise.
34038 2005-04-08  Lute Kamstra  <lute@gnu.org>
34040         * font-lock.el (font-lock-keywords): Docstring fixes.
34042 2005-04-08  Kenichi Handa  <handa@m17n.org>
34044         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
34045         chars are more than a limit, print " and more..." at the tail.
34047 2005-04-08  Kim F. Storm  <storm@cua.dk>
34049         * emacs-lisp/authors.el (authors-aliases): Update list.
34050         (authors-ignored-files): New list.
34051         (authors-fixed-entries): Fix typo.
34052         (authors-renamed-files-alist): Update list.
34053         (authors-add): Check authors-ignored-files.
34055 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
34057         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
34058         optional, to ensure backward compatibility.
34060 2005-04-08  Stephen Eglen  <stephen@gnu.org>
34062         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
34064 2005-04-08  Kim F. Storm  <storm@cua.dk>
34066         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
34068         * mouse.el (mouse-on-link-p): Doc fix.
34070 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
34072         * ielm.el (ielm-prompt-read-only): Doc fix.
34074         * comint.el (comint-prompt-read-only): Doc fix.
34076 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
34078         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
34079         ensure dired always handles wildcards passed to ffap.
34080         (find-file-at-point): Use it.
34081         (ffap-dired-wildcards): Doc fix.
34083 2005-04-07  Juri Linkov  <juri@jurta.org>
34085         * simple.el (next-error-overlay-arrow-position): New defvar.
34086         Put "=>" on its property `overlay-arrow-string'.  Add it to
34087         `overlay-arrow-variable-list'.
34089         * progmodes/compile.el (compilation-setup):
34090         Set `next-error-overlay-arrow-position' to nil.  Also set it to
34091         nil in the local hook `kill-buffer-hook'.  Make local variable
34092         `overlay-arrow-string' and set it to "=>".
34093         (compilation-goto-locus): Set BOL position to
34094         `next-error-overlay-arrow-position' instead of
34095         `overlay-arrow-position'.
34097         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
34098         locally instead of adding it to the global hook.
34099         (Info-kill-buffer): Move up.
34101 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
34103         * term/xterm.el (xterm-standard-colors): Update color values from
34104         xterm-200.
34106 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
34108         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
34110         * fast-lock.el:
34111         * lazy-lock.el: Move them to the obsolete subdir.
34113 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
34115         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
34116         (wdired-add-replace-advice): Remove.
34117         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
34119 2005-04-06  Kim F. Storm  <storm@cua.dk>
34121         * startup.el (command-line): Add --bare-bones alias for -Q.
34123 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34125         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
34126         create the startup fontset if a font specification ends with
34127         `mac-roman'.
34129 2005-04-06  Lute Kamstra  <lute@gnu.org>
34131         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
34132         change.
34134         * emacs-lisp/copyright.el (copyright-update-year): Replace the
34135         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
34137 2005-04-05  Lute Kamstra  <lute@gnu.org>
34139         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
34140         (define-generic-mode): Ditto.  Fix debug declaration.
34142         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
34143         Put them in the generic-x group.
34145         * calendar/timeclock.el (timeclock): Doc fix.
34147         * generic.el (define-generic-mode): Don't use custom-current-group.
34148         Document default :group value.
34149         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
34150         (define-global-minor-mode): Don't use custom-current-group.
34152 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
34154         * startup.el (command-line-1): Display startup-echo-area-message
34155         when fancy splash screen is in use.
34157         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
34158         (sh-escaped-newline): New face.
34159         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
34160         newline, and use sh-escaped-newline face.
34162         * progmodes/tcl.el (tcl-escaped-newline): New face.
34163         (tcl-builtin-list): New variable.
34164         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
34165         newlines.  Fix keywords subexpression number.
34167 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
34169         * textmodes/org.el (org-diary-default-entry): Fix call to
34170         `add-to-diary-entry'.
34172 2005-04-05  Kim F. Storm  <storm@cua.dk>
34174         * ediff-init.el: Use (featurep 'xemacs).
34176 2005-04-05  David Ponce  <david@dponce.com>
34178         * cus-edit.el (face): Derive from symbol widget.  Display sample
34179         of the current face on the fly.
34180         (widget-face-sample-face-get, widget-face-notify): New functions.
34181         (widget-face-value-create): Remove.
34183         * wid-edit.el (widget-field-end): Temporarily remove field
34184         narrowing before to call `get-char-property'.
34186 2005-04-04  Jay Belanger  <belanger@truman.edu>
34188         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
34189         (math-read-subscripts): New variable.
34190         (math-read-preprocess-string): Process subscripts.
34192 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
34194         * comint.el (comint-prompt-read-only): Doc fix.
34196         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
34197         `-1'.  Doc fix.
34199 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
34201         * textmodes/org.el (org-insert-mode-line-in-empty-file):
34202         Change default value to nil.
34204 2005-04-04  Lute Kamstra  <lute@gnu.org>
34206         * autorevert.el (auto-revert-mode): Specify :group.
34207         * battery.el (display-battery-mode): Specify :group.
34208         * diff-mode.el (diff-minor-mode): Specify :group.
34209         * font-core.el (font-lock-mode): Specify :group.
34210         * hl-line.el (hl-line-mode): Specify :group.
34211         * iimage.el (iimage): New customization group.
34212         (iimage-mode): Specify :group.
34213         * longlines.el (longlines-mode): Specify :group.
34214         * master.el: Don't require easy-mmode.
34215         (master): New customization group.
34216         (master-mode): Specify :group.
34217         * msb.el (msb-mode): Specify :group.
34218         * reveal.el (reveal-mode): Specify :group.
34219         * simple.el (next-error-follow-minor-mode): Specify :group.
34220         * smerge-mode.el (smerge-mode): Specify :group.
34221         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
34222         * emulation/cua-base.el (cua-mode): Specify :group.
34223         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
34224         * language/thai-util.el (thai-auto-composition-mode)
34225         (thai-word-mode): Specify :group.
34226         * mail/supercite.el (sc-minor-mode): Specify :group.
34227         * progmodes/cwarn.el (cwarn-mode): Specify :group.
34228         * progmodes/flymake.el (flymake-mode): Specify :group.
34229         * progmodes/glasses.el (glasses-mode): Specify :group.
34230         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
34231         * textmodes/enriched.el (enriched-mode): Specify :group.
34232         * textmodes/refill.el (refill-mode): Specify :group.
34234         * add-log.el (change-log-font-lock-keywords): Names in
34235         parenthesized lists can contain spaces.
34237 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
34239         * startup.el (fancy-splash-text): Shorten default text of
34240         "Emacs Tutorial" line.  Also, if the current language env
34241         indicates an available tutorial file other than TUTORIAL,
34242         extract its title and append it to the line in parentheses.
34243         (fancy-splash-insert): If arg is a thunk, funcall it.
34245 2005-04-04  Jay Belanger  <belanger@truman.edu>
34247         * calc/calc.el (calc-language-alist): Add tags to customization type.
34249 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
34251         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
34252         Doc fix.
34254 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
34256         * add-log.el (change-log-font-lock-keywords): The manual
34257         describing a Change Log entry, says: (...) "Aside from these
34258         header lines, every line in the change log starts with a space or
34259         a tab.".  The font-lock was not highlighting lines started with
34260         spaces, added support for it.
34262 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34264         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
34265         (bibtex-generate-url-list): Update docstring accordingly.  Put the
34266         complex example in the docstring.
34267         (bibtex-font-lock-url): Use pop.
34269 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34271         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
34273         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
34275 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
34277         * filesets.el (filesets-set-default): Doc fix.
34279 2005-04-03  Lute Kamstra  <lute@gnu.org>
34281         * generic.el (define-generic-mode): Add argument to specify
34282         keywords for defcustom.
34283         (default-generic-mode): Specify :group.
34285         * generic-x.el: Specify :group for all generic modes.
34287         * desktop.el (desktop-no-desktop-file-hook)
34288         (desktop-after-read-hook): Doc fix.
34290 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
34292         * simple.el (visible-mode): Use explicit :group keyword.
34293         This changes the group of `visible-mode-hook' from paren-blinking
34294         to editing-basics.
34296 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
34298         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
34299         mailbox specifications as well as URLs.
34300         (rmail-insert-inbox-text): Remove unused conditional branches.
34302 2005-04-01  Jay Belanger  <belanger@truman.edu>
34304         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
34305         (calc-gnuplot-print-command): Move definitions to calc.el.
34307         * calc/calc-embed.el (calc-embedded-announce-formula)
34308         (calc-embedded-open-formula, calc-embedded-close-formula)
34309         (calc-embedded-open-word, calc-embedded-close-word)
34310         (calc-embedded-open-plain, calc-embedded-close-plain)
34311         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
34312         (calc-embedded-open-mode, calc-embedded-close-mode):
34313         Move definitions to calc.el.
34315         * calc/calc.el (calc-settings-file, calc-language-alist):
34316         Make customizable.
34317         (calc-embedded-announce-formula, calc-embedded-open-formula)
34318         (calc-embedded-close-formula, calc-embedded-open-word)
34319         (calc-embedded-close-word, calc-embedded-open-plain)
34320         (calc-embedded-close-plain, calc-embedded-open-new-formula)
34321         (calc-embedded-close-new-formula, calc-embedded-open-mode)
34322         (calc-embedded-close-mode, calc-gnuplot-name)
34323         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
34324         from other files and make customizable.
34326 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34328         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
34329         Use buffer-live-p.
34330         (cvs-mode-run): Don't call cvs-update-header here.
34331         (cvs-run-process): Call cvs-update-header.
34332         Use process properties for cvs-postprocess and cvs-buffer so that
34333         the sentinel can behave better if the temp buffer is killed.
34334         Use a pipe rather than a tty, to better handle unexpected prompts.
34335         (cvs-sentinel): Rewrite.  Call cvs-update-header.
34337 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
34339         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
34340         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
34342 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
34344         * generic.el (define-generic-mode): Add indentation rule.
34346 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
34348         * files.el (mode-require-final-newline): Make Custom correctly
34349         report a nil value and allow to set it to nil via Custom.
34350         Doc fix.
34352 2005-04-01  Kenichi Handa  <handa@m17n.org>
34354         * international/characters.el: Enable the correct case setting for
34355         dotless-i and dotted-I.
34357 2005-04-01  Kim F. Storm  <storm@cua.dk>
34359         * ido.el (ido-file-internal): Fall back to non-ido command if
34360         initial directory is on slow ftp (or tramp) host.
34362 2005-03-31  Richard M. Stallman  <rms@gnu.org>
34364         * emacs-lisp/autoload.el (make-autoload):
34365         Handle define-global-minor-mode.
34367         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
34368         Rename from easy-mmode-define-global-mode.
34369         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
34371         * progmodes/scheme.el (scheme-mode-syntax-table):
34372         Update syntax of | and # for two-character comment syntax.
34374 2005-03-31  Lute Kamstra  <lute@gnu.org>
34376         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
34377         (define-minor-mode): Call custom-current-group at load-time.
34379         * generic.el (define-generic-mode): Add debug declaration.
34380         Add defcustom for the mode hook.
34381         (generic-mode-internal): Use run-mode-hooks.
34383 2005-03-31  Kim F. Storm  <storm@cua.dk>
34385         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
34386         (mouse-fixup-help-message): New defun called by show_help_echo
34387         to fixup mouse-2 prefix in help messages when applicable.
34389         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34391 2005-03-31  Kenichi Handa  <handa@m17n.org>
34393         * language/thai-word.el (thai-find-word-ends): Pay attention to
34394         the case that we reach the end of buffer.
34396         * textmodes/fill.el (fill-text-properties-at): New function.
34397         (fill-newline): Use fill-text-properties-at instead of
34398         text-properties-at.
34400 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
34402         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
34403         not comint-quote-filename.
34405 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
34407         * help-fns.el (help-with-tutorial): Revert last change.
34409 2005-03-31  Kim F. Storm  <storm@cua.dk>
34411         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
34413 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
34415         * calendar/cal-china.el: Update reference to "Calendrical
34416         Calculations" book; there's a new edition.
34417         * calendar/cal-coptic.el: Likewise.
34418         * calendar/cal-french.el: Likewise.
34419         * calendar/cal-hebrew.el: Likewise.
34420         * calendar/cal-islam.el: Likewise.
34421         * calendar/cal-iso.el: Likewise.
34422         * calendar/cal-julian.el: Likewise.
34423         * calendar/cal-mayan.el: Likewise.
34424         * calendar/cal-persia.el: Likewise.
34425         * calendar/calendar.el: Likewise.
34426         * calendar/holidays.el: Likewise.
34427         * calendar/lunar.el: Likewise.
34428         * calendar/solar.el: Likewise.
34430         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
34431         white space from doc string.
34433 2005-03-30  Jay Belanger  <belanger@truman.edu>
34435         * calc/calc-help.el (calc-full-help): Remove email address.
34437 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
34439         * help-fns.el (help-with-tutorial): Delete title line.
34441 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
34443         * calendar/cal-x.el (calendar-one-frame-setup)
34444         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
34445         rather than `symbol' for set-window-dedicated-p.
34447         * calendar/appt.el (appt-buffer-name): Make it a constant.
34448         (appt-add): Doc fix.
34450         * filesets.el (filesets-menu-path, filesets-menu-before)
34451         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
34452         (filesets-menu-cache-file): Use directory ~/.emacs.d.
34453         (filesets-add-submenu): Delete and use add-submenu instead.
34455 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
34457         * textmodes/org.el (org-agenda-phases-of-moon)
34458         (org-agenda-sunrise-sunset, org-agenda-convert-date)
34459         (org-agenda-goto-calendar): New commands.
34460         (org-diary-default-entry): New function.
34461         (org-get-entries-from-diary): Better parsing of diary entries.
34462         (org-agenda-check-no-diary): New function.
34463         ("diary-lib"): Advice to function `add-to-diary-list', to allow
34464         linking to diary entries.
34465         (org-agenda-execute-calendar-command): New function.
34466         (org-agenda): Improve visible section in window.
34467         Use `org-fit-agenda-window'.
34468         (org-fit-agenda-window): New option.
34469         (org-move-subtree-down): Better handling of empty lines
34470         at end of subtree.
34471         (org-cycle): Numeric prefix is interpreted now as show-subtree N
34472         levels up.
34473         (org-fontify-done-headline): New option.
34474         (org-headline-done-face): New face.
34475         (org-set-font-lock-defaults): Use `org-headline-done-face'.
34476         (org-table-copy-down): Rename from `org-table-copy-from-above'.
34477         When current field is non-empty, it is copied to next row.
34478         (org-table-copy-from-above): Fix bug which made it
34479         impossible to copy fields containing only a single non-white character.
34481 2005-03-30  Kim F. Storm  <storm@cua.dk>
34483         * kmacro.el (kmacro-end-macro): Isearch may store this command
34484         into the macro -- so ignore it when executing keyboard macro.
34486 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
34488         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
34490 2005-03-29  Kenichi Handa  <handa@m17n.org>
34492         * language/thai.el ("Thai"): Set setup-function and exit-function
34493         for Thai language environment.
34495         * language/thai-util.el: Require thai-word.
34496         (thai-word-mode-map): New variable.
34497         (thai-word-mode): New minor mode.
34498         (setup-thai-language-environment-internal): New function.
34499         (exit-thai-language-environment-internal): New function.
34501         * language/thai-word.el (thai-word-table): Declare it by defvar,
34502         use dolist to initialize it.
34503         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
34504         (thai-fill-find-break-point): New functions.
34506 2005-03-29  Richard M. Stallman  <rms@gnu.org>
34508         * simple.el (idle-update-delay): Move definition up.
34509         (set-mark): Doc fix.
34511 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
34513         * longlines.el: New file.
34515         * simple.el (buffer-substring-filters): New variable.
34516         (filter-buffer-substring): New function.
34517         (kill-region, copy-region-as-kill): Use it.
34519         * register.el (copy-to-register, append-to-register)
34520         (prepend-to-register): Use filter-buffer-substring.
34522 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
34524         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
34525         (gud-filter-pending-text): Move in front of gdb.
34526         (gud-overlay-arrow-position): New variable.
34527         (gud-sentinel, gud-display-line): Use it in place of
34528         overlay-arrow-position.
34530 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
34532         * progmodes/fortran.el (fortran-if-indent): Doc fix.
34533         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
34534         (fortran-font-lock-keywords-4): New variable.
34535         (fortran-blocks-re, fortran-end-block-re)
34536         (fortran-start-block-re): New constants, for hideshow.
34537         (hs-special-modes-alist): Add a Fortran entry.
34538         (fortran-mode-map): Bind fortran-end-of-block,
34539         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
34540         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
34541         (fortran-looking-at-if-then, fortran-end-of-block)
34542         (fortran-beginning-of-block): New functions, for hideshow.
34544         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
34545         Doc fix.  Tweak regexp.
34546         (f90-beginning-of-block): Push mark first.
34548 2005-03-29  Jay Belanger  <belanger@truman.edu>
34550         * calc/calc.el: Update copyright date.
34551         (calc-version): Increase to 2.1.
34552         (calc-version-date): Remove.
34554         * calc/calc-help.el: Update copyright date.
34555         (calc-full-help): Remove reference to calc-version-date.
34556         Update copyright date.
34558 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
34560         * vc.el (vc-do-command): Use a pipe for async processes, so password
34561         prompts don't show up at places where the user can't reply.
34563 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
34565         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
34566         on the file name we pass to the inferior shell.
34568 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
34570         * progmodes/which-func.el (which-function): Be robust in the face of an
34571         imenu--make-index-alist failure.
34573 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
34575         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
34577         * progmodes/python.el (python-preoutput-filter): Fix last change.
34579 2005-03-29  Lute Kamstra  <lute@gnu.org>
34581         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
34582         functions and compiled macros.
34583         (debug-convert-byte-code): Handle macros too.
34584         (debug-on-entry-1): Don't signal an error when trying to clear a
34585         function that is not set to debug on entry.
34587 2005-03-29  Jay Belanger  <belanger@truman.edu>
34589         * calc/calc-lang.el: Add functions to math-function-table
34590         properties of tex and math.
34592 2005-03-29  Kenichi Handa  <handa@m17n.org>
34594         * ps-mule.el (ps-mule-plot-string): Translate characters by
34595         ps-print-translation-table.
34596         (ps-mule-begin-job): Call find-charset-region/string with
34597         ps-print-translation-table.
34598         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
34600         * ps-print.el (ps-print-translation-table): New variable.
34601         (ps-plot-region): Translate characters by ps-print-translation-table.
34603 2005-03-29  Juri Linkov  <juri@jurta.org>
34605         * simple.el (next-error-highlight-timer): New variable.
34607         * progmodes/compile.el (compilation-goto-locus):
34608         Use `next-error-highlight-timer' instead of `sit-for'.
34610 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34612         * mail/supercite.el (sc-mail-field): Use assoc-string.
34613         (sc-get-address): Simplify regexps.
34615         * files.el (minibuffer-with-setup-hook): New macro.
34616         (find-file-read-args): Use it to avoid let-binding
34617         minibuffer-with-setup-hook (which breaks turning on/off
34618         file-name-shadow-mode while in the prompt).
34620         * complete.el (PC-read-include-file-name-internal):
34621         Use test-completion.
34623 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
34625         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
34627 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34629         * window.el (window-buffer-height): Use count-screen-lines.
34631         * progmodes/python.el (python-preoutput-leftover): New var.
34632         (python-preoutput-filter): Use it.
34633         (python-send-receive): Loop until all the result has been received.
34635 2005-03-28  Juri Linkov  <juri@jurta.org>
34637         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34639         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34640         "Recover Crashed Session".
34641         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34642         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34643         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34644         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34645         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34646         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34647         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34648         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34650         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34651         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34652         Ediff Sessions", "Toggle use of separate control buffer frame",
34653         "Use separate frame for Ediff control buffer".
34655         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34656         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34657         "Rename Bookmark", "Delete Bookmark".
34659         * info.el (Info-mode-menu): Remove ellipsis from "Index".
34660         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34661         Add `:active Info-index-alternatives' to "Next Matching Item".
34663         * wdired.el (wdired-change-to-wdired-mode):
34664         Mention `wdired-abort-changes' key in the initial message.
34666         * international/mule.el (auto-coding-alist): Associate non-ascii
34667         image filename extensions with `no-conversion'.
34669 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34671         * international/iso-acc.el:
34672         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34674 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
34676         * textmodes/sgml-mode.el (html-mode): Doc update.
34678         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34680 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
34682         * term.el (term-move-columns): Fix face after extending a line.
34683         (term-insert-spaces): Likewise.
34684         (term-reset-terminal): Fix off by one error.
34686 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
34688         * international/mule.el (auto-coding-alist): Add .xpi files.
34690         * files.el (auto-mode-alist): Add .xpi files.
34692 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
34694         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34696 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
34698         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34700 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
34702         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34703         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
34705         * calendar/cal-move.el (calendar-beginning-of-year): Move the
34706         cursor to Jan 1 when needed.
34707         (calendar-end-of-year): Fix -/+ typo.
34708         Reported by Chong Yidong <cyd@stupidchicken.com>.
34710 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34712         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34714         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34715         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
34717 2005-03-25  Richard M. Stallman  <rms@gnu.org>
34719         * filesets.el (filesets-init): Add autoload.
34721         * mail/mailalias.el (mail-directory): Doc fix.
34723 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
34725         * mail/mailalias.el (mail-directory-process): Do nothing if
34726         mail-directory-process is an atom.
34727         (mail-get-names): Ignore mail-directory-names if it is an atom.
34728         (mail-directory-process defvar): Doc fix.
34729         (mail-names): Doc fix.
34731 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
34733         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34735 2005-03-26  Kenichi Handa  <handa@m17n.org>
34737         * international/mule-util.el (detect-coding-with-priority):
34738         Call update-coding-systems-internal before detect-coding-region.
34740 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
34742         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34743         (gdb-frames-mode-map): Add follow-link property.
34745 2005-03-25  Jay Belanger  <belanger@truman.edu>
34747         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34748         for variables.
34750 2005-03-25  Juri Linkov  <juri@jurta.org>
34752         * image-mode.el: Optimize image filename extension regexps in
34753         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
34754         in `auto-mode-alist'.
34755         (image-mode): Add `image-toggle-display-text' to local hook
34756         `change-major-mode-hook'.  Display the image as an image by
34757         default.  Set `cursor-type' and `truncate-lines' if the image
34758         is already displayed.  Take into account the current mode (image
34759         or text) in message.
34760         (image-minor-mode): New minor mode.
34761         (image-mode-maybe, image-toggle-display-text): New functions.
34762         (image-toggle-display): Use called-interactively-p.
34763         Let-bind `inhibit-read-only' to t.
34765         * image-mode.el (image-minor-mode): Set `cursor-type' and
34766         `truncate-lines' if the image is already displayed.  Add turning
34767         image-minor-mode off to `change-major-mode-hook'.  Add message.
34768         Call `image-toggle-display-text' after turning image-minor-mode off.
34770 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
34772         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34773         Terminal.app, use utf-8.
34774         (set-display-table-and-terminal-coding-system): Add coding-system arg.
34775         (set-locale-environment): Use it.
34777         * term/xterm.el: Undo last change, better done in mule-cmds.el.
34779         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34781         * progmodes/python.el (python-close-block-statement-p)
34782         (python-outdent-p, python-current-defun): Use symbol-end.
34784 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
34786         * files.el (save-some-buffers): Doc fix.
34788 2005-03-25  Werner Lemberg  <wl@gnu.org>
34790         * complete.el, thumbs.el: Replace `legal' with `valid'.
34791         * calendar/calendar.el: Replace `legal' with `valid'.
34792         * emacs-lisp/advice.el: Replace `legal' with `valid'.
34793         * mail/supercite.el: Replace `legal' with `valid'.
34794         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34795         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34796         Replace `legal' with `valid'.
34797         * textmodes/reftex-vars.el, textmodes/reftex.el:
34798         Replace `legal' with `valid'.
34800 2005-03-25  Werner Lemberg  <wl@gnu.org>
34802         * calc/calc-forms.el, calc/calc-sel.el
34803         * midnight.el, vc-cvs.el
34804         * emacs-lisp/cl-macs.el
34805         * emulation/vip.el
34806         * eshell/esh-io.el, eshell/esh-var.el
34807         * mail/supercite.el
34808         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34809         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34810         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34811         * progmodes/sh-script.el, progmodes/xscheme.el
34812         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34813         * textmodes/reftex-index.el, textmodes/reftex-parse.el
34814         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34815         * textmodes/reftex.el, textmodes/org.el:
34816         Replace `illegal' with `invalid'.
34818 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34820         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34821         (flymake-find-buildfile, flymake-find-possible-master-files)
34822         (flymake-check-include, flymake-parse-line): Replace loops over the
34823         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34825         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34826         Substitute file-name-as-directory in the rest of the file.
34827         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34828         (flymake-replace-region): Remove unused arg `buffer'.
34829         (flymake-check-patch-master-file-buffer): Update calls to it.
34830         (flymake-add-err-info): Remove unused var `count'.
34831         (flymake-mode): Use define-minor-mode.
34833         * progmodes/flymake.el: Use with-current-buffer.
34834         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34835         flymake-replace-regexp-in-string, flymake-line-beginning-position)
34836         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34837         Avoid testing for `xemacs'.
34838         (flymake-nop): Move.
34839         (flymake-region-has-flymake-overlays): Return the computed value.
34840         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34841         Remove unused var `endline'.
34842         (flymake-get-line-count): Remove unused function.
34843         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34845         * emulation/vi.el:
34846         * generic.el:
34847         * hilit-chg.el (global-highlight-changes):
34848         * hi-lock.el (hi-lock-mode):
34849         * follow.el: find-file-hooks -> find-file-hook.
34851         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34853 2005-03-24  Juri Linkov  <juri@jurta.org>
34855         * dired.el (dired-mode-map): Add menu item "Compare directories"
34856         for dired-compare-directories.
34858         * dired-aux.el (dired-compare-directories): Add autoload cookie.
34859         Doc fix.  Replace `read-file-name' with `read-directory-name'.
34861 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34863         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34865 2005-03-24  Jay Belanger  <belanger@truman.edu>
34867         * calc/calc-embed.el (calc-embedded-mode-change): Save all
34868         relevant mode settings in calc-embedded-original-modes when modes
34869         are permanently changed.
34871 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34873         * autoinsert.el: find-file-hooks -> find-file-hook.
34875 2005-03-24  Lute Kamstra  <lute@gnu.org>
34877         * generic.el (generic-font-lock-defaults): Make it obsolete.
34878         (generic-font-lock-keywords): New variable to replace
34879         generic-font-lock-defaults.
34880         (generic-mode-set-font-lock): Delete it.
34881         (generic-mode-internal): Don't call generic-mode-set-font-lock.
34882         (generic-bracket-support): Add docstring.
34884         * generic-x.el: Rename generic-font-lock-defaults to
34885         generic-font-lock-keywords throughout.
34886         (mailagent-rules-setup-function): Delete it.
34887         (mailagent-rules-generic-mode): Use anonymous function instead.
34888         (show-tabs-generic-mode-font-lock-defaults-1)
34889         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34890         Quote faces.
34891         (show-tabs-tab-face, show-tabs-space-face): Specify background,
34892         not foreground.
34894         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34895         Recognize define-generic-mode.
34897 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34899         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34900         if there's no completion table.
34902 2005-03-23  Miles Bader  <miles@gnu.org>
34904         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34905         Remove tty-specific variants, as they're no longer needed.
34907 2005-03-23  Lute Kamstra  <lute@gnu.org>
34909         * generic-x.el: Code cleanup: make args constant whenever possible.
34910         (installshield-statement-keyword-list)
34911         (installshield-system-functions-list)
34912         (installshield-system-variables-list, installshield-types-list)
34913         (installshield-funarg-constants-list): Make them constants.
34915         * generic.el (generic-make-keywords-list): Add autoload cookie.
34917         * calendar/time-date.el: Add comment on time value formats.
34918         Don't require parse-time.
34919         (with-decoded-time-value): New macro.
34920         (encode-time-value): New function.
34921         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34922         (days-to-time): Return a valid time value when arg is huge.
34923         (time-since): Use time-subtract.
34924         (time-to-number-of-days): Use time-to-seconds.
34926 2005-03-23  David Ponce  <david@dponce.com>
34928         * recentf.el (recentf-keep): New option.
34929         (recentf-menu-action): Default to `find-file'.
34930         (recentf-keep-non-readable-files-flag)
34931         (recentf-keep-non-readable-files-p)
34932         (recentf-file-readable-p, recentf-find-file)
34933         (recentf-cleanup-remote): Remove.
34934         (recentf-include-p): More robust.
34935         (recentf-keep-p): New function.
34936         (recentf-remove-if-non-kept): Rename from
34937         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
34938         All callers updated.
34939         (recentf-menu-items-for-commands): Fix help string.
34940         (recentf-track-closed-file): Update.  Doc fix.
34941         (recentf-cleanup): Update.  Count removed files.  Doc fix.
34943 2005-03-23  Kim F. Storm  <storm@cua.dk>
34945         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34946         Don't inherit from fringe face (now happens automatically).
34948 2005-03-22  Kim F. Storm  <storm@cua.dk>
34950         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34951         position values.
34953 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
34955         * menu-bar.el (showhide-date-time): Remove.
34956         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34957         (menu-bar-make-mm-toggle): Simplify.
34959 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
34961         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34962         Accept qualified variable and function names.
34964 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
34966         * bindings.el (completion-ignored-extensions):
34967         Remove ".lis" for `vax-vms'.
34969 2005-03-22  Andreas Schwab  <schwab@suse.de>
34971         * generic-x.el: Revert last change.
34972         * ldefs-boot.el: Update.
34974 2005-03-22  Jay Belanger  <belanger@truman.edu>
34976         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34977         (calc-embedded-save-original-modes)
34978         (calc-embedded-restore-original-modes): New functions.
34979         (calc-do-embedded): Save original modes when entering embedded mode
34980         and restore when leaving embedded mode.
34981         (calc-embedded-modes-change): Change the value of
34982         calc-embedded-original-modes to reflect permanent changes.
34984 2005-03-22  Lute Kamstra  <lute@gnu.org>
34986         * generic-x.el: Require generic again.
34988 2005-03-22  Miles Bader  <miles@gnu.org>
34990         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34991         Tweak details to look good on both ttys and bitmap displays, light
34992         or dark background, etc.
34994 2005-03-21  Kim F. Storm  <storm@cua.dk>
34996         * tooltip.el (tooltip-show-help-function): Check car and cdr of
34997         mouse position.
34999 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
35001         * icomplete.el: Don't forcibly turn on the mode upon load.
35002         (icomplete-mode): Use define-minor-mode.
35003         (icomplete-eoinput): Default to nil.
35004         (icomplete-minibuffer-setup): Remove autoload.
35005         (icomplete-tidy): Simplify.
35006         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
35007         in the initial state or if the user has modified the field.
35008         Fix handling of icomplete-max-delay-chars.
35009         Remove code that handles the oddball case where
35010         minibuffer-completion-table is an integer.
35011         Wrap icomplete-completions in while-no-input in case building
35012         completions takes more time than expected.
35013         (icomplete-completions): Simplify.
35015 2005-03-21  Richard M. Stallman  <rms@gnu.org>
35017         * jka-compr.el (jka-compr-really-do-compress):
35018         Make variable buffer-local.
35020         * image-mode.el: Handle .xpm files too.
35021         (image-toggle-display): Preserve modification flag.
35023         * help.el (where-is): Don't mention aliases with no key bindings.
35025 2005-03-21  Lute Kamstra  <lute@gnu.org>
35027         * generic.el: Fix commentary section.  Don't require cl for
35028         compilation.
35029         (generic-mode-list): Add autoload cookie.
35030         (generic-use-find-file-hook, generic-lines-to-scan)
35031         (generic-find-file-regexp, generic-ignore-files-regexp)
35032         (generic-mode, generic-mode-find-file-hook)
35033         (generic-mode-ini-file-find-file-hook): Fix docstrings.
35034         (define-generic-mode): Make it a defmacro.  Fix docstring.
35035         (generic-mode-internal): Code cleanup.  Add autoload cookie.
35036         (generic-mode-set-comments): Code cleanup.
35037         * generic-x.el: Don't prevent compilation.  Don't require generic.
35038         Follow coding conventions.  Minor code cleanup.
35039         (etc-fstab-generic-mode): Add some keywords.
35040         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
35041         define-generic-mode like a function declaration.
35043 2005-03-21  Jay Belanger  <belanger@truman.edu>
35045         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
35046         changing modes.
35048 2005-03-21  Sam Steingold  <sds@gnu.org>
35050         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
35052 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
35054         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
35055         Add underscore to "f$ lexicals" regexp.
35057 2005-03-20  Juri Linkov  <juri@jurta.org>
35059         * subr.el (progress-reporter-do-update): When `min-value' is equal
35060         to `max-value', set `percentage' to 0 and prevent division by zero.
35062 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
35064         Sync with Tramp 2.0.48.
35066         * net/tramp.el (all): Change all addresses to .gnu.org.
35067         (tramp-append-tramp-buffers): New defun.
35068         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
35069         Catch `dont-send' signal.
35070         (tramp-set-auto-save-file-modes): Set always permissions, because
35071         there might be an old auto-saved file belonging to another
35072         original file.  This could be a security threat.  Reported by
35073         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
35074         Check for Emacs 21.3.50 removed.
35076         * net/tramp-smb.el (all): Remove debug construct for
35077         `with-parsed-tramp-file-name'.
35078         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
35079         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
35080         No error message if DIRECTORY or FILENAME doesn't exist.
35081         (tramp-smb-open-connection): Check existence of
35082         `tramp-smb-program'.
35084 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
35086         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
35087         Properly handle the case where the `m' or `s' command's argument is not
35088         yet terminated.
35089         (perl-indent-new-calculate): New function.
35090         (perl-indent-line): Use it.
35092 2005-03-20  Miles Bader  <miles@gnu.org>
35094         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
35095         in text-mode too.  Change to new face names.
35096         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
35097         Add `:weight bold' attribute.
35098         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
35100 2005-03-19  Juri Linkov  <juri@jurta.org>
35102         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
35104         * international/mule.el (auto-coding-alist): Sync with
35105         `auto-mode-alist' by adding upper case archive file extensions
35106         and adding ear/war to jar extension.
35108 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
35110         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
35111         running, restart it.
35113 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
35115         * finder.el (finder-current-item): Throw an error on an empty line.
35117         * man.el (Man-follow-manual-reference): If current-word returns
35118         nil, use "".
35120 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
35122         * simple.el (goto-line): Doc fix.
35124 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
35126         * files.el (save-buffer): Doc fix.
35128 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
35130         * recentf.el (recentf-cleanup-remote): New variable.
35131         (recentf-cleanup): Use it to conditionally check availability of
35132         remote files.
35134 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
35136         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
35137         function names.
35139 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
35141         * language/thai-word.el: New file.
35143 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
35145         * files.el (backup-buffer): If the file's directory is not
35146         writable, use copy instead of move to backup the file.
35148 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
35150         * obsolete/keyswap.el: Moved to obsolete/ from term/.
35152 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
35154         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
35155         Use functionp instead of symbolp and fboundp.  Reported by Drkm
35156         <darkman_spam@yahoo.fr>.
35157         (ps-print-version): New version 6.6.6.
35159 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
35161         * textmodes/table.el (table--line-column-position): New idiom.
35162         (table--row-column-insertion-point-p): New function to test
35163         validity of row and column insertion operation at a location.
35164         (table-global-menu, table-cell-menu): Use above functions for
35165         deterministic test operation.
35166         (table--editable-cell-p): Behave in deterministic fashion.
35168 2005-03-18  Juri Linkov  <juri@jurta.org>
35170         * isearch.el (isearch-lazy-highlight-new-loop):
35171         Make arguments beg and end optional.
35172         (isearch-update): Remove optional arguments nil from
35173         isearch-lazy-highlight-new-loop.
35174         (isearch-lazy-highlight-search): Let-bind case-fold-search to
35175         isearch-lazy-highlight-case-fold-search instead of
35176         isearch-case-fold-search, and let-bind isearch-regexp to
35177         isearch-lazy-highlight-regexp.
35178         Use isearch-lazy-highlight-last-string instead of isearch-string.
35180         * replace.el (perform-replace): Remove bindings of global
35181         variables isearch-string, isearch-regexp, isearch-case-fold-search.
35182         Add three new arguments to `replace-highlight'.
35183         (replace-highlight): Add arguments string, regexp, case-fold.
35184         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
35185         to allow isearch-lazy-highlight-new-loop to use these values
35186         to set corresponding isearch-lazy-highlight-* internal
35187         variables whose values lazy highlighting will use regardless of
35188         changes to global variables isearch-string, isearch-regexp,
35189         isearch-case-fold-search during lazy highlighting loop.
35190         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
35191         to `lazy-highlight-cleanup'.
35193         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
35194         (ispell-highlight-face): Set default face to `isearch' when
35195         lazy highlighting is enabled.
35196         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
35197         priority to 1.  Add lazy highlighting.
35198         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
35199         from `isearch-dehighlight'.
35201 2005-03-18  David Ponce  <david@dponce.com>
35203         * files.el (hack-local-variables): Do a case-insensitive search
35204         for End.
35206 2005-03-18  Juri Linkov  <juri@jurta.org>
35208         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
35209         `isearch-lazy-highlight-cleanup', add alias to old name and
35210         declare obsolete.  Add release numbers to other obsolete vars.
35211         (isearch-done, isearch-lazy-highlight-new-loop):
35212         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
35213         (lazy-highlight-cleanup) <variable>: Doc fix.
35214         (isearch-lazy-highlight-update): Rename obsolete
35215         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
35217 2005-03-18  Kenichi Handa  <handa@m17n.org>
35219         * language/thai-util.el: Fix categorization of Thai characters in
35220         thai-category-table.
35221         (thai-composition-pattern): Adjust it for the above change.
35222         (thai-self-insert-command, thai-compose-syllable): New functions.
35223         (thai-compose-region): Use thai-compose-syllable.
35224         (thai-compose-string): Likewise.
35225         (thai-composition-function): Likewise.
35226         (thai-auto-composition): New function.
35227         (thai-auto-composition-mode): New minor mode.
35229         * language/thai.el: Fix patterns to be registered in
35230         composition-function-table.
35232         * international/quail.el (quail-input-method): Locally bind
35233         inhibit-modification-hooks to t.
35235 2005-03-17  Richard M. Stallman  <rms@gnu.org>
35237         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
35238         (perl-mode): Use run-mode-hooks.
35240         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
35241         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
35242         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
35244         * mail/sendmail.el (sendmail-send-it): Reenable the code
35245         to compute resend-to-address and use it.
35247         * tar-mode.el (tar-mode): Turn off undo unconditionally.
35249         * image-mode.el: New file.
35251         * image.el (insert-sliced-image): Add autoload cookie.
35253         * font-lock.el (font-lock-lines-before): New user option.
35254         (font-lock-after-change-function): Obey it.
35256         * bindings.el (esc-map): Make M-g a prefix.
35257         Bind M-g g and M-g M-g to goto-line.
35259         * faces.el (face-id): Doc fix.
35261 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
35263         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
35264         (rmail-show-message): Use rmail-unknown-mail-followup-to.
35265         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
35267         * mail/sendmail.el (mail-yank-ignored-headers)
35268         (mail-font-lock-keywords, mail-mode-fill-paragraph):
35269         Add Mail-Followup-To and Mail-Reply-To headers.
35270         (mail-citation-hook): Add autoload cookie.
35271         (mail-mode): Doc fix.
35272         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
35273         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
35274         (mail-mode-fill-paragraph): Handle those headers.
35275         (mail-mailing-lists): New variable.
35276         (mail-mail-reply-to, mail-mail-followup-to): New functions.
35278 2005-03-17  Juri Linkov  <juri@jurta.org>
35280         * isearch.el (isearch-fallback): Check for `(car previous)'
35281         before calling `isearch-other-end-state'.
35283 2005-03-17  Kim F. Storm  <storm@cua.dk>
35285         * simple.el (move-beginning-of-line): Move to beginning of buffer
35286         line, as well as beginning of screen line.
35288 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
35290         * calendar/diary-lib.el (mark-diary-entries): Use new optional
35291         argument REDRAW rather than calendar-redrawing variable.
35292         * calendar/calendar.el (calendar-redrawing): Delete.
35293         (redraw-calendar): Do not bind calendar-redrawing.
35295 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
35297         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
35298         diary-file buffer.
35300 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
35302         * help.el (describe-mode): Allow a :minor-mode-function property to
35303         specify a different minor mode toggle function than the variable.
35304         * simple.el (auto-fill-function):
35305         * subr.el (add-minor-mode): Use it.
35307 2005-03-16  Kenichi Handa  <handa@m17n.org>
35309         * language/ethio-util.el (sera-being-called-by-w3): New variable.
35310         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
35311         (ethio-fidel-to-sera-buffer): Likewise.
35313 2005-03-16  Juri Linkov  <juri@jurta.org>
35315         * emacs-lisp/find-func.el (find-function-regexp):
35316         Add defun-emitting macro `menu-bar-make-toggle'.
35318         * isearch.el: Put `isearch-scroll' property to
35319         `split-window-horizontally'.
35321         * info.el: Update error messages for `debug-ignored-errors'.
35322         (Info-isearch-search): Doc fix.
35323         (Info-find-node): Move up code to go into info buffer before
35324         recording the node to the history.
35325         (Info-fontify-node): Fontify titles only if the next line
35326         has two or more `*', `=', `-', `.'.
35327         Display "go to this node" for empty (match-string 3).
35329 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
35331         * term/mac-win.el: Add mouse pointer shape constants.
35333 2005-03-15  Kim F. Storm  <storm@cua.dk>
35335         * simple.el (move-beginning-of-line): Use vertical-motion.
35337 2005-03-15  Juri Linkov  <juri@jurta.org>
35339         * isearch.el (isearch-error): New variable.
35340         (isearch-invalid-regexp, isearch-within-brackets): Remove.
35341         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
35342         (isearch-within-brackets-state): Remove.
35343         (isearch-case-fold-search-state, isearch-pop-fun-state):
35344         Decrease frame index.
35345         (isearch-mode, isearch-top-state, isearch-push-state)
35346         (isearch-edit-string, isearch-abort, isearch-search-and-update)
35347         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
35348         (isearch-search, isearch-lazy-highlight-new-loop):
35349         Replace `isearch-invalid-regexp' with `isearch-error'.
35350         Remove `isearch-within-brackets'.
35351         (isearch-search): Add `search-failed' handler to `condition-case'.
35352         (isearch-lazy-highlight-search): Add `condition-case' to catch
35353         errors and allow `isearch-lazy-highlight-update' to try
35354         highlighting from the beginning of the window.
35355         (isearch-repeat): Move up code to set isearch-wrapped to t
35356         before calling isearch-wrap-function.
35358         * info.el (Info-isearch-initial-node): New internal variable.
35359         (Info-search): Signal an error in isearch mode when search leaves
35360         the initial node.  Signal an error when `bound' is non-nil and
35361         nothing was found in the current subfile.
35362         (Info-isearch-search): Remove `condition-case'.
35363         (Info-isearch-wrap): Don't wrap when search failed during leaving
35364         the initial node.  If `Info-isearch-search' is nil, wrap around
35365         the current node.
35366         (Info-isearch-start): New fun.
35367         (Info-mode): Add buffer-local hook `Info-isearch-start' to
35368         `isearch-mode-hook'.
35370 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
35372         * simple.el (normal-erase-is-backspace): Set default to t if
35373         running on Mac.
35375         * term/mac-win.el (function-key-map): Sync with x-win.el.
35377 2005-03-15  Kenichi Handa  <handa@m17n.org>
35379         * international/mule-cmds.el (locale-language-names): Modify the
35380         format of elements and add more entries.
35381         (locale-preferred-coding-systems): Add more entries.
35382         (set-locale-environment): Adjust for the change of
35383         locale-language-names.
35385 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
35387         * pcvs.el (smerge-ediff): Remove bogus autoload.
35389 2005-03-14  Lute Kamstra  <lute@gnu.org>
35391         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
35392         Ignore a `*' at the beginning of a line.
35394         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
35395         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
35396         subr.el.
35397         (dont-compile, eval-when-compile, eval-and-compile): Use declare
35398         to specify indentation.
35400         * generic.el (define-generic-mode): Let generic-mode-list be a
35401         list of strings; test membership with equal.
35403 2005-03-14  Kim F. Storm  <storm@cua.dk>
35405         * simple.el (next-line, previous-line): Add optional try-vscroll
35406         arg to recognize interactive use.  Pass it on to line-move.
35407         (line-move): Don't perform auto-window-vscroll when defining or
35408         executing keyboard macro to ensure consistent behavior.
35410 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35412         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
35414 2005-03-13  Lute Kamstra  <lute@gnu.org>
35416         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
35417         debugger-setup-buffer so that backtrace marks the frames set to
35418         debug-on-exit and we don't have to do it manually.  Set an extra
35419         debug-on-exit for macro's.
35420         (debugger-setup-buffer): Don't mark the top frame manually.
35422 2005-03-12  Lute Kamstra  <lute@gnu.org>
35424         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
35425         lisp-indent-function throughout.
35426         (with-no-warnings): Set lisp-indent-function property.
35428 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
35430         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
35431         Add entry for backslash.
35433 2005-03-12  Juri Linkov  <juri@jurta.org>
35435         * info.el (Info-search): Four fixes for backward search.
35437 2005-03-11  Jay Belanger  <belanger@truman.edu>
35439         * calc/calc.el (calc-language-alist): New variable.
35440         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
35441         (calc-embedded-find-modes): Use calc-language-alist instead of
35442         calc-embedded-language-alist.
35444 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
35446         * calendar/calendar.el (calendar-redrawing): New internal
35447         variable.
35448         (redraw-calendar): Remove bogus save-excursion from previous
35449         change.  Bind calendar-redrawing to t for mark-diary-entries.
35450         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
35451         calendar if that is why we were called.
35453 2005-03-11  Kenichi Handa  <handa@m17n.org>
35455         * international/mule.el (make-coding-system): Set property
35456         coding-system-define-form to nil.
35457         (define-coding-system-alias): Likewise.
35459 2005-03-11  Kenichi Handa  <handa@m17n.org>
35461         These changes are suggested by Dave Love <fx@gnu.org>.
35463         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
35464         coding: tag.
35465         (adaptive-fill-regexp): Add more bullets.
35466         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
35467         regexps.
35469 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
35471         * help.el (describe-mode): Properly handle non-trivial lighters.
35472         Don't ignore minor modes that are not listed in minor-mode-list.
35474         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
35475         feature ON when the user requests to turn it OFF.
35477 2005-03-10  Lute Kamstra  <lute@gnu.org>
35479         * emacs-lisp/debug.el (debug-entry-code): Delete it.
35480         (implement-debug-on-entry): New function to replace debug-entry-code.
35481         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
35482         second argument as the 2005-03-07 change makes it obsolete.
35483         (debug-on-entry, cancel-debug-on-entry): Update call to
35484         debug-on-entry-1.
35485         (debug, debugger-setup-buffer): Comment update.
35486         (debugger-frame-number): Update to work with implement-debug-on-entry.
35488 2005-03-10  Jay Belanger  <belanger@truman.edu>
35490         * calc/calc-embed.el (math-ms-args): Declare it.
35491         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
35492         math-ms-args.
35493         (calc-embedded-subst): Use math-multi-subst-rec to substitute
35494         variables.
35496 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
35498         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
35499         Use message-box.
35501         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
35502         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
35503         (tooltip-gud-tips): Simplify.
35504         (tooltip-gud-tips-p): Remove superfluous :set.
35505         (tooltip-gud-modes): Add fortran-mode.
35506         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
35508         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
35510 2005-03-09  Kim F. Storm  <storm@cua.dk>
35512         * play/animate.el (animate-place-char): Use forward-line instead
35513         of next-line to improve performance.
35515 2005-03-09  Simon Josefsson  <jas@extundo.com>
35517         * net/browse-url.el (browse-url-default-browser): Doc fix.
35519 2005-03-09  Miles Bader  <miles@gnu.org>
35521         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
35522         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
35524 2005-03-09  Kenichi Handa  <handa@m17n.org>
35526         * international/latin-1.el: Set case and syntax for 255 only if
35527         set-case-syntax-set-multibyte is nil.
35529         * textmodes/ispell.el (ispell-insert-word): New function.
35530         (ispell-word): Use ispell-insert-word to insert a new word.
35531         (ispell-process-line): Likewise.
35532         (ispell-complete-word): Likewise.
35534 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
35536         * calendar/calendar.el (redraw-calendar): Preserve point.
35537         Reported by Matt Hodges <MPHodges@member.fsf.org>.
35538         (calendar-week-start-day): Move after definition of
35539         redraw-calendar.  Delete buffer test, since redraw-calendar has
35540         that now.
35542         * calendar/diary-lib.el (mark-diary-entries): Only call
35543         redraw-calendar in the first of any recursive calls.
35544         Reported by Alan Shutko <ats@acm.org>.
35546 2005-03-08  Juri Linkov  <juri@jurta.org>
35548         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
35549         (html-horizontal-rule, html-line, html-image, html-checkboxes)
35550         (html-radio-buttons): Add a space before the trailing `/>' where
35551         sgml-xml-mode is non-nil.
35552         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
35553         the subsequent tag of the empty XML tag.
35554         (html-href-anchor): Don't set initial input to "http:".
35555         (html-image): Ask for the image URL and set point inside alt="".
35556         (html-name-anchor): Duplicate the name in the `id' attribute when
35557         sgml-xml-mode is non-nil.
35558         (html-paragraph): Remove \n before <p>.
35559         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
35560         instead of `checked' when sgml-xml-mode is non-nil.
35562         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
35563         Remove 1 space before #RRGGBB to not truncate it on terminal
35564         windows w/o fringes.  Remove 1 space between bg and fg examples
35565         to get more space.
35566         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
35567         avoid byte-compile warnings.
35569         * image-file.el (image-file-handler): Put `safe-magic' property to
35570         `image-file-handler'.
35572         * info.el (Info-isearch-search): Emulate word search in
35573         isearching through multiple Info nodes with Info-search.
35574         (Info-isearch-wrap): Allow isearch-word.
35576 2005-03-08  Lute Kamstra  <lute@gnu.org>
35578         * emacs-lisp/debug.el (debugger-step-through): Make sure that
35579         stepping into the debugger's code is not possible.
35580         (debugger-jumping-flag): Docstring update.
35582 2005-03-08  Jay Belanger  <belanger@truman.edu>
35584         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
35585         embedded mode begins.
35586         (calc-embedded-language-alist): New variable.
35587         (calc-embedded-find-modes): Use calc-embedded-language-alist to
35588         set default language mode.
35590 2005-03-08  Kenichi Handa  <handa@m17n.org>
35592         * international/ccl.el (define-ccl-program): Fix docstring about
35593         extra 256 bytes assured for the output buffer.
35595         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35596         Fix BUFFER_MAGNIFICATION to 2.
35597         (ccl-encode-mule-utf-16be-with-signature): Likewise.
35599 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
35601         * align.el (align-rules-list): Added an alignment rule for CSS
35602         declarations (applies to css-mode and html-mode buffers).
35604 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
35606         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
35608 2005-03-07  Kim F. Storm  <storm@cua.dk>
35610         * simple.el (move-beginning-of-line): New command.
35612         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
35614         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
35616         * emulation/cua-base.el: Put CUA move property on move-end-of-line
35617         and move-beginning-of-line.
35619         * apropos.el (apropos-print): Omit command from M-x ... RET.
35621 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
35623         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
35624         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
35626 2005-03-06  Richard M. Stallman  <rms@gnu.org>
35628         * bindings.el (esc-map): Bind M-g to goto-line.
35630         * facemenu.el (global-map): Bind M-o, not M-g.
35632 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
35634         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35635         "Open Directory" as for "Open File".
35637 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
35639         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35640         (push-mark-command): Run activate-mark-hook.
35642 2005-03-06  Richard M. Stallman  <rms@gnu.org>
35644         * help-mode.el (help-mode-finish): Don't alter the element
35645         in view-return-to-alist if there already is one.
35647         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35648         make sure the current buffer is the expected one.
35650         * novice.el (disabled-command-function): Output in *Disabled Command*.
35651         Explicitly ignore non-keyboard events, and explicitly handle C-g.
35653         * textmodes/flyspell.el (flyspell-large-region):
35654         Pass args differently for aspell.
35656         * files.el (mode-require-final-newline): Doc fix.
35658 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
35660         * progmodes/which-func.el (which-function):
35661         Specify NOERROR when calling imenu--make-index-alist.
35663 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
35665         * simple.el (normal-erase-is-backspace): Define default value.
35667         * custom.el (custom-theme-set-variables): Remove unused var
35668         `immediate'.
35669         (custom-reevaluate-setting): Simple function to handle variables
35670         that are defined before their default value can really be
35671         computed.
35673         * startup.el (command-line): Use it for temporary-file-directory,
35674         small-emporary-file-directory, auto-save-file-name-transforms,
35675         blink-cursor-mode, and normal-erase-is-backspace.
35677         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35678         progress, even with buggy anchored keywords.
35680 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
35682         * simple.el (goto-line): Remove unbalanced final parenthesis.
35684 2005-03-05  Richard M. Stallman  <rms@gnu.org>
35686         * simple.el (goto-line): Use a number at point as the default.
35687         With C-u as arg, switch buffers.
35689 2005-03-05  Juri Linkov  <juri@jurta.org>
35691         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35692         with `no-blinking-cursor'.
35694         * startup.el (no-blinking-cursor): New defvar.
35695         (command-line): Add `--no-blinking-cursor' to longopts.
35696         Set `no-blinking-cursor' to t for command line arguments
35697         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
35698         with `no-blinking-cursor' in the condition for calling
35699         `blink-cursor-mode'.
35701 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
35703         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35704         (menu-bar-options-save): Add blink-cursor-mode.
35705         (menu-bar-options-menu): Add blink-cursor-mode.
35707 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
35709         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35710         (icalendar-export-file, icalendar-export-region)
35711         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35712         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35714 2005-03-04  Lute Kamstra  <lute@gnu.org>
35716         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35717         (debug-function-list): Ditto.
35719 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
35721         * textmodes/texinfmt.el (texinfo-append-refill):
35722         Redefine the types of line to which @refill
35723         is not appended by replacing a search for `@refill\\|@bye' with
35724         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
35725         itemize@refill' bug and the unfilled long lines bug.
35726         (texinfmt-version): Update number and date.
35728 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
35730         * international/code-pages.el (windows-1250, windows-125[2-8])
35731         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35733 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35735         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35736         bound yet.
35738 2005-03-02  Romain Francoise  <romain@orebokech.com>
35740         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35741         buffer after removing limits.
35742         (ibuffer-pop-filter): Ditto.
35743         Update copyright.
35745 2005-03-02  Miles Bader  <miles@gnu.org>
35747         * button.el (make-text-button): If the user doesn't specify a
35748         type, use the default.  Rewrite to use `add-text-properties' and
35749         plist functions.
35751 2005-03-01  Lute Kamstra  <lute@gnu.org>
35753         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35754         (debugger-jumping-flag): New var.
35755         (debug-entry-code): Use it.
35756         (debugger-jump): Use debugger-jumping-flag and add
35757         debugger-reenable to post-command-hook.
35758         (debugger-reenable): Use debugger-jumping-flag and remove itself
35759         from post-command-hook.
35760         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35761         debugger-reenable.
35763 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
35765         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35766         inclusion of "itemize\\|", which may be unnecessary, is certainly
35767         inelegant, and stops refilling in itemize lists when formatting
35768         Japanese Texinfo files to Info.
35769         Update copyright to 2005.
35771 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
35773         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35774         of an error if GDB can't find the source file.
35776 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
35778         * calendar/calendar.el (redraw-calendar): Work from any buffer,
35779         not just the calendar.
35781         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35782         first.
35783         (diary-redraw-calendar): New function.
35784         (make-diary-entry): Add diary-redraw-calendar to local
35785         write-contents-functions.  Turn off selective display before
35786         inserting in diary.
35788 2005-03-01  Kim F. Storm  <storm@cua.dk>
35790         * emacs-lisp/copyright.el (copyright-fix-years): New command.
35792 2005-03-01  Lute Kamstra  <lute@gnu.org>
35794         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35795         that debug-entry-code can be safely removed from a function while
35796         this code is being evaluated.  Revert the 2005-02-27 change as the
35797         new implementation no longer requires it.  Make sure that a
35798         function body containing just a string is not mistaken for a docstring.
35799         (debug): Skip one more frame in case of debug on entry.
35800         (debugger-setup-buffer): Delete one more frame line in case of
35801         debug on entry.
35802         (debugger-frame-number): Update to use the new text introduced by
35803         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
35805 2005-02-28  Kim F. Storm  <storm@cua.dk>
35807         * double.el (double-translate-key): Call force-window-update after
35808         read-event to avoid crash in redisplay.
35810 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35812         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35813         (debug): Use it.  Move the inhibit-trace earlier.
35814         (debug-entry-code): New const.
35815         (debug-on-entry-1): Use it.
35817 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
35819         * international/utf-16.el (ccl-encode-mule-utf-16le):
35820         Fix BUFFER_MAGNIFICATION to 2.
35821         (ccl-encode-mule-utf-16be): Likewise.
35823 2005-02-28  Kenichi Handa  <handa@m17n.org>
35825         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35826         Fix BUFFER_MAGNIFICATION to 4.
35827         (ccl-encode-mule-utf-16be-with-signature): Likewise.
35829 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
35831         * speedbar.el (speedbar-update-flag): Doc fix.
35832         (speedbar-show-info-under-mouse): Give set-mouse-position the right
35833         argument.
35835 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35837         * reveal.el (reveal-post-command): Don't try to reveal overlays which
35838         have a non-nil `invisible' property but are actually visible.
35840         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35841         for perldoc sections.
35842         (perl-outline-regexp, perl-outline-level): New var and function.
35843         (perl-mode): Use them.
35845 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
35847         * calendar/diary-lib.el (diary-remind): Discard any mark portion
35848         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35850 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
35852         * cus-edit.el: Comment change.
35853         (custom-buffer-create-internal): Slightly reword text at top of
35854         Custom buffers.  Mention there that saving an option edits the
35855         init file.  Add link to Emacs manual node on `custom-file'.
35856         (custom-magic-alist): Rewrite individual State messages to use
35857         capitalized keywords.  Doc fix.
35859 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
35861         * calendar/calendar.el (calendar-buffer): Move above
35862         calendar-week-start-day.
35863         (calendar-week-start-day): Doc fix.  Add :set function.
35864         (calendar-minimum-window-height): New variable.
35865         (generate-calendar-window): Only resize window if selected-window
35866         is displaying the calendar buffer.  Use new variable
35867         calendar-minimum-window-height.
35868         (generate-calendar): Reword error message.
35869         (calendar-mode-map): Bind DEL to scroll-other-window-down.
35871 2005-02-27  Andreas Schwab  <schwab@suse.de>
35873         * vc.el (vc-do-command): Don't run command asynchronously when
35874         operating in a remote directory.
35876         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35877         change from sync with Tramp 2.0.47.
35879 2005-02-27  Richard M. Stallman  <rms@gnu.org>
35881         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35883         * textmodes/flyspell.el (flyspell-mode-on):
35884         Call ispell-change-dictionary only if necessary.
35886         * emacs-lisp/re-builder.el (regexp-builder): New function.
35888         * register.el (describe-register-1): Explicitly handle
35889         yank-excluded-properties = t.
35891         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35892         (custom-magic-alist): Change the status descriptions again.
35893         (face widget-type): Total rewrite based on `restricted-sexp'
35894         to eliminate the confusing double hiding levels.
35896         * emacs-lisp/debug.el (debug-on-entry-1):
35897         If function body is empty, add nil as body form.
35899 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
35901         * emacs-lisp/trace.el (inhibit-trace): New var.
35902         (trace-make-advice): Use it.
35904         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35906 2005-02-26  Kim F. Storm  <storm@cua.dk>
35908         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35909         (mouse-on-link-p, mouse-drag-region-1): Use it.
35911 2005-02-25  Lute Kamstra  <lute@gnu.org>
35913         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35915 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
35917         * frame.el (blink-cursor-mode): Add :group keyword.
35919 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
35921         * calendar/icalendar.el (icalendar--decode-isodatetime):
35922         New optional argument DAY-SHIFT.
35923         (icalendar-export-region): Fix coding-system-for-write.
35924         (icalendar--convert-ical-to-diary): Shift end-day of all-day
35925         events by one.
35927 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35929         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35931 2005-02-24  Kim F. Storm  <storm@cua.dk>
35933         * international/iso-acc.el (iso-accents-compose): Fix crash
35934         during redisplay.  Call force-window-update after read-event
35935         and delete-region to signal that window is not accurate.
35937 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
35939         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35940         Remove unused and inexistent var `inhibit-trace'.
35941         (debugger-mode): Use run-mode-hooks.
35942         (debugger-list-functions): Add buttons; setup xref stack.
35944 2005-02-23  Richard M. Stallman  <rms@gnu.org>
35946         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35947         appointment says it was explicitly made.
35948         (appt-add): Set the 3rd element.
35949         (appt-make-list): Preserve explicit appointments.
35951         * subr.el (find-tag-default): Catch errors in forward-sexp.
35953 2005-02-23  Juri Linkov  <juri@jurta.org>
35955         * info.el (Info-isearch-search): New defcustom.
35956         (Info-isearch-search): Call the default isearch function
35957         when Info-isearch-search is nil.
35958         (Info-isearch-wrap): Use variable Info-isearch-search.
35960 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
35962         * cus-edit.el: Comment change.
35964 2005-02-22  Kim F. Storm  <storm@cua.dk>
35966         * progmodes/hideif.el (hide-ifdef-use-define-alist):
35967         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
35969 2005-02-22  Simon Josefsson  <jas@extundo.com>
35971         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35972         New variable.
35973         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
35974         Oskarsson" <myrkraverk@users.sourceforget.net>.
35976 2005-02-22  Kim F. Storm  <storm@cua.dk>
35978         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35979         check that window of that event is the selected window.
35980         (mouse-drag-region-1): Compare mouse event window to selected
35981         window before setting point.
35983         * tooltip.el (tooltip-show-help-function): Pass event to
35984         mouse-on-link-p so it can check selected window.
35986 2005-02-22  Kenichi Handa  <handa@m17n.org>
35988         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35989         (ps-mule-show-warning): New function.
35990         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35991         characters are found.
35993         * ps-print.el (ps-header-footer-string): Return a list of header
35994         and footer strings.
35996 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
35998         * pcvs.el (cvs-retrieve-revision): Fix thinko.
36000 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
36002         * frame.el (blink-cursor-mode): Use define-minor-mode.
36004         * term/mac-win.el (function-key-map): Use char-names more consistently.
36005         (file-name-coding-system): Only set it for MacOS-9.  The other case is
36006         already handled in mule-cmds.el (where it also works when mac-win.el
36007         is not used).
36009 2005-02-21  Kenichi Handa  <handa@m17n.org>
36011         * international/mule.el (ctext-pre-write-conversion): Always use
36012         " *code-converting-work*" buffer for work.
36014         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
36016 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
36018         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
36020 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
36022         * ses.el (undo-more): Restore defadvice, but only the part that
36023         allows changes outside the restricted area of the buffer.
36025 2005-02-20  Kim F. Storm  <storm@cua.dk>
36027         * simple.el (line-move): Add fourth optional arg try-vscroll which
36028         must be set to perform auto-window-vscroll.
36029         When moving backwards and doing auto-window-vscroll, automatically
36030         vscroll to the last part of lines which are taller than the window.
36031         (next-line, previous-line): Set try-vscroll arg on line-move.
36033 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
36035         * replace.el (query-replace, query-replace-regexp)
36036         (replace-string, replace-regexp): When operating on region, make
36037         the minibuffer prompt say so.
36039         * isearch.el (isearch-forward): Document isearch-query-replace and
36040         isearch-query-replace-regexp keybindings.
36042 2005-02-19  Jay Belanger  <belanger@truman.edu>
36044         * calc/calc-aent.el (math-read-token): Add local variable.
36046         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
36047         (calc-edit-top): Move declaration to earlier in file.
36048         (calc-edit-macro-repeats): Add local variables.
36050         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
36051         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
36052         calcFunc-tanh.
36053         Adjust integration rule for calcFunc-tan.
36055 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
36057         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
36058         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
36059         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
36060         (viper-skip-separators): Bug fix.
36061         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
36062         particular major mode.
36063         (viper-del-backward-char-in-replace): Don't put deleted char on the
36064         kill ring.
36066         * emulation/viper-ex.el (viper-color-display-p): New function.
36067         (viper-has-face-support-p): Use viper-color-display-p.
36069         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
36071         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
36073         * emulation/viper-util.el (viper-glob-unix-files):
36074         Fix shell status check.
36075         (viper-file-remote-p): Make equivalent to file-remote-p.
36077         * emulation/viper.el (viper-major-mode-modifier-list):
36078         Use viper-gnus-modifier-map.
36080 2005-02-19  David Kastrup  <dak@gnu.org>
36082         * subr.el (subregexp-context-p): Fix garbled doc string by adding
36083         quoting.
36085 2005-02-19  Jay Belanger  <belanger@truman.edu>
36087         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
36088         Remove extra definitions.
36089         (calc-coth): New function.
36090         (calcFunc-cot): Fix `let'.
36092 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
36094         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
36095         the reasons we use "type pc" in these faces.
36097         * button.el (button): Ditto.
36099 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
36101         * replace.el (query-replace-read-from): Set the value of
36102         query-replace-from-history-variable to handle the case of an empty
36103         string entered to accept the suggested default.
36105         * net/tramp.el (tramp-file-name-for-operation):
36106         Use dired-call-process instead of dired-call-process-command.
36108 2005-02-19  Jay Belanger  <belanger@truman.edu>
36110         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
36111         (math-div-non-trig): New variables.
36112         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
36113         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
36114         (math-combine-prod, math-div-symb-fancy): Add simplifications for
36115         trig expressions.
36117 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
36119         * progmodes/gdb-ui.el (gdb-var-update-handler)
36120         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
36121         for watch expressions,
36122         (gdb-var-create-handler): Don't set speedbar-update-flag.
36123         (gdb-post-prompt): Simplify test for speedbar.
36125 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
36127         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
36128         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
36129         we use the syntax table of the correct buffer.
36130         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
36131         Felix Gatzemeier.
36133         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
36134         (ediff-file-remote-p): Make synonymous with file-remote-p.
36135         In all deffaces ediff-*-face-*, use min-colors.
36137         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
36138         ediff-recurse-to-subdirectories.
36139         (ediff-mark-if-equal): Check that the arguments are strings, use
36140         ediff-same-contents (after to Felix Gatzemeier).
36142         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
36143         nil.
36145 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
36147         * log-view.el (log-view-message-re): Fix up Subversion regexp.
36149 2005-02-18  David Kastrup  <dak@gnu.org>
36151         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
36152         use `mark-active' when defined.
36154 2005-02-18  Kenichi Handa  <handa@m17n.org>
36156         * ps-print.el (ps-font-info-database): New entry
36157         ZapfChancery-MediumItalic with correct font name.  Fix font name
36158         of the entry Zapf-Chancery-MediumItalic.
36160 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
36162         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
36164 2005-02-16  Kim F. Storm  <storm@cua.dk>
36166         * ido.el (ido-fallback-command): Pass user input to fallback command.
36168 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
36170         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
36171         (gdb-find-file-hook): Add server prefix.
36173 2005-02-16  Richard M. Stallman  <rms@gnu.org>
36175         * replace.el (perform-replace): Pass new args to replace-highlight.
36176         (replace-highlight): Take region args,
36177         and pass them to isearch-lazy-highlight-new-loop.
36179         * novice.el (disabled-command-hook): Autoload the defalias
36180         and the make-obsolete-variable call.
36182         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
36184         * isearch.el (isearch-lazy-highlight-start-limit)
36185         (isearch-lazy-highlight-end-limit): New variables limit
36186         the region for highlighting.
36187         (isearch-lazy-highlight-new-loop): New args BEG and END.
36188         (isearch-lazy-highlight-search): Use the new vars.
36189         (isearch-lazy-highlight-update): Likewise.
36191         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
36193         * cus-start.el (all): Use default-boundp.
36195 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
36197         * menu-bar.el (menu-bar-select-frame): Handle current frame.
36199 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
36201         * autorevert.el (auto-revert-stop-on-user-input)
36202         (auto-revert-verbose): Doc fixes.
36204 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
36206         * international/mule-cmds.el (set-locale-environment): Remove call
36207         to set-selection-coding-system on Windows.
36209 2005-02-15  Jay Belanger  <belanger@truman.edu>
36211         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
36212         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
36213         calcFunc-coth.
36214         (math-simplify-sqrt): Add simplifications.
36216         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
36217         to list.
36219         * calc/calc-ext.el: Add functions to autoloads.
36221         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
36222         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
36223         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
36224         (math-csc-raw, math-cot-raw): New functions.
36226         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
36228         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
36229         the variable name in a message.
36231         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
36232         calcFunc-csc, calcFunc-cot.
36234         * calc/calcalg2.el: Add derivative and integration rules for
36235         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
36236         calcFunc-csch, calcFunc-coth.
36237         (math-do-integral-methods): Add to checks for when to use
36238         substitutions.
36240         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
36242 2005-02-15  Lute Kamstra  <lute@gnu.org>
36244         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
36245         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
36246         <monnier@iro.umontreal.ca>.
36247         (lisp-outline-level): Improve efficiency.  Suggested by David
36248         Kastrup <dak@gnu.org>.
36250 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
36252         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
36253         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
36254         (gdb-set-gud-minor-mode-existing-buffers): New functions.
36255         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
36256         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
36258 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
36260         * cus-start.el (all): Comment change.
36262 2005-02-14  Lute Kamstra  <lute@gnu.org>
36264         * cus-start.el (all): Check if symbol is void.
36266 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
36268         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
36269         optional argument to \cite.
36271 2005-02-14  Richard M. Stallman  <rms@gnu.org>
36273         * cus-edit.el (custom-buffer-create-internal): Update help message.
36274         (custom-magic-alist): Update help messages.
36276         * cus-start.el (all): Allow a var to specify a standard value.
36278 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
36280         * custom.el (custom-theme-set-variables): Handle variable aliases.
36282         * frame.el (blink-cursor-timer): Doc fix.
36283         (blink-cursor): Make it an alias for `blink-cursor-mode' and
36284         declare obsolete.
36285         (blink-cursor-mode): Define with defcustom and use correct
36286         standard expression in that defcustom.
36287         * startup.el (command-line): Adapt to above changes in frame.el.
36289 2005-02-11  Lute Kamstra  <lute@gnu.org>
36291         * apropos.el (apropos-score-doc): Prevent division by zero.
36293 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
36295         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
36296         (icalendar--get-event-property-attributes)
36297         (icalendar--get-event-properties)
36298         (icalendar--datetime-to-diary-date): New functions.
36299         (icalendar--split-value): Doc fix.
36300         (icalendar--datetime-to-noneuropean-date)
36301         (icalendar--datetime-to-european-date): New optional argument
36302         SEPARATOR.  Return result as a string instead of a list.
36303         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
36304         (icalendar--convert-string-for-export): Rename arg S to STRING.
36305         (icalendar-export-region): Doc fix.  Change name of error buffer.
36306         Save output buffer.
36307         (icalendar-import-file): Add blank at end of prompt.
36308         (icalendar-import-buffer): Doc fix.  Do not switch to error
36309         buffer.  Indicate status in return value.
36310         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
36311         buffer.  Save output buffer.  Handle exception from recurrence
36312         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
36313         events.  Fix problems with weekly all-day events.
36315 2005-02-10  Richard M. Stallman  <rms@gnu.org>
36317         * simple.el (eval-expression-print-format):
36318         Avoid warning about edebug-active.
36320         * help.el (help-for-help-internal): Rename from help-for-help.
36321         (help-for-help): Define with defalias.
36323         * font-core.el (font-lock-default-function): Use with-no-warnings.
36325         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
36327         * custom.el (defface): Doc fix.
36329 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
36331         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
36332         width 0" to prevent word wrapping problems.
36334 2005-02-09  Kim F. Storm  <storm@cua.dk>
36336         * ido.el (ido-file-extensions-order): New defcustom.
36337         (ido-file-extension-lessp, ido-file-extension-aux)
36338         (ido-file-extension-order): New advanced file ordering.
36339         (ido-file-lessp): New simple file ordering.
36340         (ido-sort-list): Remove.
36341         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
36342         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
36344 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
36346         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
36347         that some versions of grep produce.
36348         (grep-mode-font-lock-keywords): Likewise.
36350 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
36352         * progmodes/gdb-ui.el (gdb-location-list): New variable.
36353         (gdb-cdir): Delete.
36354         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
36355         (gdb-source-info): Treat case when source file is in another
36356         directory properly.
36357         (gdb-get-location): New function.
36359 2005-02-07  Jay Belanger  <belanger@truman.edu>
36361         * calc/calc-prog.el (calc-write-parse-table-part)
36362         (calc-fix-token-name): Fix a check for language type.
36364         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
36366 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
36368         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
36369         as directory not writable.
36371 2005-02-07  Kim F. Storm  <storm@cua.dk>
36373         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
36374         (cua--standard-movement-commands): Remove list.
36375         Instead, set CUA property value to move for movement commands.
36376         (cua-movement-commands): Remove.  Users must set CUA prop instead.
36377         (cua--pre-command-handler): Check CUA property.
36378         (cua--init-keymaps): Don't remap undo commands.
36379         (cua-mode): Don't call cua--rectangle-on-off.
36381         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
36382         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
36383         (cua--rect-undo-set-point): New var.
36384         (cua--rectangle-undo-boundary): Setup undo apply entry.
36385         (cua--rect-undo-handler): New function for rectangle undo.
36386         (cua--rect-start-position, cua--rect-end-position): Add.
36387         (cua--rectangle-post-command): Call cua--rectangle-set-corners
36388         for restored rectangle.  Set point if cua--rect-undo-set-point.
36390 2005-02-06  Jay Belanger  <belanger@truman.edu>
36392         * calc/calc-lang.el (calc-tex-language): Display more information
36393         in messages.
36395         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
36396         in TeX mode.
36398 2005-02-06  Richard M. Stallman  <rms@gnu.org>
36400         * emacs-lisp/lisp.el (buffer-end): Doc fix.
36402 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
36404         * net/ldap.el (ldap-search-internal): Support attributes with
36405         optional descriptions separated by a semi-colon, as in
36406         "userCertificate;binary".
36408 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
36410         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
36411         isn't a cons (i.e. the version is 0).
36413 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
36415         * help.el (help-for-help): Doc fix.
36417 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
36419         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
36420         GDB-Windows on the menu-bar as this works better.
36422 2005-02-04  Jay Belanger  <belanger@truman.edu>
36424         * calc/calc-embed.el (calc-embedded-update): Don't put in
36425         unnecessary newlines.  Adjust the end of formula marker.
36427         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
36428         (math-latex-parse-two-args): New function.
36430 2005-02-03  Lute Kamstra  <lute@gnu.org>
36432         * help-fns.el (help-with-tutorial): Make sure that users cannot
36433         remove the entire text of the tutorial by means of `undo'.
36435 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36437         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
36438         in recent changes, where the ispell process was repeatedly
36439         killed & restarted.
36441         * international/mule-cmds.el (set-locale-environment): Set file-name
36442         coding system to utf-8 on Darwin systems.
36443         (set-default-coding-systems): Don't set default-file-name-coding-system
36444         on Darwin systems.
36446 2005-02-03  Richard M. Stallman  <rms@gnu.org>
36448         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
36450 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
36452         * faces.el (list-faces-display): Add optional argument.
36454 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
36456         * font-core.el (font-lock-default-function): Handle the rare case where
36457         only font-lock-keywords is set.
36459 2005-02-02  Kenichi Handa  <handa@m17n.org>
36461         * international/characters.el: Cancel previous change for
36462         I-WITH-DOT-ABOVE and DOTLESS-i.
36464         * international/latin-5.el: Cancel previous change.
36466 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
36468         * progmodes/gud.el: Correction to syntax in gud-menu-map.
36470 2005-02-02  Kenichi Handa  <handa@m17n.org>
36472         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
36473         DOTLESS-i.
36475         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
36476         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
36478         * case-table.el (get-upcase-table): New function.
36479         (copy-case-table): Copy upcaes table too if non-nil.
36480         (set-case-syntax-delims): Maintain upcase table too.
36481         (set-case-syntax-pair): Likewise.
36482         (set-upcase-syntax, set-downcase-syntax): New functions.
36483         (set-case-syntax): Maintain upcase table too.
36485 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
36487         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
36489         * progmodes/gud.el (gud-goto-info): New function.
36490         (gud-tool-bar-map): Use correct icon.
36492 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
36494         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
36495         When delegating, order args in the funcall correctly.
36497 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
36499         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
36501 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
36503         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
36504         buffer not visiting a file.
36506 2005-01-31  Jay Belanger  <belanger@truman.edu>
36508         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
36509         bound on the line with the formula.
36511 2005-01-31  Kim F. Storm  <storm@cua.dk>
36513         * ses.el (ses-create-cell-variable-range)
36514         (ses-destroy-cell-variable-range, ses-reset-header-string)
36515         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
36516         (ses-insert-row): Fix format of apply undo entries.
36518 2005-01-31  Jay Belanger  <belanger@truman.edu>
36520         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
36521         parts.
36523         * calc/calc-embed.el (calc-embedded-open-formula)
36524         (calc-embedded-close-formula): Ignore matrix environments.
36526         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
36527         TeX mode.
36529         * calc/calc-lang.el (math-function-table, math-oper-table)
36530         (math-variable-table): Adjust the LaTeX portions.
36532         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
36533         (math-latex-ignore-words): New constant.
36535 2005-01-31  Richard M. Stallman  <rms@gnu.org>
36537         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
36538         (ispell-local-dictionary): Doc fix.
36539         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
36540         Don't reinitialize at run time.  Don't defcustom.
36541         All uses changed to append ispell-local-dictionary-alist,
36542         or check it first.
36543         (ispell-current-dictionary): New variable for dictionary in use.
36544         (ispell-dictionary): Now used only for global default.
36545         (ispell-start-process): Set ispell-current-dictionary,
36546         not ispell-dictionary.
36547         (ispell-change-dictionary): Use this only for setting
36548         user preferences.
36549         (ispell-internal-change-dictionary): New function
36550         to change the current dictionary in use.
36551         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
36552         Use ispell-current-dictionary.
36553         Handle ispell-local-dictionary-overridden.
36554         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
36556 2005-01-31  Jay Belanger  <belanger@truman.edu>
36558         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
36560         * calc/calc-ext.el: Add calc-latex-language to autoloads.
36561         (calc-mode-map): Add calc-latex-language.
36563         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
36564         (math-latex-print-frac): New functions.
36565         (math-oper-table, math-function-table, math-variable-table)
36566         (math-complex-format, math-input-filter): Add latex properties.
36567         (calc-set-language): Set math-expr-special-function-mapping.
36569         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
36570         (calc-write-parse-table-part): Add LaTeX support.
36572         * calc/calc.el (calc-language): Adjust docstring.
36573         (calc-set-mode-line): Add LaTeX support.
36574         (math-expr-special-function-mapping): New variable.
36575         (math-tex-ignore-words): Add to list.
36577         * calc/calccomp.el (math-compose-expr, math-compose-rows):
36578         Add LaTeX support.
36579         (math-compose-expr): Add support for special functions.
36581         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
36583 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
36585         * progmodes/gdb-ui.el (gdb-memory-address)
36586         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
36587         (gdb-memory-mode-map, gdb-memory-format-keymap)
36588         (gdb-memory-format-menu, gdb-memory-unit-keymap)
36589         (gdb-memory-unit-menu): New variables for a buffer
36590         that lets the user examine program memory.
36591         (gdb-memory-set-address, gdb-memory-set-repeat-count)
36592         (gdb-memory-format-binary, gdb-memory-format-octal)
36593         (gdb-memory-format-unsigned, gdb-memory-format-signed)
36594         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
36595         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
36596         (gdb-memory-unit-word, gdb-memory-unit-halfword)
36597         (gdb-memory-unit-byte, gdb-memory-unit-menu)
36598         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
36599         (gdb-memory-mode, gdb-memory-buffer-name)
36600         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
36601         New functions for above buffer.
36603 2005-01-30  Richard M. Stallman  <rms@gnu.org>
36605         * cus-edit.el (custom-bury-buffer): Function deleted.
36606         (custom-buffer-done-function): Option deleted.
36607         (custom-buffer-done-kill): New replacement option.
36608         (Custom-buffer-done): Call quit-window.
36609         (custom-buffer-create-internal): Update for above changes.
36611 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
36613         * simple.el (undo-ask-before-discard): New var.
36614         (undo-outer-limit-truncate): Implement it.
36615         (undo-extra-outer-limit): Doc update.
36617 2005-01-29  Richard M. Stallman  <rms@gnu.org>
36619         * ses.el (undo-more): Delete defadvice.
36620         (ses-begin-change): Doc fix.
36622         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
36623         instead of rebinding C-x u and C-_.
36625         * files.el (normal-backup-enable-predicate): Return nil for files
36626         in /tmp, regardless of temporary-file-directory.
36628         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36630         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36631         (open-rectangle, delete-whitespace-rectangle-line)
36632         (clear-rectangle-line): If FILL, pass t instead of FILL
36633         for move-to-column's 2nd arg.
36635         * simple.el (undo): Fix the test for continuing a series of undos.
36636         (undo-more): Set pending-undo-list to t when we reach end.
36637         (pending-undo-list): Move up defvar.
36639         * wid-edit.el (widget-button-click):
36640         Shorten the range of the track-mouse binding.
36642         * comint.el (comint-insert-input): Undo previous changes;
36643         use last-input-event in interactive spec.
36645 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
36647         * progmodes/compile.el (compilation-start): Bind buffer-read-only
36648         to nil before invoking call-process.  Reset buffer's modified flag
36649         after fontifying it in the no-async branch.
36651         * wid-edit.el (widget-specify-button): If mouse pointer shape
36652         cannot be changed, use mouse face instead.
36654 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
36656         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36657         (gdb-goto-breakpoint): Make breakpoint handling work on template
36658         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
36659         (gdb-assembler-custom): Update to recognize breakpoint information
36660         added on 2005-01-19.
36662 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
36664         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36665         (dsssl-mode): Use define-derived-mode.
36666         (scheme-mode-initialize): Remove.
36667         (scheme-mode): Use run-mode-hooks.
36669         * cus-edit.el (customize-group-other-window)
36670         (custom-buffer-create-other-window): Don't override special-display-*.
36671         (custom-mode-map): Make it dense.
36673         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36674         sets the default value.
36676 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
36678         * descr-text.el: Add more keywords.
36680 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
36682         * speedbar.el: Avoid unnecessary use of locate-library.
36684         * international/mule-cmds.el (standard-display-european-internal):
36685         Don't fiddle with latin-1 non-break space any more since it's now
36686         special cased in the C code.
36687         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36689 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
36691         * cus-start.el (all): Add `undo-outer-limit'.
36693 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
36695         * textmodes/bibtex.el (bibtex-format-entry):
36696         Use `bibtex-empty-field-re' only on the text of fields, not on entire
36697         field lines.
36698         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36699         not on part of a buffer.
36701 2005-01-25  Lute Kamstra  <lute@gnu.org>
36703         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36704         nonempty field text strings like "{letters\\macro{}more letters}".
36705         Clarify docstring.
36706         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36707         (bibtex-entry-offset, bibtex-parse-association)
36708         (bibtex-parse-field-name): Fix typos in docstrings.
36709         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36711 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
36712             Juri Linkov  <juri@jurta.org>
36714         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36715         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36716         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36717         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36719         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36720         isearch minor mode.
36722 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
36724         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36726 2005-01-24  Lute Kamstra  <lute@gnu.org>
36728         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36729         CASECHARS and NOT-CASECHARS regular expressions of the
36730         "nederlands" and "nederlands8" dictionaries to prevent a "Range
36731         striding over charsets" error.
36733 2005-01-24  Jay Belanger  <belanger@truman.edu>
36735         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36736         display variable name.
36738 2005-01-24  Kenichi Handa  <handa@m17n.org>
36740         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36741         Fix setting of the element of encoded-kbd-iso2022-invocations.
36743 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
36745         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36746         (gdb-threads-select): Change to also accept mouse events.
36747         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36748         (gdb-threads-mouse-select): Delete.
36750 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
36752         * files.el (insert-directory): Take care of empty directory,
36753         listed without -a switch.
36755 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
36757         * textmodes/refill.el (refill-post-command-function):
36758         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36759         to the list of functions that we should be careful not to undo.
36760         (refill-late-fill-paragraph-function): Remove.
36761         (refill-saved-state): New var.
36762         (refill-mode): Use it to save fill-paragraph-function.
36763         Save also the value of auto-fill-function.
36765         * term/w32-win.el: Simplify code.
36767 2005-01-23  Kim F. Storm  <storm@cua.dk>
36769         * simple.el (line-move): Adapt to new return value from
36770         pos-visible-in-window-p.
36772         * simple.el (line-move): Fix last change.  Check partial
36773         visibility at point rather than at window-start.
36775 2005-01-22  Jason Rumney  <jasonr@gnu.org>
36777         * term/w32-win.el (xw-defined-colors): Remove debug-message.
36779 2005-01-22  David Kastrup  <dak@gnu.org>
36781         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36783 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
36785         * type-break.el (type-break-mode): Add a test for
36786         type-break-file-name being non-nil.
36788 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
36790         * net/eudc.el (top level): Call (message "") via progn, so that
36791         eudc-options-file is loaded.
36793 2005-01-22  Kim F. Storm  <storm@cua.dk>
36795         * simple.el (line-move-1): Rename from line-move.
36796         (line-move): New function that adjusts vscroll for partially
36797         visible rows, and calls line-move-1 otherwise.
36799 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
36801         * pcomplete.el: Define pcomplete-read-event instead of read-event,
36802         since it's not a complete read-event implementation.
36804 2005-01-20  Jay Belanger  <belanger@truman.edu>
36806         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36807         for called function.
36809 2005-01-20  Steven Tamm  <steventamm@mac.com>
36811         * term/mac-win.el (process-connection-type): Remove.
36812         Controlled now by s/darwin.h:PTY_ITERATION.
36814 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
36816         * window.el (handle-select-window): Don't switch window when we're
36817         in the minibuffer.
36819 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
36821         * subr.el (dotimes-with-progress-reporter): New macro.
36823         * ses.el (ses-dotimes-msg): Remove macro.
36824         Use `dotimes-with-progress-reporter' instead.
36826 2005-01-19  Steven Tamm  <steventamm@mac.com>
36828         * term/mac-win.el (process-connection-type): Use new
36829         operating-system-release variable to use ptys on Darwin 7 (OS X
36830         10.3) when using carbon build.
36832 2005-01-19  Jay Belanger  <belanger@truman.edu>
36834         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36835         flags if the last command was a tab or M-tab.
36837         * calc/calc-prog.el (calc-user-define-edit): Put original formula
36838         in formula editing buffer.
36840 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
36842         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36843         breakpoint image symbol in margin.
36845 2005-01-19  Jay Belanger  <belanger@truman.edu>
36847         * calc/calc-prog.el (calc-execute-kbd-macro):
36848         Ignore calc-keep-arg-flag.
36850 2005-01-19  Kenichi Handa  <handa@m17n.org>
36852         * textmodes/ispell.el (ispell-looking-at): New function.
36853         (ispell-process-line): Use ispell-looking-at to compare the ispell
36854         output and the buffer contents.
36856 2005-01-18  Jay Belanger  <belanger@truman.edu>
36858         * calc/calc.el (calc-display-raw): Fix docstring.
36860 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
36862         * simple.el (blink-matching-open): Strip extra info from syntax.
36864         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36865         funny chars in the end-of-here-doc marker.
36867 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
36869         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36870         that enable/disabled state of breakpoints is shown correctly in
36871         fringe and on ttys.
36872         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36873         Add breakpoint information as text properties.
36874         (gdb-mouse-toggle-breakpoint):
36875         Rename to gdb-mouse-set-clear-breakpoint.
36876         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
36877         breakpoints in the margin.
36878         (gdb-remove-strings): Simplify.
36880 2005-01-17  Jay Belanger  <belanger@truman.edu>
36882         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36883         erasing buffer.
36885 2005-01-17  Richard M. Stallman  <rms@gnu.org>
36887         * progmodes/grep.el (grep-find): Copy from `grep' the condition
36888         for calling grep-compute-defaults.
36890         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36891         if buffer is empty.
36893         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36895 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
36897         * hilit-chg.el (highlight-changes-mode): Don't autoload.
36899         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36900         non-preloaded variables.
36902 2005-01-17  Steven Tamm  <steventamm@mac.com>
36904         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36905         tex-shell cause to force interactivity when using pipes.
36907 2005-01-17  Kim F. Storm  <storm@cua.dk>
36909         * simple.el (just-one-space): Make arg optional.
36911 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
36913         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36914         posn-at-x-y to t to access left-margin.
36916 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
36918         Sync with Tramp 2.0.47.
36920         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36921         catching keep-date problems in cp/scp operations.
36922         (tramp-handle-copy-file): Don't call `set-file-modes'
36923         unconditionally.  Specialized functions should know better what is
36924         necessary.  This improves performance a little bit, and the
36925         functions could catch errors with `cp -p' and `scp -p'.
36926         (tramp-do-copy-or-rename-file-via-buffer)
36927         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36928         when appropriate.
36929         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36930         Call `set-file-modes' when appropriate.
36931         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
36932         Johnsson <isak@hypergene.com>.
36933         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36934         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
36935         <joakim@verona.se>.
36936         (tramp-file-name-for-operation): Mark `shell-command' as magic for
36937         Emacs only.
36939         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
36940         `find-file-hooks' and `dired-mode-hook'.
36941         (tramp-minor-mode-map): Respective map.  Add remapping for
36942         `compile' and `recompile'.
36943         (tramp-remap-command, tramp-recompile): New defuns.
36944         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36945         in buffer "*Compilation*".  Call the commands asynchronously.
36947         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36948         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36949         `shell-command', because it isn't magic in XEmacs.  Reported by
36950         Adrian Aichner <adrian@xemacs.org>.
36952         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36953         `substitute-in-file-name.
36954         (tramp-smb-handle-substitute-in-file-name): New defun.
36955         (tramp-smb-advice-PC-do-completion): Delete advice.
36957 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
36959         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36960         Fix error in deleting region.
36962 2005-01-15  Richard M. Stallman  <rms@gnu.org>
36964         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36965         In non-temp buffer, switch syntax table temporarily.
36967         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36969         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36971         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36973         * imenu.el (imenu--split-menu): Copy menulist before sorting.
36974         (imenu--generic-function): Use START, not BEG, as pos of definition.
36976         * simple.el (just-one-space): Argument specifies number of spaces.
36978         * simple.el (eval-expression-print-format): Avoid warning
36979         about edebug-active.
36981 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
36983         * progmodes/sh-script.el: Code copied from make-mode.el
36984         with small changes,
36985         (sh-mode-map): Bind C-c C-\.
36986         (sh-backslash-column, sh-backslash-align): New variables.
36987         (sh-backslash-region, sh-append-backslash): New functions.
36989 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36991         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36992         (rmail-pop-password, rmail-pop-password-required): Move to
36993         rmail-obsolete group.
36994         (rmail-set-pop-password): Rename to rmail-set-remote-password.
36995         All callers updated.
36996         (rmail-get-pop-password): Rename to rmail-get-remote-password.
36997         Take an argument specifying whether it is POP or IMAP mailbox we
36998         are using.  All callers updated.
36999         (rmail-pop-password-error): Rename to
37000         rmail-remote-password-error.  Added mailutils-specific error message.
37001         (rmail-movemail-search-path)
37002         (rmail-movemail-variant-in-use): New variables.
37003         (rmail-remote-password, rmail-remote-password-required):
37004         New customization variables.
37005         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
37006         (rmail-parse-url): New function.
37007         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
37008         with GNU mailutils movemail.
37010 2005-01-15  Kevin Ryde  <user42@zip.com.au>
37012         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
37013         suffix to space, $ or '$, to correctly position point when going
37014         to @table style constants like DBL_MAX.
37016 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
37018         * type-break.el (type-break-mode, type-break-file-time)
37019         (type-break-file-keystroke-count, type-break-choose-file):
37020         Don't store data in or load data from the file if type-break-file-name
37021         is nil.
37022         (type-break-file-name): Doc update as per the above.
37024 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
37026         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
37027         lookup-key might return nil; handle that.
37029 2005-01-15  Alan Mackenzie  <acm@muc.de>
37031         * progmodes/ebrowse.el (ebrowse-class-in-tree):
37032         Return the tail of the tree rather than the element found,
37033         thus enabling the tree to be setcar'd.
37035 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
37037         * textmodes/org.el (org-show-following-heading): New option.
37038         (org-show-hierarchy-above): Use `org-show-following-heading'.
37039         (org-cycle): Documentation fix.
37041         * textmodes/org.el (orgtbl-optimized): New option.
37042         (orgtbl-mode): New command, a minor mode.
37043         (orgtbl-mode-map): New variable.
37044         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
37045         (orgtbl-error, orgtbl-self-insert-command)
37046         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
37048         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
37049         a local variable in each org-mode buffer.
37051         * textmodes/org.el (org-set-regexps-and-options): Rename from
37052         `org-set-regexps'.  Added checking for STARTUP keyword.
37053         (org-get-current-options): Add STARTUP options.
37054         (org-table-insert-row): Make mode intelligent about when
37055         realignment is needed.
37056         (org-self-insert-command, org-delete-backward-char, org-delete-char):
37057         New commands.
37058         (org-enable-table-editor): New default value `optimized'.
37059         (org-table-blank-field): Support blanking regions if active.
37061 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
37063         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
37064         if the year is not given.
37066         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
37067         Add new escapes %m and %M, fixed bug with %F by adding
37068         save-match-data.
37069         (reftex-reference): Remove ?. from list of spaces.
37070         (reftex-label-info): Add automatic label prefix recognition.
37072         * textmodes/reftex-index.el (reftex-index-next-phrase):
37073         Add slave parameter to call of `reftex-index-this-phrase'.
37074         (reftex-index-this-phrase): New optional argument.
37075         (reftex-index-region-phrases): Add slave parameter to call of
37076         `reftex-index-this-phrase'.
37077         (reftex-display-index): New argument redo.
37078         (reftex-index-rescan): Add `redo' to arguments of
37079         `reftex-display-index'.
37080         (reftex-index-Rescan, reftex-index-revert)
37081         (reftex-index-switch-index-tag): Add `redo' to arguments of
37082         `reftex-display-index'.
37083         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
37084         indexing.  Fix bug with matching is there is a quote before or
37085         after the word.
37087         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
37088         Fix bug when collecting citation keys in lines with comments.
37089         (reftex-citation): Prefix argument no longer rescans the document,
37090         but forces prompting for optional arguments of cite macros.
37091         (reftex-do-citation): Prompting for optional arguments implemented.
37093         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
37094         Add optional arguments to most cite commands.
37095         (reftex-cite-cleanup-optional-args): New option
37096         (reftex-cite-prompt-optional-args): New option.
37097         (reftex-trust-label-prefix): New option.
37099         * textmodes/reftex-toc.el (reftex-toc-find-section):
37100         Add push-mark before changing the position in the buffer.
37102         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
37103         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
37105 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
37107         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
37108         more carefully.
37110 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
37112         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
37113         (sgml-mode): Use it.
37114         (sgml-get-context): Better keep track of implicitly closed tags.
37116 2005-01-13  Kenichi Handa  <handa@m17n.org>
37118         * textmodes/ispell.el: These changes are to fix misalignment error
37119         caused by equivalent characters of different Emacs charsets.
37120         (ispell-unified-chars-table): New variable.
37121         (ispell-get-decoded-string): New function.
37122         (ispell-get-casechars, ispell-get-not-casechars)
37123         (ispell-get-otherchars): Call ispell-get-decoded-string.
37125 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
37127         * custom.el (custom-declare-variable): Just put symbol instead
37128         of (defvar . symbol) in `current-load-list'.
37130 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
37132         * emacs-lisp/elint.el: Fixed typo in Commentary section.
37134 2005-01-12  Jay Belanger  <belanger@truman.edu>
37136         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
37137         to create a Calc summary.
37139 2005-01-12  Kim F. Storm  <storm@cua.dk>
37141         * mouse.el (mouse-on-link-p): Change functionality and doc
37142         string to comply with latest description in lisp ref.
37144 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
37146         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
37147         Enable mouse clicks on mode-line, header-line and margin.
37148         (event-type): Give mouse event symbols an `event-kind' property
37149         with value `mouse-click'.
37151 2005-01-12  Juri Linkov  <juri@jurta.org>
37153         * facemenu.el (list-colors-display): Add new arg buffer-name.
37154         Use it.  Fix docstring.  Replace code for identifying duplicate
37155         colors by the name with call to `list-colors-duplicates' which
37156         identifies duplicate colors by the value unless the color
37157         is one of special Windows colors.  Set truncate-lines to t.
37158         Print sorted duplicate color names on each line.  Indent to 22
37159         \(the longest color name in rgb.txt) instead of 20.  Optimize.
37160         (list-colors-duplicates): New function.
37161         (facemenu-color-name-equal): Delete function.
37163         * facemenu.el (list-colors-print): New function created from code
37164         in list-colors-display.  Print #RRGGBB at the window right edge.
37165         (list-colors-display): When temp-buffer-show-function is not
37166         defined, call list-colors-print from temp-buffer-show-hook
37167         to get the right value of window-width in list-colors-print
37168         after the buffer is displayed.
37170         * simple.el (pop-mark): Move deactivate-mark out of conditional
37171         part to deactivate the active mark regardless of the state of the
37172         mark ring.
37174         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
37175         variables line in desktop files.
37177 2005-01-12  Juri Linkov  <juri@jurta.org>
37179         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
37180         Bring together isearch highlight related options.
37181         (lazy-highlight): Replace group `replace' by `matching'.
37182         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
37183         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
37184         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
37185         and declare them obsolete.
37186         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
37187         (isearch-faces): Remove defgroup.
37188         (isearch-overlay, isearch-highlight, isearch-dehighlight):
37189         Move isearch highlighting code closer to lazy highlighting code.
37191         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
37192         (query-replace-highlight, query-replace-lazy-highlight)
37193         (query-replace): Move definitions to the beginning of the file.
37195 2005-01-11  Juri Linkov  <juri@jurta.org>
37197         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
37198         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
37199         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
37201         * info.el (Info-history-forward): New variable.
37202         (Info-select-node): Reset Info-history-forward to nil.
37203         (Info-last): Turn into defalias.
37204         (Info-history-back): Rename from Info-last.
37205         Add current node to Info-history-forward.
37206         (Info-history-forward): New fun.
37207         (Info-mode-map): Replace Info-last by Info-history-back.
37208         Bind Info-history-forward to "r".
37209         (Info-mode-menu): Replace Info-last by Info-history-back.
37210         Fix menu item text.  Add menu item for Info-history-forward.
37211         (info-tool-bar-map): Replace Info-last by Info-history-back.
37212         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
37213         for Info-history-forward.
37214         (Info-mode): Replace Info-last by Info-history-back in docstring.
37215         Add local variable Info-history-forward.
37216         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
37218 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
37220         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
37221         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
37222         Ignore select-window events rather than fiddle with
37223         mouse-autoselect-window.
37225 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
37227         * type-break.el (type-break-mode): Fix previous change.
37229 2005-01-10  Jay Belanger  <belanger@truman.edu>
37231         * calc/calc-ext.el (calc-reset): Reset when inside embedded
37232         calculator; only reset when point is inside a calculator.
37233         Don't adjust the window height if the window takes up the whole height
37234         of the frame.
37236 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
37238         * ebuff-menu.el (Electric-buffer-menu-mode):
37239         Preserve value of buffer-local var header-line-format.
37241 2005-01-09  Jay Belanger  <belanger@truman.edu>
37243         * calc/calc.el (calc-mode-var-list-restore-saved-values):
37244         Make sure settings file exists before accessing it.
37246         * calc/calc-embed.el (calc-embedded-subst):
37247         Replace math-multi-subst-rec, which is only supposed to be called
37248         by math-multi-subst, by math-multi-subst.
37250 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
37252         * vc.el (vc-allow-async-revert): New user option.
37253         (vc-disable-async-diff): New internal variable.
37254         (vc-revert-buffer): Use them to disable asynchronous diff.
37256         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
37257         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
37258         asynchronously if vc-disable-async-diff is t.
37260 2005-01-09  Jay Belanger  <belanger@truman.edu>
37262         * calc/calc.el (defcalcmodevar): New macro.
37263         (calc-mode-var-list-restore-default-values)
37264         (calc-mode-var-list-restore-saved-values): New functions.
37265         (calc-mode-var-list): Use defcalcmodevar to define it.
37266         (calc-always-load-extensions, calc-line-numbering)
37267         (calc-line-breaking, calc-display-just, calc-display-origin)
37268         (calc-number-radix, calc-leading-zeros, calc-group-digits)
37269         (calc-group-char, calc-point-char, calc-frac-format)
37270         (calc-prefer-frac, calc-hms-format, calc-date-format)
37271         (calc-float-format, calc-full-float-format, calc-complex-format)
37272         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
37273         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
37274         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
37275         (calc-matrix-brackets, calc-language, calc-language-option)
37276         (calc-left-label, calc-right-label, calc-word-size)
37277         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
37278         (calc-display-raw, calc-internal-prec, calc-angle-mode)
37279         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
37280         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
37281         (calc-window-height, calc-display-trail, calc-show-selections)
37282         (calc-use-selections, calc-assoc-selections)
37283         (calc-display-working-message, calc-auto-why, calc-timing)
37284         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
37285         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
37286         (calc-gnuplot-default-device, calc-gnuplot-default-output)
37287         (calc-gnuplot-print-device, calc-gnuplot-print-output)
37288         (calc-gnuplot-geometry, calc-graph-default-resolution)
37289         (calc-graph-default-resolution-3d, calc-invocation-macro)
37290         (calc-show-banner): Use defcalcmodevar to declare them and set
37291         their default values.
37293         * calc/calc-ext.el (calc-reset): Restore saved values of variables
37294         instead of default values (but restore default values if there is
37295         an argument of 0).
37297 2005-01-09  David Kastrup  <dak@gnu.org>
37299         * desktop.el (desktop-restore-eager): Fix typo in type.
37301 2005-01-08  Richard M. Stallman  <rms@gnu.org>
37303         * cus-edit.el (customize): Delete :link.
37305 2005-01-08  Jay Belanger  <belanger@truman.edu>
37307         * calc/calc.el (calc-mode): Remove the extension from the
37308         `calc-settings-file' file name when loading it.
37310 2005-01-08  Kim F. Storm  <storm@cua.dk>
37312         * info.el (Info-mode-map, Info-next-link-keymap)
37313         (Info-prev-link-keymap, Info-up-link-keymap):
37314         Map follow-link to mouse-face.
37315         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
37317 2005-01-08  Jay Belanger  <belanger@truman.edu>
37319         * calc/calc.el (calc-settings-file): Change default value.
37320         Suggested by cgw in a comment in calc-mode.el.
37322         * calc/calc-mode.el (calc-settings-file-name):
37323         Compare calc-settings-file to user-init-file instead of ~/.emacs.
37324         Replace ~/.emacs in a prompt by calc-settings-file.
37326 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
37328         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
37329         (desktop-lazy-idle-delay): New customizable variables.
37330         (desktop-buffer-args-list): New variable.
37331         (desktop-append-buffer-args): New function.
37332         (desktop-save): Call desktop-append-buffer-args for some buffers.
37333         (desktop-lazy-create-buffer): New function.
37334         (desktop-idle-create-buffers): New function.
37335         (desktop-read): Add message about buffers to restore lazily.
37336         (desktop-lazy-abort): New command.
37337         (desktop-clear): Call desktop-lazy-abort.
37338         (desktop-lazy-complete): New command.
37340 2005-01-06  Richard M. Stallman  <rms@gnu.org>
37342         * emacs-lisp/find-func.el (find-face-definition):
37343         Rename from find-face.
37345 2005-01-06  Kim F. Storm  <storm@cua.dk>
37347         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
37349         * man.el (Man-xref-man-page, Man-xref-header-file)
37350         (Man-xref-normal-file): Add follow-link property.
37352 2005-01-06  Jay Belanger  <belanger@truman.edu>
37354         * calc/calc-units.el: Make sure the proper macro definitions are
37355         available when compiling.
37357 2005-01-06  Juri Linkov  <juri@jurta.org>
37359         * isearch.el (isearch-lazy-highlight-update):
37360         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
37362 2005-01-06  Miles Bader  <miles@gnu.org>
37364         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
37365         (isearch-lazy-highlight-face): Use new name.
37367 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
37369         * uniquify.el (uniquify-rationalize-file-buffer-names):
37370         Re-add an interactive spec.
37371         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
37372         to the same name.
37374         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
37375         (isearch-update, isearch-done): Adjust calls accordingly.
37377 2005-01-05  Richard M. Stallman  <rms@gnu.org>
37379         * custom.el (custom-set-variables, custom-theme-set-variables):
37380         Clarify documentation.
37382         * emacs-lisp/find-func.el (find-variable)
37383         (find-variable-other-window, find-variable-other-frame):
37384         Fix the TYPE args to find-function-read and find-function-do-it.
37385         (find-function): Doc fix.
37386         (find-function-at-point): Replace function-at-point alias.
37388 2005-01-04  Richard M. Stallman  <rms@gnu.org>
37390         * cus-face.el (custom-declare-face):
37391         Record defface in current-load-list.
37393         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
37395         * emacs-lisp/find-func.el: Doc fixes.
37396         (find-face-regexp): New variable.
37397         (find-function-regexp-alist): New variable.
37398         (find-function-C-source): Third arg is now TYPE.
37399         (find-function-search-for-symbol): Handle general TYPE.
37400         (find-function-read, find-function-do-it): Handle general TYPE.
37401         (find-definition-noselect, find-face): New functions.
37402         (function-at-point): Alias deleted.
37404 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
37406         * battery.el (display-battery-mode): Rename from display-battery.
37407         Handle the case where it gets turned off.
37409 2005-01-04  Richard M. Stallman  <rms@gnu.org>
37411         * cus-edit.el (customize): Make :link point to user doc.
37413         * man.el (Man-fontify-manpage): Turn off undo generation.
37415         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
37417 2005-01-04  Andreas Schwab  <schwab@suse.de>
37419         * files.el (insert-directory): Only look for error lines in
37420         inserted text.  Don't move too far after processing --dired markers.
37422 2005-01-04  Richard M. Stallman  <rms@gnu.org>
37424         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
37425         Don't expand if the character is @, period, dash, etc.
37426         (define-mail-abbrev): Quote names that contain problem characters.
37428 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
37430         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
37432 2005-01-03  Richard M. Stallman  <rms@gnu.org>
37434         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
37435         (query-replace-highlight, query-replace-lazy-highlight)
37436         (query-replace): Definitions moved up.  Doc fix.
37438 2005-01-03  Richard M. Stallman  <rms@gnu.org>
37440         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
37441         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
37442         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
37443         (lazy-highlight-face): Rename from isearch-lazy-...
37444         Change all references to them.
37446 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
37448         * cus-edit.el (custom-file): Doc fix for defcustom.
37449         (custom-file): The function no longer sets the variable
37450         `custom-file' to its return value.
37452         * startup.el (command-line): No longer load `custom-file'.
37454 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
37456         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
37458         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
37459         Don't confuse module-prefixed identifiers for labels.
37460         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
37462 2005-01-02  Richard M. Stallman  <rms@gnu.org>
37464         * files.el (basic-save-buffer-1): Fix previous change.
37466         * loadhist.el (file-loadhist-lookup): New function.
37467         (file-provides, file-requires): Use it.
37469         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
37470         instead of calculating the right size.
37472 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
37474         * vc-svn.el (vc-svn-diff): Stay local if possible.
37476 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
37478         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
37480         * files.el (hack-local-variables): Fix last change.
37482 2005-01-02  Jay Belanger  <belanger@truman.edu>
37484         * calc/calc-yank.el (calc-edit-top): New variable.
37485         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
37486         object.  Change header properties.
37487         (calc-edit-finish, calc-edit-finish-stack-object)
37488         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
37489         edited object.
37490         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
37491         for the beginning of the edited object.
37492         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
37493         for the beginning of the edited object.
37494         * calc/calc-prog.el (calc-edit-macro-finish-edit)
37495         (calc-finish-formula-edit, calc-macro-repeats)
37496         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
37497         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
37498         beginning of the edited object.
37499         (calc-user-define-edit): Change the header for editing macros.
37500         Remove unnecessary variable.
37502 2005-01-01  Jay Belanger  <belanger@truman.edu>
37504         * calc/calc-yank.el (calc-edit-mode): Change default header.
37505         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
37506         * calc/calc-store.el (calc-edit-variable): Change title to match new
37507         header.
37508         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
37509         mode to match new header.
37510         (calc-user-define-edit): Change titles to include names of commands.
37511         (calc-finish-formula-edit): Adjust to handle new header.
37512         (calc-finish-macro-edit): Remove.
37513         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
37514         (calc-edit-macro-command, calc-edit-macro-command-type)
37515         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
37516         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
37517         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
37518         (calc-edit-macro-finish-edit): New functions.
37519         (calc-user-define-edit): Use new functions to edit named calc macros.
37521 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
37523         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
37525         * ses.el (copy-region-as-kill): Deactivate mark.
37527 2005-01-01  Richard M. Stallman  <rms@gnu.org>
37529         * replace.el (occur-1): If the output buffer is also an input,
37530         don't kill it, rename it.
37532         * faces.el (set-face-background, set-face-foreground): Doc fix.
37534         * cus-face.el (custom-face-attributes): Fix :help-echo strings
37535         for :foreground and :background.
37537         * dired.el (dired-view-command-alist): Variable deleted.
37538         (dired-view-file, dired-mouse-find-file-other-window):
37539         Delete the code to use it.
37541 2005-01-01  Kim F. Storm  <storm@cua.dk>
37543         * image.el (insert-sliced-image): Use t for line-height property.
37545 See ChangeLog.11 for earlier changes.
37547 ;; Local Variables:
37548 ;; coding: iso-2022-7bit
37549 ;; add-log-time-zone-rule: t
37550 ;; End:
37552     Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
37554   This file is part of GNU Emacs.
37556   GNU Emacs is free software; you can redistribute it and/or modify
37557   it under the terms of the GNU General Public License as published by
37558   the Free Software Foundation; either version 3, or (at your option)
37559   any later version.
37561   GNU Emacs is distributed in the hope that it will be useful,
37562   but WITHOUT ANY WARRANTY; without even the implied warranty of
37563   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
37564   GNU General Public License for more details.
37566   You should have received a copy of the GNU General Public License
37567   along with GNU Emacs; see the file COPYING.  If not, write to the
37568   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
37569   Boston, MA 02110-1301, USA.
37571 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1