Replace MenuHandle and GetMenuHandle with MenuRef and
[emacs.git] / lisp / ChangeLog
blob271a491e791e680d34fa6719d5d95664b8f79d71
1 2008-03-29  Juanma Barranquero  <lekktu@gmail.com>
3         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
5 2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
7         * Version 22.2 released.
9 2008-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
11         * info.el (Info-isearch-search): Always return point.
13 2008-03-23  Andreas Schwab  <schwab@suse.de>
15         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]: Fix
16         radio button condition.
17         [box]: Likewise.
18         [customize]: Add radio button.
20 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
22         * vc-bzr.el (vc-bzr-print-log): Ensure it works when passed a
23         single file argument.
24         (vc-bzr-show-log-entry): Fix typo.
26 2008-03-19  Wilson Snyder  <wsnyder@wsnyder.org>
28         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New
29         function.
30         (verilog-stmt-menu, verilog-menu): Add :help.
31         (verilog-customize, verilog-font-customize)
32         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
33         (verilog-mode): Update documentation strings to match tool tips.
34         (verilog-auto-search-do, verilog-auto-re-search-do)
35         (verilog-skip-forward-comment-or-string): Fix verilog-auto
36         expansion when a .* appears inside a string.
37         (verilog-re-search-forward, verilog-re-search-backward): Add
38         comment to recall how this works.
40 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
42         * net/tls.el (open-tls-stream): Reindent.
44 2008-03-19  Glenn Morris  <rgm@gnu.org>
46         * net/tls.el: Don't require rx when compiling.
47         (tls-end-of-info): Rewrite without using rx.
48         (open-tls-stream): Use with-current-buffer.
50 2008-03-18  Dan Nicolaescu  <dann@ics.uci.edu>
52         * font-lock.el (font-lock-comment-face): Set the foreground for
53         the light background 8 colors case.
55         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
56         command for each file in the list.
57         (vc-bzr-log-view-mode): Recognize the file marker.
58         (vc-bzr-show-log-entry): Make regexp match more cases.
60 2008-03-18  Wilson Snyder  <wsnyder@wsnyder.org>
62         * verilog-mode.el (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT
63         mis-including genvars.
65 2008-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
67         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
68         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
69         Revision numbers can include ".".
71         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
72         "+" lines not accounted for by counting "-" and context lines.
74 2008-03-16  Juri Linkov  <juri@jurta.org>
76         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
77         (dired-perm-write): Rename from `dired-warn-writable'.
78         Change parent face from `font-lock-warning-face' to
79         `font-lock-comment-delimiter-face'.
80         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
81         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
82         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
83         with `dired-perm-write-face'.
85 2008-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
87         * term/mac-win.el (mac-service-open-file): Use file URL instead of
88         file name string.
90 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
92         * vc-bzr.el (vc-bzr-registered): Fail if `bzr' is not installed.
93         (vc-bzr-annotate-command): Preserve line alignment.
94         (vc-bzr-annotate-time): Accept space used to preserve alignment.
96 2008-03-13  Richard Stallman  <rms@gnu.org>
98         * mouse.el (mouse-yank-secondary): Nice error msg if no secondary sel.
100         * emacs-lisp/advice.el (defadvice): Add usage pattern.
102 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
104         * simple.el (set-mark-command): Doc fix.
106 2008-03-10  Nick Roberts  <nickrob@snap.net.nz>
108         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
109         thread in [h-e-w]).
111 2008-03-08  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
113         * subr.el (while-no-input): Don't splice BODY directly into the
114         `or' form.
116 2008-03-06  Kim F. Storm  <storm@cua.dk>
118         * help.el (view-emacs-todo): Rename from view-todo.  Change users.
119         (describe-gnu-project): Rename from describe-project.  Change users.
120         Define obsolete function aliases for the old names.
122 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
124         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
125         Reported by Drew Adams <drew.adams@oracle.com>.
127 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
129         * iswitchb.el (iswitchb-use-faces): Doc fix.
130         (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
132 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
134         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
135         Fix typo.
136         (verilog-type-font-keywords): Reindent.
138 2008-03-03  Michael McNamara  <mac@mail.brushroad.com>
140         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
141         grouping-keyword regular expression.
142         (verilog-font-lock-keywords): Allow users to toggle special
143         highlight of grouping-keywords.
144         (verilog-highlight-grouping-keywords): The toggle for special
145         highlighting of grouping keywords.
147 2008-03-02  Juri Linkov  <juri@jurta.org>
149         * startup.el: Revert 2008-02-28 change that adds initial message
150         to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
152 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
154         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
155         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
156         * progmodes/verilog-mode.el (verilog-mode):
157         * net/socks.el (socks):
158         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
160 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
162         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
163         running `desktop-not-loaded-hook' to allow modifying it.
164         Don't show warning message if `desktop-dirname' was modified.
166 2008-03-01  Alan Mackenzie  <acm@muc.de>
168         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
170         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
171         doc-string, "c-old-LEN" -> "c-old-END".
173 2008-02-29  Glenn Morris  <rgm@gnu.org>
175         * allout.el (allout-topic-encryption-bullet)
176         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
177         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
178         from 22.0 to 22.1.
180 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
182         * desktop.el (desktop-save): Save the buffer name if the
183         uniquified base name is empty.
185 2008-02-29  Stefan Monnier  <monnier@iro.umontreal.ca>
187         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
188         we still expect more lines.
190 2008-02-28  Juri Linkov  <juri@jurta.org>
192         * startup.el (normal-splash-screen): Add argument `concise'.
193         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
194         to the created buffer.  If `concise' is non-nil, call
195         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
196         (display-startup-screen): Add argument `concise' to the call to
197         `normal-splash-screen'.
199 2008-02-28  Kim F. Storm  <storm@cua.dk>
201         * startup.el (startup-echo-area-message): Check for about-emacs.
203 2008-02-28  Juri Linkov  <juri@jurta.org>
205         * startup.el: Always add initial message to *scratch* buffer if
206         `initial-scratch-message' is non-nil regardless of the value of
207         `inhibit-startup-screen'.
208         (inhibit-startup-screen, initial-scratch-message): Doc fix.
209         (command-line-1): Move code that inserts `initial-scratch-message'
210         up before the if-form that checks for `inhibit-startup-screen'.
211         Suggested by Jonathan Rockway <jon@jrock.us>.
213 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
216         comment-paragraph filling if the commark doesn't match
217         comment-start-skip.
219         * uniquify.el (uniquify-buffer-base-name): Undo last change.
221 2008-02-28  Daiki Ueno  <ueno@unixuser.org>
223         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
224         the `imap' variant.
226 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
228         * uniquify.el (uniquify-buffer-base-name): If the base name is an
229         empty string, return nil to allow the caller to default to the
230         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
232 2008-02-26  Jason Rumney  <jasonr@gnu.org>
234         * files.el (make-auto-save-file-name): Encode more characters in
235         non-file buffer names.  Use url-encoding.
237 2008-02-26  Juanma Barranquero  <lekktu@gmail.com>
239         * net/net-utils.el (ftp-program): Fix typo in docstring.
240         (ifconfig-program-options, netstat-program-options)
241         (arp-program-options, route-program-options, nslookup-program-options)
242         (ftp-program-options, smbclient-program-options)
243         (dns-lookup-program-options, arp, route): Doc fixes.
245         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
246         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
247         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
248         Fix typos in docstrings.
249         (gdb-pending-triggers): Reflow docstring.
250         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
252 2008-02-25  Alan Mackenzie  <acm@muc.de>
254         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
255         typing "#" at EOB.
257 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
259         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
261 2008-02-24  Jason Rumney  <jasonr@gnu.org>
263         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
265 2008-02-23  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
267         * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
269 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * dired.el (dired-mark-prompt): Don't count/display the t element.
272         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
274 2008-02-22  Bill Meier  <wmeier@newsguy.com>  (tiny change)
276         * progmodes/sh-script.el (sh-indent-comment): Docstring fix.
278 2008-02-21  Glenn Morris  <rgm@gnu.org>
280         * subr.el (sit-for): Fix obsolete form for nil second argument.
282 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
284         * progmodes/verilog-mode.el (eval-when-compile): Don't define
285         add-submenu.
286         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
287         Remove.  Move contents to the only use ...
288         (verilog-menu): ... here.
289         (verilog-statement-menu): Remove.  Move contents to the only use ...
290         (verilog-stmt-menu): ... here.
291         (verilog-mark-defun): Simply call mark-defun for Emacs.
292         (occur-pos-list): Declare for byte compiler.
293         (mode-popup-menu): Don't defvar.
294         (verilog-add-statement-menu): Remove.
295         (verilog-mode-hook): Don't add verilog-add-statement-menu.
296         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
298 2008-02-21  Michael McNamara  <mac@mail.brushroad.com>
300         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
301         conditional.
302         (verilog-font-grouping-keywords-face): Make the begin..end
303         keywords standout more than other verilog keywords.
304         (verilog-type-font-keywords): Move the begin..end out of this list
305         to facilitate making them to (potentially) stand out more.
306         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
307         function & task blocks.
308         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
309         initial, function & task blocks.
310         (verilog-forward-sexp): Handle the new "disable fork" statement of
311         IEEE-1800 Verilog.
312         (verilog-beg-block-re-ordered): Handle the new "disable fork"
313         statement of IEEE-1800 Verilog.
314         (verilog-calc-1): Handle the new "disable fork" statement of
315         IEEE-1800 Verilog.
316         (verilog-disable-fork-re): Add const to help handle the new
317         "disable fork" statement of IEEE-1800 Verilog.
318         (verilog-declaration-core-re): Add port directions by themselves,
319         with no qualification, as base item of a declaration.
320         (verilog-pretty-declarations): Add new flag to ask it to refrain
321         from printing to the message buffer.
322         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
323         printing to the message buffer.  Improve handling of the many
324         types of expression line up.
325         (verilog-just-one-space): Remove printing of an empty message.
326         (verilog-get-lineup-indent): Rework to support the better handling
327         of expression lineup for verilog-pretty-expr.
328         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
330 2008-02-20  Alan Mackenzie  <acm@muc.de>
332         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
333         yesterday's commit.
335 2008-02-20  Nick Roberts  <nickrob@snap.net.nz>
337         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
338         to mouse-set-point in buffers that aren't associated with files.
340         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
342 2008-02-20  Glenn Morris  <rgm@gnu.org>
344         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
345         on Windows.
347 2008-02-19  Alan Mackenzie  <acm@muc.de>
349         Set of changes so that "obtrusive" syntactic elements in a
350         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
351         unmatched paren) don't interact syntactically with stuff outside
352         the CPP line.
354         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
355         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
356         off-by-one bug.
357         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
358         a bit of refactoring.
359         (c-awk-extend-and-syntax-tablify-region): Takes some of the
360         functionality of c-awk-advise-fl-for-awk-region, which has been
361         refactored away.
363         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
364         (c-clear-char-property-with-value): New function and macro which
365         remove text-properties `equal' to a supplied value.
367         * progmodes/cc-engine.el: Comment about text properties amended.
369         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
370         parens around "error\\|warning".
372         * progmodes/cc-langs.el (c-get-state-before-change-function)
373         (c-before-font-lock-function, c-anchored-cpp-prefix):
374         New language variables.
375         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
377         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
378         syntax-table text properties.
379         (c-common-init): Call language specific before/after-change
380         functions at mode initialisation.
381         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
382         (c-extend-region-for-CPP, c-neutralize-CPP-line)
383         (c-neutralize-syntax-in-CPP): New functions.
384         (c-before-change, c-after-change): Call the new language specific
385         change functions defined in cc-langs.el.
386         (c-advise-fl-for-region): New macro.
387         (awk-mode): Remove AWK specific stuff which has been refactored
388         into language independent stuff.
390 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
392         * diff-mode.el (diff-file-junk-re): New const.
393         (diff-beginning-of-file-and-junk): Use it.
394         (diff-file-kill): Make sure we were really inside a file diff.
396         * diff-mode.el: Make it more robust in the presence of empty context
397         lines in unified hunks.
398         (diff-valid-unified-empty-line): New var.
399         (diff-unified->context, diff-sanity-check-hunk): Obey it.
400         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
401         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
402         (diff-hunk-header-re-unified): New const.
403         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
404         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
405         (diff-sanity-check-hunk): Use it.
407 2008-02-19  Nick Roberts  <nickrob@snap.net.nz>
409         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
410         (gdb): (Re)set gdb-flush-pending-output to nil here...
411         (gdb-init-1): ...instead of here (before gdb-prompt).
413 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
415         * progmodes/verilog-mode.el (customize): Fix typo in error message.
416         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
417         (verilog-mode-auto, verilog-indent-level-module)
418         (verilog-minimum-comment-distance, verilog-library-flags)
419         (verilog-library-directories, verilog-library-files)
420         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
421         (verilog-xemacs-menu, verilog-set-compile-command)
422         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
423         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
424         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
425         (verilog-batch-inject-auto, verilog-batch-indent)
426         (verilog-continued-line, verilog-type-keywords)
427         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
428         (verilog-read-inst-pins, verilog-read-arg-pins)
429         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
430         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
431         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
432         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
433         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
434         (verilog-mode-version, verilog-mode-release-date)
435         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
436         (verilog-simulator, verilog-compiler)
437         (verilog-auto-sense-defines-constant, verilog-company)
438         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
439         Fix typos in docstrings.
440         (verilog-set-auto-endcomments, verilog-calculate-indent)
441         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
442         Reflow docstrings.
443         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
444         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
445         (electric-verilog-forward-sexp, verilog-in-case-region-p)
446         (verilog-in-struct-region-p, verilog-in-generate-region-p)
447         (verilog-leap-to-head, verilog-current-indent-level)
448         (verilog-case-indent-level, verilog-cpp-keywords)
449         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
450         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
451         (verilog-signals-not-in, verilog-symbol-detick-text)
452         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
453         (verilog-forward-close-paren, verilog-backward-open-paren)
454         (verilog-backward-open-bracket): Doc fixes.
456         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
457         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
458         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
459         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
460         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
461         Fix typos in docstrings.
463 2008-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
465         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
466         Recognize ''' just like any other char-constant.
468 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
470         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
471         careful enough.  Detect the uid-change all within the main loop.
473 2008-02-14  Stefan Monnier  <monnier@pastel.home>
475         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
477 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
479         * hilit-chg.el (highlight-save-buffer-state): New macro.
480         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
481         (hilit-chg-clear): Use it to preserve the modified-p flag.
482         (highlight-changes-rotate-faces): Don't mess with the undo-list.
484 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
486         * net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
488 2008-02-12  Juri Linkov  <juri@jurta.org>
490         * startup.el (fancy-startup-screen, normal-splash-screen):
491         Set default-directory to command-line-default-directory.
493         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
494         after reading the desktop.
496 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
498         * font-lock.el (font-lock-set-defaults): Unset previously set variables
499         when needed.
501 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
503         * uniquify.el (uniquify-buffer-base-name): New function.
504         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
506         * desktop.el (uniquify-managed): Don't defvar.
507         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
508         `uniquify-managed'.  Return also the buffer's base name.
509         (desktop-save): When saving the buffer info, filter out the base name,
510         and save it as buffer name if the buffer is managed by uniquify.
512 2008-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
514         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
515         Index: line, don't search backward for the previous one.
517 2008-02-10  \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason  <avar@cpan.org>  (tiny change)
519         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
520         from gnus-button-url-regexp.
522 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
524         * progmodes/compile.el (compilation-next-error): Doc fix.
525         (compilation-find-file): Doc fix.
527 2008-02-09  Glenn Morris  <rgm@gnu.org>
529         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
530         Add obsolete aliases to the old names.
532 2008-02-08  Richard Stallman  <rms@gnu.org>
534         * net/net-utils.el (ifconfig): Rename from ipconfig.
535         (ipconfig): Alias to ifconfig.
536         (ifconfig-program): Rename from ipconfig-program.
537         (ifconfig-program-options): Rename from ipconfig-program-options.
539 2008-02-08  Glenn Morris  <rgm@gnu.org>
541         * custom.el (custom-theme-set-variables): Sort symbols that are
542         dependencies before symbols that depend on them.
543         (custom-enabled-themes): Set after custom-theme-directory.
545 2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
547         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
549 2008-02-04  Michael McNamara  <mac@mail.brushroad.com>
551         * progmodes/verilog-mode.el (verilog-declaration-core-re):
552         Add port directions by themselves, with no qualification, as base
553         item of a declaration.
554         (verilog-pretty-declarations): Add new flag that inhibits printing
555         to the message buffer.
556         (verilog-pretty-expr): Add new flag that inhibits printing to the
557         message buffer.  Improve handling of the many types of expression
558         line up.
559         (verilog-just-one-space): Don't print an empty message.
560         (verilog-get-lineup-indent): Rework to support the better handling
561         of expression lineup for verilog-pretty-expr.
562         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
563         (verilog-mode-version, verilog-mode-release-date): Update.
565 2008-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
567         * subr.el (cancel-change-group): Don't move point.
569 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
571         Sync with Tramp 2.0.57.
573         * net/tramp.el (tramp-handle-make-auto-save-file-name)
574         (tramp-completion-dissect-file-name, tramp-find-executable):
575         Use `mapc' instead of `mapcar'.
576         (tramp-open-connection-setup-interactive-shell): Send only single
577         prompt setting commands, in order to avoid double-prompt.
579         * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
580         `mapcar'.
582         * net/trampver.el: Update release number.
584 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
586         * progmodes/etags.el (next-file): Improve revert message.
588 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
590         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
591         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
592         of today, the most recent libpng is 1.2.24).
594 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
596         * vc.el (vc-update): Fix bug: Specify branch tip as
597         vc-checkout REVISION.  Reported by Dan Nicolaescu.
599 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
601         * simple.el (reindent-then-newline-and-indent): Be careful about the
602         unusual case where indent-according-to-mode moves point.
604 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
606         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
607         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
608         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
609         (verilog-sk-state-machine): Quote all calls to
610         "auxiliary skeleton"s to prevent infloops.
612 2008-01-31  Jason Rumney  <jasonr@gnu.org>
614         * w32-fns.el: Partially revert 2007-11-10 change.
616 2008-01-31  Martin Rudalics  <rudalics@gmx.at>
618         * mail/rmail.el (rmail-highlight): Fix specification.
619         Reported by pod <pod@herald.ox.ac.uk>.
621 2008-01-31  Jason Rumney  <jasonr@gnu.org>
623         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
625 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
627         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
628         (gdb-var-set-format-handler): New function.
629         (gdb-var-set-format): Use it.
631 2008-01-29  Alan Mackenzie  <acm@muc.de>
633         * progmodes/cc-langs.el (c-block-stmt-1-kwds, c-block-stmt-2-kwds)
634         (c-simple-stmt-kwds): New Objective C keywords: @finally, @try,
635         @catch, @synchronized, @throw.
637         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
638         from this regexp; part of same fix as next change to cc-engine.el.
640         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
641         Anchor the "{" of a template function correctly on "template", not the
642         following "<".
644         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
646 2008-01-29  Richard Stallman  <rms@gnu.org>
648         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
649         Doc fix.
651         * files.el (hack-local-variables): Don't query about fake variables.
653 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
655         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
656         gdb-cpp-define-alist-program if file is nil (currently only
657         " *partial-output-...").
659 2008-01-27  Alan Mackenzie  <acm@muc.de>
661         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
662         enhance comments.
664 2008-01-27  Richard Stallman  <rms@gnu.org>
666         * allout.el: Many doc fixes.
667         (allout-encrypt-string): Fix error message.
669 2008-01-26  Alan Mackenzie  <acm@muc.de>
671         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
672         arglist-cont-nonempty.
674         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
675         for a brace with syntax arglist-cont-nonempty.
677         * progmodes/cc-styles.el (c-style-alist): Add elements for
678         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
679         awk).
681 2008-01-26  Alan Mackenzie  <acm@muc.de>
683         * progmodes/cc-defs.el (c-save-buffer-state):
684         Bind buffer-file-name and buffer-file-truename to nil, to prevent
685         primitives generating "buffer is read only" messages.
687 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
689         * progmodes/etags.el (tags-query-replace): Doc fix.
691 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
693         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
694         that the filename end is found even when the filename is empty.
695         Fixes error and spurious newlines when marking files for deletion.
697 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
699         * allout.el (allout-unload-function): New function.
701 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
703         * view.el (kill-buffer-if-not-modified): Don't pass t to
704         buffer-modified-p.
706 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
708         * allout.el (allout-prefix-data): Doc fix.
709         (allout-show-current-subtree): Reflow docstring.
710         (allout-use-mode-specific-leader, allout-use-hanging-indents)
711         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
712         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
713         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
714         (allout-copy-topic-as-kill, allout-listify-exposed)
715         (allout-process-exposed, allout-encrypted-key-info)
716         (allout-update-passphrase-mnemonic-aids)
717         (allout-next-topic-pending-encryption)
718         (allout-tests-globally-true): Fix typos in docstrings.
720 2008-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
722         * vc.el (vc-version-diff): Make sure we shrink the right window.
724 2008-01-23  Jason Rumney  <jasonr@gnu.org>
726         * lpr.el (printer-name): Do not set on MS Windows.
728 2008-01-20  Glenn Morris  <rgm@gnu.org>
730         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
731         prevent infloops.
733 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
735         * progmodes/python.el (python-imports): Default to "None".
737 2008-01-19  Dan Nicolaescu  <dann@ics.uci.edu>
739         * progmodes/sh-script.el (sh-basic-offset):
740         * progmodes/cc-vars.el (c-syntactic-indentation)
741         (c-syntactic-indentation-in-macros): Mark as safe.
743 2008-01-18  Richard Stallman  <rms@gnu.org>
745         * icomplete.el (icomplete-get-keys):
746         Look up KEYS using all maps in proper buffer.
748 2008-01-16  Alan Mackenzie  <acm@muc.de>
750         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside an
751         eval-and-compile, so as to permit byte-compiling (e.g. in bootstrap).
753 2008-01-16  Juanma Barranquero  <lekktu@gmail.com>
755         * frame.el (display-mm-height, display-mm-width):
756         * whitespace.el (whitespace-check-leading-whitespace)
757         (whitespace-check-trailing-whitespace)
758         (whitespace-check-spacetab-whitespace)
759         (whitespace-check-indent-whitespace)
760         (whitespace-check-ateol-whitespace):
761         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
763 2008-01-16  Glenn Morris  <rgm@gnu.org>
765         * comint.el (comint-regexp-arg): Fix no-input case.
767 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
769         * calendar/icalendar.el (icalendar-export-file)
770         (icalendar-import-file): Restore significant trailing whitespace
771         in `interactive' prompts.
773 2008-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
775         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
776         after-save-hook so that it is not called multiple times.
778         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
780 2008-01-15  Glenn Morris  <rgm@gnu.org>
782         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
784 2008-01-14  Alan Mackenzie  <acm@muc.de>
786         * progmodes/cc-vars.el (c-constant-symbol): New function which
787         supersedes c-const-symbol.  During a customize-.. call it enables
788         an element of (e.g.) c-hanging-braces alist to have its name
789         displayed, even when the default value of c-h-b etc. doesn't
790         include the elemnt.  Replace uses of the old function by the new.
792         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
793         obscure non-working fragment ":value c-".
795         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
796         call inside a struct being recognised as a K&R argument.
798 2008-01-14  Jason Rumney  <jasonr@gnu.org>
800         * image.el (image-type): Use image-type-from-file-name (from trunk
801         2007-05-21  Chong Yidong  <cyd@stupidchicken.com>).
803 2008-01-12  Glenn Morris  <rgm@gnu.org>
805         * woman.el (woman-parse-numeric-arg): Change handling of `==':
806         can be interned without a function definition.
808 2008-01-12  Eli Zaretskii  <eliz@gnu.org>
810         * view.el (view-file-other-window, view-file-other-frame):
811         Don't kill the buffer if it is modified.  Doc fixes.
812         (kill-buffer-if-not-modified): New function.
813         (view-file): Don't kill the buffer if it is modified.
815         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
816         (ebrowse-view/find-file-and-search-pattern):
817         Call view-file-other-window instead of ebrowse-view-file-other-window.
818         (ebrowse-view-file-other-frame): Don't call
819         current-window-configuration.  Fix second argument in the call to
820         view-mode-enter.  Doc fix.
822 2008-01-11  Richard Stallman  <rms@gnu.org>
824         * subr.el (atomic-change-group): Prevent undo list truncation.
826 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
828         * cus-start.el (all): Add missing version entries.
830 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
832         * files.el (safe-local-eval-forms):
833         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
835 2008-01-10  Nick Roberts  <nickrob@snap.net.nz>
837         * comint.el (comint-insert-input): Set point first.
839         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
840         session doesn't hang because gdb-pending-triggers is non-nil.
841         (gdb-frame-handler): Use buffer-file-name instead of
842         buffer-name in case of duplicate file names.
844 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
846         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
847         C-M-e and C-M-h for emacs, they work by default.
848         (verilog-emacs-features): Remove.
849         (verilog-setup-dual-comments, verilog-populate-syntax-table):
850         Remove.  Move syntax table initialization ...
851         (verilog-mode-syntax-table): ... here.
852         (verilog-mode): Don't initialize the syntax table here.
853         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
854         does not need it.
856 2008-01-10  Glenn Morris  <rgm@gnu.org>
858         * shell.el (shell-dirtrack-verbose, shell-mode)
859         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
860         (dirtrack-toggle, dirtrack-mode): No longer alias to
861         shell-dirtrack-mode.
863 2008-01-10  Kenichi Handa  <handa@ni.aist.go.jp>
865         * international/mule-cmds.el (select-safe-coding-system):
866         When a buffer is modified, cancel the writing.
868 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
870         * progmodes/verilog-mode.el (verilog-booleanp): New function for
871         backward compatibility.  Replace all uses of booleanp with
872         verilog-booleanp.
874 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
876         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
878 2008-01-09  Wilson Snyder  <wsnyder@wsnyder.org>
880         * progmodes/verilog-mode.el (top-level): Fix spacing.
881         (verilog-mode-version, verilog-mode-release-date): Update version
882         number.
883         (verilog-mode-release-emacs): New variable.
884         (compile-command, reporter-prompt-for-summary-p): Define for byte
885         compiler.
886         (verilog-startup-message-lines)
887         (verilog-startup-message-displayed)
888         (verilog-display-startup-message): Remove.
889         (verilog-highlight-p1800-keywords): Improve docstring.
890         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
891         (vector-skip-list): Only defvar at compile time.
892         (verilog-highlight-translate-off, verilog-indent-level)
893         (verilog-indent-level-module, verilog-indent-level-declaration)
894         (verilog-indent-declaration-macros, verilog-indent-lists)
895         (verilog-indent-level-behavioral)
896         (verilog-indent-level-directive, verilog-cexp-indent)
897         (verilog-case-indent, verilog-auto-newline)
898         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
899         (verilog-tab-to-comment, verilog-indent-begin-after-if)
900         (verilog-align-ifelse, verilog-minimum-comment-distance)
901         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
902         (verilog-auto-endcomments, verilog-auto-read-includes)
903         (verilog-auto-star-expand, verilog-auto-star-save)
904         (verilog-library-flags, verilog-library-directories)
905         (verilog-library-files, verilog-library-extensions)
906         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
907         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
908         (verilog-assignment-delay, verilog-auto-inst-vector)
909         (verilog-auto-inst-template-numbers)
910         (verilog-auto-input-ignore-regexp)
911         (verilog-auto-inout-ignore-regexp)
912         (verilog-auto-output-ignore-regexp)
913         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
914         Add safe-local-variable properties.
915         (verilog-statement-menu, verilog-company)
916         (verilog-re-search-forward, verilog-re-search-backward)
917         (verilog-error-regexp-add, verilog-end-block-re)
918         (verilog-emacs-features, verilog-populate-syntax-table)
919         (verilog-setup-dual-comments, verilog-type-font-keywords)
920         (verilog-inside-comment-p, electric-verilog-backward-sexp)
921         (verilog-backward-sexp, verilog-forward-sexp)
922         (verilog-font-lock-init, verilog-mode)
923         (electric-verilog-terminate-line, electric-verilog-semi)
924         (electric-verilog-tab, verilog-insert-1, )
925         (verilog-insert-indices, verilog-generate-numbers)
926         (verilog-comment-region, verilog-label-be)
927         (verilog-beg-of-statement, verilog-in-case-region-p)
928         (verilog-in-struct-region-p, verilog-in-generate-region-p)
929         (verilog-in-fork-region-p, verilog-backward-case-item)
930         (verilog-set-auto-endcomments, verilog-get-expr)
931         (verilog-expand-vector-internal, verilog-surelint-off)
932         (verilog-batch-execute-func, verilog-calculate-indent)
933         (verilog-calc-1, verilog-calculate-indent-directive)
934         (verilog-leap-to-head, verilog-continued-line)
935         (verilog-backward-token, verilog-backward-syntactic-ws)
936         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
937         (verilog-forward-ws&directives, verilog-at-constraint-p)
938         (verilog-skip-backward-comments, verilog-indent-line-relative)
939         (verilog-do-indent, verilog-indent-comment)
940         (verilog-more-comment, verilog-pretty-declarations)
941         (verilog-pretty-expr, verilog-just-one-space)
942         (verilog-indent-declaration, verilog-get-completion-decl)
943         (verilog-goto-defun, verilog-showscopes, verilog-header)
944         (verilog-signals-combine-bus, verilog-read-decls)
945         (verilog-read-always-signals-recurse, verilog-read-instants)
946         (verilog-read-auto-template, verilog-set-define)
947         (verilog-read-defines, verilog-read-signals, verilog-getopt)
948         (verilog-is-number, verilog-expand-dirnames)
949         (verilog-modi-lookup, verilog-modi-cache-results)
950         (verilog-insert-one-definition, verilog-make-width-expression)
951         (verilog-delete-autos-lined, verilog-auto-save-check)
952         (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
953         (verilog-auto-inst-param, verilog-auto-reg)
954         (verilog-auto-reg-input, verilog-auto-wire, )
955         (verilog-auto-output, verilog-auto-output-every)
956         (verilog-auto-input, verilog-auto-inout)
957         (verilog-auto-inout-module, verilog-auto-sense)
958         (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
959         (verilog-auto-ascii-enum, verilog-auto)
960         (verilog-sk-define-signal, verilog-mode-mouse-map)
961         (verilog-load-file-at-mouse, verilog-load-file-at-point)
962         (verilog-library-files): Cleanup spacing of )'s they should not be
963         on unique lines.  Fix checkdoc warnings.
965 2008-01-09  Glenn Morris  <rgm@gnu.org>
967         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
968         entry, for Windows.
970 2008-01-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
972         * ps-print.el: Some face attributes (like :strike-through) was not
973         being recognised.  Reported by Leo <sdl.web@gmail.com>.
974         (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
975         (ps-screen-to-bit-face): Fix code.
977 2008-01-08  Kevin Ryde  <user42@zip.com.au>
979         * progmodes/compile.el (compilation-error-regexp-alist-alist):
980         For perl, allow "during global destruction" at end.
982 2008-01-08  Glenn Morris  <rgm@gnu.org>
984         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
985         unified format.
987         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
989 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
991         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
992         quotes in case of spaces, e.g. STL containers (not pretty).
994 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
996         * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
998 2008-01-07  Nick Roberts  <nickrob@snap.net.nz>
1000         * progmodes/gdb-ui.el (gud-gdb-command-name):
1001         Explain "--annotate=3" option is necessary for the Graphical Interface.
1003 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
1005         * vc-hg.el (vc-hg-dir-state): Pass the dir argument to vc-hg-command.
1007 2008-01-07  Glenn Morris  <rgm@gnu.org>
1009         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1011 2008-01-06  Nick Roberts  <nickrob@snap.net.nz>
1013         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
1014         on menu bar.
1016 2008-01-06  Michael Albinus  <michael.albinus@gmx.de>
1018         * ffap.el (ffap-read-file-or-url): Let-bind
1019         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
1021 2008-01-05  Sven Joachim  <svenjoac@gmx.de>
1023         * vc-bzr.el: Fix typo in header.
1025 2008-01-05  Eli Zaretskii  <eliz@gnu.org>
1027         * Makefile.in (custom-deps, finder-data): Depend on autoloads
1028         instead of loaddefs.el.
1030 2008-01-05  Glenn Morris  <rgm@gnu.org>
1032         * progmodes/verilog-mode.el: Replace all instances of
1033         string-to-int with string-to-number, insert-string with insert,
1034         and read-input with read-string.
1035         (top-level): No need to require imenu, reporter, dinotrace, vc,
1036         font-lock when compiling.  Always require compile.  Relegate remaining
1037         compatibility cruft to XEmacs.  Don't require font-lock.
1038         (verilog-version): Remove superfluous concat.
1039         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1040         No need to define.
1041         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1042         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1043         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1044         (verilog-startup-message-displayed): These are variables, not constants.
1045         (verilog-batch-execute-func, verilog-auto-inst)
1046         (verilog-auto-inst-param): Use mapc rather than mapcar.
1047         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1048         actually defining.
1049         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1050         (verilog-modi-get-outputs, verilog-modi-get-inouts)
1051         (verilog-modi-get-inputs, verilog-modi-get-wires)
1052         (verilog-modi-get-regs, verilog-modi-get-assigns)
1053         (verilog-modi-get-consts, verilog-modi-get-gparams)
1054         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1055         (verilog-modi-get-sub-inputs): Move inline functions earlier in
1056         the file.
1057         (sigs-in, sigs-out): Don't declare multiple times.
1058         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1059         `defvar'.
1060         (verilog-auto): Call dinotrace-unannotate-all only if bound.
1061         (verilog-module-inside-filename-p): No need to wrap fboundp test
1062         in condition-case.
1063         (reporter-submit-bug-report): Autoload it.
1064         (verilog-mark-defun): Call zmacs-activate-region only if bound.
1065         (verilog-font-customize): Call customize-apropos only if bound.
1066         (verilog-getopt-flags, verilog-auto-reeval-locals):
1067         Use make-local-variable rather than make-variable-buffer-local.
1068         (verilog-company, verilog-project, verilog-modi-cache-list):
1069         Move make-variable-buffer-local calls to top-level.
1070         (font-lock-defaults-alist): Don't define it.
1071         (verilog-need-fld): Remove.
1072         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1073         (verilog-mode): Only call make-local-hook on XEmacs.
1074         Set font-lock-defaults rather than using verilog-font-lock-init.
1076         * progmodes/verilog-mode.el (top-level): Don't require compile.
1077         (compilation-error-regexp-alist, compilation-last-buffer):
1078         Define for compiler.
1079         (verilog-insert-1): New function.
1080         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1081         Use verilog-insert-1.
1082         (verilog-surelint-off): Use next-error-last-buffer if bound.
1083         Check compile buffer is live.
1085 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1087         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
1088         gets inserted out-of-order.
1090 2008-01-04  Riccardo Murri  <riccardo.murri@gmail.com>
1092         * vc-bzr.el: Copyright and version headers update.
1093         Remove some outdated comments through the whole file.
1094         (vc-bzr-program-args): Remove because unused.
1095         (vc-bzr-log-switches): New customization option.
1096         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
1097         use `vc-bzr-program-args'.
1098         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
1099         `vc-find-root' (patch by Andreas Hoenen).
1100         (vc-bzr-status): Update regex to match latest Bzr output.
1101         Remove redundant test.
1102         (vc-bzr-init-version): New function.
1103         (vc-bzr-unregister): Must not delete file.
1104         (vc-bzr-find-version): New function.
1105         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
1106         a non-empty string, otherwise take head revision.
1107         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
1108         (vc-bzr-diff): Simpler build of the revision spec string.
1109         (vc-annotate-convert-time, vc-bzr-annotate-difference):
1110         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
1111         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
1112         (vc-bzr-dired-state-info): Only provide custom strings for
1113         overloaded VC state 'edited; otherwise fallback to
1114         `vc-default-dired-state-info'.
1116 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1118         * vc-git.el (vc-git-dir-state):
1119         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
1121 2008-01-04  Richard Stallman  <rms@gnu.org>
1123         * delsel.el (delete-selection-mode): Doc fix.
1125 2008-01-04  Glenn Morris  <rgm@gnu.org>
1127         * version.el (emacs-copyright): Update to 2008.
1129 2008-01-03  Nick Roberts  <nickrob@snap.net.nz>
1131         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
1132         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
1134         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
1135         of watch expressions (only works fully with GDB 6.7 or later).
1137 2008-01-03  Dan Nicolaescu  <dann@ics.uci.edu>
1139         * time-stamp.el (time-stamp-time-zone):
1140         * whitespace.el (whitespace-check-buffer-leading)
1141         (whitespace-check-buffer-trailing)
1142         (whitespace-check-buffer-indent)
1143         (whitespace-check-buffer-spacetab)
1144         (whitespace-check-buffer-ateol):
1145         * progmodes/sh-script.el (sh-indentation):
1146         * textmodes/ispell.el (ispell-local-pdict):
1147         Add safe-local-variable properties.
1149 2007-12-31  Richard Stallman  <rms@gnu.org>
1151         * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
1152         Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
1153         `parent'.
1154         (custom-group-value-create): Pass two args to custom-add-parent-links.
1156 2007-12-29  Richard Stallman  <rms@gnu.org>
1158         * font-lock.el (font-lock-prepend-text-property)
1159         (font-lock-append-text-property): Canonicalize the face and
1160         font-lock-face properties.
1162         * faces.el (facep): Doc fix.
1164         * startup.el (fancy-startup-tail, fancy-about-text)
1165         (fancy-startup-text): Regularize format of face property.
1167         * facemenu.el (list-colors-print): Use :background and :foreground
1168         instead of background-color and foreground-color.
1170 2007-12-29  Drew Adams  <drew.adams@oracle.com>
1172         * cus-edit.el (custom-add-parent-links):
1173         Fill the "Parent documentation" text.
1175 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
1177         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
1178         MS-Windows and MS-DOS.
1179         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
1181 2007-12-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1183         * progmodes/grep.el (rgrep): Fix last change.
1185 2007-12-27  Richard Stallman  <rms@gnu.org>
1187         * progmodes/compile.el (compilation-start): Set initial visible
1188         point properly even when compilation buffer already current.
1190 2007-12-26  Richard Stallman  <rms@gnu.org>
1192         * files.el (conf-mode-maybe): New function.
1193         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
1195 2007-12-26  Martin Rudalics  <rudalics@gmx.at>
1197         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
1199 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
1201         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
1203 2007-12-25  Richard Stallman  <rms@gnu.org>
1205         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
1206         so they never do EOF.
1208 2007-12-23  Richard Stallman  <rms@gnu.org>
1210         * dired-aux.el: Load dired.el at run time too.
1212         * faces.el (copy-face): Create the new face explicitly if it
1213         does not exist already.
1215 2007-12-23  Andreas Schwab  <schwab@suse.de>
1217         * files.el (switch-to-buffer-other-frame): Return the buffer
1218         switched to.
1220 2007-12-23  Juri Linkov  <juri@jurta.org>
1222         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
1223         item to about-emacs instead of display-splash-screen.
1225 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
1227         * simple.el (minibuffer-history, shell-command-history)
1228         (set-variable-value-history):
1229         * replace.el (regexp-history):
1230         * international/mule-cmds.el (input-method-history):
1231         * files.el (file-name-history): Add reference to history-length in
1232         the doc string.
1234 2007-12-22  Richard Stallman  <rms@gnu.org>
1236         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
1238 2007-12-21  Jason Rumney  <jasonr@gnu.org>
1240         * find-dired.el (find-name-arg): New custom variable.
1241         (find-name-dired): Use it.
1242         (find-dired-find-program): Remove.
1243         (find-dired): Use find-program.
1244         (find-grep-dired): Use grep-program.
1246         * progmodes/grep.el (rgrep): Use find-name-arg.
1248 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
1250         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
1251         specifier from format-string.  Reported by Ye Wenbin.
1253 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
1255         * cus-start.el: Use correct group name for members of mode-line group.
1257 2007-12-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
1259         * progmodes/cc-vars.el (defcustom-c-stylevar):
1260         Revert to pre-2007-12-12 version.
1262 2007-12-15  Richard Stallman  <rms@gnu.org>
1264         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
1266         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
1267         Use changed.
1269         * startup.el (fancy-splash-help-echo): Var deleted.
1270         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
1271         (fancy-about-screen): Don't display fancy-splash-help-echo.
1273         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
1275 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
1277         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1279 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
1281         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1282         function.
1283         (add-submenu): Only define for XEmacs.
1284         (verilog-regexp-words): Revert previous change, keep the other
1285         definition.
1287 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
1289         * progmodes/perl-mode.el (perl-continued-statement-offset)
1290         (perl-continued-brace-offset, perl-brace-offset)
1291         (perl-brace-imaginary-offset, perl-label-offset):
1292         * progmodes/cperl-mode.el (cperl-brace-offset)
1293         (cperl-continued-brace-offset, cperl-label-offset)
1294         (cperl-continued-statement-offset)
1295         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1296         Add safe-local-variable properties.
1298 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1300         * progmodes/verilog-mode.el (verilog-mode-map)
1301         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
1302         (verilog-colorize-include-files): Use only overlay functions so
1303         that it can work on both Emacs and XEmacs.
1304         (set-extent-keymap): Remove unused defun.
1305         (verilog-kill-existing-comment, verilog-insert-date)
1306         (verilog-insert-year): Rename in order not to pollute the global
1307         namespace from kill-existing-comment, insert-date and
1308         insert-year, respectively.
1309         (verilog-set-auto-endcomments, verilog-header): Update callers.
1311         * files.el (auto-mode-alist): Recognize verilog files.
1313         * progmodes/verilog-mode.el (verilog-string-replace-matches)
1314         (verilog-string-remove-spaces, verilog-re-search-forward)
1315         (verilog-re-search-backward, verilog-re-search-forward-quick)
1316         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
1317         (verilog-get-end-of-line, verilog-within-string): Move definitions
1318         before first use.  No code changes.
1320 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
1322         * progmodes/verilog-mode.el (verilog-mode-version)
1323         (verilog-mode-release-date): Don't use expanding keywords.
1324         (provide): Move to the end of file.
1325         (fboundp): Don't check if eval-when-compile is bound, it is used
1326         later in the file without checking.
1327         (when, unless): Copy definitions from subr.el.
1328         (char-before, defcustom, defface, customize-group)
1329         (verilog-batch-error-wrapper): Don't use old style backquotes.
1330         (verilog-regexp-opt): Avoid using the cl function case.
1331         (verilog-regexp-words): Remove duplicated definition.
1332         (verilog-mode-abbrev-table): Remove, duplicate.
1333         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1334         Declare and initialize in one step.
1335         (verilog-declaration-prefix-re, verilog-declaration-re)
1336         (verilog-end-of-statement, verilog-indent-declaration)
1337         (verilog-get-lineup-indent): Remove trailing whitespace.
1338         (verilog-mode): Fix autoload cookie.
1339         Set beginning-of-defun-function and end-of-defun-function.
1340         Use when instead of if.
1341         (verilog-emacs-features, verilog-auto-ascii-enum)
1342         (verilog-insert-indices): Escape braces in doc strings.
1344 2007-12-08  Michael McNamara  <mac@verilog.com>
1345             Wilson Snyder  <wsnyder@wsnyder.org>
1347         * progmodes/verilog-mode.el: New file.
1349 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
1351         * international/latexenc.el (latexenc-find-file-coding-system):
1352         If both coding-system-for-write and buffer-file-coding-system of
1353         latex-main-file are nil, use `undecided'.
1355 2007-12-06  Jason Rumney  <jasonr@gnu.org>
1357         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1359 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
1361         * ido.el (ido-save-history): Use emacs-mule coding system
1362         instead of utf-8 to save filenames (it's safer in Emacs 22).
1363         Set the `coding' local variable on the first line of the file.
1365 2007-12-04  Karl Fogel  <kfogel@red-bean.com>
1367         * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
1368         coding system.  This ports revisions 1.40 and 1.41 over to the
1369         EMACS_22_BASE branch, but with the right coding system for Emacs
1370         22 to reliably record filenames.  Suggested by Eli Zaretskii.
1372 2007-12-01  Richard Stallman  <rms@gnu.org>
1374         * wid-edit.el (widget-type): Doc fix.
1376 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
1378         * emacs-lisp/byte-run.el (declare-function): Change to a macro.
1380 2007-12-01  Alexandre Julliard  <julliard@winehq.org>
1382         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1384 2007-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1386         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1387         Don't match "sub { (...) ... }".
1389 2007-11-29  Richard Stallman  <rms@gnu.org>
1391         * international/mule-cmds.el (toggle-input-method-active): New var.
1392         (toggle-input-method): Bind toggle-input-method-active to t.
1393         Error if it was already non-nil.
1395 2007-11-29  Glenn Morris  <rgm@gnu.org>
1397         * calendar/time-date.el (with-decoded-time-value): Doc fix.
1399 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
1401         * calendar/time-date.el (encode-time-value): Doc fix.
1403 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
1405         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
1407 2007-11-24  Kenichi Handa  <handa@m17n.org>
1409         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
1411 2007-11-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1413         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
1415 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
1417         * textmodes/paragraphs.el (forward-sentence): Doc fix.
1418         Reported by Drew Adams <drew.adams@oracle.com>.
1420 2007-11-20  Glenn Morris  <rgm@gnu.org>
1422         * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
1423         for compatibility with Emacs 23.
1425 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
1427         * replace.el (map-query-replace-regexp): Doc fix (revert part of
1428         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1430 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
1432         * progmodes/gdb-ui.el: Update commentary.
1434 2007-11-16  Eli Zaretskii  <eliz@gnu.org>
1436         * international/mule-cmds.el (set-locale-environment):
1437         Set default-file-name-coding-system _after_ keyboard and terminal
1438         coding systems.  This fixes last change.
1440         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
1441         one space after "Subject:".
1443 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
1445         * subr.el (make-variable-frame-local):
1446         Fix typo in obsolescence declaration.
1448 2007-11-16  Glenn Morris  <rgm@gnu.org>
1450         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1452 2007-11-16  Rob Riepel  <riepel@Stanford.EDU>
1454         * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
1455         (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
1456         (tpu-scroll-window-up): Replace next-line-internal -> line-move.
1458 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1460         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
1461         in order to determine if there's a conflict.
1463 2007-11-16  Juri Linkov  <juri@jurta.org>
1465         * man.el (Man-heading-regexp): Add 0-9.
1466         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1468 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1470         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1471         Fix typo in docstring.
1473         * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
1474         (cua-highlight-region-shift-only): Doc fix.
1476 2007-11-15  Richard Stallman  <rms@gnu.org>
1478         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
1480         * reposition.el (reposition-window):
1481         Binding C-M-l moved to bindings.el.
1483         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
1485         * add-log.el (add-change-log-entry-other-window):
1486         Key binding C-x 4 a moved to bindings.el.
1488         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
1489         from filecache.el.
1491         * filecache.el: Minibuffer map bindings moved to bindings.el.
1493 2007-11-14  Jason Rumney  <jasonr@gnu.org>
1495         * international/mule-cmds.el (set-locale-environment):
1496         Set default-file-name-coding-system from system defaults on Windows.
1498 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
1500         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1501         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1502         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1503         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1504         locations.
1505         (gdb-info-breakpoints-custom, gdb-assembler-custom)
1506         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1507         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1509 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
1511         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1512         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1513         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1514         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1515         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1516         Rewrite in active voice.
1518 2007-11-10  Juri Linkov  <juri@jurta.org>
1520         * startup.el: Backport startup screen related changes from the trunk.
1521         (initialization): Change group to `environment'.
1522         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
1523         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
1524         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
1525         (initial-scratch-message): Fix docstring.
1526         (startup-screen-inhibit-startup-screen)
1527         (pure-space-overflow-message): New variables.
1528         (command-line): Rename `inhibit-startup-message' to
1529         `inhibit-startup-screen'.
1530         (initial-scratch-message): Doc fix.
1531         (fancy-splash-text): Remove variable.
1532         (fancy-startup-text, fancy-about-text, splash-screen-keymap):
1533         New variables.
1534         (fancy-splash-delay, fancy-splash-max-time)
1535         (fancy-current-text, fancy-splash-stop-time)
1536         (fancy-splash-outer-buffer, fancy-splash-last-input-event):
1537         Remove variables.
1538         (fancy-splash-insert): Use help-echo from the 3rd element of the
1539         link specification list, or "Follow this link" if it's nil.  Doc fix.
1540         Allow functions for face and link specs.
1541         (fancy-splash-tail): Remove function.
1542         (fancy-startup-tail): New function.
1543         (fancy-splash-default-action, fancy-splash-special-event-action)
1544         (fancy-splash-screens): Remove functions.
1545         (fancy-about-screen): New function.
1546         (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
1547         Fix docstring.  Use argument `startup' to conditionally display
1548         different texts for Startup and About screens.  Don't display Help
1549         commands on the About screen.  Remove `unwind-protect' `sit-for'
1550         delay and `kill-buffer' after it.
1551         (normal-mouse-startup-screen, normal-splash-screen)
1552         (normal-no-mouse-startup-screen): New functions.
1553         (startup-echo-area-message): Change text of the echo area.
1554         (display-splash-screen): Remove function.
1555         (display-startup-screen, display-about-screen): New functions.
1556         (about-emacs): Make alias to `display-about-screen'.
1557         (display-splash-screen): Make alias to `display-startup-screen'.
1558         (command-line-1): Rename `inhibit-startup-message' to
1559         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
1560         started with command line options "-f", "-funcall", "-e", "-eval",
1561         "-execute", "-insert", "-find-file", "-file", "-visit".
1562         Inhibit startup screen when Emacs is started with a file name only
1563         on tty (i.e. don't inhibit it when started with a file name like
1564         "emacs FILE..." on a window system).
1565         Comment out unused code for coping with the old sit-for behavior.
1566         If file-count > 0, then display the concise version in another
1567         window, otherwise display full version in the same window.
1568         * loadup.el: Add `button'.  Move up `startup'.
1569         * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
1570         * version.el (emacs-copyright): Add emacs-copyright.
1571         * menu-bar.el (menu-bar-help-menu):
1572         Move "About Emacs" and "About GNU" to the end of the Help menu.
1573         Move "Emacs Psychotherapist" after "Send Bug Report...".
1574         Move "External Packages" after "Find Emacs Packages".
1576 2007-11-10  Jason Rumney  <jasonr@gnu.org>
1578         * w32-fns.el: Sync charset names with setup-default-fontset.
1579         Append "-1" where second part missing.
1581         * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
1583 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
1585         * ido.el (ido-save-history): Write the history file in UTF-8,
1586         and add `coding' file-local variable.
1588 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1590         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1591         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1592         (iso-iso2duden-trans-tab): Add docstring.
1594 2007-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1596         * faces.el (face-normalize-spec): Remove function.
1597         (frame-set-background-mode): Undo last change.
1599 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
1601         * files.el (enable-local-variables): Doc fix.
1603 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
1605         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1606         match dir like "a...b".
1608 2007-11-07  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
1610         * eshell/esh-mode.el (eshell-output-filter):
1611         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1612         Use `with-current-buffer'.
1614 2007-11-05  Nick Roberts  <nickrob@snap.net.nz>
1616         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1618 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
1620         * net/tls.el: Require rx when compiling.
1621         (tls-end-of-info): New variable.
1622         (open-tls-stream): Keep reading input until `tls-end-of-info' is
1623         matched.
1625 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
1627         * simple.el (bad-packages-alist): Anchor semantic regexp.
1629 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
1631         * files.el (hack-local-variables): Fix membership tests to avoid
1632         treating all variables as safe if `enable-local-variables' is
1633         set to :safe (CVE-2007-5795).
1635 2007-11-02  Glenn Morris  <rgm@gnu.org>
1637         * progmodes/etags.el (tags-table-mode): Disable undo.
1639         * simple.el (bad-packages-alist): Revert previous change.
1641 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
1643         * printing.el (printing): Fix :version, printing.el was included
1644         in emacs-22.1.
1645         (pr-path-style, pr-path-alist, pr-txt-name)
1646         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1647         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1648         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1649         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1650         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1651         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1652         (pr-setting-database, pr-visible-entry-list)
1653         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1654         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1655         :version.
1657 2007-11-01  Glenn Morris  <rgm@gnu.org>
1659         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1661         * mail/footnote.el (footnote-numeric-regexp)
1662         (footnote-english-upper-regexp, footnote-english-lower-regexp)
1663         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1664         Match multi-character footnotes.
1666         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1667         (nroff-indent-line-function): New function.
1668         (nroff-count-text-lines): Use nroff-forward-text-line rather than
1669         obsolete alias.
1671 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
1673         * net/tramp.el (tramp-open-connection-telnet)
1674         (tramp-open-connection-rsh, tramp-open-connection-su)
1675         (tramp-open-connection-multi): Set $LC_ALL to "C".
1677 2007-10-31  Sven Joachim  <svenjoac@gmx.de>
1679         * dired-aux.el (dired-copy-file-recursive):
1680         Preserve directory permissions.
1682 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
1684         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1685         (whitespace-unload-function): New-style unload function.  When run,
1686         unintern `whitespace-unload-hook' and call `unload-feature' recursively
1687         to stop the old hook from messing with the unloading.
1689         * strokes.el (strokes-alphabetic-lessp): Doc fix.
1691 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
1693         * emacs-lisp/find-func.el (find-library): Use library at
1694         point as default interactive argument.
1696 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
1698         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1699         (elp-unset-master, elp-results): Fix typos.
1700         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1701         Doc fixes.
1703         * msb.el (msb--many-menus): Remove variable.
1704         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1705         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1706         (msb--toggle-menu-type): Fix typos in docstrings.
1708         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1709         (shadow-insert-var): Doc fixes.
1710         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1711         Reflow docstrings.
1712         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1714 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
1716         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1717         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1718         Fix typos in autoload docstrings.
1720         * loadhist.el (unload-feature): Remove redundant check.
1722 2007-10-30  Richard Stallman  <rms@gnu.org>
1724         * savehist.el (savehist-save): Obey savehist-ignored-variables.
1726 2007-10-30  Nick Roberts  <nickrob@snap.net.nz>
1728         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1729         (gdb-var-update-handler-1): Use it.
1731 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
1733         * loadhist.el (unload-feature): Remove erroneous check for the
1734         FEATURE-unload-function variable; check the existence of the
1735         function (that's what the docstring says, and it makes more sense).
1737         * follow.el (follow-unload-function): Add docstring.
1738         (follow-unload-function): Remove variable.
1740         * server.el (server-unload-function): Remove variable.
1741         (server-unload-function): Unbind `server-edit' from `C-x #'.
1743         * uniquify.el (uniquify-unload-function): Add docstring.
1744         (uniquify-unload-function): Remove variable.
1746         * ses.el (ses-unload-function): New function.
1748 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
1750         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1751         (unsafep-progn, unsafep-let): Fix typos in docstrings.
1753         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1754         before use to avoid a warning in packages that require uniquify.
1755         (uniquify-unload-function): New function and var.
1757 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
1759         * loadhist.el (unload-feature-special-hooks):
1760         Add `delete-frame-functions'.
1762         * server.el (server-unload-function): Rename from `server-unload-hook'
1763         and adapt to new `unload-feature' functionality.  Remove hook from
1764         `kill-buffer-hook' buffer-locally.
1765         (server-unload-hook): Remove.
1766         (server-unload-function): New var; replaces `server-unload-hook'.
1768 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
1770         * desktop.el (uniquify-managed): Pacify byte compiler.
1771         (desktop-buffer-info): If the buffer name is managed by uniquify,
1772         save the base name, not the uniquified one.
1773         (desktop-create-buffer): Allow `rename-buffer' to generate a new
1774         name in case of conflict.
1776 2007-10-26  Glenn Morris  <rgm@gnu.org>
1778         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1779         safe-local-variable property.
1781 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
1783         * net/browse-url.el (browse-url-browser-function): Delete grail.
1784         (browse-url-grail): Function and variable deleted.
1785         (browse-url-browser-function): Delete IXI Mosaic.
1786         (browse-url-default-browser): Don't try IXI Mosaic.
1787         (browse-url-iximosaic): Function deleted.
1788         (browse-url-browser-function): Delete MMM.
1789         (browse-url-default-browser): Don't try MMM.
1790         (browse-url-mmm): Function deleted.
1792 2007-10-25  Glenn Morris  <rgm@gnu.org>
1794         * progmodes/f90.el (f90-indented-comment-re)
1795         (f90-directive-comment-re, f90-break-delimiters):
1796         * progmodes/fortran.el (fortran-comment-line-start-skip)
1797         (fortran-directive-re):
1798         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1799         as safe if they are strings.
1801 2007-10-25  Richard Stallman  <rms@gnu.org>
1803         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1805 2007-10-24  Richard Stallman  <rms@gnu.org>
1807         * savehist.el (savehist-save): Omit unreadable elements.
1809         * loadhist.el (unload-function-defs-list): Renamed from
1810         unload-function-features-list.
1811         (unload-feature-special-hooks, unload-feature): Doc fixes.
1813         * indent.el (indent-to-left-margin): If point's in the indentation,
1814         move to the end of the indentation.
1816         * cus-edit.el (customize-changed-options): Make arg optional.
1818 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
1820         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1822 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1824         * textmodes/css-mode.el: Require CL.
1825         (comment-continue): Declare.
1827         * subr.el (make-variable-frame-localizable): Remove.
1828         (make-variable-frame-local): Mark obsolete.
1830 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
1832         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1833         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1835 2007-10-23  Chris Moore  <christopher.ian.moore@gmail.com>
1837         * comint.el (comint-password-prompt-regexp):
1838         Handle `[sudo] password'-style prompt.
1840 2007-10-23  Glenn Morris  <rgm@gnu.org>
1842         * progmodes/f90.el (f90-do-indent, f90-if-indent)
1843         (f90-type-indent, f90-program-indent)
1844         (f90-continuation-indent, f90-comment-region)
1845         (f90-beginning-ampersand, f90-smart-end)
1846         (f90-break-before-delimiters, f90-auto-keyword-case)
1847         (f90-leave-line-no, f90-mode-hook):
1848         Give an appropriate safe-local-variable property.
1849         (f90-font-lock-keywords-2): Fix `go to' regexp.
1851         * progmodes/fortran.el (fortran-tab-mode-default)
1852         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1853         (fortran-structure-indent, fortran-continuation-indent)
1854         (fortran-comment-indent, fortran-comment-line-extra-indent)
1855         (fortran-comment-line-start)
1856         (fortran-minimum-statement-indent-fixed)
1857         (fortran-minimum-statement-indent-tab)
1858         (fortran-comment-indent-char, fortran-line-number-indent)
1859         (fortran-check-all-num-for-matching-do)
1860         (fortran-blink-matching-if, fortran-continuation-string)
1861         (fortran-comment-region, fortran-electric-line-number)
1862         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1863         (fortran-analyze-depth, fortran-break-before-delimiters):
1864         Give an appropriate safe-local-variable property.
1866 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1868         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1869         of the subdirs is unreadable.
1871 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
1873         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1874         Use window-full-width-p.
1876 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1878         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1879         (tpu-edt-off): Use it.
1880         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
1881         the global-map before adding it to global-map.
1883         * menu-bar.el (global-buffers-menu-map): New var.
1884         (global-map, menu-bar-update-buffers): Use it.
1885         * msb.el (msb-menu-bar-update-buffers): Use it.
1886         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1887         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1888         Use with-current-buffer.
1890 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
1892         * hexl.el (hexl-menu): New major mode menu.
1894 2007-10-20  Glenn Morris  <rgm@gnu.org>
1896         * progmodes/f90.el (f90-font-lock-keywords-2)
1897         (f90-looking-at-type-like): Fix regexp typos.
1899 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
1901         * bs.el (bs-mode): Add mode name (accidentally left out
1902         in the 2007-10-16 change).
1904 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
1906         * bs.el (bs--track-window-changes): Don't refresh the whole list.
1907         (bs-mode): Set mode-class property to special.
1909         * follow.el (follow-unload-function): New function.
1911         * loadhist.el (unload-function-features-list):
1912         Rename from `unload-hook-features-list'.
1913         (unload-hook-features-list): Add as obsolete alias.
1914         (unload-feature): Use `unload-function-features-list'
1915         and new FEATURE-unload-function.
1917 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
1919         * loadhist.el (unload-feature-special-hooks):
1920         Update list of special hooks.
1922         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1923         (adaptive-fill-function): Doc fix.  Remove * from docstring.
1925 2007-10-18  Glenn Morris  <rgm@gnu.org>
1927         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1929 2007-10-17  Aaron Hawley  <aaronh@garden.org>
1931         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1932         position is not saved.
1934 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
1936         * longlines.el (longlines-wrap-follows-window-size): Integer value
1937         specifies wrapping margin.
1938         (longlines-mode, longlines-window-change-function):
1939         Set window-specific wrapping margin based on the above.
1941 2007-10-17  John Wiegley  <johnw@newartisans.com>
1943         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1945 2007-10-17  Glenn Morris  <rgm@gnu.org>
1947         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1948         Tweak regexp to avoid stack overflow.
1950 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1952         * simple.el (reindent-then-newline-and-indent): Don't assume that
1953         indent-according-to-mode preserves point.
1955 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
1957         * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1958         (bs--restore-window-config): Keep the selected frame.
1959         (bs--track-window-changes, bs--remove-hooks): New functions.
1960         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
1961         (bs--show-with-configuration): Revert 2006-11-09 change.
1962         Don't reuse window unless it is visible on the selected frame.
1963         Restore window configuration (possibly in a different frame)
1964         before creating any window.
1966 2007-10-16  Richard Stallman  <rms@gnu.org>
1968         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1969         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1970         (ad-is-advised, ad-get-advice-info-field)
1971         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1973 2007-10-16  Glenn Morris  <rgm@gnu.org>
1975         * simple.el (blink-matching-open): Don't report false errors with
1976         the `$' syntax class.
1978 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
1980         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1981         (filesets-ormap, filesets-sort-case-sensitive-flag)
1982         (filesets-remake-shortcut, filesets-ingroup-collect-files):
1983         Fix typos in docstrings.
1984         (filesets-data-get-name, filesets-data-get-data)
1985         (filesets-data-set, filesets-cmd-query-replace-getargs)
1986         (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1988 2007-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1990         * term/mac-win.el: Don't require url when compiling, as url-type is
1991         no longer a macro.
1993 2007-10-14  Glenn Morris  <rgm@gnu.org>
1995         * progmodes/etags.el (select-tags-table): Disable undo in the
1996         `*Tags Table List*' buffer.
1998 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
2000         * dired.el (dired-warn-writable): New face.
2001         (dired-warn-writable-face): New variable.
2002         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2003         of dired-warning-face, for group- and world-writable files.
2005 2007-10-13  Glenn Morris  <rgm@gnu.org>
2007         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2008         (octave-re-search-forward-kw, octave-re-search-backward-kw):
2009         Add doc string, and an explicit COUNT argument.
2010         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2011         `inc' to search functions.
2013 2007-10-13  John W. Eaton  <jwe@octave.org>
2015         * progmodes/octave-mod.el (octave-looking-at-kw)
2016         (octave-re-search-forward-kw, octave-re-search-backward-kw):
2017         New functions.
2018         (octave-in-defun-p, calculate-octave-indent)
2019         (octave-blink-matching-block-open, octave-beginning-of-defun)
2020         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2021         to search for regexps that contain case-sensitive keywords.
2022         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2023         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2025 2007-10-13  Richard Stallman  <rms@gnu.org>
2027         * files.el (directory-abbrev-alist): Doc fix.
2029 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
2031         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2033 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
2035         * frame.el (set-frame-configuration): Assign name parameter only
2036         if it has been set explicitly before.
2038         * window.el (handle-select-window): Revert part of 2007-10-06
2039         change setting the input focus.
2041 2007-10-12  Glenn Morris  <rgm@gnu.org>
2043         * cus-edit.el (custom-variable-menu, custom-face-menu)
2044         (custom-group-menu): Check init-file-user rather than
2045         user-init-file, in case cus-edit is loaded by site-run-file.
2047 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
2049         * follow.el (follow-stop-intercept-process-output):
2050         Use `follow-call-process-filter' rather than `process-filter'.
2052 2007-10-11  Tom Tromey  <tromey@redhat.com>
2054         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2055         frame is visible.
2057 2007-10-10  Richard Stallman  <rms@gnu.org>
2059         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2060         in *Backtrace*.
2062         * faces.el (face-font-selection-order): Doc fix.
2064         * loadhist.el (unload-feature): Doc fix.
2066 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2068         * ps-print.el: Fix the usage of :foreground and :background face
2069         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2070         (ps-print-version): New version 6.7.6.
2071         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2072         Fix code.
2073         (ps-face-foreground-color-p, ps-face-background-color-p)
2074         (ps-face-color-p): New inline funs.
2076 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
2078         * follow.el: Change all instances of "Follow Mode" to "Follow
2079         mode" in docstrings and messages.
2081 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
2083         * faces.el (face-font-selection-order): Doc fix.
2085         * follow.el (follow-mode-hook, follow-mode): Doc fixes.
2086         (follow-mode-off-hook): Mark as obsolete.
2088 2007-10-08  Richard Stallman  <rms@gnu.org>
2090         * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
2091         (edebug-install-custom-print, edebug-reset-print-funcs)
2092         (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
2093         Functions deleted.
2094         (edebug-prin1, edebug-print, edebug-prin1-to-string)
2095         (edebug-format, edebug-message): Define directly as aliases.
2097 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
2099         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
2101 2007-10-07  Glenn Morris  <rgm@gnu.org>
2103         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2104         version numbers.
2106 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
2108         * net/tramp.el (tramp-completion-mode): Extend doc-string.
2109         (tramp-completion-mode-p): Revert change from 2007-09-24.
2110         Checking for `return' etc as last character is not sufficient, for
2111         example in dired-mode when entering <g> (revert-buffer) or
2112         <s> (dired-sort).
2114 2007-10-06  Martin Rudalics  <rudalics@gmx.at>
2116         * window.el (mouse-autoselect-window-cancel): Don't cancel for
2117         select-window or select-frame events.
2118         (handle-select-window): When autoselecting window set input
2119         focus.  Restructure.
2121         * frame.el (focus-follows-mouse): Moved to frame.c.
2122         * cus-start.el (all): Add focus-follows-mouse.
2124 2007-10-05  Chris Moore  <dooglus@gmail.com>
2126         * server.el (server-kill-new-buffers): Doc fix.
2128 2007-10-05  Juanma Barranquero  <lekktu@gmail.com>
2130         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2131         activate font-locking in the *buffer-selection* buffer.
2132         (bs-show-sorted): Doc fix.
2134         * bs.el (bs--get-marked-string, bs--get-modified-string)
2135         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2136         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2137         (bs--format-aux): Doc fix.
2139 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2141         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2143 2007-10-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2145         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2147 2007-10-04  Nick Roberts  <nickrob@snap.net.nz>
2149         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2150         (gud-gdb): New function for old M-x gdb (text command mode).
2151         (gud-gdb-command-name, gdb): Move to...
2153         * progmodes/gdb-ui.el: ...here and adapt doc string.
2154         (gud-gdba-command-name, gdba): Delete.
2156 2007-10-03  Juanma Barranquero  <lekktu@gmail.com>
2158         * bs.el: Don't defvar `font-lock-verbose'.
2159         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2160         (bs--get-file-name): Fix typos in docstrings.
2161         (bs--show-header): Use `dolist' instead of `mapcar'.
2162         (bs-mode): Set `show-trailing-whitespace' to nil.
2163         (bs-buffer-sort-function, bs-mouse-select-other-frame)
2164         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2165         Doc fixes.
2167 2007-10-02  Adam Hupp  <adam@hupp.org>  (tiny change)
2169         * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2171 2007-10-02  Nick Roberts  <nickrob@snap.net.nz>
2173         * progmodes/gud.el (gdb): Make graphical mode the default and
2174         switch to text command mode if appropriate, i.e., reverse previous
2175         arrangement.
2176         (gud-gdb-marker-filter): Adapt for above change.
2178         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2179         gud-minor-mode and gud-marker-filter.
2180         (gdb-fullname-regexp): New variable.
2181         (gud-gdba-marker-filter): Use it to switch to text command
2182         mode if appropriate.
2184 2007-10-02  Richard Stallman  <rms@gnu.org>
2186         * frame.el (cursor-in-non-selected-windows): Doc fix.
2188 2007-10-01  Nick Roberts  <nickrob@snap.net.nz>
2190         * progmodes/gud.el (gud-display-line): Find source buffer even when
2191         GUD buffer has its own frame.
2193 2007-10-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2195         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2197 2007-09-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2199         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2201 2007-09-29  Martin Rudalics  <rudalics@gmx.at>
2203         * allout.el (allout-before-change-handler): Replace got-char by
2204         goto-char.
2206 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2208         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2209         Used to try and automatically enabled smerge-mode in the presence of
2210         conflicts and to call `svn resolved' when the conflicts are gone.
2211         (vc-svn-parse-status): Remember the svn-specific status.
2213         * newcomment.el (comment-choose-indent): New function extracted
2214         from comment-indent.  Improve the alignment algorithm.
2215         (comment-indent): Use it.
2217 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
2219         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2220         (eldoc-message-commands, eldoc-current-idle-delay):
2221         Fix typos in docstrings.
2223         * progmodes/python.el (python-eldoc-function): Doc fix.
2225 2007-09-26  Eli Zaretskii  <eliz@gnu.org>
2227         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2228         menu-bar-apropos-menu.  All users changed.
2229         (menu-bar-help-menu): Change menu symbols to better match the text
2230         displayed by the menu.
2232 2007-09-25  Glenn Morris  <rgm@gnu.org>
2234         * view.el (view-search-no-match-lines): Add a doc string.
2235         Rewrite to simplify and work better.
2237 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
2239         * net/tramp.el (tramp-completion-mode-p): Rename from
2240         `tramp-completion-mode'.  Revert logic, check `return', `newline'
2241         and such alike.  Packages like Icicles tend to use other completion
2242         characters but `tab' and `space' only.
2243         (top): Require cl.el, when `copy-tree' is not available otherwise.
2245         * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
2246         `ad-get-arg'.
2248 2007-09-24  Ville Skytt\e,Ad\e(B  <scop@xemacs.org>  (tiny change)
2250         * net/tramp-vc.el (tramp-vc-user-login-name):
2251         Use `vc-find-version' instead of `process-file' to check whether we
2252         have a new enough vc that doesn't need the defadvice.
2254 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
2256         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2257         #, @, : and ^.
2259 2007-09-23  Glenn Morris  <rgm@gnu.org>
2261         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2263 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
2265         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2267         * log-view.el (log-view-mode-map): Likewise.
2269         * diff-mode.el (diff-mode-shared-map): Likewise.
2271 2007-09-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
2273         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2274         add inferior-octave-directory-tracker to the buffer-local value
2275         of comint-input-filter-functions.
2277 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
2279         * files.el (file-name-sans-versions): Also allow `A-Z'.
2281         * vc.el: Mention all supported VC backends.
2283 2007-09-22  Richard Stallman  <rms@gnu.org>
2285         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2286         neighbouring buttons.
2288 2007-09-22  Andreas Schwab  <schwab@suse.de>
2290         * files.el (file-name-sans-versions): Also allow `_'.
2292 2007-09-22  Glenn Morris  <rgm@gnu.org>
2294         * eshell/esh-mode.el (eshell-output-filter-functions):
2295         Add eshell-postoutput-scroll-to-bottom.
2297 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
2299         * files.el (file-name-sans-versions): Allow - and a-z in version names.
2301         * log-view.el (log-view-mode-map, log-view-mode-menu):
2302         Bind log-view-annotate-version.
2303         (log-view-beginning-of-defun, log-view-end-of-defun)
2304         (log-view-annotate-version): New functions.
2305         (log-view-mode): Use log-view-beginning-of-defun and
2306         log-view-end-of-defun.
2308 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2310         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2312 2007-09-21  Kevin Ryde  <user42@zip.com.au>
2314         * international/mule.el (sgml-html-meta-auto-coding-function):
2315         Bind `case-fold-search' to t.
2317 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2319         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2320         neighbouring buttons.
2322         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2323         Recognize gcc's use of "note" for informational messages.
2325 2007-09-20  Glenn Morris  <rgm@gnu.org>
2327         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
2328         motion functions, rather than hard-coding "\n\n".
2329         (tex-validate-region): Check for eobp, to speed up.
2330         (tex-next-unmatched-end): Doc fix.
2332 2007-09-19  Glenn Morris  <rgm@gnu.org>
2334         * textmodes/tex-mode.el (tex-terminate-paragraph):
2335         Use backward-paragraph.
2337 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2339         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2340         (css-mode): Update correspondingly.
2342 2007-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2344         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
2346         * vc-hooks.el (vc-menu-entry): New var.
2347         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
2348         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
2349         (vc-menu-map): Declare and initialize in one step.
2351         * menu-bar.el (vc-menu-map): Don't setup any more.
2352         Instead, just create the proper spot in the menu.
2354 2007-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
2355             Stefan Monnier  <monnier@iro.umontreal.ca>
2357         * vc.el: Document new VC operation `extra-menu'.
2359         * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
2361 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
2363         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2364         Signed-off-by, Acked-by and Merge.
2366 2007-09-17  Glenn Morris  <rgm@gnu.org>
2368         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
2369         filename from `--file-line-error', if it is available.
2371 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2373         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
2374         TeX `--file-line-error' format.
2376 2007-09-17  Glenn Morris  <rgm@gnu.org>
2378         * textmodes/tex-mode.el (tex-region): Simplify previous change,
2379         handling the case where the region is not in `tex-main-file'.
2380         (tex-region-1): Delete.
2381         (tex-region-header): New function, doing the header part of the
2382         old tex-region-1.
2384 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2386         * ediff-init.el (ediff-verbose-p): This var is not a constant.
2388 2007-09-16  Drew Adams  <drew.adams@oracle.com>
2390         * cus-edit.el (custom-face-edit-activate): Doc fix.
2392 2007-09-16  Glenn Morris  <rgm@gnu.org>
2394         * textmodes/tex-mode.el (tex-region): Handle the case where the
2395         region is not in `tex-main-file'.  Move the old code that applies
2396         to both cases...
2397         (tex-region-1): ...to this new function.
2399 2007-09-15  Martin Rudalics  <rudalics@gmx.at>
2401         * simple.el (blink-matching-open): Don't display message when no
2402         paren is found within blink-matching-paren-distance characters.
2403         Don't search prompt in blink-matching-paren-distance nil case.
2405 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2407         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2409 2007-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2411         * vc-mtn.el: New file.
2413         * vc-hooks.el (vc-handled-backends): Add Mtn.
2415 2007-09-13  Eli Zaretskii  <eliz@gnu.org>
2417         * files.el (find-file, find-file-other-window)
2418         (find-file-other-frame, find-file-existing, find-file-read-only)
2419         (find-file-read-only-other-window)
2420         (find-file-read-only-other-frame)
2421         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2423 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
2425         * man.el (Man-default-man-entry): At end of line, continue looking
2426         to the next line for possible end of hyphenated command.
2428 2007-09-13  Chris Moore  <dooglus@gmail.com>
2430         * shell.el (shell-resync-dirs): Don't move the cursor relative to
2431         the command being edited.
2433 2007-09-13  Nick Roberts  <nickrob@snap.net.nz>
2435         * progmodes/gud.el (gdb-ready): New variable.
2436         (gdb): Set it to nil.  Set gud-running to nil here...
2437         (gud-common-init): ...instead of here.
2439         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2440         Use gdb-ready.  Discard input until GDB is ready to accept it.
2442 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
2444         * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
2445         C-M-S- keys.
2447 2007-09-12  Martin Rudalics  <rudalics@gmx.at>
2449         * dired.el (dired-warning): Inherit from font-lock-warning-face to
2450         make it show up with eight colors.
2452 2007-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2454         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2455         diffs are concatenated with no intervening line.
2457 2007-09-10  Dave Love  <fx@gnu.org>
2459         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2460         (python-font-lock-keywords): Update to the 2.5 version of the language.
2461         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2462         (python-backspace): Only behave funny in code.
2463         (python-compilation-regexp-alist): Add PDB stack trace regexp.
2464         (inferior-python-mode): Add PDB prompt regexp.
2465         (python-fill-paragraph): Refine the fenced-string regexp.
2466         (python-find-imports): Handle imports spanning several lines.
2467         (python-mode): Add `class' to hideshow support.
2469 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2471         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
2472         add-log-buffer-file-name-function rather than bind buffer-file-name,
2473         so we dont end up calling change-log-mode in *cvs* when `fi' is the
2474         ChangeLog file itself.
2476         * outline.el (outline-flag-region): Use front-advance.
2478 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>
2480         * progmodes/cperl-mode.el: Merge upstream 5.23.
2481         (cperl-where-am-i): Remove function.
2482         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2483         (cperl-sniff-for-indent): De-invert [string] and [comment].
2484         When looking for label, skip s:m:y:tr.
2485         (cperl-indent-line): Likewise.
2486         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2487         (cperl-windowed-init): Wrong `ps-print' handling.
2488         Both thanks to Chong Yidong.
2489         (cperl-look-at-leading-count): Could fail with unfinished RExen.
2490         (cperl-find-pods-heres): If the second part of s()[] is missing,
2491         don't try to highlight delimiters...
2493 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2495         * progmodes/compile.el (compilation-get-file-structure): Complete last
2496         change by also using spec-directory in the puthash.
2498 2007-09-07  Riccardo Murri  <riccardo.murri@gmail.com>
2500         * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
2501         (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2502         (vc-bzr-status): Fix shadowing of variable 'status'.
2503         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2504         Use `expand-file-name' instead of `concat'.
2505         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2506         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
2508 2007-09-05  Jason Rumney  <jasonr@gnu.org>
2510         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
2512 2007-09-02  Richard Stallman  <rms@gnu.org>
2514         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2515         Add `safe-local-variable' property.
2516         (lisp-body-indent): Likewise.
2518 2007-09-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2520         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
2521         prev/next-node.
2523         * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
2524         (x-gtk-map-stock): New function.
2526 2007-09-02  Glenn Morris  <rgm@gnu.org>
2528         * comint.el (comint-mode): Don't set scroll-conservatively.
2530         * eshell/em-unix.el (eshell/time): Stringify and flatten the
2531         non-command arguments.
2533 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
2535         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2536         Fix bug: Don't expand top-level file name more than once.
2537         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
2539 2007-09-01  Richard Stallman  <rms@gnu.org>
2541         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2542         Add doc string.
2544 2007-08-30  Richard Stallman  <rms@gnu.org>
2546         * speedbar.el (speedbar-frame-reposition-smartly)
2547         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2548         (speedbar-check-vc): Don't use dframe-xemacsp.
2550 2007-08-30  Martin Rudalics  <rudalics@gmx.at>
2552         * files.el (backup-buffer-copy): Try to overwrite old backup first.
2554 2007-08-29  Martin Rudalics  <rudalics@gmx.at>
2556         * repeat.el (repeat): Use last-repeatable-command instead of
2557         real-last-command.  Run pre- and post-command hooks for
2558         self-insertion.  Update doc-string.
2560 2007-08-28  Glenn Morris  <rgm@gnu.org>
2562         * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
2564 2007-08-27  Alexandre Julliard  <julliard@winehq.org>
2566         * vc-git.el (vc-git-state): Call git-add --refresh to update the
2567         state of the file.
2568         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2569         (vc-git-create-repo): Fix invalid command.
2571 2007-08-27  Richard Stallman  <rms@gnu.org>
2573         * textmodes/flyspell.el (flyspell-mode):
2574         Catch errors in flyspell-mode-on.
2576 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
2578         * progmodes/modula2.el (m2-definition, m2-module):
2579         Don't use previous-line.  Reported by T. V. Raman.
2581 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2583         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2584         argument to tool-bar-mode call.
2586 2007-08-27  Glenn Morris  <rgm@gnu.org>
2588         * diff-mode.el (diff-find-file-name): Only accept regular files,
2589         to rule out /dev/null, directories, etc.
2591 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
2593         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2594         safe-local-variable setting.
2595         * progmodes/perl-mode.el (perl-indent-level): Likewise.
2597 2007-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2599         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2600         of buffers in uniquify-managed.
2602         * simple.el (invisible-p): Rename from text-invisible-p.
2603         Update callers.
2605 2007-08-25  Alan Mackenzie  <acm@muc.de>
2607         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2608         new language variable.
2610         * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2611         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2612         "extern" etc., rather than BOI.  Fix addition of spurious
2613         syntactic-symbol 'defun-block-intro, replacing it with
2614         'innamespace, etc.
2616 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
2618         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2619         Don't behave differently when executed via M-x.  Add doc string.
2621 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
2623         * files.el (backup-buffer-copy): Don't wrap delete in
2624         condition-case, only try to delete if file exists.
2626 2007-08-24  Glenn Morris  <rgm@gnu.org>
2628         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2630 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2632         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2633         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2634         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2635         (cperl-etags-goto-tag-location): Use new style backquotes.
2637         * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2638         (dynamic-completion-table): Use it it.
2640         * net/browse-url.el: Remove spurious * in custom docstrings.
2641         (browse-url-filename-alist): Use new-style backquote.
2643         * emacs-lisp/backquote.el (backquote-unquote-symbol)
2644         (backquote-splice-symbol): Clarify they're not new-style unquotes.
2646         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2647         (\,@): Backslash the , and ,@ which are not new-style unquotes.
2649         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2651         * net/socks.el (socks-username/password-auth-filter):
2652         Remove unused vars `state' and `desired-len'.
2653         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2654         (socks-wait-for-state-change): Use new-style backquotes.
2656         * pcvs.el (cvs-mode-status): Fix long-standing typo.
2658         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2659         backquotes after each `read' rather than once per buffer.
2661         * dframe.el: Remove spurious * in custom docstrings.
2662         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2663         (dframe-xemacs20p): Remove, inline at the sole use point.
2664         (defface): Don't defvar the face, don't use old-style backquote.
2665         (defcustom): Don't use old-style backquote.
2666         (dframe-frame-parameter, dframe-mouse-event-p):
2667         Make it obvious that it's always defined.
2668         (dframe-popup-kludge): New function to replace
2669         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2670         (dframe-frame-mode, dframe-set-timer-internal)
2671         (dframe-mouse-set-point): Remove use of with-no-warnings from
2672         XEmacs-specific code.
2673         (dframe-set-timer-internal): Fix very old bug with
2674         post-command-idle-hook.
2676         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2678 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
2680         * image-mode.el (image-minor-mode): Use image-mode-text-map.
2682 2007-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
2684         * sort.el (sort-fold-case, sort-numeric-base): Mark as
2685         safe-local-variable.
2687 2007-08-22  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2689         * net/browse-url.el (browse-url-emacs): New function.
2691 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2693         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2694         warning if the file uses old style backquotes.
2696         * emacs-lisp/bytecomp.el (byte-compile-log-file)
2697         (byte-recompile-directory, byte-compile-file)
2698         (byte-compile-from-buffer): Use with-current-buffer.
2700         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2701         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2702         (line-move-1, line-move-finish, line-move-to-column)
2703         (move-end-of-line, move-beginning-of-line): Use new name.
2705 2007-08-22  Glenn Morris  <rgm@gnu.org>
2707         * files.el (backup-buffer-copy): Check backup directory is
2708         writable, to avoid infloop deleting old backup.
2710         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2711         movemail related variables.
2712         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2713         will now be set before this is called.
2715 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2717         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2719         * progmodes/ada-mode.el: Fix up comment style in header.
2720         (ada-check-emacs-version): Remove.
2721         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2722         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2723         to try and quieten the byte-compiler.
2724         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2726         * vc.el (vc-annotate-warp-version): Don't use previous-line.
2728 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
2730         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2731         extracted from `eval-last-sexp-1'.
2732         (eval-last-sexp-1): Call `preceding-sexp'.
2734 2007-08-19  Glenn Morris  <rgm@gnu.org>
2736         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2737         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2738         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
2739         shadow files messing up the compilation.
2741 2007-08-18  Glenn Morris  <rgm@gnu.org>
2743         * progmodes/scheme.el (scheme-mode-variables):
2744         Set font-lock-comment-start-skip.
2746 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
2748         * progmodes/ada-mode.el (ada-create-syntax-table):
2749         Move set-syntax-table from here to ...
2750         (ada-mode): ... here.  Don't change global value of comment-multi-line.
2751         Call new function ada-initialize-syntax-table-properties.
2752         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2753         (ada-deactivate-properties, ada-initialize-properties):
2754         Replace by new functions ...
2755         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2756         (ada-initialize-syntax-table-properties): ... to set up syntax-table
2757         properties uniformly, independently from whether font-lock-mode
2758         is enabled or not.  Handle read-only buffers and do not change
2759         undo-list when setting syntax-table properties.
2760         (ada-after-change-function): Use ada-set-syntax-table-properties.
2762 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2764         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2765         (cperl-find-pods-heres): Fix an error when typing expressions like
2766         `s{a}{b}'.
2768 2007-08-17  Glenn Morris  <rgm@gnu.org>
2770         * progmodes/compile.el (compilation-get-file-structure): Make use
2771         of the directory part when checking for an existing entry, to
2772         handle files with same basename in different directories.
2774 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2776         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2777         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2778         (ps-paragraph-spacing): Docstring fix.
2780 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2782         * smerge-mode.el (smerge-resolve): New arg `safe'.
2783         (smerge-resolve-all, smerge-batch-resolve): New function.
2784         (smerge-refine): Make sure `diff' returns the expected result.
2785         (smerge-parsep-re): New const.
2786         (smerge-mode): Use it to adjust paragraph-separate.
2788         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2789         Correctly match / regexp matchers as first char on a line when
2790         fontifying only that line.
2792         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2794 2007-08-16  Glenn Morris  <rgm@gnu.org>
2796         * ps-print.el (ps-font-size): Doc fix.
2798 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2800         * vc-bzr.el: Don't fiddle with vc-handled-backend.
2801         (vc-bzr-registered): Don't redundantly protect against
2802         file-error.  Actually use the format-specific code.
2803         (vc-bzr-buffer-nonblank-p): Remove.
2804         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2806 2007-08-15  Glenn Morris  <rgm@gnu.org>
2808         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2809         sloppier, for the sake of GNU Mailman.
2810         (rmail-digest-rfc1153): Initialize `result' correctly.
2812 2007-08-14  Glenn Morris  <rgm@gnu.org>
2814         * simple.el (bad-packages-alist): New constant.
2815         (bad-package-check): New function.  Together, these two add
2816         elements to `after-load-alist' to check for problematic external
2817         packages.
2818         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2820 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
2822         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2823         optional quotes around files in NEED-UPDATE . REMOVED case.
2825         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2826         (ada-treat-cmd-string): Improve error message.
2827         (ada-do-file-completion): Call `ada-require-project-file', so
2828         project variables are set properly.
2829         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2830         (ada-gnatfind-buffer-name): New constant.
2831         (ada-find-any-references): Use new constant.  Set buffer name
2832         properly in compilation-start.  Toggle read-only properly.
2833         (ada-find-in-src-path): Fix spelling error in docstring.
2835         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2836         by zero error.
2838 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
2840         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2842 2007-08-12  Richard Stallman  <rms@gnu.org>
2844         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2845         (cvs-execute-single-file): Use new name split-string-and-unquote.
2846         (cvs-header-msg): Use new name combine-and-quote-strings.
2848         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2850         * progmodes/gud.el (gud-common-init): Use new name
2851         split-string-and-unquote.
2853         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2854         in javac regexp.
2856         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2857         combine-and-quote-strings and split-string-and-unquote.
2859         * subr.el (combine-and-quote-strings): Rename from strings->string.
2860         (split-string-and-unquote): Rename from string->strings.
2862 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2864         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2865         to buffer-local settings.
2867         * emacs-lisp/backquote.el (backquote-delay-process): New function.
2868         (backquote-process): Add internal arg `level'.  Use the two to
2869         correctly handle nested backquotes.
2871 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
2873         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2874         (vc-bzr-state-words): Add "kind changed" state word.
2875         (vc-bzr-status): New function.  Return Bzr idea of file status,
2876         which is different from VC's.
2877         (vc-bzr-state): Use vc-bzr-status.
2878         (vc-workfile-unchanged-p): Use vc-bzr-status.
2879         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2880         (vc-dired-state): Process "kind changed" state word.
2882 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2884         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2886         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2887         Move from vc-default-find-file-not-found-hook.
2889 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
2891         * url/url-auth.el (url-basic-auth): When prompting for username
2892         and password, default to the username and password in the URL.
2894 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2896         * man.el: Remove spurious * in docstrings.
2897         Merge defvars and toplevel setq-defaults.
2898         (Man-highlight-references0): Limit=nil rather than point-max.
2899         (Man-mode-map): Move initialization into the declaration.
2900         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2901         (Man-view-header-file): Use expand-file-name rather than concat.
2902         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2904         * man.el (Man-next-section): Make sure we do not move backward.
2906 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2908         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2909         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2910         ps-print-color-p is neither nil nor black-white.  Reported by Christian
2911         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2913 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2915         * files.el (auto-mode-alist): Use the purecopied text (duh!).
2917 2007-08-08  Andreas Schwab  <schwab@suse.de>
2919         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2920         self-insert-command, not self-insert.
2922 2007-08-08  Glenn Morris  <rgm@gnu.org>
2924         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2926         * Replace `iff' in doc-strings and comments.
2928         * help-mode.el (help-make-xrefs): Search for symbol constituents,
2929         rather than just `-'.
2931 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
2933         * dired.el (dired-pop-to-buffer):
2934         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2935         * calendar/calendar.el (generate-calendar-window):
2936         * progmodes/compile.el (compilation-set-window-height):
2937         * textmodes/two-column.el (2C-two-columns, 2C-merge):
2938         Use window-full-width-p instead of comparing frame-width and
2939         window-width.
2941         * progmodes/compile.el (compilation-find-buffer): Remove extra
2942         argument in call to compilation-buffer-internal-p.
2944 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
2946         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2947         parameters IDENTIFICATION and CONNECTED.
2948         (tramp-handle-insert-file-contents): VISIT must be handled after
2949         insertion of the local copy.  Reported by Peter Gordon
2950         <peter@pg-consultants.com>.
2951         (tramp-file-name-handler): No special handling for
2952         `expand-file-name'.  But for `file-name-as-directory'.
2953         (tramp-find-shell, tramp-open-connection-telnet)
2954         (tramp-open-connection-rsh, tramp-open-connection-su)
2955         (tramp-open-connection-multi)
2956         (tramp-open-connection-setup-interactive-shell): Guard against
2957         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
2958         <steve@sxemacs.org>.
2959         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2960         the hint.
2962         * net/trampver.el: Update release number.
2964 2007-08-07  Tom Tromey  <tromey@redhat.com>
2966         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2967         Add safe-local-variable property.
2969 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
2971         * image-mode.el (image-toggle-display): Use image-refresh.
2973         * longlines.el (longlines-decoded): New variable.
2974         (longlines-mode): Avoid encoding or decoding the buffer twice.
2976 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
2978         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2979         unofficial version.
2980         (vc-bzr-command): Remove redundant setting of process-connection-type.
2981         (vc-bzr-admin-checkout-format-file): Add autoload.
2982         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2983         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2984         (vc-bzr-registered): Compare dirstate format tag with known good
2985         value, abort parsing if match fails.  Warn user in docstring.
2986         (vc-bzr-workfile-version): Case for different Bzr branch formats.
2987         See bzrlib/branch.py in Bzr sources.
2988         (vc-bzr-diff): First argument FILES may be a string rather than a list.
2989         (vc-bzr-shell-command): Remove in favor of
2990         vc-bzr-command-discarding-stderr.
2991         (vc-bzr-command-discarding-stderr): New function.
2993 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
2995         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2996         program, and return nil
2997         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2998         (vc-bzr-state): Look for path names relative to the repository
2999         root after status keyword.
3000         (vc-bzr-file-name-relative): New function.
3001         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
3002         depend on it.
3003         (vc-bzr-admin-dirname, ...-checkout-format-file)
3004         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
3005         files that we now parse directly for speed.
3006         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
3007         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
3008         (vc-bzr-state): "bzr status" successful only if exitcode is 0
3009         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
3010         Bzr warnings, so we must discard it.
3011         (vc-bzr-workfile-version): Speedup counting lines from
3012         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
3013         if that file doesn't exist.
3014         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
3015         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
3016         (not ".bzr"!) to `vc-directory-exclusion-list'
3017         (vc-bzr-shell-command): New function.
3019 2007-08-06  Tom Tromey  <tromey@redhat.com>
3021         * diff-mode.el (diff-unified->context, diff-reverse-direction)
3022         (diff-fixup-modifs): Typo in docstring.
3024 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3026         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
3027         count-screen-lines.
3028         (tpu-edt-off): Disable relevant pieces of advice.
3030         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
3031         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
3032         (newline, newline-and-indent, do-auto-fill): Use advice instead of
3033         redefining the function.
3034         (tpu-set-scroll-margins): Activate the pieces of advice.
3036 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
3038         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
3039         process-filter.
3041 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
3043         * help.el (resize-temp-buffer-window): Use window-full-width-p
3044         instead of comparing frame-width and window-width.
3046 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com>  (tiny change)
3048         * term.el: Honor term-default-fg-color and term-default-bg-color
3049         settings when modifying term-current-face.
3050         (term-default-fg-color, term-default-bg-color): Initialize from
3051         default term-current-face.
3052         (term-mode, term-reset-terminal): Set term-current-face with
3053         term-default-fg-color and term-default-bg-color.
3054         (term-handle-colors-array): term-current-face has term-default-fg-color
3055         and term-default-bg-color after reset escape sequence.
3056         (term-handle-colors-array): Set term-current-color with
3057         term-default-fg/bg-color instead of ansi-term-color-vector when the
3058         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
3060 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
3062         * files.el (set-auto-mode): Handle also remote files wrt
3063         `auto-mode-alist'.
3065         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
3066         remote identification.
3068 2007-08-04  Glenn Morris  <rgm@gnu.org>
3070         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
3071         zero, not nil, when the library is first loaded.  Check for a file
3072         that has been modified on disk.
3074         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
3075         Remove duplicate defvar preventing initialization.
3076         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
3078 2007-08-03  Miles Bader  <miles@gnu.org>
3080         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
3081         backend names for new backends to `Git', `Hg', and `Bzr'.
3082         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
3083         not `HG'.
3084         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
3085         name, not `GIT'.
3086         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
3087         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
3089 2007-08-03  Glenn Morris  <rgm@gnu.org>
3091         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
3093 2007-08-02  Richard Stallman  <rms@gnu.org>
3095         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
3096         to update deleted flag.
3098         * cus-edit.el (customize-apropos, customize-apropos-options)
3099         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
3101         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
3103         * startup.el (fancy-splash-head, startup-echo-area-message):
3104         Change message text.
3106         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
3107         All callers use line-move.
3109         * progmodes/compile.el (compilation-find-buffer): Return current
3110         buffer immediately if suitable.
3111         (compile, compilation-buffer-name, compilation-start): Doc fixes.
3113 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3115         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
3116         Make it more discriminating and more useful.
3117         (vc-bzr-root-dir): Use new name.
3118         (vc-bzr-registered): Use new name and look at the dirstate file to
3119         determine if it's registered or not without running `bzr'.
3121 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3123         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
3125 2007-07-31  Drew Adams  <drew.adams@oracle.com>
3127         * cus-edit.el (custom-group-value-create, custom-goto-parent):
3128         Fix parent groups link.
3130 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
3132         * faces.el (face-normalize-spec): New function.
3133         (frame-set-background-mode): Normalize face-spec before calling
3134         face-spec-match-p.
3136 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3138         * vc-bzr.el: New file (copied from the trunk).
3140         * vc-hooks.el (vc-handled-backends): Add BZR.
3141         (vc-find-file-hook): Failsafe if the backend's `registered'
3142         function burps.
3144         * server.el (server-window): Add switch-to-buffer-other-frame option.
3146 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3148         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
3149         (vc-git-revision-completion-table): Enable.
3151         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
3153         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
3155         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
3156         (vc-hg-registered): Set the vc-state property.
3158         * diff-mode.el (diff-mode-menu): New entries.
3160 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3162         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
3163         (diff-file-kill): Use it.
3164         (diff-beginning-of-hunk): Add arg `try-harder' using it.
3165         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
3166         Use it so they find the hunk even when we're in the file header.
3168         * vc.el: Add new VC operation `revision-completion-table'.
3169         (vc-default-revision-completion-table): New function.
3170         (vc-version-diff, vc-version-other-window): Use it to provide
3171         completion of revision names if the backend provides it.
3173         * vc-arch.el (vc-arch--version-completion-table)
3174         (vc-arch-revision-completion-table): New functions to provide
3175         completion of revision names.
3177         * vc-cvs.el: Require CL.
3178         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
3179         New functions to provide completion of revision names.
3181 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
3183         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
3184         (copyright-fix-years, copyright): Correctly handle the case where
3185         copyright-limit is nil.
3187 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
3189         * progmodes/python.el (run-python): Fix path separator under w32.
3191 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
3193         * vc-git.el: New File.
3195 2007-07-28  Alan Mackenzie  <acm@muc.de>
3197         Fix problem with modes derived from CC Mode:
3198         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
3199         macro to cc-langs.
3200         (c-init-language-vars-for): Remove call to above macro.
3201         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
3202         been moved to here.
3203         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
3205 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
3207         * net/trampver.el: Fix the `coding' cookie.
3209 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
3211         * add-log.el (change-log-redate): Remove (not needed anymore and
3212         doesn't appear to work).
3214 2007-07-25  Glenn Morris  <rgm@gnu.org>
3216         * Relicense all FSF files to GPLv3 or later.
3218         * COPYING: Switch to GPLv3.
3220 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3222         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
3223         Replace it with another one which disables undo before calling
3224         erase-buffer and then turns it back on if needed.
3226 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3228         * ps-print.el: Problem with foreground and background color when
3229         printing a buffer with and without faces.  Reported by Christian
3230         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
3231         (ps-print-version): New version 6.7.5.
3232         (ps-default-fg): Change default value to nil, so black color is used
3233         when a face does not specify a foreground color.
3234         (ps-default-bg): Change default value to nil, so white color is used
3235         for background color.
3236         (ps-begin-job): Fix code.
3238 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3240         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
3242 2007-07-24  Alan Mackenzie  <acm@muc.de>
3244         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3245         Initialise byte-compile-unresolved-functions before rather than
3246         after a compilation.
3247         (byte-compile-unresolved-functions): Amplify doc string.
3249 2007-07-24  Glenn Morris  <rgm@gnu.org>
3251         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
3252         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
3253         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3254         (cal-tex-cursor-week, cal-tex-cursor-week2)
3255         (cal-tex-cursor-week-iso, cal-tex-week-hours)
3256         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
3257         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3258         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
3260 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3262         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
3264 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3266         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
3267         underlying file is uptodate.
3269 2007-07-23  Richard Stallman  <rms@gnu.org>
3271         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
3273 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3275         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
3276         (sh-font-lock-flush-syntax-ppss-cache): New funs.
3277         (sh-font-lock-syntactic-keywords): Use them to distinguish the
3278         different possible cases for \'.
3279         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
3281         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
3282         `file' from which to start the search and fix case where `file' is the
3283         current directory and the root as well.
3285         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
3286         name for buffer-file-name if it refers to a directory.
3288 2007-07-22  Jason Rumney  <jasonr@gnu.org>
3290         * w32-fns.el (set-default-process-coding-system): Use dos line ends
3291         for input to cmdproxy on all versions of Windows.
3292         Use dos line ends for input to plink.
3294         * comint.el (comint-simple-send): Concat newline before sending.
3295         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
3297 2007-07-22  Juri Linkov  <juri@jurta.org>
3299         * isearch.el (isearch-edit-string): Save old point and
3300         isearch-other-end to old-point and old-other-end before reading
3301         the search string from minibuffer.  After exiting minibuffer set
3302         point to old-other-end if point and the search direction is the
3303         same as before reading the search string.
3304         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
3305         to isearch-other-end.  Instead of isearch-search-and-update call
3306         three functions isearch-search, isearch-push-state and isearch-update.
3308 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
3310         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
3311         destroying an existing buffer.
3313 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3315         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
3317         * term/x-win.el (x-handle-no-bitmap-icon): New function.
3319 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
3321         * textmodes/reftex.el (reftex-access-parse-file): Create parse
3322         file in a way that does not interfere with recentf.
3324 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3326         * image-dired.el (image-dired-sane-db-file): New func.
3327         (image-dired-write-tags, image-dired-remove-tag)
3328         (image-dired-list-tags, image-dired-write-comments)
3329         (image-dired-get-comment, image-dired-mark-tagged-files)
3330         (image-dired-create-gallery-lists): Call new func.
3331         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
3333 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3335         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
3336         (vc-hg-dir-state): Fix loop.
3337         (vc-hg-print-log): Fix expected return value for vc-hg-command.
3338         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
3339         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
3340         (vc-hg-revert): Likewise.
3341         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
3343 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3345         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
3346         case of alignment under a constant symbol, find and consider
3347         the sexp actually at indentation to be the "last sexp".
3349 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
3351         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3352         (install): Use them to copy all *.el files before *.elc.
3353         (clean): Don't delete *~.
3355 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3357         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
3359 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
3361         * vc-hg.el (vc-hg-registered): Replace if with when.
3362         (vc-hg-state): Deal with nonexistent files.
3364 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
3366         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
3367         (follow-delete-other-windows-and-split, follow-recenter)
3368         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
3369         (follow-redisplay, follow-estimate-first-window-start)
3370         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
3371         Fix typos in docstrings.
3373 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
3375         * bookmark.el (bookmark-show-all-annotations):
3376         Make sure each inserted annotation ends with newline.
3378         (bookmark-maybe-sort-alist): Don't modify
3379         bookmark-alist.  Instead, if not sorting, simply return it.
3380         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
3381         for its return value, not for its side effect.
3383 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
3385         * vc.el: Add more info about the vc-registered function.
3387 2007-07-16  David Kastrup  <dak@gnu.org>
3389         * emacs-lisp/advice.el (defadvice): Doc fix.
3391 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
3393         * subr.el (when, unless): Doc fix.
3395 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
3397         * vc-hg.el (vc-hg-state): Handle removed files.
3398         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
3399         (vc-hg-checkout): Re-enable.
3401 2007-07-15  Richard Stallman  <rms@gnu.org>
3403         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
3405         * tutorial.el (tutorial--find-changed-keys):
3406         Handle C-x specially like ESC.
3408 2007-07-15  Roland McGrath  <roland@frob.com>
3410         * add-log.el (add-change-log-entry): Check add-log-full-name
3411         and add-log-mailing-address later, after change-log-mode-hook.
3413 2007-07-15  Richard Stallman  <rms@gnu.org>
3415         * isearch.el (isearch-mode, isearch-done):
3416         Delete unintended code in previous change.
3418         * ps-print.el (ps-default-bg): Change to White.
3420 2007-07-15  Aaron Hawley  <aaronh@garden.org>
3422         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
3424 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
3426         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
3427         when handling the terminating event.
3429 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
3431         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
3433 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
3435         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
3436         (install): Use them to copy all *.el files before *.elc.
3438 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
3440         * replace.el (match): Use yellow1 instead of yellow.
3442         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
3444         * pcvs-info.el (cvs-unknown): Likewise.
3446 2007-07-12  Davis Herring  <herring@lanl.gov>
3448         * desktop.el (desktop-buffer-info, desktop-save):
3449         Use `desktop-dirname' instead of `dirname'.
3451 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
3453         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
3455         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
3457 2007-07-10  Richard Stallman  <rms@gnu.org>
3459         * emacs-lisp/lisp-mode.el (eval-defun):
3460         Explain special handling of `defface'.
3462 2007-07-09  Richard Stallman  <rms@gnu.org>
3464         * isearch.el (isearch-edit-string): Call to isearch-push-state
3465         after the search.
3467 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3469         * cus-start.el (file-coding-system-alist): Fix custom type.
3471 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
3473         * longlines.el (longlines-wrap-region): Avoid marking buffer as
3474         modified.
3475         (longlines-auto-wrap, longlines-window-change-function):
3476         Remove unnecessary calls to set-buffer-modified-p.
3478 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3480         * vc.el (vc-default-log-view-mode): New function.
3481         (vc-print-log): Add new `log-view-mode' VC operation.
3483 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
3485         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
3486         Rename and move to...
3488         * subr.el (strings->string, string->strings): ...here.
3490         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
3491         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
3493         * progmodes/gud.el (gud-common-init): Call string->strings instead
3494         of split-string.
3496 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
3498         * term/w32-win.el (menu-bar-open): New function.
3499         Bind <f10> to it.
3501 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
3503         * log-view.el (log-view-mode-menu): New menu.
3505 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
3507         * vc-hg.el: New file.
3509 2007-07-06  Andreas Schwab  <schwab@suse.de>
3511         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
3512         dynamic bindings around the evaluation of the expression.
3513         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
3515 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
3517         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
3518         file names.
3520 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
3522         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
3524         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
3525         event is not a cons cell.  Do not unread drag-mouse-1 events.
3526         Select right window in check whether space was stolen from
3527         window above.
3529 2007-07-01  Richard Stallman  <rms@gnu.org>
3531         * files.el (find-file-visit-truename): Fix safe-local-variable value.
3533 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
3535         * generic-x.el (generic-define-mswindows-modes)
3536         (generic-define-unix-modes, apache-log-generic-mode)
3537         (bat-generic-mode-keymap, java-manifest-generic-mode)
3538         (show-tabs-generic-mode): Fix typos in docstrings.
3540 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3542         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
3543         replace-regexp-in-string.
3545 2007-06-28  Andreas Schwab  <schwab@suse.de>
3547         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
3548         $(lisp)/subdirs.el.
3550 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
3552         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
3553         the speedbar frame if nil; that deletes the current frame or
3554         causes an error if it is the only frame.
3555         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
3557 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
3559         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
3560         directory where the desktop file was found, as the docstring says.
3561         (desktop-kill): Use `read-directory-name'.
3563         * desktop.el (desktop-load-locked-desktop): New option.
3564         (desktop-read): Use it.
3565         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
3566         Use `when'.
3568 2007-06-24  Davis Herring  <herring@lanl.gov>
3570         * desktop.el (desktop-save-mode-off): New function.
3571         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3572         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3573         (desktop-claim-lock, desktop-release-lock): New functions.
3574         (desktop-kill): Tell `desktop-save' that this is the last save.
3575         Release the lock afterwards.
3576         (desktop-buffer-info): New function.
3577         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
3578         says to.  Detect conflicts, and manage the lock.
3579         (desktop-read): Detect conflicts.  Manage the lock.
3581 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
3583         * ls-lisp.el (insert-directory): If an invalid regexp error is
3584         thrown, try using FILE as a literal file name, not a wildcard.
3585         Check for FILE as an existing file, not just a directory.
3587 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
3589         * ruler-mode.el (ruler-mode): Prevent clobbering the original
3590         `header-line-format' when reentering ruler mode.
3592 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
3594         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3595         FILE exists as a directory.
3597 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3599         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3600         (vera-font-lock-match-item): Fix doc string.
3601         (vera-in-comment-p): Remove unused function.
3602         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3603         use `syntax-ppss'.
3604         (vera-forward-syntactic-ws): Fix argument order.
3605         (vera-prepare-search): Use `with-syntax-table'.
3606         (vera-indent-line): Fix doc string.
3607         (vera-electric-tab): Fix doc string.
3608         (vera-expand-abbrev): Define alias instead of using `fset'.
3609         (vera-comment-uncomment-region): Use `comment-start-skip'.
3611 2007-06-20  Reto Zimmermann  <reto@gnu.org>
3613         * progmodes/vera-mode.el: New file.
3615 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
3617         * ido.el (ido-find-file-in-dir): Don't signal an error for
3618         empty directories.
3620 2007-06-18  Alan Mackenzie  <acm@muc.de>
3622         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3623         When removing lines, also remove the \n.  Correction of patch of
3624         2007-04-21.
3626 2007-06-17  Glenn Morris  <rgm@gnu.org>
3628         * lpr.el (lpr-page-header-switches): Move %s to separate element
3629         for correct quoting.  Doc fix.
3631 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3633         * term/xterm.el (terminal-init-xterm): Escape parens in character
3634         constants.
3636 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
3638         * scroll-lock.el (scroll-lock-mode): Doc fix.
3640 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3642         * font-lock.el (font-lock-add-keywords): In case font-lock was only
3643         half-activated, forcefully activate it completely.
3645 2007-06-11  Richard Stallman  <rms@gnu.org>
3647         * cus-edit.el (custom-variable-type): Doc fix.
3649 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
3651         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3653 2007-06-09  Davis Herring  <herring@lanl.gov>
3655         * desktop.el (desktop-minor-mode-table): Doc fix.
3657 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
3659         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3660         (image-next-line, image-previous-line, image-scroll-up)
3661         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3662         New functions.
3663         (image-mode-map): Remap motion commands.
3664         (image-mode-text-map): New keymap for viewing images as text.
3665         (image-mode): Use image-mode-map.
3666         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3668 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
3670         Sync with Tramp 2.0.56.
3672         * net/tramp.el:
3673         * net/tramp-ftp.el:
3674         * net/tramp-smb.el:
3675         * net/tramp-util.el:
3676         * net/tramp-vc.el:
3677         Don't load cl.el, because that pollutes the namespace.  Replace cl
3678         macros by their implementations where necessary.  Requested by
3679         Richard Stallman <rms@gnu.org>.
3681         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3682         doesn't exist.
3683         (with-parsed-tramp-file-name): Protect debug spec during compilation.
3684         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3685         (tramp-file-name-p, tramp-file-name-multi-method)
3686         (tramp-file-name-method, tramp-file-name-user)
3687         (tramp-file-name-host, tramp-file-name-localname): New defuns,
3688         replacing defstruct `tramp-file-name'.
3689         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3690         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3691         Apply `vector' instead of `make-tramp-file-name'.
3692         (tramp-handle-make-auto-save-file-name):
3693         Apply `tramp-temporary-file-directory' for compatibility reasons.
3694         (tramp-completion-mode): Use `natnump' instead of `wholenump'
3695         because of XEmacs.
3696         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3697         started.
3699 2007-06-07  David Kastrup  <dak@gnu.org>
3701         * dired.el (dired-recursive-deletes, dired-recursive-copies):
3702         Change default to `top'.
3704 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
3706         * dired.el (dired-mode-map): Remove spurious separator.
3708 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3710         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3712         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3713         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3715 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
3717         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3718         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3720 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3722         * progmodes/ebrowse.el (ebrowse-member-table):
3723         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3725 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3727         * pgg.el (pgg-sign-region, pgg-sign):
3728         * ses.el (ses-call-printer):
3729         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3730         * textmodes/org.el (org-cycle): Fix typos in docstrings.
3732 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
3734         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3735         (tar-get-descriptor): Handle type 55, an extended pax header.
3737 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * textmodes/css-mode.el: New file.
3741 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
3743         * net/socks.el: New file, taken from w3 repository.
3744         (top): Update Copyright.  Don't load cl.el.
3745         (all): Replace `case' by `cond', `string-to-int' by
3746         `string-to-number', and `process-kill-without-query' by
3747         `set-process-query-on-exit-flag'.
3748         (socks-char-int): Remove defalias and all occurrences.
3750 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3752         * international/mule-cmds.el (toggle-enable-multibyte-characters)
3753         (sort-coding-systems, search-unencodable-char): Doc fixes.
3754         (coding-system-change-eol-conversion, set-default-coding-systems)
3755         (prefer-coding-system, find-multibyte-characters, princ-list)
3756         (leim-list-entry-regexp, set-input-method, locale-language-names)
3757         (input-method-exit-on-first-char, exit-language-environment-hook)
3758         (locale-charset-language-names): Fix typos in docstrings.
3760 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
3762         * bs.el (bs-cycle-previous): Don't modify the cycle list until
3763         `switch-to-buffer' has returned succesfully.
3764         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
3765         window is dedicated (it could iconify the frame).
3767 2007-06-05  Glenn Morris  <rgm@gnu.org>
3769         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3771 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
3773         * files.el (auto-mode-alist): Add lower-priority match for names
3774         like ChangeLog.old.
3776 2007-06-04  Andreas Schwab  <schwab@suse.de>
3778         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3780 2007-06-04  Davis Herring  <herring@lanl.gov>
3782         * calendar/timeclock.el: Update version number.
3783         (timeclock-modeline-display): Mention timeclock-use-display-time
3784         in explanatory message.
3785         (timeclock-log): Suppress warnings when finding the log.
3786         Don't check for a nil project twice.  Run hooks after killing the
3787         buffer (if applicable).
3788         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3789         was geometric).  All uses changed.
3790         (timeclock-generate-report): Support prefix argument.
3792 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
3794         * man.el (Man-next-section): Don't consider the last line of the
3795         page as being part of any section.
3797 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
3799         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3800         modified flag of buffer.  Use `inhibit-modification-hooks'.
3802 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3804         * mail/mail-extr.el (mail-extract-address-components):
3805         Recognize non-ASCII characters except for NBSP as words.
3807 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
3809         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3811 2007-06-04  Michael Olson  <mwolson@gnu.org>
3813         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3814         died and we are trying to send a signal to it.
3816 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
3818         * emacs-lisp/easy-mmode.el (define-minor-mode)
3819         (easy-mmode-define-navigation): Fix typos in docstrings.
3821         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3822         Fix typos in docstrings.
3823         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3824         (compilation-finish-function): Fix typo in obsolescence declaration.
3826         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3828 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
3830         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3831         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3833         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3835         * longlines.el (longlines-mode): Make longlines-auto-wrap
3836         buffer-local.  Add hooks unconditionally.
3837         (longlines-auto-wrap): Toggle wrapping.
3838         (longlines-after-change-function)
3839         (longlines-post-command-function): Check longlines-auto-wrap.
3841 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
3843         * Version 22.1 released.
3845 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
3847         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3848         changes.
3850 2007-05-31  Richard Stallman  <rms@gnu.org>
3852         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3854 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
3856         * textmodes/table.el (table--point-entered-cell-function)
3857         (table--point-left-cell-function):
3858         Bind `inhibit-point-motion-hooks' to t.
3860 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3862         * emacs-lisp/rx.el (rx): Doc fix.
3864 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
3866         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3868 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
3870         * log-edit.el (log-edit-changelog-paragraph): Return point-max
3871         as the end of the ChangeLog paragraph when it ends without a line
3872         termination.
3874 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3876         * textmodes/fill.el (canonically-space-region): Make the second arg
3877         a marker if it's not already the case.
3879         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3880         (xterm-mouse-event): Use it.
3882 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
3884         * vc-hooks.el (vc-find-root): Fix file attribute test.
3886 2007-05-24  Richard Stallman  <rms@gnu.org>
3888         * textmodes/flyspell.el (flyspell-correct-word-before-point):
3889         Don't let opoint be nil.
3890         (flyspell-emacs-popup): Explicit error if no dialogs.
3892 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
3894         * tar-mode.el (tar-file-name-handler): New function.
3895         (tar-extract): Bind file-name-handler-alist to it to force
3896         find-buffer-file-type-coding-system behave as if the file being
3897         extracted existed.  Use last-coding-system-used to force
3898         buffer-file-coding-system to what decode-coding-region actually
3899         used to decode the file.
3901 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3903         * progmodes/compile.el (compilation-handle-exit):
3904         `compilation-finish-function' may change the current buffer.
3906 2007-05-22  Richard Stallman  <rms@gnu.org>
3908         * files.el (set-auto-mode): Doc fix.
3910 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
3912         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3914 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
3916         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3917         (rcirc-print): Handle `window-width'.
3918         (rcirc-buffer-maximum-lines): Doc fix.
3920 2007-05-19  Kevin Ryde  <user42@zip.com.au>
3922         * info.el (Info-fontify-node): Match https also.
3924 2007-05-18  Richard Stallman  <rms@gnu.org>
3926         * simple.el (push-mark): Doc fix.
3928 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
3930         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3931         tpu-global-map.
3932         (tpu-original-global-map): Delete variable.
3933         (tpu-control-keys-map): New keymap variable.
3934         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3935         setting keymapping directly.
3936         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3937         tpu-global-map.
3938         (tpu-edt-on): Activate the tpu-global-map.
3939         (tpu-edt-off): Deactivate the tpu-global-map.
3941 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
3943         * textmodes/ispell.el (ispell-get-word): Return markers
3944         for start and end positions.
3945         (ispell-word): Assume END is a marker.
3947 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3949         * ps-print.el: Use default color when foreground or background color
3950         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
3951         (ps-print-version): New version 6.7.4.
3952         (ps-rgb-color): New argument.  Use default color when color is
3953         unspecified.
3954         (ps-begin-job): Fix code.
3956 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
3958         * textmodes/ispell.el (ispell-start-process): Defend against bad
3959         default-directory.
3961 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3963         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3965 2007-05-16  Richard Stallman  <rms@gnu.org>
3967         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3969 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3971         * files.el (magic-mode-alist, magic-fallback-mode-alist):
3972         Move the *ml, Postscript, and XmCD entries to the fallback part.
3974         * files.el (magic-fallback-mode-alist):
3975         Rename from file-start-mode-alist.
3977 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3979         * progmodes/compile.el (compilation-handle-exit): Quote first
3980         argument of `run-hook-with-args'.
3982 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
3984         * buff-menu.el (Buffer-menu-sort-column):
3985         * dabbrev.el (dabbrev-upcase-means-case-search):
3986         * dired.el (dired-recursive-deletes, dired-recursive-copies):
3987         * info.el (Info-current-subfile):
3988         * ls-lisp.el (ls-lisp-verbosity):
3989         * msb.el (msb-menu-cond):
3990         * pcvs.el (cvs-dired-use-hook):
3991         * simple.el (set-mark-command-repeat-pop):
3992         * time.el (display-time-24hr-format, display-time-mail-file):
3993         Doc fixes.
3995         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3996         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3998         * view.el (view-inhibit-help-message): Fix typo in docstring.
3999         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
4001 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
4003         * mail/rmail.el (rmail-convert-to-babyl-format):
4004         Check content-transfer-encoding _last_, because we need its position
4005         in base64-header-field-end.
4007 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
4009         * files.el (mode-require-final-newline, require-final-newline)
4010         (enable-local-variables, enable-local-eval): Doc fixes.
4012 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4014         * progmodes/python.el (python-font-lock-keywords)
4015         (python-open-block-statement-p, python-mode): Add support for the new
4016         "with" keyword.
4018 2007-05-10  Richard Stallman  <rms@gnu.org>
4020         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
4021         (iso-cvt-write-only): Likewise.
4023         * emacs-lisp/easy-mmode.el (define-minor-mode):
4024         Fix generated doc string.
4026         * startup.el (fancy-splash-text): Add URL of guided tour.
4027         Adjust horizontal and vertical whitespace.
4029         * progmodes/compile.el (compilation-handle-exit):
4030         Use run-hook-with-args to run compilation-finish-functions.
4032         * files.el (file-start-mode-alist): New variable.
4033         (magic-mode-regexp-match-limit): Doc fix.
4034         (set-auto-mode): Handle file-start-mode-alist.
4035         A little cleanup of structure.
4037 2007-05-10  Davis Herring  <herring@lanl.gov>
4039         * calendar/timeclock.el (timeclock-in): Fix non-interactive
4040         workday specifications.
4041         (timeclock-log): Don't kill the log buffer if it already existed.
4043 2007-05-08  Richard Stallman  <rms@gnu.org>
4045         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4046         Don't include non-self-insert commands in the exception for `-'.
4048 2007-05-08  David Reitter  <david.reitter@gmail.com>
4050         * progmodes/python.el (python-guess-indent): Check non-nullness
4051         before comparing indent against the 2..8 interval.
4053 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4055         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
4056         available.
4058 2007-05-06  Richard Stallman  <rms@gnu.org>
4060         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
4062 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
4064         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
4065         disconnections.
4067 2007-05-01  Romain Francoise  <romain@orebokech.com>
4069         * dired-x.el: Revert 2007-04-06 change.
4071 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
4073         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
4074         don't put stop on toolbar.
4076 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
4078         * find-dired.el (find-dired-filter): Propertize all text down to eob.
4080 2007-04-29  Richard Stallman  <rms@gnu.org>
4082         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
4084 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4086         * progmodes/cc-mode.el (c-before-change): Use point-min rather
4087         than 1.
4089 2007-04-28  Richard Stallman  <rms@gnu.org>
4091         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
4093 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4095         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4097 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
4099         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
4100         instead of $(lisp)/mh-e.
4102         * textmodes/fill.el (fill-paragraph): Doc fix.
4104 2007-04-28  Glenn Morris  <rgm@gnu.org>
4106         * image-dired.el (image-dired-cmd-create-thumbnail-options)
4107         (image-dired-cmd-create-temp-image-options): Replace option
4108         +profile "*" with -strip.
4110 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
4112         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
4113         Use window-start and window-end.
4115 2007-04-26  Glenn Morris  <rgm@gnu.org>
4117         * progmodes/python.el: Restore file pending consideration of legal
4118         status.
4120 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
4122         * locate.el (locate-in-alternate-database): Doc fix.
4124 2007-04-26  Glenn Morris  <rgm@gnu.org>
4126         * button.el (button): Use underline if supported, else fall back
4127         to color.
4129 2007-04-25  Richard Stallman  <rms@gnu.org>
4131         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
4133 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
4135         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
4136         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
4137         pushing mark.
4138         (idlwave-current-routine): Don't push mark.
4140 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
4142         * image-dired.el (image-dired-display-image): Derive image-type from
4143         filename rather than assuming jpeg, in case no resizing was needed.
4145 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4147         * custom.el (defface): Doc fix.
4149 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
4151         * progmodes/python.el: Remove due to unclear legal issues.
4153 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
4155         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
4156         Don't re-query for each cleared BP.
4157         (idlwave-shell-clear-bp): Optionally skip BP query.
4158         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
4159         of set-window-buffer, which incorrectly moves displayed region.
4161 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
4163         * calc/calc.el (calc-bug-address): Update maintainer's address.
4164         * calc/*: Update maintainer's address.
4166 2007-04-23  Richard Stallman  <rms@gnu.org>
4168         * simple.el (set-mark-command-repeat-pop): Doc fix.
4169         Put in `editing-basics' group.
4171 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
4173         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
4174         New functions.
4175         (Info-mode-line-node-keymap): Bind mouse commands to
4176         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
4178 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
4180         * locate.el (locate-local-prompt): New var.
4181         (locate-prompt-for-command): Doc fix.
4182         (locate-prompt-for-search-string): New function.
4183         (locate): New optional arg.  Make locate-local-prompt
4184         buffer-local.  Use locate-prompt-for-search-string.
4185         (locate-with-filter): New optional arg.
4186         Use locate-prompt-for-search-string.
4187         (locate-update): Bind locate-prompt-for-command.
4189 2007-04-23  Glenn Morris  <rgm@gnu.org>
4191         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
4193 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
4195         * button.el (button): Inherit from link face on a tty.
4197 2007-04-23  Glenn Morris  <rgm@gnu.org>
4199         * button.el (button): Use color for this face on a tty.
4201         * files.el (magic-mode-alist): Allow for carriage-returns in
4202         html-mode and sgml-mode entries.
4204 2007-04-22  Richard Stallman  <rms@gnu.org>
4206         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4207         Improve doc string of generated command.
4209         * subr.el (read-number): Catch errors.
4211         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
4213 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
4215         * image-dired.el: Rename from thumbnails.el.  All instances of
4216         "thumbnails" replaced with "image-dired".
4218         * dired.el (dired-mode-map): Rename "thumbnails" again, to
4219         "image-dired".
4221 2007-04-22  Kim F. Storm  <storm@cua.dk>
4223         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
4224         Don't use kill-line.
4226 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
4228         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
4229         error message.
4231 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
4233         * dired.el: Rename "tumme" to "thumbnails".
4235         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
4236         replaced with "thumbnails".
4238 2007-04-22  Glenn Morris  <rgm@gnu.org>
4240         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
4241         and give it the risky-local-variable property.
4243         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
4244         before defining it.
4246 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
4248         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
4249         Use delete-region instead of kill-line.
4251 2007-04-21  Alan Mackenzie  <acm@muc.de>
4253         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
4254         `kill-region' by `delete-region'.
4256 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
4258         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
4259         instead of kill-region.
4261         * progmodes/mantemp.el (mantemp-make-mantemps-region)
4262         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
4263         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
4264         and kill-line.
4266         * progmodes/vhdl-mode.el (vhdl-template-type)
4267         (vhdl-template-record, vhdl-template-nature)
4268         (vhdl-template-configuration-spec, vhdl-template-component-inst)
4269         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
4270         Use delete-region instead of kill-word and kill-line.
4272 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4274         * dired-x.el (dired-virtual-mode): Doc fix.
4276 2007-04-21  Richard Stallman  <rms@gnu.org>
4278         * font-lock.el (font-lock-keywords-alist): Mark as risky.
4280         * subr.el (read-number): Doc fix.
4282         * simple.el (pop-to-mark-command): Display message "mark popped"
4283         if point does not move.
4284         (set-mark-command): Doc fix.
4286 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
4288         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
4289         (locate-local-filter, locate-local-search): New vars.
4290         (locate): Make variables local.
4291         (locate-update): Bind locate-buffer-name.  Call locate using
4292         locate-local-filter and locate-local-search.
4294 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
4296         * hi-lock.el (hi-lock-file-patterns-policy): New var.
4297         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
4298         (hi-lock-mode): Update docstring.
4300 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4302         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
4303         fill-nobreak-predicate when the break is past fill-column.
4305 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4307         * locate.el (locate): Output from shell-command should go in the
4308         current buffer rather than *Shell Command Output*.
4310 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
4312         * paren.el (show-paren-function): Fix last fix.
4314 2007-04-19  Kevin Ryde  <user42@zip.com.au>
4316         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
4317         (archive-lzh-summarize): Add optional start arg for where to start
4318         looking at the archive.
4319         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
4321         * international/mule.el (auto-coding-alist): no-conversion for .exe
4322         and .EXE.
4324 2007-04-19  Alan Mackenzie  <acm@muc.de>
4326         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
4327         function return type contains "struct", "union", etc.
4328         c-end-of-defun goes too far forward.
4330 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
4332         * paren.el (show-paren-function): Reset window-start to avoid
4333         recentering.
4335 2007-04-19  Glenn Morris  <rgm@gnu.org>
4337         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
4339 2007-04-18  Glenn Morris  <rgm@gnu.org>
4341         * calendar/diary-lib.el (diary-header-line-format): Add a custom
4342         :set function.
4343         (diary-list-entries): Only switch to diary-mode from
4344         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
4345         diary-mode set header-line-format, in case of any customization.
4347 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4349         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
4350         is less than the length of parse-time-syntax.
4352 2007-04-17  David Kastrup  <dak@gnu.org>
4354         * replace.el (query-replace-regexp-eval): Deprecate.
4356 2007-04-17  Alan Mackenzie  <acm@muc.de>
4358         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
4359         point too close to EOB, leave point at EOB rather than last `}'.
4361 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4363         * textmodes/bibtex.el (bibtex-include-OPTkey)
4364         (bibtex-user-optional-fields, bibtex-entry-field-alist):
4365         Fix defcustom.
4367 2007-04-17  Glenn Morris  <rgm@gnu.org>
4369         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
4370         be encoded, fall back to current year.
4372 2007-04-14  Kevin Ryde  <user42@zip.com.au>
4374         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
4375         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
4376         M "MSDOS".
4378 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
4380         * progmodes/python.el (python-end-of-block): Avoid looping forever
4381         if python-next-statement fails.
4383 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4385         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
4387 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
4389         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
4390         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
4392 2007-04-15  Jay Belanger  <belanger@truman.edu>
4394         * calc/calc.el (calc-version): New function.
4395         (calc-trail-mode): Shorten the title.
4397 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4399         * mail/footnote.el (footnote-style): Clarify docstring to state
4400         that customizing this only applies to future footnotes.
4402 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4404         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
4405         (bibtex-make-field): Check that INIT is a string.  Use functionp.
4407 2007-04-14  Glenn Morris  <rgm@gnu.org>
4409         * complete.el (PC-goto-end): New buffer-local variable.
4410         (PC-do-completion-end): Make buffer-local.
4411         (partial-completion-mode) <choose-completion-string-functions>:
4412         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
4413         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
4414         doc string.  Set PC-goto-end for choose-completion.
4415         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
4416         PC-do-completion.
4418         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
4419         arg to bibtex-make-field.
4420         (bibtex-make-field): Add optional fourth arg NODELIM.
4421         Insert delimiters around INIT unless this arg is non-nil.
4423 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
4425         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
4426         global map isn't modified.
4428 2007-04-14  Glenn Morris  <rgm@gnu.org>
4430         * calendar/appt.el (appt-disp-window): Do not split small windows.
4431         Suggested by Jeff Miller <jmiller@cablespeed.com>.
4433 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
4435         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
4437         * files.el: Ditto.
4439 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
4441         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
4443         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
4444         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
4445         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
4446         (term-pager-help): Fix typos in docstrings.
4448         * wid-edit.el (widget-documentation): Fix typo in docstring.
4450         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
4451         Fix typos in error messages.
4453 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
4455         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
4456         window marked as dedicated.
4458         * mail/footnote.el (footnote-latin-string): New variable.
4459         (footnote-latin-regexp): Redefine as regexp alternative.
4460         (Footnote-latin): Use footnote-latin-string instead of
4461         footnote-latin-regexp.
4463 2007-04-13  Glenn Morris  <rgm@gnu.org>
4465         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
4466         inherited keymaps.
4468 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
4470         * outline.el (outline-get-next-sibling): Clarify docstring.
4471         (outline-get-last-sibling): Handle case where we are at the first
4472         heading.  Clarify docstring.
4474 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
4476         * progmodes/gud.el (gud-minor-mode-map): Make go button same
4477         length as stop button to lessen flicker.
4478         (jdb): Add gud-print.
4479         (gud-find-expr): Jdb prints the expression with the value, so
4480         don't insert it in the output.
4482 2007-04-11  Jason Rumney  <jasonr@gnu.org>
4484         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
4485         case hex.  Do not try to decode non-hex letters.
4487 2007-04-11  Markus Triska  <markus.triska@gmx.at>
4489         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
4490         (byte-optimize-backward-word): Remove (move to bytecomp.el).
4491         (byte-optimize-form-code-walker): Evaluate pure function calls if
4492         possible.
4493         (byte-optimize-all-constp): New function.
4495         * emacs-lisp/bytecomp.el (byte-compile-char-before):
4496         Improve numeric argument case.
4497         (byte-compile-backward-char, byte-compile-backward-word):
4498         New functions, performing rewriting previously done in byte-opt.el.
4499         Fix their "Fixme" item (restriction to numeric arguments).
4501 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4503         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
4504         with dolist.
4505         (after-init-hook): Don't quote lambda.
4506         (desktop-first-buffer): Don't wrap it in eval-when-compile.
4507         (desktop-internal-v2s): Remove unused var `el'.
4508         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
4509         desktop-restore-file-buffer.
4510         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
4511         desktop-create-buffer.
4513 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
4515         * woman.el (woman-decode-buffer): Postpone macro-set check...
4516         (woman-decode-region): ...to here.
4518 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
4520         * startup.el (tty-handle-args): Use %S to log ARGS.
4522 2007-04-10  Glenn Morris  <rgm@gnu.org>
4524         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
4525         it is obsolete and has no effect.
4527         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
4528         byte-compiler.
4530         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
4531         obsolete function make-local-hook.
4533         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
4534         start to quieten byte-compiler.
4536 2007-04-10  Markus Triska  <markus.triska@gmx.at>
4538         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
4539         to bytecomp.el as byte-compile-char-before).
4540         * emacs-lisp/bytecomp.el (byte-compile-char-before):
4541         New function (modified replacement for byte-optimize-char-before in
4542         byte-opt.el).
4544 2007-04-09  Alan Mackenzie  <acm@muc.de>
4546         * startup.el (inhibit-splash-screen): Emphatically state that it
4547         can't be set in site-start.el.
4549 2007-04-09  Masatake YAMATO  <jet@gyve.org>
4551         * progmodes/cc-subword.el (c-capitalize-subword): More closely
4552         mimic the behavior of `capitalize-word'.  Do not move point with a
4553         negative argument.  Based on tiny change by Paul Curry.
4555 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
4557         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
4558         Don't move point if ARG is negative.
4560 2007-04-09  Alan Mackenzie  <acm@muc.de>
4562         Changes to make `narrow-to-defun' and `mark-defun' work properly
4563         in CC Mode:
4565         * progmodes/cc-defs.el (c-beginning-of-defun-1):
4566         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4567         Bind beginning/end-of-defun-function to nil around calls to
4568         beginning/end-of-defun.
4570         * progmodes/cc-langs.el (beginning-of-defun-function)
4571         (end-of-defun-function): New c-lang-setvar's.
4573         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
4574         (setq arg 1))" to enable non-interactive call.
4576 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
4578         * simple.el (set-mark-command): Doc fix.
4580 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
4582         * progmodes/gud.el (gdb): Restore existing session if user
4583         tries to start a second one in graphical mode.
4585 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
4587         * cus-start.el <scroll-preserve-screen-position>: Add choices.
4589 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4591         * term/xterm.el (terminal-init-xterm): Fix key definitions.
4592         Add binding for C-M-SPC.
4594 2007-04-08  Richard Stallman  <rms@gnu.org>
4596         * pcomplete.el (pcomplete-read-event): One single definition,
4597         and not a defsubst.
4599 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
4601         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4602         byte-compiler warning "value unused".
4604 2007-04-08  Andreas Schwab  <schwab@suse.de>
4606         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4608 2007-04-07  Glenn Morris  <rgm@gnu.org>
4610         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4611         Autoload these functions.
4612         (diary-date-forms): Add a custom :set form.
4614         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4615         before first use.
4616         (diary-font-lock-keywords): New function with old code for
4617         initialization of variable of same name.
4619 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
4621         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4622         clean-up: only insert space when on identifier, etc.
4624 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4626         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4628         * net/tls.el (open-tls-stream): Properly handle case where there
4629         is no associated buffer.
4631 2007-04-07  Glenn Morris  <rgm@gnu.org>
4633         * ffap.el (ffap-file-at-point): Lower the priority of the
4634         ffap-ftp-sans-slash-regexp check.
4636 2007-04-06  Alan Mackenzie  <acm@muc.de>
4638         Fix fontification of labels, and other things with ":".
4640         * progmodes/cc-engine.el (c-forward-label): The function now
4641         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4642         the former t.
4644         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4645         new return code from c-forward-label, fontifying tokens properly.
4646         Add some general comments throughout the file.
4648 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
4650         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4651         Revert 2006-01-27 change.
4653         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4655         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4657         * desktop.el (desktop-create-buffer, desktop-save):
4658         Revert 2004-11-12 change for lack of copyright papers.
4660         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4661         (dired-guess-default): Respect case.
4663         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4665         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4666         was originally checked in as byte-optimize-concat on 1997-11-02.
4668         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4669         1995-05-19 doc changes.
4671 2007-04-06  Kim F. Storm  <storm@cua.dk>
4673         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
4674         (unload-feature): Update interactive spec accordingly.
4676         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4678 2007-04-06  John Paul Wallington  <jpw@pobox.com>
4680         * subr.el (with-case-table): Use `make-symbol' to avoid variable
4681         capture.  Restore the table in the same buffer.
4683         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4685 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
4687         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4688         Print entire form.
4690 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
4692         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4693         for low-color displays.
4695 2007-04-05  Glenn Morris  <rgm@gnu.org>
4697         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4698         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4699         Seed random number generator on loading.
4701         * emacs-lisp/authors.el (top-level): Provide self.
4703         * play/animate.el (top-level): Provide self.
4705 2007-04-04  Alan Mackenzie  <acm@muc.de>
4707         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4708         to mention c-syntactic-indentation.
4710 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
4712         * subr.el (with-case-table): New macro.
4714         * international/mule.el (ascii-case-table): New var.
4716         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4717         downcasing.
4719 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
4721         * progmodes/gud.el (gud-minor-mode-map): Simplify.
4723         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4724         of the window if we're outside it e.g menu-bar.
4726         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4727         window if we're outside it e.g menu-bar.
4729 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
4731         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4732         decode base-64 encoded body if its content-type is something other
4733         than text/* or message/*.
4735 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
4737         * simple.el (activate-mark-hook): Fix typo in docstring.
4739 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
4741         * tmm.el (tmm-c-prompt): Initialize.
4742         (tmm-menubar): Deal with extended menu-items at top level.
4743         (tmm-get-keybind): Handle bindings redefined/undefined locally.
4744         (tmm-prompt): Handle visibility of top level menu-items.
4746         * progmodes/gud.el (gud-menu-map): Simplify.
4747         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4748         menubar.
4750 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
4752         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4754         * comint.el (comint-send-input): Widen the buffer first.
4756         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4758 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4761         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4763         * newcomment.el (comment-search-forward): Discard comment starters
4764         before point.
4766 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
4768         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4770 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
4772         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4773         when downcasing.
4775         * button.el (previous-button): Rewrite to account for adjacent buttons.
4777 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
4779         * progmodes/idlwave.el (idlwave-auto-fill):
4780         Revert paragraph-separate change.
4782         * progmodes/idlw-shell.el (idlwave-shell-break-in):
4783         Simplify module calc.
4784         (idlwave-shell-set-bp-in-module): Compute module.
4786 2007-03-31  Glenn Morris  <rgm@gnu.org>
4788         * emacs-lisp/timer.el (run-at-time): Doc fix.
4790         * emacs-lisp/warnings.el (display-warning): If we create the
4791         buffer displaying the warning, disable undo there.
4793 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
4795         * net/tramp.el (tramp-register-file-name-handler)
4796         (tramp-register-completion-file-name-handler): New defsubst,
4797         derived from `tramp-register-file-name-handlers'.  The split is
4798         necessary because Tramp's file name handlers must be registered at
4799         different startup places.
4801 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
4803         * progmodes/hideshow.el (turn-off-hideshow): New function.
4804         (hs-minor-mode): Use it instead of a lambda expression in
4805         change-major-mode-hook.
4807 2007-03-31  David Kastrup  <dak@gnu.org>
4809         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4810         corresponding to MANPATH_MAP entries.
4811         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4812         (woman-parse-man.conf): Use more discriminating man.conf name.
4813         (woman-parse-man.conf): Parse MANPATH_MAP entries.
4814         (woman-manpath): Doc fix and type fix.
4815         (woman-cached-data): Check for MANPATH_MAP entries.
4816         (woman-expand-directory-path): Treat MANPATH_MAP entries.
4818 2007-03-31  Stuart Herring  <herring@lanl.gov>
4820         * emacs-lisp/sregex.el (sregexq): Doc fix.
4822 2007-03-31  Markus Triska  <markus.triska@gmx.at>
4824         * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4826 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
4828         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4829         Move to the right.
4831 2007-03-30  Alan Mackenzie  <acm@muc.de>
4833         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4835 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
4837         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4838         Use it, passed in explicitly, instead of from the dynamic binding.
4839         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4841 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
4843         * simple.el (blink-matching-open): When in minibuffer, don't
4844         search for a match inside the prompt.
4846 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
4848         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4849         (tmm-prompt): Don't make the mouse user select the first menu
4850         item twice.
4852 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
4854         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4855         SIGUSR1 and SIGUSR2.
4857 2007-03-29  Kim F. Storm  <storm@cua.dk>
4859         * ido.el (ido-read-internal): When reading file or dir, only override
4860         minibuffer-local-filename-completion-map, otherwise only override
4861         minibuffer-local-completion-map.
4863 2007-03-29  Glenn Morris  <rgm@gnu.org>
4865         * complete.el (partial-completion-mode): Set PC-do-completion-end
4866         to nil after use.
4867         (PC-lisp-complete-symbol): Create and use a marker at `end',
4868         rather than using point-marker.
4870 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
4872         * simple.el (next-error-highlight): Doc fix.
4873         (compose-mail): Revert 2007-03-19 change.
4875 2007-03-28  Richard Stallman  <rms@gnu.org>
4877         * emacs-lisp/edebug.el (edebug-display): Don't go to
4878         edebug-outside-buffer if it is dead.
4880 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
4882         * view.el (view-mode): Fix typos in docstring.
4884 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
4886         * recentf.el (recentf-save-file): Add a custom :set function.
4888 2007-03-28  Glenn Morris  <rgm@gnu.org>
4890         * complete.el (PC-do-completion-end): New variable.
4891         (partial-completion-mode) <choose-completion-string-functions>:
4892         Use PC-do-completion-end in the non-minibuffer case to replace the
4893         correct amount of text.
4894         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4895         (PC-lisp-complete-symbol): Give marker the after-insertion type,
4896         to deal with improvements inserted after point.
4898 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4900         * button.el (make-text-button): Add explicit `button' property.
4901         (default-button): Don't put a `button' property on it.
4903         * progmodes/python.el (python-mode): Skip comments when parsing.
4905         * vc-arch.el (vc-with-current-file-buffer): New macro.
4906         (vc-arch-file-source-p): Use it to avoid infloop.
4908 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
4910         * emacs-lisp/lisp.el (lisp-complete-symbol):
4911         Fix call to get-buffer-window to find windows in other frames.
4913 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4915         * comint.el (comint-proc-query, comint-dynamic-list-completions):
4916         Fix calls to get-buffer-window to find windows in other frames.
4917         Reported by David Hansen <david.hansen@gmx.net>.
4919 2007-03-27   Kevin Ryde  <user42@zip.com.au>
4921         * info.el (Info-display-images-node): On a text-only terminal,
4922         show the "text" or "alt" parts of the image blobs.
4924 2007-03-27  Glenn Morris  <rgm@gnu.org>
4926         * complete.el (PC-do-completion): Compute completion-base-size in
4927         the non-filename case, rather than setting to nil.
4928         (PC-lisp-complete-end): New variable.
4929         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4930         original end in a series of consecutive invocations.
4932         * calendar/calendar.el (calendar-mode-hook): Declare it.
4934         * calendar/diary-lib.el (diary-live-p): Do not check for
4935         diary-selective-display.
4937 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4939         * replace.el (occur-next-error): *Occur* might not be displayed in the
4940         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
4942 2007-03-26  Richard Stallman  <rms@gnu.org>
4944         * textmodes/flyspell.el (flyspell-large-region):
4945         Use ispell-call-process-region.
4947 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4949         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4950         Use prin1 instead of princ.
4952 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
4954         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4955         Merge in X resources before global face.
4957         * progmodes/compile.el (compilation-start): Save compilation-directory
4958         rather than default-directory as local var.
4959         (compilation-directory): Mark as safe local var.
4961         * files.el: Don't mark default-directory as a safe local var.
4963 2007-03-25  Alan Mackenzie  <acm@muc.de>
4965         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4966         * progmodes/cc-engine.el: Fix typo.
4968 2007-03-25  Juri Linkov  <juri@jurta.org>
4970         * compare-w.el (compare-windows): Rename customization group
4971         `compare-w' to `compare-windows'.
4972         (compare-windows-whitespace, compare-ignore-whitespace)
4973         (compare-ignore-case, compare-windows-sync)
4974         (compare-windows-sync-string-size, compare-windows-recenter)
4975         (compare-windows-highlight, compare-windows): Change group name in
4976         the `group' tag from `compare-w' to `compare-windows'.
4977         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
4979 2007-03-24  Markus Triska  <markus.triska@gmx.at>
4981         * expand.el: Change example to always enable abbrev-mode,
4982         and remove redundant `function'.
4983         (expand-abbrev-hook): Add autoload cookie.
4985 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
4987         * emacs-lisp/testcover.el (testcover-start, testcover-end)
4988         (testcover-mark-all, testcover-unmark-all): Add prompts to
4989         interactive specs.
4991 2007-03-24  Jason Rumney  <jasonr@gnu.org>
4993         * autorevert.el (find-file-hook, auto-revert-tail-mode):
4994         Use file size in bytes for auto-revert-tail-pos not characters.
4996 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
4998         * vc-rcs.el (vc-rcs-annotate-command):
4999         Set text property :vc-annotate-prefix on the annotation text.
5000         (vc-rcs-annotate-time): Instead of searching for ": ",
5001         search for end of text propertized with :vc-annotate-prefix.
5003 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
5005         * whitespace.el (top level): Remove calls putting
5006         permanent-local nil property since these are no-ops.
5008         * man.el (Man-support-local-filenames): Assure that
5009         default-directory exists when doing call-process.
5011 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
5013         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
5014         Fix omission bug: Use m4-program-options to construct shell command.
5016 2007-03-23  David Kastrup  <dak@gnu.org>
5018         * progmodes/cc-mode.el (c-make-emacs-variables-local):
5019         Use `mapcar' rather than `mapcan' to silence compiler warning.
5021 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
5023         * textmodes/reftex.el, textmodes/reftex-vars.el,
5024         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
5025         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
5026         * textmodes/reftex-index.el, textmodes/reftex-global.el,
5027         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
5028         * textmodes/reftex-auc.el: Add maintainer address.
5030 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
5032         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
5033         Make sure that `global-font-lock-mode' does not turn on font-lock
5034         in these buffers.
5036 2007-03-21  Kim F. Storm  <storm@cua.dk>
5038         * xt-mouse.el (xt-mouse-epoch): New variable.
5039         (xterm-mouse-event): Use float-time.
5041 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
5043         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
5044         current-time.
5046 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5048         * complete.el (read-file-name-internal): Don't add the final > if the
5049         completion is not finished (re-application of this patch, which was
5050         accidentally undone by Eli).
5052 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
5054         * emulation/viper.el (viper-non-hook-settings): Handle mouse
5055         clicks in describe-key and describe-key-briefly advice a little better.
5057 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
5059         * server.el (server-process-filter): Cancel any pending isearch.
5061 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
5063         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
5064         (icalendar--get-unfolded-buffer): Define actual arguments rather
5065         than just using &rest.  Check replace-in-string is fbound.
5066         (icalendar-import-buffer): Doc fix.
5067         (icalendar--convert-ical-to-diary): Set diary-file.
5068         Check diary-file before inserting final newline.
5069         (icalendar--add-diary-entry): Return diary-file.
5071 2007-03-21  Glenn Morris  <rgm@gnu.org>
5073         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
5074         (diary-display-hook): Add custom :set function.
5076         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
5077         Add custom :set function.
5078         (diary-header-line-format): Doc fix.
5079         (diary-set-maybe-redraw): New function.
5080         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
5081         (diary-list-entries): Always run diary-mode.
5083 2007-03-20  Kenichi Handa  <handa@m17n.org>
5085         * international/quail.el (quail-setup-completion-buf): Make the
5086         completion buffer read-only.
5087         (quail-completion): Adjusted for the above change.  Leave the
5088         modified flag nil.
5090 2007-03-20  David Kastrup  <dak@gnu.org>
5092         * files.el (magic-mode-alist): Require literal "%!PS" string for
5093         magic postscript file detection.
5095 2007-03-20  Richard Stallman  <rms@gnu.org>
5097         * textmodes/ispell.el (ispell-call-process): New function.
5098         Defends against bad `default-directory.'
5099         (ispell-check-version, ispell-find-aspell-dictionaries)
5100         (ispell-get-aspell-config-value, lookup-words): Call it.
5101         (ispell-call-process-region): New function.
5102         (ispell-send-string): Call it.
5104 2007-03-20  Andreas Schwab  <schwab@suse.de>
5106         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
5107         (finder-data): Likewise.
5108         (autoloads): Likewise.
5110 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
5112         * files.el (basic-save-buffer): Do not set visited filename when
5113         the corresponding directory does not exist or the specified
5114         filename is that of an existing directory.
5116 2007-03-20  Glenn Morris  <rgm@gnu.org>
5118         * calendar/diary-lib.el (diary-live-p): New function.
5119         (number-of-diary-entries): Add a :set function to redisplay diary
5120         when necessary.
5122 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
5124         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
5125         from client program, mev, to compute mouse event.
5127 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
5129         * faces.el (momentary): Face removed; unused due to reversion of
5130         2007-01-04 changes by Kevin Rodgers.
5132         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
5133         Suggested by Johan Bockg\e,Ae\e(Brd.
5135 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
5137         * font-lock.el (lisp-font-lock-keywords-1):
5138         Highlight define-globalized-minor-mode as a keyword.
5140 2007-03-19  Kim F. Storm  <storm@cua.dk>
5142         * calc/calc-forms.el (math-std-daylight-savings)
5143         (math-std-daylight-savings-old): Doc fix.
5145 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
5147         * progmodes/python.el (python-default-template): Doc fix.
5148         (python-buffer): Fix typo in docstring.
5150         * isearchb.el (isearchb-follow-char):
5151         * subr.el (def-edebug-spec): Fix typo in docstring.
5153 2007-03-19  Richard Stallman  <rms@gnu.org>
5155         * files.el (default-directory): Mark safe.
5156         (basic-save-buffer-2): Put proper dir name in error message.
5158         * simple.el (compose-mail): Run switch-function after
5159         setting up the mail buffer.
5161         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
5163 2007-03-18  Jay Belanger  <belanger@truman.edu>
5165         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
5166         (math-std-daylight-savings-new): Rename from
5167         `math-std-daylight-savings'.
5168         (math-std-daylight-savings-old): Rename from old value of
5169         `math-std-daylight-savings'.
5170         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
5171         `math-std-daylight-savings-old' depending on the year.
5173 2007-03-18  Detlev Zundel  <dzu@gnu.org>
5175         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
5176         zero-width regexps as invalid but rather at least count them correctly.
5178 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5180         * net/tls.el (open-tls-stream): In handshake-waiting loop,
5181         don't wait more if there is output available to process.
5183 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
5185         * progmodes/compile.el (compilation-find-file): Revert change
5186         from 2006-07-18 to allow completion of directory names.
5187         Reported by John Carter <john.carter@tait.co.nz>.
5189 2007-03-18  Kim F. Storm  <storm@cua.dk>
5191         * subr.el (when, unless): Doc fix.
5193 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5195         * net/tls.el (tls-program): Doc fix.
5197 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
5199         * autorevert.el (auto-revert-tail-handler):
5200         Call after-revert-hook.
5202 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
5204         * simple.el (switch-to-completions): No error if search for \n\n fails.
5206 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
5208         * simple.el (line-move-1):
5209         Respect `inhibit-line-move-field-capture' property.
5211 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
5213         * comint.el (comint-arguments): Mark backslash-escaped chars.
5214         (comint-delim-arg): Don't treat them as delimiters.
5216 2007-03-12  Kim F. Storm  <storm@cua.dk>
5217         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
5219 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
5221         * tempo.el (tempo-insert): Deal with 'r> if it appears
5222         specified with a prompt argument.
5224 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
5226         * textmodes/org.el (org-set-font-lock-defaults):
5227         Handle narrow table columns correctly.
5229 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
5231         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
5232         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
5233         Return to use of the -no-properties variants.  There was
5234         consensus on emacs-devel that the speed of these variants was
5235         prefered since we are usually parsing files (from the internet
5236         or on disk) instead of XML created in Emacs.
5238         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
5239         Add customize option.
5241 2007-03-12  Glenn Morris  <rgm@gnu.org>
5243         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
5244         North American rule.  Replace "daylight savings" with "daylight
5245         saving" in doc.
5247         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
5248         * calendar/lunar.el, solar.el: Replace "daylight savings" with
5249         "daylight saving" in text.
5251         * woman.el (woman-change-fonts): Tweak previous change by using
5252         woman-request-regexp rather than "^\\.".
5254         * startup.el (command-line-1): Make insertion of
5255         initial-scratch-message not depend on scratch being selected.
5257 2007-03-11  Juri Linkov  <juri@jurta.org>
5259         * replace.el (match): Use yellow background on light-bg terminals.
5261 2007-03-11  Richard Stallman  <rms@gnu.org>
5263         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5264         Correctly compute line number.
5266 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
5268         * type-break.el (type-break-get-previous-count):
5269         Repeat previous change here.
5271 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
5273         * progmodes/grep.el (grep-find-ignored-directories):
5274         Add .git and .bzr to list.
5276 2007-03-11  Andreas Schwab  <schwab@suse.de>
5278         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
5280 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5282         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
5284 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
5286         * faces.el (face-set-after-frame-default): Recalculate face
5287         customizations after applying X resources.
5289 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
5291         * net/rcirc.el (rcirc-timeout-seconds): New variable.
5292         (rcirc-keepalive-seconds): Remove variable.
5293         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
5294         (rcirc-process, rcirc-user-disconnect): New variables.
5295         (rcirc-connect): Initalize new variables.
5296         (rcirc-keepalive): Don't send keepalive pings before connection
5297         is completed.
5298         (rcirc-sentinel): Do mark all channels with activity when
5299         connection is dropped.  Run hook with process buffer local.
5300         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
5301         (rcirc-buffer-process): Return value of rcirc-process if
5302         rcirc-server-buffer is nil.
5303         (rcirc-server-name): Return the reported server name.
5304         (rcirc-update-prompt): Simplify computation of the server name.
5305         (rcirc-format-response-string): Likewise.
5306         (rcirc-handler-001): Mark server as connected, record the reported
5307         server name, and schedule a timeout.
5308         (rcirc-track-nick): Add a spec for the tty class.
5309         (rcirc-user-non-nick): Remove function.
5310         (rcirc-nick-prefix-chars): Add variable.
5311         (rcirc-user-nick): Use above variable.
5313 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5315         * icomplete.el (icomplete-tidy, icomplete-exhibit):
5316         Bind deactivate-mark to nil.
5318 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
5320         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
5321         that buffer contents get erased during completion.
5323 2007-03-10  Glenn Morris  <rgm@gnu.org>
5325         * woman.el (woman-change-fonts): Add a hack to deal with
5326         font-escape followed by "." at start of a line.
5327         (woman2-IP): Add a hack to deal with consecutive requests.
5328         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
5330 2007-03-10  Alan Mackenzie  <acm@muc.de>
5332         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
5334 2007-03-09  Richard Stallman  <rms@gnu.org>
5336         * abbrev.el (abbrev): Add `provide'.
5338 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
5340         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
5342 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
5344         * complete.el (PC-try-completion): New function.
5345         (PC-do-completion, read-file-name-internal): Use it instead of
5346         try-completion.
5348 2007-03-08  Alan Mackenzie  <acm@muc.de>
5350         Remove stale tokens from `c-found-types' cache.
5352         * progmodes/cc-mode.el (c-unfind-enclosing-token)
5353         (c-unfind-coalesced-tokens, c-before-change): New functions.
5354         (c-maybe-stale-found-type): New variable.
5356         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
5357         (c-trim-found-types): New functions.
5359 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5361         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
5362         (debug-ignored-errors): Add entry from smerge-match-conflict.
5364 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
5366         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
5367         special help topics for keywords.
5368         (idlwave-help-assistant-command): Include ".exe" for ms-dos
5369         etc.  Assistant command.
5371 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
5373         * replace.el (occur-engine): Move buffer-undo-list binding...
5374         (occur-1): ...to here.
5376         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
5378         * simple.el (minibuffer-completing-symbol): New var.
5379         (eval-expression): Use it.
5380         (completion-setup-function): Don't bind completion-base-size when
5381         completing a symbol in the minibuffer.
5383 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
5385         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
5386         tries to start a second session in graphical mode.
5388 2007-03-07  Miles Bader  <miles@gnu.org>
5390         * international/isearch-x.el
5391         (isearch-process-search-multibyte-characters):
5392         Strip text-properties from PROMPT to avoid an error from read-string.
5394 2007-03-07  Kim F. Storm  <storm@cua.dk>
5396         * complete.el (PC-bindings): Remap lisp-complete-symbol to
5397         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
5399 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
5401         * complete.el (PC-do-completion): Delete duplicates in the list of
5402         possible completions.
5404 2007-03-07  Glenn Morris  <rgm@gnu.org>
5406         * ses.el (ses-mode): Doc fix.
5408 2007-03-06  Kim F. Storm  <storm@cua.dk>
5410         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
5412 2007-03-06  Kenichi Handa  <handa@m17n.org>
5414         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
5416 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5418         * simple.el (completion-setup-function): Improve last fix so it doesn't
5419         set it to a relative directory name either.
5421 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5423         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
5425 2007-03-05  Richard Stallman  <rms@gnu.org>
5427         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
5429         * files.el (find-file-noselect): No error if file no longer exists.
5430         Display a message and avoid other questions.
5432 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5434         * pcomplete.el (pcomplete-show-completions): Improve last change, so
5435         as not to use an invisible window and to create a window if none exist.
5437         * progmodes/python.el (python-send-command): Restart proc if necessary.
5438         (python-proc): Simplify.
5440 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
5442         * pcomplete.el (pcomplete-show-completions): Search all frames for
5443         completions buffer.
5445 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
5447         * cus-edit.el (customize-save-variable): Clear customized-value
5448         property (saved values are now put in theme-value property).
5449         (customize-set-variable): Doc fix.
5451         * complete.el (PC-do-completion): If completion-ignore-case is
5452         non-nil, replace field with completion string before exiting.
5454 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
5456         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
5457         Append its extension to the resulting temporary file name.
5458         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
5460         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
5461         (tramp-smb-handle-write-region): Apply it.
5463 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5465         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5466         Redo previous change.
5468 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
5470         * diff-mode.el (diff-mode): Doc fix.
5472 2007-03-05  Kenichi Handa  <handa@m17n.org>
5474         * international/characters.el: Set category `l' (latin)
5475         for more characters.
5477 2007-03-04  Kim F. Storm  <storm@cua.dk>
5479         * emacs-lisp/authors.el (authors-aliases): Add alias.
5481 2007-03-04  Glenn Morris  <rgm@gnu.org>
5483         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
5484         all when switching major mode.
5485         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
5486         (hs-block-start-mdata-select, hs-block-end-regexp)
5487         (hs-forward-sexp-func, hs-adjust-block-beginning):
5488         Do not make these variables permanent-local.
5490 2007-03-04  Richard Stallman  <rms@gnu.org>
5492         * progmodes/cperl-mode.el (cperl-mode):
5493         Modify cperl-compilation-error-regexp-alist by appending.
5495         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
5496         (edebug-mode): Add the hook.
5497         (edebug-recursive-edit): Remove the hook on exiting.
5499         * type-break.el (type-break-get-previous-time):
5500         Handle end-of-file errors specially
5501         so they don't get reported wrong in .emacs.
5503         * startup.el (fancy-splash-text): Clarify text.
5505         * simple.el (beginning-of-buffer, end-of-buffer):
5506         Avoid treating plain C-u like numeric arg.
5508         * simple.el (completion-setup-function): Don't set
5509         default-directory to nil.
5511         * shell.el (shell-dirstack-query): Doc fix.
5513         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
5514         Don't select the window -- pass it to primitives instead.
5516         * faces.el (minibuffer-prompt): Use medium blue by default.
5518 2007-03-04  David Kastrup  <dak@gnu.org>
5520         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
5521         Preserve 16 as default value for "seconds" when customizing.
5523 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
5525         * textmodes/org.el (org-self-insert-command)
5526         (orgtbl-self-insert-command, org-delete-char)
5527         (org-delete-backward-char): Set the `flyspell-delayed' property.
5529 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
5531         * international/mule.el (find-auto-coding): Don't search for
5532         line-ending characters past the end of the tail.
5534 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
5536         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5537         Jump to the line where new score has been uploaded.
5539         * play/tetris.el (tetris-move-bottom, tetris-move-left)
5540         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
5541         Do nothing when the game is paused.
5543 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
5545         * textmodes/org.el (org-set-tags): Prevent slipping of point
5546         during completion.
5548 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5550         * isearch.el (isearch-message-prefix):
5551         Use minibuffer-prompt-properties.
5553 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5555         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
5556         (ps-setup): Print which Emacsen is running ps-print package.
5558 2007-03-01  Stuart Herring  <herring@lanl.gov>
5560         * files.el (set-auto-mode-0): Use `indirect-function'.
5561         (hack-one-local-variable): Don't reapply current major mode.
5563 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5565         * progmodes/python.el (python-quote-syntax): Don't bother with
5566         syntax-ppss-context.
5567         (python-fill-paragraph): Make sure that fenced-string delimiters that
5568         stand on their own line stay there.
5570 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5572         * replace.el (perform-replace): Propertize message.
5574 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
5576         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
5577         invisible heading.
5579 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
5581         * net/tramp.el (tramp-file-name-handler): Revert last change.
5583 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
5585         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
5586         Correct doc strings.
5588 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
5590         * replace.el (perform-replace): Undo forward-char immediately if
5591         non-adjacent search fails.
5593 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         * version.el (emacs-major-version, emacs-minor-version):
5596         string-to-int -> string-to-number.
5598 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
5600         * help.el (where-is): Fail gracefully when not passed a command.
5602 2007-02-28  Stuart Herring  <herring@lanl.gov>
5604         * find-lisp.el (find-lisp-default-directory-predicate):
5605         Fix bug: Do symlink check on expanded filename.
5607 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
5609         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5610         changes during replacement.
5611         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5613 2007-02-28  Lars Hansen  <larsh@soem.dk>
5615         * desktop.el: Delete header line listing me as maintainer.
5617 2007-02-28  Glenn Morris  <rgm@gnu.org>
5619         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5620         the menus case.
5622 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
5624         * net/tramp.el (tramp-file-name-handler): Inhibit modification
5625         hooks to avoid confusion when combining after-change calls.
5627 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
5629         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5630         now that pgg-gpg-process-region correctly honors passed-in passphrase.
5631         (allout-distinctive-bullets-string): Add info about bullet conventions.
5632         (allout-mode): Add info about distinctive vs plain bullets.
5634 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
5636         * textmodes/org.el (org-archive-subtree): Quote variable name.
5637         (org-agenda-get-todos): Make sure skip properties are checked correctly.
5639 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
5641         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5642         (gud-bashdb-command-name, bashdb): Remove.
5643         (gud, gud-menu-map): Remove references to bash/bashdb.
5645 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
5647         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5648         keyword for Python 2.5.
5650 2007-02-26  Romain Francoise  <romain@orebokech.com>
5652         * net/net-utils.el (whois-server-tld): Update server for .org.
5653         (whois-server-list): Add whois.publicinterestregistry.net.
5654         (whois-guess-server): Fix formatting in docstring.
5656 2007-02-26  Kim F. Storm  <storm@cua.dk>
5658         * mouse.el (mouse-show-mark): Run hooks and perform command
5659         remapping for mouse-region-delete-keys.
5661 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5663         * font-core.el (font-lock-mode): Doc fix.
5665 2007-02-25  Kim F. Storm  <storm@cua.dk>
5667         * ido.el (ido-buffer-internal): Set this-command to fallback command.
5668         Add selected buffer to buffer-name-history.
5669         (ido-file-internal): Set this-command to fallback command.
5670         Add file names to file-name-history.
5672         * emacs-lisp/map-ynp.el (map-y-or-n-p):
5673         Apply minibuffer-prompt-properties.
5675 2007-02-25  Andreas Schwab  <schwab@suse.de>
5677         * files.el (hack-one-local-variable-eval-safep): Correct handling
5678         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
5680 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
5682         * textmodes/org.el (org-table-overlay-coordinates)
5683         (org-table-toggle-coordinate-overlays): New functions.
5684         (org-table-overlay-coordinates, org-table-coordinate-overlays):
5685         New variables.
5686         (org-startup-with-deadline-check): Remove option.
5687         (org-mode): Remove deadline check on startup.
5688         (org-table-limit-column-width): Remove option.
5689         (org-table-formula-numbers-only): Remove option.
5690         (org-link-style, org-link-format): Remove options.
5691         (org-select-agenda-window, org-fit-agenda-window): Remove options.
5692         (org-export-ascii-show-new-buffer)
5693         (org-export-html-show-new-buffer): Remove options.
5694         (org-activate-links): Remove camel option.
5695         (org-file-link-context-use-camel-case): Remove option.
5696         (org-camel-regexp): Remove variable.
5697         (org-activate-camels): Remove function.
5698         (org-store-link): Remove Camel stuff.
5699         (org-make-org-heading-camel): Remove function.
5700         (org-open-at-point): Remove camel stuff.
5701         (org-link-search): Remove camel stuff.
5702         (org-camel-to-words): Function removed.
5703         (org-get-agenda-file-buffer): Make sure we prepare the base
5704         buffers, not any indirect buffers.
5705         (org-sort-entries): Sort top-level when not on a headline, and no
5706         active region.
5707         (org-in-regexp): New function.
5708         (org-search-not-self): Rename from `org-search-not-link'.
5709         (org-open-link-marker): New variable.
5710         (org-open-at-point): Set `org-open-link-marker'.
5711         (org-print-icalendar-entries): Fixe bug with excluding DONE
5712         entries from the exported list.
5713         (org-edit-formula-lisp-indent): New command.
5714         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5715         (orgtbl-to-latex, orgtbl-insert-radio-table)
5716         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5717         (orgtbl-radio-table-templates): New option.
5718         (org-store-link-props):
5719         (org-remember-templates): More possibilities to insert info
5720         into templates.
5721         (org-remember-apply-template): Make use of the extended
5722         template capabilities.
5723         (org-remember-redo-template): New command.
5724         (org-upgrade-old-links)
5725         (org-table-modify-formulas, org-table-replace-in-formulas)
5726         (org-table-find-dataline)
5727         (org-table-get-vertical-vector): Remove functions.
5728         (org-table-remove-rectangle-highlight)
5729         (org-time-stamp-format, org-toggle-log-option)
5730         (org-table-highlight-rectangle)
5731         (org-table-iterate, org-table-make-reference):
5732         (org-translate-time, org-tree-to-indirect-buffer)
5733         (org-table-field-info, org-table-fix-formulas)
5734         (org-table-force-dataline, org-table-get-descriptor-line)
5735         (org-table-get-range)
5736         (org-skip-comments, org-sort)
5737         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5738         (org-table-current-dline, org-table-current-field-formula)
5739         (org-table-edit-backward-field)
5740         (org-table-edit-formulas-post-command)
5741         (org-table-edit-line-down, org-table-edit-line-up)
5742         (org-agenda-archive)
5743         (org-agenda-clock-cancel)
5744         (org-agenda-clock-out, org-agenda-list-stuck-projects)
5745         (org-agenda-open-link, org-agenda-show-new-time)
5746         (org-agenda-skip-subtree-when-regexp-matches)
5747         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5748         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5749         (org-do-sort, org-file-image-p, org-find-overlays)
5750         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5751         (org-highlight-until-next-command, org-isearch-end)
5752         (org-match-any-p, org-next-link, org-previous-link):
5753         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5754         (org-rewrite-old-row-references)
5755         (org-isearch-post-command)
5756         (org-table-edit-move, org-table-edit-next-field)
5757         (org-table-edit-scroll, org-table-edit-scroll-down)
5758         (org-set-frame-title, org-show-reference)
5759         (org-unhighlight-once, org-verify-change-for-undo): New functions.
5760         (org-show-variable): Remove command.
5761         (org-add-log-maybe): New arguments STATE, FINDPOS
5762         (org-table-sort-lines): Rewrite from scratch.
5763         (org-link-search): New argument AVOID-POS.
5764         (org-print-icalendar-entries): Remove argument CATEGORY.
5765         (org-run-agenda-series): Remove argument WONDOW.
5766         (org-next-link, org-previous-link): New commands.
5767         (org-agenda-date-format): New option.
5768         (org-table-iterate): New command.
5769         (org-table-modify-formulas)
5770         (org-table-replace-in-formulas): Remove functions.
5771         (org-table-fix-formulas): New function.
5772         (org-table-insert-column, org-table-delete-column)
5773         (org-table-move-column): Use `org-table-fix-formulas'.
5774         (org-follow-gnus-link): Patch from Bastien/Leo.
5775         (org-table-current-field-formula): New function.
5776         (org-file-image-p): New function.
5777         (org-agenda-show-new-time): New function.
5778         (org-agenda-date-later): Call `org-agenda-show-new-time'.
5779         (org-with-remote-undo): New macro.
5780         (org-agenda-undo): New command.
5781         (org-verify-change-for-undo): New function.
5782         (org-time-stamp-format): New function.
5783         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5784         by user.
5785         (org-match-any-p): New function.
5786         (org-make-tags-matcher): Handle regular expressions for tag and
5787         todo matches.
5788         (org-read-date): Accept "+N" as input for a date relative to the
5789         current date.
5790         (org-remove-subtree-entries-from-agenda): New function.
5791         (org-agenda-archive, org-agenda-kill):
5792         Use `org-remove-subtree-entries-from-agenda'.
5793         (org-do-sort, org-sort-entries): New functions.
5794         (org-sort): New command.
5795         (org-table-sort-lines): Use `org-do-sort'.
5796         (org-fix-decoded-time): New function.
5797         (org-table-number-regexp): Require 0x... to identify as number
5798         in tables.
5799         (org-startup-options): New keywords for note taking.
5800         (org-upgrade-old-links): Remove function.
5801         (org-get-repeat): New function.
5802         (org-show-context): Also show siblings on current level.
5803         (org-show-siblings): New function.
5804         (org-isearch-end, org-isearch-post-command): New functions.
5805         (org-show-siblings): New option.
5806         (org-show-context): Use `org-show-siblings'.
5807         (org-table-maybe-recalculate-line): No longer require `calc-eval'
5808         to be bound, because user may just use elisp.
5810 2007-02-24  Kim F. Storm  <storm@cua.dk>
5812         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5813         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5815 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
5817         * startup.el (command-line): Also check if the abbrev file is readable.
5819 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5821         * net/tls.el (tls-certtool-program): Fix custom type.
5823         * mail/feedmail.el (feedmail-message-id-generator)
5824         (feedmail-date-generator): Fix custom types.
5826         * mail/rmail.el (rmail-message-filter): Fix custom type.
5828 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
5830         * startup.el (command-line): If simple.el cannot be found, proceed
5831         with a warning message.
5833 2007-02-24  Kenichi Handa  <handa@m17n.org>
5835         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5836         case that BEG is a string.
5838 2007-02-24  Chris Moore  <dooglus@gmail.com>
5840         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5841         * pgg-pgp.el (pgg-pgp-encrypt-region):
5842         * pgg-gpg.el (pgg-gpg-encrypt-region):
5843         Check pgg-encrypt-for-me if no other recipients.
5845 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
5847         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5849         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5850         shell-quote-argument.
5852 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5854         * comint.el (comint-read-input-ring): Use comint-input-ring-size
5855         from the comint buffer instead of the temporary one.
5857 2007-02-23  David Reitter  <david.reitter@gmail.com>
5859         * cus-edit.el (custom-save-all): Canonicalize custom-file before
5860         storing it in recentf-exclude.
5862 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
5864         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5865         in splash screen.
5867 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
5869         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5870         commands, for restart.
5871         (idlwave-shell-current-module): Fix handling of module name by type.
5872         (idlwave-shell-break-in): Update type handling.
5873         (idlwave-shell-bp-get): Encode type in BP structure.
5874         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5875         (idlwave-shell-module-source-query): Query routine info based on type.
5876         Fix path parsing for non-compiled files.
5877         (idlwave-shell-module-source-filter): Don't signal error in filter
5878         if no source found.
5879         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5880         filter race.
5882 2007-02-22  Kim F. Storm  <storm@cua.dk>
5884         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5885         (editable-field): Document need to put some text before the %v
5886         escape in :format string.
5888 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5890         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5891         (vc-svn-use-edit): Remove unused config var.
5892         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5894         * outline.el (hide-sublevels): Keep empty last line, if available.
5896         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5897         rather than the corresponding unicode char, to make the code
5898         more readable.
5900 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
5902         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5903         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5904         (speedbar-item-info-tag-helper): Doc fixes.
5906 2007-02-19  Kenichi Handa  <handa@m17n.org>
5908         * international/mule-cmds.el (locale-language-names):
5909         Map "eo" to "Esperanto".
5911         * language/european.el ("Esperanto"): New language environment.
5913 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5915         * simple.el (kill-line): Doc fix.
5917 2007-02-17  Kim F. Storm  <storm@cua.dk>
5919         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5920         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5921         (bindat--unpack-group, bindat--pack-group):
5922         Handle vectors with optional element type.
5924 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
5926         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5927         if PASSPHRASE is given.
5929 2007-02-17  Chris Moore  <dooglus@gmail.com>
5931         * jka-cmpr-hook.el (jka-compr-compression-info-list):
5932         Recognize backups of bz2 compressed files.
5934 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
5936         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5937         to nil to speed up lookup of the symbol in index nodes.
5939 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5941         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5942         Add indentation for the constants of Lisp.
5944 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5946         * ps-print.el: Use (defvar <foo>) where applicable.
5947         (ps-print-emacs-type): Remove.
5948         (ps-x-frame-property, ps-e-frame-parameter): Remove.
5949         (ps-frame-parameter): Align its call-convention with frame-parameter.
5950         (ps-begin-job): Adjust calls to it appropriately.
5951         (ps-setup): Don't print ps-print-emacs-type.
5952         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5953         Define in such a way that it's obvious that it's defined.
5954         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5955         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5956         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5958 2007-02-15  Alan Mackenzie  <acm@muc.de>
5960         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5961         an empty one-line C-style comment, post-position point properly.
5963 2007-02-15  Chris Moore  <dooglus@gmail.com>
5965         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5966         (isearch-lazy-highlight-new-loop): Bind it.
5967         (isearch-lazy-highlight-search): Use it.
5969         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5971 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5973         * font-lock.el (font-lock-extend-region-wholelines):
5974         Only return non-nil if the region has really been changed.
5975         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5977 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
5979         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5980         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5981         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5983 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
5985         * faces.el (color-values): Revert changes to docstring from
5986         2007-01-31 and 2000-09-07.
5988         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5989         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5990         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5991         (ispell-help): Fix typos in docstring and output message.
5993 2007-02-14  Kim F. Storm  <storm@cua.dk>
5995         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5996         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5997         (grep): Fix lgrep reference.
5999         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
6000         (standard-display-underline): Use make-glyph-code.
6002         * descr-text.el (describe-char): Use glyph-char and glyph-face.
6004         * international/latin1-disp.el (latin1-display-char):
6005         Use make-glyph-code.
6007 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
6009         * ehelp.el (with-electric-help, electric-help-exit)
6010         (electric-help-retain): Doc fixes.
6012         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
6013         (byte-compile-file): Doc fixes.
6015 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6017         * term/mac-win.el: Change all uses of
6018         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
6019         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
6020         (mac-ae-get-url): Call select-frame-set-input-focus.
6021         (mac-dnd-handle-drag-n-drop-event): Don't call
6022         select-frame-set-input-focus.
6024 2007-02-13  Kenichi Handa  <handa@m17n.org>
6026         * international/characters.el: Fix documentation of category `a'.
6028 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
6030         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
6032 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
6034         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
6035         (tramp-get-remote-ln): Handle error case.
6036         Reported by Chris Moore <dooglus@gmail.com>.
6038 2007-02-11  Kim F. Storm  <storm@cua.dk>
6040         * bindings.el (ctl-x-map): Remove register compatibility bindings
6041         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
6043 2007-02-11  Richard Stallman  <rms@gnu.org>
6045         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
6046         in load history.
6048         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
6049         condition -- don't fail to stop at endpos.
6051 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
6053         * textmodes/org.el (org-agenda-get-todos)
6054         (org-agenda-get-timestamps, org-agenda-get-closed)
6055         (org-agenda-get-deadlines, org-agenda-get-scheduled)
6056         (org-agenda-get-blocks, org-format-agenda-item)
6057         (org-agenda-change-all-lines, org-scan-tags): Rename text property
6058         from `category' to `org-category'.
6060 2007-02-11  Kenichi Handa  <handa@m17n.org>
6062         * international/titdic-cnv.el (titdic-convert): Force files be written
6063         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
6064         (miscdic-convert): Force files be written with Unix-like eol format.
6066 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
6068         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
6070         * calculator.el (calculator-prompt): Doc fix.
6071         (calculator-mode-map): Fix typo in menu entry.
6073 2007-02-10  Jay Belanger  <belanger@truman.edu>
6075         * calculator.el (calculator): Do more extensive checking for when
6076         3 lines should be used for the calculator.
6078 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
6080         * info-look.el (info-lookup-make-completions):
6081         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
6082         index nodes.
6084         * info.el (Info-fontify-maximum-menu-size): Document the effect
6085         of a nil value.
6086         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
6087         non-nil before using it as size.
6089 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
6091         * subr.el (insert-for-yank-1): Prevent read-only properties from
6092         interfering with text property operations.
6094         * image-mode.el (image-mode): Revert 2007-01-30 changes.
6096         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
6097         (image-type-auto-detected-p): Fail if another match is found in
6098         auto-mode-alist.
6100         * files.el (magic-mode-alist): Call image-mode instead of
6101         image-mode-maybe for autodetected images.
6103 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
6105         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
6106         Fix typos in docstrings.
6107         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
6109 2007-02-09  Kim F. Storm  <storm@cua.dk>
6111         * emacs-lisp/float-sup.el: Remove obsolete comment.
6113 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6115         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
6117 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
6119         * simple.el: Revert previous change, at request of RMS:
6120         (fundamental-mode-hook): Remove.
6121         (fundamental-mode): Run after-change-major-mode-hooks manually,
6122         and don't run the now-nonexistent fundamental-mode-hook.
6124 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
6126         * simple.el (fundamental-mode-hook): Declare new hook.
6127         (fundamental-mode): Run the new dedicated hook, and don't run
6128         after-change-major-mode-hooks manually anymore.
6130 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6132         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
6133         added columns of chars.  Remove support for the "no-meta-info" format.
6134         Prompted by Romain Francoise <romain@orebokech.com>.
6136 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
6138         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
6139         (gdb-mouse-until, gdb-mouse-jump): Use it.
6141 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
6143         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
6144         work when there is just an assembler buffer (no source buffer).
6146 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
6148         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
6149         just because the diff was produced using "-p" (--show-c-function).
6151 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6153         * faces.el (frame-set-background-mode): Use `color-values' and
6154         `display-color-p', not `x-color-values' and `x-display-color-p'.
6155         (face-valid-attribute-values): Use `defined-colors' instead of
6156         `x-defined-colors'.
6158 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6160         * ps-print.el: The ps-print commands without face printing should not
6161         print background color.  Reported by Leo <sdl.web@gmail.com>.
6162         (ps-print-version): New version 6.7.3.
6163         (ps-begin-job): New arg.  Fix ps-default-background and
6164         ps-default-foreground initialization.
6165         (ps-face-attributes): Fix doc string.
6166         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
6168         * printing.el: Fix ps-print link.
6170 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
6172         * faces.el (face-set-after-frame-default): Compile attributes to
6173         be set by frame parameters before merging in X resources.
6175 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
6177         * simple.el (blink-matching-paren-dont-ignore-comments):
6178         (blink-matching-paren-on-screen): Doc fixes.
6180 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
6182         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
6184 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
6186         * loadhist.el (unload-feature): Silently ignore `load-history' entries
6187         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
6188         entries like `defun'.  Return nil.
6190 2007-02-05  Kim F. Storm  <storm@cua.dk>
6192         * ido.el: Doc fixes.
6194 2007-02-04  David Kastrup  <dak@gnu.org>
6196         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
6197         `mpuz-allow-double-multiplicator' is non-zero, and correct
6198         calculation of `min'.
6200 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
6202         * wid-edit.el (widget-default-create): Insert new text at the
6203         :from marker _after_ the marker, not before it.
6205 2007-02-04  Alan Mackenzie  <acm@muc.de>
6207         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
6208         containing it is re-indented.
6210 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
6212         * net/newsticker.el (newsticker--insert-image): Update docstring,
6213         and insert the image directly.
6214         (newsticker--buffer-redraw): Update docstring.
6216         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6217         Rename from define-global-minor-mode.
6219         * progmodes/cwarn.el (global-cwarn-mode):
6220         * emacs-lisp/autoload.el (make-autoload):
6221         * hi-lock.el (global-hi-lock-mode):
6222         * font-core.el (global-font-lock-mode): All callers changed.
6224 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
6226         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
6227         Don't copy @ignore lines into menu descriptions.
6228         (texinfo-multi-file-update): Goto the @node line before attempting
6229         to pluck the node name.
6230         (texinfo-multiple-files-update): Reverse the optional arguments'
6231         order, as per the doc string and the `interactive' form.
6233 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
6235         * image-mode.el: Use autoload to avoid overriding disabled setting
6236         applied in .emacs.
6238 2007-02-03  Alan Mackenzie  <acm@muc.de>
6240         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
6241         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
6242         adjacent paren groups).
6244 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6246         * progmodes/ebnf2ps.el: Doc fixes.
6247         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
6249 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
6251         * dired-x.el (dired-do-relsymlink): Add reference to
6252         dired-do-symlink.  Add an autoload cookie.
6254         * dired-aux.el (dired-do-symlink): Add reference to
6255         dired-do-relsymlink.
6257 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
6259         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
6260         <left-fringe mouse-3>: New bindings.
6262 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
6264         * net/newsticker.el (newsticker-version): Changed to "1.10".
6265         (newsticker--set-customvar): Doc string.
6266         (newsticker-new-item-face): Doc string.
6267         (newsticker-mode): Initialize `invisibility-spec' with t.
6268         (newsticker-mode-map): Added
6269         `newsticker-mark-all-items-at-point-as-read'.
6270         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
6271         (newsticker-w3m-show-inline-images): Do not call
6272         `w3m-remove-image'.
6273         (newsticker--buffer-after-w3m-insert-image): New advice for
6274         w3m-insert-image to cache images.
6275         (newsticker-next-item-same-feed): New.
6276         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
6277         (newsticker-mark-all-items-of-feed-as-read): New.
6278         (newsticker-mark-all-items-at-point-as-read): Use new functions.
6279         (newsticker-mark-item-at-point-as-read): Doc string.
6280         (newsticker-mark-item-at-point-as-read): Use new functions.
6281         (newsticker--do-mark-item-at-point-as-read): New, extracted from
6282         `newsticker-mark-item-at-point-as-read'.
6283         (newsticker-hide-entry): Use (t) instead of t for invisibility.
6284         (newsticker--sentinel): Yet another xml-parser workaround.
6285         (newsticker--decode-iso8601-date): Bugfix for datestrings without
6286         days.
6287         (newsticker--buffer-do-insert-text): Fix.
6288         (newsticker--buffer-insert-enclosure): Fix.  Length might be missing.
6289         (newsticker--buffer-make-item-completely-visible):
6290         `switch-to-buffer' not necessary.
6292 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
6294         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
6295         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
6296         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
6297         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
6298         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
6300 2007-02-02  Kenichi Handa  <handa@m17n.org>
6302         * international/quail.el (quail-show-key): Fix an error message.
6304 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
6306         * faces.el (set-face-underline-p, modify-face): Rename arg
6307         UNDERLINE-P to UNDERLINE (it is not a flag).
6309 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
6311         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
6312         when adding gdb-speedbar-update to gdb-input-queue.
6314 2007-02-01  Kenichi Handa  <handa@m17n.org>
6316         * international/quail.el (quail-show-key): Signal an error if the
6317         current input method is not using Quail.
6319 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
6321         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
6322         Trim leading whitespace in sysvar names.
6324 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
6326         * faces.el (internal-find-face, internal-get-face): Doc fixes.
6328 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
6330         * ido.el (ido-set-common-completion): Use `let', not `let*'.
6332 2007-01-31  Romain Francoise  <romain@orebokech.com>
6334         * comint.el: Delete extra copy of `comint-copy-old-input' added in
6335         previous change to this file.
6337 2007-01-31  Jason Rumney  <jasonr@gnu.org>
6339         * files.el (magic-mode-alist): Use image-mode-maybe rather than
6340         image-mode.
6342         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
6343         interfering with attempt to set major mode from modified
6344         auto-mode-alist.
6346 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
6348         * faces.el (color-values): Doc fix.
6349         (face-differs-from-default-p): Don't check :foreground twice.
6351 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
6353         * comint.el (comint-mode): Prevent non-keyword fontification by default.
6355 2007-01-31  Kenichi Handa  <handa@m17n.org>
6357         * international/quail.el (quail-store-decode-map-key): Store a
6358         translated character too.
6359         (quail-char-equal-p): New function.
6360         (quail-find-key1): Check character equality by quail-char-equal-p.
6361         (quail-decode-map-generated): New variable.
6362         (quail-find-key): Check quail-decode-map-generated and re-generate
6363         a decode map if necessary.
6365 2007-01-30  Richard Stallman  <rms@gnu.org>
6367         * tutorial.el (tutorial--detailed-help): Make the list of
6368         changed keys look nicer.
6370 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
6372         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
6373         (gdb-var-delete): Use it.
6374         (gdb-var-update-handler-1): Handle value "invalid" for MI field
6375         `in_scope'.
6377 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
6379         * files.el (get-free-disk-space): Return nil for remote directories.
6381         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
6382         instead of "dir".
6384 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
6386         * type-break.el (type-break-catch-up-event): New function.
6387         (type-break-demo-hanoi, type-break-demo-life)
6388         (type-break-demo-boring): Use it.
6390         * image-mode.el (image-mode): Don't automatically view as image.
6391         (image-toggle-display): Add `disabled' property.
6393 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
6395         * isearchb.el (isearchb-iswitchb):
6396         * ps-print.el (ps-build-face-reference):
6397         * emacs-lisp/shadow.el (list-load-path-shadows):
6398         * eshell/esh-cmd.el (eshell-rewrite-for-command):
6399         * international/mule.el (find-auto-coding):
6400         * mail/supercite.el (sc-attrib-selection-list):
6401         * progmodes/cc-defs.el (c-emacs-features):
6402         * progmodes/cc-vars.el (c-offsets-alist):
6403         * progmodes/flymake.el
6404         (flymake-init-create-temp-source-and-master-buffer-copy):
6405         Fix typos in docstrings (some suggested by Chris Moore).
6407         * progmodes/vhdl-mode.el (vhdl-components-package-name)
6408         (vhdl-get-library-unit, vhdl-corresponding-begin)
6409         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
6410         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
6411         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
6412         (vhdl-font-lock-match-item): Fix typos in docstrings.
6413         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
6414         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
6415         (vhdl-speedbar-insert-project-hierarchy):
6416         Improve argument/docstring consistency.
6418 2007-01-29  Kenichi Handa  <handa@m17n.org>
6420         * international/titdic-cnv.el (py-converter): Fix previous change.
6422 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
6424         * jka-compr.el (jka-compr-partial-uncompress)
6425         (jka-compr-call-process): Rebind default-directory if it is
6426         invalid.  Suggested by Chris Moore.
6428         * comint.el (comint-insert-input): Handle situation where the
6429         selected buffer is not the clicked buffer.
6431 2007-01-29  Kenichi Handa  <handa@m17n.org>
6433         * international/ja-dic-cnv.el (skkdic-convert):
6434         Add byte-compile-disable-print-circle:t at the head.
6436         * international/titdic-cnv.el (tit-process-header):
6437         Add byte-compile-disable-print-circle:t at the head.
6438         (miscdic-convert): Likewise.
6439         (py-converter): Skip the header comments.
6441         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
6442         New variable.
6443         (byte-compile-output-file-form): Bing print-circle to nil if
6444         byte-compile-output-file-form is not nil.
6445         (byte-compile-output-docform): Likewise.
6447 2007-01-28  Kim F. Storm  <storm@cua.dk>
6449         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
6450         Declare earlier to avoid byte compiler warnings.
6452 2007-01-28  Markus Triska  <markus.triska@gmx.at>
6454         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
6456 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
6458         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
6459         (gamegrid-add-score-with-update-game-score-1): Allow local quits
6460         when calling update-game-score program.  Remove unnecessary
6461         save-excursion.
6463         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
6465 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
6467         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
6468         avoid compiler warning.
6469         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
6470         might have values other than "true" or "false".
6472 2007-01-28  Richard Stallman  <rms@gnu.org>
6474         * textmodes/fill.el (fill-paragraph-function): Doc fix.
6475         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
6477         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
6479         * image.el (image-type-header-regexps): Make GIF regex more specific.
6481         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
6482         Don't check `backspace'.
6483         (tutorial--find-changed-keys): Look up bindings in a temp buffer
6484         in Fundamental mode.
6486         * startup.el (fancy-splash-text, normal-splash-screen):
6487         Mention C-g.
6489         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
6490         when inserting in buffer.
6492         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
6493         inside the if.
6495 2007-01-27  Richard Stallman  <rms@gnu.org>
6497         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
6499 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
6501         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
6502         enum/union/struct/class definition.
6503         Revert change to call `forward-sexp' multiple times.
6505 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
6507         * files.el (hack-local-variables-confirm): Don't keep trying to
6508         read an event from an empty kbd macro.
6510 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6512         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
6514 2007-01-27  Ben North  <ben@redfrontdoor.org>
6516         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
6517         the arg CHILDREN -> WHICH.
6519 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
6521         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
6522         default-directory to a sane value when calling start-process.
6524 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6526         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
6527         (ls-lisp-format-time-list): Doc fix.  Mention
6528         ls-lisp-use-localized-time-format.
6529         (ls-lisp-format-time): Use ls-lisp-format-time-list if
6530         ls-lisp-use-localized-time-format is non-nil, even if a valid
6531         locale is defined.
6533 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
6535         * jka-compr.el (jka-compr-shell): Doc fix.
6537         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
6539 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6541         * ps-print.el: Fix background height.
6542         (ps-print-version): New version 6.7.2.
6544 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
6546         * makefile.w32-in (finder-data, custom-deps): Depend on
6547         $(lisp)/loaddefs.el.
6549 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6551         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
6553 2007-01-24  Miles Bader  <miles@gnu.org>
6555         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
6556         (byte-compile-output-docform): Bind `print-circle' to t.
6558 2007-01-24  Kenichi Handa  <handa@m17n.org>
6560         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
6561         file name of the original SKK dictionary file.
6563 2007-01-24  Kim F. Storm  <storm@cua.dk>
6565         * ido.el (ido-initial-position): New variable.
6566         (ido-read-internal): Set it if default item is specified.
6567         (ido-minibuffer-setup): Position cursor accordingly if set.
6568         (ido-edit-input): C-e moves to end of input if not already there.
6569         (ido-magic-backward-char): C-b does like M-b if prev char is /.
6570         Don't switch to buffer mode if repeating C-b at start of input.
6571         (ido-toggle-ignore): C-a only toggles ignore at start or end of
6572         input; else it moves to start of input.
6573         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
6574         not at end of input, delete rest of input, rather than normal op.
6576 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6578         * emulation/viper-keym.el (viper-insert-basic-map):
6579         Delete binding for S-TAB.
6581         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
6582         of message.  Activate mark.
6583         (ediff-activate-mark): Set transient-mark-mode to t.
6585         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
6587 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
6589         * help-fns.el (describe-variable): Don't suppress display of
6590         buffer local value when the value is "large".
6592 2007-01-22  Kim F. Storm  <storm@cua.dk>
6594         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
6595         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6596         (ido-tidy): Use ido-active.
6598 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
6600         * hexl.el (hexl-mode-exit): Add missing quote.
6602 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6604         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6605         (mac-ae-keyboard-modifiers): New function.
6606         (mac-handle-toolbar-switch-mode): Use it.
6607         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
6608         if keyboard modifiers on drop contain option key.
6609         (mac-dnd-drop-data): Add optional argument `action'.
6610         (special-event-map): Remove binding for M-drag-n-drop.
6612 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
6614         * add-log.el (add-log-current-defun): Use CC Mode functions to
6615         find the beginning and end of a defun.
6617 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
6619         * progmodes/gdb-ui.el (gdb-var-create-regexp)
6620         (gdb-var-create-handler): Handle value field in GDB output of
6621         -var-create.
6622         (gdb-max-frames): New variable.
6623         (gdb-stack-buffer, gdb-frames-select): Use it.
6624         (gdb-info-stack-custom): Help user customize gdb-max-frames,
6625         if necessary.
6626         (gdb-get-frame-number): Simplify.
6628 2007-01-21  Glenn Morris  <rgm@gnu.org>
6630         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6631         Update copyrights.
6633 2007-01-21  Alan Mackenzie  <acm@muc.de>
6635         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6636         handling of K&R stuff.
6638 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6640         * textmodes/bibtex.el (bibtex-files): Fix customization type.
6642 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6644         * ps-print.el: Handle frame parameters (background and/or foreground
6645         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
6646         (ps-print-version): New version 6.7.1.
6647         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6648         (ps-frame-parameter): New fun.
6649         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6650         Fix doc and customization.
6651         (ps-begin-job): Get frame parameters (background and/or foreground
6652         colors).
6653         (ps-do-despool): Ensure ps-printer-name has a valid value.
6655 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
6657         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6658         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6659         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6660         mean unlimited.
6662 2007-01-20  Alan Mackenzie  <acm@muc.de>
6664         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6665         much more rigorous analysis of putative K&R regions.
6667 2007-01-20  Alan Mackenzie  <acm@muc.de>
6669         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6670         New functions.
6672 2007-01-20  Alan Mackenzie  <acm@muc.de>
6674         * progmodes/cc-align.el, progmodes/cc-cmds.el,
6675         * progmodes/cc-defs.el, progmodes/cc-engine.el,
6676         * progmodes/cc-langs.el, progmodes/cc-styles.el,
6677         * progmodes/cc-vars.el: Add my name.
6679 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
6681         * files.el (find-alternate-file): Revert query message to Emacs 21
6682         version.
6684 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6686         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6687         the doc string how to use personal abbrevs without electric
6688         keywords.
6690 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
6692         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6693         Fixed cursor position when toggle abbreviated display.
6695 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
6697         * t-mouse.el: Update copyright following assignment by
6698         Alessandro Rubini.
6700 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
6702         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6703         (type-break-demo-boring): Call read-event instead of read-char.
6705 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
6707         * progmodes/compile.el: Add handling for makepplog.
6709 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
6711         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6712         aspell dictionaries are initialized when called non-interactively.
6714 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
6716         * progmodes/compile.el (compilation-loop): New arg limit.
6717         Handle case where the first error is at point-min.
6718         (compilation-next-error): New arg to compilation-loop call.
6720 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
6722         * info.el (Info-default-dirs): Change default info dir to
6723         share/info.
6725         * paths.el (Info-default-directory-list): Ditto.
6727 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
6729         * hexl.el (hexl-before-revert-hook): New function.
6730         (hexl-mode): Use it.
6731         (hexl-after-revert-hook): Just call hexl-mode.
6732         (hexl-mode-exit): Remove before-revert-hook.
6734 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6736         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6738 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
6740         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6741         by "-" in francais7 otherchars entry.
6742         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6743         otherchars entry.
6745 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
6747         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6748         path.  Rewrite function in `cond' style for readability.
6750         Suggested by Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6751         (The path shortening, that is, not the rearrangement.)
6753 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6755         * term/mac-win.el (mac-ae-quit-application): New function.
6756         (mac-apple-event-map): Bind "quit application" Apple event to it.
6758 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6760         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6761         than the program's output.
6763 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
6765         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6766         (kmacro-start-macro-or-insert-counter)
6767         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6768         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6770         * longlines.el (longlines-show-hard-newlines):
6771         * ruler-mode.el (ruler-mode-ruler):
6772         * emulation/keypad.el (keypad-setup):
6773         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6774         Fix typo in docstring.
6776 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
6778         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6779         Remove redirect character ">".
6781 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
6783         * replace.el (perform-replace): Remove leftover code.
6785 2007-01-12  Richard Stallman  <rms@gnu.org>
6787         * replace.el (perform-replace): Don't clear NODENT when computing
6788         the replacement string.
6790 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
6792         * net/tramp.el (tramp-handle-file-local-copy):
6793         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
6794         <christopher.ian.moore@gmail.com>.
6796 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6798         * diff-mode.el (diff-sanity-check-context-hunk-half)
6799         (diff-sanity-check-hunk): New functions.
6800         (diff-find-source-location): Use'em to check the hunks are well-formed.
6802         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6803         activate undo when undo is not active.
6804         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6806 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6808         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6809         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6810         (ffap-url-at-point): Use char-classes rather than "a-z".
6812 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
6814         * ediff-init.el (ediff-autostore-merges):
6815         * textmodes/fill.el (fill-region): Doc fix.
6817 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6819         * server.el (server-ensure-safe-dir): UIDs may be floats.
6821 2007-01-10  Richard Stallman  <rms@gnu.org>
6823         * battery.el (battery-linux-proc-acpi): Use ignore-errors
6824         around calls to directory-files.
6826         * subr.el (momentary-string-display): Use save-excursion.
6828         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6829         argument, but read it as `X' does.
6831 2007-01-09  Juri Linkov  <juri@jurta.org>
6833         * info.el (Info-fontify-node): Don't hide node names of index entries.
6835         * faces.el (momentary): Change :group to basic-faces where all
6836         basic faces belong to.  Add :version.
6838 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6840         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6841         keybinding is found.
6842         (tutorial--find-changed-keys): Never treat null keybinding as a
6843         remapping.
6845 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
6847         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6849 2007-01-09  Kenichi Handa  <handa@m17n.org>
6851         * international/mule-cmds.el
6852         (select-safe-coding-system-interactively): Fix message.
6854 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
6856         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6857         (tramp-process-actions): Add optional parameter TIMEOUT.
6858         (tramp-open-connection-telnet, tramp-open-connection-rsh)
6859         (tramp-open-connection-su): Add timeout of 60".
6861 2007-01-09  Richard Stallman  <rms@gnu.org>
6863         * progmodes/compile.el (compile): Doc fix.
6865 2007-01-09  Markus Triska  <markus.triska@gmx.at>
6867         * tumme.el (tumme-display-thumb): Doc fix.
6869 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
6871         * battery.el (battery-search-for-one-match-in-files):
6872         * bindings.el (mode-line-minor-mode-help):
6873         * x-dnd.el (x-dnd-types-alist):
6874         * calendar/icalendar.el (icalendar-import-buffer):
6875         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6877         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6879 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
6881         * replace.el (replace-regexp): Fix typo in docstring.
6883 2007-01-07  Alan Mackenzie  <acm@muc.de>
6885         * progmodes/cc-langs.el (c-operators, c-filter-ops):
6886         Amend doc-string and comments.
6888 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
6890         * files.el (abbreviate-file-name): Doc fix.
6892 2007-01-06  Markus Triska  <triska@gmx.at>
6894         * subr.el (split-string): Remove spurious ")" from doc string.
6896 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
6898         * textmodes/table.el (table--warn-incompatibility):
6899         Use display-warning instead of momentary-string-display.
6901 2007-01-05  Richard Stallman  <rms@gnu.org>
6903         * image.el (image-type-header-regexps): Recognize xbm more strictly.
6905         * simple.el (backward-kill-word): Doc fix.
6907 2007-01-05  Romain Francoise  <romain@orebokech.com>
6909         * international/mule.el (sgml-html-meta-auto-coding-function):
6910         Ensure that the buffer contains a HTML document.
6912 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
6914         * faces.el (momentary): Move here ...
6915         * subr.el (momentary): ... from here.
6917 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
6919         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6920         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6921         large structures/arrays.
6923 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
6925         * files.el (find-file-noselect-1, set-visited-file-name):
6926         Allow backup-enable-predicate to be nil.
6928 2007-01-04  Andreas Schwab  <schwab@suse.de>
6930         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6931         last change.
6933 2007-01-03  Richard Stallman  <rms@gnu.org>
6935         * woman.el (woman-decode-buffer): Clarify error message.
6937 2007-01-03  Alan Mackenzie  <acm@muc.de>
6939         * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6941 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
6943         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6945 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6947         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6949 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
6951         * emulation/viper.el (viper-custom-file-name, viper-mode):
6952         Fix typos in docstrings.
6954         * subr.el (momentary-string-display): After moving point, set POS
6955         variable to it to avoid later errors once the buffer is modified.
6956         Doc fix.
6958 2007-01-02  Alan Mackenzie  <acm@muc.de>
6960         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6961         check that the "*/" is present before trying to manipulate it.
6963 2007-01-02  Richard Stallman  <rms@gnu.org>
6965         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6967         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6968         Fix format of value.
6970         * cus-edit.el (customize-unsaved): Rename from customize-customized.
6971         Change messages accordingly.
6972         (customize-customized): Now alias.
6974 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
6976         * files.el (version-control): Doc fix.
6978 2007-01-01  Alan Mackenzie  <acm@muc.de>
6980         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6981         Check the format of c-state-cache is valid for an optimisation before
6982         using it.
6984         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6985         are at a statement within a macro".  Other changes so that only
6986         the first continuation line in a macro gets the symbol
6987         `cpp-define-intro', the others getting `statement', or whatever.
6989         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6990         a string, preserve whitespace.  Add a backslash only when also in
6991         a macro.
6993         * progmodes/cc-defs.el: Correct typos.
6995         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6996         new line after an escaped EOL in a string.
6998         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6999         label when it directly follows "else", "do", ....
7001         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
7002         angle brackets (as seen in "explicit specialisations" of C++
7003         templates).
7005         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
7006         in the doc-string.
7008         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
7009         when the comment ender looks like "=========*/" and is alone on
7010         its line.
7012         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
7013         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
7014         for the old name.
7016         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
7017         c-\(beginning\|end\)-of-defun by default.
7019         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
7020         New line-up function, for the DEFUN macro in the Emacs C sources.
7021         Only used in "gnu" style.
7023         * progmodes/cc-styles.el (c-style-alist): Use this new function in
7024         the "gnu" style.
7026         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
7027         clean-up comment-close-slash also to work when there's a comment
7028         terminator on the line.
7029         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
7030         these for large arg - only take account of top level {..}, except
7031         for initial and final adjustments.  M-- C-M-[ae] now go to the
7032         right defuns when the starting point is between defuns.  They use
7033         the four new functions:
7034         (c-in-function-trailer-p, c-where-wrt-brace-construct)
7035         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
7036         support c-\(beginning\|end\)-of-defun.
7038         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
7039         expressions more rigorously, to exclude bit-field specifiers from
7040         being classed as labels.
7041         (c-forward-label): When analyzing a ":" within a macro, be careful
7042         about using c-forward-syntactic-ws at the macro beginning.
7043         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
7044         stmt boundary, check for "operator=", etc.
7046         * progmodes/cc-mode.el (c-postprocess-file-styles):
7047         Bind inhibit-read-only to t, around the call to
7048         c-remove-any-local-eval-or-mode-variables, so that it works on a
7049         RO file.
7051         * progmodes/cc-defs.el (c-version): Update the version number to
7052         "5.31.4".
7054 2007-01-01  Richard Stallman  <rms@gnu.org>
7056         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
7057         only if we restored isearch-window-configuration.
7059 2006-12-31  Romain Francoise  <romain@orebokech.com>
7061         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
7063 2006-12-31  Kim F. Storm  <storm@cua.dk>
7065         * files.el (auto-mode-case-fold): New defcustom.
7066         (set-auto-mode): If non-nil, perform second case-sensitive pass
7067         through auto-mode-alist if first pass failed.
7069 2006-12-30  Richard Stallman  <rms@gnu.org>
7071         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
7073 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
7075         * allout.el (allout-encrypt-string): Handle symmetric-key
7076         passphrase caching but leave keypair caching to pgg.
7078 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
7080         Sync with Tramp 2.0.55.
7082         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
7083         `integerp'.  `char-equal' could fail else in case of negative
7084         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
7085         (top): Check for `font-lock-add-keywords' before calling; it
7086         doesn't exist under XEmacs.
7087         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
7088         (tramp-completion-mode): Remove clause (not
7089         tramp-unified-filenames), because the function is called in other
7090         context too, where this check results in wrong results in the
7091         XEmacs case on Windows.
7092         (tramp-touch): UTC handling is not possible for XEmacs.
7094 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7096         * scroll-bar.el (previous-scroll-bar-mode): New variable
7097         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
7098         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
7100         * term/x-win.el: Set scroll bar mode to right if set by X resources.
7102 2006-12-30  Richard Stallman  <rms@gnu.org>
7104         * files.el (make-backup-file-name-1): Precompute abs name
7105         but don't lose the relative name.
7107         * international/mule-cmds.el (select-safe-coding-system-interactively):
7108         Fix message.
7110 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
7112         * files.el (backup-buffer): Show entire backup file name in msg.
7114 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
7116         * image.el (image-type-header-regexps, image-type-from-data)
7117         (image-type-from-buffer, image-type-from-file-header):
7118         Revert changes from 2006-12-26.
7119         (image-type-auto-detectable): New variable.
7120         (image-type-auto-detected-p): New function.
7122         * files.el (magic-mode-alist): Detect image files with
7123         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
7125 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
7127         * dired.el (dired-sort-other): Move test for dired-mode...
7128         (dired-sort-set-modeline): ...to here.
7130 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7132         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
7133         change.  Suggested by Stefan Monnier.
7135 2006-12-29  Kim F. Storm  <storm@cua.dk>
7137         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
7138         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
7140 2006-12-27  Kim F. Storm  <storm@cua.dk>
7142         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
7143         so it doesn't accidentally match an fsf.org mail address.
7144         (authors-renamed-files-alist): Add tcover-*.el.
7146 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7148         * vc-arch.el (vc-arch-find-version): New function.
7150         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
7151         composed of arbitrary characters (even /) in some systems.
7153 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
7155         * international/mule-cmds.el (select-safe-coding-system-interactively):
7156         Improve the message in the *Warning* buffer.
7158 2006-12-27  Kim F. Storm  <storm@cua.dk>
7160         * ido.el (ido-set-matches-1): Fix last change.  If default item is
7161         current buffer, it is ok to be first.
7163 2006-12-27  Kenichi Handa  <handa@m17n.org>
7165         * international/mule-cmds.el (select-safe-coding-system-interactively):
7166         Use face `link' for problematic chars.
7168 2006-12-27  Kenichi Handa  <handa@m17n.org>
7170         * international/mule-cmds.el (select-safe-coding-system-interactively):
7171         Improve the message in *Warning* buffer.
7173 2006-12-27  Kim F. Storm  <storm@cua.dk>
7175         * ido.el (ido-set-matches-1): Never put current buffer first if
7176         there are other matches.
7178 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
7180         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
7181         expressions.
7182         (gdb-var-delete): Handle duplicate names.  Print message for non
7183         root expressions.
7184         (gdb-partial-output-name): Start buffer name with a space.
7185         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
7186         buffer name.
7188 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7190         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
7191         last footnote when `footnote-spaced-footnotes' is nil.
7193 2006-12-26  Richard Stallman  <rms@gnu.org>
7195         * cus-edit.el (custom-browse-sort-alphabetically)
7196         (custom-buffer-sort-alphabetically)
7197         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
7199         * image.el (image-type-header-regexps): Change element format
7200         to include third item NOT-ALWAYS.
7201         (image-type-from-data): Handle new format.
7202         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
7203         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
7205 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
7207         * add-log.el (add-log-current-defun): Call `forward-sexp'
7208         multiple times to pick a member function name defined as
7209         part of nested classes/namespaces.
7211 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7213         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
7214         which keymap should be used to change menu.  It does not affect any
7215         existent code.
7217 2006-12-26  Richard Stallman  <rms@gnu.org>
7219         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
7220         rather than for being in a minibuffer window.
7222 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
7224         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
7225         locale-coding-system.
7226         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
7227         LF.
7229 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
7231         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
7232         (sql-mode-syntax-table): Disable double quoted strings.
7233         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
7235 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7237         * startup.el (fancy-splash-last-input-event): New variable.
7238         (fancy-splash-special-event-action): New function.
7239         (fancy-splash-screens): Temporarily bind special events to it.
7240         Execute command for saved special event before exiting from
7241         recursive editing.
7243         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
7244         New functions.
7245         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
7246         Use mac-unread-string.
7248 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7250         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
7251         an optimized comment regexp if `comment-start-skip' uses a ^.
7252         * bs.el (bs--up): Remove interactive spec.
7254 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
7256         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
7257         Suggested by James Cloos.
7259 2006-12-24  Kevin Ryde  <user42@zip.com.au>
7261         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
7262         in March.
7263         (calendar-dst-ends): Default to first Sunday in November.
7265 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
7267         * allout.el (allout-encrypt-string): Inhibit use of agent within
7268         body of let form where encryption happens.  Acknowledge non-use of
7269         gpg-agent in docstring.
7270         (allout-toggle-subtree-encryption): Acknowledge non-use of
7271         gpg-agent in docstring.
7273 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
7275         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
7277 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
7279         * ediff-diff.el (ediff-diff-options): Clarify docstring.
7280         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
7282         * emulation/viper-cmd.el (viper-post-command-sentinel):
7283         Protect against errors in hooks.
7284         (viper-add-newline-at-eob-if-necessary): Add newline only if we
7285         actually modify buffer; ignore errors if occur.
7287 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
7289         * calendar/calendar.el (calendar-mode-map): Switch < and >.
7290         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
7291         formatting.
7293 2006-12-23  Richard Stallman  <rms@gnu.org>
7295         * simple.el (delete-horizontal-space): Doc fix.
7297 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
7299         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
7300         explicitly in a recursive Make, not implicitly through prerequisites,
7301         since the latter is wrong under parallel builds.
7303 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
7305         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
7307 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
7309         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
7310         message string.
7312 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
7314         * outline.el (outline-next-visible-heading): Fix the case with a
7315         header at end-of-file with no final newline.
7317 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
7319         * indent.el (tab-always-indent): Doc fix.
7321 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
7323         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
7324         (Info-fontify-node): Do fontify indices.
7326         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
7327         to the Emacs Lisp reference manual.
7328         (tutorial--tab-map): Remove.  All callers changed.
7329         (tutorial--find-changed-keys): New elt QUIET, used to...
7330         (tutorial--display-changes): ...ensure that warning messages are
7331         only issued once per changed key.
7332         (tutorial--remove-remarks): Delete unused code-path.
7333         (lang-strings): Remove extraneous formatting.
7334         (tutorial--save-tutorial): Prompt before saving tutorial state.
7336 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
7338         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
7339         Replace '?\ ' by '?\s' throughout.
7340         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
7341         `help' custom group.
7342         (tutorial--key-description): New function.
7343         (tutorial--display-changes): Remove redundant arg.  Scan for all
7344         key sequences to avoid false matches.  Cleanup.
7345         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
7346         reduce homedir pollution.
7347         (help-with-tutorial): Call tutorial--display-changes with no arg.
7349 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
7351         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
7353 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
7355         * net/tramp.el (tramp-default-method): We still need to check for
7356         `executable-find', because it is not bound under Emacs 20.
7357         (tramp-handle-file-name-completion)
7358         (tramp-completion-handle-file-name-completion): Handle optional
7359         parameter PREDICATE.
7360         (tramp-find-default-method): Add code for default values.
7362 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
7364         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
7365         make gud-go send "continue".
7367 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
7369         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
7370         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
7372 2006-12-19  Kim F. Storm  <storm@cua.dk>
7374         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
7375         instead of global-map.
7377         * files.el (magic-mode-alist): Allow matching file type by
7378         calling a function at bob.  Check for image types by calling
7379         image-type-from-buffer.  Suggested by Juanma Barranquero.
7380         (set-auto-mode): Do it.
7382 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
7384         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
7385         Remove "ControlMaster" option from the other `scp*' methods.
7386         (tramp-default-method): Check for ssh-agent before setting to `scp'.
7388 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
7390         * textmodes/org.el (org-mode): Show context after isearch.
7391         (org-show-siblings): New function.
7392         (org-show-context): Use `org-show-siblings'.
7394 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7396         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
7397         Use syntax-ppss-toplevel-pos.
7399 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
7401         * textmodes/org.el (org-current-line): Make sure that lines are
7402         counted from beginning of buffer.
7403         (org-table-copy-region, org-table-paste-rectangle): Make sure that
7404         lines are counted from beginning of buffer.
7406 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7408         * info.el (Info-build-node-completions): Signal error if tag-table
7409         marker is not found.
7411         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7413 2006-12-17  Alan Mackenzie  <acm@muc.de>
7415         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
7416         speed) the case when open-paren-in-column-0-is-defun-start is nil.
7417         Based on code by Martin Rudalics.
7419         * progmodes/cc-mode.el (c-basic-common-init): Don't set
7420         open-paren-in-column-0-is-defun-start to nil any more.
7422 2006-12-17  Richard Stallman  <rms@gnu.org>
7424         * simple.el (delete-horizontal-space): Use prefix arg.
7426         * help-fns.el (describe-variable): Improve blank separator lines.
7428         * files.el (magic-mode-alist): Mark as risky.
7430         * files.el (make-backup-file-name-1):
7431         Expand backup-directory explicitly.
7433 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
7435         * net/tramp.el (tramp-default-method): Before setting to "pscp",
7436         check whether package password.el is loaded, or Pageant is running.
7438 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
7440         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
7441         (icalendar--rris): First try Emacs, then XEmacs.
7442         (icalendar--convert-ical-to-diary): Doc fix.
7443         Insert newline at end of target file.
7445 2006-12-17  Kim F. Storm  <storm@cua.dk>
7447         * outline.el (outline-isearch-open-invisible-function): New defvar.
7448         (outline-flag-region): Use it if non-nil for isearch-open-invisible
7449         overlay property instead of outline-isearch-open-invisible.
7451 2006-12-16  Kim F. Storm  <storm@cua.dk>
7453         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
7454         if ido-directory-too-big is set on entry.
7455         (ido-toggle-ignore, ido-completion-help): Print message while
7456         reading big directory.
7458 2006-12-15  Richard Stallman  <rms@gnu.org>
7460         * shell.el (shell): Doc fix.
7462 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
7464         * emulation/edt.el (edt-xserver):
7465         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
7466         to fix a problem on Cygwin.
7468         * emulation/edt.el
7469         * emulation/edt-mapper.el
7470         * emulation/edt-lk201.el
7471         * emulation/edt-pc.el
7472         * emulation/edt-vt100.el: Update maintainer's email address.
7474 2006-12-15  Simon Marshall  <simon@gnu.org>
7476         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
7478 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7480         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
7481         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
7482         instead of mac-atsu-font-table.
7483         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
7485 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
7487         * align.el (align-match-tex-pattern): Fix a rare bug which
7488         hanged Emacs.
7490 2006-12-14  Richard Stallman  <rms@gnu.org>
7492         * startup.el (use-fancy-splash-screens-p): Use frame-height
7493         instead of window-height.  Pass frame to image-size.
7495 2006-12-13  Kenichi Handa  <handa@m17n.org>
7497         * international/mule-cmds.el (set-locale-environment):
7498         Set default-sendmail-coding-system too.
7500 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
7502         * progmodes/idlw-help.el: Fix copyright notice.
7504 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7506         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
7508 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
7510         * subr.el (unread-command-char): Reformat obsolescence info.
7512 2006-12-11  Richard Stallman  <rms@gnu.org>
7514         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
7515         about calls to cl-struct-setf-expander.
7517 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
7519         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
7520         (ediff-combination-pattern): Fix typo in docstring.
7522         * textmodes/refer.el (refer-find-entry): Doc fix.
7523         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
7524         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
7525         Fix tipos in docstrings.
7527         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
7529 2006-12-10  Kim F. Storm  <storm@cua.dk>
7531         * ido.el (ido-init-completion-maps): Remap backward-kill-word
7532         instead of binding M-backspace.
7534 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
7536         * replace.el (replace-match-data, replace-match-maybe-edit):
7537         * calc/calc-aent.el (calc-eval-error):
7538         * emulation/vi.el (vi-char-argument):
7539         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
7540         (c-vsemi-status-unknown-p-fn): Doc fixes.
7542 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
7544         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
7545         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
7547 2006-12-10  Masatake YAMATO  <jet@gyve.org>
7549         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
7551 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
7553         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
7555         * man.el (Man-xref-button-action): New function.  If the
7556         `Man-target-string' button property is a function, assume it
7557         accepts a position argument.
7558         (Man-abstract-xref-man-page): Use it.
7559         (Man-default-man-entry): New optional arg POS.
7561         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
7562         symlink arrows read-only and non-rear-sticky.
7564 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
7566         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
7567         (wdired-search-and-rename): Simplify code.
7568         (wdired-preprocess-files, wdired-preprocess-perms): Make
7569         read-only property of preceding character rear-nonsticky to
7570         avoid that it can be modified.  Put old-name and old-link
7571         properties on character preceding name and replace
7572         put-text-property by add-text-properties.
7573         (wdired-get-filename, wdired-get-previous-link): Get old-name
7574         and old-link properties from character preceding name and
7575         simplify code.
7576         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
7577         (wdired-perms-to-number): Make local-map property
7578         rear-nonsticky to avoid that text following permissions may be
7579         modified.  Use add-text-properties instead of put-text-property
7580         when changing a permission bit.
7581         (wdired-change-to-dired-mode): Remove stickiness properties.
7583 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
7585         * international/mule-cmds.el (register-input-method): Doc fix.
7587 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
7589         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
7591 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7593         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
7594         Force buffer local defs evaluation on local variables loading.
7595         (flyspell-mode-on, flyspell-mode-off): Use it in
7596         `hack-local-variables-hook'.
7598 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
7600         * emacs-lisp/find-func.el (find-variable): Doc fix.
7602         * help-fns.el (variable-at-point): Doc fix.
7604         * w32-fns.el (w32-append-code-lines): New function.
7606 2006-12-09  Romain Francoise  <romain@orebokech.com>
7608         * comint.el (comint-insert-input): Delete obsolete comment.
7610 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7612         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7613         current frame, in case we're connected to several displays.
7615 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
7617         * frame.el (other-frame): Doc fix.
7618         (set-frame-parameter): Fix typo in docstring.
7620 2006-12-07  Kim F. Storm  <storm@cua.dk>
7622         * info.el (Info-index): Strip leading colon from topic.
7624 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
7626         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7627         to pointers.
7629 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
7631         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7632         Trim out spurious class inheritance "None" entries.
7634 2006-12-05  Kim F. Storm  <storm@cua.dk>
7636         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7637         (cua-paste-pop): Rework last change for
7638         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7639         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7640         text inserted by the last M-y command.
7642 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7644         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7645         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7647         * shell.el (shell): Search the start file in ~/.emacs.d as
7648         `init_SHELLNAME.sh' instead.
7650 2006-12-05  Glenn Morris  <rgm@gnu.org>
7652         * progmodes/cperl-mode.el (cperl-mode)
7653         * progmodes/f90.el (f90-mode-abbrev-table)
7654         * progmodes/fortran.el (fortran-mode-abbrev-table)
7655         * progmodes/octave-mod.el (octave-abbrev-table)
7656         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7657         if abbrev-table is non-nil (saved user abbrevs may have been restored).
7659         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7660         clear abbrev table, else saved abbrevs will not be restored.
7662 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
7664         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7665         the call to `make-obsolete-variable', not in the docstring.
7667 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
7669         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7671 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7673         * progmodes/ebnf-abn.el:
7674         * progmodes/ebnf-bnf.el:
7675         * progmodes/ebnf-dtd.el:
7676         * progmodes/ebnf-ebx.el:
7677         * progmodes/ebnf-iso.el:
7678         * progmodes/ebnf-otz.el:
7679         * progmodes/ebnf-yac.el:
7680         * progmodes/ebnf2ps.el:
7681         * delim-col.el:
7682         * printing.el:
7683         * ps-bdf.el:
7684         * ps-mule.el:
7685         * ps-print.el: Remove 'Time-stamp' comment mark.
7687         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7688         'easy-menu-add-item' when called in Emacs 21 or higher.
7690 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
7692         * progmodes/ada-xref.el (ada-check-current): Doc fix.
7693         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
7695 2006-12-04  Kim F. Storm  <storm@cua.dk>
7697         * bindings.el (global-map): Bind [signal t] to ignore, to have
7698         user signals ignored by default.
7700 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
7702         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7703         Unicode data file pointed to by `describe-char-unicodedata-file'.
7705 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7707         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7708         O(n^2) regexp-search by anchoring the search.
7710 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
7712         * whitespace.el (whitespace-cleanup-internal): Use current
7713         argument for recursive call.
7715 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
7717         * net/tramp.el (tramp-methods): Add "ControlPath" and
7718         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
7719         Andreas Schwab <schwab@suse.de>.
7720         (tramp-do-copy-or-rename-file-out-of-band)
7721         (tramp-open-connection-rsh): Compute format spec for ?t.
7722         (tramp-process-actions): Trace command parameters.
7724 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7726         * simple.el (toggle-truncate-lines): Clarify doc string.
7728         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7729         (gdb-speedbar-expand-node): Use it.
7731 2006-12-04  Richard Stallman  <rms@gnu.org>
7733         * progmodes/python.el (python-indent): Add safe-local-variable prop.
7735         * dired.el (dired-revert): Turn off dired-after-readin-hook
7736         around call to dired-readin.
7738         * menu-bar.el (menu-bar-make-toggle): Add "globally"
7739         to echo area messages.
7740         <indicate-empty-lines, case-fold-search>:
7741         Add "globally" to Help string.
7742         <case-fold-search>: MESSAGE arg need not say "globally".
7743         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7745 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
7747         * outline.el (outline-end-of-subtree): Don't leave an empty
7748         line hidden as we would a real next heading.
7750 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
7752         * allout.el (allout-ascend): Add an optional argument to preserve
7753         original position of point when unsuccessful.  Also, fix a
7754         docstring error.
7755         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7756         work again, using allout-ascend's new option.
7757         (allout-setup-mode-map): Extract from allout-mode to initialize
7758         allout-mode-map.  Call it on file load, so the mode docstring
7759         substitutions work even if allout mode has not yet been invoked.
7760         (allout-mode): Use new allout-setup-mode-map to track any keybinding
7761         customizations since the map was last processed.  Also, refine the
7762         docstring so it's ship-shape for release.
7763         (allout-default-layout, allout-beginning-of-line-cycles)
7764         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7765         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7766         (allout-version, allout-layout, allout-infer-body-reindent)
7767         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7768         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7769         (allout-previous-heading, allout-goto-prefix-doublechecked)
7770         (allout-current-bullet-pos, allout-next-sibling-leap)
7771         (allout-pre-command-business, allout-encrypted-type-prefix)
7772         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7773         (allout-rebullet-topic, allout-rebullet-topic-grunt)
7774         (allout-flag-region, allout-expose-topic, allout-expose-topic)
7775         (allout-old-expose-topic, allout-listify-exposed)
7776         (allout-process-exposed, allout-latex-verb-quote)
7777         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7778         (allout-toggle-current-subtree-encryption)
7779         (allout-toggle-subtree-encryption, allout-bullet-isearch):
7780         Remove extraneous open-paren and close paren string escapes.
7782 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
7784         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7785         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7786         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7787         Fix typos in docstrings.
7789 2006-12-03  Glenn Morris  <rgm@gnu.org>
7791         * progmodes/cc-align.el
7792         * progmodes/cc-awk.el
7793         * progmodes/cc-cmds.el
7794         * progmodes/cc-compat.el
7795         * progmodes/cc-defs.el
7796         * progmodes/cc-engine.el
7797         * progmodes/cc-langs.el
7798         * progmodes/cc-menus.el
7799         * progmodes/cc-mode.el
7800         * progmodes/cc-styles.el
7801         * progmodes/cc-vars.el
7802         * progmodes/vhdl-mode.el: Fix Copyright format.
7804 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
7806         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7807         initial down event.
7809 2006-12-02  Kim F. Storm  <storm@cua.dk>
7811         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7812         (cua-repeat-replace-region): Make M-v more robust.
7813         (cua-paste-pop-rotate-temporarily): New defcustom.
7814         (cua-paste-pop): Use it.
7815         (cua-auto-mark-last-change): New defcustom.
7816         (cua-pop-to-last-change): New helper function.
7817         (cua-set-mark): Use them.
7819 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
7821         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7822         mini-buffer message.
7824 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
7826         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7828 2006-12-01  Ben North  <ben@redfrontdoor.org>
7830         * paren.el: Fix the highlight overlay extension when the user types a
7831         sequence of char very fast just before the open parenthesis.
7833 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7835         * ps-mule.el: Eliminate Emacs 20 compatibility.
7837         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7838         (ps-print-version): New version 6.7.
7839         (ps-print-quote): Replace '?\ ' by '?\s'.
7841 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
7843         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7844         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7845         (hexl-end-of-1k-page): Doc fixes.
7846         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7847         Fix typos in docstrings.
7849 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7851         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
7852         locally, i.e. without using file name handlers.
7853         (ido-read-internal): Allow mono letter host names, avoiding the
7854         `c:' problem by testing if the file exists locally.
7855         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7857 2006-11-30  Masatake YAMATO  <jet@gyve.org>
7859         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7860         to avoid bytecomp warnings.
7861         (hexl-mode-old-ruler-function): New variable.
7862         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7863         and `hl-line-range-function' after `require' hl-line.
7864         Then bind `hl-line-range-function' and `hl-line-face'.
7865         Don't require frame.  Don't use `with-no-warnings'.
7866         (hexl-activate-ruler): Store the original value of
7867         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7868         (hexl-mode-exit): Restore the original value of
7869         `ruler-mode-ruler-function'.
7871 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
7873         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7874         (hexl-mode-old-hl-line-face): New variable.
7875         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7876         line when exit from the hexl-mode.
7878 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
7880         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7881         Doc fixes.
7883         * international/fontset.el (create-fontset-from-ascii-font)
7884         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7885         (fontset-name-p): Fix typo in docstring.
7887         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7889 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7891         * ps-bdf.el: Fix maintainer email.
7893         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
7894         compatibility.
7896         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
7897         21 compatibility.
7898         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7899         Emacs 20 & 21.
7901 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
7903         * progmodes/idlwave.el (idlwave-auto-fill):
7904         Remove paragraph-start let to prevent auto-fill giving up.
7906 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
7908         * vt100-led.el (led-state): Fix typo in previous change.
7910 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7912         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7913         Fix interactive spec of the functions getting defined to make them
7914         work as documented.
7916 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
7918         * startup.el (fancy-splash-screens): Hide initial splash buffer.
7920 2006-11-28  Kim F. Storm  <storm@cua.dk>
7922         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7923         icomplete-mode is enabled.
7925 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
7927         * textmodes/org.el (require): Require gnus-sum during compilation
7928         to avoid problem with a macro call.
7930 2006-11-28  Glenn Morris  <rgm@gnu.org>
7932         * emacs-lisp/authors.el (authors-aliases): Add new alias.
7934         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7935         (fortran-window-create-momentarily): Do not need string-to-char.
7937 2006-11-28  Richard Stallman  <rms@gnu.org>
7939         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7940         Replace incorrect use of assoc-default with a loop.
7942         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7944         * simple.el (next-error-find-buffer): Improve messages.
7946         * files.el (revert-buffer): Special error message if file
7947         is now not readable.
7949         * facemenu.el (facemenu-add-new-face): Improve doc strings of
7950         constructed commands.
7952         * comint.el (comint-exec-1): Provide Emacs version and `comint'
7953         in INSIDE_EMACS.
7955 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7957         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7959         * server.el: Remove spurious * in docstrings.
7960         (server-process-filter): Exit from recursive editing before processing
7961         a new request.
7963 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
7965         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7966         line so hidden blocks will be correctly identified.
7968 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
7970         * ledit.el (ledit-save-defun, ledit-mode):
7971         * resume.el (resume-emacs-args-buffer):
7972         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7973         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7974         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7975         (command-send-input, command-kill-line):
7976         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7978         * autoarg.el (autoarg-kp-mode): Doc fix.
7980         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
7981         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
7982         (check-emacs-lock): Doc fix.  Simplify.
7984         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7985         (iimage-mode-buffer): Fix typos in docstring.
7987         * misc.el (zap-up-to-char): Doc fix.
7989         * time-stamp.el: Fix comment and obsolescence string for old
7990         functions.  Use `dolist' instead of `while'.
7992         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7994         * disp-table.el (standard-display-8bit, standard-display-default):
7995         * ebuff-menu.el (electric-buffer-list):
7996         * ehelp.el (electric-help-command-loop):
7997         * font-core.el (font-lock-mode):
7998         * help-macro.el (make-help-screen):
7999         * help.el (describe-minor-mode-completion-table-for-indicator)
8000         (lookup-minor-mode-from-indicator):
8001         * indent.el (tab-to-tab-stop, move-to-tab-stop):
8002         * info-look.el (info-lookup-guess-custom-symbol):
8003         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
8004         * longlines.el (longlines-wrap-line):
8005         * macros.el (insert-kbd-macro):
8006         * menu-bar.el (menu-bar-update-buffers):
8007         * misc.el (copy-from-above-command):
8008         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
8009         * newcomment.el (comment-indent):
8010         * novice.el (disabled-command-function):
8011         * sort.el (sort-fields-syntax-table):
8012         * subr.el (momentary-string-display):
8013         * tar-mode.el (tar-header-block-summarize)
8014         (tar-clear-modification-flags):
8015         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
8016         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
8017         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
8018         (te-delete-char, te-down-vertically-or-scroll):
8019         * time-stamp.el (time-stamp-string-preprocess):
8020         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
8022 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
8024         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
8025         in GUD mode.
8027         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
8028         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
8030 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8032         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
8034 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
8036         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
8037         (ada-compile-goto-error): Adapt to new argument profile of
8038         compilation-goto-locus in Emacs 22.  Don't check if the various
8039         compile functions are defined; we already do "(require 'compile)".
8041 2006-11-26  Kim F. Storm  <storm@cua.dk>
8043         * kmacro.el: Fix commentary.
8045 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
8047         * progmodes/gud.el (gdb): Explain how to run in text command mode
8048         more clearly.  Say in error message that multiple debugging
8049         requires restarting GDB.
8051 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
8053         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
8055 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
8057         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
8058         (flymake-popup-menu): Use it instead of posn-at-point.
8060 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8062         * progmodes/cc-vars.el (c-backslash-column):
8063         Mention c-backslash-max-column in documentation for c-backslash-column.
8065 2006-11-24  Lars Hansen  <larsh@soem.dk>
8067         * net/tramp.el (tramp-default-method): Under Windows, change from
8068         plink to pscp.
8069         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
8070         (tramp-actions-copy-out-of-band):
8071         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
8072         (tramp-action-out-of-band): Move "Permission denied" handling to
8073         tramp-action-copy-failed.
8074         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
8075         process buffer.
8077 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8079         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8080         strings to a single string.  Quote `errors-file-name'.
8081         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8082         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8083         Adjust calls.  Use `shell-quote-argument'.
8085         * international/mule.el (load-with-code-conversion)
8086         (with-category-table): Use with-current-buffer.
8087         (after-insert-file-set-coding): Use restore-buffer-modified-p.
8089 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
8091         * mail/smtpmail.el (smtpmail-send-it):
8092         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
8093         MIME header for the message encoding.
8094         Bind coding-system-for-write around the call to mail-do-fcc.
8095         Use smtpmail-code-conv-from to encode queued mail messages.
8097 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8099         * tabify.el (tabify-regexp): Doc fix.
8101         * net/rcirc.el (rcirc-buffer-maximum-lines):
8102         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
8104         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
8105         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
8106         Fix typos in output messages.
8107         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
8109 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8111         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
8112         the horse's mouth.
8113         (hexlify-buffer): Don't re-encode an arg that's already encoded.
8115 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
8117         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
8118         Remove condition-case.
8120 2006-11-23  Glenn Morris  <rgm@gnu.org>
8122         * progmodes/f90.el (f90-comment-indent): Do not move point in
8123         default case.
8125 2006-11-21  Romain Francoise  <romain@orebokech.com>
8127         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
8128         from library name (reverts change of 2005-10-25).
8130 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8132         * tutorial.el (tutorial--default-keys): Add newline and
8133         delete-backward-char bindings.
8134         (tutorial--detailed-help): Save excursion when finding keys.
8135         Correct warning string for M-x FOO case.
8136         (tutorial--display-changes): Print special keys in tutorial style.
8137         Tweak search regexp for changed keys.
8139 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
8141         * thingatpt.el (thing-at-point-url-at-point): Don't add a
8142         redundant scheme.
8144 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
8146         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
8147         are new to the list at IANA.  Also added irc, mms, mmsh.
8149 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
8151         * progmodes/idlw-help.el (idlwave-html-help-location):
8152         Fail gracefully for missing help packages.
8153         (idlwave-help-assistant-open-link): Open full links.
8154         (idlwave-help-assistant-help-with-topic): Direct help link.
8156         * progmodes/idlwave.el (idlwave-mode):
8157         Set add-log-current-defun-function.
8158         (idlwave-current-routine-fullname): Add, to support add-log.
8159         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
8160         to reflect improvements to xml-parse-file.
8161         (idlwave-mode-menu-def): New binding for help-with-topic.
8163         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
8164         Handle extra newlines and spaces.
8165         (idlwave-shell-mode-map): Add help-with-topic.
8167 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
8169         * tutorial.el (tutorial-warning-face): New face.
8170         (tutorial--detailed-help, tutorial--display-changes): Use it.
8171         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
8172         Improve search pattern for occurrences of changed keys.
8174 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8176         * term/x-win.el (x-last-cut-buffer-coding): New variable.
8177         (x-select-text): Set it.
8178         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
8179         when checking for newness.
8181 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
8183         * subr.el (posn-image):
8184         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
8186         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
8188 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8190         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
8191         Exceptions to the rule "add a space between an identifier and an
8192         opening parenthesis".  Defaulted to the `#define' problem of cpp.
8193         (glasses-parenthesis-exception-p): New.  Check if the region is an
8194         exception regarding to that.
8195         (glasses-make-readable): Use it.
8196         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
8197         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
8199 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
8201         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
8203 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
8205         * progmodes/ada-mode.el (ada-make-body): Fix typo.
8207         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
8208         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
8210 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
8212         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
8213         conditions for function or variable bindings.
8215         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
8217         * progmodes/compile.el (compilation-start): Ditto.
8219 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
8221         * net/tramp.el (top): cl and custom are always required.
8223 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8225         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
8226         cut-buffers with next-selection-coding-system if not nil.
8228 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
8230         * textmodes/org.el (org-fix-decoded-time): New function.
8231         (org-display-custom-time): Use `org-fix-decoded-time'.
8233 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
8235         * menu-bar.el (menu-bar-games-menu): Remove yow.
8237 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
8239         * textmodes/org.el (org-scan-tags): Re-align code fixed.
8240         (org-detach-overlay): Rename from `org-detatch-overlay'.
8241         (org-table-convert-region): Insert space after column separator.
8242         (org-agenda-kill): New command.
8243         (org-metaleft): Call `org-outdent-item' on bullets.
8244         (org-metaright): Call `org-indent-item' on bullets.
8245         (org-timestamp-change): Set `org-last-changed-timestamp'.
8246         (org-current-line): Make sure (bolp) returns correct result.
8247         (org-agenda-change-all-lines): Make sure TODO are highlighted.
8249 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8251         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
8253 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
8255         * mouse.el (global-map): Change 2006-08-16 fix to call
8256         mouse-yank-at-click explicitly, since mouse events are not carried
8257         over into keyboard macros.
8259 2006-11-16  Kim F. Storm  <storm@cua.dk>
8261         * ido.el (ido-file-internal): Use current buffer's file name as default
8262         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
8264 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
8266         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
8267         (allout-inhibit-aberrance-doublecheck): Rename from
8268         allout-during-yank-processing.  All callers changed.
8269         (allout-ascend): Provide for unusual case where some topic after
8270         the first in file is at lower depth than the first.
8271         (allout-shift-in): Ensure the offspring of the new containing
8272         topic are exposed.
8273         (allout-encrypt-string): Preserve the coding-system of the text,
8274         according to that of the containing buffer.
8275         (allout-toggle-subtree-encryption): When the text being encrypted
8276         requires a different coding system, offer to preserve the coding
8277         system using a file local var.
8279 2006-11-15  Simon Marshall  <simon@gnu.org>
8281         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
8282         to recognise "T t()" as a function declaration, rather than a
8283         variable instantiation, iff at the top-level or inside a class
8284         declaration.  Suggested by Feng Li <fengli@gmail.com>.
8286 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
8288         * progmodes/ada-xref.el (ada-parse-prj-file):
8289         Don't delete project buffer; user may want to edit it.
8290         (ada-xref-set-project-field, ada-xref-current-project-file)
8291         (ada-xref-current-project, ada-show-current-project)
8292         (ada-set-main-compile-application): New functions.
8293         (ada-xref-get-project-field, ada-require-project-file):
8294         Normalize use of ada-prj-default-project-file.
8295         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
8296         Normalize use of ada-require-project-file.
8297         (ada-prj-find-prj-file): Improve doc string, comments.
8299         * progmodes/ada-mode.el (ada-mode-version): Bump version.
8300         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
8301         (ada-create-menu): Add ada-set-main-compile-application,
8302         ada-show-current-main, ada-show-current-project.
8304 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8306         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
8307         (inferior-python-mode): Use it.
8309 2006-11-14  Andreas Schwab  <schwab@suse.de>
8311         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8313 2006-11-13  Kim F. Storm  <storm@cua.dk>
8315         * ido.el (ido-copy-current-word): C-o copies region if active.
8317 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
8319         * textmodes/org.el (org-emph-face): Fix typo in variable name.
8321 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
8323         * ediff.el (ediff-revision):
8324         * files.el (set-visited-file-name):
8325         * mail/rmailout.el (rmail-output-body-to-file):
8326         Use `format', not `message', in `y-or-n-p' call.
8328 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
8330         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
8331         (org-metaright): Call `org-indent-item' on bullets.
8332         (org-timestamp-change): Set `org-last-changed-timestamp'.
8333         (org-current-line): Make sure (bolp) returns correct result.
8334         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
8336 2006-11-12  Richard Stallman  <rms@gnu.org>
8338         * language/european.el (turkish-case-conversion-enable)
8339         (turkish-case-conversion-disable): New functions.
8340         ("Turkish" lang env): Use them.
8342         * international/characters.el (case table):
8343         Do nothing special for i and I.
8345         * subr.el (remove-overlays): Fix last change.
8347         * cus-edit.el (custom-save-all): Use find-file-visit-truename
8348         for visiting the custom file.
8350 2006-11-12  Markus Triska  <triska@gmx.at>
8352         * play/handwrite.el (handwrite): Also process lines not ending
8353         with newline.  Replace some position-fiddling with different
8354         logic.  Improve performance.
8356 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
8358         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
8359         replacing deleted variable `ada-check-switch'.
8360         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
8361         (ada-xref-project-files): Improve doc string.
8362         (ada-find-executable): New function.
8363         (ada-initialize-runtime-library): Use `ada-find-executable'.
8364         (ada-xref-set-default-prj-values): In compile commands, don't need
8365         `ada-cd-command'; `compile' does that more portably.
8366         Use ada-prj-default-check-cmd.
8367         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
8368         properties if not specified in project file.
8369         (ada-goto-declaration): Display useful message for new error
8370         'error-file-not-found.
8371         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
8372         'error-file-not-found.
8373         (ada-get-all-references): Match latest ali syntax.  Signal new
8374         error 'error-file-not-found.
8375         (ada-find-in-ali): Match latest ali syntax.
8376         (ada-make-filename-from-adaname): Handle different semantics of
8377         gnatkr in GNAT 3.15p vs later.
8379         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
8380         ada-procedure-start-regexp.
8381         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
8383         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
8384         with defvar.
8385         (ada-language-version): Rename ada05 -> ada2005.
8386         (ada-align-region-separate): Add `eval-when-compile'.
8387         (ada-name-regexp): Remove unneeded escapes in regexp character
8388         alternative.
8389         (ada-compile-goto-error-file-linenr-re): New constant.
8390         (ada-matching-start-re): Handle additional cases `declare',
8391         `procedure', `function'.
8392         (ada-compile-goto-error): Handle "... at line nn".
8393         (ada-mode): Clearer syntax, comments for ff-special-constructs.
8394         Delete support for old versions of `align'.
8395         (ada-search-prev-end-stmt): Handle additional keyword `private'.
8396         (ada-check-defun-name): Simplify handling of `declare'.
8397         (ada-goto-matching-start): Handle nested `begin ... end'.
8398         Handle `declare', `protected', `procedure', `function'.
8399         (ada-create-menu): Presence of arm95 is not conditional on using
8400         GNAT compiler.
8402 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
8404         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
8405         nil in the *RE-Builder* buffer (it causes spurious error messages).
8407         * server.el (server-visit-files): If `minibuffer-auto-raise' has
8408         been set to t, respect it.
8410 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
8412         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
8413         Delete commented out code for old Emacs versions.  Autoloading of
8414         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
8415         (ada-mode-version): Bump version number.
8416         (ada-95-string-keywords, ada-2005-string-keywords)
8417         (ada-2005-keywords, ada-name-regexp): New constant.
8418         (ada-language-version, ada-procedure-start-regexp, ada-mode)
8419         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
8420         (ada-package-start-regexp): Support private packages, include package
8421         name (for ada-set-point-accordingly).
8422         (ada-next-procedure, ada-previous-procedure)
8423         (ada-which-function-are-we-in): Match changes to
8424         ada-procedure-start-regexp.
8425         (ada-make-body): Make non-interactive; not a user function.
8426         (ada-make-subprogram-body): Improve doc string.
8428 2006-11-11  Romain Francoise  <romain@orebokech.com>
8430         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
8431         `compilation-error-regexp-alist' buffer-local, since we changed
8432         `compilation-error-regexp-alist-alist' locally.
8434 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
8436         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
8437         to the value of `server-raise-frame'.
8439 2006-11-11  Glenn Morris  <rgm@gnu.org>
8441         * ido.el (ido-enable-prefix)
8442         * ses.el (ses-call-printer-return)
8443         * net/tramp.el (tramp-unified-filenames)
8444         * progmodes/cc-align.el (c-lineup-string-cont)
8445         * progmodes/compile.el (compilation-directory-matcher)
8446         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8447         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8448         (vhdl-clock-rising-edge)
8449         * textmodes/org.el (org-export-with-timestamps)
8450         (org-export-remove-timestamps-from-toc)
8451         (org-export-with-tags): Improve previous doc fixes.
8453 2006-11-11  Richard Stallman  <rms@gnu.org>
8455         * textmodes/flyspell.el (flyspell-mode-map):
8456         Bind C-c $ instead of M-RET.
8458 2006-11-10  Simon Marshall  <simon@gnu.org>
8460         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
8461         fontification for "case" and "default" keywords.
8463 2006-11-10  Andreas Schwab  <schwab@suse.de>
8465         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
8466         Avoid starting sentence with "nil".
8468 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
8470         * server.el (server-raise-frame): New option.
8471         (server-switch-buffer): Use it.
8473 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
8475         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
8476         with a capital.
8478 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
8480         * textmodes/org.el (org-show-hierarchy-above)
8481         (org-show-following-heading): Fix typo in default value.
8482         (org-scan-tags): Make the search case-sensitive.
8483         (org-tags-sparse-tree): Don't overrule
8484         `org-show-following-heading' and `org-show-hierarchy-above'.
8485         (org-reveal): New command.
8486         (org-show-context): Rename from `org-show-hierarchy-above'.
8487         (org-fast-tag-selection-single-key): New option.
8488         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
8489         (org-tags-overlay): New variable.
8490         (org-agenda-todo-ignore-deadlines): New option.
8491         ("session"): Add circular data structure `org-mark-ring' to
8492         exceptions list in session.el.
8493         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
8494         New options.
8495         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
8496         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
8497         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
8498         (org-finalize-agenda): Activate bracket links in agenda.
8499         (org-at-timestamp-p, org-at-date-range-p): Additional argument
8500         INACTIVE-OK.
8501         (org-show-hierarchy-above, org-show-following-heading):
8502         List values allowed for fine-tuned configuration.
8503         (org-show-hierarchy-above): New argument CONTEXT, use the
8504         fine-tuned settings in `org-show-hierarchy-above' and
8505         `org-show-following-heading'.
8506         (org-display-custom-time): New function.
8507         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
8508         (org-display-custom-times, org-time-stamp-custom-formats):
8509         (org-maybe-intangible): New macro.
8510         (org-activate-bracket-links, org-hide-wide-columns):
8511         Use `org-maybe-intangible'.
8512         (org-open-file): Use `shell-quote-argument'.
8513         (org-display-internal-link-with-indirect-buffer): New option.
8514         (org-file-remote-p): Get regexp from list.
8515         (org-link-expand-abbrev): New function.
8516         (org-link-abbrev-alist): New option.
8517         (org-open-at-point, org-cleaned-string-for-export):
8518         Call `org-link-expand-abbrev'.
8519         (org-timeline, org-agenda-list, org-todo-list)
8520         (org-tags-view): Remove the KEEP-MODES argument.
8521         (org-finalize-agenda-hook): New hook.
8522         (org-get-alist-option): New function.
8523         (org-follow-timestamp-link): New function.
8524         (org-open-at-point): Call `org-follow-timestamp-link'.
8525         (org-log-note-marker, org-log-note-purpose)
8526         (org-log-note-window-configuration): New variables.
8527         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
8528         (org-log-note-headings): New option.
8529         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
8530         (org-store-link): Support for dired-mode.
8531         (org-open-file): Substitute environment variables into filename.
8532         (org-last): New defsubst.
8533         (org-agenda-re-align-tags): New function.
8534         (org-agenda-align-tags-to-column): New option.
8535         (org-agenda-timeline): Group removed.
8536         (org-prepare-agenda, org-prepare-agenda-buffers)
8537         (org-run-agenda-series, org-timeline, org-agenda-list)
8538         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
8539         the text property inticating the agenda type.
8540         (org-agenda-post-command-hook): Get agenda type from text property
8541         at point.
8542         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
8543         and obey `org-agenda-overriding-arguments'.
8544         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
8545         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8546         (org-agenda-week-view, org-agenda-day-view):
8547         Use `org-agenda-overriding-arguments' to make updating work with
8548         multi-block agendas.
8549         (org-agenda-prefix-format): Allow different formats for the
8550         different agenda entry types.
8551         (org-timeline-prefix-format): Option removed, use
8552         `org-agenda-prefix-format' instead.
8553         (org-prepare-agenda): New function.
8554         (org-select-timeline-window): Option removed, use
8555         `org-select-agenda-window' instead.
8556         (org-respect-restriction): Variable removed.
8557         (org-cmp-tag): New function.
8558         (org-agenda-sorting-strategy, org-entries-lessp):
8559         Implement sorting by last tag.
8560         (org-complete): Better completion in in-buffer option lines.
8561         (org-in-item-p): New function.
8562         (org-org-menu): Add entries for checkboxes.
8563         (org-cycle): Extra brouping in outline-regexp, because it is used
8564         in a search with "^" prepended.
8565         (org-provide-checkbox-statistics): New option.
8566         (org-set-font-lock-defaults): Highlight checkbox statistics.
8567         (org-update-checkbox-count-maybe)
8568         (org-get-checkbox-statistics-face): New functions.
8569         (org-update-checkbox-count): New command.
8570         (org-insert-item, org-toggle-checkbox):
8571         Call `org-update-checkbox-count-maybe'.
8572         (org-export-as-html): XEmacs compatibility for coding system.
8573         (org-force-cycle-archived): New command.
8574         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8575         overrules cycling.
8576         (org-fix-position-after-promote): If the line contains only a todo
8577         keyword, add a final space.
8578         (org-promote-subtree, org-demote-subtree):
8579         Call `org-fix-position-after-promote'.
8581 2006-11-10  Glenn Morris  <rgm@gnu.org>
8583         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
8584         date in every year.
8585         (calendar-dst-check-each-year-flag): New customizable variable.
8586         (calendar-dst-find-data): New function, extracted from
8587         calendar-current-time-zone.
8588         (calendar-current-time-zone): Use calendar-dst-find-data.
8589         (calendar-dst-transition-cache): New variable.
8590         (calendar-dst-find-startend, calendar-dst-starts)
8591         (calendar-dst-ends): New functions.
8592         (calendar-daylight-savings-starts)
8593         (calendar-daylight-savings-ends): Change value to use
8594         calendar-dst-starts, calendar-dst-ends; respectively.
8596         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8598         * ido.el (ido-enable-prefix)
8599         * ses.el (ses-call-printer-return)
8600         * net/tramp.el (tramp-unified-filenames)
8601         * progmodes/cc-align.el (c-lineup-string-cont)
8602         * progmodes/compile.el (compilation-directory-matcher)
8603         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8604         * progmodes/gdb-ui.el (gdb-many-windows)
8605         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8606         (vhdl-clock-rising-edge)
8607         * textmodes/org.el (org-export-with-timestamps)
8608         (org-export-remove-timestamps-from-toc, org-export-with-tags)
8609         (org-read-date): Doc fix (Nil -> nil).
8611 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8613         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8614         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8616 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
8618         * bs.el (bs--window-for-buffer): Remove.
8619         (bs--show-with-configuration): Use `get-window-with-predicate'
8620         instead of `bs--window-for-buffer'.
8622 2006-11-10  Kenichi Handa  <handa@m17n.org>
8624         * files.el (revert-buffer): Fix previous change.
8626 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
8628         * bs.el (bs--redisplay): Fix typo in docstring.
8629         (bs--window-config-coming-from): Make frame-local.
8630         (bs--restore-window-config): New function.
8631         (bs-kill, bs-select, bs-select-other-window)
8632         (bs-select-other-frame): Use it.
8633         (bs--window-for-buffer): Return as soon as a matching buffer is found.
8634         (bs--show-with-configuration): Save the window configuration as a
8635         frame local var, and only if *buffer-selection* is not already
8636         visible on this frame.
8638 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
8640         * vc-svn.el (vc-svn-admin-directory): New var.
8641         (vc-svn-registered, vc-svn-responsible-p)
8642         (vc-svn-repository-hostname): Use it.
8643         Suggested by arit93@yahoo.com.
8645 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
8647         * ldefs-boot.el: Regenerate.
8649 2006-11-08  Alan Mackenzie  <acm@muc.de>
8651         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8652         case (eq open-paren-in-column-0-is-defun-start nil) by searching
8653         for least nested open-paren.
8655 2006-11-08  Romain Francoise  <romain@orebokech.com>
8657         * subr.el (remove-overlays): Fix typo in last change.
8659 2006-11-08  Richard Stallman  <rms@gnu.org>
8661         * subr.el (remove-overlays): Call overlay-recenter.
8663 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8665         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8666         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8667         behaviour.
8668         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8669         directly.
8671 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
8673         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8674         (ido-max-dir-file-cache, ido-decorations)
8675         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8676         (ido-magic-backward-char, ido-enter-dired)
8677         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8678         (ido-list-directory, ido-first-match, ido-only-match)
8679         (ido-subdir, ido-indicator): Fix typos in docstrings.
8680         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8681         (ido-read-internal): Fix typo in error message.
8683 2006-11-08  Kenichi Handa  <handa@m17n.org>
8685         * international/mule-cmds.el (set-default-coding-systems):
8686         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8688 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
8690         * makefile.w32-in (setwins): Remove.
8691         (WINS_ALMOST): New macro.
8692         (WINS): Use it.
8693         (autoloads): Don't extract autoloads from files in obsolete/.
8695 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
8697         * whitespace.el (whitespace-buffer): Call remove-overlays after
8698         overlay-recenter for performance.  Suggested by Martin Rudalics.
8700 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
8702         * net/tramp.el (tramp-default-method): scp is the default method.
8704 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
8706         * server.el (server-start): Save also the Emacs pid in the server file.
8708 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
8710         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8711         point when displaying a bibtex cross reference in the echo area.
8713 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
8715         * international/mule.el (make-char): Fix typo in docstring.
8716         (load-with-code-conversion, charsetp): Doc fixes.
8718         * international/ja-dic-cnv.el (skkdic-convert):
8719         * cus-edit.el (hook): Fix typo in docstring.
8721 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
8723         * cus-edit.el (custom-mode-map): Move defvar above code using it.
8724         (custom-mode-link-map): New variable.
8725         (custom-group-link, custom-manual): Use follow-link.
8727 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8729         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8730         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
8732 2006-11-06  Richard Stallman  <rms@gnu.org>
8734         * textmodes/flyspell.el (flyspell-correct-word-before-point):
8735         New function broken out of flyspell-correct-word.
8736         (flyspell-mode-map): Bind it to M-RET.
8737         (flyspell-correct-word): Call it.
8739         * textmodes/fill.el (fill-minibuffer-function): New function.
8740         (fill-paragraph): Bind fill-paragraph-function to
8741         fill-minibuffer-function.
8743         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8744         so that they aren't undefined.
8746         * dired.el (dired-readin): Locally bind file-name-coding-system.
8748         * bindings.el: Shorten and clarify usual mode line mouse help string.
8750         * Makefile.in (autoloads): Don't include `obsolete'.
8752 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
8754         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8755         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8756         Printing menu if it's not initialized.
8757         (pr-menu-bind): Act on menu-bar-file-menu directly.
8759 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
8761         * help.el (view-emacs-news): Fix typo in error message.
8763         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8765         * shadowfile.el (shadow-define-regexp-group)
8766         (shadow-literal-groups, shadow-insert-var): Doc fixes.
8767         (shadow-read-files): Fix typo in message.
8768         (shadow-inhibit-overload, shadow-find, shadow-suffix)
8769         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8770         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8771         (shadow-file-match): Fix typos in docstrings.
8773         * terminal.el (terminal-emulator): Fix typo in message.
8775         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8777         * emacs-lisp/lselect.el (x-kill-primary-selection)
8778         (x-delete-primary-selection, x-copy-primary-selection):
8779         Fix typos in error messages.
8781         * emulation/edt-mapper.el: Fix typo in interactive message.
8783         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8785         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8786         (ispell-help): Fix typos in docstrings.
8787         (ispell-help): Fix typo in output message.
8789         * allout.el (allout-adjust-file-variable)
8790         (allout-passphrase-verifier-string)
8791         (allout-passphrase-hint-string)
8792         (allout-toggle-current-subtree-encryption):
8793         * apropos.el (apropos-synonyms):
8794         * cus-edit.el (hook):
8795         * emacs-lock.el (emacs-lock-from-exiting):
8796         * follow.el (follow-avoid-tail-recenter-p):
8797         * hexl.el (hexl-mode):
8798         * mouse-copy.el (mouse-copy-work-around-drag-bug):
8799         * mouse.el (mouse-set-font):
8800         * resume.el (resume-emacs-args-file):
8801         * rfn-eshadow.el (file-name-shadow-tty-properties):
8802         * t-mouse.el (t-mouse-process, t-mouse-mode):
8803         * emacs-lisp/cust-print.el (custom-print-install)
8804         (custom-print-uninstall, custom-format):
8805         * emacs-lisp/shadow.el (list-load-path-shadows):
8806         * emulation/tpu-edt.el (tpu-help-text)
8807         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8808         (tpu-reset-control-keys):
8809         * emulation/vip.el (vip-emacs-local-map)
8810         (vip-change-mode-to-emacs):
8811         * emulation/viper.el (viper-mode, viper-set-hooks)
8812         (viper-major-mode-modifier-list):
8813         * emulation/viper-init.el (viper-emacs-state-cursor-color):
8814         * emulation/viper-keym.el (viper-emacs-kbd-map)
8815         (viper-toggle-key):
8816         * mail/feedmail.el (feedmail-queue-reminder)
8817         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8818         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8819         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8820         (feedmail-sender-line, feedmail-force-binary-write)
8821         (feedmail-from-line, feedmail-deduce-envelope-from)
8822         (feedmail-x-mailer-line, feedmail-message-id-generator)
8823         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8824         (feedmail-enable-spray, feedmail-spray-this-address)
8825         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8826         (feedmail-queue-runner-confirm-global)
8827         (feedmail-ask-before-queue-prompt)
8828         (feedmail-ask-before-queue-reprompt)
8829         (feedmail-prompt-before-queue-standard-alist)
8830         (feedmail-prompt-before-queue-user-alist)
8831         (feedmail-prompt-before-queue-help-supplement)
8832         (feedmail-queue-use-send-time-for-message-id)
8833         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8834         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8835         (feedmail-mail-send-hook-queued)
8836         (feedmail-confirm-addresses-hook-example)
8837         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8838         (feedmail-queue-runner-mode-setter)
8839         (feedmail-queue-alternative-mail-header-separator)
8840         (feedmail-queue-runner-message-sender)
8841         (feedmail-buffer-eating-function, feedmail-binmail-template)
8842         (feedmail-run-the-queue-no-prompts)
8843         (feedmail-run-the-queue-global-prompt)
8844         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8845         (feedmail-envelope-deducer, feedmail-fiddle-date)
8846         (feedmail-default-message-id-generator)
8847         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8848         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8849         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8850         (vms-pmail-setup):
8851         * play/dunnet.el (dun-help):
8852         * play/handwrite.el (handwrite):
8853         * play/hanoi.el (hanoi-unix-64):
8854         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8855         * textmodes/enriched.el (fixed):
8856         * textmodes/org.el (org-file-apps)
8857         (org-emphasis-regexp-components, org-emphasis-alist):
8858         * textmodes/texinfmt.el (batch-texinfo-format):
8859         Fix typos in docstrings.
8861 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
8863         * loadhist.el (read-feature): Don't complete features not loaded
8864         from a file (which make `unload-feature' to fail).
8866 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8868         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8870 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
8872         * startup.el (command-line-1): Kill emacs if the last frame is
8873         deleted while evaluating the command-line arguments.
8875 2006-11-05  Richard Stallman  <rms@gnu.org>
8877         * startup.el (init-file-had-error): Add doc string.
8878         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8879         Use fixed-width font for keyboard key descriptions.
8881         * cus-edit.el (custom-save-all): Error if saving in .emacs
8882         and it had an error when loaded.
8884         * dired-aux.el (dired-copy-file-recursive): Catch errors
8885         from recursive copies in the loop, around the recursive call.
8887 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8889         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8890         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
8891         `/proc/acpi/thermal_zone/*'.
8892         (battery-search-for-one-match-in-files): New.  Search a regexp in
8893         the content of some files.
8895 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
8897         * window.el (mouse-autoselect-window-now): Remove variable.
8898         (mouse-autoselect-window-state): New variable.
8899         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8900         (mouse-autoselect-window-select, handle-select-window):
8901         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8902         Suspend delayed autoselection during menu or popup dialog.
8904         * info-look.el (info-lookup-guess-custom-symbol): New function
8905         for retrieving symbol at point in custom buffers.
8906         (top level) <info-lookup-maybe-add-help>: Add backquote and
8907         comma to ignored characters in regexps of help specifications
8908         for emacs-lisp-mode and lisp-interaction-mode.  This permits
8909         looking up symbols in `...' and after a comma.  Add help
8910         specifications for custom-mode and help-mode.
8912 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
8914         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8915         Don't encode body if RAW is non-nil, or if the old encoding is
8916         identical to the new encoding, or if the body contains only
8917         eight-bit-* characters.
8919 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8921         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8922         (faces-sample-overlay): Remove variable.
8923         (describe-face): Insert sample text in the face being described.
8925 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
8927         * whitespace.el (whitespace-indent-regexp): Make this match any
8928         multiples of eight spaces near the beginning of a line.
8929         (whitespace-buffer): Use `remove-overlays' instead of
8930         `whitespace-unhighlight-the-space' and `overlay-recenter' to
8931         speed up overlay handling.
8932         (whitespace-buffer-leading, whitespace-buffer-trailing):
8933         Make these functions highlight the text removed by
8934         `whitespace-buffer-leading-cleanup' and
8935         `whitespace-buffer-trailing-cleanup' respectively.
8936         (whitespace-buffer-search): Use `with-local-quit'.
8937         Move `format' out of loop to speed up scanning larger buffers.
8938         (whitespace-unhighlight-the-space): Remove `remove-hook' since
8939         that function is never added to a hook.
8940         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8941         (whitespace-buffer-leading-cleanup)
8942         (whitespace-refresh-rescan-list): Fix docstrings.
8944 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
8946         * allout.el (allout-during-yank-processing): Cue for inhibiting
8947         aberrance processing during yanks.
8948         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8949         the amount of yanked topics that can be aberrant.
8950         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8951         a function, and supplement with inihibition of doublechecking
8952         during yanks.
8953         (allout-beginning-of-line, allout-next-heading)
8954         (allout-previous-heading, allout-goto-prefix-doublechecked)
8955         (allout-back-to-current-heading, allout-next-visible-heading)
8956         (allout-next-sibling): Use new allout-do-doublecheck function.
8957         (allout-next-sibling): Ensure we made progress when returning
8958         other than nil.
8959         (allout-rebullet-heading): Preserve text property annotations
8960         indicating the text was hidden, if it was.
8961         (allout-kill-line): Remove any added was-hidden annotations.
8962         (allout-kill-topic): Remove any added was-hidden annotations.
8963         (allout-annotate-hidden): Inhibit adding was-hidden text
8964         properties to the undo list.
8965         (allout-deannotate-hidden): New function to remove was-hidden
8966         annotation.
8967         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8968         (allout-remove-exposure-annotation): Replace by
8969         allout-deannotate-hidden.
8970         (allout-yank-processing): Signal that yank processing is happening
8971         with allout-during-yank-processing.  Also, wrap
8972         allout-unprotected's closer to the text changes, for easier
8973         debugging.  We need to inhibit-field-text-motion explicitly, in
8974         lieu of the encompassing allout-unprotected.
8975         (outlineify-sticky): Adjust criteria for triggering new outline
8976         decorations to presence or absence of any topics, not just a topic
8977         at the beginning of the buffer.
8979 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8981         * bs.el (bs--show-all, bs--redisplay):
8982         * cus-edit.el (custom-unlispify-menu-entries)
8983         (custom-unlispify-tag-names, custom-prompt-variable):
8984         * expand.el (expand-pos):
8985         * speedbar.el (speedbar-generic-list-tag-p):
8986         * wid-edit.el (widget-image-enable):
8987         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8988         * emacs-lisp/find-func.el (find-function-noselect)
8989         (find-function, find-variable-noselect, find-variable)
8990         (find-definition-noselect, find-face-definition):
8991         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8992         * net/eudc-vars.el (eudc-expansion-overwrites-query):
8993         * progmodes/ada-xref.el (ada-find-in-ali):
8994         * textmodes/flyspell.el (flyspell-check-tex-math-command):
8995         * textmodes/org.el (org-copy-subtree):
8996         * textmodes/table.el (table--row-column-insertion-point-p):
8997         Use "non-nil" in docstrings.
8999 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
9001         * sort.el (sort-columns): Set the field separator to tab; on
9002         NetBSD, sort complains if "\n" is used as field separator.
9004 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
9006         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
9008 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9010         * server.el (server-auth-key): Remove.  Replace by a process-property.
9011         (server-start): Don't remove the file of the previous process, but
9012         instead clear out the place for the new file.
9013         (server-start): Set the :auth-key property.
9014         (server-process-filter): Use the :auth-key property.
9016 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
9018         * textmodes/org.el (org-mode-map): No longer copy
9019         `outline-mode-map' explicitly - this is already done by
9020         `define-derived-mode'.
9022 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
9024         * server.el (server-visit-files): Use `when'.
9025         (server-process-filter): When authentication fails, send error
9026         message to client.  Wrap `process-send-region' in `ignore-errors'
9027         instead of `condition-case', and remove misleading comment.
9029 2006-11-01  Juri Linkov  <juri@jurta.org>
9031         * simple.el (yank): Doc fix.
9033 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9035         * server.el: Try and fit within 80 columns.
9036         (server-start): Make the auth file unreadable by other users.
9038 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9040         * battery.el (battery-linux-proc-acpi): Prevent range error when
9041         `full-capacity' is 0.
9043 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
9045         * faces.el (faces-sample-overlay): New defvar.
9046         (faces-sample-overlay): New function to show face sample text.
9047         (describe-face): Use it.
9049 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
9051         * progmodes/ada-stmt.el: Change maintainer, apply
9052         whitespace-cleanup, checkdoc.
9053         (ada-func-or-proc-name): Add doc string.
9055         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
9056         whitespace-cleanup, checkdoc.  Minor improvements to many doc
9057         strings and comments.
9058         (ada-prj-display-page): Change buffer name to more accurately
9059         reflect function.
9061         * progmodes/ada-xref.el: Change maintainer, apply
9062         whitespace-cleanup, checkdoc.  Minor improvements to many doc
9063         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
9064         (ada-compile-current): Don't add newlines to commands.
9066 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
9068         * server.el: Add support for TCP sockets.
9069         (server-use-tcp, server-host, server-auth-dir): New options.
9070         (server-auth-key): New variable.
9071         (server-ensure-safe-dir): Create nonexistent parent dirs.
9072         Ignore Unix-style file modes on Windows.
9073         (server-start): Crete a TCP or Unix socket according to the value
9074         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
9075         `server-auth-dir' directory.
9076         (server-process-filter): Delete process if authentication
9077         fails (which never happens for Unix sockets).
9079 2006-10-30  David Kastrup  <dak@gnu.org>
9081         * subr.el (add-to-list): Don't continue checking if a match has
9082         been found.
9084 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
9086         * tutorial.el: Move defvars to avoid bytecomp warnings.
9087         (tutorial--find-changed-keys): Check if viper-current-state is
9088         bound before using it.
9089         (help-with-tutorial): Check if viper-tutorial is defined before
9090         using it.
9092 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9094         * help-fns.el (help-with-tutorial): Move to tutorial.el.
9096         * tutorial.el: New file.
9097         (help-with-tutorial): Move here from help-fns.el.  Add help for
9098         rebound keys.  Fix resume of tutorial.
9099         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
9100         (tutorial--find-changed-keys, tutorial--display-changes)
9101         (tutorial--saved-dir, tutorial--saved-file)
9102         (tutorial--save-tutorial): New functions to support the changes in
9103         help-with-tutorial.
9105 2006-10-30  Kenichi Handa  <handa@m17n.org>
9107         * files.el (revert-buffer): If a unibyte buffer is being reverted
9108         with a coding system for multibyte, set buffer multibyte before
9109         calling insert-file-contents.
9111 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9113         * server.el (server-select-display): Use a dummy buffer to detect when
9114         the frame is later used.
9115         (server-select-display): New function.
9116         (server-process-filter): Use it to detect unused temp frames.
9118 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
9120         * progmodes/ada-mode.el: Change maintainer, apply
9121         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
9122         (ada-mode-version): New function.
9123         (ada-create-menu): Menu operations are available for all supported
9124         compilers.
9126 2006-10-29  Lars Hansen  <larsh@soem.dk>
9128         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
9129         Highlight as keyword.
9130         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
9131         Don't call tramp-method-out-of-band-p for local files.
9132         (tramp-touch): Quote file name.
9134 2006-10-28  Glenn Morris  <rgm@gnu.org>
9136         * calendar/calendar.el (cal-html-cursor-month)
9137         (cal-html-cursor-year): Add autoloads for this new package.
9138         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
9140 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
9142         * calendar/cal-html.el: New file.
9144 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
9146         * emacs-lisp/authors.el (authors-aliases): Update.
9148 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
9150         * version.el (emacs-version): Bump version number to 22.0.90.
9152 2006-10-26  John W. Eaton  <jwe@octave.org>
9154         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
9155         New defvar.
9156         (inferior-octave-resync-dirs): Check to see whether Octave has
9157         built-in variables and set inferior-octave-has-built-in-variables.
9158         Check inferior-octave-has-built-in-variables to decide whether to
9159         send commands that set built-in variables or call functions to
9160         change Octave's behavior.
9161         Send "disp (pwd ())" to Octave instead of just "pwd".
9162         (inferior-octave-startup): Send "more off" to Octave instead of
9163         "page_screen_output = 0".
9165 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
9167         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
9168         pattern normally.
9170 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
9172         * bindings.el (mode-line-mode-menu): Remove bindings for global
9173         minor modes (line/column number) as they are on the menubar.
9175 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
9177         * term/w32-win.el (x-handle-name-switch): Doc fix.
9178         (w32-standard-fontset-spec): Fix typo in docstring.
9180         * midnight.el (midnight-buffer-display-time): Doc fix.
9181         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
9183 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
9185         * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
9187         * emulation/viper-ex.el (ex-read): Quote file argument.
9189         * ediff-diff.el (ediff-same-file-contents): Expand file names.
9191         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
9193 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
9195         * textmodes/flyspell.el (flyspell-check-region-doublons):
9196         Fix last fix.
9198 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
9200         * bindings.el (mode-line-mode-menu): List global minor modes
9201         before local ones.
9203 2006-10-23  Kim F. Storm  <storm@cua.dk>
9205         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
9206         (sit-for): If last command was a prefix arg, add the read-ahead
9207         event to unread-command-events as (t . EVENT) so it will be added
9208         to this-command-keys by read-key-sequence.
9210 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
9212         * textmodes/flyspell.el (flyspell-word): Skip past all previous
9213         whitespace when checking doublons.
9214         (flyspell-check-region-doublons): Fix doublon regexp.
9215         (flyspell-highlight-incorrect-region): Highlight doublons using
9216         flyspell-duplicate face.
9218         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
9220 2006-10-22  John Wiegley  <johnw@newartisans.com>
9222         * progmodes/python.el (python-use-skeletons): python-mode was
9223         auto-inserting templates (for those with abbrev-mode on), not only
9224         by default -- *but without a configuration variable to disable
9225         it*.  This rendered python-mode completely useless for me, so I
9226         have added `python-use-skeletons', which is now off by default.
9228 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
9230         * progmodes/cperl-mode.el (cperl-mode): Don't assume
9231         font-lock-multiline is auto-local (it's not).
9232         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
9233         initialized before calling cperl-init-faces.
9235 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
9237         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
9238         gdb-stack-position a value when there is no fringe.
9240         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
9241         indicator if not visiting a file.
9243 2006-10-20  David Kastrup  <dak@gnu.org>
9245         * window.el (kill-buffer-and-window): Fix a bug where an aborted
9246         operation would still cause some window to collapse later.
9248 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9250         * vc.el (vc-switch-backend): Try to be more careful with unwanted
9251         side-effect due to mixing various backends's file properties.
9253         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
9254         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
9255         Return `filename's status if applicable.  Update callers.
9257 2006-10-19  Kenichi Handa  <handa@m17n.org>
9259         * international/kkc.el (kkc-region): When a key sequence is not
9260         defined, append (this-single-command-raw-keys) to
9261         unread-input-method-events.
9263 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
9265         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
9267 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9269         * version.el (emacs-version): Use mac-carbon-version-string.
9271         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
9273 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9275         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
9276         Kenichi Handa).
9277         (xselect-convert-to-string): Decline requests for UTF8_STRING if
9278         the selection is not UTF-8.
9280 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
9282         * progmodes/ada-mode.el (ada-83-string-keywords)
9283         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
9284         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
9285         (ada-looking-at-semi-private, ada-get-body-name):
9286         Fix typos in docstrings.
9287         (ada-create-case-exception, ada-create-case-exception-substring):
9288         Fix typos in error messages.
9289         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
9291 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9293         * term/x-win.el (res-geometry): Don't set geometry from Xresources
9294         to default-frame-alist if default-frame-alist already contains
9295         width/height.
9297 2006-10-18  Richard Stallman  <rms@gnu.org>
9299         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
9300         Non-interactive arg is the value, not the expression.
9302         * simple.el (read-expression-map): Just set it, no defvar.
9304         * subr.el (insert-for-yank-1): If last inserted char has
9305         properties, mark them as rear-nonsticky.
9307         * recentf.el (recentf-mode): Doc fix.
9309         * facemenu.el (facemenu-add-new-face): Defend against symbol
9310         that isn't a face name.
9312         * dired-aux.el (dired-do-copy): Doc fix.
9314 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
9316         * simple.el (line-move-1): Ignore fields when moving to the
9317         beginning of line to avoid getting point stuck.
9319 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
9321         * textmodes/flyspell.el (flyspell-word-search-backward):
9322         Set inhibit-point-motion-hooks to avoid looping due to intangibile
9323         text.
9325 2006-10-16  Richard Stallman  <rms@gnu.org>
9327         * help-fns.el (describe-function-1): Special case optimization
9328         for self-insert-command.
9330 2006-10-16  Kim F. Storm  <storm@cua.dk>
9332         * ido.el (ido-reread-directory): Work in `dir' mode too.
9334 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
9336         * textmodes/table.el: Require 'regexp-opt.
9338 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9340         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
9341         Use shell-quote-argument.
9343         * shell.el (explicit-bash-args): Likewise.
9345         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
9346         Use grep -E rather than egrep.
9348 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9350         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
9352 2006-10-15  Kim F. Storm  <storm@cua.dk>
9354         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
9356 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9358         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
9359         to protect whitespace and metacharacters from the shell.
9361 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
9363         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
9365 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
9367         * subr.el (start-process-shell-command): Doc fix.
9369 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
9371         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
9372         the regexp for Maxima symbols.
9374 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
9377         (vc-find-root): Don't walk higher up than ~.
9379 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
9381         * international/utf-8.el (utf-translate-cjk-load-tables):
9382         Avoid clobbering last-coding-system-used during load.
9384 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
9386         * textmodes/reftex-global.el (reftex-create-tags-file):
9387         Quote file arguments.
9389 2006-10-12  Richard Stallman  <rms@gnu.org>
9391         * files.el (file-name-history): Add defvar.
9392         (save-some-buffers-action-alist): Improve description strings.
9394 2006-10-12  Andreas Schwab  <schwab@suse.de>
9396         * files.el (auto-mode-alist): Match change log file name also with
9397         a dash before a numeric extension.
9399 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
9401         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
9402         After 5.0:
9403         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
9405         After 5.1: Major edit.  Summary of most visible changes:
9407         - Multiple <<HERE per line allowed.
9408         - Handles multiline subroutine declaration headers (with comments).
9409           (The exception is `cperl-etags' - but it is not used in the rest
9410           of the mode.)
9411         - Fontifies multiline my/our declarations (even with comments,
9412           and with legacy `font-lock').
9413         - Major speedup of syntaxification, both immediate and postponed
9414           (3.5x to 15x [for different CPUs and versions of Emacs] on the
9415           huge real-life document I tested).
9416         - New bindings, edits to imenu.
9417         - "_" is made into word-char during fontification/syntaxification;
9418           some attempts to recognize non-word "_" during other operations too.
9419         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
9420         - autoload some more perldoc-related stuff
9421         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
9422         - Attempt to incorporate XEmacs edits which reached me.
9424         Fine-grained changelog:
9425         (cperl-hook-after-change): New configuration variable.
9426         (cperl-vc-sccs-header): Likewise.
9427         (cperl-vc-sccs-header): Likewise.
9428         (cperl-vc-header-alist): Default via two preceding variables.
9429         (cperl-invalid-face): Remove double quoting under XEmacs
9430                 (still needed under 21.2).
9431         (cperl-tips): Update URLs for resources.
9432         (cperl-problems): Likewise.
9433         (cperl-praise): Mention new features.
9434         New C-c key bindings: for `cperl-find-bad-style',
9435         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
9436         `cperl-perdoc', and `cperl-perldoc-at-point'.
9437         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
9438         moved, new submenu of Tools with Ispell entries and narrowing.
9439         (cperl-after-sub-regexp): New defsubst.
9440         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
9441                 Allows heads up to head4.
9442                 Allow "package;".
9443         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
9444         (paren-backwards-message): ??? Something for XEmacs???
9445         (cperl-mode): Never auto-switch abbrev-mode off.
9446                 Try to allow '_' be non-word char.
9447                 Do not use `font-lock-unfontify-region-function' on XEmacs.
9448                 Reset syntax cache on mode start.
9449                 Support multiline facification (even on legacy `font-lock').
9450         (cperl-facemenu-add-face-function): ??? Some contributed code ???
9451         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
9452                 refuse to inform us whether the fontification is due to lazy
9453                 calling or due to edit to a buffer, install our own hook
9454                 (controlled by `cperl-hook-after-change').
9455         (cperl-electric-pod): =cut may have been recognized as start.
9456         (cperl-block-p): Move, updated for attributes.
9457         (cperl-calculate-indent): Try to allow '_' be non-word char
9458                 Support subs with attributes.
9459         (cperl-where-am-i): Quiet (?) a warning.
9460         (cperl-cached-syntax-table): New function.
9461         (cperl-forward-re): Use `cperl-cached-syntax-table'.
9462         (cperl-unwind-to-safe): Recognize `syntax-type' property
9463                 changing in a middle of line.
9464         (cperl-find-sub-attrs): New function.
9465         (cperl-find-pods-heres): Allow many <<EOP per line.
9466                 Allow subs with attributes.
9467                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
9468                 Recognize "extproc " (OS/2) case-folded and only at start.
9469                 /x on s///x with empty replacement was not recognized.
9470                 Better comments.
9471         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
9472                 Allow subs with attributes, labels.
9473                 Do not confuse "else::foo" with "else".
9474                 Minor optimizations...
9475         (cperl-after-expr-p): Try to allow '_' be non-word char.
9476         (cperl-fill-paragraph): Try to detect a major bug in Emacs
9477                 with `looking-at' inside `narrow' and bulk out if found.
9478         (cperl-imenu--create-perl-index): Updates for new
9479                 `cperl-imenu--function-name-regexp-perl'.
9480         (cperl-outline-level): Likewise.
9481         (cperl-init-faces): Allow multiline subroutine headers
9482                 and my/our declarations, and ones with comments.
9483                 Allow subroutine attributes.
9484         (cperl-imenu-on-info): Better docstring.
9485         (cperl-etags): Rudimentary support for attributes.
9486                 Support for packages and "package;".
9487         (cperl-add-tags-recurse-noxs): Better (?) docstring.
9488         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
9489         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
9490         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
9491         (cperl-perldoc): Add autoload.
9492         (cperl-perldoc-at-point): Likewise.
9493         (cperl-here-doc-spell): New function.
9494         (cperl-pod-spell): Likewise.
9495         (cperl-map-pods-heres): Likewise.
9496         (cperl-get-here-doc-region): Likewise.
9497         (cperl-font-lock-fontify-region-function): Likewise (backward
9498                 compatibility for legacy `font-lock').
9499         (cperl-font-lock-unfontify-region-function): Fix style.
9500         (cperl-fontify-syntaxically): Recognize and optimize away deferred
9501                 calls with no-change.  Governed by `cperl-hook-after-change'.
9502         (cperl-fontify-update): Recognize that syntaxification region
9503                 can be larger than fontification one.
9504                 XXXX we leave `cperl-postpone' property, so this is quadratic...
9505         (cperl-fontify-update-bad): Temporary placeholder until
9506                 it is clear how to implement `cperl-fontify-update'.
9507         (cperl-time-fontification): New function.
9508         (attrib-group): New text attribute.
9509         (multiline): New value: `syntax-type' text attribute.
9511         After 5.2:
9512         (cperl-emulate-lazy-lock): New function.
9513         (cperl-fontify-syntaxically): Would skip large regions.
9514         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
9515         Some globals were declared, but uninitialized.
9517         After 5.3, 5.4:
9518         (cperl-facemenu-add-face-function): Add docs, fix U<>.
9519         Copyright message updated.
9520         (cperl-init-faces): Work around a bug in `font-lock'.  May slow
9521                         facification down a bit.
9522                 Misprint for my|our|local for old `font-lock'
9523                         "our" was not fontified same as "my|local".
9524                 Highlight variables after "my" etc even in
9525                         a middle of an expression.
9526                 Do not facify multiple variables after my etc
9527                         unless parentheses are present.
9529         After 5.5, 5.6
9530         (cperl-fontify-syntaxically): after-change hook could reset.
9531         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
9533         After 5.7:
9534         (cperl-init-faces): Allow highlighting of local ($/).
9535         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
9536         (cperl-problems): Remove fixed problems.
9537         (cperl-find-pods-heres): Recognize #-comments in m##x too.
9538                 Recognize charclasses (unless delimiter is \).
9539         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
9540         (cperl-regexp-scan): Update docs.
9541         (cperl-beautify-regexp-piece): Use information got from regexp scan.
9543         After 5.8:
9544         Major user visible changes:
9545         Recognition and fontification of character classes in RExen.
9546         Variable indentation of RExen according to groups.
9548         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
9549                 Fontify REx charclasses in variable-name face.
9550                 Fontify POSIX charclasses in "type" face.
9551                 Fontify unmatched "]" in function-name face.
9552                 Mark first-char of HERE-doc as `front-sticky'.
9553                 Reset `front-sticky' property when needed.
9554         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
9555         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
9556         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
9557                 constructs.  Support `narrow'ed buffers.
9558         (cperl-praise): Remove a reservation.
9559         (cperl-make-indent): New function.
9560         (cperl-indent-for-comment): Use `cperl-make-indent'.
9561         (cperl-indent-line): Likewise.
9562         (cperl-lineup): Likewise.
9563         (cperl-beautify-regexp-piece): Likewise.
9564         (cperl-contract-level): Likewise.
9565         (cperl-toggle-set-debug-unwind): New function.
9566                 New menu entry for this.
9567         (fill-paragraph-function): Use when `boundp'.
9568         (cperl-calculate-indent): Take into account groups when indenting RExen.
9569         (cperl-to-comment-or-eol): Recognize # which end a string.
9570         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
9571         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
9572         (cperl-fontify-syntaxically): More clear debugging message.
9573         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
9574         (cperl-init-faces): More complicated highlight even on XEmacs (new).
9575         Merge cosmetic changes from XEmacs.
9577         After 5.9:
9578         (cperl-1+): Move to before the first use.
9579         (cperl-1-): Likewise.
9581         After 5.10:
9583         This code may lock Emacs hard!!!  Use at your own risk!
9585         (cperl-font-locking): New internal variable.
9586         (cperl-beginning-of-property): New function.
9587         (cperl-calculate-indent): Use `cperl-beginning-of-property'
9588         instead of `previous-single-property-change'.
9589         (cperl-unwind-to-safe): Likewise.
9590         (cperl-after-expr-p): Likewise.
9591         (cperl-get-here-doc-region): Likewise.
9592         (cperl-font-lock-fontify-region-function): Likewise.
9593         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
9594                         recursively.
9595                 Bound `next-single-property-change' via `point-max'.
9596         (cperl-unwind-to-safe): Bound likewise
9597         (cperl-font-lock-fontify-region-function): Likewise.
9598         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9599                 Initialization of `cperl-font-lock-multiline-start' could be
9600                 missed if the "main" fontification did not run due to the
9601                 keyword being already fontified.
9602         (cperl-pod-spell): Return t from do-one-chunk function.
9603         (cperl-map-pods-heres): Stop when the worker returns nil.
9604                 Call `cperl-update-syntaxification'.
9605         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9606         (cperl-get-here-doc-delim): Remove unused function.
9608         After 5.11:
9610         The possible lockup of Emacs (introduced in 5.10) fixed.
9612         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9613         (cperl-syntaxify-for-menu): New customization variable.
9614         (cperl-select-this-pod-or-here-doc): New function.
9615         (cperl-get-here-doc-region): Extra argument.
9616                 Do not adjust pos by 1.
9618         New menu entries
9619                 (Perl/Tools): Selection of current POD or HERE-DOC section.
9620                 (Debugging CPerl:) backtrace on fontification.
9622         After 5.12:
9623         (cperl-cached-syntax-table): Use `car-safe'.
9624         (cperl-forward-re): Remove spurious argument SET-ST.
9625                 Add documentation.
9626         (cperl-forward-group-in-re): New function.
9627         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9628         (XXXX Temporary (?) hack is to syntax-mark them as comment).
9630         After 5.13:
9631         (cperl-string-syntax-table): Make { and } not-grouping
9632           (Sometimes they ARE grouping in RExen, but matching them would only
9633            confuse in many situations when they are not)
9634         (beginning-of-buffer): Replace two occurrences with goto-char...
9635         (cperl-calculate-indent): `char-after' could be nil...
9636         (cperl-find-pods-heres): REx can start after "[" too.
9637                 Hightlight (??{}) in RExen too.
9638         (cperl-maybe-white-and-comment-rex): New constant
9639         (cperl-white-and-comment-rex): Likewise.
9640                 XXXX Not very efficient, but hard to make
9641                 better while keeping 1 group.
9643         After 5.13:
9644         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9645                 Likewise for 1 << identifier.
9647         After 5.14:
9648         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9649                 Error-less condition-case could fail.
9650         (cperl-font-lock-fontify-region-function): Likewise.
9651         (cperl-init-faces): Likewise.
9653         After 5.15:
9654         (cperl-find-pods-heres): Support property REx-part2.
9655         (cperl-calculate-indent): Likewise.
9656                 Don't special-case REx with non-empty 1st line.
9657         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9658                 Invert highlighting of charclasses:
9659                         now the envelop is highlighted.
9660                 Highlight many others 0-length builtins.
9661         (cperl-praise): Mention indenting and highlight in RExen.
9663         After 5.15:
9664         (cperl-find-pods-heres): Highlight capturing parens in REx.
9666         After 5.16:
9667         (cperl-find-pods-heres): Highlight '|' for alternation
9668         Initialize `font-lock-warning-face' if not present.
9669         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9670                          `font-lock-function-name-face'.
9671         (cperl-look-at-leading-count): Likewise.
9672         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9673                         `font-lock-keyword-face' (needed for
9674                         batch processing), etc...
9675                 Use `font-lock-builtin-face' for builtin in REx
9676                         Now `font-lock-variable-name-face'
9677                         is used for interpolated variables
9678                 Use "talking aliases" for faces inside REx
9679                 Highlight parts of REx (except in charclasses)
9680                         according to the syntax and/or semantic
9681                 Syntax-mark a {}-part of (?{}) as "comment"
9682                         (it was the ()-part)
9683                 Better logic to distinguish what is what in REx
9684         (cperl-tips-faces): Document REx highlighting
9685         (cperl-praise): Mention REx syntax highlight etc.
9687         After 5.17:
9688         (cperl-find-sub-attrs): Would not always manage to print error message.
9689         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9691         After 5.18:
9692         (cperl-find-pods-heres): Misprint in REx for parsing REx.
9693                 Very minor optimization.
9694                 `my-cperl-REx-modifiers-face' got quoted.
9695                 Recognize "print $foo <<END" as HERE-doc.
9696                 Put `REx-interpolated' text attribute if needed.
9697         (cperl-invert-if-unless-modifiers): New function.
9698         (cperl-backward-to-start-of-expr): Likewise.
9699         (cperl-forward-to-end-of-expr): Likewise.
9700         (cperl-invert-if-unless): Works in "the opposite way" too.
9701                 Cursor position on return is on the switch-word.
9702                 Indents comments better.
9703         (REx-interpolated): New text attribute.
9704         (cperl-next-interpolated-REx): New function.
9705         (cperl-next-interpolated-REx-0): Likewise.
9706         (cperl-next-interpolated-REx-1): Likewise.
9707         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9708         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9709         (cperl-praise): Mention finded interpolated RExen.
9711         After 5.19:
9712         (cperl-init-faces): Highlight %$foo, @$foo too.
9713         (cperl-short-docs): Better docs for system, exec.
9714         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9715                 Would not find HERE-doc ended by EOF without NL.
9716         (cperl-short-docs): Correct not-doubled \-escapes.
9717         start block: Put some `defvar' for stuff gone from XEmacs.
9719         After 5.20:
9720         initial comment: Extend copyright, fix email address.
9721         (cperl-indent-comment-at-column-0): New customization variable.
9722         (cperl-comment-indent): Indentation after $#a would increasy by 1.
9723         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9724         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9725         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9726         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9727                         highlight $ in $foo too (UNTESTED).
9728         (cperl-set-style): Docstring missed some available styles.
9729         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9730                 Change "Current" to "Memorize Current".
9731         (cperl-indent-wrt-brace): New customization variable; the default is
9732                 as for pre-5.2 version.
9733         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9734         (cperl-style-alist): Likewise.
9735         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9736                 and `cperl-extra-newline-before-brace' etc
9737                 being t
9738         (cperl-indent-exp): Plans B and C to find continuation blocks even
9739                 if `cperl-extra-newline-before-brace' is t.
9741         After 5.21:
9742         Improve some docstrings concerning indentation.
9743         (cperl-indent-rules-alist): New variable.
9744         (cperl-sniff-for-indent): New function name
9745                 (separated from `cperl-calculate-indent').
9746         (cperl-calculate-indent): Separate the sniffer and the indenter;
9747                 uses `cperl-sniff-for-indent' now.
9748         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9749                 was inverted;
9750                 Support `comment-column' = 0.
9752 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
9754         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9755         * help-at-pt.el (scan-buf-move-to-region): Likewise.
9756         * longlines.el (longlines-window-change-function): Likewise.
9757         * simple.el (undo-ask-before-discard): Likewise.
9758         * wid-edit.el (widget-field-prompt-internal)
9759         (widget-documentation-link-p): Likewise.
9761 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9763         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9764         for a keyword.
9766 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9768         * newcomment.el (comment-valid-prefix-p): Make the check
9769         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
9770         (comment-indent-new-line): Adjust call.
9772 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
9774         * allout.el (allout-back-to-current-heading): Base on lower-level
9775         routines to get proper disqualification of aberrant topics.
9777 2006-10-09  Richard Stallman  <rms@gnu.org>
9779         * textmodes/two-column.el (2C-two-columns): Doc fix.
9781 2006-10-09  Kim F. Storm  <storm@cua.dk>
9783         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9784         about implicit use.
9786 2006-10-08  Richard Stallman  <rms@gnu.org>
9788         * textmodes/two-column.el (2C-two-columns): Doc fix.
9790 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9792         * files.el: Mark `buffer-read-only' as safe-local-variable.
9794 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
9796         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9797         Burp if GUD buffer has been killed.
9799 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9801         * completion.el (add-completions-from-c-buffer):
9802         Don't presume an error's second element is a string.
9803         Use looking-at rather than buffer-substring + member.
9805 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
9807         * mail/rmail.el (rmail-redecode-body): If the old encoding is
9808         `undecided', call find-coding-systems-region to find a proper
9809         non-trivial encoding.
9810         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9811         and "text/plain".
9813 2006-10-07  Kevin Ryde  <user42@zip.com.au>
9815         * textmodes/reftex-vars.el (defgroup reftex): Update home page
9816         url-link.
9818         * strokes.el (defgroup strokes): Remove invalid url-link.
9820 2006-10-07  Magnus Henoch  <mange@freemail.hu>
9822         * autoinsert.el (auto-insert-alist): Doc fix.
9824 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9826         * mouse-sel.el (mouse-insert-selection-internal):
9827         Use insert-for-yank, so that yank handlers are run.
9829 2006-10-07  Kim F. Storm  <storm@cua.dk>
9831         * ido.el (ido-file-extension-aux): Fix comparison.
9833 2006-10-06  Kim F. Storm  <storm@cua.dk>
9835         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9837 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
9839         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9840         (ad-make-mapped-call): Use `let', not `let*'.
9842 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
9844         * international/mule-cmds.el (coding-system-change-eol-conversion):
9845         Ensure the coding system is initialized before calling
9846         coding-system-eol-type.
9848 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
9850         * textmodes/org.el (org-rm-props, org-activate-plain-links)
9851         (org-activate-angle-links, org-activate-dates)
9852         (org-activate-target-links, org-activate-camels)
9853         (org-activate-tags): Add `rear-nonsticky' text property to avoid
9854         textproperty keymaps from being active beyond the end of a line.
9855         (org-unfontify-region): Also remove `rear-nonsticky' property.
9857 2006-10-04  Kenichi Handa  <handa@m17n.org>
9859         * international/code-pages.el (next): Table fixed.
9861 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9863         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9864         that it's been made unnecessary by removing narrowing.
9866 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9868         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9869         control flow a bit, simplify another bit, and add comments.
9871 2006-10-03  David Kastrup  <dak@gnu.org>
9873         * help.el (describe-mode): For clicks on mode-line, use "@"
9874         interactive argument to get the major mode of the click instead of
9875         the current buffer.
9877         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9878         in order to better redirect mouse-2 clicks.  Also allow default
9879         bindings to apply.
9881 2006-10-03  Kim F. Storm  <storm@cua.dk>
9883         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9884         (pushnew): Fix last change.
9886 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
9888         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9889         Use the interactive spec of `eval-expression'.
9891 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9893         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9895 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
9897         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9898         2006-09-28 commit.
9900 2006-10-02  Kenichi Handa  <handa@m17n.org>
9902         * international/code-pages.el (iso-8859-6): Table fixed.
9904 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
9906         * dired.el (dired-build-subdir-alist): Fix previous change.
9908 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9910         * simple.el (undo-elt-crosses-region): Fix the inequalities.
9912 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9914         * emacs-lisp/find-func.el (find-function-regexp): Don't match
9915         "define-button-type".
9917         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9918         they don't keep accumulating.
9920 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9922         * ffap.el (ffap-rfc-path): Change the address of the RFC
9923         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9925 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
9927         * allout.el (allout-expose-topic): Rectify implementation of "+"
9928         spec, so that bodies are not exposed with headlines.
9930 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
9932         * allout.el (allout-current-depth): Do aberrent check only at or
9933         below doublecheck depth.
9934         (allout-chart-subtree): Make it explicit that LEVELS being nil
9935         means unlimited depth.  Drop undocumented support for LEVELS value
9936         t meaning unlimited depth.  (This is consistent with
9937         allout-chart-to-reveal, but contrary to allout-show-children,
9938         which needs to use nil to default to depth of 1.)
9939         (allout-goto-prefix-doublechecked): Wrap long docstring line.
9940         (allout-chart-to-reveal): Be explicit in docstring about meaning
9941         of nil LEVELS, and drop support for LEVELS value t.
9942         (allout-show-children): Translate the level spec used by this
9943         routine to that used by allout-chart-subtree and
9944         allout-chart-to-reveal.
9945         (allout-show-to-offshoot): Retry once when stuck, after opening
9946         subtree - improvements in discontinuity handling likely will
9947         enable progress.
9949 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
9951         * wid-edit.el (widget-button-click-moves-point): New variable.
9952         (widget-button-click): If widget-button-click-moves-point is
9953         non-nil, set point after performing the button action.
9955         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9957 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
9959         * files.el (find-file-existing): Modify to not allow wildcards.
9961 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9963         * simple.el (undo-more): When undo information for the region is
9964         exhausted, say "No further undo information FOR REGION".
9966 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
9968         * progmodes/sh-script.el (sh-prev-thing):
9969         Take `sh-leading-keywords' into account.
9971 2006-09-29  Glenn Morris  <rgm@gnu.org>
9973         * custom.el (defcustom): Doc fix.
9975         * calendar/calendar.el (european-calendar-style):
9976         Call european-calendar or american-calendar as needed when set.
9977         (diary-view-entries, list-calendar-holidays): Move autoloads
9978         before use.
9980 2006-09-29  Juri Linkov  <juri@jurta.org>
9982         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9983         to nil if there is no previous property change.
9985 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9987         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9988         saving anything to be sure that `forward-sexp' behaves correctly.
9990 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
9992         * simple.el (line-move-finish): Ignore field boundaries if the
9993         initial and final points have the same `field' property.
9995 2006-09-29  Kim F. Storm  <storm@cua.dk>
9997         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9998         to t while calling ido-read-internal.
10000 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
10002         * textmodes/org.el (org-file-remote-p): Get regexp from list.
10003         (org-archive-subtree): Remove erraneous `]' from character list.
10005 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
10007         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
10008         (ses-reconstruct-all): Make undo of "insert row" work by keeping
10009         markers for data-area and parameters-area.
10011 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10013         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
10015         * font-lock.el (font-lock-after-change-function): Refontify next line
10016         as well if end is at BOL.
10017         (font-lock-extend-jit-lock-region-after-change): Be more careful to
10018         only extend the region as much as needed.
10020 2006-09-28  Richard Stallman  <rms@gnu.org>
10022         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
10024         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
10026         * international/mule.el (after-insert-file-set-coding):
10027         If VISIT, don't let set-buffer-multibyte make undo info.
10029 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
10031         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
10032         lines in base64-encoded authentication response.
10034 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10036         * progmodes/ebnf2ps.el: Doc fix.  Implement arrow spacing and scaling.
10037         (ebnf-version): New version 4.3.
10038         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
10039         (ebnf-prologue): Adjust PostScript programming.
10040         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
10041         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
10043 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10045         * jit-lock.el (jit-lock-force-redisplay): Rename from
10046         jit-lock-fontify-again, and undo the mistaken change I've just done.
10048         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
10049         (jit-lock-fontify-again): Don't refontify text that's not displayed.
10051 2006-09-26  Kenichi Handa  <handa@m17n.org>
10053         * startup.el (display-splash-screen): Allow a prefix argument.
10055 2006-09-25  Jason Rumney  <jasonr@gnu.org>
10057         * subr.el (shell-quote-argument): Use DOS logic for Windows
10058         shells with DOS semantics.
10060 2006-09-24  Richard Stallman  <rms@gnu.org>
10062         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
10063         (compilation-goto-locus): Use compilation-goto-locus-delete-o
10064         to delete the overlay.  Put it on pre-command-hook.
10066         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
10068         * startup.el (fancy-splash-screens, normal-splash-screen):
10069         Call the splash buffer *About GNU Emacs*.
10071         * simple.el (next-error-highlight, next-error-highlight-no-select):
10072         Default to 0.5.
10073         (yank-excluded-properties): Add `fontified'.
10075         * font-lock.el (font-lock-compile-keywords): Allow value of
10076         syntax-begin-function to enable paren-column-0 highlighting.
10078 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
10080         * dired.el (dired-build-subdir-alist): When file ends in colon,
10081         don't exit the loop, just disregard that file.
10083 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
10085         * simple.el (line-move-finish): Handle corner case for fields in
10086         continued lines.
10087         (line-move-1): Remove flawed test for that case.
10089 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
10091         * icomplete.el (icomplete-simple-completing-p): Use the correct
10092         name for the new variable, `icomplete-with-completion-tables'.
10093         (file local variables): Remove superfluous setting.
10095 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
10097         * calendar/appt.el (appt-check): Fix typo for appointments just
10098         after midnight.
10100 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
10102         * help.el (describe-key-briefly, describe-key): Don't expect an
10103         extra up event if a down-event is generated by a popup menu.
10105 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
10107         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
10108         local dictionary when changing the global dictionary.
10110 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
10112         * icomplete.el (icomplete-with-completion-tables): List of
10113         specialized completion tables with which icomplete should
10114         operate.  Include the new `internal-complete-buffer', so icomplete
10115         works with interactive buffer-selection.
10116         (icomplete-simple-completing-p): Add acceptance of specialized
10117         completion tables listed in icomplete-with-completion-tables.
10119 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10121         * frame.el (focus-follows-mouse): Set default to nil on Mac.
10123         * startup.el (command-line): Use `custom-reevaluate-setting' for
10124         `focus-follows-mouse'.
10126 2006-09-22  Richard Stallman  <rms@gnu.org>
10128         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
10129         explain why Save is not available.
10131 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
10133         * woman.el (woman0-so): Use `let*', not `let'.
10134         (woman-horizontal-line): Remove unbalanced parenthesis.
10136 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10138         * woman.el: Make sure all the end-of-region markers we use have
10139         a non-nil insertion-type.
10140         (woman0-so): Move things around so we can use copy-marker.
10141         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
10142         Adjust marker type.
10143         (woman2-process-escapes): Check marker type.
10144         (woman-horizontal-line): Dispense with the use of a marker.
10146 2006-09-22  Jay Belanger  <belanger@truman.edu>
10148         * calc/calc-lang.el: Add Greek letters to math-variable-table
10149         property of tex.
10151 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
10153         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
10155 2006-09-22  Masatake YAMATO  <jet@gyve.org>
10157         * add-log.el (add-log-current-defun): Use `forward-sexp'
10158         instead of `forward-word' to pick c++::symbol.
10159         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
10161 2006-09-22  Kenichi Handa  <handa@m17n.org>
10163         * bindings.el: Fix setting self-insert-command for multibyte
10164         characters in global-map.
10166 2006-09-21  David Kastrup  <dak@gnu.org>
10168         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
10169         doc string.
10171 2006-09-21  Kenichi Handa  <handa@m17n.org>
10173         * language/european.el ("Latin-1"): Add windows-1252 to
10174         coding-priority.
10175         ("German"): Likewise.
10177 2006-09-21  Kim F. Storm  <storm@cua.dk>
10179         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
10180         Suggested by Miles Bader.
10182         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
10183         instead of add-to-list in the simple case.
10185 2006-09-20  Kenichi Handa  <handa@m17n.org>
10187         * isearch.el (isearch-process-search-char): Cancel the previous change.
10188         (isearch-search-string): New function.
10189         (isearch-search): Use isearch-search-string.
10190         (isearch-lazy-highlight-search): Likewise.
10192 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10194         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
10195         string to become an option.
10197 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10199         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
10201 2006-09-20  Kim F. Storm  <storm@cua.dk>
10203         * simple.el (line-move-partial): Call pos-visible-in-window-p with
10204         position t instead of trying both window-end and window-end - 1.
10206 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
10208         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
10209         hidden trees.
10211 2006-09-20  David Kastrup  <dak@gnu.org>
10213         * mouse.el (mouse-posn-property): Improve doc string.
10214         (mouse-on-link-p): Change buffers for function calls on links.
10216         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
10217         buffer is read-only.
10219 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
10221         * allout.el (allout-unprotected): Let inhibit-read-only only when
10222         buffer-read-only isn't set.
10223         (allout-annotate-hidden): Enable topic annotation during copies even
10224         when the buffer is read-only, eg for topic copies.  Ensure that the loop
10225         advances, even when the span extends beyond the deletion region.
10226         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
10227         rather than allout-exposure-changed-hook, as a stronger assertion.
10228         (allout-keybindings-list): Add bindings for
10229         allout-copy-line-as-kill and allout-copy-topic-as-kill.
10230         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
10231         Copy wrappers for allout-kill-line and allout-kill-topic.
10232         (allout-listify-exposed): Position correctly to accumulate lines.
10234 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
10236         * simple.el (line-move-1): Escape field boundaries occurring
10237         exactly at point.  Update goal column if constrained to a field.
10238         (line-move-finish): Escape field boundaries occurring exactly at point.
10240 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10242         * mouse.el (mouse-on-link-p): Tentatively fix last change.
10243         (mouse-drag-vertical-line): Remove unused var `wconfig'.
10245 2006-09-19  Kim F. Storm  <storm@cua.dk>
10247         * help.el (describe-key-briefly, describe-key): Simplify printing
10248         of descriptions by using format and %S.  Fix "is undefined"
10249         messages to say "at that spot" for mouse events.
10251         * simple.el (line-move-partial): Optimize.  Try window-line-height
10252         before posn-at-point to get vpos of current line.
10254 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10256         * emulation/viper.el: Bump up version/date of update to reflect the
10257         substantial changes done in August 2006.
10259         * emulation/viper-cmd.el (viper-next-line-at-bol): Make sure button-at,
10260         push-button are defined.
10262         * ediff-util.el (ediff-add-to-history): New function.
10264         * ediff.el: Use ediff-add-to-history instead of add-to-history.
10266 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10268         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
10269         Delete duplicate make-local-variable form.
10270         (conf-space-keywords): Add autoload cookie.
10271         Fix typo (`keywords', not `keyword').
10273 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10275         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
10276         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
10277         to x-gtk-use-old-file-dialog.
10279 2006-09-18  Richard Stallman  <rms@gnu.org>
10281         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
10282         that might come in during mouse tracking.
10284 2006-09-18  Kim F. Storm  <storm@cua.dk>
10286         * simple.el (line-move-partial): Rework 2006-09-15 change to use
10287         new window-line-height function.  Further optimize by not calling
10288         pos-visible-in-window-p for window-end when window-line-height
10289         returns useful information.
10291 2006-09-16  Richard Stallman  <rms@gnu.org>
10293         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
10294         (conf-space-mode): Don't handle prefix arg.
10295         Delete conf-space-keywords-override code.
10296         Use add-hook.
10297         (conf-space-keywords): New command.
10298         (conf-space-mode-internal): Be careful with imenu-generic-expression.
10299         Delete conf-space-keywords-override code.
10300         (conf-space-keywords-alist): Doc fix.
10301         (conf-space-font-lock-keywords): Doc fix.
10302         (conf-space-keywords-override): Var deleted.
10304 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
10306         * startup.el (fancy-splash-screens): Don't switch to the scratch
10307         buffer; it may not be the next buffer.
10309 2006-09-16  Romain Francoise  <romain@orebokech.com>
10311         * saveplace.el (load-save-place-alist-from-file): Use expanded name
10312         in both messages.
10314 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
10316         * progmodes/python.el (python-preoutput-filter):
10317         Fix arg order to string-match.
10319 2006-09-16  Richard Stallman  <rms@gnu.org>
10321         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
10322         font-lock-compile-keywords.
10324         * font-lock.el (font-lock-compile-keywords): Rename optional arg
10325         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
10327 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10329         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
10331         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
10332         and the data doesn't look like UTF8, send STRING instead.
10334 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
10336         * textmodes/flyspell.el (flyspell-check-region-doublons):
10337         New function to detect duplicated words.
10338         (flyspell-large-region): Use it.
10340 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
10342         * simple.el (line-move-to-column): Revert 2006-08-03 change.
10344 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
10346         * help.el (describe-prefix-bindings): Use let, not let*.
10348 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
10350         * allout.el (allout-regexp, allout-line-boundary-regexp)
10351         (allout-bob-regexp): Correct grouping and boundaries to fix
10352         backwards traversal.
10353         (allout-depth-specific-regexp, allout-depth-one-regexp):
10354         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
10355         worse time in allout-ascend.
10356         (allout-doublecheck-at-and-shallower): Identify depth threshold
10357         below which topics are checked for and disqualified by containment
10358         discontinuities.
10359         (allout-hotspot-key-handler): Correctly handle multiple-key
10360         strokes.  Remove some unused variables.
10361         (allout-mode-leaders): Clarify that mode-specific comment-start
10362         will be used.
10363         (set-allout-regexp): Correctly regexp-quote allout regexps to
10364         properly accept alternative header-leads and primary bullets with
10365         regexp-specific characters (eg, C "/*", mathematica "(*").
10366         Include new regular expressions among those configured.
10367         (allout-infer-header-lead-and-primary-bullet):
10368         Rename allout-infer-header-lead.
10369         (allout-recent-depth): Manifest as a variable as well as a function.
10370         (allout-prefix-data): Simplify into an inline instead of a macro,
10371         assuming current match data rather than being explicitly passed
10372         it.  Establish allout-recent-depth value as well as
10373         allout-recent-prefix-beginning and allout-recent-prefix-end.
10374         (allout-aberrant-container-p): True when an item's immediate
10375         offspring discontinuously contained.  Useful for disqualifying
10376         unintended topic prefixes, likely at low depths.
10377         (allout-goto-prefix-doublechecked): Elaborate version of
10378         allout-goto-prefix which disqualifies aberrant pseudo-items.
10379         (allout-pre-next-prefix): Layer on top of lower-level routines, to
10380         get disqualification of aberrant containers.
10381         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
10382         containers.
10383         (allout-beginning-of-current-entry): Position at start of buffer
10384         when in container (depth 0) entry.
10385         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
10386         (allout-current-bullet): Strip text properties.
10387         (allout-get-prefix-bullet): Use right match groups.
10388         (allout-beginning-of-line, allout-next-heading):
10389         Disqualify aberrant containers.
10390         (allout-previous-heading): Disqualify aberrant containers, and
10391         change to regular (rather than inline) function, to allow
10392         self-recursion.
10393         (allout-get-invisibility-overlay): Increment so progress is made
10394         when the first overlay is not the sought one.
10395         (allout-end-of-prefix): Disqualify aberrant containers.
10396         (allout-end-of-line): Cycle something like allout-beginning-of-line.
10397         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
10398         outline.el outlines) functional again.  Change the primary bullet
10399         along with the header-lead - level 1 new-style bullets now work.
10400         Engage allout-before-change-handler in mainline Emacs, not just
10401         XEmacs, to do undo handling.
10402         (allout-before-change-handler): Expose undo changes occurring in
10403         hidden regions.  Use allout-get-invisibility-overlay instead of
10404         reimplementing it inline.
10405         (allout-chart-subtree): Use start rather than end of prefix in
10406         charts.  Use allout-recent-depth variable.
10407         (allout-chart-siblings): Disqualify aberrant topics.
10408         (allout-beginning-of-current-entry): Position correctly.
10409         (allout-ascend): Use new allout-depth-specific-regexp and
10410         allout-depth-one-regexp for linear instead of O(N^2) or worse
10411         behavior.
10412         (allout-ascend-to-depth): Depend on allout-ascend, rather than
10413         reimplementing an algorithm.
10414         (allout-up-current-level): Depend on allout-ascend, rather than
10415         reimplementing an algorithm.  Return to start-point if we fail.
10416         (allout-descend-to-depth): Use allout-recent-depth variable
10417         instead of function.
10418         (allout-next-sibling): On traversal of numerous intervening
10419         topics, resort to economical allout-next-sibling-leap.
10420         (allout-next-sibling-leap): Specialized version of
10421         allout-next-sibling that uses allout-ascend cleverly, to depend on
10422         a regexp search to leap large numbers of contained topics, rather
10423         than arbitrarily many one-by-one traversals.
10424         (allout-next-visible-heading): Disqualify aberrant topics.
10425         (allout-previous-visible-heading): Position consistently when
10426         interactive.
10427         (allout-forward-current-level): Base on allout-previous-sibling
10428         rather than (differently) reimplmenting the algorithm.  Remove some
10429         unused variables.
10430         (allout-solicit-alternate-bullet): Present default choice stripped
10431         of text properties.
10432         (allout-rebullet-heading): Use bullet stripped of text properties.
10433         Register changes using allout-exposure-change-hook.
10434         Disregard aberrant topics.
10435         (allout-shift-in): With universal-argument, make topic a peer of
10436         it's former offspring.  Simplify the code by separating out
10437         allout-shift-out functionality.
10438         (allout-shift-out): With universal-argument, make offspring peers
10439         of their former container, and its siblings.  Implement the
10440         functionality here, rather than inappropriately muddling the
10441         implementation of allout-shift-in.
10442         (allout-rebullet-topic): Respect additional argument for new
10443         parent-child separation function.
10444         (allout-yank-processing): Use allout-ascend directly.
10445         (allout-show-entry): Disqualify aberrant topics.
10446         (allout-show-children): Handle discontinuous children gracefully,
10447         extending the depth being revealed to expose them and posting a
10448         message indicating the situation.
10449         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
10450         Leave cursor in correct position.
10451         (allout-hide-current-subtree): Use allout-ascend directly.
10452         Disqualify aberrant topics.
10453         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
10454         a way that the yanks can restore it, as used to happen.
10455         (allout-yank-processing): Restore exposure layout as recorded by
10456         allout-kill-*, as used to happen.
10457         (allout-annotate-hidden, allout-hide-by-annotation): New routines
10458         for preseving and restoring exposure layout across kills.
10459         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
10460         (allout-encrypt-string): Strip text properties.
10461         Rearranged order and outline-headings for some of the
10462         miscellaneous functions.
10463         (allout-resolve-xref): No need to quote the error name in the
10464         condition-case handler section.
10465         (allout-flatten): Classic recursive (and recursively intensive,
10466         without tail-recursion) list-flattener, needed by allout-shift-out
10467         when confronted with discontinuous children.
10469 2006-09-16  Jason Rumney  <jasonr@gnu.org>
10471         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
10472         on ms-windows.
10473         (dnd-open-unc-file): Remove.
10474         (dnd-open-local-file): Mention in doc string that it also handles
10475         remote files if the system natively supports unc file-names.
10477 2006-09-15  Kim F. Storm  <storm@cua.dk>
10479         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
10480         all necessary information about the event before erasing *Help*.
10482         * simple.el (line-move-partial): Use window-line-visiblity to
10483         quickly check whether last line is partially visible, and only do
10484         the hard (and slow) part in that case.
10486 2006-09-15  Jay Belanger  <belanger@truman.edu>
10488         * COPYING: Replace "Library Public License" by "Lesser Public
10489         License" throughout.
10491 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10493         * term/x-win.el (x-menu-bar-open): New function for F10.
10495 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
10497         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10498         Disallow filenames containing " -" to avoid confusion with libtool
10499         compilation messages.  Suggested by Stefan Monnier.
10501 2006-09-15  David Kastrup  <dak@gnu.org>
10503         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
10504         instead of buffer position for `mouse-on-link-p'.
10506         * mouse.el (mouse-posn-property): New function looking up the
10507         properties at a click position in overlays and text properties in
10508         either buffer or strings.
10509         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
10510         of both `follow-link' as well as `mouse-face' properties.
10511         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
10512         buffer position.
10514         * help.el (describe-key-briefly): When reading a down-event on
10515         mode lines or scroll bar, swallow the following up event, too.
10516         Use the new mouse sensitity of `key-binding' for lookup.
10517         (describe-key): The same here.
10519 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
10521         * play/life.el (life-patterns): Add a few more interesting patterns.
10522         (life-setup): Force `show-trailing-whitespace' to nil.
10524 2006-09-14  Richard Stallman  <rms@gnu.org>
10526         * startup.el (fancy-splash-text): Change text to improve alignment.
10527         (fancy-splash-screens): Don't set non-standard tab width.
10528         Bind cursor-type temporarily, and make it easy to patch to
10529         preserve the splash buffer.
10530         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
10531         (fancy-splash-screens): Display echo-area message explicitly.
10532         Don't set fancy-splash-help-echo.
10534         * simple.el (line-number-mode): Group mode-line instead of
10535         editing-basics.
10536         (column-number-mode, size-indication-mode): Likewise.
10538         * faces.el (mode-line-faces): Group mode-line instead of modeline.
10540         * time.el (display-time): Group mode-line instead of modeline.
10542         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
10544 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
10546         * startup.el (fancy-splash-text): Move editing instructions to
10547         fancy-splash-head.
10548         (fancy-splash-head): Issue editing instructions.
10549         (fancy-splash-screens): Fixup whitespace.
10551 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10553         * bindings.el (mode-line-buffer-identification-keymap):
10554         Remove duplicate line.
10556 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10558         * ido.el (ido-ignore-item-p): Allow any kind of functions in
10559         ignore lists.
10561 2006-09-14  Kim F. Storm  <storm@cua.dk>
10563         * jit-lock.el (jit-lock-fontify-again): New function.
10564         (jit-lock-fontify-now): Use it instead of lambda form.
10566 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
10568         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
10569         (flyspell-auto-correct-word): Make ispell-filter local to these
10570         functions.  Check that ispell-filter has new stuff before calling
10571         ispell-parse-output.
10573 2006-09-13  Kim F. Storm  <storm@cua.dk>
10575         * simple.el (line-move-partial): Optimize.
10577 2006-09-13  Richard Stallman  <rms@gnu.org>
10579         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
10580         Delete spurious backquote.
10582 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
10584         * net/rcirc.el (rcirc-print): Fix last change.
10586 2006-09-12  Jay Belanger  <belanger@truman.edu>
10588         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
10590 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
10592         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
10593         rcirc-show-maximum-output.
10594         (rcirc-mode): Remove window-scroll-function hook.
10595         (rcirc-scroll-to-bottom): Remove function.
10596         (rcirc-print): Recenter so point stays at the bottom of the window
10597         if point was already there.
10599 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10601         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10602         not to "t".
10603         * progmodes/compile.el (compilation-start): Likewise.
10604         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10605         Don't use expand-file-name on invocation-directory, since this
10606         might mishandle special characters in invocation-directory.
10608 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10610         * pcvs-defs.el: Remove * in defcustom's docstrings.
10612 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
10614         * progmodes/compile.el (compilation-directory-properties):
10615         Doc fix for help-echo.
10617 2006-09-12  Lars Hansen  <larsh@soem.dk>
10619         * desktop.el (desktop-read): Add comment.
10621 2006-09-12  Kim F. Storm  <storm@cua.dk>
10623         * simple.el (next-error-highlight, next-error-highlight-no-select):
10624         Fix spelling error.
10626         * subr.el (sit-for): Rework to use input-pending-p and cond.
10627         Return nil input is pending on entry also for SECONDS <= 0.
10628         (while-no-input): Use input-pending-p instead of sit-for.
10630 2006-09-11  Richard Stallman  <rms@gnu.org>
10632         * simple.el (next-error-highlight, next-error-highlight-no-select):
10633         Fix custom type and doc strings.
10635 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10637         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10638         (diff-apply-hunk): Use it to ask for confirmation.
10640 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
10642         * emacs-lisp/cl.el (pushnew): Add missing `,'.
10644 2006-09-11  David Kastrup  <dak@gnu.org>
10646         * help.el (string-key-binding, describe-key-briefly)
10647         (describe-key): Remove `string-key-binding' and its callers since
10648         `key-binding' already caters for the proper lookup now.
10650 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10652         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10653         (cfengine-mode): Use it.  Fix \ syntax to be like /.
10655         * bindings.el (mode-line-buffer-identification-keymap):
10656         Move initialization into declaration.
10658 2006-09-10  Kim F. Storm  <storm@cua.dk>
10660         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10661         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10662         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10663         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
10665 2006-09-10  Richard Stallman  <rms@gnu.org>
10667         * dired-aux.el: Handle errors in recursive copy usefully.
10668         (dired-create-files-failures): New variable.
10669         (dired-copy-file): Remove condition-case.
10670         (dired-copy-file-recursive): Check for errors on all file
10671         operations, and add them to dired-create-files-failures.
10672         Check file file-date-erorr here too.
10673         (dired-create-files): Check dired-create-files-failures
10674         and report those errors too.
10676         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10678         * subr.el (add-to-list): New argument COMPARE-FN.
10680 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10682         * filecache.el (file-cache-add-directory)
10683         (file-cache-add-directory-list, file-cache-add-file)
10684         (file-cache-add-directory-using-find)
10685         (file-cache-add-directory-using-locate)
10686         (file-cache-add-directory-recursively): Add autoloads.
10688 2006-09-09  Richard Stallman  <rms@gnu.org>
10690         * textmodes/conf-mode.el (conf-space-mode):
10691         Use hack-local-variables-hook instead of calling hack-local-variables.
10692         (conf-space-keywords-override): New variable.
10693         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
10694         (conf-space-mode): Always make conf-space-keywords and
10695         conf-space-keywords-override local.
10696         Call conf-space-mode-internal directly as well as via hook.
10698 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10700         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10701         quasi-keywords.
10703 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10705         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10706         (python-send-string): Be slightly more careful about adding \n.
10708         * startup.el (normal-splash-screen): Don't display the buffer if we'll
10709         kill it right away anyway.
10711 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
10713         * international/codepage.el (cp850-decode-table): Fix a few codes.
10714         (cp858-decode-table): New variable.
10716 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
10718         * net/ldap.el (ldap-search-internal): Doc fix.
10720 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10722         * play/life.el (life-display-generation): Test for input manually if
10723         `sleeptime' is negative or null.
10725         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10726         (print-region-1): Substitute `%s' with the page title.
10728 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
10730         * locate.el (locate-current-search): New variable.
10731         (locate): Set buffer local value.  Use current buffer if it is
10732         in Locate mode.
10733         (locate-mode): Disable undo here.
10734         (locate-do-setup): Use locate-current-filter from buffer to be killed.
10735         (locate-update): Use locate-current-search and locate-current-filter.
10737 2006-09-08  David Kastrup  <dak@gnu.org>
10739         * desktop.el (desktop-read): When loading a desktop, disable
10740         saving it while the load progresses, and switch off a pending lazy
10741         load by calling `desktop-lazy-abort'.
10743 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
10745         * window.el (mouse-autoselect-window-timer)
10746         (mouse-autoselect-window-position)
10747         (mouse-autoselect-window-window)
10748         (mouse-autoselect-window-now): New vars.
10749         (mouse-autoselect-window-cancel)
10750         (mouse-autoselect-window-select)
10751         (mouse-autoselect-window-start): New functions.
10752         (handle-select-window): Call `mouse-autoselect-window-start' when
10753         delayed window autoselection is enabled.
10755         * cus-start.el (mouse-autoselect-window): Handle delayed window
10756         autoselection.
10758         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10759         commands after which it is allowed to print in the echo area.
10761 2006-09-08  Richard Stallman  <rms@gnu.org>
10763         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10765         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10766         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10768         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10769         (cancel-timer-internal): Add doc string.
10770         (cancel-function-timers): Doc fix.
10771         (with-timeout-handler, timer-event-last*): Add doc strings.
10773         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10775         * files.el (risky-local-variable-p): Match ...-bindat-spec.
10777         * dired.el (dired-log-summary): Add doc string.
10779         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10780         (custom-group-menu-create): Not here.
10782 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
10784         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10786 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10788         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10789         (mac-apple-event-map): Define its handler.
10791 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
10793         * net/ldap.el (ldap-search-internal): Handle `auth' key.
10795 2006-09-07  Magnus Henoch  <mange@freemail.hu>
10797         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10798         clause.
10800 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10802         * info.el (Info-index): Bind completion-ignore-case.
10804 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10806         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10807         previous commit.
10808         (inferior-prolog-guess-flavor): New fun left out of previous commit.
10809         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10810         burp in dedicated windows.
10811         (inferior-prolog-self-insert-command): New command.
10812         (inferior-prolog-mode-map): Use it.
10814 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10816         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10818         * international/code-pages.el: Add cp858.
10820 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10822         * dnd.el: Fix bootstrapping.
10824 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10826         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10827         (dnd-open-remote-url): New function.
10828         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10829         not windows-nt.
10831 2006-09-07  Jason Rumney  <jasonr@gnu.org>
10833         * dnd.el (dnd-open-remote-file-function): New variable.
10834         (dnd-open-unc-file): New function.
10835         (dnd-open-file): Call dnd-open-remote-file-function if set.
10837 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10839         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10840         pgg-passphrase-coding-system rather than locale-coding-system.
10841         * pgg-def.el (pgg-passphrase-coding-system): New user option.
10843 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10845         * progmodes/prolog.el: Remove * in docstrings.
10846         (prolog-program-name): Add SWI prolog.
10847         (prolog-mode-menu): New menu.
10848         (prolog-mode): Set comment-add.
10849         (prolog-indent-line): Simplify.  Use indent-line-to.
10850         (inferior-prolog-buffer): New var.
10851         (inferior-prolog-run, inferior-prolog-process): New funs.
10852         (run-prolog, switch-to-prolog): Rewrite, using them.
10853         (prolog-consult-region): Use inferior-prolog-buffer.
10854         (inferior-prolog-load-file): New function.
10855         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10857         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10858         last word, if it's not the end of the paragraph.
10860         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10861         file name.
10863 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
10865         * frame.el (display-mm-dimensions-alist): New defcustom.
10866         (display-mm-height, display-mm-width): Use it.
10868 2006-09-06  Simon Josefsson  <jas@extundo.com>
10870         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10872 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
10874         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10875         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10876         string values.
10878 2006-09-06  Kim F. Storm  <storm@cua.dk>
10880         * simple.el (line-move-partial): New function to do vscrolling for
10881         partially visible images / tall lines.  Rewrite based on code
10882         previously in line-move.  Simplify backwards vscrolling.
10883         (line-move): Use it.  Simplify.
10885 2006-09-05  Kim F. Storm  <storm@cua.dk>
10887         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10889 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
10891         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10892         Process the `gcc-include' after the `gnu' rule.
10894 2006-09-05  Kim F. Storm  <storm@cua.dk>
10896         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10898 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10900         * pgg.el (pgg-clear-string): Alias to clear-string for backward
10901         compatibility.
10903         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10904         inhibit-redisplay; encode passphrase with locale-coding-system.
10906 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
10908         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10910 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
10912         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10913         (gdb-var-list-children-regexp): Make type field optional.
10915         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10916         e.g public, protected in C++.
10918 2006-09-04  John Paul Wallington  <jpw@pobox.com>
10920         * simple.el (completion-show-help): New defcustom.
10921         (completion-setup-function): Heed it.
10923 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
10925         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10927 2006-09-04  Richard Stallman  <rms@gnu.org>
10929         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10930         (rsf-min-region-to-spam-list): Doc fix.
10931         (rsf-add-content-type-field): Doc fix.
10933         * simple.el (kill-region): Explicitly test there is a region.
10935 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10937         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10938         sendmail in several common directories.
10940         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10942         * paths.el (sendmail-program): Removed.
10944 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
10946         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10947         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
10948         http://article.gmane.org/gmane.emacs.gnus.general/50457
10950 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
10952         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10953         mark after running the menu filter.
10955 2006-09-03  Juri Linkov  <juri@jurta.org>
10957         * international/quail.el (quail-defrule-internal): Add a check
10958         if a key is a vector.
10960 2006-09-02  Juri Linkov  <juri@jurta.org>
10962         * man.el (Man-topic-history): New variable.
10963         (man): Use it.
10965         * woman.el (woman-topic-history): Change defvar to defvaralias
10966         for symbol `Man-topic-history'.
10968         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10969         `comint-last-output-start' is a marker by using `markerp' and
10970         check if it has a position by using `marker-position', and use
10971         this position for `goto-char'.
10973         * international/quail.el (quail-defrule-internal): Add missing
10974         `error' call for null key.
10976 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
10978         * net/rcirc.el (rcirc-keywords): New variable.
10979         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10980         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10981         variables.
10982         (rcirc-responses-no-activity): New function.
10983         (rcirc-handler-generic): Check for responses in above.
10984         (rcirc-process-command): Add ?: character to arguments of raw
10985         server commands.
10986         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10987         `rcirc-dim-nicks'.
10988         (rcirc-gray-toggle): Remove unused variable.
10989         (rcirc-print): Remove some tracking logic, which is moved into
10990         markup functions.
10991         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10992         types.
10993         (rcirc-activity-string): Look for 'keyword in activity-types.
10994         (rcirc-window-configuration-change): Don't erase overlay-arrow
10995         unnecessarily.
10996         (rcirc-add-or-remove): New function.
10997         (rcirc-cmd-ignore): Use it.
10998         (rcirc-message-leader): Remove unused function.
10999         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
11000         (rcirc-add-face): New function.
11001         (rcirc-facify): Use rcirc-add-face.
11002         (rcirc-url-regexp): Add parens.
11003         (rcirc-map-regexp): Remove function.
11004         (rcirc-mangle-regexp): Remove function.
11005         (rcirc-markup-text-functions): New variable.
11006         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
11007         (rcirc-markup-body-text, rcirc-markup-attributes)
11008         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
11009         (rcirc-markup-bright-nicks): New markup handler functions.
11010         (rcirc-nick-in-message-full-line): New face.
11011         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
11012         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
11014 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
11016         * cus-start.el (hscroll-margin, hscroll-step)
11017         (mode-line-in-non-selected-windows, mouse-autoselect-window)
11018         (x-use-underline-position-properties): Change version to "22.1"
11019         since they will appear there for the first time.
11021 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
11023         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
11025 2006-08-31  Richard Stallman  <rms@gnu.org>
11027         * cus-edit.el (custom-save-variables): Slight cleanup.
11028         (Custom-no-edit): Renamed from custom-no-edit.
11029         (Custom-newline): Renamed from custom-newline.
11030         (custom-mode-map): Use new names.
11032         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
11033         about customization, rather than M-x customize, in the doc string
11034         made for the defcustom.
11036         * emacs-lisp/trace.el (trace-function-background): Doc fix.
11038 2006-08-31  Romain Francoise  <romain@orebokech.com>
11040         * dired-x.el (dired-guess-shell-alist-default): Update.
11042 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
11044         * custom.el (custom-theme-set-variables): Autoload packages before
11045         sorting the variables.
11047 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
11049         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11050         Convert events to chars if XEmacs.
11051         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
11053 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11055         * progmodes/python.el (python-eldoc-function): Re-enable quit while
11056         waiting for process.
11058 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11060         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
11061         results in ASCII-only string, encode original one directly.
11063 2006-08-29  Romain Francoise  <romain@orebokech.com>
11065         * startup.el (normal-splash-screen, fancy-splash-screens):
11066         Make buffer read-only and arrange to enter view mode if necessary.
11068 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
11070         * hl-line.el (hl-line): New face.
11071         (hl-line-face): Use it.
11073         * image-mode.el (image-mode): Fix last fix.
11074         Suggested by Kim F. Storm.
11076 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
11078         Sync with Tramp 2.0.54.
11080         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
11081         of `=', because `tramp-get-remote-gid' might not always return an
11082         integer when expected.
11083         (tramp-register-file-name-handlers): `partial-completion-mode' is
11084         unknown to XEmacs.
11085         (tramp-time-diff): Don't use `floor', it might fail for large
11086         differences.
11087         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
11088         `tramp-auto-save-directory' if unset in order to guarantee unique
11089         auto-save file names.
11091 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
11093         * image-mode.el (image-mode): Display image as text on a terminal.
11095 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11097         * progmodes/python.el (python-send-command): Simplify.
11098         (run-python): Don't generate a new buffer unless `new' was specified.
11099         Make sure we send `import emacs' to the proper process.
11101         * progmodes/python.el (python-send-command): Don't wait for the command
11102         to terminate.  Don't fiddle with compilation-parsing-end.
11104 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
11106         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
11107         Insert commentary after first line summary.
11109         * woman.el (woman-follow): New function, based on `man-follow'.
11110         (woman-mode-map): Use it.
11112         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
11113         since ibuffer-do-sort-by-recency does not define a sorter.
11115 2006-08-28  Kim F. Storm  <storm@cua.dk>
11117         * find-dired.el (find-dired): Use shell-quote-argument to properly
11118         escape ( and ) args.  Also use it on {} and ; args in default
11119         value of find-ls-option string.
11120         (find-grep-dired): Use shell-quote-argument on {} and ; args.
11122 2006-08-27  Michael Olson  <mwolson@gnu.org>
11124         * emacs-lisp/tq.el: Small grammar fix in comments.
11125         (tq-enqueue): Check for existence of queue rather than the
11126         head queue item's question, which was a no-op.
11127         (tq-filter, tq-process-buffer): Make sure the process buffer
11128         exists before making it the current buffer.
11130 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11132         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
11133         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
11134         (special-event-map): Apply 2006-08-16 change for x-win.el.
11136 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11138         * progmodes/python.el (python-send-receive): Wait in the
11139         process's buffer so as to check the right buffer-local variables.
11141 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11143         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
11144         (defgroup checkdoc): Move to beginning.
11146         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
11147         (python-preoutput-continuation): Remove.
11148         (python-preoutput-filter): Simplify correspondingly.
11149         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
11150         Loop around to catch embedded _emacs_out output.
11151         (run-python): Send the import&print command on a single line.
11152         (python-send-command): Send command&print on a single line.
11153         (python-send-string): Only add double \n if needed.
11154         (python-send-receive): Loop until the result comes.
11155         (python-mode-running): Defvar it.
11156         (python-setup-brm): Remove unused var `menu'.
11157         Only bind py-mode-map and `features' around brm-init.
11158         (python-calculate-indentation): Remove unused var `point'.
11159         (python-beginning-of-defun): Remove unused var `def-line'.
11161 2006-08-25  Richard Stallman  <rms@gnu.org>
11163         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
11165 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
11167         * emulation/viper.el (viper-set-hooks): Use frame bindings for
11168         viper-vi-state-cursor-color.
11169         (viper-non-hook-settings): Don't set default
11170         mode-line-buffer-identification.
11172         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
11173         New fun.
11174         (viper-set-cursor-color-according-to-state)
11175         (viper-get-saved-cursor-color-in-replace-mode)
11176         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
11177         viper-emacs-state-cursor-color.
11179         * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
11180         (viper-undo): Use point if undo-beg-posn is nil.
11181         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
11182         (viper-after-change-undo-hook): Don't use
11183         viper-emacs-state-cursor-color by default.
11184         (viper-undo): More sensible positioning after undo.
11186         * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
11187         (viper-emacs-state-cursor-color): Default to nil, since this feature
11188         doesn't work well yet.
11190         * ediff-mult.el (ediff-intersect-directories)
11191         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
11192         always expand filenames.
11194 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11196         * tumme.el: Remove * in defcustoms's docstrings.
11198 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
11200         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
11201         Accept internal time format for SECS arg.
11202         (timer-relative-time): Doc fix.
11204         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
11205         adapted from Martin Rudalics.
11206         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
11207         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
11208         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
11209         using sit-for.
11211 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
11213         * cus-start.el (all): Add `overline-margin' and
11214         `x-underline-at-descent-line'.
11216 2006-08-24  Kim F. Storm  <storm@cua.dk>
11218         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
11219         to mean "use find -exec"; nil now unambiguously means auto-detect.
11220         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
11221         Use shell-quote-argument to build grep-find-command and
11222         grep-find-template.
11223         (rgrep): Use shell-quote-argument to properly quote arguments to find.
11224         Reported by Tom Seddon.
11226 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
11228         * startup.el (fancy-splash-head): Give instructions for dismissing
11229         the splash screen for default startup too.
11230         (display-startup-echo-area-message, fancy-splash-screens)
11231         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
11232         all splash text at once and keep the splash buffer around.
11233         (command-line-1): Give display-startup-echo-area-message a t arg.
11235 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
11237         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
11238         gnus frame is selected.
11240 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
11242         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
11244 2006-08-22  Kim F. Storm  <storm@cua.dk>
11246         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
11247         Add suffix matching for subdirs.
11249 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
11251         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
11252         mouse-yank-at-point is non-nil.
11254 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
11256         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
11257         a bit wider and remove fringes to fit initial output on line.
11259 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11261         * frame.el (blink-cursor-end): Only ignore the error we care about.
11262         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
11264 2006-08-21  Richard Stallman  <rms@gnu.org>
11266         * whitespace.el (whitespace-cleanup): Doc fix.
11268 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
11270         * net/rcirc.el (rcirc-show-maximum-output): New var.
11271         (rcirc-buffer-process): If no buffer argument is supplied, use
11272         current-buffer.
11273         (rcirc-complete-nick): Complete to the last completed nick first.
11274         (rcirc-mode): Preserve the value of `rcirc-urls' across
11275         connections.  Setup scroll function.
11276         (rcirc-scroll-to-bottom): New function.
11277         (rcirc-print): Use nick syntax around regexp work.
11278         Notice dim-nicks speaking only if they say our nick.
11279         (rcirc-update-activity-string): Do not show the modeline indicator
11280         if there are no live rcirc processes.
11281         (rcirc-cmd-ignore): Ignore case.
11282         (rcirc-browse-url-at-point): Fix off-by-one error.
11284 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11286         * progmodes/python.el: Remove * in defcustom docstrings.
11287         (run-python, python-proc, python-try-complete): Use derived-mode-p.
11288         (python-mode): Set tab-width and indent-tabs-mode.
11290 2006-08-20  Dave Love  <fx@gnu.org>
11292         * progmodes/python.el: Update to Dave Love's latest version.
11293         (python-font-lock-keywords, python-mode): Don't use
11294         font-lock-syntax-table, but match symbol elements explicitly instead.
11295         (python-mode-map): Add help, and a few more key bindings.
11296         (python-skip-comments/blanks): Move out of comments as well.
11297         (python-continuation-line-p): Behave better with unbalanced parens.
11298         (python-blank-line-p): New fun.
11299         (python-open-block-statement-p): Don't use a heuristic.
11300         (python-outdent-p): Better handle blocks-in-the-same-line.
11301         (python-calculate-indentation): Misc improvements.
11302         (python-comment-indent): Remove.
11303         (python-block-pairs): New var.
11304         (python-first-word): New fun.
11305         (python-indentation-levels): Handle more common cases.
11306         (python-indent-line-1): Add `leave' argument.
11307         (python-indent-region): New fun.
11308         (python-skip-out): New fun.
11309         (python-beginning-of-statement, python-end-of-statement): Use it.
11310         (python-next-statement): Return correct count even at eob.
11311         (python-end-of-block): Fix paren-typo.
11312         (python-imenu-create-index): Add module variables.
11313         (run-python): Add `new' arg.
11314         Check we're at a prompt before returning.
11315         (python-send-command): Move to end of buffer.
11316         Wait for prompt to return.
11317         (python-set-proc): New fun.
11318         (python-imports): New var.
11319         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
11320         (python-eldoc-function): Try to move out of arg list.
11321         (python-outline-level): Offset by 1.
11322         (python-find-imports): New fun.
11323         (python-symbol-completions): Use python-imports.
11324         (python-module-path, ffap-alist): Add support for ffap.
11325         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
11326         (python-insert-*, python-default-template, python-expand-template):
11327         Add templates/skeletons.
11328         (python-setup-brm): Support for Bicycle Repair Man.
11329         (python-abbrev-syntax-table): New var.
11330         (python-abbrev-pc-hook, python-pea-hook): New funs.
11332 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
11334         * frame.el (blink-cursor-start): Set timer first.
11335         (blink-cursor-end): Ignore timer cancelling errors.
11336         Suggested by Ken Manheimer.
11338 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
11340         * newcomment.el (comment-box): Call `comment-normalize-vars'.
11341         Add autoload cookie.
11343 2006-08-20  Richard Stallman  <rms@gnu.org>
11345         * simple.el (line-number-at-pos): Doc fix.
11347         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
11348         timer-activate-when-idle, so timer can run before Emacs becomes
11349         non-idle again.
11351 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
11353         * whitespace.el (whitespace-cleanup-internal): New optional arg
11354         REGION-ONLY.  If it's non-nil, modify the message to the user
11355         accordingly.
11356         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
11357         a non-nil argument.
11359 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
11361         * rect.el (spaces-string): Simplify and add doc string.
11363 2006-08-17  Romain Francoise  <romain@orebokech.com>
11365         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
11367 2006-08-17  Richard Stallman  <rms@gnu.org>
11369         * compare-w.el (compare-windows): lambda's take an arg and pass
11370         it to compare-windows-skip-whitespace.
11372 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
11374         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
11375         the right buffer.
11377 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11379         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
11380         removed files.
11382 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
11384         * progmodes/gdb-ui.el (gdb-locals-watch-map)
11385         (gdb-locals-watch-map-1): Suppress keymap first.
11386         (gdb-edit-locals-map-1): New variable.
11387         (gdb-edit-locals-value): New function.
11388         (gdb-stack-list-locals-handler): Use them.
11390 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11392         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
11393         cursor would normally be drawn in the fringe.
11395         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
11396         Reported by Martin Rudalics <rudalics@gmx.at>.
11398 2006-08-16  Richard Stallman  <rms@gnu.org>
11400         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
11401         (special-event-map): Process drag-n-drop events this way.
11403         * simple.el (move-beginning-of-line): Test whether fields
11404         would prevent motion back to line's first visible character.
11405         If so, stop where the fields would stop the motion.
11407         * newcomment.el (comment-indent): Fully update INDENT
11408         before checking to see if it will change the text.
11410         * cus-edit.el (custom-newline): New function.
11411         (custom-mode-map): Bind newline to custom-newline.
11413         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
11414         into ignore-whitespace.
11415         Check each buffer for its skip-function.
11416         Handle compare-windows-skip-whitespace special-case test
11417         by returning t from default skip function.
11419 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
11421         * textmodes/org.el (org-clock-special-range)
11422         (org-clock-update-time-maybe): New functions.
11423         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
11424         not only a-z.
11425         (org-agenda-get-blocks): Allow multiple blocks per headline.
11426         (org-timestamp-change): Call `org-clock-update-time-maybe'.
11427         (org-export-html-title-format)
11428         (org-export-html-toplevel-hlevel): New options.
11429         (org-export-language-setup): Add support for Czech.
11430         (org-mode, org-insert-todo-heading, org-find-visible)
11431         (org-find-invisible, org-invisible-p, org-invisible-p2)
11432         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
11433         (org-show-subtree, org-show-entry, org-make-options-regexp):
11434         Remove compatibility support for old outline-mode.
11435         (org-check-occur-regexp): Funtion removed.
11436         (org-on-heading-p, org-back-to-heading): Made defalias.
11437         (org-set-local): New defsubst.
11438         (org-set-regexps-and-options, org-mode)
11439         (org-set-font-lock-defaults, org-edit-agenda-file-list)
11440         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
11441         (org-remember-apply-template, org-table-edit-field)
11442         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
11443         (org-set-autofill-regexps): Use `org-set-local'.
11444         (org-table-eval-formula): Fix bug with parsing of display flags.
11446 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
11448         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
11449         frame with fringe arrow.  Suggested by Simon Marshall
11450         <simon.marshall@misys.com>.
11451         (gdb-stack-position): New variable.
11452         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
11453         (gdb-frames-mode): Set gdb-stack-position to nil.
11454         Add to overlay-arrow-variable-list
11455         (gdb-reset): Delete gdb-stack-position from above list.
11457 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11459         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
11460         read only.
11462 2006-08-13  Romain Francoise  <romain@orebokech.com>
11464         * cus-theme.el (customize-create-theme)
11465         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
11467         * filesets.el (filesets-add-buffer): Ditto.
11469         * pcvs.el (cvs-change-cvsroot): Ditto.
11471 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
11473         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
11474         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
11475         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
11476         expressions.
11477         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
11478         Only search till end of line.
11479         Add face to function names in case of no filename.
11480         Add face to variable names of watchpoints.
11482 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
11484         * cus-start.el <indent-tabs-mode>: Move to the `indent'
11485         customization group.
11487 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
11489         * allout.el (allout-prior-bindings, allout-added-bindings):
11490         Remove, after long deprecation.
11491         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
11492         Add customization vars controlling allout-beginning-of-line and
11493         allout-end-of-line conveniences.
11494         (allout-header-prefix, allout-use-mode-specific-leader)
11495         (allout-use-mode-specific-leader, allout-mode-leaders):
11496         Revise docstrings.
11497         (allout-infer-header-lead): Change to be an alias for
11498         allout-infer-header-lead-and-primary-bullet.
11499         (allout-infer-header-lead-and-primary-bullet): New version of
11500         allout-infer-header-lead which assigns the primary bullet to the
11501         same as the header lead, when its being changed.
11502         (allout-infer-body-reindent): Apply regexp-quote instead of
11503         unconditionally prepending "\\", so that all literal
11504         allout-header-prefix and allout-primary-bullet strings are
11505         properly handled.
11506         (allout-add-resumptions): Add optional qualifier for extending or
11507         appending to existing values, rather than replacing them.
11508         (allout-view-change-hook): Clarify docstring.
11509         (allout-exposure-change-hook): Take explicit arguments, via
11510         run-hook-with-args.
11511         (allout-structure-added-hook)
11512         (allout-structure-deleted-hook)
11513         (allout-structure-shifted-hook): New hooks analogous to
11514         allout-exposure-change-hook for other kinds of structural outline
11515         edits.
11516         (allout-encryption-plaintext-sanitization-regexps): New encryption
11517         customization variable, by which cooperating modes can provde
11518         massage of the plaintext without actually being passed it.
11519         (allout-encryption-ciphertext-rejection-regexps)
11520         (allout-encryption-ciphertext-rejection-ceiling): New encryption
11521         customization variables, by which cooperating modes can prohibit
11522         rare but possible ciphertext patterns from fouling their
11523         operation, with actually being passed the ciphertext.
11524         (allout-mode): Run activation and deactivation hooks after the
11525         minor-mode variable has been toggled, to clarify the mode
11526         disposition.  The new encryption ciphertext rejection variable is
11527         used to ensure that the ciphertext does not contain text that
11528         would be recognized as outline structural elements by allout.
11529         Substite allout-beginning-of-line and allout-end-of-line for
11530         conventionall beginning-of-line and end-of-line bindings.
11531         If allout-old-style-prefixes is non-nil, don't nullify it on mode
11532         activation!
11533         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
11534         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
11535         (allout-chart-subtree): Implement new mode, charting only the
11536         visible items in the subtree, when new 'visible' parameter is non-nil.
11537         (allout-end-of-subtree): Properly handle the last item in the buffer.
11538         (allout-pre-command-business, allout-command-counter):
11539         Increment an advertised counter so that cooperating enhancements can
11540         track revisions of items.
11541         (allout-open-topic): Run allout-structure-added-hook with suitable
11542         arguments.
11543         (allout-shift-in): Run allout-structure-shifted-hook with suitable
11544         arguments.
11545         (allout-shift-out): Fix doubling for negative args and ensure call
11546         of allout-structure-shifted-hook by solely using allout-shift-in.
11547         (allout-kill-line, allout-kill-topic):
11548         Run allout-structure-deleted-hook with suitable arguments.
11549         (allout-yank-processing): Run allout-structure-added-hook with
11550         proper arguments.
11551         (allout-yank): Enclose activity in allout-unprotected.
11552         (allout-flag-region): Run allout-exposure-change-hook with
11553         suitable arguments, instead of making the callee infer the arguments.
11554         (allout-encrypt-string):
11555         Support allout-encryption-plaintext-sanitization-regexps,
11556         allout-encryption-ciphertext-rejection-regexps, and
11557         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
11558         en/de cryption mode in symmetric encryption failure message.
11559         (allout-obtain-passphrase): Use copy-sequence to get a distinct
11560         copy of the passphrase, and don't zero it or we'll corrupt the
11561         stashed copy.
11562         (allout-create-encryption-passphrase-verifier)
11563         (allout-verify-passphrase): Respect the new signature for
11564         allout-encrypt-string.
11565         (allout-get-configvar-values): Convenience for getting a
11566         configuration variable value and handling its absence gracefully.
11568 2006-08-11  Romain Francoise  <romain@orebokech.com>
11570         * obsolete/zone-mode.el: Delete.
11572 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11574         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
11576 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
11578         * emacs-lisp/bindat.el (bindat-ip-to-string):
11579         Use `format-network-address' if possible.
11581 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11583         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
11585 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
11587         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
11588         restore unread-command-events here.
11589         (edebug-display): Do it here, to detect sit-for interruptions.
11591 2006-08-10  Romain Francoise  <romain@orebokech.com>
11593         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
11594         (dns-mode-soa-auto-increment-serial): New user option.
11595         (dns-mode-soa-maybe-increment-serial): New function.
11596         (dns-mode): Add the latter to `write-contents-functions'.
11598         * obsolete/zone-mode.el: Move to obsolete/ from net/.
11599         Delete autoload cookies.
11601 2006-08-10  John Wiegley  <johnw@newartisans.com>
11603         * eshell/em-glob.el (eshell-glob-chars-list)
11604         (eshell-glob-translate-alist): Add support for [^g] in character globs.
11606 2006-08-10  Richard Stallman  <rms@gnu.org>
11608         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11609         (facemenu-set-face): Doc fix.
11610         (facemenu-listed-faces): Doc fix.
11612 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
11614         * avoid.el (mouse-avoidance-animating-pointer): New var.
11615         (mouse-avoidance-nudge-mouse): Use it.
11616         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11617         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11618         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11619         Don't activate if currently animating.  All callers changed.
11621 2006-08-09  John Wiegley  <johnw@newartisans.com>
11623         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11624         variable, which causes timeclock to report elapsed time worked,
11625         instead of just work remaining.
11627 2006-08-09  Kenichi Handa  <handa@m17n.org>
11629         * international/latexenc.el (latexenc-find-file-coding-system):
11630         Fix for the case that the 2nd element of arg-list is a cons.
11632 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
11634         * info.el (Info-fontify-node): Handle preceding `in' for note
11635         reference hiding rules.
11637 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11639         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11640         mistake a closing " for an opening one.
11642 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
11644         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11646 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11648         * complete.el (PC-do-completion): Filter out completions matching
11649         completion-ignored-extensions before checking whether there are
11650         multiple completions.
11651         Don't use `list' unnecessarily when building completion tables.
11653 2006-08-06  Richard Stallman  <rms@gnu.org>
11655         * help.el (describe-mode): Make minor mode list more concise.
11657 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
11659         * bindings.el: Give mode-line-format, mode-line-modes, and
11660         mode-line-position `standard-value' properties.
11662 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
11664         * buff-menu.el (list-buffers-noselect): For Info buffers, use
11665         "(file)node" instead of the file name.
11667 2006-08-05  Richard Stallman  <rms@gnu.org>
11669         * faces.el (escape-glyph): Doc fix.
11671 2006-08-04  Kenichi Handa  <handa@m17n.org>
11673         * international/mule-diag.el (describe-font): Improve docstring
11674         and error message.  Use frame-parameter (not frame-parameters).
11676 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11678         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11679         Correctly mark the end-of-docstring char.
11681 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
11683         * simple.el (line-move-to-column): Constrain move-to-column to
11684         current field.
11686 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11688         * font-lock.el (font-lock-beg, font-lock-end)
11689         (font-lock-extend-region-functions): New vars.
11690         (font-lock-extend-region-multiline)
11691         (font-lock-extend-region-wholelines): New functions.
11692         (font-lock-default-fontify-region): Use them.
11693         (font-lock-extend-jit-lock-region-after-change): Only round up
11694         if font-lock-default-fontify-region will do it as well.
11696         * font-lock.el (font-lock-extend-after-change-region-function):
11697         Rename from font-lock-extend-region-function.
11698         (font-lock-extend-region): Remove by inlining at call sites.
11699         (font-lock-after-change-function): Don't needlessly round up to a whole
11700         number of lines.
11701         (font-lock-extend-jit-lock-region-after-change): Be more careful about
11702         the boundary conditions and the interactions between the various ways
11703         to extend the region.
11705 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11707         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11708         modification status when forcing the second redisplay.
11710 2006-08-03  Kim F. Storm  <storm@cua.dk>
11712         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11714 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11716         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11717         doesn't look like a file name.
11719         * complete.el (PC-expand-many-files): Avoid signalling an error when
11720         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
11722 2006-08-02  Andreas Schwab  <schwab@suse.de>
11724         * bindings.el (mode-line-format): Simplify reference to vc-mode.
11726 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
11728         * bindings.el (map): Make mode-line-buffer-identification-keymap
11729         before defining propertized-buffer-identification.
11731 2006-08-01  Richard Stallman  <rms@gnu.org>
11733         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11735 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
11737         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11738         default value.
11739         (gdb-find-source-frame): New function.
11740         (menu): Add to menu bar.
11742 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11744         * font-core.el (font-lock-extend-region-function)
11745         (font-lock-extend-region): Move to font-lock.el.
11747         * font-lock.el (font-lock-extend-region-function)
11748         (font-lock-extend-region): Move from font-core.el.  Simplify.
11750         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11751         if needed.
11752         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11753         (jit-lock-after-change-extend-region-functions): New hook.
11754         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11756         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11757         (font-lock-turn-on-thing-lock): Use it.
11759         * longlines.el (longlines-show-region): Make it work on read-only
11760         buffers as well.
11762 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
11764         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11766 2006-07-31  Richard Stallman  <rms@gnu.org>
11768         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11769         (vhdl-speedbar-display-projects): Update old obsolete
11770         speedbar variable names.
11772 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
11774         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11775         (gdb-stopped): Use it.
11777         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11779 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
11781         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11782         for load-history elements.
11784 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
11786         * files.el (convert-standard-filename): For Cygwin, replace
11787         characters not allowed in Windows file names.
11788         (make-auto-save-file-name): Add Cygwin to the list of systems
11789         where the auto-save file name needs to be run through
11790         convert-standard-filename.
11792 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
11794         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11796 2006-07-28  Richard Stallman  <rms@gnu.org>
11798         * bindings.el (mode-line-frame-identification)
11799         (propertized-buffer-identification): Centralize the code
11800         to initialize the variable.
11802         * progmodes/grep.el (grep-default-command): Catch errors from
11803         wildcard-to-regexp.
11805 2006-07-29  Kim F. Storm  <storm@cua.dk>
11807         * progmodes/grep.el (grep-tag-default): New function.
11808         (grep-default-command, grep-read-regexp): Use it.
11809         (grep-read-files): Use car of grep-files-history or grep-files-aliases
11810         as default if nothing else applies.
11812 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
11814         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11815         Throw error if buffer is not in Dired and Wdired mode, respectively.
11817 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
11819         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11820         self-insert-command keys don't activate buttons.
11821         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11823 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
11825         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11826         faces for enable character.
11828 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
11830         * Makefile.in (recompile): Update comment to reflect change
11831         on 2004-04-21.
11833 2006-07-27  Richard Stallman  <rms@gnu.org>
11835         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11836         (customize-package-emacs-version): Change msg when pkg has no entry.
11837         (custom-no-edit): On a button, do like widget-button-press.
11839 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11841         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11842         S-tab and C-S-tab.
11844 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
11846         * progmodes/which-func.el (which-function): Fix documentation/
11847         comment typo.
11849 2006-07-26  Richard Stallman  <rms@gnu.org>
11851         * textmodes/ispell.el (ispell-word): If we replace the word,
11852         move point to the end.  Insert before deleting.
11854 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
11856         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11857         a timer.
11859 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
11861         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
11862         when at first image.
11863         (tumme-forward-image): Add prefix argument.  Add error when at last
11864         image.
11866 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11868         * tabify.el (tabify-regexp): Use more specific regexps.
11869         (tabify): Avoid modifying the buffer unnecessarily.
11871 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
11873         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11874         (tumme-format-properties-string): Handle empty `buf'.
11875         (tumme-get-comment): Change variable names inside `let'.
11876         Add missing `let' variable that cause font-lock problems.
11877         (tumme-write-comments): Change variable names inside `let'.
11878         Add missing `let' variable that cause font-lock problems.
11879         (tumme-forward-image): Rename from `tumme-forward-char'.
11880         (tumme-backward-image): Rename from `tumme-backward-char'.
11882 2006-07-25  Masatake YAMATO  <jet@gyve.org>
11884         * progmodes/ld-script.el (ld-script-keywords)
11885         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11886         and add comments.
11888 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
11890         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11891         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11892         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11893         for status indicator.
11895 2006-07-24  Richard Stallman  <rms@gnu.org>
11897         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11899         * subr.el (dolist, dotimes): Use interned symbols for locals.
11900         (--dotimes-limit--, --dolist-tail--): New defvars.
11901         (looking-back): Doc fix.
11903         * replace.el (replace-match-string-symbols): Handle dotted lists.
11905 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
11907         * tumme.el (tumme-write-tags): Add.
11908         (tumme-write-comments): Add.
11909         (tumme-tag-files): Change to use `tumme-write-tags'.
11910         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11911         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11912         (tumme-save-information-from-widgets): Change to use
11913         `tumme-write-comments' and `tumme-write-tags'.
11914         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11915         (tumme-write-tag): Remove.
11916         (tumme-write-comment): Remove.
11917         (tumme-display-previous-thumbnail-original): Remove empty line.
11918         (tumme-widget-list): Add punctuation.
11920 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
11922         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11924 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11926         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11927         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
11928         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11930 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
11932         * mouse.el (mouse-on-link-p): Doc fix.
11934 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
11936         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11937         Handle "C-h f `".
11939 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11941         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11942         column.
11944 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
11946         * textmodes/table.el: Add move-beginning-of-line and
11947         move-end-of-line to Point Motion Only Group.
11949 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11951         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11953 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11955         * startup.el (user-mail-address): Initialize from the `EMAIL'
11956         environment variable first.  Document this.
11957         (command-line): Ditto.
11959 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
11961         * help-mode.el (help-function-def, help-variable-def)
11962         (help-face-def): Print a message in the minibuffer.
11964 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11966         * term/xterm.el (terminal-init-xterm): Fix key bindings
11967         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11969 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
11971         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11972         where `(nth 1 command)' is a cons cell.  Doc fix.
11974         * textmodes/po.el (po-find-charset): Doc fix.
11976 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
11978         * allout.el (allout-unprotected, allout-e-o-prefix-p)
11979         (allout-beginning-of-current-line, allout-end-of-current-line)
11980         (allout-next-visible-heading, allout-open-topic)
11981         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11982         (allout-flag-current-subtree, allout-show-to-offshoot)
11983         (allout-hide-current-entry, allout-show-current-branches)
11984         (allout-hide-region-body, allout-old-expose-topic)
11985         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11986         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11987         containing `beginning-of-line' and `end-of-line' with
11988         `inhibit-field-text-motion' t.
11990 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
11992         * frame.el (focus-follows-mouse): Document that it doesn't have
11993         any effect on MS-Windows.
11995 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11997         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11999 2006-07-20  Jay Belanger  <belanger@truman.edu>
12001         * calc/calc.el (calc-previous-alg-entry): Remove variable.
12003         * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
12004         New variables.
12005         (calc-alg-entry): Use `calc-alg-entry-history'.
12006         (calc-do-quick-calc): Use `calc-quick-calc-history'.
12007         Remove reference to `calc-previous-alg-entry'.
12008         (calcAlg-edit, calcAlg-enter): Remove reference to
12009         `calc-previous-alg-entry'.
12010         (calcAlg-previous): Use `previous-history-element' instead of
12011         `calc-previous-alg-entry'.
12012         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
12013         Change keybinding for `calcAlg-plus-minus', add keybindings for
12014         `previous-history-element' and `next-history-element'.
12016         * calc/calc-rewr.el (calc-match): Remove reference to
12017         `calc-previous-alg-entry'.
12019         * calc/calc-sel.el (calc-selection-history): New variable.
12020         (calc-enter-selection, calc-sel-mult-both-sides)
12021         (calc-sel-add-both-sides): Use `calc-selection-history'.
12023         * calc/calc-map.el (calc-get-operator-history): New variable.
12024         (calc-get-operator): Use `calc-get-operator-history'.
12026         * calc/calcalg3.el (calc-curve-fit-history): New variable.
12027         (calc-curve-fit): Use `calc-curve-fit-history'.
12029 2006-07-20  Kenichi Handa  <handa@m17n.org>
12031         * international/mule-cmds.el (select-safe-coding-system): Fix the
12032         way of deciding eol-type of the coding system.
12034 2006-07-20  Alan Mackenzie  <acm@muc.de>
12036         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
12037         (c-lang-setvar): New macro.
12038         (c-make-init-lang-vars-fun): Use the initialization forms in
12039         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
12040         (comment-start, comment-end, comment-start-skip): Change these from
12041         c-lang-defvar's to c-lang-setvar's.
12043         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
12044         which calls make-local-variable on the elements of
12045         c-emacs-variable-inits.
12046         (c-init-language-vars-for): Call this new macro.
12048 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12050         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12051         Try to rule out false positives due to time stamps.
12052         (compilation-mode-font-lock-keywords): Remove rules made redundant
12053         because of the above change.  Add `segmentation fault' to the known and
12054         highlighted compilation termination messages.
12056 2006-07-19  Kim F. Storm  <storm@cua.dk>
12058         * progmodes/grep.el (grep-find-ignored-directories):
12059         Add .svn and _darcs to list.
12061 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
12063         * dired.el (dired-mode-map): Add key binding `C-te' for
12064         `tumme-dired-edit-comment-and-tags'.
12066         * tumme.el (tumme-display-thumbnail-original-image): Make sure
12067         image display buffer is displayed before call to
12068         `tumme-display-image.
12069         (tumme-dired-display-image): Make sure image display buffer is
12070         displayed before call to `tumme-display-image.
12071         (tumme-mouse-display-image): Make sure image display buffer is
12072         displayed before call to `tumme-display-image.
12073         (tumme-widget-list): Add.
12074         (tumme-dired-edit-comment-and-tags): Add.
12075         (tumme-save-information-from-widgets): Add.
12077 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12079         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
12081 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12083         * progmodes/sh-script.el (sh-font-lock-keywords-1):
12084         Revert inadvertently installed patch hunk.
12086         * progmodes/compile.el (compilation-find-file): Handle the
12087         cases where the user selects a non-existent file.
12089 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12091         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
12093 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
12095         * subr.el (sit-for): Just sleep-for if noninteractive.
12097 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12099         * emacs-lisp/autoload.el (make-autoload): Use new arg.
12101         * custom.el (custom-autoload): Add `noset' argument.
12102         (custom-push-theme): Don't autoload the variable, let callers do it.
12103         (custom-theme-set-variables): Autoload the variable if necessary.
12105         * cus-edit.el (custom-variable-state-set): If the variable was
12106         originally set outside custom, but to the same value as the default,
12107         consider it to be standard.
12109         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
12110         file *before* telling Emacs to add the autoloads, in case it fails.
12112         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
12113         Use `cond', push', and `dolist'.
12115 2006-07-17  Richard Stallman  <rms@gnu.org>
12117         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
12118         Add defvars to silence warnings.
12120 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
12122         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12123         Don't highlight "Compiling file" messages as error.
12125         * dired-aux.el (dired-compress-file): Confirm again if gzipped
12126         file already exists.
12128 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
12130         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
12131         entry, don't assign to free var; simply return the extracted filename.
12132         (ff-treat-as-special): Incorporate common preamble from callers.
12133         (ff-other-file-name, ff-find-the-other-file):
12134         Update call to ff-treat-as-special.
12136         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
12138 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
12140         * tumme.el (tumme-get-comment): Fix bug.
12142 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12144         * files.el: Remove spurious * in docstrings.
12146 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
12148         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
12149         grammar.
12150         (allout-beginning-of-current-line): Beware beginning of buffer.
12151         Also, a comment is simplified.
12152         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
12153         when appropriate.  (This fix enables use for other than
12154         bullet-hotspot operation.)
12155         (allout-hide-current-subtree): While escalating to sibling-close,
12156         make sure to situate on a topic.
12158 2006-07-14  Kim F. Storm  <storm@cua.dk>
12160         * emulation/cua-base.el (cua-delete-selection)
12161         (cua-toggle-set-mark): New defcustoms.
12162         (cua-rectangle-modifier-key): Add `alt' modifier.
12163         (cua-replace-region): Don't delete if cua-delete-selection is nil.
12164         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
12165         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
12167         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
12169 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
12171         * allout.el: Require 'cl during byte-compilation/interactive load,
12172         for the `assert' macro.
12173         (allout-mode-deactivate-hook): New hook, run when allout mode
12174         deactivates.
12175         (allout-developer): New allout customization subgroup.
12176         (allout-run-unit-tests-on-load): New allout-developer
12177         customization variable, when true allout unit tests are run towards
12178         end of file load/eval.
12179         (allout-inhibit-auto-fill): Disable auto-fill activity even during
12180         auto-fill-mode.
12181         (allout-resumptions): Remove, to be replaced by...
12182         (allout-add-resumptions): Register variable settings to be
12183         reinstated by `allout-do-resumptions'.  The settings are made
12184         buffer-local, but the locality/globality of the suspended setting
12185         is restored on resumption.
12186         (allout-do-resumptions): Reinstate all settings suspended using
12187         `allout-add-resumptions'.
12188         (allout-test-resumptions): Unit tests (and intermediate variables)
12189         for resumptions.
12190         (allout-tests-globally-unbound, allout-tests-globally-true)
12191         (allout-tests-locally-true): Intermediate variables for
12192         resumptions unit tests.
12193         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
12194         (allout-exposure-category): Replaces 'allout-overlay-category variable.
12195         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
12196         instead of retired `allout-resumptions'.  For hook functions, use
12197         `local' parameter so hook settings are created and removed as
12198         buffer-local settings.  Revise (resumptions) setting
12199         auto-fill-function so it is set only if already active.  (The
12200         related fill-function settings are all made in either case, so
12201         that activating auto-fill-mode activity will have the custom
12202         allout-mode behaviors (hanging indent on topics, if configured for it).
12203         Remove all allout-exposure-category overlays on mode deactivation.
12204         (allout-hotspot-key-handler): New function extracted from
12205         `allout-pre-command-business', so the functionality can be used
12206         for other purposes, eg as a binding in an overlay.
12207         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
12208         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
12209         customization variable.
12210         (allout-run-unit-tests): Run the (currently quite small)
12211         repertoire of unit tests.  Called just before the provide iff user
12212         has customized `allout-run-unit-tests-on-load' non-nil.
12214 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
12216         * emacs-lisp/authors.el (authors-aliases): Update.
12218 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
12220         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
12221         gdb-source-window.  Add dedicated argument.
12222         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
12223         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
12224         (gdb-display-threads-buffer, gdb-display-memory-buffer)
12225         (gdb-display-locals-buffer): Use it.
12227         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
12228         Set gdb-source-window.
12230 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12232         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
12233         minor modes, redundant with the custom-autoload line above.
12235 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
12237         * longlines.el (longlines-post-command-function): Handle open-line too.
12239 2006-07-12  Richard Stallman  <rms@gnu.org>
12241         * progmodes/grep.el (grep-last-buffer): Doc fix.
12243         * info.el (Info-try-follow-nearest-node): Doc fix.
12245         * emacs-lisp/edebug.el (edebug-instrument-function):
12246         Err if find-function-noselect gives no position.
12248         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12249         If can't find definition, return nil for position.
12250         (find-function-do-it): Handle new return value
12251         of find-definition-noselect.
12252         (find-definition-noselect, find-variable-noselect): Doc fix.
12253         (find-function-noselect): Doc fix.
12255         * help-mode.el (help-variable-def): Handle find-variable-noselect
12256         returning no position.
12257         (help-function-def): Likewise for find-function-search-for-symbol.
12258         (help-face-def): Likewise.
12260         * help-fns.el (describe-variable): Handle find-variable-noselect
12261         returning no position.
12263         * files.el (locate-file-completion): Avoid duplicates in result.
12265         * cus-edit.el (custom-no-edit): New command.
12266         (custom-mode-map): Remap to custom-no-edit instead of
12267         using suppress-keymap.
12269 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
12271         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
12272         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
12273         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
12275         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
12277 2006-07-11  Kim F. Storm  <storm@cua.dk>
12279         * ido.el (ido-copy-current-file-name): Use buffer-name if
12280         buffer-file-name is nil.
12282 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
12284         * simple.el (undo-ask-before-discard): Set to nil.
12286         * vc.el (vc-exec-after): Don't delete process manually.
12287         (vc-print-log): Run log-view-mode in process sentinel inside
12288         inhibit-read-only.  Don't shrink window due to timing issues.
12290         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
12291         Avoid using with-output-to-temp-buffer, which clobbers local vars.
12293 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12295         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12296         Fix ambiguity introduced by last change.
12297         (compilation-find-file): Move save-excursion to where it may
12298         make sense.  Fix a left over `find-file'.
12300 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
12302         * textmodes/texinfmt.el (texinfo-format-separate-node):
12303         Insert a string before point, which fits documentation, not after.
12304         (texinfo-multitable-item): In a multitable row, insert any
12305         additional needed @tabs and spaces.
12307 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
12309         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
12310         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
12311         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
12312         instead of shell-command.
12313         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
12314         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
12315         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
12316         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
12317         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
12318         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
12320 2006-07-11  Kim F. Storm  <storm@cua.dk>
12322         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
12323         Remove special case for seconds < 0.  Use (redisplay t) instead.
12325 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
12327         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
12328         avoid compilation error.
12330         * subr.el (sit-for): New function.
12332         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
12334 2006-07-10  Richard Stallman  <rms@gnu.org>
12336         * ldefs-boot.el (edebug): Update page.
12338 2006-07-10  Kim F. Storm  <storm@cua.dk>
12340         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
12341         to FOR-RELEASE and TODO.
12343 2006-07-10  Romain Francoise  <romain@orebokech.com>
12345         * emacs-lisp/authors.el (authors-aliases): Update.
12347 2006-07-10  Alan Mackenzie  <acm@muc.de>
12349         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
12350         * cc-mode.el: Changes to eradicate eval-after-load.
12352 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
12354         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
12355         on non-char events.
12357 2006-07-09  Romain Francoise  <romain@orebokech.com>
12359         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12360         Don't highlight start/end markers as compilation messages.
12362         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
12363         to t.
12365 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12367         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
12369 2006-07-08  Richard Stallman  <rms@gnu.org>
12371         * term/x-win.el (x-handle-display): Add doc string.
12373         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12375         * subr.el (def-edebug-spec): Move here.
12376         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
12378         * imenu.el (imenu-choose-buffer-index): Doc fix.
12380 2006-07-08  Romain Francoise  <romain@orebokech.com>
12382         * term/x-win.el (x-display-name): Fix typo.
12384 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
12386         * hexl.el (hexl-find-file): Doc fix.
12388         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
12390 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
12392         * term/x-win.el (x-display-name): Doc fix.
12394 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12396         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
12397         long prefixes.
12398         (fill-region-as-paragraph): Don't round up to a whole line.
12399         (fill-comment-paragraph): Don't include the code-before-the-comment
12400         when calling fill-region-as-paragraph.
12402         * international/mule.el (make-char): Remove redundancy.
12404         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
12405         property may contain an anonymous function rather than a symbol.
12407         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
12409         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12410         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
12412         * dirtrack.el (dirtrack-default-directory-function): Remove.
12413         (dirtrack-directory-function): Use file-name-as-directory.
12414         (dirtrack-windows-directory-function): Simplify.
12415         (dirtrack-forward-slash, dirtrack-backward-slash)
12416         (dirtrack-replace-slash): Remove.
12417         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
12418         (dirtrack): Fix wrong parenthesizing; use match-string.
12420         * progmodes/octave-inf.el: Remove spurious * in docstrings.
12421         (inferior-octave-mode): Only change the buffer-local value of
12422         comint-dynamic-complete-functions.
12423         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
12424         Move the initialization to the declaration.
12425         (inferior-octave-complete): Remove unused var `filter'.
12427         * shell.el (shell-mode): Only change the buffer-local value of
12428         comint-dynamic-complete-functions.
12430 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
12432         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
12433         entry is skipped because it has been scheduled.
12434         (org-prepare-agenda-buffers): Don't mark buffers as modified when
12435         changing `:org-archived' and `:org-comment' properties.
12437 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
12439         * server.el (server-select-display): Don't make the temp frame
12440         minibuffer-only, in case it's not a temp frame.
12441         (server-process-filter): Don't delete the temp frame if it's the
12442         only one we have on that display.
12444         * files.el (find-alternate-file): Doc fix.
12446 2006-07-05  Richard Stallman  <rms@gnu.org>
12448         * files.el (abbreviate-file-name): Add save-match-data.
12450 2006-07-03  Richard Stallman  <rms@gnu.org>
12452         * faces.el (read-face-name): Doc fix.
12454 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
12456         * net/goto-addr.el (goto-address): Mark as safe for local evals.
12458 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
12460         * vc.el (vc-diff-internal): Fix prev change.
12462 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
12464         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
12465         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
12467 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12469         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
12470         fails if the symbol contains chars like ( or '.
12471         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
12472         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
12473         `short'.
12475 2006-07-04  Kenichi Handa  <handa@m17n.org>
12477         * international/mule-cmds.el (set-language-info): If LANG-ENV is
12478         the current one, don't call set-language-environment, but call one
12479         of set-language-environment-XXX to make INFO effective now.
12480         (set-language-environment): Call set-language-environment-XXX
12481         functions instead of doing the various setups directly.
12482         (set-language-environment-coding-systems): Delete argument eol-type.
12483         (set-language-environment-input-method)
12484         (set-language-environment-nonascii-translation)
12485         (set-language-environment-charset)
12486         (set-language-environment-fontset)
12487         (set-language-environment-unibyte): New functions.
12489 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
12491         * locate.el (locate-update-when-revert): New option.
12492         (locate-update-path): New option (suggested by Michael Albinus).
12493         (locate-prompt-for-command): Whitespace change.
12494         (locate-update): No longer offer to update the locate database by
12495         default.  Implement the two new options.
12497 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
12499         * tooltip.el: Move comment about track-mouse...
12501         * progmodes/gud.el: ...to here.
12503 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
12505         * facemenu.el (facemenu-listed-faces): New var.
12506         (facemenu-unlisted-faces): Variable deleted.
12507         (facemenu-add-new-face): Use facemenu-listed-faces.
12509         * emulation/viper-init.el, calendar/calendar.el:
12510         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
12512 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
12514         * textmodes/org.el (org-mode): Remove no invalid settings for
12515         calc embedded mode.
12516         (org-mode-p): New defsubst.
12517         (org-save-all-org-buffers): New function.
12518         (org-first-headline-recenter): Enclose outline-regexp in group
12519         delimiters.
12520         (org-set-tags): Keep single space after stars.
12522 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12524         * window.el (set-window-text-height): Only set window-min-height to
12525         1 if that's the requested size.
12527         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
12528         (diff-unified->context, diff-context->unified)
12529         (diff-reverse-direction): Make sure the end marker stays at the end.
12530         (diff-mode): Add the keymap table at the end of docstring.
12531         Use lexical-let rather than constructing a closure manually.
12533         * files.el (find-file-noselect-1): Remove unused var assignment.
12534         (hack-local-variables-confirm): Print lists of strings as lists of
12535         strings rather than lists of symbols.
12536         (abbreviate-file-name, hack-local-variables-prop-line):
12537         Use match-string.
12538         (hack-one-local-variable): Move `make-local-variable' nearer its use.
12539         (recover-session-finish): Use line-end-position.
12541 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
12543         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
12545 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
12547         * progmodes/make-mode.el (makefile-macroassign-regex):
12548         Accept preceding keyword.
12549         (makefile-gmake-statements): Reorganize, now that makepp has
12550         "override" and also handle forgotten "override define".
12551         (makefile-makepp-statements): Add new "global", "override export"
12552         and "override global".
12554 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
12556         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
12557         (ada-compile-mouse-goto-error, ada-deactivate-properties)
12558         (ada-no-auto-case): Fix typos in docstrings.
12560 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
12562         * info.el (Info-find-node-2): Search for makeinfo version more
12563         carefully.
12565 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
12567         * textmodes/org.el (org-prepare-agenda-buffers):
12568         Use `invisible-OK' argument for `org-end-of-subtree'.
12569         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
12570         (org-beginning-of-item): Fix bug in regular expression for white line.
12571         (org-export-as-html): Enforce space after bullet in plain list items.
12572         (org-set-autofill-regexps): Require space after plain list bullet
12573         for paragraph-start.
12574         (org-ts-regexp3): New constant.
12575         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
12576         (org-timestamp-up-day, org-timestamp-down-day)
12577         (org-timestamp-change): Work with inactive timestamps.
12578         (org-ts-regexp1): Don't allow brackets in time stamps.
12580 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
12582         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
12583         for ignoring links.
12585         * faces.el (read-face-name): Use it.
12587 2006-06-28  Juri Linkov  <juri@jurta.org>
12589         * buff-menu.el (list-buffers-noselect): Compare Info file
12590         with the string "dir" to detect Info directory.
12592         * complete.el (partial-completion-mode): In lambda for
12593         `choose-completion-string-functions' use full function signature
12594         with 4 args, and move point to the end of the minibuffer only if arg
12595         `mini-p' is non-nil.
12597 2006-06-28  John Paul Wallington  <jpw@pobox.com>
12599         * ibuffer.el (ibuffer-mode): Doc fix.
12601 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
12603         * textmodes/org.el (org-context): New contexts :item-bullet,
12604         :latex-fragment, :latex-preview.
12605         (org-overlays-at, org-overlay-start, org-overlay-end):
12606         New compatibility functions.
12607         (org-inside-LaTeX-fragment-p): More accurate matching, using the
12608         exact regexp that will be used during export.
12609         (org-latex-regexps): New variable.
12610         (org-cdlatex-mode): Improve advice for `texmathp'.
12611         (turn-on-org-cdlatex): New function.
12613 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12615         * term/mac-win.el (mac-handle-font-selection): Change keys of
12616         mac-atsu-font-table from strings to numbers.
12617         (mac-ts-caret-position): Use also when cursor-type is nil.
12618         (mac-ts-update-active-input-area): Add Mac OS Classic support.
12619         Relax condition for using overlay strings.
12620         Use mac-ts-caret-position face when cursor-type is nil.
12622 2006-06-26  Kim F. Storm  <storm@cua.dk>
12624         * help.el (view-emacs-news): Declare `res' in the right let* form.
12626 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
12628         * net/rcompile.el (remote-compile): Replace ange-ftp based
12629         implementation by Tramp functions.
12630         Suggested by Marc Abramowitz <msabramo@gmail.com>.
12632         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12634 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
12636         * international/fontset.el (setup-default-fontset): Fix a typo in
12637         the "Oriya-Akruti" registry name.
12639 2006-06-23  Lars Hansen  <larsh@soem.dk>
12641         * desktop.el (desktop-full-file-name): New function.
12642         (desktop-kill, desktop-save, desktop-remove, desktop-read)
12643         (desktop-revert): Use it.
12644         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12645         (desktop-after-read-hook): Add option list-buffers.
12646         (desktop-locals-to-save): Add tab-width.
12647         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12648         Fix docstring.
12650 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
12652         * textmodes/org.el (org-cdlatex-mode-map)
12653         (org-cdlatex-texmathp-advice-is-done): New variables.
12654         (org-cdlatex-mode): New minor mode.
12655         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12656         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12657         (org-export-with-archived-trees): New option.
12658         (org-open-file): Remove the call to `convert-standard-filename'.
12659         (org-archive-tag, org-agenda-skip-archived-trees)
12660         (org-cycle-open-archived-trees)
12661         (org-sparse-tree-open-archived-trees): New options.
12662         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12663         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12664         New functions.
12665         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12666         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12667         (org-mode-map): Add binding for `org-toggle-archive-tag'.
12668         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12669         Call `org-prepare-agenda-buffers'.
12670         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12671         (org-file-apps, org-file-apps-defaults-gnu)
12672         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12673         Handle remote files by forcing them to be opened in Emacs.
12675 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
12677         * vc.el (vc-diff-knows-L): New variable.
12678         (vc-diff-internal): Use it to handle "diff" programs that don't
12679         understand -L.  This works automatically, no user action is necessary.
12681 2006-06-23  Daniel Brockman  <daniel@brockman.se>
12683         * net/rcirc.el (rcirc-default-user-full-name): Default to
12684         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12685         longer exists).
12686         (rcirc-process-list): Check `buffer-live-p' before attempting to
12687         switch to a buffer.
12689 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
12691         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12692         based on rcirc-coding-system-alist.
12694 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
12696         * cus-edit.el (customize-apropos): A better error message.
12697         (top level) <debug-ignored-errors>: Extend and update the list of
12698         ignored error messages.
12700 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
12702         * complete.el (PC-do-completion): Retain capitalization of user
12703         input, when possible, even if completion-ignore-case is set.
12705 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
12707         * generic-x.el (bat-generic-mode): Support .cmd files.
12709         * dos-w32.el (top level): Use find-file-not-found-functions
12710         instead of the obsolete find-file-not-found-hooks.
12712 2006-06-22  Kim F. Storm  <storm@cua.dk>
12714         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12715         to recognize mode name containing submodes, such as Grep/lw.
12717 2006-06-21  Kim F. Storm  <storm@cua.dk>
12719         * simple.el (line-move-1): Check for move-end-of-line instead of
12720         end-of-line when setting temporary-goal-column.
12722 2006-06-21  Miles Bader  <miles@gnu.org>
12724         * play/cookie1.el (cookie): Work properly when there's only one entry.
12726 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
12728         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12729         (gdb-frame-handler): Generalize frame regexp for templates.
12731 2006-06-20  Glenn Morris  <rgm@gnu.org>
12733         * calendar/appt.el (appt-display-format): Default value must be
12734         one of the customize options.
12736 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
12738         * term/xterm.el (terminal-init-xterm): Update key availability info.
12739         Bind C-return.
12741         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12743 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
12745         * files.el (hack-local-variables): Run `hack-local-variables-hook'
12746         whether or not a local variables list is defined.
12748         * msb.el (msb): Move `sit-for' hack here to handle both
12749         "mouse-down and drag" and "mouse-up and select" situations.
12750         (mouse-select-buffer): Move `sit-for' hack to `msb'.
12752 2006-06-20  Kenichi Handa  <handa@m17n.org>
12754         * international/characters.el (word-combining-categories):
12755         Add entries for 2-byte Han characters.
12757 2006-06-19  Richard Stallman  <rms@gnu.org>
12759         * bindings.el (mode-line-format): Save some mode line space.
12761         * files.el (find-file-noselect): Improve the question wording.
12762         (basic-save-buffer-2): Mask UMASK against 666.
12764         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12765         (mouse-drag-vertical-line): Call it.
12767         * cus-edit.el (customize-option, customize-option-other-window):
12768         Error if SYMBOL is nil.
12770 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
12772         * textmodes/org.el: Require noutline, also on XEmacs.
12773         (org-end-of-subtree): Return point.
12774         (org-dblock-start-re, org-dblock-end-re): New constants.
12775         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12776         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12777         (org-update-all-dblocks, org-find-dblock): New functions.
12778         (org-collect-clock-time-entries): New function.
12779         (org-html-handle-time-stamps): Never export CLOCK timeranges.
12780         (org-fixup-indentation): Modify to deal correctly with lines
12781         starting with TAB.  Only one argument DIFF now.
12782         (org-demote, org-promote): Call `org-fixup-indentation' with just
12783         one argument, DIFF.
12784         (org-mode): Don't mark buffer as modified when aligning tables.
12785         (org-clock-sum): Don't mark buffer modified when adding time sum
12786         properties.
12787         (org-export-as-html): Add support for a link validation function.
12788         (org-archive-all-done): New function.
12789         (org-archive-subtree): New prefix argument.  When set, archive all
12790         done subtrees in this buffer.
12791         (org-remove-clock-overlays)
12792         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12793         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12794         (org-put-clock-overlay): Don't swallow last headline character
12795         when displaying overlay.
12796         (org-store-link): Link to `image-mode' with just the file name.
12798 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
12800         * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12801         Use read-key-sequence.
12802         (viper-after-change-undo-hook): Misc enhancements.
12803         (viper-after-change-undo-hook): New hook.
12804         (viper-undo): Use viper-after-change-undo-hook.
12805         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12806         (viper-next-line-at-bol): If point is on a widget or a button, simulate
12807         clicking on that widget/button.
12809         * emulation/viper.el (viper-mode): Allow a separate cursor color
12810         in Emacs state.
12812         * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12813         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12814         (ediff-set-actual-diff-options): New function.
12815         (ediff-reset-diff-options, ediff-toggle-ignore-case):
12816         Use ediff-set-actual-diff-options.
12817         (ediff-extract-diffs): Catch errors.
12818         (ediff-whitespace): Add non-breakable space.
12819         (ediff-same-file-contents): Catch errors.
12821         * ediff-mult.el (ediff-collect-custom-diffs):
12822         Save coding-system-for-read.
12824         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12825         (ediff-vc-internal, ediff-vc-merge-internal):
12826         Use ediff-delete-version-file.
12827         (ediff-delete-version-file): New function.
12829         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12831         * ediff.el (ediff-directories, ediff-directory-revisions)
12832         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12833         (ediff-directories-internal, ediff-merge-directory-revisions)
12834         (ediff-merge-directory-revisions-with-ancestor)
12835         (ediff-directories3): Use read-directory-name.
12837 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
12839         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12840         Remove superfluous part of regexp for brace matching which is handled
12841         by `scan-lists' call.
12843 2006-06-16  Richard Stallman  <rms@gnu.org>
12845         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12847         * files.el (basic-save-buffer-2): For a new precious file,
12848         use the default modes in the return value.
12850         * facemenu.el (facemenu-color-alist): Doc fix.
12852         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12854 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12856         * cus-start.el (all): Add mac-ts-script-language-on-focus.
12858         * term/mac-win.el (mac-text-encoding-ascii): New constant.
12859         (mac-utxt-to-string): Use it.
12860         (mac-ts-update-active-input-area): Use mac-ae-number.
12862 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
12864         * term.el (term-handle-scroll, term-delete-lines)
12865         (term-insert-lines): Fix off by one errors.
12867 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12869         * net/tramp.el (tramp-touch): Use UTC to express time.
12871 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
12873         * mail/sendmail.el (mail-send): Search explicitly for
12874         mail-header-separator when checking for corrupted header lines.
12876 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
12878         * progmodes/gdb-ui.el (gdb-same-frame): New option.
12879         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12880         (gdb-init-1): Initialise them.
12881         (gdb-starting): Reset gdb-printing
12882         (gdb-starting): Save value of gud-overlay-arrow-position.
12883         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12884         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12885         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12886         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12888 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12890         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12892 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
12894         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12895         (ldap-search-internal): Keep error messages, and a regexp fix.
12897 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
12899         * files.el (hack-local-variables-confirm):
12900         Display string value using its printed representation.
12902 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
12904         * server.el (server-edit): No-op if no server buffers exist.
12906 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
12908         * textmodes/page-ext.el (pages-directory-for-addresses):
12909         Including `pages-directory-address-mode' in the function results
12910         in the message "Buffer in which pages were found is deleted".
12912 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
12914         * textmodes/org.el (org-agenda-mode-map): Add bindings for
12915         clocking functions.
12917         (org-agenda-clock-in, org-check-running-clock)
12918         (org-clock-out-if-current, org-remove-clock-overlays)
12919         (org-put-clock-overlay): New functions.
12920         (org-clock-marker, org-clock-file-total-minutes)
12921         (org-clock-overlays): New variables.
12922         (org-clock-display, org-clock-sum, org-clock-cancel)
12923         (org-clock-out, org-clock-in): New commands.
12924         (org-export): New function.
12925         (org-emph-re): New constant.
12926         (org-set-emph-re, org-do-emphasis-faces): New functions.
12927         (org-emphasis-regexp-components, org-emphasis-alist): New options.
12928         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12929         (org-export-html-convert-emphasize): Use the configurable emphasis.
12930         (org-cleaned-string-for-export): Make multiline emphasis visible
12931         to the exporter.  New optional argument PARAMETERS.
12932         (org-export-as-html): Specify :emph-multiline parameter to
12933         `org-cleaned-string-for-export'.
12935 2006-06-10  Richard Stallman  <rms@gnu.org>
12937         * help.el (help-for-help-internal): Clean up help text.
12939 2006-06-10  Andreas Schwab  <schwab@suse.de>
12941         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12942         in doc string.
12944         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12946 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
12948         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12949         spaces after the comment start.
12951 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12953         * play/pong.el (pong-init-buffer):
12954         Fill buffer with spaces instead of ^A.
12956         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12957         launched asynchronously, delete its process instead of being cool.
12958         (ispell-async-processp): Check for `delete-process' existence
12959         instead of `kill-process' one for consistency.
12961 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
12963         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12964         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12965         in mode line at startup.
12967 2006-06-08  Kim F. Storm  <storm@cua.dk>
12969         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12970         (ido-init-completion-maps): Bind them to M-SPC and M-v.
12971         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12972         (ido-file-internal): Pass full file name to write-file.
12973         (ido-read-internal): Only pop stack elements automatically if they
12974         actually match an existing directory or file name.
12976 2006-06-07  Kenichi Handa  <handa@m17n.org>
12978         * international/mule.el (find-auto-coding): Don't handle the short
12979         name `char-trans'.
12981         * files.el (hack-local-variables-prop-line)
12982         (hack-local-variables): Cancel the previous change.
12984 2006-06-06  Jesper Harder  <harder@phys.au.dk>
12986         * ediff-diff.el (ediff-test-utility): Protect against file-error.
12988 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
12990         * diff-mode.el (diff-mode): Set buffer-read-only to t when
12991         diff-default-read-only is non-nil.
12992         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12993         (diff-refine-hunk): Set inhibit-read-only to t.
12995         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12996         modifying the *Diff* buffer.
12997         (diff-process-filter): New filter function for diff process that
12998         sets inhibit-read-only to t when modifying the *Diff* buffer.
13000 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
13002         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
13003         insertion point and control the number of empty lines.
13004         (org-paste-subtree): Limit the number of empty lines at the end of
13005         the inserted tree.
13006         (org-agenda): Use buffer name of current file for narrowing.
13007         (org-export-as-xml): Command removed.
13008         (org-export-xml-type): Option removed.
13009         (org-mode-map): Call `org-export-as-xoxo' directly.
13010         (org-get-indentation): New optional argument LINE.
13011         (org-fix-indentation, org-remove-tabs): New functions.
13012         (org-export-as-ascii, org-ascii-level-start): Determine and apply
13013         correct indentation for headlines that are converted it items.
13014         (org-skip-comments): Remove table lines that contain narrowing
13015         cookies but no other non-empty fields.
13016         (org-set-tags): Allow groups of mutually exclusive tags.
13017         (org-cmp-time): Sort 24:21 before items without time.
13018         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
13019         (org-open-at-point): Require double colon also for numbers.
13021 2006-06-06  Kim F. Storm  <storm@cua.dk>
13023         * ido.el (ido-default-file-method, ido-default-buffer-method):
13024         Make choice values consistent with corresponding command names.
13025         (ido-visit-buffer): Update accordingly.  Default to selected-window.
13027 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
13029         * progmodes/gud.el (gud-running): Fix doc string.
13030         (gud-menu-map): Use :visible instead fo :enable for debugger test.
13031         (gud-tooltip-modes): Add python-mode.
13032         (gud-tooltip-print-command): Add pdb.  Remove perldb.
13034 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
13036         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
13037         Quote $(EMACS).
13039 2006-06-05  Richard Stallman  <rms@gnu.org>
13041         * faces.el (defined-colors): Doc fix.
13043 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
13045         * vc.el (vc-process-filter): Inhibit undo info collection around
13046         call to insert.
13047         (vc-setup-buffer): Likewise for call to erase-buffer.
13048         (vc-do-command): Likewise for call to process-file.
13050 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
13052         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
13053         for gud-go.
13054         (gud-common-init): Other debuggers may trigger error.
13056 2006-06-05  Kenichi Handa  <handa@m17n.org>
13058         * international/mule.el (find-auto-coding):
13059         Handle enable-character-translation in file header.
13061 2006-06-04  Kim F. Storm  <storm@cua.dk>
13063         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
13064         (authors-fixed-entries): Fix spelling.
13065         (authors-canonical-file-name): Don't report error for wildcards.
13067         * help.el (view-emacs-news): Rewrite to support new NEWS,
13068         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
13069         e.g. version 10 matches 1.10, and don't be confused by version 1.1
13070         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
13072 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
13074         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
13075         exec constructs like `foo bar`.
13076         (sh-quoted-subshell): New helper function to search for a possibly
13077         nested subshell (like `` or $()) within a "" quoted string.
13078         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
13079         (sh-apply-quoted-subshell): Flag quote characters inside a
13080         subshell, which is itself already in a quoted region, as
13081         punctuation, since this is the closest to what they actually are.
13082         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
13083         sh-apply-quoted-subshell.
13084         (sh-font-lock-syntactic-face-function): Apply the new face for
13085         text inside `` instead of the old font-lock-string-face.
13087 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13089         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
13090         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
13091         (mac-bytes-to-text-range, mac-ae-text-range-array)
13092         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
13093         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
13094         (mac-ts-unicode-for-key-event): New functions.
13095         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
13096         (mac-handle-font-selection): Use mac-ae-number.
13097         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
13098         New variables.
13099         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
13100         (mac-ts-converted-text, mac-ts-selected-converted-text)
13101         (mac-ts-block-fill-text, mac-ts-outline-text)
13102         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
13103         (mac-ts-hilite-style-faces): New constant.
13104         (mac-apple-event-map): Bind text input events.
13105         (mac-dispatch-apple-event): Use command-execute instead of
13106         call-interactively.
13107         (global-map): Don't bind mac-apple-event.
13108         (special-event-map): Bind mac-apple-event.
13110 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
13112         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
13113         file name.
13114         (emacs): Enclose the value of $(EMACS) in quotes.
13116 2006-06-02  Juri Linkov  <juri@jurta.org>
13118         * international/mule.el (sgml-html-meta-auto-coding-function):
13119         Remove the condition `(search-forward "<html" size t)'.
13120         Replace `\"' with `[\"']?' in `re-search-forward'.
13122 2006-06-02  Kenichi Handa  <handa@m17n.org>
13124         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
13125         as well as `coding'.
13126         (hack-local-variables): Likewise.
13128         * international/mule.el (enable-character-translation):
13129         Put permanent-local and safe-local-variable properties.
13130         (find-auto-coding): Handle char-trans: tag.
13132 2006-06-02  Juri Linkov  <juri@jurta.org>
13134         * international/mule.el (sgml-html-meta-auto-coding-function):
13135         Limit the search by the end of the HTML header (if any).
13137 2006-06-01  Richard Stallman  <rms@gnu.org>
13139         * subr.el (with-current-buffer): Doc fix.
13141 2006-06-02  Masatake YAMATO  <jet@gyve.org>
13143         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
13144         Almost rewrite.  Underlines over all lines of gcov output are too
13145         uncomfortable to read.  Suggested by Dan Nicolaescu.
13147 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
13149         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
13151         * shell.el (shell-mode): Use shell-mode-map in docstring.
13153         * comint.el (comint-send-input): Do not add help-echo and
13154         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
13156 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13158         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
13160 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
13162         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
13163         (gdb-stopped, gdb-info-stack-custom): If there is no source info
13164         look up the stack and pop up GUD buffer if necessary.
13165         (gdb-frames-select): Remove redundant call to gud-display-frame.
13166         (gdb-info-threads-custom): Keep point at start of buffer.
13167         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
13169 2006-05-31  Juri Linkov  <juri@jurta.org>
13171         * replace.el (query-replace-read-from, query-replace-read-to):
13172         Bind `history-add-new-input' to nil.  Call `add-to-history'.
13174 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
13176         * textmodes/table.el: Convert all HTML tags to lower case for
13177         XHTML compatibility.
13179 2006-05-31  Masatake YAMATO  <jet@gyve.org>
13181         * progmodes/compile.el:
13182         (compilation-error-regexp-alist-alist::gcov-called-line):
13183         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
13185 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
13187         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
13188         Revert inadvertent changes made with last commit.
13190 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13192         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
13193         New functions.
13195         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
13197 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
13199         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
13200         only matches in the right place.
13201         (org-upcoming-deadline): New face.
13202         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
13203         (org-export-ascii-underline): Rename constant `org-ascii-underline'
13204         and make it an option.
13205         (org-export-ascii-bullets): New option.
13206         (org-export-as-html): Many changes to emit valid XHTML.
13207         (org-par-open): New variable.
13208         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
13209         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
13210         (org-timeline): Pass `org-timeline-show-empty-dates' to
13211         `org-get-all-dates'.  Interpret empty dates returned by
13212         `org-get-all-dates'.
13213         (org-get-all-dates): New argument EMPTY.  Add dates without
13214         entries to the list, mark large ranges of empty dates.
13215         (org-point-in-group, org-context): New functions.
13217 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
13219         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
13221         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
13222         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
13223         to C-mouse-3 (for 2 button mice).
13224         (gdb-send): Do the right thing for C-d.
13226         * speedbar.el (speedbar-detach): Delete.
13227         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
13228         it breaks things.
13229         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
13231 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
13233         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
13234         Makeppfile.
13236         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13237         Add makepp diagnostic.
13239 2006-05-29  Richard Stallman  <rms@gnu.org>
13241         * window.el (fit-window-to-buffer): Doc fix.
13243         * help.el (temp-buffer-max-height): Doc fix.
13245         * subr.el (with-current-buffer): Doc fix.
13247 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13249         * term/x-win.el: Bind F10 to menu-bar-start if available.
13251 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
13253         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
13254         uses with a simple test.
13255         (term-set-escape-char, term-mode, term-check-kill-echo-list)
13256         (term-send-raw-string, term-send-raw, term-mouse-paste)
13257         (term-char-mode, term-line-mode, term-exec, term-sentinel)
13258         (term-handle-exit, term-read-input-ring)
13259         (term-previous-matching-input-string)
13260         (term-previous-matching-input-string-position)
13261         (term-previous-matching-input-from-input)
13262         (term-replace-by-expanded-history, term-send-input)
13263         (term-skip-prompt, term-bol, term-send-invisible)
13264         (term-kill-input, term-delchar-or-maybe-eof)
13265         (term-backward-matching-input, term-check-source)
13266         (term-proc-query, term-emulate-terminal)
13267         (term-handle-colors-array, term-process-pager, term-pager-line)
13268         (term-pager-bob, term-unwrap-line, term-word)
13269         (term-dynamic-complete-filename)
13270         (term-dynamic-complete-as-filename)
13271         (term-dynamic-simple-complete): Replace one arm ifs with whens or
13272         unlesses.
13274 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13276         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
13277         during bootstrapping.
13279         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
13280         Basically undo the change of 2006-05-26: use extra arguments instead of
13281         dynamic scoping.
13282         (ewoc-locate): Remove unused var `footer'.
13284 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13286         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
13288         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
13289         (generate-file-autoloads): Obey it.  Return whether autoloads were
13290         added at point or not.
13291         (update-file-autoloads): Use this new return value.
13292         Remove redundant test for the presence of an autoload cookie.
13294         * emacs-lisp/autoload.el (autoload-find-file): New fun.
13295         This one calls hack-local-variables.
13296         (generate-file-autoloads, update-file-autoloads): Use it.
13298         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
13299         (bibtex-sort-entry-class): Add safe-local-variable predicate.
13300         (bibtex-sort-entry-class-alist): Don't set the global value.
13301         (bibtex-init-sort-entry-class-alist): New fun.
13302         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
13303         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
13304         of bibtex-init-sort-entry-class.
13306 2006-05-28  Richard Stallman  <rms@gnu.org>
13308         * subr.el (load-history-regexp): If FILE is relative, insist
13309         entire last name component must match it.
13310         (load-history-filename-element, load-history-regexp): Doc fixes.
13312 2006-05-29  Kim F. Storm  <storm@cua.dk>
13314         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
13315         `pos' and `raw-data' for clarity, as eval forms may access these.
13317 2006-05-28  Kim F. Storm  <storm@cua.dk>
13319         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
13321 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13323         * progmodes/make-mode.el (makefile-browser-map)
13324         (makefile-mode-syntax-table): Move initialization inside declaration.
13325         (makefile-fill-paragraph): Use the default comment-filling code.
13327 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
13329         * replace.el (query-replace-defaults): New variable.
13330         (query-replace-read-from): Use `query-replace-defaults' for
13331         default value, instead of history list.
13332         (query-replace-read-to): Update `query-replace-defaults'.
13334 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
13336         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
13337         with no X toolkit.
13339 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
13341         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
13342         (tumme-show-all-from-dir): Add autoload.
13344 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
13346         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
13347         (tumme-remove-tag): Fix bug.
13349 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
13351         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
13352         FOOTER args.  Update unique caller.
13353         (ewoc-delete): Compute last node once before looping.
13354         (ewoc--node-branch): Merge into unique caller.
13355         (ewoc--node): Don't define constructor make-ewoc--node for this
13356         structure.
13357         (ewoc): Add member `hf-pp' to this structure.
13358         (ewoc--wrap): New func.
13359         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
13360         header/footer pretty-printers.  Save header/footer pretty-printer.
13361         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
13363         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
13365 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
13367         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
13368         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
13369         Tag'.  Change "Compare directories..." to "Change Directories...".
13370         Move tumme commands to Operate, Regexp and Immediate menus.
13371         Change "Add Comment" to "Add Image Comment".  Change "Add Image
13372         Tag" to "Add Image Tags".
13374         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
13375         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
13376         `tumme-delete-tag'.
13378 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13380         * shell.el (shell-mode): Call shell-dirtrack-mode after
13381         list-buffers-directory is made a local variable, to avoid setting
13382         the default value.
13384 2006-05-26  Kevin Ryde  <user42@zip.com.au>
13386         * info.el (Info-index-next): Use where-is-internal to report
13387         actual binding of Info-index-next, rather than hard-coded `,'.
13389 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
13391         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
13392         and "Find Command in Manual" to here.
13394         * buff-menu.el (list-buffers-noselect): For Info buffers, use
13395         Info-current-file as the file name.
13397 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
13399         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
13400         overrides will now be done a different way.
13401         (ses-set-parameter): Reapply this function for undo.
13402         (ses-set-header-row): Reconstruct header row during undo.
13403         (ses-widen): New function.
13404         (ses-goto-data, ses-reconstruct-all): Use new function.
13405         (ses-command-hook): Widen buffer during undo, before unupdating
13406         the cells.
13407         (ses-insert-row, ses-delete-row): Widen buffer during undo.
13408         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
13409         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
13410         formula hasn't been executed yet.
13412 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13414         * comint.el (comint-kill-whole-line): Rename arg to count.
13415         Fix doc string.
13417 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
13419         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
13420         to copy-file.
13422 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13424         * simple.el (toggle-truncate-lines): Make arg optional for
13425         backward compatibility.
13427 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
13429         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
13430         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
13431         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
13432         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
13433         (ewoc--adjust): Use ewoc--current-dll.
13434         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
13436 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
13438         * textmodes/org.el (org-next-item, org-previous-item): Emit more
13439         compact error message.
13440         (org-tags-view): Refresh category table in each file.
13441         (org-table-justify-field-maybe): Remove superfluous arguments to
13442         `format'.
13443         (org-export-as-html): Insert "<p>" before postamble.
13444         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
13446 2006-05-26  Kenichi Handa  <handa@m17n.org>
13448         * textmodes/po.el (po-find-charset): Pay attention to the case
13449         FILENAME is a cons (NAME . BUFFER).
13450         (po-find-file-coding-system-guts): Likewise.
13452         * arc-mode.el (archive-set-buffer-as-visiting-file):
13453         Call find-operation-coding-system with (FILENAME . BUFFER).
13455         * tar-mode.el (tar-extract): Call find-operation-coding-system
13456         with (FILENAME . BUFFER).
13458         * international/mule.el (decode-coding-inserted-region):
13459         Call find-operation-coding-system with (FILENAME . BUFFER).
13461 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
13463         * image-mode.el (image-toggle-display): Use buffer contents to
13464         generate image for a remote file.
13466 2006-05-25  Juri Linkov  <juri@jurta.org>
13468         * replace.el (query-replace-read-from, query-replace-read-to):
13469         Remove 8th arg KEEP-ALL in read-from-minibuffer.
13471 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
13473         * whitespace.el (whitespace-cleanup): Change to cleanup
13474         region if one is active.
13475         * whitespace.el (whitespace-cleanup-internal): New internal method.
13477 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
13479         * dired.el (dired-mode-map): Add help-echo strings to tumme
13480         commands.  Bind `tumme-dired-display-image' to C-t i.
13482         * tumme.el (tumme-display-image): Change documentation string slightly.
13483         (tumme-dired-display-image): Add call to `display-buffer'.
13485 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
13487         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
13488         Signal error if RAW-DATA is a multibyte string.
13490 2006-05-24  Richard Stallman  <rms@gnu.org>
13492         * subr.el (with-local-quit): When handling `quit' signal,
13493         make a chance for quit-flag to cause a quit.
13495         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
13496         (ad-disable-advice): Add autoloads.
13498         * subr.el (read-passwd): Copy PROMPT before changing its properties.
13500 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
13502         * dired.el (dired-mode-map): Change menu items for tumme as per
13503         suggestions in emacs-devel.
13505 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
13507         * dired.el (dired-mode-map): Fix breakage.
13509 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
13511         * tumme.el (tumme-display-dired-image): Rename to...
13512         (tumme-dired-display-image): ...this.
13513         (tumme-track-movement): Change default value to t.
13514         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
13515         used from `tumme-next-line-and-display' and similar commands.
13517         * dired.el (dired-mode-map): Add Thumbnail submenu under the
13518         Immediate menu.  Add some tumme commands there.
13520 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
13522         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
13524 2006-05-24  Chong Yidong  <cyd@mit.edu>
13526         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
13527         menu entries that open submenus.
13529 2006-05-24  Alan Mackenzie  <acm@muc.de>
13531         * startup.el (command-line): For names of preloaded files, don't
13532         append ".elc" (now done in Fload), and call file-truename on the
13533         lisp directory.
13535         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
13536         match ANY loaded file with the right name, not just those in
13537         load-path.  Put a regexp matching the file name into
13538         after-load-alist, rather than the name itself.
13540         * subr.el (load-history-regexp, load-history-filename-element)
13541         (do-after-load-evaluation): New functions.
13543         * international/mule.el (load-with-code-conversion): Do the
13544         eval-after-load stuff by calling do-after-load-evaluation.
13546 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
13548         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
13549         has not been killed.
13551 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13553         * term/mac-win.el: Set idle timer to clean up expired Apple events.
13554         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
13555         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
13556         Optionally set error message in reply.
13558 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
13560         * textmodes/org.el (org-open-at-point): Use renamed variable
13561         `org-confirm-shell-link-function'.
13562         (org-confirm-shell-link-function): Rename from
13563         `org-confirm-shell-links'.
13564         (org-export-directory): New function.
13565         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
13566         (org-export-icalendar): Use `org-export-directory'.
13567         (org-indent-item): Keep cursor position.
13568         (org-link-file-path-type): New option.
13569         (org-export-as-html): Fix bug with plain lists starting in
13570         column 0.
13571         (org-export-as-html): Remove deadline formatting, this happens
13572         now already in `org-html-handle-time-stamps'.
13573         (org-export-html-style): Deadline class removed.
13574         (org-insert-labeled-timestamps-at-point): New option.
13575         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
13576         of `hide-sublevels 1', in case the first headline is not level 1.
13577         (org-overview, org-content): New fuction.
13578         (org-cycle-global-status, org-cycle-subtree-status): Make these
13579         variables buffer-local.
13580         (org-global-cycle): New command.
13581         (org-shifttab): Use `org-global-cycle'.
13582         (org-insert-heading, org-insert-item): Go to end of new
13583         headline/item after creating it.
13584         (org-export-visible): Rename from `org-export-copy-visible'.
13585         Now creates a temporary org-file and applies an exporting command
13586         to it.
13587         (org-table-eval-formula): Support for lisp forms.
13588         (org-agenda-todo-ignore-scheduled): New option.
13589         (org-agenda-get-todos): Use new option
13590         `org-agenda-todo-ignore-scheduled'.
13591         (org-export-html-inline-images): New value `maybe'.
13592         (org-export-as-html): Inlining of images dependent on link description.
13593         (org-archive-subtree): Check for end-of-buffer before trying
13594         `kill-line'.
13595         (org-agenda-follow-mode): New option.
13596         (org-export-with-tags, org-export-with-timestamps): New options.
13597         (org-html-handle-time-stamps): New function.
13598         (org-keyword-time-regexp): New variable.
13599         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13600         (org-agenda-todo-list-sublevels): New option.
13601         (org-html-level-start): When TITLE is nil, just close all levels.
13602         (org-parse-key-lines, org-parse-export-options): Remove functions,
13603         replaced by `org-infile-export-plist'.
13604         (org-combine-plists, org-infile-export-plist)
13605         (org-default-export-plist): New functions.
13606         (org-export-html-preamble, org-export-html-postamble)
13607         (org-export-html-auto-preamble, org-export-html-auto-postamble):
13608         New variables.
13609         (org-export-publishing-directory): New option.
13610         (org-export-as-html, org-export-as-ascii): Use the new property
13611         lists for settings.
13612         (org-export-copy-visible, org-export-as-xoxo):
13613         Respect `org-export-publishing-directory'.
13614         (org-link-search, org-store-link, org-file-apps): Support for
13615         links to BibTeX database entries..
13616         (org-get-current-options, org-set-regexps-and-options):
13617         Implement logging as a startup option.
13618         (org-store-link): Make sure context string is never empty
13619         (org-insert-link): Use relative path when possible.
13620         (org-at-item-checklet-p): New function.
13621         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13622         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13623         (org-metaright, org-metaup, org-metadown, org-shiftup)
13624         (org-shiftdown, org-shiftright, org-shiftleft)
13625         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13626         Dispatch using `call-interactively'.
13627         (org-call-with-arg): New defsubst.
13628         (org-tag-alist, org-use-fast-tag-selection): New options.
13629         (org-complete): Use `org-tag-alist'.
13630         (org-fast-tag-insert, org-fast-tag-selection): New functions.
13631         (org-next-item, org-previous-item): New commands.
13632         (org-beginning-of-item, org-end-of-item): Add (interactive) to
13633         make command.
13634         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13636 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
13638         * emacs-lisp/ewoc.el (ewoc-delete): New function.
13639         (ewoc-filter): Use `ewoc-delete'.
13641         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13643 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13645         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13646         Signal more user-friendly error messages.
13648         * complete.el (PC-do-completion): Undo the addition of implicit
13649         wildcards if they did not lead to finding any match.
13650         (read-file-name-internal): Don't add the final > if the completion is
13651         not finished.
13653 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13655         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13656         Quote safe-local-variable predicate.
13658 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
13660         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13662 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13664         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13666         * progmodes/make-mode.el (makefile-special-targets-list)
13667         (makefile-macro-table, makefile-target-table): Mark as risky.
13668         (makefile-query-one-target-method): Make this the alias for the
13669         following variable.
13670         (makefile-query-one-target-method-function): Make this the real name.
13672         * textmodes/artist.el (artist-text-renderer): Make this the alias
13673         for the following variable.
13674         (artist-text-renderer-function): Make this the real name.
13676         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13677         the alias for the following variable.
13678         (flyspell-generic-check-word-predicate): Make this the real name.
13680         * textmodes/ispell.el (ispell-format-word): Make this the alias
13681         for the following variable.
13682         (ispell-format-word-function): Make this the real name.
13683         (ispell-message-text-end): Mark as risky.
13685         * skeleton.el (skeleton-transformation, skeleton-filter)
13686         (skeleton-pair-filter): Make these the aliases for the following
13687         variables.
13688         (skeleton-transformation-function, skeleton-filter-function)
13689         (skeleton-pair-filter-function): Make these the real names.
13691         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13692         and skeleton-pair-filter-function.
13694         * textmodes/sgml-mode.el (sgml-transformation): Make this the
13695         alias for the following variable.
13696         (sgml-transformation-function): Make this the real name.
13697         (sgml-tag-alist): Mark as risky.
13699 2006-05-21  Richard Stallman  <rms@gnu.org>
13701         * simple.el (kill-region): Interactively, pass point, then mark.
13703 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
13705         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13707 2006-05-21  Romain Francoise  <romain@orebokech.com>
13709         * dired-x.el (dired-mode-map): Don't bind M-g.
13711 2006-05-20  Richard Stallman  <rms@gnu.org>
13713         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13714         (dired-goto-file): Doc fix.
13716 2006-05-21  Kim F. Storm  <storm@cua.dk>
13718         * emulation/cua-base.el: Mention customizing cua-mode as alternative
13719         way to enable built-in cua-mode if user loads older CUA-mode package.
13721         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13722         if default-filename is specified.
13724 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
13726         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13728         * info.el (info-apropos): Make sure current-file and current-node
13729         have non-nil values.  Speed up by using add-to-list instead of
13730         manual consing.
13732 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
13734         * progmodes/make-mode.el (makefile-mode): Doc fix.
13736 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
13738         * dired-aux.el (dired-do-shell-command): Doc fix.
13740 2006-05-20  Kevin Ryde  <user42@zip.com.au>
13742         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13743         ``(custom-manual :tag "Foo" "(foo)Node")''.
13745 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
13747         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13748         value is an integer.
13750 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
13752         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13753         "format".
13754         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13756 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
13758         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13759         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13761 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13763         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13764         regexp for keywords.
13766 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
13768         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13769         replace-regexp-in-string.
13771         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13772         encode, and escape file name on conversion to URL.
13774 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13776         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13777         Don't unescape URL.
13778         (dnd-get-local-file-name): Unescape URL on conversion to file name.
13780         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13781         on conversion to URLs.
13783         * net/browse-url.el (browse-url-file-url): Encode file name on
13784         conversion to URL.
13786         * term/mac-win.el (mac-ae-open-documents): Escape file name on
13787         conversion to URL.
13789 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
13791         * progmodes/cc-styles.el (c-style-alist): Doc fix.
13793 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13795         * term/mac-win.el (mac-bytes-to-digits): Remove function.
13796         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13798 2006-05-19  Glenn Morris  <rgm@gnu.org>
13800         * calendar/diary-lib.el (diary-bahai-date)
13801         (list-bahai-diary-entries, mark-bahai-diary-entries)
13802         (mark-bahai-calendar-date-pattern): Not interactive.
13803         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
13804         (diary-entries-list): Change format of 4th element in each entry.
13805         (diary-list-entries): Use add-to-diary-list.
13806         (diary-goto-entry): Handle the case where the buffer visiting the
13807         diary has been killed.
13808         (fancy-diary-display): Add 'locator to button rather than 'marker.
13809         Only generate temp-face when there are marks to apply.
13810         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13811         (diary-fancy-date-pattern): New variable.
13812         (diary-time-regexp): Doc fix.
13813         (diary-anniversary, diary-time): New faces.
13814         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13815         diary-time-regexp.  Add font-lock-multiline property where needed.
13816         Use new faces diary-anniversary and diary-time.
13817         (diary-fancy-font-lock-fontify-region-function): New function, to
13818         handle multiline font-lock pattern in fancy diary.
13819         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13820         (diary-font-lock-keywords): Tweak time regexp.  Use new face
13821         diary-time.
13823 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
13825         * international/code-pages.el (mik): Table corrected.
13827 2006-05-18  Kim F. Storm  <storm@cua.dk>
13829         * progmodes/grep.el (grep-find): Don't check grep-find-command
13830         before running command (breaks non-interactive usage).
13832 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
13834         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13835         (ewoc--insert-new-node): Don't insert trailing newline.
13836         Instead, adjust successor nodes's start markers.
13837         (ewoc--refresh-node): Delete all text from current node's start
13838         marker to the next one's; adjust successor nodes's start markers.
13839         (ewoc--create): Doc fixes.
13840         (ewoc--refresh): Don't insert newline.
13841         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13842         * pcvs.el (cvs-make-cvs-buffer):
13843         Specify extra newline for ewoc's header and footer.
13844         (cvs-update-header): Update initial header recognition.
13845         Append newline to final header and footer values.
13846         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13848 2006-05-17  Richard Stallman  <rms@gnu.org>
13850         * files.el (file-name-extension): Doc fix.
13852 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13854         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13855         we can explicitly enable/disable rather than toggle.
13856         (shell-mode): Use it.
13857         (shell-cd): Don't try to reproduce what `cd' does.
13859 2006-05-17  Kim F. Storm  <storm@cua.dk>
13861         * ido.el (ido-read-internal): Use only nondirectory part of
13862         default item.
13864 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
13866         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13867         (ewoc-nth): Doc fix.
13869         (ewoc-map, ewoc-invalidate): Compute PP before looping.
13871 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
13873         * international/mule.el (auto-coding-alist): Add .lha to files
13874         read with no-conversion.
13876         * files.el (auto-mode-alist): Add .lha files to archive file
13877         extensions.
13879         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13880         Convert csize to integer when computing offsets within the
13881         compressed archive file.
13883 2006-05-16  Kim F. Storm  <storm@cua.dk>
13885         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13886         with read-from-minibuffer.
13888 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13890         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13891         (byte-compile-warnings): Fix safe-local-variable property.
13893 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
13895         * allout.el (allout-show-bodies, allout-old-style-prefixes)
13896         (allout-stylish-prefixes, allout-numbered-bullet)
13897         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13898         predicates to qualify `safe-local-variable' property, when
13899         available, else use equivalent lambda.
13900         (allout-current-topic-collapsed-p): Do the right thing regarding
13901         trailing blank lines.
13903 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13905         * server.el (server-start): Only create a directory if needed.
13906         (server-edit, server-unload-hook): server-start => server-mode.
13907         (kill-emacs-hook): Cleanup upon exit.
13909 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13911         * hexl.el (hexlify-buffer): Encode process arguments manually.
13913 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
13915         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13916         call to gdb-tooltip-print.
13918 2006-05-15  Romain Francoise  <romain@orebokech.com>
13920         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13921         systems, default to "tar" since those systems probably have GNU tar.
13923 2006-05-14  Lars Hansen  <larsh@soem.dk>
13925         * desktop.el (desktop-missing-file-warning): Fix docstring.
13926         (desktop-restore-file-buffer): Correct question asked on missing file.
13928 2006-05-14  Kim F. Storm  <storm@cua.dk>
13930         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13931         Add CUA move property.
13933 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
13935         * custom.el (custom-push-theme): Load the variable before checking
13936         its `standard-value'.
13938 2006-05-13  Lars Hansen  <larsh@soem.dk>
13940         * desktop.el (desktop-save): Use with-temp-buffer.
13942 2006-05-12  Glenn Morris  <rgm@gnu.org>
13944         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13945         * calendar/calendar.el (calendar-mode-map):
13946         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13947         * calendar/appt.el (appt-check, appt-make-list): Refer to
13948         diary-view-entries, diary-list-entries, diary-show-all-entries
13949         rather than obsolete aliases.
13951 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
13953         * simple.el (line-move-finish): Avoid calling point motion hooks
13954         while processing intangibility.
13956 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
13958         * term/xterm.el (terminal-init-xterm): Fix typo.
13960 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
13962         * allout.el (allout-view-change-hook): Mark as being deprecated,
13963         to be replaced by `allout-exposure-change-hook'.
13964         (allout-exposure-change-hook): New, replacing
13965         `allout-view-change-hook'.
13966         (allout-flag-region): Run new hook `allout-exposure-change-hook',
13967         in addition to `allout-view-change-hook'.
13968         (allout-show-bodies, allout-old-style-prefixes)
13969         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13970         lambda forms to prevent their showing up in variable help
13971         presentations as inscrutable byte-compiled code.
13972         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13973         Use string-or-null-p to qualify safe-local-variable values.
13974         (allout-reindent-bodies): Use memq to qualify matches against
13975         valid safe-local-variable values.  Also, quote the lambda as above.
13976         (allout-use-mode-specific-leader): Add missing candidate-value
13977         symbols, use memq, and quote the lambda.
13978         (allout-overlay-interior-modification-handler): Remove unused
13979         variables `msg' and 'opened'.
13980         (allout-hidden-p): Constrain invisibility consideration to allout's
13981         invisibility spec, disregarding invisibility for other reasons.
13983 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
13985         * files.el (version-control): Correct safe values.
13987 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
13989         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13991         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13992         (ewoc--insert-new-node): New func.
13993         Update callers of deleted funcs to use it, instead.
13995 2006-05-11  Glenn Morris  <rgm@gnu.org>
13997         * calendar/calendar.el (diary-show-all-entries): Do not refer to
13998         obsolete alias `show-all-diary-entries'.
13999         (make-diary-entry): Not interactive.
14000         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
14001         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
14002         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
14003         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
14004         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
14005         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
14007 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14009         * calendar/calendar.el (calendar-french-date-string)
14010         (calendar-mayan-date-string, calendar-chinese-date-string)
14011         (calendar-astro-date-string, calendar-iso-date-string)
14012         (calendar-islamic-date-string, calendar-bahai-date-string)
14013         (calendar-hebrew-date-string, calendar-coptic-date-string)
14014         (calendar-ethiopic-date-string, calendar-persian-date-string):
14015         These functions are not interactive.
14017 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
14019         * files.el: Balance parentheses.
14021 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14023         * files.el, newcomment.el, outline.el, simple.el,
14024         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
14025         * progmodes/cc-vars.el, progmodes/compile.el:
14026         Move `safe-local-variable' declarations to the respective files.
14028         * help-fns.el (describe-variable): Don't print safe-var if it is
14029         byte-code.  Improve wording as suggested by Luc Teirlinck.
14031 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
14033         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
14034         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
14035         Use a token for pending-triggers to ensure gdb-var-update
14036         gets called once per user input again for pre-GDB 6.4.
14037         (gdb-var-delete): Match on more complex expressions.
14038         (gdb-var-list-children-handler, gdb-var-create-handler):
14039         Use a token for consistency.
14041 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
14043         * textmodes/org.el (org-read-date, org-goto-calendar)
14044         (org-agenda-goto-calendar):
14045         Bind `view-calendar-holidays-initially' to nil.
14047 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
14049         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
14050         Update all callers to do it there, instead.
14052 2006-05-10  Glenn Morris  <rgm@gnu.org>
14054         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
14055         prefix arg case, to avoid view-diary-entries-initially error.
14056         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
14057         (calendar-date-is-legal-p): Handle dates with no day part.
14059 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
14061         * comint.el (comint-insert-input): Just make it when
14062         comint-use-prompt regexp is nil (default) and with the mouse.
14063         (comint-copy-old-input): Reinstate from 2004-06-23.
14064         (comint-mode-map): Bind C-c C-m to it.
14066 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
14068         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
14069         Remove spurious move to point-max (new comint behavior fixes).
14071         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
14072         compatibility function (Emacs 18/19).
14073         (idlwave-is-continuation-line): Always return point at start of
14074         previous non-blank continuation line.
14075         (keyword-parameters): Fix continued comment font-lock matcher.
14076         (idlwave-font-lock-fontify-region): Written, use as
14077         font-lock-fontify-region-function, to fix continued keyword
14078         fontification issues.
14080 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14082         * term/mac-win.el (mac-font-panel-mode): Doc fix.
14083         (mac-service-selection, mac-service-open-file)
14084         (mac-service-open-selection, mac-service-mail-selection)
14085         (mac-service-mail-to, mac-service-insert-text): Rename from
14086         mac-services-*.  All uses changed.
14087         (mac-apple-event-map): Rename event symbol `services' to `service'.
14089 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
14091         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
14092         (ewoc--node-enter-first, ewoc--node-enter-last)
14093         (ewoc--delete-node-internal): Merge funcs into unique callers.
14095 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
14097         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
14098         return value of read-from-minibuffer for empty input.
14100 2006-05-09  Miles Bader  <miles@gnu.org>
14102         * comint.el (comint-insert-input): Remove redundant calls to setq
14103         and goto-char.
14105 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
14107         * comint.el (comint-insert-input): Make it work when
14108         comint-use-prompt-regexp is t.
14110 2006-05-10  Miles Bader  <miles@gnu.org>
14112         * subr.el (field-at-pos): New function.
14114         * comint.el (comint-insert-input): Use it.
14116 2006-05-09  Juri Linkov  <juri@jurta.org>
14118         * battery.el (battery-linux-proc-acpi): Also try
14119         `/proc/acpi/thermal_zone/THR2/temperature'.
14121         * files.el <safe-local-variable>: Remove `eval' and `let' binding
14122         for now unused lambda `string-or-null'.
14124         * add-log.el (change-log-default-name): Put `string-or-null-p'
14125         instead of lambda on `safe-local-variable' property.
14127         * diff-mode.el (diff-context->unified): Use `region-beginning' and
14128         `region-end' instead of `mark' and `point'.
14129         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
14130         Operate on region in Transient Mark mode when the mark is active.
14131         Use `region-beginning' and `region-end' instead of `mark' and
14132         `point'.
14133         (diff-hunk-text, diff-goto-source): Doc fix.
14135         * startup.el (fancy-splash-screens, normal-splash-screen): Use
14136         face `mode-line-buffer-id' for mode-line buffer face instead of
14137         hard-coded `(:weight bold)'.
14139         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
14140         buffer-undo-list to t (undo-ask is reproducible by visiting
14141         nested archives).
14143 2006-05-09  Kim F. Storm  <storm@cua.dk>
14145         * progmodes/grep.el (rgrep): Set default directory of *grep*
14146         buffer if we start M-x rgrep in the *grep* buffer and choose
14147         a different base directory.
14149 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
14151         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
14152         completion also when ido is loaded.
14154 2006-05-09  Masatake YAMATO  <jet@gyve.org>
14156         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
14157         "warning" and "import".
14158         (cpp-font-lock-keywords): Added "warning".
14160 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
14162         * term/xterm.el (terminal-init-xterm): Add more key bindings.
14164 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14166         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
14167         pages at a time, if we signal the end, we should indeed reach that end.
14169 2006-05-08  David Reitter  <david.reitter@gmail.com>
14171         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
14172         output during execution of the body.
14174 2006-05-08  Kim F. Storm  <storm@cua.dk>
14176         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
14178 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
14180         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
14181         Use with-current-buffer.
14183 2006-05-07  Kim F. Storm  <storm@cua.dk>
14185         * subr.el (add-to-history): Remove keep-dups arg.
14187         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
14188         to nil around call to add-to-history.
14190 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14192         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
14193         than after a buffer modification.
14195 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
14197         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
14198         call to...
14199         (gud-watch): ...here so speedbar is raised for already watched
14200         expressions.
14201         (gdb-speedbar-refresh): Delete function.
14202         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
14203         Use speedbar-timer-fn instead of speedbar-refresh (reverting
14204         earlier change).
14205         (gdb-var-evaluate-expression-handler)
14206         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
14208         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
14209         Update localized contents for all buffers except ignored modes.
14211 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14213         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
14214         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
14215         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
14216         (mac-handle-font-panel-closed, mac-handle-font-selection):
14217         New functions.
14218         (mac-font-panel-mode): New minor mode.
14219         (mac-apple-event-map): Add bindings for toolbar toggle button and
14220         font panel.
14221         (menu-bar-showhide-menu): Add mac-font-panel-mode.
14223 2006-05-07  John Paul Wallington  <jpw@pobox.com>
14225         * ibuffer.el (ibuffer-compressed-file-name-regexp):
14226         Avoid `regexp-opt'; simplify regexp for readability.
14228 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
14230         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
14231         * files.el (buffer-stale-function):
14232         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14233         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
14234         links to the main manual, not to emacs-xtra.
14236 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14238         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
14239         MacJapanese if text is ASCII-only.
14241 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
14243         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
14244         unless so nil isn't returned.
14245         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
14247 2006-05-06  Kim F. Storm  <storm@cua.dk>
14249         * subr.el (add-to-history): New function.
14251         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
14252         (ediff-merge-files-with-ancestor):
14253         * env.el (setenv):
14254         * isearch.el (isearch-update-ring):
14255         * server.el (server-visit-files):
14256         * progmodes/grep.el (lgrep, rgrep):
14257         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
14258         * progmodes/xscheme.el (xscheme-insert-expression):
14259         Use add-to-history.
14261         * kmacro.el (kmacro-push-ring): Use add-to-history.
14262         (kmacro-ring-length): Remove unused defun.
14263         (kmacro-start-macro): Use kmacro-push-ring.
14265 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
14267         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
14268         directly instead of a lambda expression that calls it.
14270 2006-05-06  Kim F. Storm  <storm@cua.dk>
14272         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
14273         instead of compute-motion.
14275 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
14277         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
14278         change.
14280 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
14282         * startup.el (command-line-1): Refer to "Pure Storage" on
14283         pure-space-overflow.
14285 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
14287         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
14288         provided faces once they all have been used up.
14290 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
14292         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
14293         reference to the Lisp manual to the warning about pure space
14294         overflow.
14296 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
14298         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
14299         argument to avoid the call to `ispell-internal-change-dictionary'
14300         when not needed.
14301         (ispell-change-dictionary): Use this argument and call
14302         `ispell-internal-change-dictionary' after the possible change
14303         to `ispell-local-dictionary'.
14304         (ispell-internal-change-dictionary): Check for a change in
14305         personal dictionary use too.
14307 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
14309         * startup.el (command-line): On MS-Windows, probe "~", not
14310         "~USER", for warning about non-existent home directory.
14312         * arc-mode.el (archive-l-e): New optional argument `float' means
14313         generate a float value.
14314         (archive-arc-summarize, archive-lzh-summarize)
14315         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
14316         with 3rd argument non-nil when file's size is being computed.
14317         Format the file sizes with %8.0f instead of %8d.
14319 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14321         * cus-start.el (all): Add mac-dnd-known-types.
14323         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
14324         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
14325         (mac-TIFF-to-string): New functions.
14326         (x-get-selection, x-selection-value)
14327         (mac-select-convert-to-string): Use them.
14328         (mac-text-encoding-mac-japanese-basic-variant): New constant.
14329         (mac-dnd-types-alist): New customization variable.
14330         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
14331         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
14332         (mac-dnd-handle-drag-n-drop-event): New functions.
14333         (mac-drag-n-drop): Remove function.
14334         (global-map): Bind drag-n-drop and M-drag-n-drop to
14335         mac-dnd-handle-drag-n-drop-event.
14337 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
14339         * progmodes/perl-mode.el (perl-beginning-of-function):
14340         Skip anonymous subs.
14342 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
14344         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
14345         regexp-opt at run time.
14347         * term.el (term-handle-ansi-escape): Fix off by one error.
14349 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
14351         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
14352         (gdb-init-1, gdb-post-prompt): ...and references to it.
14353         (gdb-frame-handler): Strip directory name from filename if present.
14355         * progmodes/gud.el (gdb-force-update): Delete defvar
14356         (gud-speedbar-buttons): ...and references to it.  Use window-start
14357         to try to keep positon in watch expression.
14359 2006-05-03  Richard Stallman  <rms@gnu.org>
14361         * simple.el (next-history-element, previous-history-element): Doc fix.
14363         * isearch.el (isearch-update-ring): Doc fix.
14365 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
14367         * isearch.el (isearch-update-ring): Take history-delete-duplicates
14368         into consideration.  Replace one arm ifs with whens.
14370 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
14372         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
14373         (menu): Fix typo.
14375 2006-05-02  Miles Bader  <miles@gnu.org>
14377         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
14379 2006-05-02  Jay Belanger  <belanger@truman.edu>
14381         * calc/calc-embed.el (calc-override-minor-modes-map)
14382         (calc-override-minor-modes): New variables.
14383         (calc-do-embedded): Make sure that Calc keystrokes aren't
14384         overwritten by minor modes.
14386 2006-05-02  Chong Yidong  <cyd@mit.edu>
14388         * msb.el (msb): If EVENT is a down event, read and discard the up event.
14390 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14392         * startup.el (command-line-1): Refer to Lisp manual when
14393         pure-space-overflow occurs.
14395         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
14396         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
14397         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
14398         (version-control): Don't use `t' for safe-local-variable declarations.
14400 2006-05-01  Richard Stallman  <rms@gnu.org>
14402         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
14403         M-r, M-R, M-A, M-SPC or M-DEL.
14404         (diff-mode-map): diff-refine-hunk now on C-c C-w
14405         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
14407         * help-mode.el (help-mode): view-exit-action calls delete-window
14408         only when it is safe and possible.
14410         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
14411         in messages.
14413         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
14415         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
14416         in the default tool-bar-map.
14418 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
14420         * net/tramp.el (tramp-completion-file-name-handler-alist)
14421         (tramp-run-real-handler, tramp-completion-run-real-handler)
14422         (tramp-completion-handle-file-name-all-completions)
14423         (tramp-completion-handle-file-name-completion): Autoload them.
14424         (tramp-completion-handle-file-exists-p)
14425         (tramp-completion-handle-file-name-directory)
14426         (tramp-completion-handle-file-name-nondirectory)
14427         (tramp-completion-handle-expand-file-name): Remove them.
14428         (tramp-handle-file-name-directory): Return the real directory name.
14429         Returning "/" only doesn't need to be necessary any longer.
14430         (tramp-file-name-handler): Make special attention when in hostname
14431         completion mode.
14432         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
14433         (tramp-register-file-name-handlers):
14434         Register `tramp-completion-file-name-handler' only when
14435         `partial-completion-mode' is enabled.
14436         (tramp-completion-handle-file-name-all-completions):
14437         Delete directory part from results.
14438         (tramp-get-completion-methods, tramp-get-completion-user-host):
14439         Discard deleting "/", it doesn't work after the change of
14440         `tramp-handle-file-name-directory' above.
14442 2006-05-01  Kim F. Storm  <storm@cua.dk>
14444         * progmodes/grep.el (grep-expand-template): Use save-match-data
14445         and symbol-value.
14447 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14449         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
14450         Use select-frame-set-input-focus instead of raise-frame.
14451         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
14453 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
14455         * progmodes/gud.el (gud-def): Add %c case.
14456         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
14457         (gud-format-command): Make match case sensitive.  Match on %F.
14459 2006-04-30  Glenn Morris  <rgm@gnu.org>
14461         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
14462         (cal-tex-preamble): Use cal-tex-preamble-extra.
14463         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
14464         than alias `list-diary-entries'.
14466 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
14468         * help-fns.el (describe-variable): Add info about safe local variables.
14470 2006-04-29  Richard Stallman  <rms@gnu.org>
14472         * bindings.el (mode-line-format): help-echo doc fixes.
14474         * net/tramp.el (tramp-file-name-handler-alist): Delete
14475         expand-file-name and other operations that can cause spurious loading.
14477 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14479         * files.el (safe-local-variable-p): Remove support for the special
14480         value t.
14482         * textmodes/paragraphs.el (sentence-end-without-space):
14483         Fix safety predicate.
14484         (sentence-end-double-space, sentence-end-without-period)
14485         (paragraph-ignore-fill-prefix):
14486         * textmodes/fill.el (colon-double-space):
14487         * abbrev.el (abbrev-mode): Tighten the safety predicate.
14489         * subr.el (booleanp): New fun.
14491         * textmodes/reftex-vars.el (reftex-guess-label-type):
14492         Tighten the safety predicate.
14494 2006-04-28  Kim F. Storm  <storm@cua.dk>
14496         * progmodes/grep.el (defgroup grep): Doc fix.
14497         (grep-auto-highlight): Remove.
14498         (grep-template): New defcustom.
14499         (grep-find-template): Rename from grep-tree-template.
14500         (grep-files-aliases): Rename from grep-tree-files-aliases.
14501         Remove "all" alias, add "l" alias.
14502         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
14503         (grep-find-ignored-directories): New defcustom to replace
14504         grep-tree-ignore-CVS-directories, to facilitate ignoring
14505         subdirectories for multiple version control systems.
14506         (grep-mode-map): Add Recursive grep item to GREP menu.
14507         (grep-regexp-history, grep-files-history): New defvars.
14508         (grep-probe): New helper function.
14509         (grep-compute-defaults): Use it to simplify code.
14510         Adapt to name changes.
14511         Use `.' as base in grep-find-template rather than <D>.
14512         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
14513         Call grep-compute-defaults unconditionally.
14514         (grep-expand-keywords): New defconst.
14515         (grep-expand-template): Rename from grep-expand-command-macros.
14516         Simplify via grep-expand-keywords.  Look at case-fold-search instead
14517         of grep-tree-ignore-case to add -i option.
14518         Bind case-fold-search to nil while matching keywords.
14519         (grep-tree-last-regexp, grep-tree-last-files): Remove.
14520         (grep-read-regexp, grep-read-files): New helper functions.
14521         (rgrep): Rename from grep-tree.  Rework to use proper histories.
14522         Adapt to changes in defcustoms and functions above.
14523         (lgrep): New command, as grep, but using same interactive UI as rgrep.
14525 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
14527         * net/tramp.el (tramp-completion-file-name-handler):
14528         Disable Tramp's functionality while loading Tramp itself.
14529         (tramp-register-file-name-handlers): That's a defsubst now.
14530         Code from `tramp-repair-jka-compr' moved here.  Apply it via
14531         `after-init-hook'.
14532         (tramp-repair-jka-compr): Remove.
14534 2006-04-27  Jay Belanger  <belanger@truman.edu>
14536         * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
14537         read expression when `math-read-big-expr' doesn't work.
14539 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
14541         * startup.el (command-line-1): Display warning when
14542         pure-space-overflow is non-nil.
14544 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14546         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
14547         risky.
14549 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14551         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
14552         Return the URL or nil if none can be generated.
14554 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
14556         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
14557         byte compiler warnings.
14558         (gud-basic-call, gud-find-expr): Let user select an expression
14559         for printing.  Print expression as well as value in GUD buffer.
14561 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
14563         * allout.el: Remove local autoload declaration for
14564         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
14565         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
14566         (allout-plain-bullets-string, allout-distinctive-bullets-string)
14567         (allout-use-mode-specific-leader, allout-old-style-prefixes)
14568         (allout-stylish-prefixes, allout-numbered-bullet)
14569         (allout-file-xref-bullet, allout-presentation-padding)
14570         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
14571         safe-local-variable with suitable value spec, and add autoload
14572         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
14573         (move-beginning-of-line, move-end-of-line): Repair so these compat
14574         functions now actually resituate the point, when appropriate.
14576 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14578         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
14580         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
14581         (add-log-iso8601-time-string): Fix call to format-time-string.
14583 2006-04-26  Kim F. Storm  <storm@cua.dk>
14585         * subr.el (posn-string, posn-image, posn-object): Doc fix.
14587 2006-04-26  Masatake YAMATO  <jet@gyve.org>
14589         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
14590         Add support for "//" style comments.  Remove `b' flag
14591         from ?* in `asm-mode-syntax-table'.
14593 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14595         * follow.el: Use (featurep 'xemacs) everywhere.
14596         (follow-mode): Use define-minor-mode.
14597         (follow-mode-map): Move initialization into the declaration.
14598         Use command remapping.
14599         (follow-emacs-version-xemacs-p): Remove.
14600         (follow-submit-feedback): Remove.
14602         * allout.el (allout-layout, allout-passphrase-verifier-string)
14603         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14605         * textmodes/reftex-vars.el (reftex-vref-is-default)
14606         (reftex-fref-is-default, reftex-guess-label-type):
14607         Tighten up a bit the safety predicate.
14609         * textmodes/paragraphs.el (sentence-end-double-space)
14610         (sentence-end-without-period, sentence-end-without-space)
14611         (page-delimiter, paragraph-ignore-fill-prefix):
14612         Tighten up a bit the safety predicate.
14614         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14616         * progmodes/python.el (python-continuation-line-p)
14617         (python-beginning-of-statement): syntax-ppss may return
14618         a negative depth.
14619         (python-mode): Don't forcefully enable font-lock.
14621         * time-stamp.el (time-stamp-start, time-stamp-end)
14622         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14624         * add-log.el: Remove spurious * in docstrings.
14625         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14626         (add-change-log-entry): Use it here, since it's not specific
14627         to iso8601.
14628         (add-log-iso8601-time-string): Don't use it here any more.
14629         (change-log-indent-text, change-log-indent): Rename from add-log-*.
14631         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14633 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
14635         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14636         (rcirc-toggle-low-priority): Doc fix.
14637         (rcirc-handler-NOTICE): Remove beginning of line anchor in
14638         ChanServ regexp.
14639         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14640         #emacs.
14641         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14642         (rcirc-decode-coding-system): Use utf-8 as the default.
14643         (rcirc-multiline-minor-mode): Set the fill-column.
14644         (rcirc-format-response-string): Display bright and dim nicks.
14645         (rcirc-browse-url): Update interactive spec to fill ARG.
14646         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14647         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14649 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
14651         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14652         case for @Article, etc.
14654 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
14656         * net/tramp.el (tramp-register-file-name-handlers): New defun.
14657         Added with autoload cookie.
14658         (tramp-unload-file-name-handlers): Rename from
14659         `tramp-unload-file-name-handler-alist'.
14661 2006-04-23  Romain Francoise  <romain@orebokech.com>
14663         * comint.el (comint-match-partial-filename): Doc fix.
14665 2006-04-21  Glenn Morris  <rgm@gnu.org>
14667         * calendar/cal-menu.el (calendar-mode-map): Refer to
14668         `diary-view-entries' rather than alias `view-diary-entries'.
14669         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14671 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
14673         * progmodes/antlr-mode.el (antlr-default):
14674         * cus-edit.el (custom-documentation):
14675         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14676         in defface.
14678 2006-04-21  Kim F. Storm  <storm@cua.dk>
14680         * image.el (image-type): New defun split out of create-image.
14681         (create-image): Use it.
14683 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
14685         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14686         (org-open-at-point): Remove the "...done" message to keep output
14687         in the echo area visible.
14688         (org-export-as-xoxo): Fix call to `indent-region'.
14690 2006-04-21  Kevin Ryde  <user42@zip.com.au>
14692         * international/mule.el (keyboard-coding-system): defcustom
14693         info-link fixes: "Specify Coding" has been split, keyboard now in
14694         "Terminal Coding", and "Single-Byte Character Support" is now
14695         "Unibyte Mode".
14697 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
14699         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14700         Use font-lock-warning-face for any errors e.g. no stack.
14701         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14703 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14705         * progmodes/sh-script.el (sh-shell): Mark as safe.
14707         * newcomment.el (comment-start, comment-start-skip)
14708         (comment-end-skip, comment-end): Mark as safe.
14710 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
14712         * textmodes/org.el (org-deadline-announce): Face removed.
14713         (org-level-faces, org-n-levels): Convert to constant.
14714         (org-compatible-face): New function.
14715         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14716         (org-level-5, org-level-6, org-level-7, org-level-8)
14717         (org-special-keyword, org-warning, org-headline-done, org-link)
14718         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14719         (org-scheduled-today, org-scheduled-previously, org-time-grid):
14720         Face definition revised for better color tty support.
14721         (org-bold-re, org-italic-re, org-underline-re): New constants.
14722         (org-set-font-lock-defaults): Use the new constants.
14723         (org-agenda-highlight-todo): New function.
14724         (org-agenda-todo): Fix bug with point at end of line.
14725         (org-agenda-change-all-lines, org-finalize-agenda-entries):
14726         Fontify TODO keywords.
14727         (org-insert-link): Preserve relative path in ../ links.
14728         (org-export-as-html): Convert links pointing to .org files into
14729         links that will work beteen the exported HTML files.
14730         (org-todo-list): Fix bug when arg=0.
14731         (org-insert-heading): More fine-tuning.
14733 2006-04-19  Romain Francoise  <romain@orebokech.com>
14735         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14736         from `rmail-mime-charset-pattern'.
14738 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
14740         * progmodes/python.el (python-mode): Fix typo.
14742 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
14744         * comint.el (comint-previous-input): Don't clobber input line
14745         when moving off either end of the input history ring.
14746         (comint-delete-input): New function, used by
14747         `comint-previous-input' and others.
14748         (comint-previous-matching-input):
14749         Use `coming-delete-input'.  Save the partial input if leaving the
14750         edit line.  Goto point-max before deleting input to avoid
14751         partial input fragments hanging around.
14752         (comint-restore-input): New function, used by `comint-previous-input'.
14754 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
14756         * imenu.el (imenu--index-alist): Balance parentheses.
14758 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
14760         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14762 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
14764         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14765         file is nil.
14767 2006-04-18  Richard Stallman  <rms@gnu.org>
14769         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14771         * imenu.el (imenu-create-index-function, imenu--index-alist)
14772         (imenu--last-menubar-index-alist, imenu--make-index-alist)
14773         (imenu-default-create-index-function, imenu--generic-function):
14774         Doc fixes.
14776         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14778         * help-mode.el (help-mode): Set view-exit-action to delete window.
14780         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
14781         now works by passing nil as arg.
14783         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14785         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14786         (read-abbrev-file): Provide default when reading filename.
14788         * files.el (enable-local-variables): Allow :all as value.
14789         (hack-local-variables): Implement that value.
14790         (safe-local-variable-values, safe-local-eval-forms)
14791         (enable-local-variables): Mark as risky.
14792         (find-file-visit-truename, kept-old-versions): Mark safe.
14794         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14795         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14796         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14798 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14800         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14801         Use forward-line so as to get to BOL even in the presence of fields.
14802         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14803         in return.
14804         (inferior-tcl): Tell tclsh to work in interactive mode.
14806         * complete.el (partial-completion-mode):
14807         Use 'choose-completion-string-functions to make sure that
14808         choose-completion fills the minibuffer properly.
14810         * complete.el (PC-old-read-file-name-internal): Remove.
14811         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
14812         of read-file-name-internal.
14813         (partial-completion-mode): Enable/disable this advice.
14815 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
14817         * net/tramp.el (tramp-completion-file-name-handler): Revert change
14818         of 2006-04-17.
14820 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
14822         * textmodes/org.el (org-insert-heading): Insert heading before
14823         current if at beginning of line.
14824         (org-todo, org-date): New faces.
14825         (org-table-align): Make sure tooltip window contains full text.
14826         (org-no-properties): New defsubst.
14827         (org-set-font-lock-defaults): Use new faces.
14829 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
14831         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14832         for root variables.
14834         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14835         (gdb-frame-address): Re-use to identify frame for watch expression.
14836         (gdb-var-list, gdb-var-create-handler): Add frame address for root
14837         variables.
14838         (gdb-init-1, gdb-source, gdb-post-prompt)
14839         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14840         (gdb-frame-handler): Get gdb-frame-address.
14842 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
14844         Sync with Tramp 2.0.53.
14846         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14847         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14848         (tramp-completion-file-name-handler): Add autoload cookie for
14849         adding to `file-name-handler-alist'.
14851         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14852         the prompt.  If it returns earlier (when detecting an error
14853         message), the rest of the output will merge accidently with the
14854         output of the next command.  Reported by M Jared Finder
14855         <jared@hpalace.com>.
14857         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14858         for `process-file', in order to let it work for older Emacsen too.
14860 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
14862         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14863         (tex-font-lock-keywords-3): Use it.
14865 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14867         * newcomment.el (comment-add): New function.
14868         (comment-region-default, comment-dwim): Use it.
14870 2006-04-15  Michael Olson  <mwolson@gnu.org>
14872         * emacs-lisp/tq.el: Improve comments.
14873         (tq-queue-head-question): New accessor function.
14874         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14875         Update for modified queue structure.
14876         (tq-queue-add): Accept `question' argument.
14877         (tq-queue-pop): If a question is pending, send it.
14878         (tq-enqueue): Accept new optional argument `delay-question'.
14879         If this is non-nil, and at least one other question is pending a
14880         response, queue the question rather than sending it immediately.
14882 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14884         * calendar/appt.el (appt-add): Check whether an appointment is
14885         already present in appt-time-msg-list.  Simplify code.
14887 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14889         * progmodes/cc-langs.el (c-mode-menu):
14890         Don't presume c-subword-mode is bound.
14892 2006-04-13  Bill Wohler  <wohler@newt.com>
14894         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14895         (customize-package-emacs-version): Use cdr instead of cadr now
14896         that alists use dotted pairs.
14898         * custom.el (defcustom): Fix docstring for :package-version.
14900 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
14902         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14903         (tramp-handle-shell-command): Display output buffer only when
14904         `tramp-display-shell-command-buffer' is true.
14905         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14907 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
14909         * textmodes/org.el (org-set-autofill-regexps): Set only the local
14910         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14912 2006-04-13  Romain Francoise  <romain@orebokech.com>
14914         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14915         leaving temporary .cvsignore buffers behind.
14917 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
14919         * textmodes/org.el (org-set-regexps-and-options)
14920         (org-get-current-options): Better names for the startup folding
14921         options.
14923 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
14925         * vc.el (vc-annotate): Arrange for point to end up at the same
14926         line number as in the original, but only when using a new buffer.
14928 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
14930         * files.el (hack-one-local-variable-eval-safep):
14931         Recognize `edebug-form-spec' for `put', but only if it passes
14932         `edebug-basic-spec'.  Generalize `put' handling.
14934         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14935         vetting file-local form specs.
14937         * allout.el (allout-layout): Autoload its `safe-local-variable'
14938         property.
14940 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
14942         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14943         (org-agenda-mouse-1-follows-link)
14944         (org-mouse-1-follows-link): New options.
14945         (org-format-agenda-item): Fix bug if TAGS is nil.
14946         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14948 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
14950         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14951         GDB 6.1+ gives full filename for "info sources" so use
14952         file-name-nondirectory.
14954 2006-04-12  Romain Francoise  <romain@orebokech.com>
14956         * subr.el (read-passwd): Bind `message-log-max' to nil.
14958 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14960         * progmodes/perl-mode.el (perl-indent-new-calculate):
14961         Recompute parse-start after jumping backward by a whole sexp.
14963 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14965         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14966         window configuration.
14967         (vc-annotate-display-select): Select the buffer so that current-buffer
14968         (and selected-window) is the output buffer at the end of vc-annotate.
14970 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
14972         * vc.el (vc-annotate-color-map): Add custom TTY color map for
14973         8-color terminals, to use all of the colors in a sensible order.
14974         256-color terminals work well with the standard map.
14975         (vc-annotate-lines): Only strip the first color character if it
14976         is "#", to allow for terminal-style named colors.
14977         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14978         the correct buffer is scrolled.
14980 2006-04-11  Richard Stallman  <rms@gnu.org>
14982         * emacs-lisp/bytecomp.el (byte-compile-file):
14983         Bind enable-local-variables to :safe, and make normal-mode obey it.
14985         * files.el (enable-local-variables): Allow value :safe.
14986         (normal-mode): Doc fix.
14987         (hack-local-variables): Implement enable-local-variables = :safe.
14988         (hack-local-variables-confirm): Don't prevent quitting.
14990 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14992         * loadhist.el (unload-feature): A bit of sanity check of
14993         load-history entries.  Cancel timer-vars before unbinding them.
14995         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14996         quote special chars, and make the trick work on the hex part of the
14997         buffer as well.
14998         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14999         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
15001         * startup.el (normal-splash-screen): Fix last change so we don't wait
15002         2 minutes if we don't show the splash screen.
15004 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
15006         * textmodes/org.el (org-export-plain-list-max-depth)
15007         (org-table-spaces-around-separators)
15008         (org-radio-targets, org-activate-camels)
15009         (org-table-spaces-around-invisible-separators): Options removed.
15010         (org-time-stamp-rounding-minutes, org-remember-templates)
15011         (org-ellipsis, org-activate-links, org-descriptive-links):
15012         New options.
15013         (org-remember-apply-template, org-current-time)
15014         (org-finish-edit-table-field)
15015         (org-link-unescape, org-link-escape)
15016         (org-string-width, org-table-clean-line, org-html-do-expand)
15017         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
15018         (org-read-agenda-file-list): New functions.
15019         (org-table-edit-field)
15020         (org-table-create-or-convert-from-region): New commands
15021         (org-table-toggle-vline-visibility): Command removed.
15022         (org-table-convert-region): Made a command.
15023         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
15024         Replace with the normal org- functions.
15025         (org-self-insert-command): Don't trigger realign unnecessarily
15026         when blanking a field that is not full.
15027         (org-mode): `Set buffer-invisibility-spec' for links.
15028         (org-activate-links2): Hide link part and only show descriptive
15029         part of the link.
15030         (org-insert-link): Modify for new linking system.
15031         (org-store-link): Store description separately, for use by
15032         `org-insert-link'.
15033         (org-table-align): Use `org-string-width'.
15034         (defgroup): Completely new group structure for custom variables.
15035         (org-agenda-files): Option: Single file name allowed.  Function:
15036         Optional argument unrestrited means ignore any restricitons.
15037         (org-install-agenda-files-menu): Find a buffer in Org-mode before
15038         trying to modify the menu.  Use generalized access to
15039         `org-agenda-files.'
15040         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
15041         (org-agenda-file-to-front, org-remove-file, org-diary)
15042         (org-tags-view, org-export-icalendar-all-agenda-files)
15043         (org-export-icalendar-combine-agenda-files): Use generalized
15044         access to `org-agenda-files'.
15045         (org-remember-handler): Correctly preserve heading if present.
15046         (org-table-insert-row, org-table-insert-hline): Deal with
15047         invisible characters.
15049 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
15051         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
15052         (vc-annotate-color-map): New 18 element constant
15053         value/saturation, rotating hue colormap, from red->blue.
15054         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
15055         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
15056         (vc-annotate): To avoid killing the required local variables,
15057         set them before the end of `with-output-to-temp-buffer', and
15058         after first switching to annotate-mode.
15059         (vc-annotate-warp-version): Add buffer argument in goto-line to
15060         ensure annotation, not source, is scrolled.
15062 2006-04-10  Bill Wohler  <wohler@newt.com>
15064         * custom.el (defcustom, custom-handle-keyword):
15065         Add :package-version keyword.
15066         (custom-add-package-version): New function.  Sets value of new
15067         property 'custom-package-version from :package-version keyword.
15068         (defcustom): Create Common Keywords section in docstring.
15069         (defface, defgroup): Replace definitions of a select few keywords
15070         with a reference to the Common Keywords in defcustom.
15071         (defcustom, defface, defgroup): Replace reference to Customization
15072         chapter in manual with hyperlink.
15074         * cus-edit.el (customize-package-emacs-version-alist): New variable.
15075         (customize-changed-options): Add check for custom-package-version.
15076         (customize-package-emacs-version): New function to look up Emacs
15077         version corresponding to the given package version.
15079         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
15080         defun name, in similar fashion to find-variable-regexp.
15082 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
15084         * international/mule-cmds.el (set-locale-environment): Fix last
15085         change for when the locale's preferences don't specify any encoding.
15087 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15089         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
15090         so the defined var/fun doesn't need to be quoted.
15092 2006-04-10  Richard Stallman  <rms@gnu.org>
15094         * finder.el (finder-mode-map): Add n and p bindings.
15096 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
15098         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
15099         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
15100         (gdb-setup-windows): Put something in source window if we can't find
15101         the source file.
15102         (gdb-frame-handler): Make it work again with just assembly.
15103         (gdb-data-list-register-values-handler): Make it work when there is
15104         no stack.
15106 2006-04-09  Richard Stallman  <rms@gnu.org>
15108         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
15109         specs while looking for charset.
15111         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
15113         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
15114         Make them faces.
15115         (lm-font-lock-keywords): Update appropriately.
15117 2006-04-10  Kim F. Storm  <storm@cua.dk>
15119         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
15120         it can also replace buffer-substring-no-properties.
15122         * emulation/cua-base.el (cua-delete-region, cua-paste)
15123         (cua-repeat-replace-region): Use filter-buffer-substring.
15125         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
15126         (cua-cut-region-to-global-mark): Likewise.
15128         * emulation/cua-rect.el (cua--extract-rectangle)
15129         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
15131 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15133         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
15134         entry-type.  Add field delimiters to numerical fields if they are
15135         not present.
15137 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15139         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
15140         string-const to return value.
15141         (bibtex-remove-delimiters): Use it.
15143 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15145         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
15146         cl-byte-compile-compiler-macro unless it exists.
15148 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
15150         * files.el (hack-local-variables-confirm) <offer-save>:
15151         Clarify message text.  Suggested by Ralf Angeli.
15153 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
15155         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
15156         (delete-extract-rectangle-line): Use `filter-buffer-substring'
15157         instead of `buffer-substring' and `delete-region'.  (Most of the
15158         code actually copied from `kill-region'.)
15160 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
15162         * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
15163         (rcirc-default-port): Rename from rcirc-port.
15164         (rcirc-default-nick): Rename from rcirc-nick.
15165         (rcirc-default-user-name): Rename from rcirc-user-name.
15166         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
15167         (rcirc-low-priority-flag): New variable.
15168         (rcirc-decode-coding-system): New defcustom.
15169         (rcirc-encode-coding-system): New defcustom.
15170         (rcirc-coding-system-alist): New defcustom.
15171         (rcirc-multiline-major-mode): New defcustom.
15172         (rcirc-nick): New internal variable.
15173         (rcirc-process): Remove variable.
15174         (rcirc-server-buffer): New variable.
15175         (rcirc): Update to use rcirc-default-* variables above.
15176         (rcirc-connect): Do not add window-configuration-hook-here.
15177         (rcirc-server): New internal variable.
15178         (rcirc-connect): Do not send keepalive pings if
15179         rcirc-keepalive-seconds is nil.
15180         (with-rcirc-server-buffer): New macro.
15181         (rcirc-send-string): Encode with rcirc-encode-coding-system.
15182         (rcirc-server-name): Rename from rcirc-server.
15183         (rcirc-buffer-process): New function.
15184         (rcirc-buffer-nick): New function.
15185         (rcirc-buffer-target): Remove function.
15186         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
15187         New commands.
15188         (rcirc-mode-map): Change binding of C-c C-l to
15189         rcirc-toggle-low-priority.
15190         (rcirc-mode): Initialize coding system based on
15191         rcirc-coding-system-alist.  New change-major-mode-hook to part the
15192         channel on a mode change.  Make kill-buffer-hook buffer-local.
15193         (rcirc-change-major-mode-hook): New function.
15194         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
15195         (rcirc-last-post-time): New variable.
15196         (rcirc-process-message): Store the last time user posted a message
15197         to this target.
15198         (rcirc-multiline-minor-mode): New mode.
15199         (rcirc-multiline-minor-mode-map): New mode map.
15200         (rcirc-edit-multiline): Put multiline-edit buffer in
15201         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
15202         (rcirc-print): Ignore any line starting with an ignored nick.
15203         (rcirc-print): Decode using rcirc-decode-coding-system.
15204         (rcirc-track-minor-mode): Update global-mode-string when disabling
15205         this mode.
15206         (minor-mode-alist): Add LowPri indicator.
15207         (rcirc-toggle-low-priority): New function.
15208         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
15209         next lowpriority buffer with activity.
15210         (rcirc-record-activity): Sort buffers in rcirc-activity by the
15211         last time the user posted a message in to the target.
15212         (rcirc-update-activity-string): New formatting for low priority
15213         buffers.
15214         (rcirc-split-activity): New function.
15215         (rcirc-handler-PART, rcirc-handler-KICK)
15216         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
15217         (rcirc-nick-away-alist): New variable.
15218         (rcirc-handler-301): New handler.  Away messages are printed once
15219         per change.
15221 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
15223         * info.el (Info-follow-nearest-node): Doc fix.
15225         * international/mule-cmds.el (set-locale-environment): Make sure
15226         the coding-system preferred by the locale's language has the same
15227         EOL conversion type as the original buffer-file-coding-system.
15228         (locale-language-names): Add a few MS Windows language codes.
15230 2006-04-07  Richard Stallman  <rms@gnu.org>
15232         * simple.el (eval-expression): Doc fix.
15234         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
15235         (eval-defun): Doc fixes.
15237 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
15239         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
15241 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
15243         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
15244         GDB list command without argument for greater generality.
15246 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15248         * subr.el (string-or-null-p): New function.
15250         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
15252         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
15254         * files.el: Update comment about safe-local-variable declarations.
15256 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
15258         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
15259         See idlwave.org.
15261         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
15262         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
15264         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
15265         See idlwave.org.
15267         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
15268         version 6.0 (minimal changes).  See idlwave.org.
15270         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
15271         6.0 (minimal changes).  See idlwave.org.
15273         * progmodes/idlw-rinfo.el: File obsoleted and removed.
15275 2006-04-06  Romain Francoise  <romain@orebokech.com>
15277         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
15278         symmetric encryption features and a new asynchronous interface to
15279         GnuPG.  This new version is version 1.4, plus whitespace changes.
15281 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
15283         * files.el: Move some `safe-local-variable' declarations to the
15284         respective files.
15286         * textmodes/ispell.el (ispell-check-comments)
15287         (ispell-local-dictionary): Mark as safe.
15289         * abbrev.el (abbrev-mode): Mark as safe.
15291         * add-log.el (change-log-default-name): Mark as safe.
15293         * textmodes/reftex-vars.el (reftex-vref-is-default)
15294         (reftex-fref-is-default, reftex-level-indent)
15295         (reftex-guess-label-type): Mark as safe.
15297         * textmodes/fill.el (colon-double-space): Mark as safe.
15299         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
15300         (sentence-end-double-space, sentence-end-without-period)
15301         (sentence-end-without-space, sentence-end, sentence-end-base)
15302         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
15304 2006-04-06  Kim F. Storm  <storm@cua.dk>
15306         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
15307         the :set-after list.
15308         (ido-downcase-unc-hosts): New user option.  Default on.
15309         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
15310         when it is set, as regexps are now applied on the fly.
15311         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
15312         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
15313         on the fly, but only when ido-process-ignore-lists is set.
15314         Do case insensitive filtering if ido-downcase-unc-hosts is set.
15315         Only downcase names if ido-downcase-unc-hosts is set.
15317 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
15319         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
15321         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
15323 2006-04-05  Kim F. Storm  <storm@cua.dk>
15325         * ido.el (ido-mode): Set after ido-unc-hosts and
15326         ido-ignore-unc-host-regexps.
15327         (ido-save-history): Save ido-unc-hosts-cache.
15328         (ido-load-history): Load ido-unc-hosts-cache.
15329         (ido-reread-directory): Refresh unc hosts cache in // dir.
15331         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
15332         to nil while displaying slash screen.
15334 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
15336         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
15337         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
15339 2006-04-05  Kenichi Handa  <handa@m17n.org>
15341         * international/characters.el: Setup cases of Latin, Greek, and
15342         Cyrillic characters in CJK charsets.
15344 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
15346         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
15347         default-enable-multibyte-characters.  This reverts the change from
15348         revision 6.17 which is no longer necessary because the passphrase
15349         is sent separately now.  GnuPG messages are unreadable under
15350         multibyte locales with default-enable-multibyte-characters set to nil.
15352 2006-04-04  Andreas Schwab  <schwab@suse.de>
15354         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
15355         and `byte-compile-warnings' as `safe-local-variable'.
15357 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
15359         * man.el (Man-mode-map): Restore the \r binding.
15360         (Man-abstract-xref-man-page): If Man-target-string is a function,
15361         call it.
15362         (Man-highlight-references): Use Man-default-man-entry to get the
15363         target.  Deal with xrefs too.
15364         (Man-highlight-references0): Don't call the target function.
15366         * woman.el (WoMan-xref-man-page): Strip the section number, woman
15367         cannot deal with it.
15369 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
15371         * pgg-gpg.el: Clean up process buffers every time gpg processes
15372         complete.
15374 2006-04-04  Kenichi Handa  <handa@m17n.org>
15376         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
15377         here.
15378         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
15379         Temporarily bind inhibit-field-text-motion to t.
15381 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15383         * startup.el (normal-splash-screen): Only set mode-line-format in the
15384         splash buffer, so as not to interfere when debugging the code.
15385         Ignore errors when switching buffer.
15387 2006-04-03  Romain Francoise  <romain@orebokech.com>
15389         * dired.el (dired-dnd-protocol-alist): Fix typo.
15391 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
15393         * savehist.el (savehist): Add :version.
15394         (savehist-ignored-variables): New variable.
15395         (savehist-minibuffer-hook): Don't save variables listed in
15396         `savehist-ignored-variables'.
15398         * dired.el (dired-dnd-protocol-alist): Mention that change does
15399         only apply to new buffers in doc string.
15401 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
15403         * recentf.el (recentf-open-files-item): Include newline in button
15404         field, so opening a file will work, when the point is at the end
15405         of the file name.  Allow, for example, to [i]search a file by
15406         extension and just push RET to open it.
15408 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
15410         * pgg-gpg.el (pgg-gpg-process-filter)
15411         (pgg-gpg-wait-for-completion): Check if buffer is alive.
15413         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
15414         lines, temporary fix.
15416 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15418         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
15420 2006-04-02  Richard Stallman  <rms@gnu.org>
15422         * progmodes/compile.el (compilation-message-face): Make it defcustom.
15424 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15426         * ibuf-macs.el (define-ibuffer-column): Add a new key:
15427         header-mouse-map.
15429         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
15430         (ibuffer-mode-header-map): New keymaps.
15431         (ibuffer-update-title-and-summary): Enable mouse face highlighting
15432         and keybindings for column headers.
15433         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
15434         property.
15436 2006-04-02  Drew Adams  <drew.adams@oracle.com>
15438         * speedbar.el (speedbar-after-create-hook): Doc fix.
15440 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
15442         * shell.el (shell-directory-tracker)
15443         (shell-dynamic-complete-command): Doc fixes.
15445 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
15447         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
15448         terminals.
15450 2006-04-01  Kim F. Storm  <storm@cua.dk>
15452         * ido.el (ido-unc-hosts-cache): New defvar.
15453         (ido-unc-hosts): If value of defcustom is a function, call it to
15454         get list of UNC hosts.  Add function-item choices to specify
15455         ido-unc-hosts-net-view or user function.
15456         (ido-ignore-unc-host-regexps): New defcustom.
15457         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
15458         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
15459         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
15461 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15463         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
15464         wwidth.
15466 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
15468         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
15469         (ido-max-work-file-list, ido-switch-buffer)
15470         (ido-read-file-name-as-directory-commands):
15471         Fix typos in docstrings.
15473 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15475         * term/mac-win.el (mac-system-coding-system): Define and use after
15476         Mac-specific coding systems are ready.
15478 2006-03-27  Romain Francoise  <romain@orebokech.com>
15480         * net/rcirc.el (rcirc-connect): Add autoload cookie.
15482         * ldefs-boot.el: Update.
15484 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
15486         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
15487         passphrases when it is not needed.
15488         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
15489         passphrase stuff from gpg, should only be necessary when you use
15490         gpg with a smartcard.
15492 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
15494         * comint.el (comint-dynamic-list-completions): Allow user to
15495         select *Completions* buffer.
15497 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
15499         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
15501 2006-03-26  Andreas Schwab  <schwab@suse.de>
15503         * progmodes/gud.el (gdb): Only complain about multiple debugging
15504         when the gdb process is still running.
15506 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
15508         * mail/rmail.el (tool-bar-map): Defvar it.
15509         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
15510         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
15512 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
15514         * help.el (print-help-return-message): Suggest to use
15515         display-buffer instead of switch-to-buffer-other-window to restore
15516         the previous window without selecting it.
15518 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15520         * frame.el (select-frame-by-name): Call x-focus-frame also when
15521         window-system is mac.
15523         * term/mac-win.el: Adjust Courier font specifications in
15524         x-fixed-font-alist.
15525         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
15526         when directly encoding to UTF-16 in native byte order, no BOM.
15528 2006-03-25  Kim F. Storm  <storm@cua.dk>
15530         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
15531         (cua--init-keymaps): Use it instead of fixed C-return.
15532         (cua-mode): Set after it.
15534         * emulation/cua-rect.el (cua--init-rectangles):
15535         Use cua-rectangle-mark-key instead of fixed C-return.
15537 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
15539         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
15540         "run" in .gdbinit.
15541         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
15543 2006-03-24  Romain Francoise  <romain@orebokech.com>
15545         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
15546         `display-buffer-other-frame'.
15548 2006-03-24  Kim F. Storm  <storm@cua.dk>
15550         * apropos.el (apropos-synonyms): Add selection => region.
15552 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
15554         * progmodes/gdb-ui.el (gdb-var-create-regexp)
15555         (gdb-var-list-children-regexp, gdb-var-update-regexp)
15556         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
15557         (gdb-data-list-register-values-regexp)
15558         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
15559         Future proof against new fields being added to MI output.
15560         (gdb-send): Don't treat backslashes for program input as
15561         continuations.
15562         (gdb-assembler-handler): Don't use window-start for this handler.
15563         (gdb-frame-handler): Don't change to hollow arrow if overlay
15564         arrow doesn't move to new frame.
15566 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
15568         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
15569         prevent compiler warnings.
15570         (gdb-stopped): Check for gud-last-last-frame (case: signal).
15571         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
15572         (gdb-assembler-custom): Use hollow-right-triangle for assembler
15573         buffer too.
15575 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
15577         * pgg-gpg.el (pgg-gpg-update-agent): Check for
15578         make-network-process, so we can use the same code in Gnus v5-10
15579         too and have this file fully synchronized with that release.
15581 2006-03-23  Romain Francoise  <romain@orebokech.com>
15583         * ibuf-ext.el (ibuffer-read-filter-group-name):
15584         Use `ibuffer-generate-filter-groups' to make completion list match
15585         the filter groups that are really displayed in the Ibuffer buffer.
15586         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
15588 2006-03-23  Kenichi Handa  <handa@m17n.org>
15590         * international/mule-cmds.el (sort-coding-systems): Describe that
15591         the argument is modified in docstring.
15593 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
15595         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15596         (pgg-gpg-update-agent): New function.
15597         (pgg-gpg-use-agent-p): New function.
15598         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15599         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15600         (pgg-gpg-sign-region): Use it.
15602 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
15604         * cus-edit.el (custom-face-set): Call custom-push-theme before
15605         face-spec set so that `changed' theme is correctly saved.
15606         (custom-face-reset-standard): Reset to recalculated face rather
15607         than defface spec.
15609         * custom.el (custom-push-theme): Only save `changed' theme if the
15610         current face does not match the defface specs.
15612 2006-03-21  Simon Josefsson  <jas@extundo.com>
15614         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15615         <wilde@sha-bang.de>.
15616         (pgg-gpg-use-agent): New variable.
15617         (pgg-gpg-process-region): Use it.
15618         (pgg-gpg-encrypt-region): Likewise.
15619         (pgg-gpg-encrypt-symmetric-region): Likewise.
15620         (pgg-gpg-decrypt-region): Likewise.
15621         (pgg-gpg-sign-region): Likewise.
15622         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15624 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
15626         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15627         bracket links.
15629 2006-03-21  Kim F. Storm  <storm@cua.dk>
15631         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15632         fringe-indicator-alist instead of modifying global value.
15633         (gdb-frame-handler): Likewise.
15635 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
15637         * diff-mode.el (diff-function): Make it inherit from diff-header
15638         instead of diff-context.
15640         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15641         bitmap.
15642         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15643         change names in macro above for consistency.
15644         (gdb-frame-handler): Use hollow-right-triangle for all selected
15645         frames which except the innermost (where execution has stopped).
15646         (gdb-reset): Reset buffer-local values of overlay-arrow.
15648 2006-03-20  Richard Stallman  <rms@gnu.org>
15650         * simple.el (set-mark-command): Doc fix.
15652         * files.el (display-buffer-other-frame): New command.
15653         (ctl-x-4-map): Bind C-x 5 C-o to it.
15655 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15657         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15658         rather than just defer-time, in case defer-time has been changed but
15659         the timer isn't running yet.
15660         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15662 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
15664         * help-mode.el (help-follow-symbol): New function.
15665         Essentially identical to the old `help-follow', but do not let
15666         `push-button' do the work when on an xref.
15667         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15669 2006-03-19  Richard Stallman  <rms@gnu.org>
15671         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15672         preceded by the word `program'.
15673         (help-follow-mouse, help-follow): Throw error if not on xref.
15674         Delete no longer used args.
15676 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
15678         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15679         annotation ensure gud-overlay-arrow-position is redisplayed.
15681 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15683         * textmodes/bibtex.el (bibtex-include-OPTkey)
15684         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15685         (bibtex-autokey-name-case-convert)
15686         (bibtex-autokey-titleword-case-convert): Make these the aliases
15687         for the following two variables.
15688         (bibtex-autokey-name-case-convert-function)
15689         (bibtex-autokey-titleword-case-convert-function): Make these the
15690         real names.
15691         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15692         bibtex-font-lock-crossref sublists.
15693         (bibtex-mode): Revert 2005-12-30 change (which made
15694         completion-ignore-case buffer-local).
15695         (bibtex-url): Simplify.
15697 2006-03-19  Kim F. Storm  <storm@cua.dk>
15699         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15700         cursor property value to 2 (to align with C level change).
15702 2006-03-19  Bill Wohler  <wohler@newt.com>
15704         * image.el (image-load-path-for-library): Shorten first line in
15705         docstring.
15707 2006-03-18  Richard Stallman  <rms@gnu.org>
15709         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15711 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
15713         * isearch.el (isearch-other-meta-char): Handle user bindings for
15714         shifted control characters.
15716 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
15718         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15719         part that matches email addresses, file names, etc.
15721 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
15723         * term/w32-win.el (mouse-set-font):
15724         Mention w32-list-proportional-fonts in the doc string.
15726 2006-03-18  Kim F. Storm  <storm@cua.dk>
15728         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15729         (ido-unc-hosts): New user option to explicitly define list of know
15730         UNC-style hosts for completion.
15731         (ido-cache-unc-host-shares-time): New user option.
15732         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15733         New helper functions for UNC file-name support.
15734         (ido-may-cache-directory): Check for UNC host.  Simplify.
15735         (ido-wash-history): Clean out old UNC hosts.
15736         (ido-nonreadable-directory-p): UNC hosts are always readable.
15737         (ido-directory-too-big-p): UNC hosts are never too big.
15738         (ido-set-current-directory): Handle UNC root path.
15739         (ido-file-name-all-completions): Complete UNC host names from
15740         ido-unc-hosts list.  Cache UNC host shares.
15741         (ido-make-file-list-1): Don't filter UNC root.
15742         (ido-exhibit): Check for // in root directory, and switch to UNC
15743         mode by setting ido-current-directory to //.
15745 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
15747         * cus-edit.el (customize-changed-options): Mention explicit
15748         version number as default in prompt.
15750 2006-03-17  Bill Wohler  <wohler@newt.com>
15752         * image.el (image-load-path-for-library): Minor docstring fix.
15754 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
15756         * textmodes/org.el (org-read-date): Include subgroup 5 into
15757         replacement text.
15758         (org-popup-calendar-for-date-prompt): Fix customization type.
15760 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
15762         * progmodes/gdb-ui.el (gud-watch): Provide completion.
15763         (gdb-continuation): New variable.
15764         (gdb-send): Deal with continuation lines.
15766         * progmodes/gud.el (gud-gdb-complete-command)
15767         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15768         expressions.
15769         (gud-tooltip-mode): Use buffer-local value.
15771 2006-03-16  Kim F. Storm  <storm@cua.dk>
15773         * ido.el (ido-edit-input): Use selected match, if any.
15775 2006-03-16  Bill Wohler  <wohler@newt.com>
15777         * image.el (image-load-path-for-library): Prefer user's images in
15778         image-load-path.
15780 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
15782         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15783         when checking for attempt to drag leftmost or rightmost scrollbar.
15785 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
15787         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15788         (gdb-force-mode-line-update): New function.
15789         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15790         (gdb-exited): Use them.
15791         (gdb-signal): New function.
15792         (gdb-annotation-rules): Provide a rule for it.
15794 2006-03-16  Kenichi Handa  <handa@m17n.org>
15796         * international/mule.el (auto-coding-regexp-alist): Add entries
15797         for Unicode BOM.
15799         * sort.el (sort-build-lists): Temporarily bind
15800         inhibit-field-text-motion to t.
15802 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
15804         * locate.el (locate-command, locate-make-command-line)
15805         (locate-fcodes-file, locate-update-command)
15806         (locate-prompt-for-command, locate, locate-with-filter)
15807         (locate-get-file-positions): Doc fixes.
15808         (locate-buffer-name, locate-header-face): Remove leading `*' in
15809         defcustom.
15810         (locate-filter-output): Use `keep-lines' instead of its alias
15811         `delete-non-matching-lines'.
15812         (locate-get-filename, locate-get-dirname): Add introductory comment.
15813         (locate-find-directory-other-window): Give appropriate error
15814         message if used outside main listing.
15816 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15818         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15819         the new extend-region feature.
15820         (font-lock-after-change-function): Update correspondingly.
15821         * jit-lock.el (jit-lock-after-change): Update correspondingly.
15822         * progmodes/grep.el (font-lock-lines-before): Don't disable.
15824 2006-03-15  Bill Wohler  <wohler@newt.com>
15826         * image.el (image-load-path-for-library): Fix example by not
15827         recommending that one binds image-load-path.  Just defvar it to
15828         placate compiler and only use it if previously defined.
15830 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
15832         * textmodes/org.el (org-insert-centered): Use `string-width' to
15833         make underlining work for wide characters.
15834         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15835         TAB to `org-cycle', to make sure that no binding in
15836         `outline-mode-map' can supercede it.
15838 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
15840         * allout.el: Increment version to 2.2.1 in file commentary.
15842         (allout-version): Increment to 2.2.1.
15844         (allout-default-layout): New customization variable, used when the
15845         file lacks a specific allout-layout.  Uses allout-layout-type for
15846         recursively nested definition.
15848         (allout-layout-type): Widget defining allout layouts, necessary for
15849         self-recursive definition.
15851         (allout-mode): Incorporate allout-default-layout as fallback for
15852         allout-layout.
15854         (allout-layout): Mark as 'safe-local-variable', and refer mention
15855         fallback to `allout-default-layout' in absence of a specified value.
15856         (allout-passphrase-verifier-string)
15857         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15859         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15861         (allout-get-encryption-passphrase-verifier): Use correct name of
15862         passphrase verifier in docstring.
15864 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
15866         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15867         elements.
15868         (gdb-find-watch-expression): Make it work for arrays too.
15869         Follow change to gdb-var-list.
15870         (gud-watch): Allow the user to enter variable name with a prexix
15871         arg.  Create keybindings.
15872         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15873         (gdb-var-list-children-handler, gdb-var-update-handler)
15874         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15875         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15876         Follow change to gdb-var-list.
15877         (gdb-starting): Don't show the overlay arrows when program is running.
15879         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15880         gdb-var-list.
15882 2006-03-14  Bill Wohler  <wohler@newt.com>
15884         * image.el (image-load-path-for-library): Pass value of path
15885         rather than symbol.  Always return list of directories.
15886         Guarantee that image directory comes first.
15888 2006-03-14  Alan Mackenzie  <acm@muc.de>
15890         * font-core.el (font-lock-extend-region\(-function\)?.):
15891         New function/variable.
15893         * font-lock.el (font-lock-after-change-function):
15894         Call font-lock-extend-region.  Obey font-lock-lines-before.
15895         (font-lock-default-fontify-region): Remove reference to
15896         font-lock-lines-before.
15898         * jit-lock.el (jit-lock-after-change):
15899         Call font-lock-extend-region.  Obey font-lock-lines-before.
15901 2006-03-14  David Ponce  <david@dponce.com>
15903         * tree-widget.el (tree-widget-themes-load-path)
15904         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15906 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
15908         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15909         (rcirc-print): Mark the start of text at the end of the prompt.
15910         (rcirc-track-minor-mode): Add autoload cookie.
15911         (rcirc-update-activity-string): Add space to front of mode-line
15912         indicator.
15914 2006-03-13  Miles Bader  <miles@gnu.org>
15916         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15917         (rcirc-abbrev-nick): Remove function.
15918         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15920 2006-03-13  David Ponce  <david@dponce.com>
15922         * tree-widget.el: Handle themes across all occurrences of the main
15923         themes sub-directory found in tree-widget-themes-load-path.
15924         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15925         (tree-widget--locate-sub-directory): Return all occurrences.
15926         (tree-widget-themes-path): New function.
15927         Replace tree-widget-themes-directory, and return a list of directories.
15928         (tree-widget-set-parent-theme)
15929         (tree-widget-lookup-image): Use it.
15931 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
15933         * textmodes/org.el (org-link-search): Avoid self-matching of
15934         links, allow target text to be distributed over several lines.
15935         (org-search-not-link): New function.
15936         (org-set-regexps-and-options, org-get-current-options):
15937         New startup options.
15938         (org-export-as-html): Take odd-level setting from local variable.
15939         (org-fontify-emphasized-text): New option.
15940         (org-set-font-lock-defaults): Include emphasized text.
15941         (org-follow-mhe-link): Allow folder-only links, fix folder name.
15942         (org-font-lock): Customize group renamed from `org-faces'.
15944 2006-03-13  John Paul Wallington  <jpw@pobox.com>
15946         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15947         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
15949 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
15951         * cus-start.el (all): Delete :version keyword for members of the
15952         fringe group, since the entire group is new in 22.1.
15954 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
15956         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15957         map if value is hexadecimal (an address).
15958         (gud-watch): Only search roots for existing watch expressions.
15959         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15960         prevent caching problems with speedbar-update-directory-contents.
15962 2006-03-12  Juri Linkov  <juri@jurta.org>
15964         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15965         before comparing with `low' and `warn'.
15967         * info.el (Info-dir-remove-duplicates): Move point to the
15968         beginning of the current line after deleting the entries from
15969         redundant heading.  Use marker for `limit' and compare it with
15970         point before calling `re-search-forward'.
15972 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
15974         * simple.el (yank): Fix typo in docstring.
15976 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
15978         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15979         messages, where "D" is the 6th character.
15981 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
15983         * simple.el (yank): Fix last change.
15985 2006-03-11  David Ponce  <david@dponce.com>
15987         * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15988         before merging elements from the standard ispell-dictionary-alist.
15989         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15990         alist, and return the new alist.
15992 2006-03-11  Richard Stallman  <rms@gnu.org>
15994         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15996         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15997         the way it is implemented is too unclean.
15999         * simple.el (kill-region, yank): Doc fix.
16001         * battery.el (battery-echo-area-format): Doc fix.
16002         (battery-mode-line-format): Likewise.
16003         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
16004         (battery-linux-proc-acpi): Ignore batteries that say "charged".
16006 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
16008         * progmodes/octave-mod.el (octave-indent-for-comment):
16009         Behave according to do string.
16011 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
16013         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
16014         Be visible only if major mode is Mail Mode.
16016         * textmodes/flyspell.el (flyspell-external-point-words)
16017         (flyspell-process-localwords): Fix last changes.
16019 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
16021         * calendar/holidays.el (list-holidays): Doc fix.
16023         * international/mule.el (auto-coding-alist): Add .odt
16024         (OpenOffice's open document) files.
16026         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
16027         document) files.  Mention in the doc string the need to sync with
16028         auto-coding-alist.
16030 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
16032         * files.el (hack-local-variables-confirm): Don't prompt for ! if
16033         enable-local-variables is set to always query, or there is no
16034         savable variable.
16036 2006-03-10  Bill Wohler  <wohler@newt.com>
16038         * image.el (image-load-path-for-library): Merge at least three
16039         functions from Gnus and MH-E into this one function that can now
16040         be shared.
16042 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
16044         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
16045         gdb-remove-mouse-face and remove help-echo too.
16046         (gdb-enqueue-input): Correct conditional clause.
16048 2006-03-10  Glenn Morris  <rgm@gnu.org>
16050         * calendar/calendar.el (calendar-holidays): Doc fix.
16051         * calendar/holidays.el (list-holidays): Doc fix.
16053 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
16055         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
16056         it gets called in gdb-prompt anyway.
16057         (gdb-use-separate-io-buffer): Only restore window arrangement for
16058         gdb-many-windows.
16059         (gdb-enqueue-input): Make it harder to send GDB input when program
16060         is running.
16061         (gdb-buffer-list): New variable.
16062         (gdb-remove-mouse-face): New function.
16063         (gdb-starting): Use it when GDB input won't get sent.
16065 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
16067         * help.el (view-lossage): Remove trailing whitespace before
16068         inserting "\n".
16070 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
16072         * files.el (hack-local-variables-confirm):
16073         Set coding-system-for-read to nil before writing to .emacs.
16075         * arc-mode.el (archive-extract): Check if an existing buffer name
16076         comes from a different archive.
16078         * help.el (describe-key-briefly): If KEY is a down event, read and
16079         discard the up event.
16081 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
16083         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
16084         be edited and use font-lock-warning-face for any changes.
16086         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
16087         (gdb-edit-value): Use it to report any errors.
16089 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
16091         * help.el (describe-key): Remove leftover test code.
16093 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
16095         * textmodes/org.el: Move defvars out of eval-when-compile.
16096         Use buffer-file-name variable.
16097         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
16098         arg `file'.
16099         (org-level-faces): Remove startup dependency.
16100         (org-cycle, org-map-tree, org-scan-tags)
16101         (org-remember-handler): Don't call `outline-level' directly.
16102         (org-mhe-search-all-folders): New option.
16103         (org-mhe-get-message-folder-from-index)
16104         (org-mhe-get-message-folder): Fix indexing search.
16105         (org-format-agenda-item): Handle nil TAGS argument.
16106         (org-cleaned-string-for-export, org-activate-target-links)
16107         (org-make-target-link-regexp): Deal with empty radio target list.
16108         (org-tag): New face.
16109         (org-get-level-face): New function.
16110         (org-set-font-lock-defaults): Simplify setup for headlines.
16111         (org-complete): Pass common substring to `display-completion-list'.
16113 2006-03-06  David Ponce  <david@dponce.com>
16115         * tree-widget.el: Update Commentary header.
16116         (tree-widget-theme-name): Ignore parent themes.
16117         (tree-widget-set-parent-theme): New function.
16118         (tree-widget-set-theme): Use it.
16119         (tree-widget-set-image-properties): Move definition.  Does nothing
16120         if image properties have already been set.
16121         (tree-widget-image-properties): Move definition.  Receive an image
16122         name.  Set the :pointer property.
16123         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
16124         Don't set the :pointer image property.
16125         (tree-widget-convert-widget): New function.  Handle :dynargs
16126         compatibility here.
16127         (tree-widget): Use it to :convert-widget.  Add the :expander-p
16128         predicate to control when the :expander function is entered.
16129         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
16130         (tree-widget-value-create): Handle :expander-p.  widget-apply
16131         :expander.
16132         (tree-widget-expander-p): New function.  Default value of the
16133         :expander-p property.
16135 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
16137         * help.el (describe-key): Properly handle the return value of
16138         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
16139         remaps.  Handle string and vector `follow-link' values.
16141 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16143         * complete.el (PC-expand-many-files): Try be more careful when parsing
16144         the shell's output.
16146 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16148         * outline.el (hide-sublevels): Provide better interactive default.
16150 2006-03-06  Kenichi Handa  <handa@m17n.org>
16152         * international/fontset.el (create-fontset-from-fontset-spec):
16153         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
16155 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
16157         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
16158         backslashes instead of one in regexp.
16159         (gud-tooltip-dereference): Add missing optional argument.
16161 2006-03-04  John Paul Wallington  <jpw@pobox.com>
16163         * wdired.el (toplevel): Require `cl' at compile-time.
16165 2006-03-04  Andreas Schwab  <schwab@suse.de>
16167         * server.el (server-process-filter): Handle errors during
16168         evaluation of the argument.
16170 2006-03-03  John Paul Wallington  <jpw@pobox.com>
16172         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
16173         escape parentheses at beginning of line.
16174         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
16175         (t-mouse-mode): Remove period from end of error message.
16177 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
16179         * textmodes/flyspell.el (flyspell-process-localwords):
16180         Be case-sensitive.
16182 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
16184         * cus-edit.el (custom-quote): Remove function, since it has been
16185         moved to custom.el.
16187         * font-lock.el (lisp-font-lock-keywords-2)
16188         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
16189         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
16190         they have no special meaning.
16192         * midnight.el (clean-buffer-list): Handle case where base-buffer of
16193         indirect buffer gets killed before indirect buffer.  Use dolist.
16195 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
16197         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
16198         value instead of a literal constant (1) on more pauses.
16200 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
16202         * textmodes/flyspell.el (flyspell-external-point-words):
16203         Be case-sensitive.
16205 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
16207         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
16208         with "www".
16210 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
16212         * allout.el: Restablish intermediate missing comment header to
16213         preserve outline structure.
16214         (allout-beginning-of-current-entry): Skip invisible text.
16215         (allout-open-topic): Fix opening a topic at end-of-buffer.
16216         (allout-minor-mode): Move nearer to allout-mode function.
16218 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
16220         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
16222 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
16224         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
16225         is nil.
16227         * progmodes/gud.el (gud-speedbar-menu-items):
16228         Use buffer-local-value and add missing :visible keyword.
16230         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
16232 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
16234         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
16235         must be `follow-link'.
16237         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
16239         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
16240         formatting: No nested anchors.
16241         (org-all-targets): Fix bug with XEmacs compatibility.
16242         (org-read-date): Add (require 'parse-time).
16243         (org-set-tags): Fix bug with extra inserted space.
16244         (org-export-html-style): Define a style class for targets.
16245         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
16246         (org-hide-leading-stars): New option.
16247         (org-hide): New face.
16248         (org-set-font-lock-defaults): Allow to hide leading stars.
16249         (org-get-legal-level, org-tr-level): New functions.
16250         (org-odd-levels-only): New option.
16251         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
16252         (org-demote, org-promote): Deal with double-star levels.
16253         (org-convert-to-odd-levels): New command.
16255 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
16257         * speedbar.el (speedbar-update-localized-contents): Try to
16258         preserve window-start.
16259         (speedbar-update-directory-contents): Try to preserve window-start
16260         and window-point.
16261         (speedbar-update-special-contents): Don't move back to start of window.
16263         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
16264         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
16265         speedbar-timer-fn.
16266         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
16267         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
16268         instead of gdb-speedbar-timer-fn.
16270 2006-02-28  Jay Belanger  <belanger@truman.edu>
16272         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
16273         (math-compose-expr): Use latex option when calling
16274         `math-compose-tex-matrix' for latex mode.
16276 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
16278         * speedbar.el: Re-instate comments about developing for speedbar
16279         [this is what info and gdb-ui use even if better methods exist now].
16281         * t-mouse.el: New file.
16282         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
16283         (t-mouse-lispy-buffer-posn-from-coords): Remove.
16284         (t-mouse-make-event-element): Use posn-at-x-y instead.
16285         (t-mouse-make-event): Deal with Fedora Core 3.
16286         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
16287         (t-mouse-mouse-position-function): New function.  Use it instead
16288         of advising mouse-position.
16289         (t-mouse-mode): New minor mode.
16290         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
16292 2006-02-27  Glenn Morris  <rgm@gnu.org>
16294         * calendar/calendar.el (calendar-holidays): Doc fix.
16296 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
16298         * progmodes/gdb-ui.el (gdb-source-window): New variable.
16299         Re-introduce the concept of a source window.
16300         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
16301         consistency with get-buffer-create.
16302         (def-gdb-auto-update-handler, gdb-info-locals-handler)
16303         (gdb-data-list-register-values-handler)
16304         (gdb-stack-list-locals-handler): Try to preserve window-start as
16305         well as window-point.
16306         (gdb-display-source-buffer): New function (old concept).
16307         (gdb-goto-breakpoint): Use it.
16309         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
16310         for gdb-ui/gdb-mi (old concept).
16312 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
16314         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
16315         binding.
16317         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
16319         * textmodes/reftex-sel.el (reftex-select-label-map)
16320         (reftex-select-bib-map): Add `follow-mouse' binding.
16322 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
16324         * jka-cmpr-hook.el (jka-compr-compression-info-list)
16325         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
16326         Give :set functions to provide automatic updating.
16327         Update docstring.  Give compiler defvars early in the file
16328         and move the defcustoms to a later spot where all called functions
16329         are defined.
16330         (jka-compr-file-name-handler-entry): Doc fix.
16331         (jka-compr-compression-info-list--internal)
16332         (jka-compr-mode-alist-additions--internal)
16333         (jka-compr-load-suffixes--internal): New variables.
16334         (jka-compr-install): Set the three above variables.
16335         Update `load-file-rep-suffixes' instead of `load-suffixes'.
16336         (jka-compr-update, jka-compr-set): New functions.
16337         (auto-compression-mode): Doc fix.
16339         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
16340         Update `load-file-rep-suffixes' instead of `load-suffixes'.
16341         Use jka-compr-compression-info-list--internal,
16342         jka-compr-mode-alist-additions--internal and
16343         jka-compr-load-suffixes--internal.
16345         * files.el (load-library):
16346         * loadhist.el (file-loadhist-lookup):
16347         * startup.el (command-line):
16348         * subr.el (locate-library):
16349         * emacs-lisp/autoload.el (update-directory-autoloads):
16350         * emacs-lisp/find-func.el (find-library-suffixes):
16351         Use `get-load-suffixes' instead of `load-suffixes'.
16353         * subr.el (locate-library):
16354         * emacs-lisp/find-func.el (find-library-name):
16355         Use `load-file-rep-suffixes' instead of '("").
16357 2006-02-26  Kim F. Storm  <storm@cua.dk>
16359         * ido.el (ido-save-history, ido-load-history): Simplify.
16360         Don't use find-file-noselect to avoid interference from other modes.
16362 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
16364         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
16365         to use the default shell if filename is not available.
16366         Reported by Giorgos Keramidas.
16368 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
16370         * progmodes/etags.el (tags-completion-table): Do completion from
16371         all the tables in the current list, as documented in the manual.
16373 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16375         * CC Mode Update to 5.31.3.
16377 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16379         * progmodes/cc-mode.el (c-postprocess-file-styles):
16380         Bind inhibit-read-only to t, around the call to
16381         c-remove-any-local-eval-or-mode-variables, so that it works on a
16382         RO file.
16384 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16386         * progmodes/cc-awk.el: Correct a typo.
16388 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16390         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
16391         c-hungry-delete-backwards, at the request of RMS.  Leave the old
16392         name as an alias.
16394 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16396         * progmodes/cc-mode.el: Correct a typo.
16398 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16400         * progmodes/cc-defs.el: Update the version number to 5.31.3.
16402 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16404         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
16405         brace-else-brace (error due to mbeg, mend being undefined).
16407 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16409         * progmodes/cc-mode.el: File Local variables: Solve the problem
16410         where both `mode' and c-file-offsets are specified: `mode' will
16411         overwrite c-f-o's settings:
16412         (c-remove-any-local-eval-or-mode-variables): New function.
16413         (c-postprocess-file-styles): Call the above new function, within
16414         c-tentative-buffer-change, to splat `mode' and `eval' before the
16415         second hack-local-variables.
16417 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16419         * progmodes/cc-mode.el:
16420         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
16421         (c-after-change): Protect the match data with save-match-data.
16422         It was getting corrupted by c-after-change-check-<>-operators.
16424         * progmodes/cc-defs.el: [Supersedes patch V1.38]:
16425         (top level): Check for a buggy font-lock-compile-keywords ONLY in
16426         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
16428         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
16429         with save-match-data.  It was being corrupted when Font Lock was
16430         not enabled.
16432 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
16434         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
16435         Mode and Subword Mode.
16437         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
16438         real labels ("case 1:" or "foo:") from non-labels ("public:").
16439         (c-forward-objc-directive): Replace c-forward-token-2 with crude
16440         coding; c-f-t-2 doesn't move over a token at EOB.
16442         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
16444         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
16445         (c-update-modeline): Concatenate the minor mode indicators
16446         directly onto mode-name, removing c-submode-indicators.
16447         Sometimes, c-s-i got separated from the mode name on the mode line.
16449         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
16450         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
16452 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16454         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
16455         error message when there's an evaluation error to show whether
16456         it's loaded from source or not.
16457         (c-filter-ops): Make it available at runtime too to work when
16458         `c-make-init-lang-vars-fun' needs to evaluate from source.
16460 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
16462         * help.el (help): Revert last part of 2006-02-23 change (deletion
16463         of the `provide' call).
16465 2006-02-23  Juri Linkov  <juri@jurta.org>
16467         * compare-w.el (compare-windows-highlight): Add new value
16468         `persistent' and change :type from `boolean' to `choice'.
16469         (compare-windows-overlays1, compare-windows-overlays2):
16470         New internal variables.
16471         (compare-windows-highlight): If compare-windows-highlight is
16472         `persistent', add current overlays to compare-windows-overlays[12]
16473         instead of adding compare-windows-dehighlight to pre-command-hook.
16474         (compare-windows-dehighlight): Delete all overlays from
16475         compare-windows-overlays[12].
16477         * info.el (Info-search): Don't bind search-spaces-regexp to
16478         Info-search-whitespace-regexp in non-regexp isearch mode.
16480 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16482         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
16484 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
16486         * textmodes/org.el (org-xemacs-p)
16487         (org-export-html-show-new-buffer, org-table-may-need-update)
16488         (org-insert-item, org-mhe-get-message-real-folder)
16489         (org-mhe-get-message-folder-from-index)
16490         (org-mhe-get-message-folder, org-mhe-get-message-num)
16491         (org-mhe-get-header, org-make-org-heading-search-string)
16492         (org-make-org-heading-camel, org-table-sort-lines)
16493         (org-format-org-table-html, org-format-table-table-html):
16494         Fix typos in docstrings.
16496 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
16498         * textmodes/org.el (org-cleaned-string-for-export)
16499         (org-solidify-link-text): New function.
16500         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
16501         XEmacs, just to silence the compiler.
16502         (org-export-as-ascii, org-export-as-html-and-open):
16503         Use `org-cleaned-string-for-export' and create internal links.
16504         (org-follow-mhe-link): Require mh-e, use folder.
16506 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
16508         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
16510         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
16511         gdb-debug-log-length.
16512         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
16513         it a real ring but...
16514         (gud-gdba-marker-filter): ...make it work like mark-ring.
16515         (gdb-enable-debug): Rename from gdb-enable-debug-log.
16516         (gdb-mouse-jump): New function.  Add bindings.
16518 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
16520         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
16521         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
16522         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
16523         (gdb-debug-log-length): Customize it's length.
16524         (gud-watch, gdb-var-create-handler): Display function::var format
16525         but don't use to create variable object.
16526         (gdb-var-create-handler): Use message-box in place of message.
16527         (gdb-stopped): Call gdb-exited if signalled.
16529 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
16531         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
16533         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
16535         * textmodes/reftex.el (reftex-locate-file): Search all extensions
16536         if `reftex-try-all-extensions' is set.
16538         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
16539         fail silently when there is no valid argument at point.
16540         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
16541         `fail-silently' argument.  From a patch by David Reiter.
16543         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
16544         New commands.
16545         (org-mark-ring): New variable.
16546         (org-mark-ring-length): New option.
16547         (org-open-at-point, org-goto, org-open-file): Push old position
16548         onto the mark ring.
16549         (org-add-hook): New function.
16550         (org-export-table-remove-special-lines): New option.
16551         (org-skip-comments, org-format-org-table-html): Respect new
16552         option `org-export-table-remove-special-lines'.
16553         (org-open-file): Allow special command configuration for
16554         directory link.
16555         (org-file-apps): Fix bugs in customize type, added setting
16556         for directories.
16557         (org-activate-tags, org-format-agenda-item, org-complete)
16558         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
16559         (org-get-tags, org-get-buffer-tags, org-open-at-point)
16560         (org-link-search, org-make-org-heading-search-string)
16561         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
16562         (org-radio-targets, org-file-link-context-use-camel-case)
16563         (org-activate-camels): New options.
16564         (org-update-radio-target-regexp, org-all-targets)
16565         (org-make-target-link-regexp, org-activate-target-links):
16566         New functions.
16567         (org-make-org-heading-search-string): New function.
16568         (org-store-link, org-insert-link): Use new option
16569         `org-file-link-context-use-camel-case'.
16570         (org-activate-camels): Use new option `org-activate-camels'.
16571         (org-link-regexp): Add mhe prefix.
16572         (org-open-at-point, org-store-link): Support for mhe links.
16573         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
16574         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
16575         (org-mhe-get-header, org-follow-mhe-link): New functions.
16576         (org-remove-angle-brackets, org-add-angle-brackets):
16577         New functions.
16578         (org-bracket-link-regexp): New constant.
16579         (org-read-date): Fix bug that was rejecting all typed dates.
16580         (org-link-search): Make hierarchy above visible after a match.
16581         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
16582         (org-store-link): Fix bug with link creation when cursor is in
16583         an empty line.
16584         (org-open-at-point): Fix bug with matching a link.
16585         Fixed buggy argument sequence in call to `org-view-tags'.
16586         (org-compile-prefix-format): Set `org-prefix-has-tag'.
16587         (org-prefix-has-tag): New variable.
16588         (org-format-agenda-item): Remove tags from headline
16589         if appropriate.
16590         (org-agenda-remove-tags-when-in-prefix): New option.
16592 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
16594         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
16595         Fix the regular expressions.
16597 2006-02-21  Richard M. Stallman  <rms@gnu.org>
16599         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16600         if there's no other specific basis.
16602         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16603         as variables at all.
16604         (unsafep-variable): Rename arg; doc fix.
16606         * abbrevlist.el (list-one-abbrev-table): Add autoload.
16608         * calendar/appt.el (diary-selective-display): Add defvar.
16610         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16612         * isearch.el (search-whitespace-regexp): Fix custom type.
16614         * help.el (describe-key-briefly): Compute interactive args
16615         in same was as before previous change.
16617         * files.el (enable-local-variables): Doc fix.
16619 2006-02-21  Kim F. Storm  <storm@cua.dk>
16621         * fringe.el: Cleanup as file is now pre-loaded.
16622         (fringe-bitmaps): Initialize unconditionally.
16623         (fringe-mode, set-fringe-style): Remove autoload cookies.
16625 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
16627         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16628         `horizontal-bar'.
16629         (fringe-cursor-alist): Use `horizontal-bar'.
16631 2006-02-20  Kim F. Storm  <storm@cua.dk>
16633         * fringe.el (fringe-bitmaps): Update to new bitmap names.
16634         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16636         * loadup.el: Load "fringe" on window systems.
16638 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
16640         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16641         out of scope components.
16643         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16644         default.
16646 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
16648         * custom.el (customize-mark-to-save, customize-mark-as-set):
16649         Load the symbol first.
16651 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
16653         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16654         strech spec so it doesn't display as "^J" on the header line
16655         when `Buffer-menu-use-header-line' is t.
16657 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
16659         * speedbar.el (speedbar-make-button): Keep text properties
16660         of string arguments if desired.
16662         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16663         expessions.
16665         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16666         of speedbar.
16668 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
16670         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16671         to value of `read-file-name-completion-ignore-case'.
16673 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
16675         * custom.el (customize-mark-as-set): Push to `user' theme.
16677         * cus-edit.el (custom-save-variables): Allow unthemed values.
16678         (customize-set-variable): Push setting to `user' theme.
16680 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
16682         * progmodes/gud.el: Don't require font-lock as it's now
16683         automatically loaded.
16684         (gud-speedbar-buttons): Replace gdb-var-changed with
16685         gdb-force-update.
16687         * progmodes/gdb-ui.el (gdb-force-update): Rename from
16688         gdb-var-changed.
16689         (gdb-post-prompt): Use it.
16690         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16691         (gdb-var-update-handler, gdb-var-delete)
16692         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16693         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16694         gdb-force-update in gdb-post-prompt.
16695         (gdb-reset): Clear watch expressions from speedbar when quitting.
16697 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16699         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16700         (viper-change-state-to-vi, viper-change-state-to-emacs):
16701         Make aware of cursor coloring in the Emacs state.
16702         (viper-special-read-and-insert-char): Use read-char-exclusive.
16703         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16705         * emulation/viper-init.el (viper-emacs-state-cursor-color):
16706         New variable.
16708         * emulation/viper-util.el (viper-save-cursor-color)
16709         (viper-get-saved-cursor-color-in-replace-mode)
16710         (viper-get-saved-cursor-color-in-insert-mode)
16711         (viper-restore-cursor-color): Make aware of the cursor color
16712         in Emacs state.
16713         (viper-get-saved-cursor-color-in-emacs-mode): New function.
16715         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16716         (ediff-ignore-case-option3, ediff-actual-diff-options)
16717         (ediff-actual-diff3-options): New variables to control case sensitivity.
16718         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16719         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16720         (ediff-toggle-ignore-case): New function.
16721         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16723         * ediff-help.el (ediff-long-help-message-narrow2)
16724         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16725         (ediff-long-help-message-word-mode): Add ignore-case command.
16726         (ediff-help-for-quick-help): Add ignore-case command.
16728         * ediff-merg.el: Move provide to the end.
16730         * ediff-ptch.el: Move provide to the end.
16732         * ediff-wind.el: Move provide to the end.
16734         * ediff-mult.el: Move provide to the end.
16735         (ediff-set-meta-overlay): Enable follow-link.
16737         * ediff.el: Move provide to the end.
16738         Break recursive load cycle in eval-when-compile.
16739         (ediff-patch-buffer): Better heuristics.
16741         * ediff-util.el: Move provide to the end.
16742         Break recursive load cycle in eval-when-compile.
16743         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
16744         defuns.
16745         (ediff-submit-report): Pass the values of ediff-diff3-program,
16746         ediff-diff3-options.
16748 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
16750         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16751         the opening bracket of the following bracketing pairs: {}, [], (), <>,
16752         `' (for example, in the docstring of `windmove-default-keybindings').
16754 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
16756         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16757         shadow face.  Don't provide binding to edit variable when it is
16758         out of scope.
16760         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16761         (gdb-var-update-handler): Detect out of scope variables with pre
16762         GDB 6.4 too.
16763         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16764         Reset status of variable objects to nil in update handlers.
16765         (gdb-var-update-handler-1): Detect when a variable object comes
16766         in scope.  setcar on var changes gdb-var-list directly.
16768 2006-02-17  Juri Linkov  <juri@jurta.org>
16770         * ffap.el (ffap) <defface>: Add explicit face declaration.
16771         (ffap-highlight): Use face `ffap' directly instead of checking
16772         for its existence.
16774         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16775         `visible-ok' of `other-buffer' to find the right original buffer.
16777         * info.el (Info-search): Skip `Local Variables' node.
16779 2006-02-17  Juri Linkov  <juri@jurta.org>
16781         * info.el (Info-find-file): Check for symbols `apropos', `history',
16782         `toc' in the input filename, and return these symbols as is.
16783         (Info-find-node-2): Set Info-current-file to symbols `apropos',
16784         `history', `toc' instead of strings.
16785         (Info-set-mode-line): For non-string Info-current-file use the
16786         symbol's name inside **.
16787         (Info-isearch-push-state): Add quote before Info-current-file and
16788         Info-current-node.
16789         (Info-isearch-pop-state): Use `equal' instead of `string='.
16790         (Info-extract-pointer, Info-following-node-name): Use
16791         `match-string-no-properties' instead of `match-string'.
16792         (Info-up): Check `old-file' for `stringp'.
16793         (Info-history): Use `equal' instead of `string-equal'.
16794         Check `file' for `stringp'.
16795         (Info-history): Use symbol `history' instead of string as first arg
16796         of `Info-find-node'.
16797         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
16798         `toc' instead of string.
16799         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16800         instead of `buffer-substring', and `match-string-no-properties'
16801         instead of `match-string'.
16802         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16803         instead of strings.
16804         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16805         Use symbol `apropos' instead of string.
16806         (Info-copy-current-node-name): Check `Info-current-file' for
16807         `stringp' and construct a command with `Info-find-node' from it.
16808         (Info-fontify-node): Use `match-string-no-properties' instead of
16809         `match-string' and check file names for `stringp'.
16810         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16811         `history', `toc' instead of strings.
16813 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
16815         * files.el: Rearrange functions and variables in the file local
16816         variables section.
16818 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
16820         * files.el: Add truncate-lines, ispell-check-comments and
16821         ispell-local-dictionary as safe local variables.
16823 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
16825         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16826         out of scope variables.
16827         (gud-speedbar-buttons): Use unless.
16829         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16830         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16831         (gdb-show-changed-values): Also use for out of scope variables.
16832         (gdb-var-update-handler-1): Note if variable goes out of scope.
16834 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
16836         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16837         default to global variable values for unsupplied args.
16838         (rcirc-get-buffer-create): Fix bug with setting the target.
16839         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16840         test for rcirc-always-use-server-buffer-flag here.
16841         (rcirc-response-formats): Add %N, which is a facified nick.  %n
16842         uses the default face.  Change the ACTION format string.  If the
16843         "nick" is the server, don't print anything for that field.
16844         Comment fixes.
16845         (rcirc-target-buffer): Don't test
16846         rcirc-always-use-server-buffer-flag here.
16847         (rcirc-print): Squeeze extra spaces out of the text before message.
16848         (rcirc-put-nick-channel): Strip potential "@" char from nick
16849         before adding them to nick table.
16850         (rcirc-url-regexp): Improve to match address like "foo.com".
16852 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
16854         * allout.el (allout-hidden-p): Move this defsubst before
16855         allout-overlay-interior-modification-handler, where it is first
16856         used.
16858 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
16860         * allout.el: Use allout invisible-text overlays instead of
16861         selective display for concealed text.  Also, lots of general
16862         cleanup, and improved compatibility code.
16864         (allout-version): Incremented, corrected, revised, and refined
16865         module commentary.
16867         (provide 'allout): Moved to the bottom, added a require of overlay.
16869         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16870         `except-current'.
16871         (allout-write-file-hook-handler): Minimize delay.
16872         (count-trailing-whitespace-region): New function so
16873         auto-encryption of current topic can resituate cursor exactly.
16874         PGP/GPG encryption trims trailing whitespace from lines, which
16875         must be accounted for across encryption then decryption.
16877         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16878         just plain "\C-c", to avoid intruding on user's keybinding space.
16880         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16881         parameter, so user request to provide a new password is done.
16883         (allout-outside-normal-auto-fill-function, allout-auto-fill):
16884         Refined mechanism for auto-filling behavior while in allout mode.
16886         (allout-mode): Explicitly specify the mode map in the docstring.
16887         Clarify provision for various write-file hook var names.
16888         Adjusted for invisible-text overlays instead of selective-display.
16890         (allout-depth): Really return 0 if not within any topic.  This
16891         rectifies `allout-beginning-of-level' and sequence numbering
16892         errors that occur when cutting and pasting numbered topics.
16893         Changed from a in-line subst to a regular function, as well.
16895         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16897         (allout-end-of-subtree, allout-end-of-subtree)
16898         (allout-end-of-entry, allout-end-of-current-heading)
16899         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16900         (allout-show-children, allout-show-to-offshoot)
16901         (allout-hide-current-entry, allout-show-current-entry): Rectified
16902         handling of trailing blank lines between items.
16904         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16905         (allout-current-depth, allout-unprotected, allout-hidden-p)
16906         (allout-on-current-heading-p, allout-listify-exposed)
16907         (allout-chart-subtree, allout-goto-prefix)
16908         (allout-back-to-current-heading, allout-get-body-text)
16909         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16910         (allout-hide-region-body, allout-toggle-subtree-encryption)
16911         (allout-encrypt-string, allout-encrypted-key-info)
16912         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16913         (allout-file-vars-section-data): Adjusted for use with
16914         invisible-text overlays instead of selective-display.
16916         (allout-kill-line, allout-kill-topic, allout-yank-processing):
16917         Reworked for use with invisible text overlays.
16919         (allout-current-topic-collapsed-p): New function.
16921         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16922         to know when to close the containing topic.
16924         (allout-pre-command-business, allout-post-command-business):
16925         Simplify undo-batching and dynamic isearch exposure.
16927         (allout-set-overlay-category): New for invisible-text overlays.
16928         Sets properties of allout-overlay-category, used by
16929         allout-flag-region to set invisible-text overlay properties.
16930         (allout-get-invisibility-overlay): Get the first qualifying
16931         invisibility overlay, so we can find the extent of it.
16932         (allout-back-to-visible-text): Get to just before the beginnining
16933         of the current invisibility overlay, if any.
16935         (allout-overlay-insert-in-front-handler)
16936         (allout-overlay-interior-modification-handler)
16937         (allout-before-change-handler, allout-isearch-end-handler): New
16938         functions to handle extraordinary actions affecting concealed
16939         text.
16941         (allout-flag-region): Use overlays instead of selective-display
16942         for invisible text - by inheritence from the properties of
16943         allout-overlay-category in mainline Emacs, and applied
16944         property-by-property in XEmacs, some recent versions of which
16945         don't inherit the properties from the category.  Provisions to
16946         respond to concealed-text edits simplified drastically.
16948         (allout-isearch-rectification, allout-isearch-was-font-lock)
16949         (allout-isearch-expose, allout-enwrap-isearch)
16950         (allout-isearch-abort, allout-pre-was-isearching)
16951         (allout-isearch-prior-pos, allout-isearch-did-quit)
16952         (allout-isearch-dynamic-expose)
16953         (allout-hide-current-entry-completely): Functions deleted.
16955         (allout-undo-aggregation): Explicit undo aggregation no longer
16956         necessary due to transition away from selective-display.
16958         (set-allout-regexp, allout-up-current-level)
16959         (allout-next-visible-heading, allout-forward-current-level)
16960         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16961         (allout-kill-line, allout-yank-processing, allout-show-children)
16962         (allout-expose-topic, allout-old-expose-topic)
16963         (allout-listify-exposed, allout-insert-latex-header)
16964         (allout-toggle-subtree-encryption, allout-encrypt-string)
16965         (remove-from-invisibility-spec, allout-hide-current-subtree):
16966         Ditched unused variables.
16968 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
16970         * textmodes/ispell.el (ispell-change-dictionary): Call
16971         ispell-buffer-local-dict instead of
16972         ispell-accept-buffer-local-defs.
16973         (ispell-local-dictionary-alist): Accept as valid any coding-system
16974         supported by Emacs.
16975         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16976         changed to iso-8859-3.
16978 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
16980         * speedbar.el (speedbar-frame-width): Make an inline function
16981         instead of a macro.  Use frame-width.
16982         (speedbar-try-completion, speedbar-update-contents)
16983         (speedbar-timer-fn): Use consp.
16984         (speedbar-update-localized-contents): Try to preserve point.
16986         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16987         (menu): Re-order menu items.
16988         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16989         field.
16990         (gdb-var-update-handler-1): Use it for GDB 6.4+.
16991         (gdb-post-prompt): Speed things by not forcing update.
16993 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
16995         * wid-edit.el (widget-button-click): For mouse-1, cancel button
16996         press and perform default action if we get a mouse movement event.
16998 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17000         * calendar/icalendar.el (icalendar--get-event-property)
17001         (icalendar--get-event-property-attributes): Fix typos in
17002         docstrings.
17004         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
17005         docstring.
17007 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
17009         * bs.el (bs-mode): Use `buffer-disable-undo'.
17010         (bs--get-file-name): Simplify.
17011         (bs-show-in-buffer): Mark the buffer as not modified.
17013 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17015         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
17016         widget-button-click.
17018         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
17019         (custom-mode): Update docstring.
17021         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
17022         binding.
17024         * files.el (hack-local-variables-confirm): Allow scrolling if the
17025         file variable list is too long.  Kill temp buffer after use.
17027 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
17029         * progmodes/gud.el (gdb): Improve doc string.
17030         (gdb-script-font-lock-keywords): Expand allowed character set.
17032         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
17033         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
17034         (gdb-separate-io-interrupt, gdb-separate-io-quit)
17035         (gdb-separate-io-stop, gdb-separate-io-eof):
17036         Rename from gdb-inferior-* to gdb-separate-*.
17037         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
17039 2006-02-14  Jay Belanger  <belanger@truman.edu>
17041         * calc/calc-arith.el (math-check-known-scalarp): Make sure
17042         expression is a symbol before checking that it is bound.
17044         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
17045         test to see if equation can be solved.
17047 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17049         * wid-edit.el (widget-button-click): Use :pressed-face property
17050         for overlay face, if it exists.
17052         * cus-edit.el (custom-manual, custom-add-see-also)
17053         (custom-add-parent-links, custom-group-link): Add :pressed-face
17054         property to links.
17056         * files.el (hack-local-variables): Remove ignored variables before
17057         checking if any variables need setting.
17059 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17061         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
17063 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
17065         * help.el (where-is): Fix message for remapped commands.
17067         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
17068         Fix typos in docstrings.
17070 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
17072         * files.el (safe-local-variable-values): New option.
17073         (hack-local-variables-prop-line): Return a list of variable-value
17074         pairs if MODE-ONLY is non-nil.
17075         (hack-local-variables): Construct list of variable-value pairs,
17076         and apply or reject them in one go.  Ask for confirmation if
17077         variables are not known safe.
17078         (hack-local-variables-confirm): Complete rewrite.  Support
17079         `safe-local-variable-values'.
17080         (enable-local-variables): Update docstring to reflect new
17081         behavior.
17082         (ignored-local-variables): Ignore ignored-local-variables and
17083         safe-local-variable-values.
17084         (safe-local-variable-p): New function.
17085         (risky-local-variable-p): `safe-local-variable' property check
17086         moved to safe-local-variable-p.
17087         (hack-one-local-variable): Checks moved to hack-local-variables.
17089         (byte-compile-dynamic, c-basic-offset, c-file-style)
17090         (c-indent-level, comment-column, fill-column, fill-prefix)
17091         (indent-tabs-mode, kept-new-versions, no-byte-compile)
17092         (no-update-autoloads, outline-regexp, page-delimiter)
17093         (paragraph-start, paragraph-separate, sentence-end)
17094         (sentence-end-double-space tab-width, version-control):
17095         Add `safe-local-variable' property.
17097         * find-lisp.el: Delete nonexistent `autocompile' file variable.
17099         * icomplete.el, play/landmark.el: Change nonexistent
17100         `outline-layout' file variable to `allout-layout'.
17102 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
17104         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
17105         (gdb-get-changed-registers): Test value of gud-minor-mode relative
17106         to gud-comint-buffer.
17107         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
17108         gdb-ui.el for gdb-mi.el.
17109         (gdb-post-prompt, gdb-get-changed-registers): Move test for
17110         registers buffer to gdb-get-changed-registers.
17111         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
17112         deletion of catchpoints (throw and catch).
17113         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17114         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
17115         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
17116         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
17117         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
17119 2006-02-13  Jay Belanger  <belanger@truman.edu>
17121         * calc/calc-arith.el (math-check-known-matrixp): Make sure
17122         expression is a symbol before checking that it is bound.
17124 2006-02-13  Richard M. Stallman  <rms@gnu.org>
17126         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
17127         for the minibuffer too, but not if resize-mini-windows will interfere.
17129         * help.el (describe-key-briefly, describe-key): Do all arg-reading
17130         inside `interactive' spec.
17131         (describe-key-briefly-internal, describe-key-internal):
17132         Functions merged back into their callers.
17134 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
17136         * info.el (info-xref-visited): Inherit from info-xref too.
17137         (Info-set-mode-line): Replace occurrences of `%' by `%%'
17138         when propertizing Info-current-file and Info-current-node.
17140 2006-02-13  Juri Linkov  <juri@jurta.org>
17142         * tumme.el (tumme-thumbnail-storage): Fix docstring.
17143         (tumme-thumb-name): Fix per-directory format.
17145 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
17147         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
17149 2006-02-12  Miles Bader  <miles@gnu.org>
17151         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
17153 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
17155         * tumme.el: Remove history section.  If someone needs the it, it
17156         can always be found in CVS.
17158 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
17160         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
17161         about the Thumbnail Managing Standard option.
17163 2006-02-12  Richard M. Stallman  <rms@gnu.org>
17165         * subr.el (substitute-key-definition): Doc fix.
17167         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
17169         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
17171         * info.el (Info-mode): Doc fix.
17173         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
17175 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
17177         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
17178         because on Solaris a POSIX compatible "id" is needed.  Reported by
17179         Magnus Henoch <mange@freemail.hu>.
17181 2006-02-12  Juri Linkov  <juri@jurta.org>
17183         * tumme.el: Remove todo item about Thumbnail Managing Standard.
17184         (tumme) <defgroup>: Change :group to `multimedia'.
17185         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
17186         Managing Standard.
17187         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
17188         Fix dostring.
17189         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
17190         and %y.  Fix docstring.
17191         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
17192         (tumme-cmd-create-standard-thumbnail-command): New user options.
17193         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
17194         is `standard'.  Fix docstring.
17195         (tumme-thumb-width, tumme-thumb-height): New user options.
17196         (tumme-external-viewer): Try to find various viewers.
17197         (tumme-get-thumbnail-image): Use `create-image' instead of
17198         constructing the `image' structure.
17199         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
17200         `standard'.
17201         (tumme-thumb-name): Add file name generation for standard storage.
17202         Simplify code for other storages.
17203         (tumme-thumb-name): Use width %w and height %h instead of size %s.
17204         Add modification time %m and thumbnail-nq8 %q.
17205         Use `tumme-cmd-create-standard-thumbnail-command' if
17206         tumme-thumbnail-storage is `standard'.
17207         (tumme-dired-insert-marked-thumbs): New autoload command.
17208         (tumme-dired-after-readin-hook): New function.
17209         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
17210         `tumme-thumb-size'.
17211         (tumme-display-image): Replace size-x %x and size-y %y with
17212         width %w and height %h.
17214         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
17215         `tumme-dired-insert-marked-thumbs'.
17217 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
17219         * tumme.el (tumme-write-tag): Fix small bug (file name did not
17220         include path).
17221         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
17222         matching tag.
17224 2006-02-12  Miles Bader  <miles@gnu.org>
17226         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
17227         New variables.
17228         (rcirc-abbrev-nick): New function.
17229         (rcirc-format-response-string): Rewrite to use the formats in
17230         `rcirc-response-formats' and expand escape sequences therein.
17231         A text-property `rcirc-text' is added over the actual response
17232         text to make easy to find inside the returned string.
17233         (rcirc-print): When filling, just look for the `rcirc-text'
17234         text-property to find the appropriate fill prefix, instead of
17235         using hardwired patterns.
17237 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
17239         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
17240         Managing Standard.
17242 2006-02-11  Kim F. Storm  <storm@cua.dk>
17244         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
17245         Don't use insert-buffer; do insert-buffer-substring directly.
17246         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
17248 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
17250         * files.el (revert-buffer, recover-file): Replace buffer-read-only
17251         with inhibit-read-only.  Suggested by Stefan Monnier.
17252         (revert-buffer): Let insert-file-contents discard
17253         buffer-undo-list.  Simplify code.
17254         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
17256 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
17258         * menu-bar.el (menu-bar-select-yank): Add a doc string.
17260         * help.el (describe-key-briefly): Now a wrapper for
17261         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
17262         to t.  Populate yank-menu if empty.
17263         (describe-key-briefly-internal): Renamed from describe-key-briefly.
17264         (describe-key): Now a wrapper for describe-key-internal.  Bind
17265         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
17266         (describe-key-internal): Renamed from describe-key.
17268 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
17270         * progmodes/glasses.el (glasses-separator): Doc fix.
17271         (glasses-original-separator): New defcustom.
17272         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
17274 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
17276         * mwheel.el (mouse-wheel-up-event): Doc fix.
17278 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
17280         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
17281         (tumme-dir): New function.  Copied from thumbs.el.
17283 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
17285         * desktop.el (desktop-outvar): Fix typo.
17286         (desktop-save-buffer-p): Doc fix.
17288         * subr.el (substitute-key-definition): Fix typo.
17290 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17292         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
17293         when window-system is mac.
17295         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
17297 2006-02-10  Kim F. Storm  <storm@cua.dk>
17299         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
17300         indirect-function instead of using condition-case.
17302 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
17304         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
17305         less `colloquial'...
17307 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
17309         * tumme.el: Add a couple of todo items.
17311 2006-02-09  Lars Hansen  <larsh@soem.dk>
17313         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
17314         (highlight-changes-mode): Don't change desktop-locals-to-save.
17316 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
17318         * image-mode.el (image-toggle-display): Clear image cache if using
17319         filename.
17321 2006-02-09  Masatake YAMATO  <jet@gyve.org>
17323         * dired-x.el (dired-guess-shell-alist-default): Add .man as
17324         a `dired-man' target.
17326         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
17327         boundary of symbols.
17329 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
17331         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
17333 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
17335         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
17336         `mapcar'; return nil.
17338 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
17340         * mouse.el (mouse-drag-track): Don't change window if we rebind to
17341         some other event.
17343 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
17345         * net/rcirc.el (rcirc-startup-channels-alist):
17346         Add irc.freenode.net and #emacs as defaults.
17347         (rcirc-ignore-all-activity-flag): Remove variable.
17348         (rcirc-authinfo): New variable.
17349         (rcirc-authinfo-filename): Remove variable.
17350         (rcirc-always-use-server-buffer-flag): New flag.
17351         (rcirc): M-x rcirc will automatically connect without prompting.
17352         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
17353         connection in lisp.
17354         (rcirc-process-server-response-1): Remove everything but the nick
17355         portion of the sender so it doesn't need to be done everywhere
17356         else.  Update related code.
17357         (global-map): Remove global keybindings.
17358         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
17359         (rcirc-send-input): Split into several functions.
17360         (rcirc-process-input-line, rcirc-process-message)
17361         (rcirc-process-command): New functions.
17362         (rcirc-target-buffer): New function to determine where to route
17363         messages.
17364         (rcirc-user-nick): Save match data.
17365         (rcirc-toggle-ignore-buffer-activity)
17366         (rcirc-update-activity-string): Remove global ignore functionality,
17367         which can be done now by toggling rcirc-track-minor-mode.
17368         (rcirc-track-minor-mode-map): New keymap.
17369         (rcirc-track-minor-mode): New minor-mode.
17370         (ignore): Make the ignore output nicer.  Always print it when
17371         adding or removing nicks.
17372         (rcirc-url-regexp): Improve.
17373         (rcirc-mangle-text): Remove properties before using text in the
17374         modeline.
17375         (rcirc-authenticate): Authentication data comes from
17376         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
17377         (rcirc-server-prefix): Inherit from rcirc-server.
17379 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
17381         * Makefile.in (compile): Append "|| true" to the end of the `find'
17382         command, like compile-always does.
17384 2006-02-08  Sam Steingold  <sds@gnu.org>
17386         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
17387         output from a dead connection.
17389 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
17391         * dired.el (dired-mode-map): Add more bindings for tumme.
17393 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17395         * wdired.el (wdired-mode-map): Use remap.
17396         (wdired-get-filename): Massage.
17397         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
17398         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
17399         `keymap' property rather than `local-map'.
17401 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
17403         * tumme.el (tumme-get-thumbnail-image): New utility function.
17404         Suggested by from Chong Yidong.
17405         (tumme-dired-with-window-configuration): Rename from
17406         `tumme-dired'.  Add code to save window configuration.
17407         (tumme-restore-window-configuration): New command to restore the
17408         window configuration that `tumme-dired-with-window-configuration'
17409         saves before it changes the window configuration.
17410         (tumme-show-all-from-dir): New command to display thumbnails for
17411         all files in a directory entered by the user, like M-x thumbs.
17412         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
17413         have been created.
17414         (tumme-display-thumbnail-original-image): Call `display-buffer'.
17415         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
17416         Remove obsolete test function.
17418 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
17420         * vc.el (small-temporary-file-directory): Remove defvar; there's
17421         a defcustom for it in files.el.
17423         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
17424         Fix typo in message.
17425         (tumme-gallery-generate): Fix typo in `error' message.
17426         (tumme-display-window-height-correction)
17427         (tumme-display-window-width-correction, tumme-line-up-dynamic)
17428         (tumme-line-up-interactive): Dox fixes.
17429         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
17430         (tumme-restore-window-configuration, tumme-format-properties-string)
17431         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
17432         Fix typos in docstrings.
17434 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
17436         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
17438 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
17440         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
17441         User should use hook if desired.
17443         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
17444         buffer if necessary.
17445         (gdb-delete-frame-or-window): New function.
17446         (gdb-breakpoints-mode-map): Bind "q" to it.
17448 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17450         * textmodes/nroff-mode.el: Clean up name space.
17451         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
17452         (nroff-mode): Obey the global setting of nroff-electric-mode.
17453         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
17455         * calendar/calendar.el (calendar-increment-month): Typo in last change.
17457 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
17459         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
17461 2006-02-06  Lars Hansen  <larsh@soem.dk>
17463         * generic-x.el (etc-fstab-generic-mode): Add file system types
17464         cifs and usbdevfs.  Allow special chars in file names.
17466 2006-02-05  Jay Belanger  <belanger@truman.edu>
17468         Update copyright notices of the files in lisp/calc.
17470 2006-02-05  Romain Francoise  <romain@orebokech.com>
17472         Update copyright notices of all files in the lisp/play directory.
17474 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
17476         * ldefs-boot.el: Regenerate.
17478         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
17480 2006-02-05  Kim F. Storm  <storm@cua.dk>
17482         * files.el (magic-mode-regexp-match-limit): New defvar.
17483         (set-auto-mode): Use it to limit magic-mode-alist matching.
17485 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
17487         * info.el (Info-index, Info-mode): Improve the description of the
17488         `i' command.
17490         * ldefs-boot.el: Regenerate.
17492 2006-02-03  Werner Lemberg  <wl@gnu.org>
17494         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
17495         greedy to find the closing bracket in \*[...] and similar
17496         expressions.  This is a first rough fix -- many additional
17497         refinements are necessary to make nroff mode really usable with groff.
17499 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
17501         * international/mule-cmds.el (set-locale-environment):
17502         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
17503         libX11.
17505 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
17507         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
17508         archive are created in archive-tmpdir.
17510 2006-02-02  John Paul Wallington  <jpw@pobox.com>
17512         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
17513         (ibuffer-fontification-alist): Use it.
17514         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
17515         to "* z" and the Ibuffer Mark menu.
17517         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
17519 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17521         * textmodes/table.el (*table--cell-describe-mode)
17522         (*table--cell-describe-bindings): Undo last change since
17523         print-help-return-message is not obsoleted by anything at all.
17525 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
17527         * emulation/cua-base.el (cua-mode): Doc fix.
17529 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
17531         * dframe.el (dframe-handle-make-frame-visible)
17532         (dframe-handle-iconify-frame, dframe-get-focus)
17533         (dframe-select-attached-frame, dframe-power-click)
17534         (dframe-frame-mode): Fix typos in docstrings.
17536         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
17537         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
17538         Fix typos in docstrings.
17540         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
17541         (hi-lock-face-buffer, hi-lock-font-lock-hook)
17542         (hi-lock-archaic-interface-message-used)
17543         (hi-lock-file-patterns-range): Fix typos in docstrings.
17545         * savehist.el (savehist-loaded, savehist-load, savehist-install)
17546         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
17548         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
17549         Fix typo in docstring.
17551         * net/newsticker.el (newsticker--decode-iso8601-date)
17552         (newsticker--set-customvar, newsticker--buffer-insert-item)
17553         (newsticker--do-run-auto-mark-filter)
17554         (newsticker--parse-generic-feed): Doc fixes.
17555         (newsticker--retrieval-timer-list, newsticker-url-list)
17556         (newsticker-hide-immortal-items-in-echo-area)
17557         (newsticker-hide-obsolete-items-in-echo-area)
17558         (newsticker-new-item-face, newsticker--enclosure)
17559         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
17560         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
17561         (newsticker--parse-generic-feed, newsticker--cache-contains)
17562         (newsticker--stat-num-items, newsticker-download-enclosures):
17563         Fix typos in docstrings.
17565         * net/rcirc.el (rcirc-debug): Doc fix.
17566         (rcirc-fill-column, rcirc-receive-message-hooks)
17567         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
17568         (rcirc-mode, rcirc-generate-new-buffer-name)
17569         (rcirc-startup-channels, rcirc-ignore-update-automatic)
17570         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
17571         Fix typos in docstrings.
17572         (rcirc-print): "?\ " -> "?\s".
17573         (rcirc-cmd-join): Improve argument/docstring consistency.
17575 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
17577         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
17578         before narrow-to-region.
17580 2006-02-01  Richard M. Stallman  <rms@gnu.org>
17582         * simple.el (move-beginning-of-line): Scan properly for invis change.
17584         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
17586 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
17588         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
17589         change bit only when id-format is 'integer.  Reported by Matt
17590         Hodges <M.P.Hodges@rl.ac.uk>.
17592 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
17594         * hilit-chg.el (highlight-changes-initial-state)
17595         (highlight-changes-global-initial-state): Doc fixes.
17596         (highlight-changes-global-modes, global-highlight-changes):
17597         Fix typos in docstrings.
17599 2006-02-01  Kim F. Storm  <storm@cua.dk>
17601         * emulation/cua-base.el (cua-mode): Mention that CUA enables
17602         transient-mark-mode in doc string.
17604 2006-01-31  Richard M. Stallman  <rms@gnu.org>
17606         * replace.el (multi-occur): Doc fix.
17607         (multi-occur-in-matching-buffers): Rename from
17608         multi-occur-by-filename-regexp.  Prefix arg says match
17609         buffer names instead of file names.
17611 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
17613         * bs.el: Allow non-default values of `bs-header-lines-length'.
17614         (bs--running-in-xemacs): Remove (not needed anymore).
17615         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17616         instead of `shrink-window', thus avoiding having to compute the
17617         height of the window.
17618         (bs--up): Wrap around even when there's no header.
17619         (bs--down): Use `forward-line' instead of `next-line'.
17621 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
17623         * image-mode.el (image-toggle-display): Use file name if possible,
17624         instead of unnecessarily allocating a (possibly huge) lisp string.
17626 2006-01-30  John Paul Wallington  <jpw@pobox.com>
17628         * subr.el (toplevel): Define `cl-assertion-failed' condition here
17629         because the `assert' macro signals it at runtime.
17631         * emacs-lisp/cl.el (toplevel): Remove definition of
17632         `cl-assertion-failed' condition.
17634 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
17636         * thumbs.el (thumbs-marked-list): Make buffer-local and
17637         permanent-local.
17638         (thumbs-insert-thumb): Make help-echo non-sticky.
17639         (thumbs-file-alist): Use eolp as check for (non)-image.
17641 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
17643         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17644         (ediff-before-session-group-setup-hooks)
17645         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17646         Fix typos in docstrings.
17648         * window.el (bw-dir, bw-eqdir, balance-windows)
17649         (split-window-keep-point): Fix typos in docstrings.
17651         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17652         (org-quote-string, org-calendar-to-agenda-key)
17653         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17654         (org-show-following-heading, org-tags-column)
17655         (org-use-tag-inheritance, org, org-allow-space-in-links)
17656         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17657         (org-enable-table-editor, org-calc-default-modes)
17658         (org-table-allow-automatic-line-recalculation)
17659         (org-export-html-style, org-export-with-fixed-width)
17660         (org-export-with-sub-superscripts, org-special-keyword)
17661         (org-formula, org-time-grid, org-table-may-need-update)
17662         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17663         (org-goto-quit, org-get-indentation, org-end-of-item)
17664         (org-move-item-down, org-move-item-up)
17665         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17666         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17667         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17668         (org-agenda-log-mode, org-agenda-toggle-diary)
17669         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17670         (org-agenda-file-to-end, org-agenda-no-heading-message)
17671         (org-agenda-get-closed, org-format-agenda-item)
17672         (org-cmp-priority, org-cmp-category, org-cmp-time)
17673         (org-agenda-change-all-lines, org-agenda-diary-entry)
17674         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17675         (org-link-search, org-camel-to-words, org-open-file)
17676         (org-remember-handler, org-table-convert-region)
17677         (org-table-move-row-down, org-table-move-row-up)
17678         (org-table-copy-region, org-table-wrap-region)
17679         (org-table-toggle-vline-visibility)
17680         (org-table-get-vertical-vector, org-table-modify-formulas)
17681         (org-table-get-specials, org-recalc-commands)
17682         (org-table-rotate-recalc-marks, org-table-eval-formula)
17683         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17684         (org-level-color-stars-only, org-insert-heading):
17685         Fix typos in docstrings.
17686         (last-arg): Add defvar.
17688         * makefile.w32-in (WINS): Add erc.
17689         (MH_E_SRC): Update (copied from lisp/Makefile.in).
17691 2006-01-29  Bill Wohler  <wohler@newt.com>
17693         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17694         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17695         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
17696         (mh-autoloads): Don't use comments on otherwise empty lines.
17698 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
17700         * emulation/viper.el (viper-major-mode-modifier-list):
17701         Add insert-state and vi-state entries for erc-mode.
17702         (viper-go-away, viper-set-hooks): Add and remove
17703         viper-comint-mode-hook from erc-mode-hook as appropriate.
17705         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17707 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
17709         * bs.el (bs--format-aux): Implement `middle' alignment as
17710         described in the docstring for `bs-attributes-list'.
17711         (bs--get-name): Simplify.  Don't pad the buffer name.
17713 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
17715         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17716         English aspell dictionary is installed, use the first entry of
17717         ispell-dictionary-alist-1.
17719 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17721         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17722         Doc fix.
17724 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
17726         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17727         for `process-file', in order to let it work for older Emacsen too.
17729 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
17731         * international/latexenc.el: Add a suitable `coding:' tag.
17732         (latexenc-find-file-coding-system): Undo last change.
17734 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17736         * international/latexenc.el (latexenc-find-file-coding-system):
17737         Make sure latexenc-main-file is a regular file and is readable.
17739 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
17741         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17742         Pass FILE to vc-user-login-name.
17744         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17746 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
17748         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17749         there are no more images to display.
17750         (thumbs-mark, thumbs-unmark): Revert change so that they move to
17751         the next image.
17753 2006-01-26  Richard M. Stallman  <rms@gnu.org>
17755         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17757         * wid-edit.el (advertised-widget-backward): New alias.
17758         (widget-keymap): Use advertised-widget-backward for S-TAB.
17760         * tumme.el: Correct the keywords.
17761         (tumme-dir-max-size): Use defvar.
17762         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17764         * simple.el (move-beginning-of-line): Take account of fields.
17765         (clone-indirect-buffer-other-window): Take args like
17766         clone-indirect-buffer, and work like it.
17768         * help-fns.el (describe-function): Don't pass `nil' as default.
17770         * files.el (risky-local-variable-p): Follow var aliases.
17772         * subr.el (lazy-completion-table): Doc fix.
17774         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17775         global binding of `line'.
17777 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
17779         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17780         Tramp.
17782         * vc.el (vc-default-dired-state-info): Pass FILE to
17783         vc-user-login-name.
17784         (vc-default-update-changelog): Don't use vc-user-login-name, we
17785         don't need it here.
17787         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17788         no longer necessary.
17790 2006-01-25  Kenichi Handa  <handa@m17n.org>
17792         * international/mule.el (decode-char): Avoid the overhead of
17793         calling utf-lookup-subst-table-for-decode if
17794         utf-translate-cjk-mode is nil.
17795         (encode-char): Avoid the overhead of calling
17796         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17797         nil.
17799 2006-01-22  Kenichi Handa  <handa@m17n.org>
17801         * international/mule.el (make-subsidiary-coding-system): Reset
17802         `coding-system-define-form' property of subsidiaries to nil.
17803         Avoid duplicated entry in coding-system-alist.
17804         (make-coding-system): Avoid duplicated entry in
17805         coding-system-alist.
17806         (define-coding-system-alias): Likewise.
17808 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
17810         * completion.el: Minor fixes in introductory comment.
17811         (completion-def-wrapper): Fix alist.
17813 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
17815         * thumbs.el (thumbs-new-image-size): New function.
17816         (thumbs-increment-image-size-element)
17817         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17818         (thumbs-decrement-image-size): Delete.
17819         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
17820         temp files and use to resize.
17821         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17822         Use increment argument to enlarge/shrink.  Preserve point.
17823         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17824         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17825         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17826         (thumbs-mark, thumbs-unmark): Preserve point.
17827         (thumbs-modify-image): Keep old temp files and use to modify.
17828         Cleanup old temp files at load time.  Preserve point.
17829         (thumbs-view-image-mode-map): Use new command names.
17831 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17833         * log-view.el (log-view-minor-wrap): First rev is the one at point.
17835         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17836         the nastiest part of the cyclic dependency.
17837         (cal-menu-update): Use dotimes and calendar-increment-month.
17839         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17840         (calendar-week-start-day): Add an :initializer.
17841         (calendar-mode-map): Use suppress-keymap, and command remapping.
17842         (describe-calendar-mode): Setup xref-stack info for the back button.
17843         (calendar-star-date): Insert before delete.
17844         (calendar-set-mode-line): Add file-modified info if applicable.
17845         (calendar-increment-month): New function.
17847 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
17849         * font-lock.el (lisp-font-lock-keywords-2):
17850         Recognize "& keywords" only at word boundaries.
17852 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
17854         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
17855         and permanent-local.
17856         (thumbs-max-image-number): New variable.
17857         (thumbs-do-thumbs-insertion): Use them.
17858         (thumbs-per-line): Change default to 4.
17859         (thumbs-marked-list): Rename from thumbs-markedL.
17860         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17861         (thumbs-rename-images): Use -list instead of L for internal variables.
17862         (thumbs-call-convert): Use call-process instead of shell-command.
17863         (thumbs-insert-thumb): Add filename as help-echo to each image.
17864         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17865         Give dir to thumbs-show-thumbs-list.
17866         (thumbs-show-thumbs-list): Set default-directory to that of images.
17867         (thumbs-dired-show): Rename from thumbs-dired-show-all.
17868         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17869         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17870         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17872 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17874         * ses.el (ses-read-cell): Provide a default value.
17876 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
17878         * term/w32-win.el (image-library-alist): Add additional names for
17879         GIF library.
17881 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17883         * international/latexenc.el (latexenc-find-file-coding-system):
17884         Add file-regular-p check.
17886 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17888         * simple.el (clone-buffer): Don't show the new buffer in the same
17889         window.
17891 2006-01-23  Juri Linkov  <juri@jurta.org>
17893         * faces.el (link, link-visited): New faces based on default values
17894         of `info-xref' and `info-xref-visited'.
17896         * info.el (info-xref): Inherit from `link'.
17897         (info-xref-visited): Inherit from `link-visited'.
17899         * cus-edit.el (custom-buffer-create-internal): Use widget type
17900         `custom-manual' instead of `info-link' and don't set properties
17901         `button-face' and `mouse-face' explicitly.
17902         (custom-browse-group-tag, custom-browse-variable-tag)
17903         (custom-browse-face-tag): Inherit from widget class
17904         `custom-group-link' instead of `push-button'.
17905         (custom-button-unraised): Inherit from `underline' face.
17906         (custom-link): Inherit from `link' face.  Fix doc and group.
17907         (custom-add-parent-links, custom-group-value-create): Don't set
17908         properties `button-face' and `mouse-face' explicitly for
17909         `custom-group-link' widget.
17910         (custom-group-link): Add properties `button-face' and `mouse-face'
17911         to widget definition.
17912         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
17913         editable-field's :keymap property.
17914         (custom-mode): Fix docstring: substitute keybindings for
17915         `widget-forward' and `widget-backward' from `widget-keymap',
17916         `widget-complete' from `custom-field-keymap', replace old
17917         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
17919         * desktop.el (desktop-load-file): Check for `fboundp' before
17920         calling `symbol-function'.
17922         * simple.el (clone-buffer, clone-indirect-buffer)
17923         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17924         `read-string'.  Fix prompts.
17926         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17928 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
17930         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17932 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
17934         * startup.el (inhibit-splash-screen, initial-scratch-message):
17935         Doc fixes.
17937 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
17939         Sync with Tramp 2.0.52.
17941         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17942         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
17943         `tramp-unload-tramp' for checklist.
17945         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17946         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
17947         (tramp-unload-file-name-handler-alist)
17948         (tramp-unload-tramp): New defuns.
17949         (tramp-advice-PC-expand-many-files): New defadvice.
17950         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17951         removed.
17952         (tramp-handle-expand-file-name): Remove double slash.
17953         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17954         It doesn't matter, because it will be converted later on.
17955         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
17956         implementation was just heuristic.
17957         (tramp-post-connection): Set uid and gid properties.
17958         (tramp-convert-file-attributes): Set file's gid change bit.
17959         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17960         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17961         in case of su(do)? methods.  The home directory of the local user
17962         will be taken else.
17963         (tramp-open-connection-telnet)
17964         (tramp-open-connection-rsh, tramp-open-connection-su)
17965         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
17966         local shell prompt could hurt.  Reported by Romain Francoise
17967         <romain@orebokech.com>.
17968         (tramp-let-maybe): Add `edebug-form-spec' property.
17969         (tramp-handle-expand-file-name): Bind `default-directory' locally
17970         to "/" in order to avoid problems with UNC shares or Cygwin
17971         mounts.
17972         (tramp-md5-function): Fix typo in error message.
17974         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17976         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17977         for byte-compiler pacification.
17979 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
17981         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17982         ID-FORMAT `string'.  This allows us to get rid of
17983         `vc-user-login-name UID'.
17985         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17987 2006-01-22  John Paul Wallington  <jpw@pobox.com>
17989         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17991 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
17993         * emacs-lisp/find-func.el (find-definition-noselect)
17994         (find-variable-noselect): Search variables in C source code too.
17995         (find-function-C-source, find-function-noselect, find-function)
17996         (find-function-other-frame, find-variable-noselect, find-variable)
17997         (find-variable-other-frame, find-variable-at-point):
17998         Fix docstrings.
18000 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18002         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
18004 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
18006         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
18007         Default to disabling the "Save affix" question.
18009 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
18011         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
18012         the first arg to run-python.
18014 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
18016         * startup.el (command-line-1): Handle --no-desktop if desktop.el
18017         is not loaded.
18019 2006-01-20  Jay Belanger  <belanger@truman.edu>
18021         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
18022         limit is 0.
18024         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
18025         the correct variable.
18027 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
18029         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
18030         link.  Fixed buggy argument sequence in call to `org-view-tags'.
18031         (org-compile-prefix-format): Set `org-prefix-has-tag'.
18032         (org-prefix-has-tag): New variable.
18033         (org-format-agenda-item): Remove tags from headline if
18034         appropriate.
18035         (org-agenda-remove-tags-when-in-prefix): New option.
18036         (org-get-tags-at): New function.
18038 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
18040         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
18041         (thumbs-find-image): Move image name and number from buffer name
18042         to mode name.  Set thumbs-buffer.  Preserve point so that large
18043         images remain visible.
18044         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
18045         order.
18046         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
18047         mode name.
18048         (thumbs-next-image, thumbs-previous-image): Make them work.
18050 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
18052         * cus-edit.el (custom-buffer-create-internal): State in the text above
18053         the whole buffer buttons that they do not operate on hidden items.
18054         (custom-face-menu): Use `custom-face-save' instead of
18055         `custom-face-save-command'.
18056         (custom-face-save-command): Make it an alias for `custom-face-save'
18057         and declare it obsolete.
18058         (custom-face-save): Doc fix.
18060         * dired.el (dired-no-confirm): Add quote.
18061         (dired-subdir-alist-pre-R): Add quote in
18062         `make-variable-buffer-local' form and remove unbalanced parenthesis.
18064 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18066         * textmodes/table.el (table-mode-indicator): Typo in last change.
18068 2006-01-19  Richard M. Stallman  <rms@gnu.org>
18070         * outline.el (hide-leaves): Don't call outline-end-of-heading.
18071         Fixes bug reported in Nov 2005.
18073         * isearch.el (isearch-forward): Doc fix.
18075         * dired.el (dired-move-to-filename-regexp): Define as alias.
18076         (dired-no-confirm): Use defcustom.
18077         (dired-subdir-alist-pre-R): Put defvar at top level.
18079         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
18081         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18082         Mark as risky.
18084         * simple.el (set-mark-command): Doc fix.
18085         (clone-indirect-buffer-other-window):
18086         Read arg like clone-indirect-buffer.
18087         (move-beginning-of-line): Skip invisible newlines.
18089 2006-01-19  Masatake YAMATO  <jet@gyve.org>
18091         * progmodes/cpp.el (cpp-edit-load): Make the order of
18092         listed conditions in a base C code buffer and its associate
18093         CPP Edit buffer the same.
18095 2006-01-19  Kenichi Handa  <handa@m17n.org>
18097         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
18098         (rmail-mime-feature): Likewise.
18099         (rmail-require-mime-maybe): Use display-warning to show a warning
18100         message.
18102         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
18103         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
18105 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18107         * array.el: Move defvars out of eval-when-compile.
18108         (array-make-template): Replace undeclared global var with a local one.
18109         (array-mode): Inline initialization functions.
18110         (array-init-local-variables, array-init-max-row)
18111         (array-init-max-column, array-init-columns-per-line)
18112         (array-init-field-width, array-init-rows-numbered)
18113         (array-init-line-length, array-init-lines-per-row): Remove.
18115         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
18116         (doc-mode-map): Define explicitly.
18117         (doctor-txtype): Use mapc.
18119         * textmodes/table.el: Move defvars out of eval-when-compile.
18120         Remove harmful code meant to avoid byte-compiler warnings.
18121         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
18122         specification that checks table-fixed-width-mode directly.
18123         (table-recognize-region, table-recognize-cell):
18124         Use restore-buffer-modified-p.
18125         (table-fixed-width-mode): Remove code that refreshes
18126         table-fixed-mode-indicator.
18127         (*table--cell-describe-bindings, *table--cell-describe-mode):
18128         Avoid obsolete name print-help-return-message.
18129         (table--test-cell-list): Don't use replace-regexp from elisp.
18130         (table--point-entered-cell-function, table--point-left-cell-function):
18131         Don't set table-fixed-mode-indicator, use force-mode-line-update.
18133         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
18134         that was after the end of file.  Use buffer-file-name variable.
18135         (org-timestamp-change): Use with-current-buffer.
18136         (org-todo-list): Don't unnecessarily define a new buffer-local var.
18137         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
18138         `file'.
18140         * progmodes/fortran.el: Move defvars out of eval-when-compile.
18141         (fortran-break-line): Remove unused var `opoint'.
18142         (fortran-abbrev-start): Obey help-event-list.
18144 2006-01-18  Jesper Harder  <harder@phys.au.dk>
18146         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
18148 2006-01-18  Masatake YAMATO  <jet@gyve.org>
18150         * progmodes/make-mode.el (makefile-imake-mode): New mode
18151         derived from makefile-mode.
18152         (makefile-imake-mode-syntax-table): New syntax table
18153         derived from makefile-mode-syntax-table.
18154         (makefile-mode): Write about makefile-imake-mode in doc string.
18155         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
18156         (makefile-imake-font-lock-keywords): New font lock keywords.
18158         * files.el (auto-mode-alist): Add Imakefile.
18160 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
18162         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
18163         loading the file rather than when turning on flyspell-mode.
18165 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
18167         * cus-edit.el (customize-rogue): Minor doc fix.
18169 2006-01-17  Juri Linkov  <juri@jurta.org>
18171         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
18172         instead of the file at the mark as default if the file at the mark
18173         is the same as the file at point or if dired-dwim-target-directory
18174         is not the same as the current directory and the mark is not active.
18176         * log-view.el (log-view-minor-wrap): Use the same logic to get
18177         revisions as `log-view-diff'.
18179         * info.el (Info-revert-find-node): Check for Info-current-file
18180         before preserving new-history.
18182         * man.el (Man-heading-regexp): Add `/'.
18184         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
18185         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
18187 2006-01-16  Juri Linkov  <juri@jurta.org>
18189         * faces.el (mode-line-faces): New defgroup.
18190         (mode-line-highlight): Move definition after new defgroup.
18191         (mode-line, mode-line-inactive, mode-line-highlight):
18192         Replace :group `modeline' with `mode-line-faces'.
18193         (mode-line-buffer-id): New face.
18194         (modeline-buffer-id): New face alias.
18195         (vertical-border): Remove :group `modeline'.
18197         * bindings.el (propertized-buffer-identification): Use face
18198         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
18199         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
18200         (mode-line-buffer-identification-keymap): For mouse-1 replace
18201         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
18202         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
18203         mouse-3.
18205         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
18206         Buffer-menu-buffer.  Doc fix.
18207         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
18208         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
18209         `Buffer-menu-buffer'.
18211         * info.el (Info-mode-line-node-keymap): New defvar.
18212         (Info-set-mode-line): Use `stringp' to check Info-current-file.
18213         Propertize Info-current-node with `mode-line-buffer-id' and
18214         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
18216         * time.el (display-time-mail-face): Replace :group `faces' with
18217         `mode-line-faces'.
18219 2006-01-16  Kenichi Handa  <handa@m17n.org>
18221         * international/code-pages.el: Add autoload cookies for cp125[0345678].
18223         * language/european.el (cp1252): New alias for windows-1252.
18225         * international/mule.el (autoload-coding-system): Prepare for EOL
18226         variants.
18228 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
18230         * term.el (term-raw-map): Add mapping for insert.
18231         (term-send-insert): New.
18232         (term-mode): Make variables local here instead of doing it in
18233         `term-emulate-terminal'.
18234         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
18235         Scroll reverse needs to take into account the scroll region.
18236         Saving and restoring the cursor should save the color attributes too.
18237         (term-reset-terminal): Reset the scroll region.
18238         (term-handle-ansi-escape): Cursor up and down should take into
18239         account the scroll region.
18240         (term-set-scroll-region): Rename from `term-scroll-region'.
18241         Move to 0,0 after setting the region.
18242         (term-handle-scroll): Handle scroll up.
18243         (term-down): Fix off by one error.
18244         (term-delete-lines): Do not delete outside the scroll region.
18245         (term-insert-lines): Take into account the scroll region.
18247 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18249         * textmodes/ispell.el (ispell-internal-change-dictionary)
18250         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
18251         (start, end): Move declaration outside of eval-when-compile.
18253         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
18254         (flyspell-mode-on): Use it.
18256         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
18257         ispell-kill-ispell-hook.
18259 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
18261         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18262         (Custom-reset-saved): Do not ask for confirmation in single option
18263         buffers.
18265 2006-01-13  Richard M. Stallman  <rms@gnu.org>
18267         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
18269 2006-01-13  Romain Francoise  <romain@orebokech.com>
18271         * add-log.el (add-change-log-entry, change-log-merge):
18272         Conditionally use `hard-newline'.
18274 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
18276         * wid-edit.el (widget-field-end): If the overlay is no longer
18277         associated with a buffer, behave as if the overlay didn't exist.
18279         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
18280         Make sure the links use the `custom-link' face.
18282 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18284         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
18285         (ld-script-mode): Don't set indent-line-function since we don't
18286         have one.
18288 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
18290         * textmodes/org.el (org-open-file): Use mailcap for selecting an
18291         application.
18292         (org-file-apps-defaults-gnu): Use mailcap as the default for
18293         selecting an application on a UNIX system.
18294         (org-agenda-show-tags): New command.
18295         (org-table-insert-hline): Keep cursor in current table line.
18296         (org-table-convert): Offset effect of modifying
18297         `org-table-insert-hline'.
18298         (org-format-agenda-item): New optional argument TAG.
18299         (org-compile-prefix-format): Handle %T format for the tag.
18300         (org-expand-wide-chars): New function.
18301         (org-table-insert-row, org-table-insert-hline):
18302         Use `org-expand-wide-chars'.
18303         (org-open-file): Fix bug in program launch.
18304         (org-get-time-of-day): Fix bug with times before 1am.
18305         (org-agenda-menu): Add tags commands.
18307 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
18309         * textmodes/ispell.el (ispell-init-process): Include the used
18310         dictionary in ispell process start message.
18311         (ispell-internal-change-dictionary): When flyspell-mode is active
18312         and dictionary is changed, make sure ispell process is restarted
18313         and flyspell word cache cleared out for the current buffer.
18314         (ispell-change-dictionary): Make sure flyspell word cache is
18315         cleared out in all buffers with active flyspell mode when
18316         dictionary is globally changed.
18317         Call ispell-internal-change-dictionary after dictionary change.
18319 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
18321         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
18323         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
18324         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
18325         years.  Fix small differences wrt Makefile.in.
18326         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
18327         Makefile.in does.
18329 2006-01-12  Bill Wohler  <wohler@newt.com>
18331         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
18332         mh-search.el.
18334 2006-01-12  Masatake YAMATO  <jet@gyve.org>
18336         * progmodes/ld-script.el: Update copyright year.
18338 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
18340         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
18341         Don't add widget if setting undefined.
18343 2006-01-12  John Paul Wallington  <jpw@pobox.com>
18345         * help-fns.el (describe-variable): Remove newlines from void
18346         variable output.
18348 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
18350         * wdired.el (wdired-mode-map): Add help echo for
18351         wdired-abort-changes.
18353         * man.el (Man-file-name-regexp): Adjust for a list of files.
18355 2006-01-12  Masatake YAMATO  <jet@gyve.org>
18357         * progmodes/ld-script.el (auto-mode-alist): Support
18358         suffix conventions used in netbsd and eCos.
18360 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
18362         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
18363         (custom-variable-menu, custom-face-menu, custom-group-menu)
18364         (Custom-mode-menu): Change names of menu items.  (As discussed on
18365         emacs-devel.)
18366         (custom-face-menu): Add "Undo Edits" item.
18368         * startup.el (init-file-user): defcustom -> defvar.
18370         * tooltip.el (tooltip-mode): Doc fix.
18372 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18374         * reveal.el (reveal-post-command): window-buffer signals an error on
18375         dead windows rather than returning nil.
18376         (reveal-open-new-overlays): An overlay might die while we open others.
18378 2006-01-11  Bill Wohler  <wohler@newt.com>
18380         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
18381         phrasing in docstring.
18383         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
18384         can give some systems gas.  Add new file mh-buffers.el.
18386 2006-01-06  Masatake YAMATO  <jet@gyve.org>
18388         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
18389         C preprocessor forward ported from GNU Emacs 21.2.
18391         * progmodes/asm-mode.el (asm-font-lock-keywords):
18392         Use `cpp-font-lock-keywords'.
18394         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
18396         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
18397         of $ for "\\.ld[s]?".
18399 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18401         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
18402         (tcl-indent-line): Return `noindent' if inside a string.
18404         * progmodes/flymake.el (flymake-split-string): Remove more than one
18405         empty string at beg/end of the result.
18406         (flymake-find-buildfile, flymake-find-possible-master-files):
18407         Use expand-file-name.
18408         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
18409         since expand-file-name does it for us.  Use directory-file-name.
18410         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
18411         (flymake-ler-get-type, flymake-ler-get-text)
18412         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
18413         (flymake-current-line-no): Remove spurious interactive spec.
18414         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
18415         (flymake-check-include): Remove arg inc-path merged into inc-name.
18416         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
18417         Arg regexp-list replaced by a simple regexp.
18418         (flymake-master-make-header-init, flymake-master-tex-init):
18419         Correspondingly replace regexp-list with a regexp.  Fix regexp.
18421 2006-01-10  Simon Josefsson  <jas@extundo.com>
18423         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
18424         describing AUTH PLAIN fix.
18426 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18428         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
18429         (report-emacs-bug): Don't record initial prompt text.
18430         Instead, add text properties to prompting text.
18431         (report-emacs-bug-hook): Delete prompting text.
18433 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18435         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
18436         `dirs'.  Adjust callers.
18438 2006-01-09  John Paul Wallington  <jpw@gnu.org>
18440         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
18442 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18444         * reveal.el (reveal-open-new-overlays): New extracted fun.
18445         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
18446         using them.  Simplify the code.
18447         (reveal-post-command): Use them.  Fix up obsolete windows in
18448         reveal-open-spots.
18450         * progmodes/flymake.el: Use `require' rather than autoload for
18451         XEmacs's overlays.
18452         (flymake-get-common-file-prefix, flymake-build-relative-filename):
18453         Delete.  Use file-relative-name instead.
18454         (flymake-get-syntax-check-program-args, flymake-perl-init):
18455         Simplify the resulting code.
18457         * log-view.el (log-view-file-re, log-view-message-re): Add support
18458         for DaRCS output.
18460 2006-01-09  Alex Schroeder  <alex@gnu.org>
18462         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
18463         identifiers sometimes added in square brackets at the beginning of
18464         subject lines.
18466 2006-01-07  Richard M. Stallman  <rms@gnu.org>
18468         * cus-edit.el (Custom-set, Custom-save): Doc fix.
18469         (Custom-reset-current, Custom-reset-saved): Change question text.
18470         (Custom-reset-standard): Likewise.
18471         (custom-variable-reset-saved): Doc fix.
18473 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
18475         * startup.el (init-file-user): Doc fix.
18477 2006-01-07  Alex Schroeder  <alex@gnu.org>
18479         * mail/rmail.el (rmail-current-subject): New function.
18480         (rmail-current-subject-regexp): New function.
18481         (rmail-next-same-subject): Use it.
18483         * mail/rmailsum.el (rmail-summary-by-topic):
18484         Use rmail-current-subject and rmail-current-subject-regexp.
18485         (rmail-summary-next-same-subject): Ditto.
18487         * net/rcirc.el (rcirc-send-input): No longer check whether the
18488         process is open, since not all commands need an open process.
18489         (rcirc-send-string): Check whether the process is open before
18490         sending anything.
18491         (rcirc-ignore-list): New option.
18492         (rcirc-ignore-list-automatic): New variable.
18493         (rcirc-print): Take rcirc-ignore-list into account.
18494         (rcirc-cmd-ignore): New command.
18495         (rcirc-ignore-update-automatic): New function.
18496         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
18497         list if ignored nicks.
18498         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
18500 2006-01-06  David Reitter  <david.reitter@gmail.com>
18502         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
18503         reflect the address to which the report will be sent.
18505 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
18507         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
18508         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
18510 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
18512         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
18514         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
18515         the doc string: "functoin" => "function".
18516         * ldefs-boot.el: Likewise.
18518         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
18519         message text: "Duplicat" => "Duplicate".
18521 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
18523         * files.el (basic-save-buffer-2): If backing-up failed, reset
18524         buffer-backed-up to nil.
18526 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
18528         * progmodes/gud.el (gdb-script-skip-to-head)
18529         (gdb-script-calculate-indentation): Indent for breakpoint command
18530         lists also.
18532 2006-01-05  Bill Wohler  <wohler@newt.com>
18534         * Makefile.in (compile-always): Add mh-autoloads dependency.
18535         (bootstrap): Remove mh-autoloads dependency, as compile dependency
18536         provides it.
18537         (updates): Remove mh-autoloads dependency, since it probably has
18538         already run recently (via recompile).
18540 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18542         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
18543         argument `force' to disable the flyspell-last-buffer optimization.
18544         (flyspell-mode-on): Use it.
18546         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
18547         flymake-simple-cleanup.
18548         (flymake-allowed-file-name-masks): Use this new default.
18549         All the functions are now called in the right buffer rather than
18550         passing the buffer as argument.
18551         (flymake-process-sentinel): Switch to buffer before calling cleanup.
18552         (flymake-parse-err-lines): Remove redundant buffer arg.
18553         (flymake-get-program-dir): Comment out unused function.
18554         (flymake-start-syntax-check, flymake-start-syntax-check-process):
18555         Remove redundant buffer argument.
18556         (flymake-get-real-file-name, flymake-simple-java-cleanup)
18557         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
18559 2006-01-05  Richard M. Stallman  <rms@gnu.org>
18561         * info.el (Info-find-node): Don't record previous node if have none.
18562         (info): Go to directory only if history is empty.
18564         * simple.el (mark): Doc fix.
18566 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18568         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
18569         already of desired type.
18570         (mac-ae-list): Coerce parameter to "list" type.
18571         (mac-dispatch-apple-event): Replace cadr part of event with a
18572         dummy position so that event-start returns it.
18574 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
18576         * textmodes/org.el (org-end-of-subtree): New function.
18577         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
18578         Use `org-end-of-subtree'.
18579         (org-agenda, org-agenda-convert-date): Protect calls to
18580         `fit-window-to-buffer'.
18581         (org-tags-view): Force matching of sublevels when doing a
18582         todo-only search.  Define the correct redo command, including the
18583         arguments.
18584         (org-agenda-redo): Display message.
18585         (org-check-for-org-mode): New function.
18586         (org-agenda-type): New variable.
18587         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
18588         Set `org-agenda-type'.
18589         (org-agenda-check-type): New function.
18590         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
18591         (org-agenda-week-view, org-agenda-day-view)
18592         (org-agenda-next-date-line, org-agenda-previous-date-line)
18593         (org-agenda-log-mode, org-agenda-toggle-diary)
18594         (org-agenda-toggle-time-grid, org-agenda-date-later)
18595         (org-agenda-date-prompt, org-agenda-diary-entry)
18596         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18597         (org-agenda-convert-date, org-agenda-menu):
18598         Use `org-agenda-check-type'.
18599         (org-make-overlay, org-delete-overlay)
18600         (org-detatch-overlay, org-move-overlay, org-overlay-put):
18601         New compatibility functions.
18602         (org-calendar-select-mouse): New command.
18604 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
18606         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18607         (Custom-reset-standard): Fix y-or-n-p messages.
18608         (custom-link): New face for links.
18609         (custom-buffer-create-internal, custom-manual): Use it.
18610         (custom-face-save): Push to theme-face before setting face spec.
18612         * wid-edit.el (widget-default-mouse-face-get): New function.
18613         (widget-specify-button): Handle mouse-face like button-face.
18615         * custom.el (load-theme): Clear old theme settings if reloading.
18617 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18619         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18620         "Erase Customization" button back to same position it occupies in
18621         the individual State menus.
18623 2006-01-04  Kim F. Storm  <storm@cua.dk>
18625         * wid-edit.el (key-sequence): Rework widget to read key binding
18626         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
18627         (widget-key-sequence-default-value): Default value for empty sequence.
18628         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
18629         (widget-key-sequence-read-event): New command for C-q.
18630         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18631         (widget-key-sequence-value-to-external): New functions.
18633 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18635         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18636         Use expand-file-name.
18637         (flymake-delete-temp-directory): Use expand-file-name,
18638         file-name-directory, and directory-file-name.
18639         (flymake-strrchr): Delete.
18640         (flymake-start-syntax-check): Don't pass the redundant buffer argument
18641         to the init-f function.
18642         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18643         (flymake-init-find-buildfile-dir)
18644         (flymake-init-create-temp-source-and-master-buffer-copy)
18645         (flymake-simple-make-init-impl, flymake-simple-make-init)
18646         (flymake-master-make-init, flymake-master-make-header-init)
18647         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18648         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18649         (flymake-xml-init): Remove corresponding redundant buffer argument.
18650         (flymake-allowed-file-name-masks): Remove last elems that are equal to
18651         the default anyway.  Clean up regexps.
18653         * progmodes/flymake.el (flymake-temp-source-file-name)
18654         (flymake-master-file-name, flymake-temp-master-file-name)
18655         (flymake-base-dir): New buffer-local vars.
18656         (flymake-buffer-data, flymake-get-buffer-value)
18657         (flymake-set-buffer-value): Replace those hash-tables by the new
18658         buffer-local vars.  Update callers.
18660         * progmodes/flymake.el (flymake-check-start-time)
18661         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18662         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18663         Move definition, so we can remove redundant earlier declaration.
18664         (flymake-replace-regexp-in-string, flymake-split-string)
18665         (flymake-get-temp-dir): Use defalias.
18666         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
18667         (flymake-xemacs-window-edges): Remove unused function.
18668         (flymake-get-point-pixel-pos): Move.
18669         (flymake-pid-to-names, flymake-reg-names)
18670         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18671         Replace by a simple list flymake-processes and by process-buffer.
18672         Update callers.  Other than simplify the code, it uses buffers rather
18673         than buffer-names so it doesn't get confused by uniquify.
18674         (flymake-buffer-data): The global value should just be nil.
18676         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18677         Optimize the body of a defalias like any other code.
18679         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18680         Make sure we've setup font-lock's vars.  It may influence which
18681         function we then call.
18682         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18683         here since it's too late anyway.
18685 2006-01-03  Romain Francoise  <romain@orebokech.com>
18687         * startup.el (fancy-splash-tail, normal-splash-screen):
18688         Update copyright year.
18690 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
18692         * mouse.el (mouse-drag-track): Rename, from
18693         `mouse-drag-region-1'.  Includes optional argument required to
18694         enable post-drag event processing (e.g. delete region keys).
18695         Can be used without this argument to track a mouse region and operate
18696         on it as soon as the drag completes.
18697         (mouse-drag-region): Use `mouse-drag-track'.
18699 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
18701         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18702         Move to `custom-buffer' group.
18704         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18705         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18706         (custom-theme-insert-face-marker, custom-theme-variable-menu)
18707         (custom-theme-face-menu): New variables.
18708         (custom-theme-add-variable, custom-theme-variable-action)
18709         (custom-variable-reset-theme, custom-theme-delete-variable)
18710         (custom-face-reset-theme, custom-theme-face-action)
18711         (custom-theme-delete-face, custom-theme-merge-theme)
18712         (custom-theme-add-face, custom-theme-visit-theme): New functions.
18714 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
18716         * custom.el: Move Custom Themes commentary to start of theme code.
18717         (custom-known-themes): Rename `standard' theme to `changed'.
18718         (custom-push-theme): Caller no longer specifies what theme to use
18719         when doing `reset'---the setting is simply removed from the theme.
18720         Delete MODE from `theme-value' and `theme-settings' properties.
18721         (custom-declare-theme): Ignore &rest args since we don't use them.
18723         (custom-loaded-themes): Delete variable.
18724         (custom-theme-load-themes, custom-theme-loaded-p)
18725         (custom-theme-value): Delete functions.
18727         (custom-declare-theme): Signal error on invalid theme names.
18728         (provide-theme): custom-loaded-themes was deleted.
18729         (load-theme): Load the file unconditionally.
18730         (enable-theme): Call `load-theme' if theme is undefined.
18731         (custom-enabled-themes): Only update value for successful loads.
18732         (disable-theme): Complete from enabled themes when interactive.
18733         (custom-variable-theme-value): Calculate theme value directly.
18735         (custom-theme-reset-variables, custom-reset-variables): Mark as
18736         XEmacs compatibility functions.  We don't actually use these.
18738         * cus-edit.el (custom-variable-state-set):
18739         Use custom-variable-theme-value instead of custom-theme-value.
18740         (custom-face-state-set): Rename `standard' theme to `changed'.
18741         (custom-save-variables, custom-save-faces): Delete unneeded
18742         references to custom-reset-variables.
18743         (custom-save-resets): Delete function.
18744         (custom-save-variables, custom-save-faces): MODE argument deleted.
18745         (custom-save-variables, custom-save-faces): Ignore theme values.
18747         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18748         compatibility function.
18750 2006-01-01  Richard M. Stallman  <rms@gnu.org>
18752         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18753         (Custom-reset-current, Custom-reset-saved): Likewise.
18754         (Custom-reset-standard): Show message if aborted.
18755         (custom-mode): Doc fix, describing those commands.
18757         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18758         put on event-kind property.
18760 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
18762         * custom.el (provide-theme): Ban `user' theme name.
18763         (custom-enabling-themes): New variable.
18764         (enable-theme): Don't enable user if custom-enabling-themes is t.
18765         (custom-enabled-themes): Make it a defcustom.
18766         (custom-theme-recalc-face): No-op if face is undefined.
18768         * cus-edit.el (custom-button-mouse): New variable.
18769         (custom-button-mouse): New face.
18770         (custom-raised-buttons, custom-mode): Use it.
18772         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18774 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
18776         * progmodes/gud.el (gud-display-line): Support hl-line in the
18777         source buffer.
18779 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
18781         * mouse.el (mouse-drag-window-above): Verify that the found window
18782         overlaps with the given window in the horizontal dimension.
18784 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
18786         * Makefile.in (cvs-update): New target.
18788         * makefile.w32-in (cvs-update): Ditto.
18790 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
18792         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18793         (custom-new-theme-mode-map): New variable.
18795 2005-12-30  Richard M. Stallman  <rms@gnu.org>
18797         * custom.el (custom-load-themes): Function deleted.
18799         * cus-edit.el (custom-save-loaded-themes): Function deleted.
18800         (custom-save-variables): Don't delete or add custom-load-themes call.
18802 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18804         * cus-start.el: Add `visible-cursor'.
18806         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18807         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18808         (flymake-process-filter): Switch to buffer before calling it instead.
18809         (flymake-post-syntax-check, flymake-highlight-err-lines)
18810         (flymake-delete-own-overlays, flymake-parse-err-lines)
18811         (flymake-start-syntax-check, flymake-start-syntax-check-process)
18812         (flymake-count-lines, flymake-parse-residual):
18813         Remove constant buffer argument.
18814         (flymake-start-syntax-check-for-current-buffer): Remove.
18815         Update callers to use flymake-start-syntax-check instead.
18816         (flymake-display-err-menu-for-current-line):
18817         Remove unused var `mouse-pos'.
18818         (flymake-restore-formatting): Comment out unused function.
18819         (flymake-report-status, flymake-report-fatal-status): Remove buffer
18820         argument, use current-buffer instead.  Update callers.
18822 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18824         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18825         buffer-local because choose-completion-delete-max-match requires
18826         that we set completion-ignore-case (i.e., binding via let is not
18827         sufficient).
18828         (bibtex-complete): Always set completion-ignore-case and
18829         choose-completion-string-functions.  The latter is needed because
18830         choose-completion-string-functions keeps its value if we quit the
18831         *Completions* buffer without requesting a completion.
18833 2005-12-30  Andreas Schwab  <schwab@suse.de>
18835         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18837 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
18839         * jit-lock.el (jit-lock-chunk-size): Doc fix.
18841 2005-12-30  Juri Linkov  <juri@jurta.org>
18843         * locate.el (locate-fcodes-file, locate-header-face)
18844         * progmodes/delphi.el (delphi-other-face)
18845         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18847         * paren.el (show-paren-match, show-paren-mismatch): Use existing
18848         group `paren-showing-faces'.
18850         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18851         (goto-address): Fix docstring.
18853         * net/webjump.el (webjump-sample-sites): Update URLs.
18855         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18857         * subr.el (cancel-change-group): Add listp around pending-undo-list.
18859 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18861         * font-lock.el (font-lock-compile-keywords): Signal an error when
18862         font-lock-set-defaults hasn't been called.
18864 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
18866         * subr.el (noreturn, 1value): Doc fixes.
18868 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18870         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18871         that assoc-string returns nil.
18873 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18875         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18876         (bibtex-entry-type-str, bibtex-empty-field-re)
18877         (bibtex-search-backward-string, bibtex-preamble-prefix)
18878         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18879         (bibtex-any-valid-entry-type): New variable.
18880         (bibtex-parse-field-name): Simplify.
18881         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18882         (bibtex-preamble-prefix): Include left delimiter.
18883         (bibtex-search-forward-field, bibtex-search-backward-field):
18884         Allow unbounded search past entry boundaries (required by bibtex-pop).
18885         (bibtex-text-in-field-bounds): Use push.
18886         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18887         (bibtex-parse-preamble, bibtex-valid-entry)
18888         (bibtex-beginning-first-field): New functions.
18889         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
18890         (bibtex-map-entries): Fix docstring.
18891         (bibtex-flash-head): New arg prompt.  Simplify.
18892         (bibtex-enclosing-field): Include code of bibtex-inside-field.
18893         (bibtex-insert-kill): Simplify.  Always insert text past the
18894         current field or entry.
18895         (bibtex-format-entry): Use bibtex-parse-field.
18896         (bibtex-pop): Use bibtex-beginning-of-entry and
18897         bibtex-end-of-entry to initiate the search.  Insert empty field if
18898         we found ourselves.
18899         (bibtex-print-help-message): New args field and comma.
18900         Handle entry keys.
18901         (bibtex-make-field): Use bibtex-beginning-of-entry.
18902         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
18903         invalid entry.
18904         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18905         Handle preambles.  Simplify code for thorough test.
18906         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18907         New arg comma.  Handle entry heads.
18908         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18909         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18910         New arg comma.
18911         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18912         (bibtex-fill-field): Simplify.
18913         (bibtex-fill-entry): Use bibtex-beginning-first-field and
18914         bibtex-parse-field.
18915         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18916         (bibtex-complete): Use bibtex-parse-preamble.
18918 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
18920         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18921         Display name of expression instead of convenience variable.
18922         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18924         * progmodes/gud.el (gud-tooltip-dereference): Rename from
18925         toggle-gud-tooltip-dereference.
18926         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18927         (gud-tooltip-tips): ...here when dereferencing.
18929 2005-12-28  Bill Wohler  <wohler@newt.com>
18931         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18933 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18935         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18936         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
18937         (vc-annotate-display-autoscale): Adjust call.
18938         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
18939         Fix interactive spec.
18940         (vc-annotate-time-span): Remove.
18941         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18942         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18943         (vc-annotate-display-select): Use new name.
18945         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18946         (vc-annotate-mode-menu): Remove left-over redundant declaration.
18947         Correct the construction of span entries.  Simplify.
18948         (vc-annotate-display-select): Fix the nil case.
18949         (vc-annotate): Remove obsolete (and now broken) code.
18950         (vc-annotate-extract-revision-at-line): Remove obsolete code.
18951         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
18953 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
18955         * subr.el (lazy-completion-table): Correct typo in docstring.
18957         * startup.el (command-line): Use `custom-reevaluate-setting' for
18958         `send-mail-function'.
18960         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18962 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
18964         * mail/smtpmail.el (smtpmail-try-auth-methods):
18965         Send credentials together with "AUTH PLAIN" command.
18967 2005-12-27  Richard M. Stallman  <rms@gnu.org>
18969         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18970         mouse-2, go back to previously selected window, so it's selected
18971         when mouse-2 command runs.
18973 2005-12-27  Juri Linkov  <juri@jurta.org>
18975         * descr-text.el (describe-text-sexp): Use square brackets for
18976         button [Show] to distinguish it from the property value `show'.
18977         (describe-property-list): Use `insert-text-button' with
18978         `help-face' type instead of putting face in quotes, because button
18979         is not created automatically for a list of faces.
18980         (describe-text-properties-1): Put button-type value in quotes to
18981         distinguish from plain text "button".
18982         (describe-char): Display code point values in hex.  Don't use
18983         `symbol-name' for `current-input-method' because it is a string.
18984         Use `insert-text-button' with `help-face' type instead of putting
18985         hardcoded face in quotes, because button is not created automatically.
18987 2005-12-27  Richard M. Stallman  <rms@gnu.org>
18989         * progmodes/glasses.el (glasses-face): More specific custom type.
18991         * files.el (set-visited-file-name): Doc fix.
18993         * textmodes/flyspell.el (flyspell-external-point-words):
18994         Use local var buffer-scan-pos to advance scan for next misspelling.
18995         Advance it only after we find the misspelling.
18997 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
18999         * textmodes/flyspell.el (flyspell-external-point-words):
19000         New criteria for finding the misspelling in the buffer.
19002 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
19004         * help-mode.el (help-insert-string): Set help-xref-stack-item
19005         rather than call help-setup-xref.
19007         * descr-text.el (describe-char): Revert previous changes for
19008         optional buffer argument.
19010 2005-12-27  Juri Linkov  <juri@jurta.org>
19012         * help-mode.el (help-insert-string): New function.  Save buffer
19013         contents in cases where it is impossible to recompute the old contents.
19015         * descr-text.el (describe-char): Set help-xref-stack-item
19016         explicitly after buffer has been generated.
19018 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19020         * cus-start.el (all): Add x-gtk-show-hidden-files.
19022 2005-12-26  Richard M. Stallman  <rms@gnu.org>
19024         * replace.el (perform-replace): Calculate match-again
19025         before skipping read-only matches.
19027         * paren.el (paren-showing-faces): New group.
19028         (show-paren-match, show-paren-mismatch): Move to that group.
19030         * button.el (button): Put into group `basic-faces'.
19032         * progmodes/make-mode.el: Remove faces from group `faces'.
19034         * apropos.el (apropos, apropos-value): Doc fix.
19035         (apropos-documentation): Doc fix.
19037 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19039         * subr.el (lazy-completion-table): Remove argument `args'.
19041         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
19042         Don't use the `args' argument of lazy-completion-table.
19044 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
19046         * descr-text.el (describe-char): Add optional argument for buffer.
19047         Set buffer appropriately.  Call help-setup-xref.
19048         Suggested by Stefan Monnier.
19050 2005-12-26  Juri Linkov  <juri@jurta.org>
19052         * descr-text.el: Require `help-fns' at runtime.  Don't require
19053         `button' for byte compilation.
19054         (describe-text-widget): Add `help-echo' for first button.
19055         Use `help-info' for second.
19056         (describe-property-list): Use `help-argument-name' instead of `italic'.
19057         (describe-text-category): Add prompt to interactive spec.
19058         Call `help-setup-xref'.
19059         (describe-char): Use `help-character-set'.  Add `help-echo' for
19060         code point.  Use `help-input-method'.  Remove superfluous insert.
19062 2005-12-25  Richard M. Stallman  <rms@gnu.org>
19064         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
19065         at point, in case of narrowing.
19067         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
19069         * locate.el (locate-header-face): Allow nil in type.
19071         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
19073 2005-12-25  Romain Francoise  <romain@orebokech.com>
19075         * battery.el (battery-linux-proc-acpi): Also try
19076         `/proc/acpi/thermal_zone/THM0/temperature'.
19078 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
19080         * custom.el (custom-push-theme): Fix docstring.
19082         * cus-edit.el (custom-variable-set, custom-variable-save)
19083         (custom-variable-save): Custom-quote widget values.
19084         (customize-save-variable): Fix custom-push-theme call.
19086 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
19088         * w32-fns.el (w32-batch-update-autoloads): New function.
19090         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
19091         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
19092         from the command line.
19094 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
19096         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
19097         reset means to remove setting from theme entirely.  Don't keep
19098         expanding theme-settings list; delete old entries if necessary.
19100         * cus-edit.el (custom-buffer-create-internal): Move "Erase
19101         customization" button one line up.
19102         (custom-themed): New face.
19103         (custom-magic-alist): New value, THEMED, for theme settings.
19104         (custom-variable-state-set, custom-face-state-set):
19105         Check theme-value instead of saved-value.
19106         (custom-variable-reset-standard, custom-face-reset-standard):
19107         Remove theme setting entirely.  Recalculate new values.
19108         (custom-variable-set, custom-variable-set)
19109         (custom-variable-reset-saved, custom-variable-reset-backup)
19110         (custom-face-set, custom-face-reset-saved): Update `user' theme.
19111         (custom-variable-save): Fix typos.
19113 2005-12-23  Juri Linkov  <juri@jurta.org>
19115         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
19116         Add autoload cookies.
19117         (edebug-outside-d-c-i-n-s-w): New variable.
19118         (edebug-display, edebug-outside-excursion): Use it to save the
19119         original value of default-cursor-in-non-selected-windows.
19120         Set default-cursor-in-non-selected-windows to t while Edebug
19121         is active.
19122         (edebug-mode, edebug-eval-mode): Doc fix.
19124         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
19125         with `buffer-substring-no-properties' to remove common substring
19126         highlighting.
19128         * info.el (info-other-window, info): Rename function argument
19129         `file' to `file-or-node'.
19130         (Info-complete-menu-item): Use local variable `complete-nodes' to
19131         keep the global value of `Info-complete-nodes' unchanged for
19132         subsequent completions.
19133         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
19135         * simple.el (get-next-valid-buffer, last-buffer)
19136         (next-error-buffer-p, next-error-find-buffer)
19137         (minibuffer-history-sexp-flag): Doc fix.
19139         * savehist.el (savehist-mode-hook): Add `:group'.
19141         * log-view.el: Call autoload for vc-find-version.
19142         (log-view-current-file): Adjust subgroup numbers.
19143         (log-view-current-tag): Add `length'.
19145 2005-12-23  Richard M. Stallman  <rms@gnu.org>
19147         * vc.el (vc-annotate-car-last-cons): Defn moved up.
19149 2005-12-23  Juri Linkov  <juri@jurta.org>
19151         * hi-lock.el (hi-lock-archaic-interface-message-used)
19152         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
19153         (hi-lock-mode): Display "Hi" in the mode line only when
19154         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
19155         (hi-lock-write-interactive-patterns):
19156         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
19157         (hi-lock-set-pattern, hi-lock-set-file-patterns)
19158         (hi-lock-font-lock-hook): Set 3rd arg `how' of
19159         font-lock-add-keywords to t.
19161 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
19163         * hi-lock.el (hi-lock-highlight-range): New variable.
19164         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
19165         only if font-lock-fontified is non-nil.  Remove overlays.
19166         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
19167         font-lock-fontified is non-nil, otherwise use overlays (instead of
19168         text properties).
19169         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
19170         New variables.
19171         (hi-lock-string-serialize): New function.
19173 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19175         * menu-bar.el (menu-find-file-existing): New function.
19176         (menu-bar-file-menu): Use menu-find-file-existing for Open.
19178         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
19180 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19182         * vc.el: Remove unnecessary leading * in docstrings.
19183         (vc-annotate-mode-map): Move initialization into declaration.
19184         (vc-static-header-alist): Nitpick on the regexp.
19185         (vc-default-init-version): New fun.
19186         (vc-register): Use it.
19187         (vc-insert-headers): Use dolist.
19188         (vc-annotate-get-backend): Remove unused function.
19189         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
19190         (vc-annotate-mode): Remove corresponding call.
19191         (vc-annotate-car-last-cons): Simplify.
19192         (vc-annotate-buffers): Remove var.
19193         (vc-annotate-backend): Make it buffer-local.
19194         (vc-annotate): Move the interaction to the interactive spec.
19195         Add a `buf' argument.
19196         (vc-annotate-warp-version): Use this new `buf' argument to avoid
19197         killing&creating a vc-annotate buffer, which is very disruptive when
19198         the buffers are shown in dedicated frames.
19200 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
19202         * descr-text.el: Add FSF as maintainer.
19203         (describe-text-mode, describe-text-mode-map)
19204         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
19205         help-mode.
19206         (describe-text-widget, describe-text-sexp)
19207         (describe-property-list, describe-text-category)
19208         (describe-text-properties, describe-text-properties-1)
19209         (describe-char): Use help buttons instead of widgets.
19210         (describe-char-unicodedata-file): Make URL link in doc string.
19212 2005-12-22  Richard M. Stallman  <rms@gnu.org>
19214         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
19215         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
19216         Don't include buttons that write a file when there's no file.
19217         (custom-variable-menu, custom-face-menu, custom-group-menu):
19218         Don't include commands that write a file when there's no file.
19219         (customize-browse): Reword the top-of-buffer help intro.
19220         (custom-buffer-create-internal): Fix previous change.
19221         (customize-changed-options-previous-release): Prev release is 21.1.
19222         (customize-changed-options): Doc fix.
19223         (customize-changed): New alias.
19224         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
19225         Say "standard values".
19226         (Custom-reset-standard): Doc fix.
19227         (custom-face-reset-standard): Doc fix.
19229 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19231         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
19232         even if font-lock-mode is non-nil since it may be t without having
19233         turned on font-lock-mode-internal.
19234         (font-lock-choose-keywords): Minor optimization.
19235         (font-lock-add-keywords, font-lock-remove-keywords)
19236         (font-lock-set-defaults): Don't call make-local-variable on a variable
19237         that we know to already be local.
19239 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19241         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
19242         messages if in the minibuffer.
19244 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19246         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
19247         (tex-mode-flyspell-verify, flyspell-get-word)
19248         (flyspell-external-point-words): Don't use point-min/max uselessly.
19250         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
19251         by Kevin Rodgers.  Instead, just hide the completions buffer if we
19252         don't need to show it.
19254 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
19256         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
19258 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19260         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
19261         delete-windows-on with an inexistent buffer.
19263 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
19265         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19266         Delete defcustom variable :tag names.
19268 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19270         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
19271         (log-view-font-lock-keywords): Ajust subgroup numbers.
19272         (log-view-current-tag): Don't hard code the number of subgroups.
19274 2005-12-20  Juri Linkov  <juri@jurta.org>
19276         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
19277         (tooltip-x-offset, tooltip-y-offset): Doc fix.
19279         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
19280         (menu-bar-non-minibuffer-window-p): Instead of checking
19281         display-multi-frame-p, use selected-frame when menu-updating-frame
19282         is nil.
19284 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
19286         * align.el (align-rules-list): Use [ \t] instead of \s-
19287         for column separators in text mode.
19289 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
19291         * help-mode.el (help-customize-variable, help-customize-face):
19292         Don't pop help-xref-stack as help-follow no longer pushes
19293         anything on to it.
19295 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
19297         * textmodes/org.el (org-agenda-custom-commands): New option.
19298         (org-agenda): Offer custom commands on splash screen.
19299         (org-make-tags-matcher): Parser for Boolean logic added.
19300         (org-agenda-set-tags): New command.
19301         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
19302         (org-set-tags): Efficiency improvements.
19303         (org-auto-align-tags): New option.
19304         (org-todo, org-demote, org-promote): Realign tags.
19305         (org-tags-completion-function): Use also "&" and "|" as separators.
19306         (org-org-menu): Agenda commands simplified.
19308 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
19310         * cus-edit.el (customize-apropos, customize-apropos-options):
19311         Docstring changes.
19313         * font-lock.el (font-lock): Add tags to the links in the defgroup.
19315 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
19317         * longlines.el (longlines-mode): Wrap while widened.
19318         (longlines-decode-region, longlines-encode-region): Compute max
19319         just once.
19321 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19323         * cus-edit.el (mac): New group.
19325         * cus-start.el (all): Add user options in macterm.c.  Add test for
19326         Mac-related built-ins.  Fix test for GTK-related built-ins.
19328         * term/mac-win.el (mac-handle-language-change)
19329         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
19330         (mac-services-open-selection, mac-services-mail-selection)
19331         (mac-services-mail-to, mac-services-insert-text)
19332         (mac-dispatch-apple-event): Add docstrings.
19333         (x-get-selection, mac-select-convert-to-string): Select coding
19334         system from `utf-16be' and `utf-16le' using `byteorder'.
19336 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19338         * subr.el (lazy-completion-table): Don't be fooled if the var holds
19339         a "list" (lambda ...) rather than a real completion list.
19341         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
19342         lexical-let when encountering ((lambda (...) ...) ...).
19344 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
19346         * progmodes/sh-script.el (sh-mode):
19347         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
19348         * textmodes/picture.el (picture-mode): Update docstrings.
19350 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
19352         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
19353         commands enclosed in $(ARGQUOTE)s should not be split between two
19354         lines, as that will break with GNU Make >3.80, when sh.exe is used
19355         and arg quoting is with '..'.
19356         (autoloads): Don't break the quoted --eval expression between
19357         several lines.
19359 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
19361         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
19362         Capture error from printing circular structures.
19364 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
19366         * wid-edit.el (widget-checkbox-action): Clear undo info.
19368 2005-12-16  Bill Wohler  <wohler@newt.com>
19370         * menu-bar.el (kill-this-buffer): Set a good example by using menu
19371         bar, not menubar in comment.
19373 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19375         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
19376         After-change-functions should not clobber the match data.
19378 2005-12-16  Juri Linkov  <juri@jurta.org>
19380         * simple.el (choose-completion): Use `buffer-substring-no-properties'
19381         instead of `buffer-substring'.
19382         (completion-common-substring): Doc fix.
19383         (completion-setup-function): Use minibuffer-completion-contents
19384         instead of minibuffer-contents.  Don't set common-string-length
19385         initially.  Remove special handling of partial-completion-mode.
19386         Move computation of completion-base-size into one cond.
19387         Call completion-base-size-function in mainbuf.  In computation of
19388         completion-base-size for file name completion don't move point to
19389         the end of the minibuffer.  Move computation of common-string-length
19390         into one cond.  Start putting faces only when common-string-length>=0.
19391         Add condition to put completions-common-part when
19392         common-string-length>0.
19394         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
19395         place point at the first different character in the minibuffer
19396         even if this position is at the beginning of the minibuffer.
19398         * info.el (Info-read-node-name-1): In completion-base-size-function's
19399         lambda return 1 if common-substring or minibuffer-completion-contents
19400         starts with (, and 0 otherwise.
19402         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
19403         Use `crm-current-element' for second arg of `display-completion-list'.
19405 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
19407         * files.el (set-auto-mode): Look for an interpreter specified on
19408         the first line also if search for mode specification succeeded,
19409         but the mode is not known.
19411 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
19413         * textmodes/org.el (org-tags-match-list-sublevels): New option.
19414         (org-open-at-point): Implement tag searches as links.
19415         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
19416         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
19417         (org-tags-sparse-tree, org-tags-view, org-set-tags)
19418         (org-agenda-dispatch): New commands.
19419         (org-use-tag-inheritance, org-tags-column): New options.
19420         (org-tab-follows-link, org-return-follows-link): New options.
19421         (org-tags): New customize group.
19422         (org-start-icalendar-file): Get local time zone.
19423         (org-tags-completion-function): New function.
19424         (org-set-font-lock-defaults): Make sure links will also be
19425         highlighted inside headlines.
19427 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
19429         * term.el (term-emulate-terminal):
19430         Let term-handle-ansi-terminal-messages override what Bash says about
19431         its current directory.
19433 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
19435         * bindings.el (last-buffer): Move to simple.el.
19436         * simple.el (last-buffer): Move here.
19437         (get-next-valid-buffer): New function.
19438         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
19439         (prev-buffer): Ditto.  Rename to `previous-buffer'.
19441         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
19442         * bindings.el (global-map): Ditto.
19444 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
19446         * cus-edit.el: Introductory comment change.
19447         (custom-magic-alist): Change message string for the `rogue' state.
19449 2005-12-15  Richard M. Stallman  <rms@gnu.org>
19451         * tooltip.el: Delete defcustom variable :tag names.
19453         * complete.el (partial-completion-mode): Doc fix.
19455         * textmodes/flyspell.el (flyspell-external-point-words):
19456         Use save-excursion to ensure we don't move backward in the
19457         search loop, not even one character.
19458         (flyspell-delete-all-overlays): Use remove-overlays directly.
19460         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
19461         (ispell-start-process): Set that variable.
19462         Clear ispell-buffer-local-name.
19463         (ispell-internal-change-dictionary):
19464         Set ispell-current-dictionary after killing process.
19465         (ispell-buffer-local-dict):
19466         Don't set spell-personal-dictionary after killing process.
19467         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
19468         (ispell-tex-skip-alists, ispell-html-skip-alists)
19469         (ispell-skip-region-alist): Mark as risky.
19471         * net/newsticker.el (newsticker--retrieval-timer-list)
19472         (newsticker--display-timer, newsticker-running-p)
19473         (newsticker-ticker-running-p): Definitions moved up.
19475 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
19477         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
19479 2005-12-15  David Ponce  <david@dponce.com>
19481         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
19482         (recentf-edit-list, recentf-open-files): Signal an error when
19483         there is no recent file.
19485 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
19487         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
19488         read-only except for texinfo-format-region evaluation.
19490 2005-12-14  Richard M. Stallman  <rms@gnu.org>
19492         * vc.el (vc-default-previous-version, vc-default-next-version)
19493         (vc-do-command): Doc fixes.
19495 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19497         * textmodes/bibtex.el (bibtex-expand-strings)
19498         (bibtex-autokey-expand-string, bibtex-name-part)
19499         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
19500         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
19501         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
19502         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
19503         (bibtex-entry-postfix, bibtex-known-entry-type-re)
19504         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
19505         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
19506         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
19507         (bibtex-beginning-of-last-entry): Remove.
19508         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
19509         message if comma is missing but buffer is read-only.
19510         (bibtex-parse-field-text): Handle whitespaces at the end of field
19511         text.  Return 3-element list with beginning and end of field text
19512         and end of field.
19513         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
19514         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
19515         (bibtex-search-forward-field, bibtex-search-backward-field):
19516         Search always delimited by limits of entry.  Use more efficient
19517         search algorithms.
19518         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
19519         bibtex-end-of-name-in-field.
19520         (bibtex-text-in-field-bounds): Handle BibTeX strings when
19521         extracting the content of a field.
19522         (bibtex-text-in-field): Use search limits.
19523         (bibtex-parse-string-prefix): Handle empty string keys based on
19524         bibtex-string-empty-key.
19525         (bibtex-parse-string): Fix docstring.
19526         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
19527         (bibtex-preamble-prefix, bibtex-strings): New functions.
19528         (bibtex-skip-to-valid-entry): Include preceding whitespace in
19529         BibTeX entries (consistent with other BibTeX functions).
19530         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
19531         (bibtex-search-entry): Fix docstring.  Simplify.
19532         (bibtex-flash-head, bibtex-complete-string-cleanup)
19533         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
19534         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
19535         (bibtex-parse-entry): New optional arg content.
19536         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
19537         Use bibtex-text-in-field-bounds.
19538         (bibtex-print-help-message): Handle BibTeX strings and preambles.
19539         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
19540         bibtex-parse-string-postfix.
19541         (bibtex-find-text-internal): New function.
19542         (bibtex-remove-delimiters): Use it.
19543         (bibtex-find-text): Use it.  New optional arg help.
19544         (bibtex-complete): Handle BibTeX string and preamble entries.
19545         (bibtex-Preamble): Fix order of closing delimiters.
19547 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19549         * vc.el (vc-default-revert): New fun.
19551         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
19553 2005-12-14  Romain Francoise  <romain@orebokech.com>
19555         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
19556         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
19557         (font-lock-remove-keywords): Likewise.
19559 2005-12-14  Juri Linkov  <juri@jurta.org>
19561         * log-view.el (log-view-diff): Doc fix.
19563         * isearch.el (isearch-query-replace): Use (mark) instead of
19564         isearch-opoint if mark is active in transient-mark-mode.
19566 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
19568         * isearch.el (isearch-query-replace): Check for isearch-other-end.
19570 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
19572         * progmodes/cpp.el (cpp-face): New widget.
19573         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
19575 2005-12-14  Juri Linkov  <juri@jurta.org>
19577         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
19578         around `erase-buffer' and `insert'.
19580         * descr-text.el (describe-text-properties): Replace buffer name
19581         "*Help-2*" with "*Help*<2>".
19582         (describe-char): Add functions print-help-return-message,
19583         toggle-read-only.  Use help-setup-xref with nil to not store
19584         describe-char in help-xref-stack.  Use help-make-xrefs to
19585         make [back] button.
19587         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
19589         * wdired.el (wdired-old-point): New internal variable.
19590         (wdired-change-to-wdired-mode): Set it buffer-locally.
19591         (wdired-abort-changes): Restore point after aborting changes.
19593 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19595         * vc.el (vc-do-command): Add a new value t for okstatus.
19597         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19598         frame in case of errors.
19600 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19602         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19603         so it comes after "On the Left" in the menu.
19605 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
19607         * cus-edit.el (customize-apropos, customize-apropos-options)
19608         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19610 2005-12-12  Bill Wohler  <wohler@newt.com>
19612         * vc-svn.el (vc-svn-registered): Fix problem of visiting
19613         non-writable Subversion-controlled files by saving window
19614         configuration before calling vc-do-command.  vc-do-command calls
19615         pop-to-buffer on error which is unexpected during registration.
19617 2005-12-12  Jay Belanger  <belanger@truman.edu>
19619         * calc/README: Update the summary of changes.
19621 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19623         * descr-text.el (describe-char): Rework last fix to solve the problem
19624         is the same way it's solved for everything else in that function
19625         (i.e. by extracting the info before setting up the *Help* buffer).
19627 2005-12-12  Kim F. Storm  <storm@cua.dk>
19629         * subr.el (version-regexp-alist): Allow space as separator before
19630         non-numeric part, e.g. "1.0 alpha".
19631         (version-to-list): Interpret .X.Y version as 0.X.Y version.
19633 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
19635         * textmodes/org.el (org-agenda, org-timeline, org-todo):
19636         Implement Logging and the keep-modes setting.
19637         (org-get-category): Make sure a string is returned.
19638         (org-log-done): New function.
19639         (org-log-done, org-closed-string): New options.
19641 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19643         * tooltip.el (tooltip-y-offset): Change default to 20.
19645 2005-12-12  Richard M. Stallman  <rms@gnu.org>
19647         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19649         * frame.el (display-hourglass): Doc fix.
19651         * help.el (help-for-help-internal): Simplify entry for `a'.
19653         * info.el (Info-on-current-buffer): Doc fix.
19654         (info-insert-file-contents): Don't test (featurep 'jka-compr).
19656         * startup.el (inhibit-splash-screen): Make this the real name.
19657         (inhibit-startup-message): Make this the alias.
19658         (command-line): Find only simple.el, and use its directory
19659         to fill in other preloaded files' names.
19660         (command-line): Deactivate the mark if deactivate-mark is set.
19662         * international/mule.el (load-with-code-conversion):
19663         Bind deactivate-mark.
19665         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19667 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
19669         * cus-edit.el (customize-apropos): Avoid listing an option more
19670         than once under different aliases.  No longer list user options
19671         that are not defined with defcustom (unless a prefix arg is given).
19672         Doc fix.
19673         (customize-apropos-options): Doc fix.
19675 2005-12-11  Juri Linkov  <juri@jurta.org>
19677         * frame.el (set-background-color, set-foreground-color)
19678         (set-cursor-color, set-mouse-color, set-border-color):
19679         Add explicit prompts to read colors by `facemenu-read-color'.
19680         (show-trailing-whitespace, blink-cursor-delay)
19681         (blink-cursor-interval, display-hourglass, hourglass-delay):
19682         Remove tags.
19683         (display-hourglass, hourglass-delay): Doc fix.
19684         (cursor-in-non-selected-windows): Capitalize words in tag.
19686         * faces.el (frame-background-mode): Replace `choice-item' keywords
19687         with `const' to not make [default] button.  Change default value tag
19688         from `default' to `automatic'.  Doc fix.
19689         (trailing-whitespace) <defface>: Change group `whitespace' to
19690         `whitespace-faces'.
19692 2005-12-11  Richard M. Stallman  <rms@gnu.org>
19694         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19696 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19698         * term/mac-win.el: Create keymap for mac-apple-event-map.
19700 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
19702         * tooltip.el (tooltip-mode): Move to start of file so that it
19703         appears at top of customize buffer.
19705         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19706         Add the gud groupname.
19707         (gud-tooltip-mode): Add the tooltip groupname.
19708         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
19709         avoid conflict with tooltip-use-echo-area.
19711 2005-12-10  Romain Francoise  <romain@orebokech.com>
19713         * help.el (help-for-help-internal): Add `r' in doc string.
19715 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
19717         * align.el (align-regexp, align-highlight-rule):
19718         Use region-beginning and region-end instead of point and mark, so that
19719         repetition (with `repeat-complex-command') recomputes the region
19720         bounds.
19722 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
19724         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19725         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19726         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19727         (balance-windows): Rewrite using the above new functions.
19729 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
19731         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19732         react if global-hi-lock-mode seems intended.
19733         (global-hi-lock-mode): Renamed from hi-lock-mode.
19734         (hi-lock-archaic-interface-message-used)
19735         (hi-lock-archaic-interface-deduce): New variables.
19736         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19737         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19738         (hi-lock-find-patterns, hi-lock-font-lock-hook):
19739         Replace hi-lock-buffer-mode with hi-lock-mode.
19741 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19743         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19744         completion list, even after a partial completion has been
19745         inserted in the current buffer.  If there are more than 1
19746         completion, redisplay the *Completions* buffer; if the
19747         completion is unique, delete the *Completions* window.
19749 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
19751         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19752         strings and long subject lines that were broken into multiple
19753         lines at arbitrary places.  Handle subjects that have "Re: " in
19754         the middle.
19756 2005-12-10  John W. Eaton  <jwe@octave.org>
19758         * progmodes/octave-mod.el (octave-electric-space): Don't indent
19759         comments or strings if octave-auto-indent is nil.
19761 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19763         * term/mac-win.el: Require url when compiling.
19764         Call mac-process-deferred-apple-events after loading init files.
19765         (mac-apple-event-map): New defvar.  Define event handlers in it.
19766         (core-event, internet-event): New Apple event class symbols.
19767         (open-application, reopen-application, open-documents)
19768         (print-documents, open-contents, quit-application)
19769         (application-died, show-preferences, autosave-now, get-url):
19770         New Apple event ID symbols.
19771         (about): New HICommand ID symbol.
19772         (mac-event-spec, mac-event-ae): New macros.
19773         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19774         (mac-ae-selection-range, mac-ae-text-for-search)
19775         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19776         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
19777         and Services menu events are now defined in mac-apple-event-map.
19778         (mac-drag-n-drop): Remove selection range handling.
19780 2005-12-10  Kenichi Handa  <handa@m17n.org>
19782         * simple.el (zap-to-char):
19783         * isearch.el (isearch-process-search-char): Translate CHAR by
19784         translation-table-for-input.
19786 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
19788         * foldout.el (foldout-exit-fold): Properly hide subtree.
19790 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19792         * files.el (save-buffer):
19793         * international/ucs-tables.el (ucs-set-table-for-input):
19794         * mail/mail-extr.el (mail-extract-address-components):
19795         * mail/sendmail.el (mail-mode): Reformat doc string.
19797 2005-12-09  Juri Linkov  <juri@jurta.org>
19799         * isearch.el (isearch-highlight): Change main overlay priority
19800         from 1 to 1001.  Simplify.
19801         (isearch-lazy-highlight-update): Change lazy overlay priority
19802         from 0 to 1000.
19804         * replace.el (replace-highlight): Change overlay priority from
19805         1 to 1001.
19807         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19808         Change overlay priority from 1 to 1001.  Reuse existing overlay.
19810         * compare-w.el (compare-windows-highlight): Change overlay
19811         priority from 1 to 1000.
19813         * menu-bar.el (menu-bar-edit-menu): Add listp around
19814         pending-undo-list to disable menu item "undo" when pending
19815         undo list is empty.
19817         * locate.el (locate): Disable undo in *Locate* buffer.
19819 2005-12-09  Kim F. Storm  <storm@cua.dk>
19821         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19823 2005-12-09  David Ponce  <david@dponce.com>
19825         * recentf.el: Improvement of the menu code.
19826         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
19827         instead of menu hook.
19828         (recentf-show-menu, recentf-hide-menu): New functions.
19829         (recentf-menu-customization-changed, recentf-mode): Use them.
19830         (recentf-menu-action, recentf-max-menu-items)
19831         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19832         (recentf-arrange-by-rule-others)
19833         (recentf-arrange-by-rules-min-items)
19834         (recentf-arrange-by-rule-subfilter): Don't use
19835         `recentf-menu-customization-changed'.
19836         (recentf-arrange-rules): Likewise.  Accept functions to compute
19837         sub-menu titles.
19838         (recentf-menu-filter): Likewise.  Doc fix.
19839         (recentf-menu-value-shortcut): Doc fix.
19840         (recentf-dump-variable): Quote atom value.
19841         (recentf-make-menu-items): Update to use it as a menu filter.
19842         (recentf-match-rule): New function.
19843         (recentf-arrange-by-rule): Use it.
19844         (recentf-indirect-mode-rule): New function.
19845         (recentf-build-mode-rules): Use it.
19846         (recentf-dir-rule): New function.
19847         (recentf-arrange-by-dir): Use it.
19848         (recentf-filter-changer-current): Rename from
19849         `recentf-filter-changer-state'.  All references updated.
19850         (recentf-filter-changer-alist): Update filter names.
19851         (recentf-filter-changer-select): New function.
19852         (recentf-filter-changer): Use it.  Make a sub-menu from filters
19853         available in `recentf-filter-changer-alist'.
19854         (recentf-data-cache, recentf-clear-data)
19855         (recentf-update-menu): Remove.  All references updated.
19856         (recentf-match-rule-p, recentf-build-dir-rules)
19857         (recentf-filter-changer-goto-next)
19858         (recentf-filter-changer-get-current)
19859         (recentf-filter-changer-get-next): Remove.
19861 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
19863         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19864         buffer "Reset" button to "Reset to Current" for consistency with
19865         the State buttons.
19867 2005-12-08  John Paul Wallington  <jpw@pobox.com>
19869         * ibuf-ext.el (define-ibuffer-filter filename):
19870         If `dired-directory' is a list then really use its car.
19872 2005-12-08  Kim F. Storm  <storm@cua.dk>
19874         * emulation/cua-rect.el (cua--rectangle-aux-replace):
19875         Fix indention of text on right side of replaced rectangle.
19877 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
19879         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19880         No need to check gud-comint-buffer is bound.
19881         (gdb): Prevent multiple debugging when first session uses gdba.
19883 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19885         CC Mode update to 5.31.
19887         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19888         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
19889         We might do this function properly in the future).
19891         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19892         New macros c-sentence-end and c-default-value-sentence end, to cope
19893         with Emacs 22's new function `sentence-end'.
19895 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19897         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19898         compat issue using `c-put-overlay' and `c-delete-overlay'.
19900         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19901         New compat macros to handle overlays/extents.
19903 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19905         * progmodes/cc-fix.el: Add definitions of the macros push and pop
19906         (for GNU Emacs 20.4).
19908         * progmodes/cc-defs.el
19909         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19911         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19912         highlighting mechanism so it will work in XEmacs too.
19914         * progmodes/cc-defs.el: Insert c-int-to-char.
19916         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19917         call to the new macro c-int-to-char.  This solves XEmacs's
19918         regarding characters as different from integers.
19920 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19922         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19923         New internal helper.
19925         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19926         construct to make the indirect face lookup work in XEmacs.
19928         (c-cpp-matchers): Append the negation char face to the existing
19929         fontification, so that the cpp face doesn't disappear.
19930         Use `c-make-syntactic-matcher' to avoid negation chars in comments
19931         and strings.
19933         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19934         to map to `font-lock-negation-char-face' in emacsen where it exists.
19936 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19938         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19940         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19941         Rename "c-subword-move-mode" as "c-subword-mode".
19943         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19944         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
19946 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19948         * progmodes/cc-mode.el: Added autoload directive for
19949         `c-subword-move-mode' for use in older emacsen.
19951 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19953         * progmodes/cc-mode.el:
19954         (i): Insert a binding for C-c C-backspace into
19955         c-bind-special-erase-keys which works in TTYs.
19956         (ii): Make sure that when file styles are used, any explicitly
19957         given style variables take priority over those in the style.
19958         Do this by calling `hack-local-variables' a second time.
19960         * progmodes/cc-vars.el: Add language specific customization
19961         widgets for AWK to c-doc-comment-style, c-require-final-newline
19962         and c-default-style.  Add a defcustom for awk-mode-hook.
19963         Give c-syntactic-element and c-syntactic-context doc-strings by
19964         directly setting their `variable-documentation' propery.
19965         This allows Emacs 22.1 to read these with C-h v.
19967         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19969 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
19971         * progmodes/cc-fonts.el, cc-vars.el
19972         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19973         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19974         Masatake YAMATO.
19976         (c-doc-comment-style): Made GtkDoc default in C mode.
19978         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19979         and C-c C-<delete>.
19981         (c-bind-special-erase-keys): New function for use on
19982         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19984         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19985         <delete> key behavior in XEmacs according to `delete-forward-p'.
19986         C.f. `c-electric-delete'.
19988 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
19990         * progmodes/cc-mode.el: Give c-hungry-backspace and
19991         c-hungry-delete-forward permanent key bindings.
19993         * progmodes/cc-cmds.el (c-electric-semi&comma):
19994         Bind c-syntactic-context for calls to "criteria functions", for
19995         consistency with other calls to user functions.
19997         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19998         `current-prefix-arg', since this might be the prefix arg to a
19999         command which calls c-indent-command as a function.  Change the
20000         interactive spec from "p" to "P".
20002         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
20003         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
20004         was difficult to understand.
20006 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20008         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
20009         first char of an identifier.
20011         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
20012         +" syntax in C++.
20014 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20016         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
20017         auto-fill doesn't split a c-comment's last word from a hanging
20018         "*/" when a space is typed between them after fill-column.
20020         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
20022         * progmodes/cc-styles.el (c-set-style)
20023         (c-setup-paragraph-variables): Abort the command if we're not in a
20024         CC Mode buffer.
20026         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
20027         with blank comment-prefix, and a blank line as the comment's
20028         second line.
20030 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20032         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
20033         Incorporate the patterns added in the Emacs development branch
20034         for the new Emacs 22 face `font-lock-negation-char-face'.
20036         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
20037         of "red" since it stands out better in xterms and DOS terminals.
20039         * progmodes/cc-engine.el (c-literal-faces):
20040         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
20042 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20044         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
20045         forcibly enable c-electric-flag.
20047         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
20048         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
20049         after the comment-prefix of a C-style comment will close that comment.
20051 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20053         * progmodes/cc-fonts.el (c-basic-matchers-before)
20054         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
20055         in Pike.
20057         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
20058         digraphs.
20060         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
20061         (c-cpp-message-directives, c-cpp-include-directives)
20062         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
20063         (c-cpp-expr-directives): Introduce new language constants to
20064         control cpp syntax in a cleaner way.
20066         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
20068         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
20070         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
20071         (c-multiline-string-start-char): New language constants and
20072         variables to specify how newlines in string literals work.
20074         (c-font-lock-invalid-string): Use them.
20076         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
20077         unbalanced close brace is entered.  Optimization by avoiding going
20078         back over arbitrarily large blocks.  Removed hints that this
20079         function only would be relevant/useful in AWK.
20081         (c-electric-brace): Indent syntactically after the cleanups since
20082         lineup functions might do it differently then.
20084         * progmodes/cc-engine.el, cc-langs.el
20085         (c-opt-op-identifier-prefix): New language constant and variable.
20087         (c-just-after-func-arglist-p, c-after-special-operator-id)
20088         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
20090         * progmodes/cc-align.el, cc-engine.el
20091         (c-after-special-operator-id): New helper to handle C++ operator
20092         identifiers.
20094         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
20095         (c-guess-basic-syntax): Handle C++ operator identifiers in
20096         declarations.
20098         * progmodes/cc-langs.el (c-assignment-operators): Add the
20099         trigraph version of ^= too.
20101         * progmodes/cc-langs.el (c-assignment-operators): Add the
20102         trigraph version of |= in C++.
20104         * progmodes/cc-fonts.el (c-font-lock-declarators):
20105         Handle `c-decl-hangon-kwds' after the identifier name.
20107         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
20108         whether an arglist is "nonempty", ignore a comment after the open
20109         paren if it isn't followed by a non-comment token on the same line.
20111         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
20112         Enable heuristics below the point to cope with classes inside special
20113         brace lists in Pike.
20115 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20117         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
20119 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20121         * progmodes/cc-guess.el (cc-guess-install): New function to
20122         install an already guessed style in another buffer.
20124         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
20125         sets `inhibit-read-only' - `c-save-buffer-state' should be used
20126         anyway if the change always is undone.
20128 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20130         Implement togglable electricity:
20132         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
20133         saying when it should be used.
20135         * progmodes/cc-engine.el: Add the new buffer-local variable,
20136         c-electric-flag.
20138         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
20139         c-toggle-auto-newline.
20141         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
20142         c-toggle-auto-newline.  Remove the binding for
20143         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
20144         c-toggle-electric-state.
20146         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
20148         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
20149         c-\(forward\|backward\)-subword.
20150         (c-update-modeline): Add the new modeline flag `l' for
20151         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
20152         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
20153         Make the old name an alias of the new name.
20154         (c-toggle-electric-state): New function.
20155         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
20156         Adapt these functions to do electric things only when
20157         c-electric-flag is non-nil.
20158         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
20159         new functions from c-electric-brace.
20160         (c-point-syntax): Add a check for "virtual semicolons" in AWK
20161         mode, so that the tentative extra newline doesn't change the
20162         syntax of the following brace.
20163         (c-electric-brace): Restructure by extracting the above functions.
20164         Tidy up the coding somewhat.
20165         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
20166         restructure a bit.
20168 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20170         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
20171         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
20173         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
20174         (c-submode-indicators): Change name from `c-auto-hungry-string'
20175         since it's now used to track another submode.
20177         (c-update-modeline): Convert to function and extended to check
20178         `c-subword-move-mode'.
20180         (c-forward-into-nomenclature, c-backward-into-nomenclature):
20181         Convert to compat aliases for `c-forward-subword' and
20182         `c-backward-subword'.
20184         * progmodes/cc-subword.el: New functions and minor mode to handle
20185         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
20187         (c-forward-subword, c-backward-subword, c-mark-subword)
20188         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
20189         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
20190         Functions corresponding to the standard word handling functions.
20192         (c-subword-move-mode): Minor mode that replaces all the standard
20193         word handling functions with their subword equivalences.
20195 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20197         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
20198         entry for one-liner-defun.
20200         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
20201         name in its def-edebug-spec.
20203         * progmodes/cc-cmds.el (c-electric-brace): Make the
20204         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
20205         compacts space before a comment, if this will make things fit on
20206         one line.
20208         Introduce an "awk" style, mainly for auto-newline and clean-ups.
20210         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
20212         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
20213         clean-up one-liner-defun.
20215         * progmodes/cc-styles.el: Add the new "awk" style.
20217         * progmodes/cc-vars.el: Add description of one-liner-defun to
20218         c-cleanup-list's doc-string.  New user options,
20219         c-max-one-liner-length.  In c-default-style, set the default style
20220         for AWK to "awk".
20222 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20224         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
20225         macros inside labels.
20227         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
20228         `c-at-statement-start-p' and `c-at-expression-start-p'.
20230         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
20231         error if the mark isn't set.
20233         * progmodes/cc-engine.el (c-guess-continued-construct)
20234         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
20235         accurately detect functions inside functions.
20237         * progmodes/cc-engine.el (c-at-expression-start-p): New function
20238         like `c-at-statement-start-p' that additionally recognizes commas
20239         and expression parentheses as delimiters.
20241         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
20242         to avoid heuristics that doesn't work for unclosed blocks.
20243         (c-at-statement-start-p): New function.
20245         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
20246         Objective-C directives, e.g. directives spanning lines should work
20247         reasonably well now.
20249         (c-put-c-type-property, c-clear-c-type-property): New helpers.
20251         (c-forward-objc-directive): New function to move over any ObjC
20252         directive.
20254         (c-just-after-func-arglist-p, c-guess-basic-syntax)
20255         (c-basic-matchers-before): Use it.
20257         (c-font-lock-objc-iip-decl): Remove.
20259         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
20260         in the template arglist recognition.
20262         * progmodes/cc-styles.el (c-style-alist): Fix several
20263         inconsistencies in the Whitesmith style.
20265         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
20266         New lineup function to get lines after Whitesmith style blocks
20267         correctly indented.
20269         (c-lineup-whitesmith-in-block): Back out the compensation for
20270         opening parens since it's done using `add' lists in the style
20271         definition instead.  Don't use the anchor position since it varies
20272         too much between the syntactic symbols. :P
20274         * progmodes/cc-vars.el (c-valid-offset): Update.
20276         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
20277         lists where the offsets are combined according to several
20278         different methods: `first', `min', `max', and `add'.
20279         Report offset evaluation errors with `c-benign-error' so that some kind
20280         of reindentation still is done.
20282         * progmodes/cc-engine.el (c-guess-basic-syntax):
20283         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
20284         `arglist-close'.
20286         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
20287         situations for `arglist-cont-nonempty' and `arglist-close'.
20289         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
20291         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
20292         cc-bytecomp-boundp' in a number of places.
20294         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
20295         macro related issue.
20297 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20299         * progmodes/cc-awk.el: Change the terminology of regexps: A char
20300         list is now [asdf], a char class [:alpha:].
20301         Include code for char classes.
20302         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
20303         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
20305         Remove (nearly all of) the cruft associated with AWK Mode's former
20306         concept of "virtual semicolons":
20308         Adapt c-beginning-of-statement, c-end-of-statement (together with
20309         subfunctions) to use the new notion of "virtual semicolon" in
20310         place of the old awkward special handling for AWK.  There remains
20311         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
20312         * progmodes/cc-cmds.el:
20313         (c-ascertain-adjacent-literal): In the backwards direction, now
20314         recognises AWK regexp delimiters as string delimiters.
20315         (c-after-statement-terminator-p): Adapt for virtual semicolons;
20316         check more rigorously for "end of macro".
20317         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
20318         virtual semicolons;
20319         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
20320         out the code for forward movement into ...
20321         (c-end-of-statement): Now contains the code for forward movement,
20322         adapted for virtual semicolons.
20324         * progmodes/cc-engine.el:
20325         (c-ws*-string-limit-regexp): New regexp.
20326         (c-forward-single-comment, c-backward-single-comment): Comment out
20327         the (now redundant) "special" AWK stuff.
20329         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
20330         c-string-par-start, c-string-par-separate to be more like Text
20331         Mode than Fundamental Mode.
20333 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20335         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
20336         to the fontified region so that fontification doesn't occur
20337         outside it (could happen e.g. when fontifying a line with an
20338         unfinished declaration).
20340 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20342         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
20343         start of the file.  ^L now separate sections of the file.
20344         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
20345         (c-awk-one-line-possibly-open-string-re)
20346         (c-awk-regexp-one-line-possibly-open-char-class-re)
20347         (c-awk-one-line-possibly-open-regexp-re)
20348         (c-awk-one-line-non-syn-ws*-re): New defonsts.
20349         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
20351         Amend the concept of "virtual semicolons" (in the indentation
20352         engine) for languages like AWK, such that they are now
20353         conceptually attached to end of the last token of a statement, not
20354         the end of the line.  (In AWK Mode, however, the pertinent text
20355         property is still physically set on the EOL.)  Remove the specific
20356         tests for awk-mode, thus facilitating the introduction of other
20357         language modes where EOLs can end statements.
20358         (Note: The funtionality in cc-cmds.el, specifically
20359         c-beginning/end-of-statement has yet to be amended.)
20361         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
20362         New macros.
20364         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
20365         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
20366         c-vsemi-status-unknown-p-fn (in a new page).
20368         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
20369         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
20370         numerous awkward forms like
20371         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
20372         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
20373         variable before-ws-ip, the place just after char-before-ip appears.
20375         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
20376         a comment.
20378 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20380         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
20381         `c-tentative-buffer-changes'.
20383         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
20384         convert to macro to choose between Emacs and XEmacs at compile time.
20386         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
20388         (c-tentative-buffer-changes): New macro to handle temporary buffer
20389         changes in a convenient way.
20391         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
20392         for `c-tentative-buffer-changes'.
20394         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
20395         the checks for paren sexps between the point and the keyword, to
20396         avoid some false alarms.
20398         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
20399         Fixed a situation where an error could be thrown for unbalanced
20400         parens.  Changed to make use of c-keyword-member' to avoid some
20401         repeated regexp matches.
20403         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
20404         These language variable are no longer necessary.
20406         (c-block-stmt-kwds): New language constant used by
20407         c-looking-at-inexpr-block'.
20409         (c-guess-basic-syntax): Remove an optional check that looked at
20410         the existence of the now removed language variables.
20412         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
20413         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
20414         object instantiation expressions as declarations in some contexts.
20415         This bug only affected languages where the declarator can't be
20416         enclosed in parentheses.
20418         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
20419         insert newlines before and after substatement braces.
20421         * progmodes/cc-engine.el: Improved the heuristics for recognizing
20422         function declaration headers and the handling of C++ style member
20423         init lists.
20425         (c-just-after-func-arglist-p): Rewritten to use
20426         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
20428         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
20430         (c-guess-basic-syntax): Adapt case 5B for the new
20431         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
20432         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
20433         covers all cases now).
20435         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
20437 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20439         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
20440         c-string-par-start/separate c-sentence-end-with-esc-eol,
20441         initialised in c-setup-paragraph-variables, used in string
20442         scanning subroutines of c-beginning-of-statement.
20444         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
20445         which precedes the newly inserted `{'.
20447 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20449         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
20450         function for declaration level blocks.  It should now cope with
20451         templates better and also be a lot more comprehensible.
20453         (c-looking-at-decl-block): The new function.
20455         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
20456         for compatibility.
20458         (c-add-class-syntax, c-guess-continued-construct)
20459         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
20461         (c-decl-block-key): Change to tell apart ambiguous and
20462         unambiguous keywords.  Pike specials are now handled directly in
20463         the code instead.
20465         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
20466         New language constants and variables to make the backward skip in
20467         `c-looking-at-decl-block' as tight as possible.
20469         (c-nonsymbol-token-char-list): New language constant.
20471         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
20472         find balanced template arglists backwards.
20474         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
20475         making char classes for `c-syntactic-skip-backward'.
20477         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
20478         16D - can't be a class-close at that point.
20480         * progmodes/cc-engine.el (c-guess-basic-syntax)
20481         (c-add-class-syntax): Don't narrow out the enclosing declaration
20482         level.  This makes everything a lot easier, and it was actually
20483         only four small places that needed it to work.  Some places that
20484         previously did `widen' are removed now, which has the effect that
20485         `c-guess-basic-syntax' never will look at things outside the
20486         current narrowment now.  The anchor position for `topmost-intro'
20487         is affected by this, but it was so bogus it was basically useless
20488         before, and now it's equally bogus but in a slightly different way.
20490         (c-narrow-out-enclosing-class): Gone.
20492         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
20493         the narrowed region.
20495         (c-least-enclosing-brace): Remove silly optional argument.
20497         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
20498         the point could be left directly after an open paren when finding
20499         the beginning of the first decl in the block.
20501         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
20502         Specify which submatch to use.
20504         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
20506         (c-decl-start-re): No longer any need for special treatment of
20507         ObjC due to the above.
20509         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
20510         presumably follows C in that regard.
20512         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
20513         New language constants to specify operator tokens inside
20514         identifiers in a more high level way.
20516         (c-opt-identifier-prefix-key): New internal language constant.
20518         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
20519         (c-identifier-start, c-identifier-key): Now completely calculated
20520         from other constants.
20522         (c-identifier-last-sym-match): Decommission since it's no longer used.
20524         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
20526         * progmodes/cc-engine.el (c-forward-name): Remove the
20527         optimization when c-identifier-key is equal to c-symbol-key since
20528         it doesn't work in byte compiled files.  Don't record empty
20529         regions as identifiers.
20531         * progmodes/cc-langs.el (c-filter-ops): New helper function to
20532         simplify access to `c-operators' and its likes.
20534         (c-operator-list, c-all-op-syntax-tokens)
20535         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
20536         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
20537         (c-primary-expr-regexp, c-cast-parens): Use it.
20539         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
20540         an explicit language in functions.
20542         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
20543         variant of adornment.
20545         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
20546         variable.
20548         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
20549         the Pike value.
20551         * progmodes/cc-engine.el (c-on-identifier)
20552         (c-simple-skip-symbol-backward): Small fix for handling "-"
20553         correctly in `skip-chars-backward'.  Affected the operator lfun
20554         syntax in Pike.
20556         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
20557         diagnostic message about precompiled language vars not being used.
20559         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
20560         "__attribute__" is followed by a parenthesis.
20562         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
20563         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
20564         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
20566         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
20567         Internal cleanups to properly detect the declared identifiers in
20568         various declarations.
20570         (c-decl-start-kwds): New language constant to recognize
20571         declarations that can start anywhere.  Used for class declarations
20572         in Pike.
20574         (c-specifier-key, c-not-decl-init-keywords)
20575         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
20576         (c-find-decl-spots): Implement `c-decl-start-kwds'.
20578         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
20579         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
20580         handling of the compiler specific extension keywords into a new
20581         language constant `c-decl-hangon-kwds' that defines keyword
20582         clauses to be ignored in declarations.
20584         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
20585         past unrecognized tokens when handling `c-colon-type-list-kwds'.
20586         Necessary to stop at the declared identifier in e.g. IDL valuetype
20587         declarations.
20589         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
20590         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
20591         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
20592         (c-forward-decl-or-cast-1): Recognize the declared identifier in
20593         class and enum declarations as such and not as part of the type.
20595         (c-forward-decl-or-cast-1, c-forward-label): Relax the
20596         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20598         (c-forward-decl-or-cast-1): Don't disregard sure signs of
20599         declarations when there's some syntax error later on.
20601         (c-complex-decl-matchers): Did away with a reference to
20602         `c-specifier-key'.
20604         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20605         value - this variable is always dynamically bound.
20607         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20608         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20609         * cc-cmds.el, cc-defs.el: Change the policy for marking up
20610         functions that might do hidden buffer changes: All such internal
20611         functions are now marked instead of those that don't.
20613         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20614         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20615         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20616         (c-literal-type): Allow these functions to make hidden buffer changes,
20617         so that they are free to use text property caching later on.
20619         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20620         (c-electric-brace, c-electric-slash, c-electric-star)
20621         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20622         (c-electric-paren, c-electric-continued-statement, c-indent-command)
20623         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20624         (c-context-line-break): Add `c-save-buffer-state' calls to comply
20625         with the changed semantics of the functions above.
20627         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20628         when macros occur in obscure places.  Optimized the sexp movement
20629         a bit.
20631 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20633         Enhancements for c-beginning-of-statement to work in AWK Mode:
20635         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20636         (completed statement) with `}' (statement completed by closing
20637         brace or semicolon) and `$' (statement completed by EOL).
20639         (c-awk-virtual-semicolon-ends-prev-line-p)
20640         (c-awk-virtual-semicolon-ends-line-p)
20641         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20642         (c-awk-at-statement-end-p): New functions.
20644         * progmodes/cc-cmds.el: Simplify the structure of functions
20645         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
20646         two functions and c-beginning-of-statement to handle AWK Mode.
20648         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20649         c-backward-single-comment for AWK mode.  Attempt to clarify their
20650         doc-strings.
20652         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20654 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20656         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20657         label handling.  Labels are now recognized in a uniform and more
20658         robust way, regardless of context.  Text properties are put on all
20659         labels to recognize the following declarations better.
20660         Multiword labels are handled both in indentation and fontification for
20661         the benefit of language extensions like Qt.  For consistency, keywords
20662         in labels are now fontified with the label face instead.
20663         That also applies to "case" and "default".
20665         (c-beginning-of-statement-1): Fix some bugs in the label
20666         handling.  Disregard `c-nonlabel-token-key' in labels that begin
20667         with `c-label-kwds'.
20669         (c-find-decl-spots): Support that the callback adds more
20670         `c-decl-end' spots to find.
20672         (c-forward-decl-or-cast-1): Don't treat a list of plain
20673         identifiers followed by a colon as a declaration.
20675         (c-forward-label): New function to recognize labels.
20677         (c-guess-basic-syntax): Replace uses of `c-label-key' with
20678         `c-forward-label'.  Moved the label recognition cases (14 and 15)
20679         earlier since they aren't so context sensitive now.  Handle labels
20680         on the top level gracefully.  Moved access label recognition to
20681         the generic label case (CASE 15) - removed CASE 5E.
20683         (c-font-lock-declarations): Add recognition of labels in the
20684         same round since we need to handle labels in parallell with other
20685         declarations to recognize both accurately.  It should also improve
20686         speed.
20688         (c-simple-decl-matchers, c-basic-matchers-after):
20689         Move `c-font-lock-labels' so that it only is used on decoration level 2
20690         since `c-font-lock-declarations' handles it otherwise.
20692         (c-complex-decl-matchers): Remove the simplistic recognition of
20693         access labels.
20695         (c-decl-prefix-re): Remove the kludges that was necessary to cope
20696         with labels earlier.
20698         (c-decl-start-re): New language variable to make
20699         `c-font-lock-declarations' stop for the special protection labels
20700         in Objective-C that start with `@'.
20702         (c-label-key): Remove since it's no longer used.
20704         (c-recognize-colon-labels, c-label-prefix-re): New language
20705         constants to support recognition of generic colon-terminated labels.
20707         (c-type-decl-end-used): `c-decl-end' is now used whenever there
20708         are colon terminated labels.
20710         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20711         first argument starts with a special brace list.
20713         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20714         (c-font-lock-declarations): Break out the declaration and cast
20715         recognition from `c-font-lock-declarations' to a new function, so
20716         that it can be used in the indentation engine.
20718         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20719         up to the start of the literal.  Fixed bug with the point on the
20720         wrong side of the search limit that could happen when the start
20721         position is inside a literal.
20723         * progmodes/cc-engine.el (c-parse-state)
20724         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20725         so that it's kept a little bit back to increase the hit rate.
20727         (c-parse-state): Change the macro handling and fixed some
20728         glitches.  Macro context is checked more often than necessary now,
20729         but otoh less garbage conses are generated.
20731         * progmodes/cc-engine.el (c-parse-state)
20732         (c-invalidate-state-cache): Cache the last position where
20733         `c-state-cache' applies.  This can speed up refontification quite
20734         a bit in blocks where there are many non-brace parens before the point.
20736         (c-state-cache-end): New variable for this.
20738         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20739         cache variable.
20741         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20742         get close initial continue positions when the start position is
20743         inside a literal or macro.  Do not call the callback for spots
20744         before the start position (which can happen e.g. for `c-decl-end'
20745         spots inside comments).  Optimize better in special cases when the
20746         region is a single line inside a literal or macro (typically when
20747         the current line is refontified).
20749         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20750         to `c-add-stmt-syntax' - there's no need to explicitly whack off
20751         entries from the paren state.
20753         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20754         special case for "else if" clauses.
20756         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20757         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20759         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20760         New language variable to recognize the gcc extension with statement
20761         blocks inside expressions.
20763         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20764         it somewhat more comprehensible.  The argument AT-BLOCK-START is
20765         no longer used and hence removed.
20767         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20768         to `c-add-stmt-syntax'.
20770         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20771         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20772         This fixes bogus label recognition.
20774         * progmodes/cc-engine.el (c-add-type, c-check-type)
20775         (c-forward-name, c-forward-type): Improve storage of template
20776         types in `c-found-types' so that they can be recognized better.
20778         (c-syntactic-content): Add option to skip past nested parens.
20780         * progmodes/cc-engine.el (c-forward-name):
20781         Set `c-last-identifier-range' all the time.  It's less work that way.
20782         Handle that there might not be an identifier to store in
20783         `c-last-identifier-range'.
20785         (c-forward-type): Handle that `c-last-identifier-range' might be
20786         nil from `c-forward-name'.
20788         * progmodes/cc-defs.el (c-safe-scan-lists)
20789         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20791         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20792         to work even if the form fails.
20794         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20795         down in a large file in one go.
20797         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20799         * progmodes/cc-align.el (c-lineup-assignments): New lineup
20800         function which is like `c-lineup-math' but returns nil instead of
20801         `c-basic-offset' when it doesn't match.
20803         (c-lineup-math): Change to use `c-lineup-assignments'.
20805 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20807         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20808         c-beginning-of-statement.  New subfunctions
20809         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20811 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20813         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20814         hardcoded char classes whereever possible.  Changed a couple of
20815         places to use skip by syntax instead of skip by char class.
20817         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20818         Fix a bug in the regexp that caused extreme backtracking.
20820         * progmodes/cc-langs.el (c-block-comment-starter)
20821         (c-block-comment-ender): New language constants to specify in a
20822         single place how block comments look.
20824         (c-comment-start-regexp, c-block-comment-start-regexp)
20825         (comment-start, comment-end, comment-start-skip)
20826         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20827         (c-syntactic-ws, c-nonempty-syntactic-ws)
20828         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20829         `c-line-comment-starter', `c-block-comment-starter' and
20830         `c-block-comment-ender'.
20832         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20833         New language constants to break up things a bit.
20835         (c-simple-ws): New language constant for simple whitespace.
20837         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20839         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20840         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20841         newlines.  Allow and ignore nil elements in the list.
20843 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20845         * progmodes/cc-cmds.el: Comment out a (n almost certainly
20846         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20848         * progmodes/cc-cmds.el: Tidy up the comments in
20849         c-beginning-of-statement and subfunctions.
20851         * progmodes/cc-awk.el: Replace calls to put-text-property to the
20852         more flexible c-put-char-property and c-clear-char-properties.
20853         Add the author's email address.
20855         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20857         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20858         closing "*/" of a block comment.
20860         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20861         subfunctions) so that it works at BOB and EOB.
20863         * progmodes/cc-cmds.el, cc-vars.el: More updating of
20864         c-beginning-of-statement, including new variable
20865         c-block-comment-start-regexp.
20867 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20869         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20870         symbols from `*-font-lock-extra-types' so that there's no need to
20871         use `regexp-opt' on those lists.
20873         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20874         `c-type-modifier-kwds' is empty.
20876         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20877         there are several strings on the same line.
20879         * progmodes/cc-engine.el (c-literal-limits): Remove the
20880         compatibility function for older emacsen.  `c-literal-limits-fast'
20881         has now taken the place of this function.
20883         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20884         with older emacsen: We now require `pps-extended-state'.
20886 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20888         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20889         which obviates the need to hack sentence-end.  This now handles
20890         escaped newlines in strings correctly.  Correct minor bugs in
20891         c-move-over-sentence and in c-beginning-of-statement.
20893         * progmodes/cc-cmds.el (c-beginning-of-statement (and
20894         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20895         that movement over macros and code are rigorously separated from
20896         eachother.  Correct a few incidental bugs.
20898         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20899         Improve its doc-string.  Improve the handling of certain specific cases.
20901 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20903         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20904         (c-guess-basic-syntax): Change the way class-level labels are
20905         recognized; they can now contain essentially any symbols.
20907         (c-opt-extra-label-key): New language variable to cope with the
20908         special protection label syntax in Objective-C.
20910         (c-opt-access-key): Remove; this is now handled better by
20911         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20913         (c-complex-decl-matchers): Update to handle that
20914         `c-opt-access-key' no longer exists.
20916         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20917         improved label recognition in `c-beginning-of-statement-1'.
20919         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20920         Recognize bitfields better.
20922         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20923         Remove some cruft and fixed a bug that could cause it to go to a
20924         position further down.
20926         * progmodes/cc-langs.el, cc-engine.el
20927         (c-beginning-of-statement-1): Improve detection of labels in
20928         declaration contexts.
20930         (c-beginning-of-decl-1): Use it.
20932         (c-nonlabel-token-key): New language constant and variable needed
20933         by `c-beginning-of-statement-1'.
20935         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20936         manifested itself due to the correction in `c-forward-sexp'.
20938         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20939         Make these behave as documented when used at the buffer limits.
20941         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20942         (c-type-decl-end-used): Made this a language variable.
20944         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20945         correctly when `combine-after-change-calls' is used together with
20946         temporary narrowings.
20948         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20949         Report labels correctly when the start point is immediately after the
20950         colon.
20952         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20953         Remove since it isn't used anymore.
20955         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20956         bracket arglists such as template parens in C++.
20958         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20959         in the last check-in.  Some optimization.
20961         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20962         where it could stop at the same level in a preceding sexp when
20963         PAREN-LEVEL is set.
20965         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20966         text property lookup only when it's needed.
20968         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20969         Change the policy for paren marked angle brackets to be more
20970         persistent; once marked they remain marked even when they're found
20971         to be unbalanced in the searched region.  This should keep the
20972         paren syntax around even when individual lines are refontified in
20973         multiline template arglists.
20975         (c-parse-and-markup-<>-arglists): New dynamically bound variable
20976         to control markup so that incorrect angle bracket arglists aren't
20977         marked in contexts where the correct value for
20978         `c-disallow-comma-in-<>-arglists' isn't known.
20980         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20981         argument has become `c-parse-and-markup-<>-arglists'.
20983         (c-remove-<>-arglist-properties): Remove - no longer used.
20985         (c-after-change-check-<>-operators): New function used on
20986         `after-change-functions' to avoid that "<" and ">" characters that
20987         are part of longer operators have paren syntax.
20989         (c-<>-multichar-token-regexp): New language variable used by
20990         `c-after-change-check-<>-operators'.
20992         (c-after-change): Call `c-after-change-check-<>-operators'.
20994         (c-font-lock-<>-arglists): Use the context properties set by
20995         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20996         correctly to avoid doing invalid markup.
20998         (c-font-lock-declarations): Remove code that undoes the invalid
20999         markup done by `c-font-lock-<>-arglists'.
21001         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
21002         after `c-font-lock-declarations'.
21004         * progmodes/cc-engine.el (c-syntactic-skip-backward):
21005         Add paren-level feature.
21007         (c-guess-basic-syntax): Improve the anchor position for
21008         `template-args-cont' in nested template arglists.  There's still
21009         much to be desired in this area, though.
21011 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
21013         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
21014         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
21016 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
21018         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
21019         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
21021         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
21022         it doesn't work no longer are supported.
21024         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
21025         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
21026         requires support for the syntax-table' text property, which rules
21027         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
21028         cruft associated with those versions.
21030         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
21031         for the `syntax-table' text property, which rules out Emacs 19 and
21032         XEmacs < 21.4.  Removed various compatibility cruft associated
21033         with those versions.
21035         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
21036         support for the `syntax-table' text property.
21038         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
21039         variable and use an extra quoted face name instead.  All the
21040         emacsen flavors handle that correctly.
21042         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
21043         (c-font-lock-declarators, c-font-lock-declarations)
21044         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
21045         property to mark the items in in declarator lists to handle
21046         refontification inside multiline declarations better.
21048         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
21049         construct like "a * b = c;" as a declaration.
21051 2005-12-08  Kim F. Storm  <storm@cua.dk>
21053         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
21054         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
21055         select either meta, hyper, or super modifier for rectangle commands.
21056         (cua--rectangle-modifier-key): New defvar.
21057         (cua--M/H-key): Use it.  Remove special case for `space'.
21058         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
21059         on X, to meta otherwise.  Always bind C-return to toggle
21060         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
21062         * emulation/cua-rect.el (cua-help-for-rectangle):
21063         Use cua--rectangle-modifier-key.  Handle super modifier too.
21064         (cua--init-rectangles): Always bind C-return to toggle rectangle.
21065         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
21067         * ido.el: Move Acknowledgements and History after Commentary.
21068         Minor changes to Commentary.
21070         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
21071         keymap if cua--prefix-override-timer is `shift'.
21072         (cua--shift-control-prefix): New function; emulate "type prefix
21073         key twice" functionality to handle shifted prefix key override.
21074         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
21075         New commands.
21076         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
21078 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
21080         * textmodes/org.el (org-insert-heading): Try to do items before
21081         headings.
21082         (org-agenda-mode): Quote `org-agenda-mode-hook'.
21083         (org-insert-item): New function.
21084         (org-renumber-ordered-list): Don't skip to higher level lists.
21086 2005-12-08  Juri Linkov  <juri@jurta.org>
21088         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
21090         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
21092         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
21094         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
21095         the constructed function name fun-1.
21097         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
21098         because such links don't lead to parent documentation.
21100 2005-12-08  Kenichi Handa  <handa@m17n.org>
21102         * descr-text.el (describe-char): Use *Help-2* buffer if the
21103         current buffer is *Help*.  Call describe-text-properties while
21104         setting the original buffer.
21106 2005-12-07  Bill Wohler  <wohler@newt.com>
21108         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
21109         and causes problems with non-MH users (such as Gnus users).
21111 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
21113         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
21114         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
21115         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
21116         command "info sources".  Move calls to GDB command "list".
21117         (gdb-find-file-hook): Just use gdb-source-file-list.
21118         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
21119         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
21120         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
21121         (gdb-data-list-register-values-handler): Use correct trigger name.
21123 2005-12-07  Kim F. Storm  <storm@cua.dk>
21125         * ido.el (ido-completion-map): Rename from ido-mode-map.
21126         (ido-common-completion-map, ido-file-completion-map)
21127         (ido-file-dir-completion-map, ido-buffer-completion-map):
21128         Rename from ido-mode-....-map.
21129         (ido-init-completion-maps): Rename from ido-init-mode-maps.
21130         (ido-setup-completion-map): Rename from ido-define-mode-map.
21131         (ido-read-internal): Bind minibuffer-local-filename-completion-map
21132         to ido-completion-map.
21134 2005-12-07  Kenichi Handa  <handa@m17n.org>
21136         * international/mule-cmds.el
21137         (set-display-table-and-terminal-coding-system): If the coding
21138         system specified in `unibyte-display' property is different from
21139         the arg coding-system, don't setup standard-display-table.
21141 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21143         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
21144         that comments end at \n, regardless of selective-display.
21146 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
21148         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
21149         (gdb-version): New variables.
21150         (gdb-source-file-list, gdb-register-names)
21151         (gdb-changed-registers): New variables for use with GDB 6.4+.
21152         (gdb-ann3): Replace with...
21153         (gdb-init-1, gdb-init-2): ...two new functions.
21154         (gdba, gdb-prompt): Call gdb-init-1.
21155         (gdb-get-version): New function.  Call gdb-init-2 from here.
21156         (gud-watch): Make it work with mouse events too.
21157         (gdb-post-prompt): Don't add to queue until GDB version is known.
21158         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
21159         (gdb-locals-mode): Use gdb-version.
21160         (gdb-memory-format-map, gdb-memory-unit-map)
21161         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
21162         (gdb-locals-font-lock-keywords-1)
21163         (gdb-locals-font-lock-keywords-2): New variables.
21164         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
21165         (gdb-set-gud-minor-mode-existing-buffers-1)
21166         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
21167         (gdb-var-update-1, gdb-var-update-handler-1)
21168         (gdb-data-list-register-values-handler)
21169         (gdb-data-list-register-values-custom)
21170         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
21171         (gdb-stack-list-locals-handler, gdb-get-register-names):
21172         New functions for use with GDB 6.4+.
21173         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
21174         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
21175         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
21176         (gdb-stack-list-locals-regexp)
21177         (gdb-data-list-register-names-regexp): New regexps for use with
21178         GDB 6.4+.
21180 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21182         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
21184 2005-12-06  Nozomu Ando  <nand@mac.com>
21186         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
21187         prompts work for AUTH PLAIN.  Also reported by Steve Allan
21188         <seallan@verizon.net>.
21190 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
21192         * frame.el (set-frame-parameter): Add doc string.
21194 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
21196         * textmodes/org.el (org-occur-highlights): New variable.
21197         (org-highlight-new-match, org-remove-occur-highlights): New functions.
21198         (org-highlight-sparse-tree-matches): New option.
21199         (org-do-occur): New function.
21200         (org-get-heading): Make it work also at beginning of line.
21201         (org-category-table): New variable.
21202         (org-get-category-table, org-get-category)
21203         (org-camel-to-words, org-link-search): New functions.
21204         (org-select-this-todo-keyword): New variable.
21205         (org-todo-list): New command.
21206         (org-shiftright, org-shiftleft): New commands.
21207         (org-agenda-todo): Add prefix argument.
21208         (org-show-hierarchy-above): New option.
21209         (org-show-todo-tree): Numerical prefix creates tree for specific
21210         TODO keyword.
21211         (org-outline-level): New function, to assign a level to plain
21212         lists items.
21213         (org-cycle-include-plain-lists): New option.
21214         (org-mode): Use `org-outline-level' as value of `outline-level'.
21215         (org-cycle): Temporarily switch `outline-regexp' if
21216         `org-cycle-include-plain-lists' is non-nil.
21217         (org-start-icalendar-file): Fix format bug.
21218         (org-agenda-get-day-entries): Create category table.
21219         (org-agenda-get-todos, org-agenda-get-timestamps)
21220         (org-agenda-get-deadlines, org-agenda-get-scheduled)
21221         (org-agenda-get-blocks): Use `org-get-category'.
21222         (org-context-in-file-links): Rename from
21223         `org-line-numbers-in-file-links'.
21225 2005-12-06  Romain Francoise  <romain@orebokech.com>
21227         * window.el (balance-windows): Delete extraneous third arg in call
21228         to `enlarge-window'.
21230 2005-12-06  Kenichi Handa  <handa@m17n.org>
21232         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
21234 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
21236         * progmodes/gdb-ui.el (gdb-var-create-handler)
21237         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
21238         (gdb-var-list-children-handler, gdb-var-update-handler):
21239         Current buffer is already gdb-partial-output-buffer, don't
21240         make it current again.
21242 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
21244         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
21245         (list-buffers-noselect): Use it.
21247 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21249         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
21250         (mail-yank-ignored-headers): Use regexp-opt.
21251         (mail-mode-map): Move initialization into declaration.
21252         (mail-sent-via): Remove unused shadowed var `to-line'.
21253         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
21254         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
21255         (mail-do-fcc): Use dolist and push.
21256         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
21257         (mail-yank-ignored-headers): Don't autoload.
21259 2005-12-05  Kenichi Handa  <handa@m17n.org>
21261         * international/mule-cmds.el (set-language-info-internal): New fun.
21262         (set-language-info): Call set-language-info-internal to update
21263         language-info-alist.  If LANG-ENV is the current one, call
21264         set-language-environment to make INFO effective now.
21265         (set-language-info-alist): Likewise.
21266         (locale-language-names): With locale "en", use English
21267         lang. env. but set the default codings to iso-8859-1.
21269 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
21271         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
21272         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
21273         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
21274         for plain strings.
21275         (gdb-frames-mode): Remove redundant call to font-lock-mode.
21276         (gdb-all-registers): Rename from toggle-gdb-all-registers.
21277         Create registers buffer if necessary.  Echo new state in minibuffer.
21278         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
21280 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
21282         * info.el (Info-fontify-node): Match external links using
21283         non-directory part of filename.
21285 2005-12-04  Juri Linkov  <juri@jurta.org>
21287         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
21288         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
21289         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
21290         because there is no customization option for it.
21292         * font-lock.el (lisp-font-lock-keywords-1):
21293         Add define-global-minor-mode.
21295         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
21297         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
21298         properties on the constructed variable names.
21300         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21301         Put `definition-name' properties on the constructed function names
21302         next-sym and prev-sym.
21304         * emacs-lisp/find-func.el (find-function-regexp):
21305         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
21306         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
21307         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
21308         and easy-menu-define.
21310         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
21311         easy-mmode-define-global-mode and define-global-minor-mode.
21312         (lisp-imenu-generic-expression): Add define-global-minor-mode.
21314         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
21315         instead of easy-mmode-define-global-mode.
21317         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
21318         Use define-minor-mode instead of easy-mmode-define-minor-mode.
21320         * cus-edit.el (customize-group, customize-group-other-window):
21321         Filter out autoloaded options from the group completion list by
21322         using heuristics that autoloaded groups don't have `custom-autoload'
21323         property on their symbols (they have only `custom-loads').
21325         * simple.el (completion-setup-function): Put completions-common-part
21326         face on complete completion string too (i.e. completion string
21327         without completions-first-difference face).
21329         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
21331 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
21333         * view.el (view-mode): Doc fix.
21335         * disp-table.el (standard-display-european): Add to the warning
21336         message a reference to the doc string.
21338         * play/yow.el (apropos-zippy): Call print-help-return-message,
21339         similar to other Help and Apropos commands.
21341         * help.el (print-help-return-message): If pop-up-frames is
21342         non-nil, set up help-return-method to delete the help window and,
21343         possibly, its frame as well, and don't display message about
21344         scrolling the help window.  Doc fix.
21345         (help-return-method): Doc fix.
21347 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
21349         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
21350         whereby names of length one or names starting with a
21351         symbol-constituent character would not be returned.
21353 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21355         * subr.el (atomic-change-group): Add edebug and indentation spec.
21357 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21359         * completion.el (save-completions-file-name): Fix typo in last change.
21361 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21363         * info.el: Move back/forward history to the beginning of the tool bar.
21365 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
21367         * allout.el (eval-when-compile): Remove unnecessary load of cl.
21368         Add fset of allout-real-isearch-abort during compile to fix
21369         byte-compilation warnings.
21370         (allout-mode-p): Move definition of this macro above all uses, or
21371         byte compilation in barren Emacs (eg, during Emacs build) will
21372         lack the definition.
21373         (allout-mode): Move this variable above any uses, or byte
21374         compilation will fail.
21375         (allout-resolve-xref): Remove use of personal file-reference function.
21376         (allout-toggle-current-subtree-encryption): Do the current (ie,
21377         visible containing) topic, rather than nearest around point.  Doc fix.
21378         (allout-toggle-subtree-encryption): New function, workhorse that
21379         works on nearest topic containing point.
21380         (allout-encrypt-string): Signal requirement for newer version of pgg.
21381         (allout-resumptions): Doc fix.
21383 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
21385         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
21387 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
21389         * textmodes/flyspell.el (flyspell-external-point-words):
21390         Consider a misspelling as found in the string search if: (a) misspelling
21391         and found string lengths match, or (b) misspelling is found as
21392         element in a boundary-chars separated longer string, or (c)
21393         ispell-program-name is really ispell and misspelling is found as
21394         part of a TeX string.  After successful match move beginning of
21395         search region to end of match.  Warn about not found misspellings
21396         once the process is done.
21397         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
21399 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
21401         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21402         tool bar (removed inadvertently).
21404 2005-12-02  Juri Linkov  <juri@jurta.org>
21406         * log-view.el (log-view-diff): Clarify doc string.
21408 2005-12-01  Bill Wohler  <wohler@newt.com>
21410         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
21411         triggers lm-verify errors.
21413 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
21415         * simple.el (transient-mark-mode, line-number-mode)
21416         (column-number-mode, size-indication-mode): Remove `:require nil'.
21418 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
21420         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
21421         in the margin also.
21422         (gdb-breakpoints-mode-map): Use D instead of d for
21423         gdb-delete-breakpoint.
21424         (gdb-get-frame-number): Require a number to match on.
21425         (gdb-threads-mode-map): Add follow-link binding.
21427 2005-11-30  Jason Rumney  <jasonr@gnu.org>
21429         * isearch.el (isearch-mode-map): Avoid exiting search on
21430         language-change event.
21432 2005-11-30  Romain Francoise  <romain@orebokech.com>
21434         * speedbar.el (speedbar-default-position): New defcustom.
21435         (speedbar-frame-reposition-smartly): Use it.
21437         * dframe.el (dframe-reposition-frame-emacs): Fix position
21438         computation for `left' location.
21439         Update copyright year.
21441 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21443         * help.el (help-map): Move initialization into declaration.
21445         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
21447         * help-fns.el (help-argument-name): Don't autoload.
21448         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
21449         to be re-loaded when customizing the `help' group.
21451 2005-11-30  John Paul Wallington  <jpw@gnu.org>
21453         * help-fns.el (describe-function-1): Fill arglist output.
21455 2005-11-30  Kim F. Storm  <storm@cua.dk>
21457         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
21458         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
21459         after revert-buffer (or anything else which kills all local variables).
21461         * apropos.el (apropos-parse-pattern): Doc fix.
21462         Set apropos-regexp directly, rather than expecting callers to do so.
21463         (apropos-command, apropos, apropos-value, apropos-documentation):
21464         Simplify calls to apropos-parse-pattern.
21466 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
21468         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
21469         (hi-lock-face-phrase-buffer): Use hi-yellow face.
21470         (hi-lock-write-interactive-patterns): Use comment-region.
21472         * longlines.el (longlines-mode): Add mail-setup-hook.
21474         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
21476         * simple.el (sendmail-user-agent-compose, next-line):
21477         Conditionally use hard-newline.
21479 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
21481         * international/latexenc.el (latex-inputenc-coding-alist):
21482         Reword doc string.
21484 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
21486         * help.el (describe-key-briefly, describe-key): Recognize default
21487         bindings.
21489 2005-11-29  Romain Francoise  <romain@orebokech.com>
21491         * view.el (view-inhibit-help-message): New defcustom.
21492         (view-mode-enter): Use it.
21494 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
21496         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
21497         Preserve user position.
21499 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
21501         * font-lock.el: Throw error if facemenu is not loaded to prevent
21502         accidental change of loading order in loadup.el.  (Suggested by RMS.)
21504         * loadup.el: Add comment explaining why facemenu must be loaded
21505         before font-lock.
21507 2005-11-28  Jay Belanger  <belanger@truman.edu>
21509         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
21510         (calc-dispatch-map): Add more keys for `calc-same-interface'.
21512         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
21514         * calc/calc-embed.el (calc-do-embedded): Update help message.
21516         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
21518 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21520         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
21522         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
21523         called-interactively-p.
21524         (elp-profilable-p): Rename from elp-not-profilable-p.
21525         Invert result and take into account macros and autoloaded functions.
21526         (elp-instrument-function): Update call.
21527         (elp-instrument-package): Update call.  Add completion.
21528         (elp-pack-number): Use match-string.
21529         (elp-results-jump-to-definition-by-mouse): Merge into
21530         elp-results-jump-to-definition and then remove.
21531         (elp-output-insert-symname): Make help echo text single-line.
21533         * replace.el (query-replace-map): Move initialization into declaration.
21534         (occur-engine): Use with-current-buffer.
21535         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
21536         (occur-mode-mouse-goto): Replace with an alias.
21538 2005-11-28  Juri Linkov  <juri@jurta.org>
21540         * simple.el (quoted-insert): Let-bind input-method-function to nil.
21542         * term/w32-win.el: Bind [S-tab] to [backtab].
21544         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
21545         `Info-find-file' to t.
21547         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
21548         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
21549         and same-window-regexps.
21550         (occur-next-error): Don't move point for arg 0.
21552 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
21554         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
21556 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21558         * log-edit.el (log-edit-changelog-use-first): New var.
21559         (log-edit-changelog-ours-p): Use it.
21560         (log-edit-insert-changelog): Set it with new arg `use-first'.
21561         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
21562         (log-edit-hook): Add them to the list of suggested options.
21564         * textmodes/flyspell.el (flyspell-last-buffer): New var.
21565         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
21566         redundant work.
21567         (flyspell-mode-on): Use add-hook for after-change-functions.
21568         (flyspell-mode-off): Use remove-hook for after-change-functions.
21569         (flyspell-changes): Make it buffer-local.
21570         (flyspell-after-change-function): Make it non-interactive.  Use push.
21571         (flyspell-post-command-hook): Check input-pending-p while processing
21572         the potentially long list of buffer changes.
21574 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
21576         * buff-menu.el (list-buffers-noselect): Display the selected
21577         frame's buffer list, not the global one.
21579 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
21581         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
21582         that (list last-input-event) works as in interactive spec.
21584 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
21586         * loadup.el ("facemenu"): Load facemenu before font-lock, because
21587         `facemenu-keymap' needs to be defined when font-lock is loaded.
21588         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
21590 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21592         * completion.el: Remove useless leading * in defcustom docstrings.
21593         (save-completions-file-name): Use ~/.emacs.d if available.
21594         (completion-standard-syntax-table): Rename from
21595         cmpl-standard-syntax-table and fold initialization into declaration,
21596         thus removing cmpl-make-standard-completion-syntax-table.
21597         (completion-lisp-syntax-table, completion-c-syntax-table)
21598         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21599         (cmpl-saved-syntax, cmpl-saved-point): Remove.
21600         (symbol-under-point, symbol-before-point)
21601         (symbol-under-or-before-point, symbol-before-point-for-complete)
21602         (add-completions-from-c-buffer): Use with-syntax-table.
21603         (make-completion): Don't return a list of completion entries.
21604         Update callers.
21605         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21606         (completion-initialize): Rename from initialize-completions.
21607         (completion-find-file-hook): Rename from cmpl-find-file-hook.
21608         (kill-emacs-save-completions): Collect stats here.
21609         (save-completions-to-file, load-completions-from-file):
21610         Use with-current-buffer.
21611         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
21612         into a function.  Move all calls to toplevel.
21613         (completion-lisp-mode-hook): New fun.
21614         (completion-c-mode-hook, completion-setup-fortran-mode):
21615         Set the syntax-table here.  Use local-set-key.
21616         (completion-saved-bindings): New var.
21617         (dynamic-completion-mode): Make it into a proper minor mode.
21618         (load-completions-from-file): Remove unused var `num-uses'.
21620         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21621         constructor if it is explicitly overridden.
21623         * complete.el (PC-completion-as-file-name-predicate):
21624         Use minibuffer-completing-file-name.
21625         (partial-completion-mode): Use find-file-not-found-functions.
21626         (PC-lisp-complete-symbol): Use with-syntax-table.
21627         (PC-look-for-include-file): Remove dead setq.
21628         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21629         (PC-complete): Use with-current-buffer.
21631         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21632         escape single quotes.
21634 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
21636         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21637         of `if' whose condition always returned nil.  Doc fix.
21639         * buff-menu.el (Buffer-menu-revert-function): Make the selected
21640         window's buffer the current buffer around the call to
21641         `list-buffers-noselect'.  This is necessary to mark that buffer
21642         with a `.' in the Buffer Menu when called from Lisp, for instance
21643         by Auto Revert Mode.
21645 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
21647         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21648         attaching to it.
21649         (gdb-pre-prompt): Make sure gdb-error is reset.
21651         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21652         with a child process, detect it.
21653         (gud-speedbar-buttons): Match regexp more carefully.
21655 2005-11-27  Richard M. Stallman  <rms@gnu.org>
21657         * mouse.el (mouse-drag-move-window-bottom):
21658         Use adjust-window-trailing-edge.
21660 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
21662         * simple.el (blink-matching-open): Ignore
21663         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21664         (blink-matching-paren-on-screen): Update docstring.
21666         * paren.el (show-paren-mode): No longer change
21667         `blink-matching-paren-on-screen'.
21669 2005-11-27  John Paul Wallington  <jpw@pobox.com>
21671         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21672         (gdb-threads-select, gdb-edit-register-value):
21673         Use `posn-set-point' instead of `mouse-set-point' because the
21674         latter is not fbound when configured without X.
21676 2005-11-27  Kim F. Storm  <storm@cua.dk>
21678         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21679         existing face when partially highlighting a TAB in a rectangle.
21681 2005-11-26  Kim F. Storm  <storm@cua.dk>
21683         * ido.el (ido-mode-map): Doc fix.
21684         (ido-mode-common-map, ido-mode-file-map)
21685         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21686         (ido-define-mode-map): Rewrite.  Select one of the new maps as
21687         parent for ido-mode-map instead of building from scratch.
21688         (ido-init-mode-maps): New defun to initialize new maps.
21689         (ido-mode): Call it.
21690         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21691         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21693 2005-11-26  John Paul Wallington  <jpw@pobox.com>
21695         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21696         `mouse-set-point' because the latter is not fbound when configured
21697         without X.
21699 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
21701         * files.el (file-relative-name): Doc fix.
21703 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
21705         * progmodes/octave-inf.el (inferior-octave-startup): Force a
21706         non-empty string for secondary prompt PS2.
21708 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
21710         * progmodes/compile.el (compilation-setup): Fix last change.
21712 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
21714         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21715         (gdb-mouse-toggle-breakpoint-margin)
21716         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21717         Add gdb-server-prefix to keep out of command history.
21718         (gdb-edit-register-value): New function.
21719         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21720         (gdb-info-registers-custom): Use above map.
21722 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
21724         * custom.el (enable-theme): Signal error if argument is not a
21725         theme.  Don't recalculate a face if it's not loaded yet.
21727         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21728         the `user' theme is in effect.
21730         * info.el (Info-on-current-buffer): Record actual filename in
21731         Info-current-file, instead of t, or a fake filename if a non-file
21732         buffer.  Make autoload.
21733         (Info-find-node, Info-revert-find-node): No need to check for
21734         Info-current-file nil.
21735         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21736         Info-current-file is now never `t'.
21737         (Info-fontify-node): Many simplifications due to Info-current-file
21738         always being valid.  Use Info-find-file to find node filename.
21740 2005-11-25  David Kastrup  <dak@gnu.org>
21742         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21743         new character, then delete" in order to preserve markers.
21745 2005-11-25  David Ponce  <david@dponce.com>
21747         * recentf.el (recentf-arrange-by-rule): Handle a special
21748         `auto-mode-alist'-like "strip suffix" rule.
21749         (recentf-build-mode-rules): Handle second level auto-mode entries.
21751 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
21753         * emulation/viper-keym.el (viper-ESC-key): Use different values
21754         in terminal and window modes.
21756         * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21757         add jde-javadoc-checker-report-mode.
21759         * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21761         * ediff.el (ediff-date): Change the date of last update.
21763 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
21765         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21766         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
21767         (hi-lock-mode): New global minor mode.
21768         (turn-on-hi-lock-if-enabled): New function.
21769         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21770         Change arguments to regexp and face instead of a font-lock pattern.
21771         Directly set face property, instead of refontifying.
21772         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21773         (hi-lock-find-patterns): Use line-number-at-pos.
21775         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
21776         arguments for hi-lock-set-pattern.
21777         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21778         Call font-lock-fontify-buffer.
21779         (hi-lock-find-file-hook, hi-lock-current-line)
21780         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21782         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21783         turned off.
21785         * progmodes/compile.el (compilation-setup): Don't fiddle with
21786         font-lock-defaults.
21788 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
21790         * progmodes/gdb-ui.el (gdb-var-create-handler)
21791         (gdb-var-list-children-handler): Find values for all variable
21792         objects.  gud-speedbar-buttons decides whether to display them.
21794 2005-11-24  Romain Francoise  <romain@orebokech.com>
21796         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21797         buffer name with a space.
21799 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
21801         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21802         `org-export-local-list-max-depth'.  Change default value to 3.
21803         (org-auto-renumber-ordered-lists)
21804         (org-plain-list-ordered-item-terminator): New options.
21805         (org-at-item-p, org-beginning-of-item, org-end-of-item)
21806         (org-get-indentation, org-get-string-indentation)
21807         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21808         New functions.
21809         (org-move-item-down, org-move-item-up): New commands.
21810         (org-export-as-html): New classes for CSS support.  Bug fix in
21811         regular expression detecting fixed-width regions.  Respect
21812         `org-local-list-ordered-item-terminator'.
21813         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21814         also a list item.
21815         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21816         New item moving functions.
21818 2005-11-24  Juri Linkov  <juri@jurta.org>
21820         * isearch.el (isearch-repeat): With empty search ring set
21821         `isearch-error' to the error string instead of signaling error
21822         with the function `error'.
21824 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21826         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21828 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
21830         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21831         and variable.
21832         (gdb-var-create-handler, gdb-var-list-children-handler):
21833         Don't match on "char **...".
21834         (gdb-var-update-handler): Find values for all variable objects.
21835         (gdb-info-frames-custom): Identify frames by leading "#".
21837         * progmodes/gud.el (gud-speedbar-menu-items): Add
21838         gdb-speedbar-auto-raise as radio button.
21839         (gud-speedbar-buttons): Raise speedbar if requested.
21840         Don't match on "char **...".
21841         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21842         Make it editable.
21844 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
21846         * info.el (Info-fontify-node): Handle the case where
21847         Info-current-file is t.
21849 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21851         * simple.el (blink-matching-open): Fix off-by-one in last change.
21853 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21855         * term/mac-win.el: Don't change default directory.
21857 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
21859         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21860         buffers correctly.  (It used to throw an error in such buffers.)
21861         Make it ask for confirmation in group buffers and other Custom
21862         buffers containing more than one customization item.
21864 2005-11-22  John Paul Wallington  <jpw@gnu.org>
21866         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21867         property on mail and url overlays.
21868         (goto-address-at-point): Use `posn-set-point' instead of
21869         `mouse-set-point' because the latter is not fbound when configured
21870         without X.
21872 2005-11-22  Lars Hansen  <larsh@soem.dk>
21874         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21875         (ls-lisp-classify, ls-lisp-format): Delete call to
21876         ls-lisp-parse-symlink.
21877         (ls-lisp-handle-switches): Handle symlinks to directories as
21878         directories when ls-lisp-dirs-first in non-nil.
21880 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
21882         * startup.el (command-line): Make sure that loaddefs.el is handled
21883         correctly in load-history.
21885 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
21887         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21888         (gdb-struct-string, gdb-array-string): New constants.
21889         (gdb-info-locals-handler): Use them.
21890         (gdb-reset): Reset gdb-var-list to nil.
21892 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21894         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21895         in patterns.
21897 2005-11-21  Juri Linkov  <juri@jurta.org>
21899         * custom.el (defcustom): Update link types in docstring.
21901 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
21903         * custom.el (defgroup): Add doc-string-elt info.
21905         * widget.el (define-widget): Don't use declare for the doc-string-elt.
21907 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21909         * newcomment.el (comment-enter-backward): Fix last fix.
21911         * simple.el (blink-matching-open):
21912         * paren.el (show-paren-function): Allow new paren-class info.
21914 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
21916         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
21917         handled automagically.
21919 2005-11-20  Andreas Schwab  <schwab@suse.de>
21921         * descr-text.el (describe-char): When copying overlays put them
21922         over the full char description instead of just the first character
21923         of it.
21925 2005-11-20  Juri Linkov  <juri@jurta.org>
21927         * simple.el (what-cursor-position):
21928         * descr-text.el (describe-char): Use Lisp-readable syntax
21929         for octal and hex.  Reorder decimal, octal and hex values.
21930         Remove excess whitespace in the output.  Use `=' in `column='
21931         like in `point=' and `Hscroll='.
21933         * international/mule-cmds.el (encoded-string-description):
21934         Use Lisp-readable syntax for hex.
21936 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21938         * newcomment.el (comment-enter-backward): Handle the case where the
21939         comment is closed by EOB.
21941 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
21943         * longlines.el (longlines-before-revert-hook)
21944         (longlines-after-revert-hook): New functions.
21945         (longlines-mode): Turn off longlines temporarily when reverting.
21946         Add a message-setup-hook.
21947         (longlines-decode-buffer): New function.
21948         (longlines-wrap-line): Preserve marker positions.
21950 2005-11-19  Andreas Schwab  <schwab@suse.de>
21952         * emacs-lisp/shadow.el: Handle compressed files.
21954 2005-11-19  Romain Francoise  <romain@orebokech.com>
21956         * net/browse-url.el (browse-url-default-browser): Signal an error
21957         if no usable browser can be found, rather than try to load w3.
21959 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
21961         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21962         replacing existing properties.
21963         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21964         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21965         tty specs.
21966         (rcirc-server-prefix, rcirc-server): New faces.
21967         (rcirc-url-regexp): Generate with rx macro.
21968         (rcirc-last-server-message-time): New variable.
21969         (rcirc-filter): Record time of last message.
21970         (rcirc-keepalive): Kill processes that did not send a message
21971         since the last ping.
21972         (rcirc-mode): Give rcirc-topic a local binding here.
21974 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
21976         * subr.el (read-passwd): Fontify the prompt as we do with other
21977         prompts.
21979 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
21981         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21982         binding buffer-read-only to nil.
21984 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
21986         * complete.el (partial-completion-mode):
21987         Mention completion-auto-help in the doc string.
21989         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
21990         more Lisp-ish way.
21992 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
21994         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21995         digits, not 8, to avoid misalignment for files larger than 100MB.
21997 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
21999         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
22000         Mention "keyboard shortcuts" in the help text.
22002 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22004         * startup.el (fancy-splash-default-action): Discard only
22005         mouse-down and succeeding mouse-up events in the splash screen
22006         window so that drag-n-drop event can be processed.
22008 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
22010         * longlines.el (longlines-mode): Add hacks for mail-mode and
22011         message-mode.
22013 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
22015         * textmodes/org.el (org-table-sort-lines): New command.
22016         (org-tbl-menu): Add entry for `org-table-sort-lines'.
22017         (org-add-file): Command removed, use `org-agenda-file-to-front'
22018         instead.
22019         (org-export-icalendar): Use `org-icalendar-combined-name'.
22020         (org-cycle-agenda-files, org-agenda-file-to-end)
22021         (org-agenda-file-to-front): New commands.
22022         (org-table-tab-jumps-over-hlines, org-export-html-style):
22023         New options.
22024         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
22025         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
22026         New functions.
22027         (org-fill-paragraph): Call `org-table-align' in tables.
22028         (org-mode): Call `org-set-autofill-regexps'.
22029         (org-export-as-html): Support for local handformatted lists.
22030         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
22031         (org-export-local-list-max-depth): New option.
22032         (org-html-expand): Use `org-html-protect'.
22034 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
22036         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
22037         to "p".
22038         (gdb): Move definition of gud-pp to...
22040         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
22041         speedbar.
22042         (gdb-find-watch-expression): New function.
22044 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22046         * faces.el (face-attribute, set-face-attribute): Mention existence
22047         of `:ignore-defface' setting in docstring.
22049 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22051         * simple.el (completion-setup-function): Fix last change.
22053 2005-11-17  John Paul Wallington  <jpw@pobox.com>
22055         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
22056         Use `posn-set-point' instead of `mouse-set-point' because the
22057         latter is not fbound when configured without X.
22059         * comint.el (comint-insert-input): Likewise.
22061 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
22063         * simple.el (hard-newline): New variable.
22064         (sendmail-user-agent-compose, next-line): Use it.
22066         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
22067         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
22068         (mail-mail-reply-to, mail-mail-followup-to)
22069         (mail-position-on-field, mail-signature, mail-yank-original)
22070         (mail-attach-file): Likewise.
22072         * mail/mailheader.el (mail-header-format)
22073         (mail-header-format-function): Likewise.
22075         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
22077 2005-11-17  Juri Linkov  <juri@jurta.org>
22079         * font-lock.el (font-lock-faces): Rename this defgroup from
22080         `font-lock-highlighting-faces'.
22081         (font-lock-comment-face, font-lock-comment-delimiter-face)
22082         (font-lock-string-face, font-lock-doc-face)
22083         (font-lock-keyword-face, font-lock-builtin-face)
22084         (font-lock-function-name-face, font-lock-variable-name-face)
22085         (font-lock-type-face, font-lock-constant-face)
22086         (font-lock-warning-face, font-lock-negation-char-face)
22087         (font-lock-preprocessor-face)
22088         (font-lock-regexp-grouping-backslash)
22089         (font-lock-regexp-grouping-construct): Rename :group from
22090         `font-lock-highlighting-faces' to `font-lock-faces'.
22092         * cus-edit.el (lisp, c, tex):
22093         * progmodes/ada-mode.el (ada):
22094         * progmodes/asm-mode.el (asm):
22095         * progmodes/cperl-mode.el (cperl-faces):
22096         * progmodes/cpp.el (cpp):
22097         * progmodes/dcl-mode.el (dcl):
22098         * progmodes/f90.el (f90):
22099         * progmodes/fortran.el (fortran):
22100         * progmodes/icon.el (icon):
22101         * progmodes/idlwave.el (idlwave-misc):
22102         * progmodes/m4-mode.el (m4):
22103         * progmodes/make-mode.el (makefile):
22104         * progmodes/meta-mode.el (meta-font):
22105         * progmodes/modula2.el (modula2):
22106         * progmodes/octave-mod.el (octave):
22107         * progmodes/pascal.el (pascal):
22108         * progmodes/perl-mode.el (perl):
22109         * progmodes/prolog.el (prolog):
22110         * progmodes/ps-mode.el (PostScript-edit):
22111         * progmodes/scheme.el (scheme):
22112         * progmodes/sh-script.el (sh-script):
22113         * progmodes/simula.el (simula):
22114         * progmodes/tcl.el (tcl):
22115         * textmodes/nroff-mode.el (nroff):
22116         * textmodes/reftex-vars.el (reftex-fontification-configurations):
22117         * textmodes/sgml-mode.el (sgml):
22118         * textmodes/texinfo.el (texinfo):
22119         Add :link (custom-group-link font-lock-faces) to defgroup.
22121         * hi-lock.el (hi-lock): Rename this defgroup from
22122         `hi-lock-interactive-text-highlighting'.  Change parent group from
22123         `faces' to `font-lock'.  Add link to the manual.
22124         (hi-lock-mode, hi-lock-file-patterns-range)
22125         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
22126         `hi-lock-interactive-text-highlighting' to `hi-lock'.
22127         (hi-lock-faces): Add :group `faces'.
22129         * cus-edit.el (custom-variable-prompt): Clarify the code.
22131         * faces.el (face-read-string): Set the default value arg of
22132         completing-read.
22134 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
22136         * rfn-eshadow.el (file-name-shadow-properties)
22137         (file-name-shadow-tty-properties, file-name-shadow-mode):
22138         Remove autoloads, because the file is now preloaded.
22140 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22142         * printing.el (easy-menu-intern): Don't define.
22143         (pr-get-symbol): Use easy-menu-intern only if defined.
22145         * simple.el (blink-matching-open): Simplify a bit.
22146         (completion-setup-function): Fix the case of partial-completion-mode
22147         when the minibuffer's contents start with "-".
22148         Obey completion-base-size-function even when
22149         minibuffer-completing-file-name is non-nil.
22151 2005-11-16  Richard M. Stallman  <rms@gnu.org>
22153         * net/eudcb-ph.el (eudc-ph-open-session):
22154         Use set-process-query-on-exit-flag.
22156         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
22158         * international/ucs-tables.el (ucs-set-table-for-input):
22159         Use make-local-variable, not make-variable-buffer-local.
22161         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
22162         Improve warning message text.
22164         * savehist.el (savehist-save-hook): Add :group.
22166         * menu-bar.el (menu-bar-help-menu):
22167         Rename Find Extra Packages to External Packages.
22169         * cus-edit.el (Custom-reset-standard): Verify that
22170         :custom-standard-value prop exists before calling it.
22172         * apropos.el (apropos-calc-scores): Use apropos-pattern.
22174 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
22176         * wid-edit.el (color): Enclose %t in %{...%}.
22178         * cus-edit.el (face): Enclose %t in %{...%}.
22180 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
22182         * savehist.el (savehist-mode-hook): Re-add the var.
22183         (savehist-mode): Use it.
22185 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22187         * textmodes/flyspell.el: Fix commenting convention.
22188         Remove unnecessary leading * in custom docstrings.
22189         (flyspell-emacs): Remove unused var.
22190         (flyspell-delete-region-overlays): Use remove-overlays.
22191         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
22192         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
22193         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
22194         (flyspell-debug-signal-word-checked): Use with-current-buffer.
22195         (make-flyspell-overlay): Don't locally reuse a global name.
22196         (flyspell-highlight-incorrect-region)
22197         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
22198         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
22199         (flyspell-notify-misspell): Remove unused args `start' and `end'.
22200         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
22201         Wrap calls to accept-process-output inside with-local-quit since it's
22202         often called from a post-command-hook.
22203         (flyspell-correct-word, flyspell-auto-correct-word):
22204         Use ispell-send-string.
22205         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
22207         * calendar/diary-lib.el (diary-list-entries): Also hide the
22208         terminating newline.
22210 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
22212         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
22213         window-system, to allow fonts on tty.
22215 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
22217         * progmodes/gud.el (gud-speedbar-item-info): New function.
22218         (gud-install-speedbar-variables): Use it to display data type
22219         of watch expression as a tooltip in speedbar.
22221 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
22223         * font-core.el (global-font-lock-mode): Add :version keyword,
22224         because default was changed.
22226         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
22228         * startup.el (command-line): Use `custom-reevaluate-setting' for
22229         `file-name-shadow-mode'.
22231         * loadup.el: Preload rfn-eshadow.
22233         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
22234         Add :version keyword.
22235         (file-name-shadow-properties, file-name-shadow-tty-properties)
22236         (file-name-shadow): Add :version keyword.
22238         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
22239         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
22240         in the custom-group property of the symbol frames and the fringe
22241         group got no link to its parent group frames.
22242         Doc fix.
22244 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
22246         * progmodes/gud.el (gud-stop-subjob): New function.
22247         (gud-menu-map, gud-tool-bar-map): Use it.
22249 2005-11-16  Kim F. Storm  <storm@cua.dk>
22251         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
22252         than kill it.
22253         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
22254         to a more useful/logical place.
22256 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
22258         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
22259         go buttons complementary.
22261 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22263         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
22264         (rfn-eshadow-sifn-equal): New function.
22265         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
22267 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
22269         * emulation/viper-util.el (viper-non-word-characters-reformed-vi):
22270         Quote `-' in string.
22272         * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
22273         rcirc-mode buffers come up in Emacs state.
22275         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
22276         operation.
22278 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
22280         * term.el (term-termcap-format): Fix typos.
22281         (term-down): Fix the negative argument case.
22283 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
22285         * progmodes/gdb-ui.el: Remove face-alias left over from change on
22286         2005-08-15.
22287         (gdb-ann3): New command gud-go.
22288         (menu): Accomodate gdb-mi.el.
22289         (gdb-assembler-custom): Make buffer of selected window current
22290         so that set-window-point works.
22292         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
22293         buttons and include new ones.
22295 2005-11-16  Kim F. Storm  <storm@cua.dk>
22297         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
22298         (gud-menu-map): Use it.
22300 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
22302         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
22303         that works correctly for Custom and that does not override a user
22304         who disables it.
22306         * help-mode.el (help-make-xrefs, help-xref-on-pp)
22307         (help-xref-interned, help-follow): Make hyperlinks for variables
22308         that are unbound, but have a non-nil variable-documentation property.
22310         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
22311         mode hook.  (It conflicted with defcustoms for some mode hooks.)
22312         Use the `variable-documentation' property to give the mode hook a
22313         docstring and expand that docstring.
22315 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
22317         * savehist.el (savehist-mode): Don't bother with
22318         `custom-set-minor-mode'.
22319         (savehist-coding-system): Check XEmacs version.
22320         (history-length): Declare also at run time.
22321         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
22322         Don't set the customize state.
22323         (savehist-minibuffer-hook): Special case for when
22324         minibuffer-history-variable is equal to t.
22326 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22328         * files.el (write-file): Refresh VC status.
22330         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
22331         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
22332         than fundamental-mode to see if the mode was set.
22334 2005-11-14  Romain Francoise  <romain@orebokech.com>
22336         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
22337         dummy function in `eval-when-compile' to avoid compiler warning.
22338         Require `man' at compile time.
22340 2005-11-14  Jay Belanger  <belanger@truman.edu>
22342         * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
22343         calcFunc-powerexpand.
22344         (math-write-out-power): Rename it to math-powerexpand; have it
22345         handle negative exponents.
22346         (calc-writeoutpower): Rename it to calc-powerexpand.
22348         * calc/calc-ext.el: Change calcFunc-writeoutpower and
22349         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
22350         autoloads.
22351         Add calcFunc-ldiv to autoloads.
22353         * calc/calc-arith.el (calcFunc-ldiv): New function.
22355         * calc/calc.el (calc-left-divide): New function.
22357 2005-11-14  Juri Linkov  <juri@jurta.org>
22359         * cus-edit.el (custom-variable-prompt): Set the default value arg
22360         of completing-read.
22362         * cus-dep.el (custom-make-dependencies): Reverse the list of
22363         found dependencies.
22365 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
22367         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
22368         Highlighting" entry, it is on by default now.
22369         (menu-bar-options-save): Do not save global-font-lock-mode.
22371 2005-11-13  Richard M. Stallman  <rms@gnu.org>
22373         * textmodes/flyspell.el (flyspell-large-region):
22374         Call flyspell-accept-buffer-local-defs.
22376 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
22378         * textmodes/flyspell.el (flyspell-notify-misspell):
22379         Fix misspelling of "Misspelling".
22380         (flyspell-process-localwords): New function.
22381         (flyspell-large-region): Call flyspell-process-localwords and
22382         flyspell-delete-region-overlays.
22383         (flyspell-delete-region-overlays): New function.
22384         (flyspell-delete-all-overlays): Call that.
22386 2005-11-13  Richard M. Stallman  <rms@gnu.org>
22388         * help.el (help-for-help-internal): Improve doc of C-h a.
22389         (describe-key): Improve prompt; doc fix.
22391 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22393         * vc-svn.el (vc-svn-registered): Catch all errors.
22395         * cus-dep.el (custom-make-dependencies): Typo.
22397 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
22399         * net/tramp-util.el (top): Fix compilation warning.
22401 2005-11-13  Kim F. Storm  <storm@cua.dk>
22403         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
22405 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
22407         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
22408         (gud-speedbar-buttons): Match on "const char *" too.
22410         * progmodes/gdb-ui.el (gdb-var-create-handler)
22411         (gdb-var-list-children-handler): Match on "const char *" too.
22412         (gdb-var-evaluate-expression-handler): Match on empty string.
22413         (gdb-var-update-handler): Only call
22414         gdb-var-evaluate-expression-handler when required.
22416 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
22418         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
22419         selected window.  This still doesn't work for speedbar.
22420         (gud-speedbar-buttons): Handle string expressions properly.
22422         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
22423         (gdb-var-create-handler): Handle string expressions properly.
22424         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
22425         Handle string expressions properly.  Move "type" field into regexp.
22427 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
22429         * bookmark.el (bookmark-maybe-message): New function to reduce
22430         code duplication: invokes `message' iff baud-rate is high enough.
22431         (bookmark-write-file): Use above instead of an inline conditional.
22432         (bookmark-load): Same.
22434 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
22436         * bookmark.el (bookmark-write-file): Don't visit the destination
22437         file, just write the data to it using write-region.  This is
22438         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
22439         change to avoid visiting the file in the first place.
22441 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
22443         * hi-lock.el (hi-lock-mode): Set the default value of
22444         font-lock-defaults.
22446 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
22448         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
22449         arg to `file-attributes'.
22450         (find-lisp-format): The UID and GID can now be strings.
22452 2005-11-12  Kim F. Storm  <storm@cua.dk>
22454         * help.el (help-map): Bind C-h d to apropos-documentation.
22456         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
22457         when point is at end-of-buffer.
22459         * apropos.el (apropos-match-face): Doc fix.
22460         (apropos-sort-by-scores): Add new choice `verbose'.
22461         (apropos-documentation-sort-by-scores): New defcustom.
22462         (apropos-pattern): Now contains the pattern entered by the user.
22463         (apropos-pattern-quoted): New defvar.
22464         (apropos-regexp): New defvar, containing the regexp corresponding
22465         to apropos-pattern.
22466         (apropos-all-words-regexp): Rename from apropos-all-regexp.
22467         (apropos-read-pattern): New defun.  Use it to read pattern arg in
22468         interactive calls; returns list of words for a word list, and
22469         string for a regexp.
22470         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
22471         parses a list of words or regexp as returned by apropos-read-pattern.
22472         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
22473         (apropos-score-doc): Return a very high score if the string
22474         entered by the user matches literally.
22475         (apropos-variable): Doc fix.  Use apropos-read-pattern.
22476         (apropos-command): Doc fix.  Use apropos-read-pattern and
22477         apropos-parse-pattern.  Call apropos-print with nosubst=t.
22478         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
22479         apropos-parse-pattern.
22480         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
22481         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
22482         apropos-documentation-sort-by-scores.  Call apropos-print with
22483         nosubst=t.
22484         (apropos-documentation-internal): Pass doc string through
22485         substitute-key-definition before adding text properties.
22486         Highlight substring matching literal user input if possible.
22487         (apropos-documentation-check-doc-file): Remove locals beg and end.
22488         Fix calculation of score (as added twice).  Pass doc string through
22489         substitute-key-definition before adding text properties.
22490         (apropos-documentation-check-elc-file): Pass doc string through
22491         substitute-key-definition before adding text properties.
22492         Highlight substring matching literal user input if possible.
22493         (apropos-print): Add new arg NOSUBST; if set, command and variable
22494         doc strings have already been passed through substitute-key-definition.
22495         Add code to handle apropos-accumulator items without score element
22496         for backwards compatibility (e.g. with woman package).
22497         Only show scores if apropos-sort-by-scores is `verbose'.
22499 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22501         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
22502         Add jka-compr-load-suffixes to load-suffixes.
22504         * jka-compr.el: Require jka-cmpr-hook.
22505         (jka-compr-info-compress-message, jka-compr-info-compress-program)
22506         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
22507         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
22508         (jka-compr-info-can-append, jka-compr-info-strip-extension)
22509         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
22510         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
22511         (jka-compr-uninstall): Remove entries from
22512         jka-compr-added-to-file-coding-system-alist after they are used.
22513         (jka-compr-error): Remove unused var `curbuf'.
22514         (jka-compr-file-local-copy): Remove unused var `notfound'.
22516 2005-11-10  Romain Francoise  <romain@orebokech.com>
22518         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
22520 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
22522         * progmodes/gud.el (gud-menu-map): Move parentheses.
22523         (gdb): New command gud-pv.
22525 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22527         * tar-mode.el: Remove spurious or unnecessary leading stars
22528         in docstrings.
22529         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
22530         (tar-parse-octal-integer-safe): Use mapc.
22531         (tar-header-block-summarize): Remove unused var `ck'.
22532         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
22533         cleared before.  Obey default-enable-multibyte-characters.
22534         Use mapconcat.  Simplify setting of tar-header-offset.
22535         (tar-mode-map): Move initialization inside delcaration.
22536         (tar-flag-deleted): Use `abs'.
22537         (tar-expunge-internal): Remove unused var `line'.
22538         (tar-expunge-internal): Don't hardcode point-min==1.
22539         (tar-expunge): Widen while doing set-buffer-multibyte.
22540         (tar-rename-entry): Use file-name-coding-system.
22541         (tar-alter-one-field): Don't hardcode point-min==1.
22542         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
22543         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
22545 2005-11-10  Masatake YAMATO  <jet@gyve.org>
22547         * add-log.el (add-log-current-defun): Handle class::method
22548         notation of c++.  Fix incorrect comment.
22550 2005-11-10  Alan Mackenzie  <acm@muc.de>
22552         * help-fns.el (describe-variable): Make C-h v work when a variable
22553         has variable documentation yet is unbound.
22555 2005-11-10  Masatake YAMATO  <jet@gyve.org>
22557         * man.el (Man-highlight-references): Set an empty
22558         string to `Man-arguments' if it is nil.
22559         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
22561 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22563         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
22564         commenting conventions.
22566         * cus-dep.el (custom-make-dependencies): Simplify.
22567         Better follow the commenting conventions.
22569 2005-11-09  Richard M. Stallman  <rms@gnu.org>
22571         * apropos.el (apropos-pattern): Rename from apropos-regexp.
22572         (apropos-orig-pattern): Rename from apropos-orig-regexp.
22573         All uses changed.
22574         (apropos-rewrite-regexp): Doc fix.
22575         (apropos-variable, apropos-command, apropos, apropos-value):
22576         Change prompt; carry through the argument renaming.
22578 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
22580         * find-lisp.el: Require dired.
22581         (find-lisp-find-dired-internal): Do not call
22582         `abbreviate-file-name' on DIR.
22584 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
22586         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
22588 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
22590         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
22591         when using the speedbar.
22592         (gdb): New command gud-pp.
22593         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
22595 2005-11-09  Juri Linkov  <juri@jurta.org>
22597         * replace.el (occur-excluded-properties): New defcustom.
22598         (occur-1, occur-engine, occur-accumulate-lines): Use it.
22600 2005-11-08  Jay Belanger  <belanger@truman.edu>
22602         * calc/calc-units.el (math-convert-units): Replace any composite
22603         unit by its definition.
22605 2005-11-08  Lars Hansen  <larsh@soem.dk>
22607         * emacs-lisp/autoload.el (update-directory-autoloads):
22608         Add obsolete function alias.
22610 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22612         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22613         comment-indent-function.
22614         (lisp-comment-indent): Replace by an alias for comment-indent-default.
22616         * reveal.el (reveal-post-command): Rework the handling of
22617         reveal-open-spots, so as to be more reliable.  There were several
22618         tricky corner cases where an open spot might be lost, or where
22619         a closed spot might end up on the list of open spots.
22620         Only reveal text that's ellipsised.
22622 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
22624         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22626 2005-11-07  John Paul Wallington  <jpw@gnu.org>
22628         * ibuffer.el (ibuffer): Search iconified frames too when
22629         getting Ibuffer buffer's window.
22631 2005-11-06  Richard M. Stallman  <rms@gnu.org>
22633         * progmodes/compile.el (compilation-internal-error-properties):
22634         save-excursion around the computation of MARKER.
22636 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
22638         * textmodes/flyspell.el (flyspell-external-point-words):
22639         flyspell-get-word returns a list, not just a string.
22641 2005-11-06  John Paul Wallington  <jpw@pobox.com>
22643         * ibuffer.el (ibuffer): Search all visible frames when getting
22644         Ibuffer buffer's window.
22646 2005-11-07  Masatake YAMATO  <jet@gyve.org>
22648         * man.el (Man-reference-regexp): Accept spaces between
22649         `Man-name-regexp' and `Man-section-regexp'.
22650         (Man-apropos-regexp): New variable.
22651         (Man-abstract-xref-man-page): Use value for `Man-target-string'
22652         if available.
22653         (Man-highlight-references, Man-highlight-references0):
22654         Handle the case when `Man-arguments' includes "-k".
22655         (Man-highlight-references0): Rename the argument `TARGET-POS' to
22656         `TARGET'. `TARGET' can be a number, function or nil.
22658 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
22660         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22661         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22662         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22663         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22664         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22665         (gdb-send-item): Use buffer-local-value and simplify.
22667 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
22669         * startup.el (command-line): Use `custom-reevaluate-setting' for
22670         `global-font-lock-mode'.
22672         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22673         by default, except in batch mode or when the -D option is given.
22675         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22676         specified keyword args on to `define-minor-mode'.  Update docstring.
22678 2005-11-05  Romain Francoise  <romain@orebokech.com>
22680         * replace.el (occur-engine): Add marker at end of line, too.
22682 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
22684         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22685         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22686         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22687         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22688         argument to all these routines, so the passphrase can be managed
22689         externally and passed in to the system.
22690         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22691         pgg-add-passphrase-to-cache function.
22693         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22694         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22695         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22696         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22697         argument to all these routines, so the passphrase can be managed
22698         externally and passed in to the system.
22699         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22700         function.
22702 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
22704         * font-lock.el: Don't deal with font-lock-face-attributes here,
22705         move the code ...
22707         * startup.el (command-line): ... here.  Use face-spec-set instead
22708         of custom-declare-face.
22710         * faces.el (face-spec-set): Reset the face if spec is not nil.
22712 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22714         * newcomment.el (comment-region-internal): Box more tightly in the
22715         common case where there's no TAB in the boxed text.
22717 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22719         * info.el (info-tool-bar-map): Use images prev-node, next-node and
22720         up-node.
22722 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
22724         * net/newsticker.el: Commentary updated.  Code formatting changed.
22725         (newsticker-version): Change to "1.9".
22726         (newsticker, newsticker-feed): Doc fix.
22727         (newsticker-url-list): Doc fix.  Add option "Weekly".
22728         (newsticker-retrieval-interval): Add option "Weekly".
22729         (newsticker-headline-processing): Doc fix.
22730         (newsticker-auto-mark-filter): Remove.
22731         (newsticker-auto-mark-filter-list): New.
22732         (newsticker-layout, newsticker-sort-method): Doc fix.
22733         (newsticker-hide-old-items-in-newsticker-buffer)
22734         (newsticker-heading-format, newsticker-item-format)
22735         (newsticker-desc-format): Doc fix.
22736         (newsticker-show-all-rss-elements): Remove.
22737         (newsticker-show-all-news-elements): New.
22738         (newsticker-faces, newsticker-ticker): Doc fix.
22739         (remove-from-invisibility-spec): Code formatting.
22740         (newsticker--process-ids): New.
22741         (newsticker-mode): Doc fix.
22742         (newsticker-mode): Change mode-line-format.
22743         (newsticker-start): Remove debug output.
22744         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
22745         (newsticker-w3m-show-inline-images): Code formatting.
22746         (newsticker-next-item): Call `force-mode-line-update'.
22747         (newsticker-previous-item): Call `force-mode-line-update'.
22748         (newsticker-next-feed): Call `force-mode-line-update'.
22749         (newsticker-previous-feed): Call `force-mode-line-update'.
22750         (newsticker-mark-all-items-at-point-as-read): Code formatting.
22751         (newsticker-show-old-items): Do not show descs.
22752         (newsticker-hide-entry): Hide too much.
22753         (newsticker-hide-entry, newsticker-show-entry)
22754         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22755         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22756         (newsticker-toggle-auto-narrow-to-item): Code formatting.
22757         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22758         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22759         (newsticker-get-news): Call `force-mode-line-update'.
22760         Collect process ids.
22761         (newsticker--sentinel): Change coding system handling.
22762         Move image retrieval to new functions newsticker--get-logo-url-*.
22763         Move feed parsing to new functions newsticker--parse-*.
22764         Update list of process ids.
22765         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22766         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22767         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22768         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22769         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22770         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22771         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22772         (newsticker--decode-coding-string): Remove.
22773         (newsticker--decode-numeric-entities): Check input.  Format code.
22774         (newsticker--remove-whitespace): Check input.
22775         (newsticker--do-forget-preformatted): Doc fix.
22776         (newsticker--decode-rfc822-date): Allow for missing time.
22777         (newsticker--update-process-ids): New.
22778         (newsticker--image-sentinel): Change comment.
22779         (newsticker--image-read): Change error message.
22780         (newsticker--imenu-goto): Doc fix.  Show headline title.
22781         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22782         (newsticker--buffer-do-insert-text): Clean whitespace in
22783         html-rendered headline title.  Code formatting.
22784         Call `newsticker--buffer-print-extra-elements'.
22785         (newsticker--buffer-print-extra-element): Remove.
22786         (newsticker--buffer-print-extra-elements): New.
22787         (newsticker--buffer-do-print-extra-element): New.
22788         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
22789         large sizes.
22790         (newsticker--run-auto-mark-filter)
22791         (newsticker--do-run-auto-mark-filter):
22792         Use `newsticker-auto-mark-filter-list'.
22794 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
22796         * net/rcirc.el: Use split-string OMIT-NULLS argument.
22797         (rcirc-print): Force redisplay before running hooks.  Do long
22798         buffer truncation after making new text read-only.  Deal with nil
22799         text when decoding strings.  If TARGET is nil, use either the
22800         currently selected buffer, if it is an rcirc buffer and of the
22801         same process or the process buffer.
22802         (rcirc-mode): Remove header-line.  Recompute short buffer names.
22803         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22804         (rcirc-short-buffer-name): Add variable.
22805         (rcirc-kill-buffer-hook): Recompute short buffer names.
22806         Remove nick from private channel.
22807         (rcirc-send-input): Send command text to current-buffer.
22808         Don't clear overlay arrow here.
22809         (rcirc-short-buffer-name): Return a short buffer name.
22810         (rcirc-update-short-buffer-names, rcirc-abbreviate)
22811         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22812         buffer-name abbreviations.
22813         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22814         Do not touch nick-table when killing a parted channel.
22815         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22816         Clear arrow from current buffer if it is now hidden.
22817         (rcirc-current-buffer): Add variable.
22818         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22819         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22820         Remove -face from names.
22821         (rcirc-update-activity-string): Print "DND" when globally ignoring
22822         activity.
22823         (rcirc-ignore-buffer-activity-flag): Rename from
22824         rcirc-ignore-channel-activity.
22825         (rcirc-ignore-all-activity-flag): Doc fix.
22826         (rcirc-channels): Remove variable.
22827         (rcirc-kill-buffer-hook):
22828         (rcirc-get-buffer-create): Add nick to private channel.
22829         (rcirc-multiline-edit-submit): Remove tabs.
22830         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22831         folded.
22832         (rcirc-remove-nick-channel): Bug fix.
22833         (rcirc-toggle-ignore-buffer-activity): Rename from
22834         rcirc-toggle-ignore-channel-activity.
22835         (rcirc-record-activity): Add buffers to the front of the list.
22836         (rcirc-update-activity): Remove killed buffers from list.
22837         (rcirc-process-server-response-1): Remove last argument if it is
22838         null before calling handler.
22839         (rcirc): Add "rcirc" defcustom prefix.
22840         (rcirc-prompt): Simplify default prompt.
22841         Use custom-initialize-default.
22842         (rcirc-private-chats): Remove variable.
22843         (rcirc-prompt): Change initialization.
22844         (rcirc-version): Remove function.
22845         (rcirc-id-string): Add constant.
22846         (rcirc-last-buffer): Remove variable.
22847         (rcirc-buffer-alist): Add variable.
22848         (rcirc-connect): Update variable setup.
22849         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22850         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22851         default.
22852         (rcirc-handler-generic): Trigger activity.
22853         (rcirc-send-message): Create the buffor of the target.
22854         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22855         (rcirc-get-buffer): Just return nil if there is no matching buffer.
22856         (rcirc-multiline-edit-cancel): Remove function.
22857         (rcirc-set-last-buffer): Remove function.
22858         (rcirc-get-any-buffer): Add function.
22859         (rcirc-join-channels): Don't print /join text.
22860         (rcirc-toggle-ignore-channel-activity): Add and update echo area
22861         messages.
22862         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22863         (rcirc-handler-NOTICE): Recognize CTCP responses.
22864         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22865         constructing TOPIC string for buffers we are not JOINed.
22866         (rcirc-handler-CTCP-response): Add handler.
22867         (rcirc-multiline-edit-submit): Restore the window-configuration
22868         before adjusting point.
22869         (rcirc): Add customization group.
22870         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22871         (rcirc-user-full-name, rcirc-startup-channels-alist)
22872         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22873         (rcirc-ignore-all-activity-flag, rcirc-time-format)
22874         (rcirc-input-ring-size, rcirc-read-only-flag)
22875         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22876         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22877         Change defvar to defcustom.
22878         (rcirc-update-prompt): Add optional ALL arg, which will update
22879         prompts in all rcirc buffers.  Regexp quote replacement text.
22880         (rcirc-fill-column): Accept frame-width as a value.
22881         (rcirc-set-changed): Add function.
22882         (rcirc-next-active-buffer): Write more meaningful messages.
22883         (rcirc-faces): Add customization group.
22884         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22885         (rcirc-nick-in-message-face, rcirc-prompt-face)
22886         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22887         (with-rcirc-process-buffer): Move before first usage.
22888         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22889         (rcirc-debug-flag): Rename from `rcirc-log-p'.
22890         (rcirc-debug): Rename from `rcirc-log'.
22891         (rcirc-format-response-string): Do not print `-' chars for a
22892         NOTICE with no sender.  Simplify output of server responses.
22894 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
22896         (rcirc-browse-url-map, rcirc-browse-url-at-point)
22897         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22898         Make urls mouse and RET clickable.
22900 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
22902         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22904 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
22906         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22907         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22908         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22909         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22910         argument to all these routines, so the passphrase can be managed
22911         externally and passed in to the system.
22912         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22913         pgg-add-passphrase-to-cache function.
22915         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22916         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22917         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22918         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22919         argument to all these routines, so the passphrase can be managed
22920         externally and passed in to the system.
22921         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22922         function.
22924 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
22926         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22927         from goto-address-url-regexp.
22929 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
22931         * textmodes/org.el (org-read-date, org-goto-calendar)
22932         (org-recenter-calendar, org-agenda-goto-calendar):
22933         Temporarily clear `calendar-move-hook'.
22935 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
22937         * ediff-merg.el (ediff-merge-region-is-non-clash):
22938         Return t, if not merging.
22940         * ediff-util.el (ediff-previous-difference): Don't skip regions that
22941         have merge clashes.
22943 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22945         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22946         Undo previous change.
22948         * startup.el (command-line): Use `custom-reevaluate-setting' for
22949         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
22950         tty-register-default-colors on Mac.
22952 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
22954         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22955         (gdb-buffer-type): Make it automatically buffer local...
22956         (gdb-get-create-buffer): ...and set it accordingly.
22957         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22958         actually work.
22960 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
22962         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22963         not red.
22965 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
22967         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22968         case GUD buffer is not visible.
22969         (gdb-goto-breakpoint): Try to force display in source buffer.
22970         (gdb-frame-gdb-buffer): Copy other similar functions.
22971         (gdb-restore-windows): Don't display source if not asked for.
22972         (gdb-assembler-buffer-name): Don't capitalise.
22974 2005-11-03  Richard M. Stallman  <rms@gnu.org>
22976         * wid-edit.el (key-sequence): New widget type.
22978         * simple.el (set-mark-command-repeat-pop): New variable.
22979         (set-mark-command): Only interpret plan C-@ after a pop as a pop
22980         if set-mark-command-repeat-pop is true.
22982         * info.el (Info-fontify-node): Don't display extra "see" if there
22983         already is one here.
22985         * mouse.el: Fix special handling of DEL after dragging a region:
22986         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22987         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
22989         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22991         * textmodes/ispell.el (ispell-command-loop): Change `i' description
22992         not to assume it pertains to an affix.
22994         * textmodes/flyspell.el (flyspell-post-command-hook):
22995         Bind deactivate-mark to prevent deactivation.
22997 2005-11-03  Lars Hansen  <larsh@soem.dk>
22999         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
23000         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
23001         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
23003 2005-11-03  Romain Francoise  <romain@orebokech.com>
23005         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
23006         Update copyright years.
23008 2005-11-03  Sam Steingold  <sds@gnu.org>
23010         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
23011         Use system-type instead of window-system because window-system is not
23012         correctly defined during loadup.
23014 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
23016         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
23017         (xml-parse-tag): Join strings separated by a comment properly.
23019 2005-11-02  Andreas Schwab  <schwab@suse.de>
23021         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
23023 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23025         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
23026         (byte-optimize-pure-func): Quote the eval'd value.
23028         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
23029         Rename from perl-font-lock-syntactic-face-function.
23030         Change the calling convention so it can be used as a font-lock MATCHER.
23031         Do the parse-partial-sexp loop outselves.
23032         (perl-font-lock-syntactic-keywords): Use it.
23033         (perl-mode): Don't set font-lock-syntactic-face-function any more.
23035 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
23037         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
23038         disassembly buffer too.
23039         (gdb-exited): Remove overlay arrows when execution has finished.
23040         (gdb-info-frames-custom, gdb-info-threads-custom)
23041         (gdb-info-registers-custom): Don't add inappropriate text
23042         properties if inferior is not active.
23044 2005-11-02  Glenn Morris  <rgm@gnu.org>
23046         * progmodes/fortran.el (fortran-blink-match):
23047         Use `blink-matching-delay'.
23049 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
23051         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
23053 2005-11-02  Lars Hansen  <larsh@soem.dk>
23055         * net/tramp.el (tramp-action-out-of-band): Handle scp message
23056         "Permission denied".
23058 2005-11-01  Richard M. Stallman  <rms@gnu.org>
23060         * textmodes/flyspell.el (flyspell-external-point-words):
23061         Pass nil to flyspell-get-word.
23063 2005-11-02  Kim F. Storm  <storm@cua.dk>
23065         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
23066         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
23068 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23070         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
23071         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
23072         (calendar-mouse-print-dates): Add optional `event' argument.
23073         Update interactive-spec.
23074         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
23075         Use `calendar-event-to-date' instead of `event'.
23077 2005-11-02  Masatake YAMATO  <jet@gyve.org>
23079         * progmodes/ld-script.el (ld-script-builtins):
23080         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
23081         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
23082         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
23084 2005-11-01  Romain Francoise  <romain@orebokech.com>
23086         * vc-sccs.el: Update copyright year.
23087         * ezimage.el: Likewise.
23089 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
23091         * info.el (Info-fontify-node): Use `string-width' for fontifying
23092         underlined titles.
23094 2005-11-01  Juri Linkov  <juri@jurta.org>
23096         * info.el (Info-fontify-node): Downcase node header keywords Node,
23097         Prev, Next, Up before comparison.
23098         (Info-history): Insert absolute directory name, and put invisible
23099         property on it.
23101 2005-11-01  Juri Linkov  <juri@jurta.org>
23103         * info.el (Info-file-supports-index-cookies): New variable.
23104         (Info-find-node-2): Check makeinfo version for index cookie support.
23105         (Info-index-nodes): Search for nodes with index cookies only when
23106         Info-file-supports-index-cookies is t.  Otherwise, search nodes
23107         with "Index" in the node name.
23108         (Info-index-node): Search index cookie in the current node only when
23109         Info-file-supports-index-cookies is t.  Otherwise, check the word
23110         "Index" in the node name.
23111         (Info-find-emacs-command-nodes): Remove code that searches nodes
23112         with "Index" node name in the top menu.
23114 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23116         * progmodes/scheme.el (scheme-mode-variables): Use the default
23117         comment-indent-function.
23119         * faces.el (face-attribute): Handle the case where a face inherits from
23120         a non-existent face.
23122         * simple.el (eval-expression-print-format): Use lisp-readable syntax
23123         for octal and hexa output, and merge the char into the paren.
23124         (kill-new): Use push.
23125         (copy-to-buffer): Use with-current-buffer.
23126         (completion-setup-function): Move code in loop to remove redundancy.
23127         (minibuffer-local-must-match-map): Don't add bindings that duplicate
23128         those inherited from minibuffer-local-completion-map.
23130         * savehist.el (savehist-mode) <defcustom>:
23131         Use custom-set-minor-mode if available.
23132         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
23133         and emit a message if applicable.
23135 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
23137         * savehist.el: Sync up to version 19.
23138         (savehist-mode): New minor mode.
23139         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
23140         (savehist-length): Remove (use history-length instead).
23141         (savehist-file-modes): Rename from savehist-modes.
23142         (savehist-save-hook, savehist-loaded): New vars.
23143         (savehist-load): Use savehist-mode.  Try to smooth up transition from
23144         old format to new format.
23145         (savehist-install): Allow savehist-autosave-interval to be nil.
23146         (savehist-save): Run the new hook.  Be more careful to only trim the
23147         history variables.
23148         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
23149         (savehist-printable): Print into a buffer rather than char-by-char.
23151 2005-11-01  John Wiegley  <johnw@newartisans.com>
23153         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
23154         toggle-ignore keybinding (C-a).  The author said it had been
23155         disabled much earlier due to a possible incompatibility, but after
23156         many months of usage I have encountered no problems (and it is a
23157         rather useful option, especially for switching to " *temp*").
23159         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
23160         support for OS/X's AddressBook, by calling out to the open source
23161         program "contacts" (installable through Fink).
23163         * net/eudc.el (eudc-expand-inline): If the
23164         `eudc-multiple-match-handling-method' is set to `all', delete the
23165         query string before inserting the query result.
23167         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
23168         flag, to prevent Eshell from using the system ls when
23169         `eshell-ls-insert-directory' is in used.
23170         (eshell-ls-insert-directory): Disable font-lock in directory
23171         buffer so that Eshell's own fontification is seen.  This broke
23172         recently due to changes in font-lock, so this goes back to version
23173         21 behavior.
23175 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
23177         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
23178         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
23179         (gdb-many-windows): Doc fix.
23181 2005-10-31  Romain Francoise  <romain@orebokech.com>
23183         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
23185 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
23187         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
23188         that global-font-lock-mode can be enabled by default.
23190         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
23191         (font-lock-add-keywords, font-lock-remove-keywords)
23192         (font-lock-fontify-buffer): Remove autoload cookies.
23194         * jit-lock.el (jit-lock-register): Likewise.
23196         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
23198 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
23200         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
23201         intact if there is no gud-comint-buffer.
23203 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
23205         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
23206         old prompt comint-prompt-read-only is t and GDB commands are
23207         issued from tool bar etc.
23209 2005-10-31  Masatake YAMATO  <jet@gyve.org>
23211         * vc.el (vc-directory-exclusion-list): Add "{arch}".
23213 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
23215         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
23216         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
23218 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
23220         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
23221         starting at beginning of line.  Fontification is messed up when
23222         `open-paren-in-column-0-is-defun-start' set to t.
23223         Reported by John Paul Wallington <jpw@pobox.com>.
23225 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
23227         * comint.el (comint-send-input): Call `comint-update-fence' when
23228         `comint-process-echoes' and `comint-prompt-read-only' are both
23229         non-nil, to avoid leftover read-only newline.
23231 2005-10-30  Richard M. Stallman  <rms@gnu.org>
23233         * textmodes/flyspell.el (flyspell-external-point-words):
23234         Detect when WORD can't be checked properly because
23235         flyspell-get-word finds just part of it, and move on.
23237         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
23238         boundarychar for Polish.
23239         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
23240         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
23242 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
23244         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
23245         (gdb-registers-font-lock-keywords): Delete.
23246         (gdb-registers-mode): Don't fontify.
23247         (gdb-info-registers-custom): Use text properties instead as, in
23248         future, changed register values will use font-lock-warning-face.
23249         (gdb-local-font-lock-keywords): Rename to...
23250         (gdb-locals-font-lock-keywords): ...for consistency.
23252 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
23254         * vc.el (vc-switch-backend): Better error message if the buffer is
23255         not visiting a file under version control.
23257         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
23259 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
23261         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
23262         ~/.emacs.d/.emacs.
23264 2005-10-29  Richard M. Stallman  <rms@gnu.org>
23266         * replace.el (occur-mode-mouse-goto): Always go to other window.
23267         (occur-mode-goto-occurrence): Always switch in same window.
23269         * simple.el (undo): Display message at end, not at start.
23271         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
23272         New arg REUSE-CELL.
23273         (cancel-timer-internal): New function.
23274         (timer-event-handler): Use cancel-timer-internal,
23275         and pass the cell it returns to timer-activate...
23277         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
23278         (jit-lock-deferred-fontify, jit-lock-context-fontify)
23279         (jit-lock-after-change): Test memory-full.
23281 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
23283         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
23284         part of the decoded armor to find the key-identifier.
23285         (pgg-gpg-lookup-key-owner): New function to return the
23286         human-readable identifier of a key owner.
23287         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
23288         key itself.
23289         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
23290         the key value) if we have a key and can match it against a secret
23291         key.  Also, added a note pointing out fact that the prompt only
23292         indicates the first matching key.
23294         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
23295         pgg-decrypt-region.
23296         (pgg-pending-timers): A new hash for tracking the passphrase cache
23297         timers, so that new ones supercede old ones.
23298         (pgg-add-passphrase-to-cache): Rename from
23299         `pgg-add-passphrase-cache' to reduce confusion (all callers
23300         changed).  Modified to cancel old timers when new ones are added.
23301         (pgg-remove-passphrase-from-cache): Rename from
23302         `pgg-remove-passphrase-cache' to reduce confusion (all callers
23303         changed).  Modified to cancel old timers when their keys are
23304         removed from the cache.
23305         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
23306         XEmacs, an indirection to delete-itimer.
23307         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
23308         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
23309         users can only check cache without risk of prompting.  Correct bug in
23310         notruncate behavior.
23311         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
23312         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23313         Add informative docstrings.
23314         (pgg-decrypt): Convey provided passphrase in subordinate call to
23315         pgg-decrypt-region.
23317         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
23318         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
23319         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
23320         `passphrase' argument, so the passphrase can be managed externally
23321         and then passed in to the system.
23323         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
23324         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
23325         so the passphrase cache can be used reliably with identifiers
23326         besides a pgp packet's key id.
23328         * pgg-gpg.el (pgg-pgp-encrypt-region)
23329         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23330         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23331         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23332         argument to all these routines, so the passphrase can be managed
23333         externally and passed in to the system.
23335         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
23336         `notruncate' argument, so the passphrase cache can be used
23337         reliably with identifiers besides a pgp packet's key id.
23339 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
23341         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
23342         symmetric encryption.
23343         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
23344         encrypted session key.
23345         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23346         message ask for the passphrase in a proper way.
23348         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23349         New user commands for symmetric encryption.
23351 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
23353         * textmodes/conf-mode.el (conf-assignment-sign)
23354         (conf-assignment-regexp): Fix docstrings.
23355         (conf-mode-initialize): New function.
23356         (conf-mode): Remove optional args.  Use delay-mode-hooks to
23357         recognize recursive calls.
23358         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
23359         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
23360         (conf-xdefaults-mode): Use define-derived-mode and
23361         conf-mode-initialize.
23363 2005-10-29  Romain Francoise  <romain@orebokech.com>
23365         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
23367 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
23369         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
23370         part of the decoded armor to find the key-identifier.
23371         (pgg-gpg-lookup-key-owner): New function to return the
23372         human-readable identifier of a key owner.
23373         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
23374         key itself.
23375         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
23376         the key value) if we have a key and can match it against a secret
23377         key.  Also, added a note pointing out fact that the prompt only
23378         indicates the first matching key.
23380         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
23381         pgg-decrypt-region.
23382         (pgg-pending-timers): A new hash for tracking the passphrase cache
23383         timers, so that new ones supercede old ones.
23384         (pgg-add-passphrase-to-cache): Rename from
23385         `pgg-add-passphrase-cache' to reduce confusion (all callers
23386         changed).  Modified to cancel old timers when new ones are added.
23387         (pgg-remove-passphrase-from-cache): Rename from
23388         `pgg-remove-passphrase-cache' to reduce confusion (all callers
23389         changed).  Modified to cancel old timers when their keys are
23390         removed from the cache.
23391         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
23392         XEmacs, an indirection to delete-itimer.
23393         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
23394         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
23395         users can only check cache without risk of prompting.  Correct bug in
23396         notruncate behavior.
23397         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
23398         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23399         Add informative docstrings.
23400         (pgg-decrypt): Convey provided passphrase in subordinate call to
23401         pgg-decrypt-region.
23403 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
23405         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
23406         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
23407         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
23408         `passphrase' argument, so the passphrase can be managed externally
23409         and then passed in to the system.
23411         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
23412         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
23413         so the passphrase cache can be used reliably with identifiers
23414         besides a pgp packet's key id.
23416         * pgg-gpg.el (pgg-pgp-encrypt-region)
23417         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
23418         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
23419         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
23420         argument to all these routines, so the passphrase can be managed
23421         externally and passed in to the system.
23423         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
23424         `notruncate' argument, so the passphrase cache can be used
23425         reliably with identifiers besides a pgp packet's key id.
23427 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
23429         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
23430         symmetric encryption.
23431         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
23432         encrypted session key.
23433         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
23434         message ask for the passphrase in a proper way.
23436         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
23437         New user commands for symmetric encryption.
23439 2005-10-28  Bill Wohler  <wohler@newt.com>
23441         * help-mode.el (help-url): New button type.  Calls browse-url.
23442         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
23443         Similar to Info nodes: URL `url'.
23444         (help-make-xrefs): Create help-url buttons for
23445         help-xref-url-regexp matches.
23447 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
23449         * tool-bar.el (tool-bar-add-item-from-menu)
23450         (tool-bar-local-item-from-menu): Fix doc strings.
23452 2005-10-28  Romain Francoise  <romain@orebokech.com>
23454         * ldefs-boot.el: Update.
23456         * subr.el (locate-library): Move from help-fns.el.
23457         * help-fns.el (locate-library): Move to subr.el.
23459 2005-10-28  Richard M. Stallman  <rms@gnu.org>
23461         * net/tramp.el (tramp-completion-mode): defvar moved up.
23463         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
23465         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
23467         * files.el (find-file-noselect): Use %d to format large file size.
23469         * bindings.el (mode-line-format): Add %e.
23471         * loadup.el ("facemenu"): Load unconditionally.
23472         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
23473         ("x-dnd"): Load, when appropriate.
23475         * startup.el (command-line): Call before-init-hook earlier.
23476         Warn about some bad characters in -u user name.
23478         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
23479         (flyspell-external-point-words): Error if misspelled word is not found.
23480         Set flyspell-large-region-beg at end of word.
23482 2005-10-28  Andreas Schwab  <schwab@suse.de>
23484         * view.el (View-revert-buffer-scroll-page-forward):
23485         Use view-page-size-default.
23487 2005-10-28  Juri Linkov  <juri@jurta.org>
23489         * international/quail.el (quail-get-current-str): Translate last
23490         raw character for deterministic input methods.
23492 2005-10-27  Jay Belanger  <belanger@truman.edu>
23494         * calc/calc-ext.el: Add functions to autoloads.
23495         (math-identity-matrix-p, math-ident-row-p): New functions.
23497         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
23498         multiplication by an identity matrix; don't turn multiplication by
23499         an inverse matrix into division.
23500         (math-div-symbol-fancy): Replace division by matrices with
23501         multiplication by inverse.
23503         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
23505         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
23506         (calc-writeoutpower): New functions.
23508 2005-10-27  Romain Francoise  <romain@orebokech.com>
23510         * replace.el (occur-engine): Include colon in mouse-face highlight.
23512         * dired-x.el: Change Maintainer field.
23514 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
23516         * longlines.el (longlines-mode): Bind after-change-functions to
23517         nil during initial decoding and final encoding.
23519 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
23521         * term.el (term-emulate-terminal, term-handle-colors-array)
23522         (term-handle-ansi-escape): Specify the terminfo capabilities
23523         implemented.
23525 2005-10-26  Richard M. Stallman  <rms@gnu.org>
23527         * info.el (Info-fontify-node): Fix detection of sentence-break
23528         before *Note.
23530 2005-10-26  Romain Francoise  <romain@orebokech.com>
23532         * smerge-mode.el: Add `tools' to file keywords.
23534 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
23536         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
23537         when the fringe is not available.
23539         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
23540         (def-gdb-auto-update-trigger): Simplify construction.
23541         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
23542         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
23543         defined explicitly.
23544         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
23545         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
23546         defined explicitly.
23547         (gdb-info-locals-custom): Remove as it's a no-op.
23549 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
23551         * longlines.el (longlines-mode): Remove narrowing before
23552         performing the initial decoding or final encoding.
23554 2005-10-25  Romain Francoise  <romain@orebokech.com>
23556         * emacs-lisp/find-func.el (find-library-name): Also strip
23557         extension if library name ends in .el, to take advantage of
23558         `find-library-suffixes'.
23560 2005-10-25  Richard M. Stallman  <rms@gnu.org>
23562         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
23564 2005-10-25  Juri Linkov  <juri@jurta.org>
23566         * textmodes/texinfo.el (texinfo-mode): Change charset of one
23567         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
23569 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23571         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
23572         (blackbox-redefine-key): Add argument `map'.
23574         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
23575         regions when moving the jit-lock-context-unfontify-pos boundary.
23577 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
23579         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
23581 2005-10-25  Masatake YAMATO  <jet@gyve.org>
23583         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
23585 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
23587         * play/blackbox.el (blackbox-redefine-key): New function.
23588         (blackbox-mode-map): Use it to remap existing bindings for cursor
23589         motion instead of binding literal keys.
23591 2005-10-25  Glenn Morris  <rgm@gnu.org>
23593         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
23594         diary does not end in a newline.  Do not assume a blank line at
23595         the start of the diary file.
23597 2005-10-25  Kenichi Handa  <handa@m17n.org>
23599         * international/quail.el (quail-translate-key): If the input
23600         method is deterministic and failed to handle the last key, restart
23601         the key handling loop from an appropriate key.
23603 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
23605         * vc.el (vc-dired-mode): Extend comment for binding of
23606         `directory-listing-before-filename-regexp'.
23608 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23610         * textmodes/texinfo.el (texinfo-mode):
23611         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23612         not to unnecessarily expose emacs-mule's internal char codes.
23614 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
23616         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23617         Display hand pointer and help-echo on disabled icon too.
23618         (gdb-mouse-until): New function.
23619         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23621 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
23623         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23624         with 2005-10-23 change to doctor.el.
23626         * finder.el (finder-mode-map): Add follow-link binding.
23628 2005-10-25  Kim F. Storm  <storm@cua.dk>
23630         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23631         to gdb-mouse-toggle-breakpoint-fringe.
23632         (gdb-mouse-toggle-breakpoint-margin): Rename from
23633         gdb-mouse-toggle-breakpoint.  Fix doc.
23634         (gdb-mouse-toggle-breakpoint-fringe): New defun.
23635         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
23636         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23637         string properties also for fringe breakpoint bitmaps.
23639 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
23641         * textmodes/org.el (org-start-icalendar-file): Fix format form.
23643 2005-10-25  Masatake YAMATO  <jet@gyve.org>
23645         * simple.el (completion-common-substring):
23646         Use `completion-common-substring' prior to `completion-base-size'.
23648 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
23650         * savehist.el: Require CL while compiling.
23651         (savehist-history-variables): Remove.
23652         (savehist-save-minibuffer-history, savehist-additional-variables)
23653         (savehist-minibuffer-history-variables): New vars.
23654         (savehist-save): Use them.
23655         (savehist-uninstall, savehist-minibuffer-hook): New funs.
23656         (savehist-install): New fun, extracted from savehist-load.
23657         (savehist-load): Use them.
23659 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23661         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23662         a dummy doc-string-elt property.
23663         (defalias, defvaralias, define-category): Add a docstring property.
23665         * image.el (defimage):
23666         * widget.el (define-widget):
23667         * custom.el (defface, defcustom): Add `doc-string' declaration.
23669         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23670         (defadvice): Add `doc-string' declaration.
23672         * emacs-lisp/byte-run.el (macro-declaration-function):
23673         Handle `doc-string' declarations.
23674         (define-obsolete-function-alias, define-obsolete-variable-alias):
23675         Add `doc-string' declaration.
23677 2005-10-24  Kenichi Handa  <handa@m17n.org>
23679         * international/utf-7.el (utf-7): Add autoload cookie.
23681         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23683 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
23685         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23686         list of directories passed to batch-update-autoloads.  Add "." to
23687         the list of the echoed directories.
23689         * pgg-def.el:
23690         * pgg-gpg.el:
23691         * pgg-parse.el:
23692         * pgg-pgp.el:
23693         * pgg-pgp5.el:
23694         * pgg.el: Moved here from the gnus subdirectory.
23696 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
23698         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23699         in case comint-prompt-read-only is set to t.
23701         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23702         in case comint-prompt-read-only is set to t.
23704 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
23706         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23707         Now a string.
23708         (icalendar-import-format): Handle CLASS, STATUS, URL.
23709         Rename `subject' to `summary'.
23710         (icalendar-import-format-summary): Rename from
23711         `icalendar-import-format-subject'.
23712         (icalendar-import-format-url, icalendar-import-format-status)
23713         (icalendar-import-format-class): New variables.
23714         (icalendar--rris): Take variable argument list.
23715         (icalendar--datestring-to-isodate): Remove unnecessary
23716         calendar-style check when converting dates with explicit month names.
23717         (icalendar-export-region): Change return type of conversion
23718         subroutines.  Bury current buffer unless error occurred.
23719         (icalendar--convert-to-ical)
23720         (icalendar--parse-summary-and-rest): New functions.
23721         (icalendar--convert-ordinary-to-ical)
23722         (icalendar--convert-weekly-to-ical)
23723         (icalendar--convert-yearly-to-ical)
23724         (icalendar--convert-block-to-ical)
23725         (icalendar--convert-cyclic-to-ical)
23726         (icalendar--convert-anniversary-to-ical): Change return type.
23727         Strip trailing blanks from subject.
23728         (icalendar--convert-sexp-to-ical): Change return type.
23729         Strip trailing blanks from subject.  Handle simple sexp
23730         entries as generated by icalendar.el.
23731         (icalendar--convert-float-to-ical)
23732         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23733         (icalendar-import-file): Doc fix.
23734         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23735         Correct call to icalendar--rris.
23736         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
23737         `summary'.
23738         (icalendar--add-diary-entry): Rename `subject' to `summary'.
23740 2005-10-24  Romain Francoise  <romain@orebokech.com>
23742         * server.el (server-sentinel): Set query-on-exit flag to nil on
23743         new client processes (it isn't inherited from the server process).
23745         * replace.el (occur-engine): Rearrange text properties.
23747 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23749         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23750         case-fold-search is nil.
23751         (debug-help-follow): Use help-xref-interned directly.
23753 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
23755         * thumbs.el (thumbs-image-type): Add .pbm.
23757 2005-10-23  Richard M. Stallman  <rms@gnu.org>
23759         * faces.el (inhibit-face-set-after-frame-default): New variable.
23760         (set-face-attribute): Bind it.
23761         (face-set-after-frame-default): Test it.
23763         * help-fns.el (describe-simplify-lib-file-name): New function.
23764         (describe-function-1, describe-variable): Use it.
23766         * faces.el (describe-face): Use describe-simplify-lib-file-name.
23768         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23769         Eliminate nil as possible value.
23770         (tooltip-hide-delay): Reduce internal-border-width.
23772         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23773         (menu-bar-file-menu) <new-file>: Likewise.
23775         * simple.el (line-move-finish): Ignore fields computing LINE-END.
23777         * international/mule.el (load-with-code-conversion):
23778         Pass full file name to `eval-buffer' unless preloading.
23780         * textmodes/flyspell.el (flyspell-large-region):
23781         Call ispell-check-version.
23783         * textmodes/ispell.el (ispell-local-dictionary-overridden):
23784         Fix the make-variable-buffer-local call that was supposed
23785         to be for this variable.
23786         (ispell-aspell-supports-utf8): Doc fix.
23787         (ispell-find-aspell-dictionaries): Preserve elements of
23788         ispell-dictionary-alist for dictionaries that aspell doesn't report.
23789         (ispell-aspell-find-dictionary): Return nil on error.
23791         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23792         (doctor-symptoms): Likewise.
23794         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23796 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
23798         * cus-edit.el (custom-button, custom-button-pressed): New vars.
23799         (custom-raised-buttons): Add :set spec.
23800         (custom-button-unraised, custom-button-pressed-unraised):
23801         New faces, so that custom-raised-buttons actually does something.
23802         (custom-mode): Use custom-button and custom-button-pressed.
23804         * wid-edit.el (widget-specify-button): Don't ignore
23805         widget-mouse-face on graphic terminals.
23806         (widget-move-and-invoke): Cleanup.
23808 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
23810         * whitespace.el (whitespace-cleanup): Doc fix.
23812 2005-10-23  Romain Francoise  <romain@orebokech.com>
23814         * emulation/viper.el (viper-set-hooks): Quote forms passed to
23815         `eval-after-load' to avoid evaluating their result.
23817 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
23819         * files.el (directory-listing-before-filename-regexp):
23820         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
23822         * dired.el (dired-move-to-filename-regexp): Remove.
23823         All occurrences replaced by `directory-listing-before-filename-regexp'.
23825         * dired-x.el, locate.el, vc.el:
23826         Replace `dired-move-to-filename-regexp' by
23827         `directory-listing-before-filename-regexp'.  In vc.el it is
23828         overwritten locally; maybe this can be handled in files.el too.
23830         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
23831         replaced by `directory-listing-before-filename-regexp'.
23833 2005-10-23  Andreas Schwab  <schwab@suse.de>
23835         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23836         and eval-next-after-load.
23838 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
23840         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23841         exist, create it.
23843 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
23845         * allout.el: Remove autoloads for mailcrypt and crypt++.
23846         Require pgg, pgg-gpg during compilation.
23847         (allout-version): Increment version number to 2.1, and use a literal
23848         rather than RCS Id.
23849         (allout-default-encryption-scheme): Remove.
23850         (allout-passphrase-verifier-handling)
23851         (allout-passphrase-verifier-string)
23852         (allout-file-passphrase-verifier-string)
23853         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23854         (allout-passphrase-hint-handling): Rename and simplify.
23855         (allout-init): Use `find-file-hook' if available, otherwise
23856         `find-file-hooks'.
23857         (allout-mode): Use `write-file-functions' if available, otherwise
23858         `local-write-file-hooks' and, instead of making auto-save-hook
23859         buffer local, make the write-file-hook activity contingent to
23860         allout-mode.
23861         (allout-mode): Use key-binding substitution in the docstring.
23862         (allout-kill-line): Spell-out kill ring data structure mutation
23863         instead of using byte-compiler-complaint-provoking `pop'.
23864         (allout-insert-listified): Use `insert' rather than `insert-string'
23865         (allout-toggle-current-subtree-encryption): Update docstring, adjust
23866         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23867         (allout-encrypt-string): Totally revamped vis new underlying
23868         encryption facilities.
23869         (allout-mc-activate-passwd): Remove.
23870         (allout-obtain-passphrase): New, more or less replaces
23871         allout-mc-activate-passwd.
23872         (allout-encrypted-key-info): More or less replaces
23873         allout-encrypted-text-type.
23874         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23875         (my-mark-marker): Use `(featurep 'xemacs)'.
23877 2005-10-23  Lars Hansen  <larsh@soem.dk>
23879         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23880         (byte-compile-file-form-defmumble, byte-compile-defun)
23881         (byte-compile-defmacro): Use it.
23882         (byte-compile-form): Don't call byte-compile-set-symbol-position
23883         when a byte-compile handler is called.
23885 2005-10-22  Romain Francoise  <romain@orebokech.com>
23887         * savehist.el (savehist-history-variables): Add `grep-find-history'.
23889         * subr.el (eval-after-load): Convert library name to an absolute
23890         file name using locate-library, since load-history no longer has
23891         library names in it.
23893 2005-10-22  Richard M. Stallman  <rms@gnu.org>
23895         * files.el (make-temp-file): Move from subr.el.
23896         * subr.el (make-temp-file): Move to files.el.
23898         * window.el (get-buffer-window-list): Move from subr.el.
23899         * subr.el (get-buffer-window-list): Move to window.el.
23901         * image.el (image-load-path): Use eval-at-startup to initialize.
23903         * subr.el (eval-at-startup): New macro.
23905         * subr.el: Much rearrangement of functions and division
23906         into pages.  No code changes.
23908 2005-10-22  Kenichi Handa  <handa@m17n.org>
23910         * tar-mode.el (tar-extract): Be sure to call
23911         find-operation-coding-system if set-auto-coding doesn't find a
23912         coding system.
23914 2005-10-22  Kim F. Storm  <storm@cua.dk>
23916         * image.el (image-type-header-regexps): Rename from image-type-regexps.
23917         Change users.
23918         (image-type-file-name-regexps): New defconst.
23919         (image-type-from-data): Simplify loop.
23920         (image-type-from-buffer): New defun.
23921         (image-type-from-file-header): Use it instead of image-type-from-data.
23922         Use image-search-load-path instead of only looking in data-directory.
23923         (image-type-from-file-name): New defun.
23924         (image-search-load-path): Change `pathname' to `filename'.
23925         Make PATH arg optional, default to image-load-path.
23927 2005-10-21  Richard M. Stallman  <rms@gnu.org>
23929         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23931         * textmodes/paragraphs.el (sentence-end-base): New variable.
23932         (sentence-end): Use sentence-end-base.
23934 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23936         * font-lock.el (font-lock-default-fontify-region): Check the multiline
23937         property independently from the font-lock-multiline variable.
23939 2005-10-21  Richard M. Stallman  <rms@gnu.org>
23941         * emacs-lisp/find-func.el (find-library-name): Doc fix.
23943         * startup.el (command-line): Convert library names
23944         in `load-history' to absolute file names.
23946         * subr.el (symbol-file): Doc fix.
23948         * loadhist.el (file-loadhist-lookup): Call locate-library
23949         instead of find-library-name.  Don't try converting
23950         abs file names to library names, since load-history no longer
23951         has library names in it.
23952         (file-dependents, file-provides, file-requires): Doc fixes.
23954 2005-10-21  Juri Linkov  <juri@jurta.org>
23956         * progmodes/etags.el (tags-table-mode): New function.
23957         (tags-verify-table): Replace initialize-new-tags-table with
23958         tags-table-mode.
23960         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23961         default value.
23962         (desktop-modes-not-to-save): Add tags-table-mode to the
23963         default value.
23965         * info.el (Info-index-next): Add total number of index
23966         alternatives to the message.
23968         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23969         backward only space (instead of space and period) before looking
23970         at sentence end.
23972         * simple.el (set-variable): Use user-variable-p instead of symbolp.
23973         Add the old variable value as 4th default-value arg of read-string.
23975 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23977         * cus-face.el (custom-declare-face): Make face from X resources
23978         also on Mac.
23980         * disp-table.el (standard-display-g1, standard-display-graphic):
23981         Refuse to use string glyphs also on Mac.
23982         (standard-display-european): Don't set terminal coding system also
23983         on Mac.
23985         * frame.el (display-screens): Use x-display-screens also on Mac.
23987 2005-10-21  Romain Francoise  <romain@orebokech.com>
23989         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
23991 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23993         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23994         and $? into sexps.
23996         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23997         warning face on open-paren-in-column-0.
23999         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
24000         boundary case.  Fix typo.
24001         Suggested by Martin Rudalics <rudalics@gmx.at>.
24003 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
24005         * textmodes/org.el (org-combined-agenda-icalendar-file)
24006         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
24007         (org-export-icalendar-this-file)
24008         (org-export-icalendar-all-agenda-files)
24009         (org-export-icalendar-combine-agenda-files): New commands.
24010         (org-export-icalendar, org-print-icalendar-entries)
24011         (org-start-icalendar-file, org-finish-icalendar-file)
24012         (org-ical-ts-to-string): New functions.
24013         (org-read-date, org-goto-calendar)
24014         (org-agenda-goto-calendar): Inhibit displaying diary entries by
24015         call to `calendar'.
24016         (orgtbl-setup): Remove the :keys arguments from the menu description.
24017         (org-after-save-iCalendar-file-hook): New variable.
24019 2005-10-21  Kenichi Handa  <handa@m17n.org>
24021         * language/vietnamese.el (tcvn-5712): Make it an alias of
24022         vietnamese-tcvn coding-system.
24024 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
24026         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
24027         group id is given.
24029 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24031         * progmodes/sh-script.el (sh-escaped-line-re): New var.
24032         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
24033         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
24034         whose line is either continued or ends with a comment.
24036 2005-10-20  Romain Francoise  <romain@orebokech.com>
24038         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
24040         * replace.el (occur-engine): Add follow-link property.
24042         * font-core.el (font-lock-mode): Doc fix.
24044 2005-10-20  Richard M. Stallman  <rms@gnu.org>
24046         * net/rcirc.el: New file.
24048 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
24050         * term.el (term-term-name): Initialize to "eterm-color".
24052 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
24054         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
24055         for encryption functionality.
24056         Move allout customization subgroup from `editing' to `outlines' group.
24057         Fix commentary keywords to legitimate ones.
24058         Update author info (using my current email address, obscurified).
24059         (allout-encrypt-string, allout-encryption-produce-work-buffer)
24060         (allout-encrypted-topic-p, allout-encrypted-text-type)
24061         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
24062         (allout-situate-encryption-key-verifier)
24063         (allout-get-encryption-key-verifier, allout-verify-key)
24064         (allout-next-topic-pending-encryption)
24065         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
24066         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
24067         (outline-key-verifier-handling, outline-key-hint-handling)
24068         (outline-encrypt-unencrypted-on-saves): New defcustoms.
24069         (allout-file-key-verifier-string, allout-encryption-scheme)
24070         (allout-key-verifier-string, allout-key-hint-string)
24071         (allout-after-save-decrypt): New variables.
24072         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
24073         (allout-after-saves-handler): New hook functions.
24074         (allout-post-command-business): Do allout-after-save-decrypt.
24075         (allout-enable-file-variable-adjustment): Custom var to enable
24076         mechanism for adding and adjusting settings of Emacs file variables.
24077         (allout-adjust-file-variable, allout-file-vars-section-data):
24078         New functions, implement the mechanism.
24079         (outlineify-sticky): Use the file vars mechanism.
24080         (allout-inhibit-protection, allout-during-write-cue)
24081         (allout-override-protect, allout-before-change-protect): Remove.
24082         (allout-flag-region, allout-open-topic): Adjust read-only text.
24083         (allout-open-line-not-read-only): Add to facilitate read-only
24084         text based protection.
24085         (allout-kill-line): Revise to adjust read-only text, clue the
24086         user about the inhibition.
24087         (allout-unprotected): Use unwind-protect.
24088         (allout-shift-in, allout-shift-out): Disallow manually shifting a
24089         topic deeper than the offspring depth of the previous topic -
24090         avoiding confusing "containment discontinuities".
24091         (allout-reindent-bodies): Fix retention of body relative hanging
24092         indent during promotion of collapsed bodies.
24093         (allout-open-topic): Make it easy to open new topic with same
24094         bullet as current topic - topic creation functions provided with
24095         any universal argument provokes now prompt for bullet, defaulting
24096         to the bullet of the previous topic.
24097         (allout-plain-bullets-string, allout-distinctive-bullets-string):
24098         Plain bullet alternates `.' period and `,' comma only.  All other
24099         bullets are relegated to special status (but customizable).
24100         (allout-end-of-entry): Rename from allout-end-of-current-entry
24101         since it actually operates w.r.t. most immediately containing
24102         entry, visible or not.
24103         (allout-hide-current-entry, allout-show-current-entry): Use the
24104         revised version.
24105         (allout-old-expose-topic): Solidify deprecation.
24106         (allout-end-of-subtree): Add so we can span concealed as well
24107         as visible topics.
24108         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
24109         (allout-end-of-current-heading): Tweak to just respect the first line.
24110         (allout-get-body-text): Add.
24111         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
24112         when invoked interactively.
24113         (allout-up-current-level): Use `interactive-p'.
24114         (allout-mode, allout-init): Miscellaneous docstring and
24115         operational refinements, as well as hookups of new encryption stuff.
24116         (allout-beginning-of-current-entry): Now works as advertised.
24117         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
24118         (allout-isearch-rectification): Refine condition for isearching.
24119         (allout-isearch-abort, allout-enwrap-isearch)
24120         (allout-flag-region, my-region-active-p): Relocate some macros.
24121         (allout-title): Fallback title is (buffer-name), not
24122         non-existing (current-buffer-name).
24123         (subst-char-in-string): Define if absent (for some XEmacs versions).
24125 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
24127         * mail/sendmail.el (mail-setup-hook, mail-aliases)
24128         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
24129         (mail-citation-prefix-regexp, mail-signature-file)
24130         (mail-default-headers, mail-bury-selects-summary)
24131         (mail-send-nonascii): Add autoload cookies.
24133 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
24135         * frame.el (blink-cursor-mode): Add `mac' to the list of
24136         window-system's that support blinking cursor.
24138 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
24140         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
24142 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
24144         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
24145         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
24146         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
24148 2005-10-20  Kim F. Storm  <storm@cua.dk>
24150         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
24151         (ido-set-current-directory): Don't add / after final @.
24152         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
24153         Explicitly handle ange-ftp completion oddities.
24154         (ido-make-file-list): Don't rotate list at tramp root to avoid
24155         triggering tramp file handler for expand-file-name via get-file-buffer.
24157 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24159         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
24161 2005-10-19  Jay Belanger  <belanger@truman.edu>
24163         * calc/calc-units.el (math-standard-units): Add units, adjust
24164         symbols and update values.
24165         (math-unit-prefixes): Add more prefixes.
24167 2005-10-19  Romain Francoise  <romain@orebokech.com>
24169         * bookmark.el (bookmark-menu-heading): New face.
24170         (bookmark-bmenu-list): Use it.
24171         Don't fiddle with `baud-rate' at top-level.
24173 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
24175         * image.el (create-image, find-image): Mention max-image-size in
24176         docstring.
24178 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
24180         * savehist.el (savehist-load): Revert to checking XEmacs.
24182         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
24183         Various docstring and line-width fixups.
24184         (conf-mode): Use cond.
24185         Set font-lock-defaults.  Don't set comment-use-syntax.
24187 2005-10-18  David Ponce  <david@dponce.com>
24189         * tree-widget.el (tree-widget-button-click): New function.
24190         (tree-widget-button-keymap): Use it.
24192 2005-10-18  Romain Francoise  <romain@orebokech.com>
24194         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
24195         (bookmark-bmenu-hide-filenames): Add follow-link property.
24196         Improve help-echo text.
24198         * ffap.el (find-file-at-point): Doc fix.
24200 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24202         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
24204 2005-10-18  Masatake YAMATO  <jet@gyve.org>
24206         Install to the CVS repository what I forgot to install in my
24207         2005-10-16 changes.
24209         * progmodes/python.el (python-complete-symbol): Pass the common
24210         prefix substring of completion to `display-completion-list'.
24212         * textmodes/org.el (org-complete): Ditto.
24214 2005-10-18  Masatake YAMATO  <jet@gyve.org>
24216         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
24218         * woman.el (WoMan-xref-man-page): New button type derived
24219         from `Man-abstract-xref-man-page'.
24220         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
24222         * man.el (Man-abstract-xref-man-page): New button type.
24223         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
24224         (Man-highlight-references): Add new optional argument `xref-man-type'.
24226 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
24228         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
24230 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
24232         * cus-edit.el (Custom-move-and-invoke): Delete.
24233         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
24235         * wid-edit.el (widget-move-and-invoke): New function, from
24236         Custom-move-and-invoke.
24238 2005-10-17  Bill Wohler  <wohler@newt.com>
24240         Move all remaining images from lisp/toolbar to etc/images, move
24241         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
24242         the low resolution images in their own directory (low-color).
24244         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
24245         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
24246         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
24247         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
24248         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
24249         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
24250         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
24252         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
24253         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
24254         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
24255         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
24256         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
24257         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
24258         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
24259         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
24260         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
24261         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
24262         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
24263         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
24264         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
24265         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
24266         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
24268         To conform with convention, replace the underscore (_) in the
24269         following image names with dash (-) or (/) as appropriate.
24271         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
24272         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
24273         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
24274         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
24275         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
24276         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
24277         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
24278         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
24279         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
24280         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
24281         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
24282         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
24283         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
24284         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
24285         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
24287         * info.el (info-tool-bar-map): Replace underscores in image names
24288         with dashes.
24290         * makefile.w32-in (WINS): Remove toolbar.
24292         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
24294         * tool-bar.el: Move to lisp from toolbar.  Now that
24295         toolbar is empty, it should be deleted when folks run "cvs up -P".
24297 2005-10-18  Jay Belanger  <belanger@truman.edu>
24299         * calc/calc-store.el (calc-store-into): Get the proper variable name
24300         to display in message.
24302 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
24304         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
24305         expressions display in speedbar for all buffers when debugging.
24306         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
24308         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
24309         (speedbar-insert-button, speedbar-make-button):
24310         Use add-text-properties.
24311         (speedbar-update-localized-contents)
24312         (speedbar-update-directory-contents)
24313         (speedbar-update-special-contents): Use dolist.
24314         (speedbar-buffer-easymenu-definition): Add a menu separator.
24316 2005-10-17  Jason Rumney  <jasonr@gnu.org>
24318         * makefile.w32-in: Use $(lisp) consistently.
24319         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
24320         for shell specific generation of mh-autoloads.
24322 2005-10-17  Richard M. Stallman  <rms@gnu.org>
24324         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
24326 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24328         * jit-lock.el (jit-lock-fontify-now):
24329         Move jit-lock-context-unfontify-pos to avoid wasted work.
24331 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
24333         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
24334         `tramp-completion-mode' for checking if we are in completion mode.
24335         (tramp-completion-handle-file-name-all-completions): Reorder code
24336         in order to complete for file names only in case there are no
24337         method/user/host completions.  This is necessary for cooperation
24338         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
24340 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
24342         * longlines.el (longlines-search-forward)
24343         (longlines-search-backward): Match any number of spaces.
24345 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
24347         * diff-mode.el (diff-mode): Doc fix.
24349 2005-10-16  David Reitter  <david.reitter@gmail.com>
24351         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
24352         as default on darwin and windows systems.
24354 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
24356         * arc-mode.el (archive-zip-extract): Doc fix.
24358 2005-10-16  Romain Francoise  <romain@orebokech.com>
24360         * mouse.el (mouse-1-click-follows-link): Doc fix.
24362 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24364         * savehist.el: Don't require CL at runtime.
24365         (savehist-xemacs): Remove.
24366         (savehist-coding-system): Use utf-8 if present, regardless of religion.
24367         (savehist-no-conversion): Use (featurep 'xemacs).
24368         (savehist-load): Check existence of start-itimer rather than XEmacs.
24369         Use an idle timer.
24370         (savehist-process-for-saving): Replace use of CL funs `subseq' and
24371         `delete-if-not'.
24373 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
24375         * savehist.el: Newer version.
24376         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
24377         (savehist-last-checksum, savehist-no-conversion): New vars.
24378         (savehist-autosave, savehist-process-for-saving, savehist-printable):
24379         New functions.
24380         (savehist-load, savehist-save): Use them.
24381         (savehist-delimit): Remove.
24383 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
24385         * progmodes/compile.el (compilation-goto-locus): Display the
24386         compilation buffer first and the source buffer second, in case they're
24387         in overlapping frames.  Don't raise the compilation frame if it was the
24388         selected window upon entry.  Pass the `other-window' arg to
24389         pop-to-buffer.
24391         * info.el (Info-fontify-node): Use dolist.
24392         Change add-text-properties to put-text-property.
24394 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24396         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
24397         bound of search.
24399 2005-10-16  Masatake YAMATO  <jet@gyve.org>
24401         * dabbrev.el (dabbrev-completion): Pass the common
24402         prefix substring of completion to `display-completion-list'.
24404         * filecache.el (file-cache-minibuffer-complete)
24405         (file-cache-complete): Ditto.
24407         * tempo.el (tempo-display-completions): Ditto.
24409         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
24411         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
24413         * eshell/em-hist.el (eshell-list-history): Ditto.
24415         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
24417         * mail/mailalias.el (mail-complete): Ditto.
24419         * progmodes/etags.el (complete-tag): Ditto.
24421         * progmodes/make-mode.el (makefile-complete): Ditto.
24423         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
24425         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
24427         * progmodes/pascal.el (pascal-complete-word)
24428         (pascal-show-completions): Ditto.
24430         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
24432         * simple.el (completion-common-substring): New variable.
24433         (completion-setup-function): Use `completion-common-substring'
24434         to put faces.
24436 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24438         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
24439         (x-get-selection, mac-select-convert-to-string): Convert from/to
24440         UTF-16 clipboard data as in native byte order, no BOM.
24442 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
24444         * progmodes/gud.el (gud-tool-bar-map): Rename the images
24445         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
24446         (gud-sentinel): Use speedbar-frame to check for speedbar.
24448 2005-10-15  Richard M. Stallman  <rms@gnu.org>
24450         * savehist.el: New file.
24452 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
24454         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
24455         Fix bug in \bf fontification.
24457 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24459         * pcvs.el (cvs-edit-log-files): New var.
24460         (cvs-mode-edit-log): New arg `file'.
24461         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
24462         Instead force the use of the original file and nothing else.
24463         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
24464         the cvs-minor-wrap-function is set.
24465         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
24467 2005-10-14  Bill Wohler  <wohler@newt.com>
24469         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
24470         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
24471         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
24472         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
24473         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
24474         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
24475         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
24476         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
24477         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
24478         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
24479         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
24480         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
24481         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
24482         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
24483         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
24485         * progmodes/gud.el (gud-tool-bar-map): Rename the images
24486         appropriately (for example, gud-break to gud/break).
24488 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
24490         * longlines.el (longlinges-search-function)
24491         (longlines-search-forward, longlines-search-backward): New functions.
24492         (longlines-mode): Set isearch-search-fun-function to
24493         longlinges-search-function.
24495         * mouse.el (mouse-drag-region-1): Handle the case where a
24496         double-click event is bound to an arbitrary function.
24498 2005-10-14  David Ponce  <david@dponce.com>
24500         * recentf.el (recentf-track-opened-file)
24501         (recentf-track-closed-file, recentf-update-menu)
24502         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
24503         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
24504         mouse-1-click-follows-link.
24506 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24508         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
24509         Gnome file-manager.png.  Suggested by
24510         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
24512         * toolbar/README: Add diropen.xpm.
24514 2005-10-13  Bill Wohler  <wohler@newt.com>
24516         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
24517         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
24519 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24521         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
24522         Don't waste the byte-compiler's time on constant data.
24524 2005-10-13  Kenichi Handa  <handa@m17n.org>
24526         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
24527         byte with `escape-glyph' face.
24529         * international/fontset.el (ccl-encode-unicode-font):
24530         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
24531         Handle the case that ucs-mule-to-mule-unicode translates a character to
24532         ASCII (usually for IPA characters).
24534 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24536         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
24537         Don't hide the underline of titles if font-lock-mode is disabled.
24539 2005-10-12  Bill Wohler  <wohler@newt.com>
24541         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
24542         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
24543         files in MH-E-SRC have been updated.
24544         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
24546 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24548         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
24549         (mixal-mode-syntax-table): Add \n as end-comment.
24550         (mixal-operation-codes-alist): Immediately initialize to full value.
24551         (mixal-add-operation-code): Remove.
24552         (mixal-describe-operation-code): Make the arg non-optional.
24553         Use the interactive spec instead.
24554         Use mixal-operation-codes-alist rather than mixal-operation-codes.
24555         (mixal-font-lock-keywords): Don't highlight comments here any more.
24556         (mixal-font-lock-syntactic-keywords): New var.
24557         (mixal-mode): Use it.  Fix comment-start-skip.
24559 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24561         * startup.el (command-line-x-option-alist): -nb => -nbi.
24563 2005-10-12  Kim F. Storm  <storm@cua.dk>
24565         * startup.el (fancy-splash-default-action): Discard mouse click in
24566         the splash screen window, as it has no sensible meaning in the
24567         next window to be selected.  Fixes error reported by Jan D.
24569 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
24571         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
24573 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24575         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
24576         Try to fix up minor layout issues like indentation, line break, etc...
24577         (mixal-mode-syntax-table): Don't try to specify comment syntax,
24578         because it doesn't work.
24579         (mixal-operation-codes): Add some more codes.
24580         (mixal-font-lock-keywords): Process comments here.
24581         (mixal-mode): mixasm no longer needs -g option.
24583 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
24585         * progmodes/sh-script.el (sh-tmp-file):
24586         Use mktemp -t.  Finish support for es and rc shells.
24588 2005-10-11  Jay Belanger  <belanger@truman.edu>
24590         * calc/calcalg2.el (calc-integral): With an argument, compute the
24591         definite integral.
24593 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
24595         * mouse.el (mouse-drag-region-1): Don't try to catch a
24596         double-click when doing follow-link (it's overridden anyway).
24598 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
24600         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24601         (autoload-print-form-outbuf): Add docstring.
24603 2005-10-11  Juri Linkov  <juri@jurta.org>
24605         * info.el (Info-mode-menu): Delete menu item "Edit".
24606         (Info-mode): Delete description of Info-edit from docstring,
24607         and rearrange descriptions of Info commands in the order
24608         they are documented in the Info manual.
24610 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24612         * calendar/appt.el (appt-check): Use diary-selective-display var.
24614 2005-10-10  Richard M. Stallman  <rms@gnu.org>
24616         * net/newsticker.el (newsticker-start, newsticker-show-news):
24617         Add autoload cookies.
24619 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
24621         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24623 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
24625         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24627 2005-10-10  Jay Belanger  <belanger@truman.edu>
24629         * calc/calc-arith.el (math-check-known-scalarp)
24630         (math-check-known-matrixp): Check the values of arguments that are
24631         variables.
24632         (math-check-known-square-matrixp): New function.
24633         (math-known-square-matrixp): Use math-check-known-square-matrixp.
24634         (math-super-types): Add sqmatrix type.
24636         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24637         mode name `square' to `sqmatrix'.
24639         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24640         mode name `square' to `sqmatrix'.
24642 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24644         * progmodes/etags.el (select-tags-table-mode): Don't use
24645         selective-display.
24646         (tags-select-tags-table): Pass `button' to the action function.
24647         (select-tags-table): Place the side-info on button properties rather
24648         than in hidden text.  Abbreviate file names.
24649         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24650         (select-tags-table-select): Add `button' argument.
24651         Get side-info from the button property rather than from hidden text.
24653 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
24655         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24656         (gud-speedbar-buttons): Preserve point if possible.
24657         (gud-sentinel): Restore previous speedbar display type.
24659         * progmodes/gdb-ui.el (gdba): Improve diagram.
24660         (def-gdb-auto-update-handler, gdb-info-locals-handler)
24661         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24662         Call get-buffer-window once.
24664 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24666         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24667         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24668         (pascal-indent-command): Remove unused var `ind'.
24669         (pascal-indent-case): Remove unused var `oldpos'.
24670         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24671         since it's now used as a proper minor mode map.
24672         (pascal-outline): Rename to pascal-outline-mode.
24673         (pascal-outline-mode): Use define-minor-mode.
24674         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24675         selective-display.
24677 2005-10-10  Andreas Schwab  <schwab@suse.de>
24679         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24680         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
24682         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24683         outside source directory.
24685 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
24687         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24688         C-x' as a prefix.
24689         (orgtbl-mode-map): Full keymap instead of sparse, because all
24690         `self-insert-command' keys are redefined in this map.
24691         (org-export-as-html): Specify charset for HTML file, by taking it
24692         from the coding system.
24694 2005-10-10  Kenichi Handa  <handa@m17n.org>
24696         * textmodes/flyspell.el (flyspell-check-word-p):
24697         If unread-command-events is non-empty, don't call sit-for.
24699 2005-10-09  Richard M. Stallman  <rms@gnu.org>
24701         * font-lock.el (font-lock-syntactic-keywords)
24702         (font-lock-keywords): Doc fixes.
24704         * textmodes/flyspell.el (flyspell-external-point-words):
24705         Simplify logic, and don't try to check for consecutive appearances
24706         of one incorrect word.
24708 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
24710         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24711         separator.
24713         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24714         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24715         (gud-expansion-speedbar-buttons): New function.
24716         (gud-speedbar-buttons): Check for gud-comint-buffer.
24718 2005-10-09  Bill Wohler  <wohler@newt.com>
24720         * Makefile.in (updates): Add mh-loaddefs dependency.
24722 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
24724         * speedbar.el (speedbar-file-key-map): Fix typo.
24726 2005-10-09  Daniel Brockman  <daniel@brockman.se>
24728         * cus-start.el (line-spacing): Add custom spec.
24730 2005-10-09  Romain Francoise  <romain@orebokech.com>
24732         * textmodes/ispell.el (ispell-check-version): Fix last change.
24734 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24736         * term/x-win.el: Remove -i, --icon-type from comment.
24738         * startup.el (command-line-x-option-alist): Remove options -i,
24739         -itype, --icon-type, added -nb, --no-bitmap-icon.
24741 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
24743         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24744         instead of :active.
24746 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
24748         * textmodes/ispell.el (ispell-check-version):
24749         Ignore hyphen, and all that follows, in aspell's version text.
24751 2005-10-08  Jay Belanger  <belanger@truman.edu>
24753         * calc/calc-arith.el (math-known-square-matrixp): New function.
24754         (math-pow-fancy): Check for matrices before distributing exponent
24755         across products.
24757         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24758         fullscreen keypad.  Suggested by Luc Teirlinck.
24759         (calc-keypad-show-input): Add space for formatting.
24761         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24762         Add square matrix option.
24764         * calc/calc-poly.el (math-expand-term): Check for matrices instead
24765         of checking calc-matrix-mode when deciding how to expand.
24767         * calc/calc.el (calc-set-mode-line): Add square matrix option.
24769 2005-10-08  Lars Hansen  <larsh@soem.dk>
24771         * net/tramp.el (tramp-perl-directory-files-and-attributes):
24772         Add error handling.
24773         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24775 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
24777         Sync with Tramp 2.0.51.
24779         * net/tramp.el (tramp-handle-set-visited-file-modtime)
24780         (tramp-handle-insert-file-contents, tramp-handle-write-region):
24781         Insert special handling for `last-coding-system-used', again
24782         it still seems to be necessary (unlike stated before).
24783         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24784         (tramp-password-prompt-regexp): There might be other words before
24785         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24786         (tramp-chunksize): Improve docstring.
24787         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24788         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
24789         Christian Joergensen <bugs@razor.dk>.
24791 2005-10-07  Glenn Morris  <rgm@gnu.org>
24793         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24794         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24795         precision'.
24797 2005-10-07  Romain Francoise  <romain@orebokech.com>
24799         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24800         (ibuffer-do-shell-command-pipe-replace)
24801         (ibuffer-do-shell-command-file, ibuffer-do-eval)
24802         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24803         (ibuffer-do-revert, ibuffer-do-replace-regexp)
24804         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24805         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24806         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24807         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24808         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24809         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24810         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24811         Autoload file sans suffix.
24813         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24815 2005-10-07  David Ponce  <david@dponce.com>
24817         * recentf.el (recentf-menu-open-all-flag): New option.
24818         (recentf-digit-shortcut-command-name): New function.
24819         (recentf--shortcuts-keymap): New variable.
24820         (recentf-menu-shortcuts): New variable.
24821         (recentf-make-menu-items): Initialize it.  Replace the "More..."
24822         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24823         (recentf-menu-value-shortcut): New function.
24824         (recentf-make-menu-item): Use it.  No more in-lined.
24825         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24826         (recentf-open-most-recent-file): Rename from
24827         `recentf-open-file-with-key'.  Don't depend on key binding.
24828         (recentf-mode-map): New variable.
24829         (recentf-mode): Use it.
24831 2005-10-06  Bill Wohler  <wohler@newt.com>
24833         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
24835         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24836         (MH-E-SRC): New.  Used by mh-autoloads.
24837         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
24838         files in MH-E-SRC have been updated.
24839         (compile, recompile, bootstrap): Depend on mh-autoloads.
24841 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
24843         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24844         gud-break and gud-remove icons when the fringe is not available.
24846         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24847         Typo.
24849 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
24851         * play/zone.el (zone): Wrap body with save-window-excursion.
24853 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24855         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24856         Use the new `list-only' arg to diary-list-entries.
24858         * calendar/diary-lib.el: Use overlays rather than selective-display.
24859         (diary-selective-display): New var.
24860         (diary-header-line-format): Use it.
24861         (diary-list-entries): Add argument `list-only'.
24862         Put the buffer in diary-mode.  Don't add \^M at beg and end.
24863         Replace \^M by invisible overlays.
24864         (diary-unhide-everything): Replace \^M by invisible overlays.
24865         (print-diary-entries): Look for overlays rather than \^M.
24866         Add a space to the temp buffer name.
24867         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24868         Put the buffer in diary-mode.
24869         (list-sexp-diary-entries): Replace \^M by invisible overlays.
24870         (diary-anniversary): Make the year arg optional.
24871         (diary-time-regexp): New const.
24872         (diary-font-lock-keywords): Use it to accept a few more time formats.
24874         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24876 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
24878         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24879         Fix bug introduced 2005-07-03: Use (car (last ...))
24880         to faithfully reproduce replaced artist-last.
24881         (artist-set-arrow-points-for-poly): Likewise.
24882         Suggested by Johan Bockg\e,Ae\e(Brd.
24884 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
24886         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24887         * wid-edit.el (widget):
24888         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24889         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24891 2005-10-06  Kenichi Handa  <handa@m17n.org>
24893         * international/mule-cmds.el (set-language-environment):
24894         Fix setting up of case-table for unibyte mode.
24896         * simple.el (what-cursor-position): If the character is displayed
24897         by some `display' text property, show that.  Don't use
24898         single-key-description for eight-bit characters in multibyte mode.
24900 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
24902         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24903         (gdb-ann3): Set it.
24904         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24905         (gdb-info-frames-custom): Use inverse-video for first five
24906         characters of selected frame only.
24907         (gdb-get-frame-number): Select frame even when point is on frame
24908         number.
24910 2005-10-06  Masatake YAMATO  <jet@gyve.org>
24912         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24913         Put `font-lock-function-name-face'.
24914         (gdb-info-frames-custom): Put `font-lock-function-name-face'
24915         and `font-lock-variable-name-face'
24916         (gdb-registers-font-lock-keywords): New font lock keywords definition.
24917         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24918         (gdb-memory-font-lock-keywords): New font lock keywords definition.
24919         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24920         (gdb-local-font-lock-keywords): New font lock keywords definition.
24921         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24922         (gdb-threads-font-lock-keywords): New font lock keywords definition.
24923         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24925 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
24927         * ediff-merg.el (ediff-merge-region-is-non-clash): New defsubst.
24928         (ediff-merge-region-is-non-clash-to-skip): Previously called
24929         ediff-merge-region-is-non-clash.
24931         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24932         Use insert-buffer-substring.
24934         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24935         selecting files to patch.  Also bug fixes.
24937         * ediff-util.el (ediff-setup): Bug fix.
24938         (ediff-next-difference): Never skip clashes that differ in white
24939         space only.
24941         * ediff-wind.el (ediff-setup-control-frame)
24942         (ediff-destroy-control-frame): Check the menubar feature.
24944         * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24945         (viper-refresh-mode-line): Use make-local-variable to localize
24946         some vars instead of make-variable-buffer-local.  Suggested by
24947         Stefan Monnier.
24949         * emulation/viper-init.el (viper-make-variable-buffer-local):
24950         Delete alias.
24951         (viper-restore-cursor-type, viper-set-insert-cursor-type):
24952         Use make-local-variable instead of make-variable-buffer-local.
24953         Suggested by Stefan Monnier.
24955         * emulation/viper.el (viper-mode): Don't use
24956         viper-make-variable-buffer-local.
24957         (viper-comint-mode-hook): Use make-local-variable on
24958         require-final-newline.
24959         (viper-non-hook-settings): Don't use make-variable-buffer-local.
24961 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24963         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24964         also the second char of a comment-start sequence.
24965         (scheme-sexp-comment-syntax-table): New var.
24966         (lambda, define): Set their scheme-doc-string-elt property.
24967         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24968         Use lisp-font-lock-syntactic-face-function now that it properly
24969         handles |...| symbols.
24970         (scheme-mode-variables): Set lisp-doc-string-elt-property,
24971         parse-sexp-lookup-properties and font-lock-extra-managed-props.
24973         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24974         bit from # to |.
24975         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24977         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24978         (lisp-doc-string-elt-property): New var.
24979         (lisp-font-lock-syntactic-face-function): Use it.
24980         Rewrite to recognize docstrings even for forms not at toplevel.
24982         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24983         annotation on the | part of #| rather than on the # part.
24984         (scheme-font-lock-syntactic-face-function): New function, to
24985         distinguish strings from |...| symbols.
24986         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
24987         syntax-table so that #|...|# is properly highlighted.
24989         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24990         Don't mark as docstring the 3rd elem of an unknown toplevel form.
24992 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24994         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24995         and C-e.
24997         * emacs-lisp/eldoc.el: Move comments into docstrings.
24998         (eldoc-message-commands): Initialize in its declaration.
24999         Add move-beginning-of-line and move-end-of-line.
25000         (eldoc-add-command, eldoc-add-command-completions)
25001         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
25003         * outline.el (outline-mark-subtree): Activate the mark.
25005         * calendar/appt.el (appt-time-regexp): New var.
25006         (appt-add, appt-make-list): Use it.
25007         (appt-convert-time): Clean up.
25009         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
25010         Don't set any syntax-table property here.
25011         (tex-font-lock-verb): New function.  Do it here.
25012         (tex-font-lock-syntactic-keywords): Use it.
25014 2005-10-04  Richard M. Stallman  <rms@gnu.org>
25016         * wid-edit.el (widget-file-complete): Get the widget start point
25017         the right way.  Default directory to `/' if file has none.
25019         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
25021         * textmodes/flyspell.el (flyspell-mode-on):
25022         Call ispell-maybe-find-aspell-dictionaries.
25024         * textmodes/ispell.el (ispell-word, ispell-region):
25025         Call ispell-maybe-find-aspell-dictionaries.
25026         (ispell-accept-buffer-local-defs):
25027         Don't call ispell-maybe-find-aspell-dictionaries.
25029 2005-10-04  Richard M. Stallman  <rms@gnu.org>
25031         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
25033 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
25035         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
25036         instead of `fboundp' in order to allow for anonymous functions.
25038 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
25040         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
25041         case the user clicks on the link while another window is selected.
25042         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
25044         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
25045         functionality.
25046         (dframe-help-echo): Save point in case mouse tracking is off.
25048 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
25050         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
25052 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25054         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
25055         not change the global value of those vars.
25057         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
25058         make-local-variable which we do not need any more.
25060 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
25062         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
25063         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
25064         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
25065         (speedbar-path-line): Define obsolete aliases.
25066         (speedbar-line-directory): Doc fix.
25068         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
25069         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
25070         instead of speedbar-line-path.
25072 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25074         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
25075         to nil if dropping on a window.  Handle dropping on a minibuffer window
25076         like dropping on a non-window part of Emacs.
25078 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25080         * net/ange-ftp.el: Use with-current-buffer.
25081         (ange-ftp-insert-directory): Do not follow symlinks any more.
25083         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
25084         Remove interactive spec.
25086 2005-10-03  Kim F. Storm  <storm@cua.dk>
25088         * ido.el (ido-mode): Use custom-initialize-set.
25090 2005-10-02  Richard M. Stallman  <rms@gnu.org>
25092         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
25093         Use insert-buffer-substring.
25095         * net/tramp.el: Pacify byte compiler warnings in pacification code.
25096         (tramp-handle-file-local-copy): Use insert-buffer-substring.
25098 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25100         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
25101         in last change.
25102         (ange-ftp-insert-directory): Fix up the search for the case where
25103         `file' is absolute.
25105 2005-10-02  Romain Francoise  <romain@orebokech.com>
25107         * progmodes/compile.el (compile-goto-error): Delete extra paren.
25109 2005-10-02  Andreas Schwab  <schwab@suse.de>
25111         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
25112         directory component in the session info.
25114 2005-10-01  Richard M. Stallman  <rms@gnu.org>
25116         * comint.el (comint-redirect-subvert-readonly): Doc fix.
25118         * simple.el (next-error-internal): New function.
25120         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
25121         (compilation-start): Pass new arg to compilation-buffer-name.
25122         (compile-goto-error): Use next-error-internal.
25124 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
25126         * speedbar.el: Remove RCS tag.
25127         (speedbar-check-read-only): Handle non-existent files.
25129         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
25131         * info.el (Info-speedbar-hierarchy-buttons)
25132         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
25134 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25136         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
25137         Do not match newline.
25138         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
25139         (bibtex-summary): Remove unnecessary save-excursion.
25140         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
25142 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25144         * term/mac-win.el: Add charset info for "iso10646-1".
25145         Modify default fontset to use ATSUI-compatible fonts for some charsets
25146         if available.
25148 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
25150         * speedbar.el: Re-apply arch tag.
25151         (speedbar-version): Rename to version 1.0.  Suggested by Eric
25152         M. Ludlam.
25153         Reapply two changes from Emacs CVS' version of speedbar lost
25154         during the merge:
25155         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
25156         (speedbar-frame-parameters): Improve customize type.
25158 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25160         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
25161         (ange-ftp-file-directory-p): Fix the symlink case.
25162         (ange-ftp-insert-directory): When listing a single file, get a list of
25163         the parent buffer and extract the relevant line.  Inspired from a patch
25164         by Katsumi Yamaoka <yamaoka@jpl.org>.
25165         (ange-ftp-file-name-sans-versions): Simplify.
25167 2005-09-30  Bill Wohler  <wohler@newt.com>
25169         Move MH-E image files from toolbar and mail directories into
25170         etc/images.
25172         * mail/reply2.*: Move to etc/images/mail/reply*.
25174         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
25175         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
25176         etc/images.
25178         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
25179         * toolbar/reply*: Move to etc/images/mail.
25181         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
25183 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
25185         * speedbar.el: New version 1.0pre3.
25187         Frame management code (including timer, and mouse click specifics)
25188         moved to dframe.el:
25189         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
25190         (speedbar-timer): Removed.  Use dframe-timer.
25191         (speedbar-close-frame): Removed.  Use dframe-close-frame.
25192         (speedbar-activity-change-focus-flag): Removed.  Use
25193         dframe-activity-change-focus-flag.
25194         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
25195         dframe-update-speed.
25197         (speedbar-current-frame): New macro.  Use this instead of the
25198         variable speedbar-frame.
25200         (speedbar-use-images, speedbar-expand-image-button-alist)
25201         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
25203         (speedbar-find-image-on-load-path): Removed.  Replaced by
25204         defezimage in ezimage.el.
25205         (speedbar-expand-image-button-alist): Removed.  Replaced by
25206         ezimage-expand-image-button-alist in ezimage.el.
25208         (speedbar-ignored-directory-regexp)
25209         (speedbar-add-ignored-directory-regexp)
25210         (speedbar-ignored-directory-expressions)
25211         (speedbar-line-directory, speedbar-buffers-line-directory)
25212         (speedbar-directory-line, speedbar-buffers-line-directory):
25213         Renamed, replacing `path' with `directory'.
25215         (speedbar-create-directory, speedbar-expand-line-descendants)
25216         (speedbar-toggle-line-expansion)
25217         (speedbar-contract-line-descendants): New commands.
25219         (speedbar-query-confirmation-method, speedbar-select-frame-method)
25220         (speedbar-use-tool-tips-flag): New options.
25222         (speedbar-check-read-only, speedbar-require-version)
25223         (speedbar-insert-separator, speedbar-buffers-tail-notes)
25224         (speedbar-handle-delete-frame, speedbar-try-completion)
25225         (speedbar-update-localized-contents): New functions.
25227         (speedbar-incompatible-version, speedbar-ro-to-do-point)
25228         (speedbar-object-read-only-indicator): New variables.
25230         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
25231         New hooks.
25233         (speedbar-separator-face): New face.
25235         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
25236         (speedbar-ignored-modes): Add fundamental-mode.
25237         (speedbar-directory-unshown-regexp): Add . directories.
25239         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
25240         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
25241         `]' for full expand/close.
25242         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
25244         (speedbar-check-vc): Support hidden files.
25245         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
25246         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
25247         state is nil, it is not checked out.
25249         (speedbar-line-text, speedbar-line-token): Support expand buttons
25250         with no text.
25251         (speedbar-refresh): Universal argument acts as power-click.
25252         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
25253         that buffer to get variable values.
25255         And many other bugfixes.
25257         * dframe.el, ezimage.el, sb-image.el: New files.
25259         * sb-*.xpm: Remove files.  New image files installed into
25260         etc/images/ezimage.
25262 2005-09-30  Kenichi Handa  <handa@m17n.org>
25264         * ps-mule.el (ps-mule-show-warning): If a character is in
25265         ps-print-translation-table, don't treat it as non-printable.
25267 2005-09-30  David Ponce  <david@dponce.com>
25269         * tree-widget.el (tree-widget-themes-load-path): New variable.
25270         (tree-widget-themes-directory): Doc fix.
25271         (tree-widget-image-formats) [Emacs]: Doc fix.
25272         (tree-widget--locate-sub-directory): New function.
25273         (tree-widget-themes-directory): Use it.
25275         * recentf.el (recentf-filename-handlers): Rename from
25276         `recentf-filename-handler'.  Allow a list of functions.
25277         (recentf-menu-items-for-commands): Fix :help strings.
25278         (recentf-apply-filename-handlers): New function.
25279         (recentf-expand-file-name): Use it.
25280         (recentf-cleanup): Remove duplicates too.
25282 2005-09-29  Juri Linkov  <juri@jurta.org>
25284         * faces.el: Rearrange face definitions to be in the same order as
25285         their face descriptions in "(emacs)Standard Faces".
25287         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
25289         * tooltip.el (tooltip): Add group `basic-faces'.
25291         * buff-menu.el (Buffer-menu-buffer): Remove group
25292         `font-lock-highlighting-faces'.
25294         * progmodes/compile.el (compilation-error, compilation-warning)
25295         (compilation-info, compilation-line-number, compilation-column-number):
25296         Change group from `font-lock-highlighting-faces' to `compilation'.
25298         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
25299         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
25300         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
25301         (vhdl-font-lock-reserved-words-face)
25302         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
25303         `font-lock-highlighting-faces'.
25305         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
25307 2005-09-28  Kim F. Storm  <storm@cua.dk>
25309         * emulation/cua-base.el: Set CUA move property on additional commands:
25310         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
25311         forward-sexp, backward-sexp, forward-list, backward-list.
25313 2005-09-28  Romain Francoise  <romain@orebokech.com>
25315         * comint.el (comint-show-output): Really set point at the
25316         beginning of the output when not using `comint-use-prompt-regexp'.
25318 2005-09-27  Jay Belanger  <belanger@truman.edu>
25320         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
25321         in TeX mode.
25323 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
25325         * textmodes/org.el (org-table-sum): Fix format string.
25327         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
25328         Quote face names.
25330 2005-09-26  Romain Francoise  <romain@orebokech.com>
25332         * isearch.el (isearch-forward-regexp): Close doc string.
25334 2005-09-25  Richard M. Stallman  <rms@gnu.org>
25336         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
25338         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
25340         * progmodes/compile.el (compilation-error-properties):
25341         When getting the file from the previous error message,
25342         correctly decode the new data format.
25344         * progmodes/cc-cmds.el (c-electric-paren):
25345         Call old-blink-paren only for close-paren.
25347 2005-09-24  Andreas Schwab  <schwab@suse.de>
25349         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
25350         condition.
25352 2005-09-25  Romain Francoise  <romain@orebokech.com>
25354         * dired-aux.el (dired-copy-file-recursive):
25355         * dired.el (dired-delete-file):
25356         * ediff-mult.el (ediff-dir-diff-copy-file):
25357         * ediff-util.el (ediff-test-save-region):
25358         * forms.el (forms-mode):
25359         * ido.el (ido-file-internal, ido-delete-file-at-head):
25360         * log-edit.el (log-edit-done):
25361         * ses.el (ses-yank-resize):
25362         * play/gomoku.el (gomoku-human-plays, gomoku)
25363         (gomoku-human-resigns, gomoku-prompt-for-other-game)
25364         (gomoku-offer-a-draw):
25365         * play/landmark.el (lm-human-resigns, lm):
25366         * net/eudcb-ldap.el (eudc-ldap-check-base):
25367         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
25368         * progmodes/ebrowse.el (ebrowse-find-pattern):
25369         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
25370         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
25371         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
25373         * vc.el (vc-delete-file):
25374         * play/gomoku.el (gomoku-terminate-game, gomoku)
25375         (gomoku-prompt-for-move, gomoku-human-takes-back):
25376         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
25377         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
25379 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
25381         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
25382         color rxvt terminals by using the code xterm.el used to use before
25383         2005-04-09 in order to match the colors used by rxvt.
25385 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
25387         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
25388         colors rxvt-unicode terminals by using the same code as xterm.el.
25390 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25392         * textmodes/tex-mode.el (tex-font-lock-append-prop)
25393         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
25394         new symbol used for the tex-verbatim face.
25396 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
25398         * woman.el (woman-file-name):
25399         * wid-edit.el (widget-file-prompt-value)
25400         (widget-coding-system-prompt-value):
25401         * w32-fns.el (set-w32-system-coding-system):
25402         * vc.el (vc-version-diff, vc-annotate):
25403         * textmodes/reftex-auc.el (reftex-arg-cite)
25404         (reftex-arg-index-tag):
25405         * textmodes/refer.el (refer-get-bib-files):
25406         * textmodes/artist.el (artist-figlet-choose-font):
25407         * terminal.el (terminal-emulator):
25408         * replace.el (occur-read-primary-args):
25409         * rect.el (string-rectangle, string-insert-rectangle):
25410         * ps-print.el (ps-print-preprint):
25411         * progmodes/pascal.el (pascal-goto-defun):
25412         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
25413         * progmodes/compile.el (compilation-find-file):
25414         * printing.el (pr-interactive-n-up):
25415         * play/animate.el (animate-birthday-present):
25416         * net/rcompile.el (remote-compile):
25417         * man.el (man, Man-goto-section, Man-follow-manual-reference):
25418         * mail/rmailsum.el (rmail-summary-search-backward)
25419         (rmail-summary-search):
25420         * mail/rmailout.el (rmail-output-read-rmail-file-name)
25421         (rmail-output-read-file-name):
25422         * mail/rmail.el (rmail-search, rmail-search-backwards):
25423         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
25424         * locate.el (locate):
25425         * international/quail.el (quail-show-keyboard-layout):
25426         * international/mule.el (set-buffer-file-coding-system)
25427         (revert-buffer-with-coding-system, set-file-name-coding-system)
25428         (set-terminal-coding-system, set-keyboard-coding-system)
25429         (set-next-selection-coding-system):
25430         * international/mule-diag.el (describe-coding-system)
25431         (describe-font, describe-fontset):
25432         * international/mule-cmds.el (universal-coding-system-argument)
25433         (search-unencodable-char, describe-input-method)
25434         (set-language-environment, describe-language-environment):
25435         * international/codepage.el (codepage-setup):
25436         * international/code-pages.el (codepage-setup):
25437         * info.el (Info-search, Info-follow-reference)
25438         (Info-search-backward):
25439         * emacs-lisp/advice.el (ad-read-advised-function)
25440         (ad-read-advice-class, ad-clear-cache, ad-activate)
25441         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
25442         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
25443         (ad-read-regexp):
25444         * ediff-util.el (ediff-toggle-regexp-match):
25445         * ediff-ptch.el (ediff-prompt-for-patch-file):
25446         * dired-aux.el (dired-diff):
25447         * diff.el (diff):
25448         * cus-edit.el (custom-variable-prompt):
25449         * calendar/timeclock.el (timeclock-ask-for-project):
25450         * calc/calcalg3.el (calc-get-fit-variables):
25451         * calc/calc-store.el (calc-edit-variable)
25452         (calc-permanent-variable):
25453         * vc-mcvs.el (vc-mcvs-register):
25454         * shadowfile.el (shadow-define-literal-group):
25455         * woman.el (woman-file-name):
25456         * vc.el (vc-version-diff, vc-merge):
25457         * textmodes/reftex-index.el (reftex-index-complete-tag):
25458         * format.el (format-decode-buffer, format-decode-region):
25459         * emulation/viper-cmd.el (viper-read-string-with-history):
25460         * emacs-lisp/debug.el (cancel-debug-on-entry):
25461         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
25462         * ediff.el (ediff-merge-revisions)
25463         (ediff-merge-revisions-with-ancestor, ediff-revision):
25464         * completion.el (interactive-completion-string-reader):
25465         * calc/calc-prog.el (calc-user-define-formula):
25466         Follow convention for reading with the minibuffer.
25468 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
25470         * progmodes/python.el (python-describe-symbol): Add globals() and
25471         locals() to the arguments of emacs.ehelp.
25473 2005-09-24  Magnus Henoch  <mange@freemail.hu>
25475         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
25476         New function, code extracted from ispell-valid-dictionary-list.
25477         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
25478         Call it.
25480 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
25482         * subr.el (version-regexp-alist): Extend valid syntax for version
25483         strings: allow any of the characters -,_,+ to separate the
25484         alpha/beta/rc part from the version part.  Doc fix.
25485         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
25487 2005-09-23  David Reitter  <david.reitter@gmail.com>
25489         * mail/mailclient.el: New file.
25491 2005-09-23  Richard M. Stallman  <rms@gnu.org>
25493         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
25494         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
25495         Doc fixes.
25497         * progmodes/cc-mode.el (c-font-lock-init):
25498         Specify font-lock-lines-before.
25500 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25502         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
25503         whole conflict.
25505 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
25507         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
25508         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
25509         of `remap' feature when available.  Additional key bindings for
25510         better tty support.
25511         (org-mode-restart, org-force-self-insert): New commands.
25512         (org-time-stamp-inactive): New command.
25513         (org-remap): New function.
25514         (org-table-auto-blank-field, org-level-color-stars-only): New options.
25515         (org-enable-fixed-width-editor): Move to `org-structure'
25516         customization group.
25517         (org-self-insert-command, orgtbl-self-insert-command): Modify to
25518         blank field after field motion commands.
25520 2005-09-23  Kenichi Handa  <handa@m17n.org>
25522         * international/mule-cmds.el (set-language-environment):
25523         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
25524         have to call utf-translate-cjk-load-tables.
25526 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25528         * mouse.el (mouse-move-drag-overlay): Fix last change.
25530 2005-09-22  David Ponce  <david@dponce.com>
25532         * tree-widget.el (tree-widget-value-create): Fix previous change.
25534 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
25536         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
25538 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25540         * mouse.el (mouse-move-drag-overlay): New function.
25541         (mouse-drag-region-1): Use it.
25542         Try to simplify a bit the state handling.  Handle clicks on links
25543         inside intangible areas.
25544         (mouse-save-then-kill): Minor simplification.
25545         (mouse-secondary-overlay): Make it always non-nil instead of
25546         recreating it each time.
25547         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
25548         (mouse-kill-secondary, mouse-secondary-save-then-kill):
25549         Simplify accordingly.
25551 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
25553         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
25555 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
25557         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
25558         (ediff-file-name-sans-prefix): Treat nil as an empty string.
25559         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
25560         to patch.
25562         * ediff-util.el: Use insert-buffer-substring.
25564         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
25566         * emulation/viper-cmd.el (viper-change-state): Don't move over the
25567         field boundaries in the minibuffer.
25568         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
25569         (viper-minibuffer-post-command-hook): New hook.
25570         (viper-line): Don't move cursor at bolp.
25572         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
25574         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
25575         avoid compiler warnings.
25577         * emulation/viper-macs.el (ex-map): Better messages.
25579         * emulation/viper-util.el (viper-beginning-of-field): New function.
25581         * emulation/viper.el: Replace make-variable-buffer-local with
25582         viper-make-variable-buffer-local everywhere, to avoid warnings.
25584 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25586         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25587         Delete unused var `old-selected-window'.
25588         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
25589         (mouse-drag-secondary): Delete unused var `start-frame'.
25591 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
25593         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
25595 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25597         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25598         Re-indent within 80 columns.  Use inhibit-read-only.
25600 2005-09-19  Romain Francoise  <romain@orebokech.com>
25602         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25604 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25606         * font-lock.el (font-lock-default-fontify-region): Don't add a line
25607         unconditionally, since the after-change-function already did it.
25609 2005-09-19  Miles Bader  <miles@gnu.org>
25611         * net/newsticker.el: Get rid of CVS keyword.
25613 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
25615         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25616         The prompt is formatted later.
25618 2005-09-19  David Ponce  <david@dponce.com>
25620         * tree-widget.el (tree-widget-value-create): Save the converted
25621         tree :node widget.
25623 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
25625         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25626         variable `message'.
25628 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
25630         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25631         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
25632         <slawomir.nowaczyk.847@student.lu.se>.
25634 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
25636         * image.el (image-load-path): Use symbol `data-directory' instead
25637         of its value, for backward compatibility with packages that bind
25638         it during `find-image'.  Suggested by Katsumi Yamaoka.
25639         (image-search-load-path): Handle symbols whose values are strings.
25641 2005-09-18  Romain Francoise  <romain@orebokech.com>
25643         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25644         with-current-buffer form in save-excursion.
25646 2005-09-18  Deepak Goel  <deego@gnufans.org>
25648         * apropos.el (apropos-command): Fix `message' call: first arg
25649         should be a format spec.  In this and all other cases that appear
25650         below and elsewhere in the source code, I made a change only when
25651         two conditions were satisfied: [1] I can think of a possibility
25652         that the arguments would cause an error, for example, the code in
25653         question relies on external variables such as filenames.  [2] I
25654         was sure that the arg to `message' could not have been nil in the code.
25656         * textmodes/tildify.el (tildify-region): Ditto.
25658         * textmodes/reftex-index.el (reftex-index-change-entry)
25659         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25660         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25661         * textmodes/org.el (org-complete, org-deadline, org-schedule)
25662         (org-priority, org-table-sum):
25663         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25664         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25665         (flyspell-word, flyspell-display-next-corrections):
25666         * textmodes/bibtex.el (bibtex-print-help-message):
25667         * textmodes/artist.el (artist-key-set-point-poly):
25668         * term/mac-win.el (mac-services-insert-text):
25669         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25670         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25671         (vhdl-port-paste-testbench, vhdl-compose-new-component)
25672         (vhdl-compose-configuration):
25673         * progmodes/sh-script.el (sh-blink, sh-show-indent)
25674         (sh-set-indent, sh-learn-line-indent):
25675         * progmodes/ps-mode.el (ps-mode-target-column):
25676         * progmodes/idlwave.el (idlwave-make-tags)
25677         (idlwave-scan-library-catalogs):
25678         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25679         * progmodes/gud.el (gud-jdb-analyze-source):
25680         * progmodes/flymake.el (flymake-log):
25681         * progmodes/ebnf2ps.el (ebnf-generate-region):
25682         * progmodes/cmacexp.el (c-macro-expansion):
25683         * progmodes/ada-xref.el (ada-treat-cmd-string):
25684         * progmodes/ada-mode.el (ada-create-case-exception-substring)
25685         (ada-justified-indent-current, ada-batch-reformat):
25686         * play/zone.el (zone):
25687         * play/landmark.el (lm-move):
25688         * play/decipher.el (decipher-show-alphabet):
25689         * net/newsticker.el (newsticker--display-jump)
25690         (newsticker--display-scroll):
25691         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25692         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25693         * mail/feedmail.el (feedmail-dump-message-to-queue):
25694         * eshell/esh-proc.el (eshell-remove-process-entry):
25695         * emulation/ws-mode.el (ws-last-error):
25696         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25697         (viper-record-kbd-macro):
25698         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25699         * emacs-lisp/lisp-mnt.el (lm-report-bug):
25700         * emacs-lisp/find-func.el (find-function-noselect):
25701         * calendar/timeclock.el (timeclock-status-string)
25702         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25703         (timeclock-when-to-leave-string):
25704         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25705         * calc/calc-units.el (calc-enter-units-table):
25706         * calc/calc-mode.el (calc-mode-record-mode):
25707         * woman.el (woman-mini-help):
25708         * wdired.el (wdired-change-to-wdired-mode):
25709         * vc.el (vc-retrieve-snapshot):
25710         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25711         * startup.el (display-startup-echo-area-message):
25712         * simple.el (set-goal-column):
25713         * ses.el (ses-command-hook, ses-recalculate-cell):
25714         * server.el (server-process-filter):
25715         * printing.el (pr-interface-txt-print, pr-interface-printify)
25716         (pr-interface-ps):
25717         * pcvs.el (cvs-help):
25718         * log-edit.el (log-edit, log-edit-mode-help):
25719         * iswitchb.el (iswitchb-possible-new-buffer):
25720         * isearch.el (isearch-edit-string):
25721         * image-mode.el (image-mode, image-minor-mode):
25722         * ibuf-macs.el (define-ibuffer-filter):
25723         * hi-lock.el (hi-lock-find-patterns):
25724         * files.el (toggle-read-only):
25725         * ediff-util.el (ediff-copy-diff)
25726         (ediff-write-merge-buffer-and-maybe-kill):
25727         * echistory.el (Electric-history-undefined):
25728         * dnd.el (dnd-insert-text):
25729         * dired-aux.el (dired-query):
25730         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25731         * bookmark.el (bookmark-bmenu-locate):
25732         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25733         Fix `message' calls to ensure first arg is a format string.
25734         The change was made only when these two conditions were satisfied:
25735         [1] when there is a possibility that the arguments would cause an error
25736         for example, if the code in question relies on external variables
25737         such as filenames, and
25738         [2] if the arg to `message' could not have been nil in the code.
25740         * pcomplete.el (pcomplete--help): Fix `message' format spec.
25741         Not having a %s would be weird, though not technically wrong.
25743 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25745         * term/mac-win.el (mac-add-charset-info): Doc fix.
25747 2005-09-17  Romain Francoise  <romain@orebokech.com>
25749         * shell.el (shell-resync-dirs): Handle echoing processes more
25750         reliably.  Don't insert resync command if `comint-process-echoes'
25751         is non-nil.
25753 2005-09-17  Magnus Henoch  <mange@freemail.hu>
25755         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25756         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25757         aspell versions >= 0.60.
25758         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25759         only if ispell-aspell-supports-utf8 is non-nil.
25761 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
25763         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25764         buffer-local value to lisp-indent-function.
25766 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
25768         * progmodes/glasses.el (glasses-make-readable): If
25769         glasses-separator differs from underscore, put appropriate
25770         overlays over underscore characters.
25771         (glasses-convert-to-unreadable): If glasses-separator differs from
25772         underscore, try to convert glasses-separator characters to
25773         underscores.
25775 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25777         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25778         Use with-syntax-table and dolist.
25780 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
25782         * textmodes/reftex-auc.el:
25783         * textmodes/reftex-cite.el:
25784         * textmodes/reftex-dcr.el:
25785         * textmodes/reftex-global.el:
25786         * textmodes/reftex-parse.el:
25787         * textmodes/reftex-ref.el:
25788         * textmodes/reftex-sel.el:
25789         * textmodes/reftex-toc.el:
25790         * textmodes/reftex-vars.el:
25791         * textmodes/reftex.el: Small changes to remove compiler warnings.
25793         * textmodes/reftex-index.el: Likewise.
25794         (reftex-query-index-phrase): More efficient use of markers.
25796 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
25798         * image.el (image-load-path): New variable.
25799         (image-search-load-path): New function.
25800         (find-image): Search for images in `image-load-path'.
25802 2005-09-15  Richard M. Stallman  <rms@gnu.org>
25804         * follow.el: Change Maintainer field.
25806 2005-09-15  David Ponce  <david@dponce.com>
25808         * recentf.el (recentf-save-file-modes): New option.
25809         (recentf-save-list): Use it.
25811 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
25813         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25814         (mode-line-mule-info, mode-line-modified): Move bindings from
25815         mouse-3 to mouse-1.
25817 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
25819         * simple.el (sendmail-user-agent-compose): Revert last change.
25821 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25823         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25824         Use with-current-buffer.
25825         (ange-ftp-gwp-start): Remove unused var `gw-user'.
25826         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25827         (ange-ftp-insert-directory): Remove unused var `short'.
25828         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25830         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25831         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25833         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25834         (check-calendar-holidays, diary-list-entries): Autoload.
25835         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25836         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25838         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25839         which mistakenly removed a call to display-buffer.
25841 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
25843         * obsolete/iso-insert.el: Move to obsolete/ from international/.
25845 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
25847         * progmodes/hideshow.el
25848         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25849         (hs-allow-nesting): New user var.
25850         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25851         (hs-hide-block-at-point): When nesting allowed,
25852         if there is already an overlay in place, delete it.
25853         (hs-safety-is-job-n): Delete func; remove call sites.
25854         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25855         (hs-overlay-at): New func.
25856         (hs-already-hidden-p, hs-show-block): Use it.
25857         (hs-hide-all): Don't pre-clean if nesting allowed.
25858         (hs-show-all): Temporarily disallow
25859         nesting around call to `hs-discard-overlays'.
25861 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
25863         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25864         Delete unused local var.
25866 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
25868         * help-fns.el (describe-categories): "?\ " -> "?\s".
25869         (help-do-arg-highlight): Recognize also ARG-n, as in
25870         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
25872         * international/codepage.el (dos-unsupported-char-glyph):
25873         * net/newsticker.el (tool-bar-map, w3-mode-map)
25874         (w3m-minor-mode-map):
25875         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25876         (ent-alist):
25877         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25879 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
25881         * custom.el (custom-push-theme): Handle the case where a symbol is
25882         bound but face properties have not yet been assigned.
25884         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25885         Fix behavior if noerase is `t' and there is no mail buffer.
25887         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25888         if `continue' is nil, rather than signal an error.
25890 2005-09-12  Richard M. Stallman  <rms@gnu.org>
25892         * font-lock.el (font-lock-keywords): Add autoload.
25894         * help-fns.el (describe-variable): Rearrange to put source link
25895         in a predictable place.
25897         * net/newsticker.el: New file.
25899 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25901         * calendar/calendar.el (calendar-for-loop): Add edebug info.
25902         (calendar-basic-setup): Use the new nil arg.
25903         (number-of-diary-entries): Move to diary-lib.el.
25905         * calendar/diary-lib.el: Use with-current-buffer, match-string.
25906         (diary-list-entries): Use with-syntax-table and dolist.
25907         Rename from list-diary-entries.
25908         Use number-of-diary-entries if `number' is nil.
25909         (diary, diary-view-entries): Use this new name and new nil arg value.
25910         (number-of-diary-entries): Move from calendar.el.
25911         (diary-unhide-everything): New function.
25912         (include-other-diary-files, fancy-diary-display)
25913         (diary-show-all-entries, make-diary-entry): Use it.
25914         (diary-mail-entries): Use buffer-string.
25915         (mark-diary-entries): Fix long standing paren typo.
25916         (diary-sexp-entry): Use count-lines.
25917         (make-diary-entry): Avoid `previous-line'.
25918         (diary-mode-map): New var.
25919         (diary-mode): Redraw cal after saving.  Setup header-line.
25920         (fancy-diary-display-mode): Use local-set-key.
25922         * startup.el (command-line): Try calling various terminal-init-foo-bar
25923         functions by stripping hyphenated suffixes from $TERM.
25925         * files.el (normal-mode): Check boundness of font-lock-keywords.
25927 2005-09-12  Richard M. Stallman  <rms@gnu.org>
25929         * progmodes/compile.el: Don't decide a file's directory
25930         until the user actually tries to go there.
25931         (compilation-next-error-function):
25932         Pass compilation-find-file the directory from the file-struct.
25933         (compilation-internal-error-properties): Separate local FILE-STRUCT
25934         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
25935         (compilation-find-file): Arg DIR renamed to DIRECTORY.
25936         Expand it, and if nil, use default-directory.
25937         (compilation-get-file-structure): Don't mix specified directory
25938         with default directory.  Put specified directory into
25939         file-struct.  Don't make the file name absolute.
25941         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25942         (compile-command): Add autoload.
25943         (compilation-disable-input): Add autoload.
25945 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
25947         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25948         strings of the variables it can override.
25949         (time-stamp): New (as yet undocumented) time-stamp-format escapes
25950         %Q and %q, for fully-qualified domain name and unqualified host name.
25952 2005-09-11  Kim F. Storm  <storm@cua.dk>
25954         * emacs-lisp/authors.el (authors-aliases): Update list.
25955         (authors-fixed-entries): Update mldrag.el entry.
25957 2005-09-10  Alan Mackenzie  <acm@muc.de>
25959         * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25960         delimiter from the region narrowed to.
25962 2005-09-10  Magnus Henoch  <mange@freemail.hu>
25964         * textmodes/ispell.el (ispell-check-version): Signal an error if
25965         aspell version is less than 0.60.
25967 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
25969         * progmodes/octave-inf.el (inferior-octave-startup):
25970         Resync current dir at the end.
25972 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
25974         * woman.el (woman-topic-at-point-default):
25975         Rename to woman-use-topic-at-point-default.
25976         (woman-topic-at-point): Rename to woman-use-topic-at-point.
25977         (woman-file-name): Reflect renames above.  Automatically use the
25978         word at point as topic if woman-use-topic-at-point is non-nil.
25979         Otherwise offer it as default but don't insert it in the
25980         minibuffer.  Also use `test-completion' instead of `assoc' as
25981         suggested by Stefan Monnier.
25983 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
25985         * vc.el (vc-directory, vc-update-change-log): Throw an error on
25986         the attempt to do it over Tramp.  This is not yet supported.
25988 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
25990         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25991         (menu-bar-non-minibuffer-window-p): New functions.
25992         ("Split Window", "Save As..."): Use them.
25993         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25994         ("Print Buffer", "Truncate Long Lines in this Buffer"):
25995         Use menu-bar-menu-frame-live-and-visible-p.
25996         ("Save Buffer", "Insert File", "Open Directory...")
25997         ("Open File...", "Visit New File..."):
25998         Use menu-bar-non-minibuffer-window-p.
25999         (kill-this-buffer-enabled-p, dired <menu-enable>):
26000         Use menu-bar-non-minibuffer-window-p.
26002 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
26004         * cus-start.el (all): Don't complain about fringe-related
26005         built-ins if fringes are not supported.  Ditto about
26006         selection-related built-ins.  Fix the test for GTK-related built-ins.
26008         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
26009         ("Postscript Print Buffer", "Print Region", "Save As...")
26010         ("Save", "Insert File...", "Open Directory...")
26011         ("Open File...", "Visit New File..."")
26012         ("Truncate Long Lines in this Buffer"): Don't look at
26013         menu-updating-frame if this display does not support multiple frames.
26015 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26017         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
26019 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
26021         * woman.el: Format- and whitespace-related changes.
26023 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
26025         * woman.el: Fix my email address.
26027 2005-09-08  Richard M. Stallman  <rms@gnu.org>
26029         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
26030         (sh-mode): Locally set skeleton-pair-default-alist.
26032         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
26034         * progmodes/flymake.el: Require `compile' unconditionally.
26036         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
26038         * woman.el (woman-file-name): Provide a default, not initial input.
26040         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
26042         * font-lock.el (font-lock-support-mode): Doc fix.
26044         * descr-text.el (describe-property-list): Handle non-symbol prop names.
26046 2005-09-08  Richard M. Stallman  <rms@gnu.org>
26048         * simple.el (blink-matching-open): Get rid of text props from
26049         the string shown in echo area.  Don't permanently set point.
26050         Some rearrangements.
26052 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
26054         * recentf.el (recentf-filename-handler): Add custom choice
26055         `abbreviate-file-name'.
26057         * msb.el (msb--very-many-menus): Fix typo.
26059         * disp-table.el (standard-display-european): Don't set
26060         enable-multibyte-characters to nil.
26062 2005-09-08  David Ponce  <david@dponce.com>
26064         * recentf.el (recentf-show-file-shortcuts-flag): New option.
26065         (recentf-expand-file-name): Doc fix.
26066         (recentf-dialog-mode-map): Define digit shortcuts.
26067         (recentf--files-with-key): New variable.
26068         (recentf-show-digit-shortcut-filter): New function.
26069         (recentf-open-files-items): New function.
26070         (recentf-open-files): Use it.
26071         (recentf-open-file-with-key): New command.
26073 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
26075         * buff-menu.el (Buffer-menu-sort-by-column): New function.
26076         Suggested by Kim F. Storm.
26077         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
26078         (Buffer-menu-make-sort-button): Use global keymap.
26080 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
26082         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
26083         (Man-getpage-in-background-advice): Remove defadvice; it isn't
26084         necessary any longer with the remapped command.
26085         (Man-bgproc-sentinel-advice): Remove defadvice which counts
26086         formatting time only.
26088         * net/tramp.el (tramp-action-password)
26089         (tramp-multi-action-password): Compile the password prompt from
26090         `method', `user' and `host'.  Sometimes it isn't obvious which
26091         password to enter, for example with remote files offered by
26092         recentf.el, or with multiple steps.  Suggested by Robert Marshall
26093         <robert@chezmarshall.freeserve.co.uk>.
26095 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26097         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
26098         Fix regexp for when "s///" is at the beginning of line.
26100 2005-09-07  Jay Belanger  <belanger@truman.edu>
26102         * calc/calc-poly.el (math-expand-term): Multiply out any powers
26103         when in matrix mode.
26105 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26107         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
26108         non-anonymous functions.
26110 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
26112         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
26113         when using a header line.  Otherwise, use mouse-1-click-follows-link.
26115         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
26116         can't be moved; don't signal an error.
26118 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
26120         * cus-theme.el (custom-theme-write-faces): Save the current face
26121         spec, not the defface spec.
26123         * custom.el (custom-known-themes): Clarify meaning of "standard".
26124         (custom-push-theme): Save old values in the standard theme.
26125         (disable-theme): Correct typo.
26126         (custom-face-theme-value): Deleted unused function.
26127         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
26129 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26131         * progmodes/compile.el (compilation-goto-locus): Take into account
26132         iconified frames when determining whether the buffer is
26133         already visible.
26134         Don't reset window height if the window already existed.
26136 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
26138         * custom.el (load-theme): Rename from require-theme.
26139         Add interactive spec.
26140         (enable-theme): Rename from custom-enable-theme.
26141         Add interactive spec.
26142         (disable-theme): Rename from custom-disable-theme.
26143         Add interactive spec.
26144         (custom-make-theme-feature): Doc fix.
26145         (custom-theme-directory): Doc fix.
26146         (provide-theme): Call enable-theme.
26148 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26150         * obsolete/lazy-lock.el (lazy-lock-mode):
26151         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
26152         font-lock-mode if it's off.  Print a warning instead.
26154         * progmodes/compile.el (compilation-start): Ignore errors if the
26155         process died before we get to send-eof.
26157         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
26158         Undo last change.  Enclosing the result in quotes broke things on Unix
26159         since tex-send-command passes it through shell-quote-argument.
26160         (tex-send-command): Pass `file' through convert-standard-filename
26161         when possible.
26162         (tex-uptodate-p): Handle the case where TeX hasn't put additional
26163         info in a transcript.
26165 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
26167         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
26168         fix compilation warning.  Reorder the key definitions to group
26169         together keys emitted by the current version of xterm.
26171         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
26172         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
26173         Reorder predicates to correct min-color usage.
26175 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
26177         * longlines.el (longlines-mode): Inhibit read-only when encoding.
26178         Kill local variables when longlines-mode is turned off.
26180 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26182         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
26184         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
26186         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
26188         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
26189         (font-lock-lines-before): Change default to being inactive.
26190         (font-lock-default-fontify-region): Obey font-lock-lines-before.
26191         (font-lock-after-change-function): Don't handle f-l-lines-before here.
26193 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
26195         * net/tramp.el (tramp-handle-make-auto-save-file-name):
26196         Deactivate temporarily advice if active (not needed for Emacs 22,
26197         but for backwards compatibility).
26198         (tramp-exists-file-name-handler): Rewrite.  First implementation
26199         was too simple.
26200         (tramp-advice-make-auto-save-file-name):
26201         Call `tramp-handle-make-auto-save-file-name' (again, just for
26202         backwards compatibility).
26204 2005-08-31  Reto Zimmermann  <reto@gnu.org>
26206         * progmodes/vhdl-mode.el
26207         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
26208         (vhdl-end-p): Fix indentation bug "else" after "-- when".
26209         (vhdl-set-default-project): New function (easier setting of default).
26210         (vhdl-port-copy): Handle extended identifiers for generics.
26211         (vhdl-compiler-alist): Better description for error message regexp.
26212         (vhdl-make): Query for target, use previous as default.
26213         (vhdl-port-copy): Fix port copy for port names starting with "signal".
26214         (vhdl-font-lock-keywords-2): Fix fontification for record
26215         el. assign.
26216         (vhdl-speedbar-make-subpack-line): Add package body link.
26217         (vhdl-generate-makefile-1): Not include itself as dependency.
26218         (vhdl-font-lock-init): Highlight c-preprocessor directives.
26219         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
26220         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
26221         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
26222         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
26223         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
26224         (vhdl-import-project): Add string argument for `error'.
26225         (vhdl-compose-configuration)
26226         (vhdl-compose-configuration-architecture): Add configuration
26227         declaration generation.
26228         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
26229         (vhdl-trailer-re): Add "record" keyword (better indentation).
26230         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
26231         "[^ \t-\"]+".
26232         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
26233         (vhdl-testbench-entity-file-name)
26234         (vhdl-testbench-architecture-file-name): Allow separate
26235         customization of testbench file names.
26236         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
26237         (vhdl-get-visible-signals): Allow newline within alias declaration.
26238         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
26239         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
26240         (member-ignore-case): Alias for missing function in XEmacs.
26241         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
26242         (vhdl-update-sensitivity-list): Ignore case on read signals.
26243         (vhdl-replace-string): Adjust case only for file names.
26244         (vhdl-update-sensitivity-list): Fix search for read signals.
26245         (vhdl-update-sensitivity-list): Exclude formal parameters.
26246         (vhdl-get-visible-signals): Include aliases of signals.
26247         (vhdl-get-visible-signals): Fix signal name searching.
26248         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
26249         (vhdl-fixup-whitespace-region): Fix for character
26250         literals (e.g. `:').
26252 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
26254         * ansi-color.el (comint-last-output-start):
26255         * bs.el (font-lock-verbose):
26256         * diff-mode.el (add-log-buffer-file-name-function):
26257         * dired-x.el (vm-folder-directory):
26258         * faces.el (help-xref-stack-item):
26259         * files.el (font-lock-keywords):
26260         * find-lisp.el (dired-buffers, dired-subdir-alist):
26261         * ido.el (cua-inhibit-cua-keys):
26262         * log-view.el (cvs-minor-wrap-function):
26263         * outline.el (font-lock-warning-face):
26264         * simple.el (compilation-current-error):
26265         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
26266         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
26267         * tooltip.el (comint-prompt-regexp):
26268         * w32-fns.el (explicit-shell-file-name):
26269         * term/mac-win.el (mac-charset-info-alist)
26270         (mac-services-selection, mac-system-script-code):
26271         * term/tty-colors.el (msdos-color-values):
26272         * term/w32-win.el (xlfd-regexp-registry-subnum):
26273         * term/x-win.el (x-keysym-table, x-selection-timeout)
26274         (x-session-id, x-session-previous-id):
26275         * textmodes/ispell.el (mail-yank-prefix):
26276         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
26277         * textmodes/org.el (calc-embedded-close-formula)
26278         (calc-embedded-open-formula)
26279         (font-lock-unfontify-region-function):
26280         * textmodes/reftex-global.el (isearch-next-buffer-function)
26281         (TeX-master):
26282         * textmodes/reftex.el (font-lock-keywords):
26283         * textmodes/tex-mode.el (font-lock-comment-face)
26284         (font-lock-doc-face):
26285         * textmodes/texinfo.el (outline-heading-alist):
26286         Add defvars.
26288         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
26289         (artist-spray-chars, artist-mode-init, artist-replace-string)
26290         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
26291         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
26292         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
26294         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
26295         (conf-align-assignments): "?\ " -> "?\s".
26297         * textmodes/reftex-index.el (TeX-master): Add defvar.
26298         (reftex-index-phrases-marker): Move up defvar.
26300         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
26301         (reftex-toc-include-labels-indicator)
26302         (reftex-toc-include-index-indicator)
26303         (reftex-toc-max-level-indicator): Move up declarations.
26305         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
26306         of args to `tramp-run-real-handler', even if it's empty in this case.
26308 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26310         * dired.el (dired-move-to-filename-regexp): Add date format for
26311         Mac OS X 10.3 in East Asian locales.
26313 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
26315         * files.el (make-auto-save-file-name): Add file name handler call
26316         if applicable.
26318         * net/tramp.el (tramp-file-name-handler-alist)
26319         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
26320         (tramp-handle-make-auto-save-file-name): Rename from
26321         `tramp-make-auto-save-file-name'.
26322         (tramp-exists-file-name-handler): New defun.
26323         (tramp-advice-make-auto-save-file-name): Make defadvice only when
26324         `make-auto-save-file-name' is not a magic file name operation.
26326 2005-08-30  Richard M. Stallman  <rms@gnu.org>
26328         * files.el (risky-local-variable-p):
26329         Match `-predicates' and `-commands.
26331         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
26332         (custom-save-all): Visit the file if necessary;
26333         kill the buffer if we created it.
26334         (custom-save-delete): Don't visit file or kill buffer here.
26336 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
26338         * textmodes/org.el (org-special-keyword): New face.
26339         (org-table-copy-down, org-table-eval-formula)
26340         (org-table-recalculate, org-init-section-numbers):
26341         Use `string-to-number' instead of `string-to-int'.
26342         (org-get-location): Use `insert-buffer-substring' instead of
26343         `insert-buffer'.
26344         (org-modify-diary-entry-string): New function.
26345         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
26346         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
26347         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
26348         active region.
26349         (org-export-as-html): Handle QUOTE keyword.
26350         (org-quote-string): New option.
26351         (org-bookmark-jump-unhide): New function, used for
26352         `bookmark-after-jump-hook'.
26353         (org-diary-default-entry): Apply only when not called through
26354         `org-agenda'.
26356 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
26358         * net/eudc.el (mode-popup-menu):
26359         * play/handwrite.el (ps-printer-name, ps-lpr-command):
26360         * progmodes/ada-mode.el (compile-auto-highlight)
26361         (skeleton-further-elements):
26362         * progmodes/autoconf.el (font-lock-syntactic-keywords):
26363         * progmodes/cmacexp.el (msdos-shells):
26364         * progmodes/compile.el (font-lock-extra-managed-props)
26365         (font-lock-keywords, font-lock-maximum-size)
26366         (font-lock-support-mode):
26367         * progmodes/grep.el (font-lock-lines-before):
26368         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
26369         * progmodes/mixal-mode.el (compile-command):
26370         * progmodes/perl-mode.el (font-lock-comment-face)
26371         (font-lock-doc-face, font-lock-string-face):
26372         * progmodes/prolog.el (comint-prompt-regexp):
26373         * progmodes/sh-script.el (font-lock-comment-face)
26374         (font-lock-set-defaults, font-lock-string-face):
26375         * progmodes/sql.el (font-lock-keyword-face)
26376         (font-lock-set-defaults, font-lock-string-face):
26377         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
26378         (itimer-version, lazy-lock-defer-contextually)
26379         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
26380         Add defvars.
26382         * progmodes/cperl-mode.el (cperl-electric-lbrace)
26383         (cperl-electric-keyword, cperl-electric-pod)
26384         (cperl-electric-backspace, cperl-forward-re)
26385         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
26386         (vc-rcs-header, vc-sccs-header): Add defvars.
26388         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
26389         (font-lock-syntactic-keywords, gud-find-expr-function):
26390         Add defvars.
26392         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
26393         (gdb-frame-parameters): Declare before use.
26395         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
26396         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
26397         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
26398         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
26400         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
26401         (idlwave-help-with-source): Use `insert-buffer-substring', not
26402         `insert-buffer'.
26404 2005-08-29  Juri Linkov  <juri@jurta.org>
26406         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
26407         Put outline-back-to-heading function call inside save-excursion.
26409 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
26411         * man.el (Man-init-defvars, Man-translate-references)
26412         (Man-support-local-filenames, Man-highlight-references):
26413         * progmodes/sql.el (sql-interactive-mode):
26414         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
26416         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
26417         (compilation-mode-font-lock-keywords): Add defvars.
26418         (checkdoc-interactive-loop): "?\ " -> "?\s".
26420         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
26421         (font-lock-doc-face, font-lock-string-face)
26422         (font-lock-keywords-case-fold-search): Add defvars.
26423         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
26425         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
26426         Don't pass X and Y (they are ignored anyway).
26427         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
26428         (mouse-delete-window): Make arguments optional.
26430         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
26431         (caesar-translate-table, minor-modes, news-buffer-save)
26432         (news-group-name, news-minor-modes): Add defvars.
26434         * emacs-lisp/lselect.el (mouse-highlight-priority)
26435         (x-lost-selection-functions, zmacs-regions):
26436         * emacs-lisp/pp.el (font-lock-verbose):
26437         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
26438         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
26439         (ses-mode-map):
26440         * emacs-lisp/tcover-unsafep.el (safe-functions):
26441         * international/mule-cmds.el (mac-system-coding-system)
26442         (mac-system-locale):
26443         * language/ethio-util.el (rmail-current-message)
26444         (rmail-message-vector):
26445         * language/thai-util.el (thai-auto-composition-mode):
26446         * mail/metamail.el (rmail-current-message, rmail-message-vector):
26447         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
26448         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
26449         (vm-primary-inbox, vm-spool-files):
26450         * mail/rmail.el (deleted-head, font-lock-fontified)
26451         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
26452         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
26453         (total-messages):
26454         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
26455         (rmail-summary-mode-map):
26456         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
26457         (rmail-last-label, rmail-last-multi-labels)
26458         (rmail-summary-vector, rmail-total-messages):
26459         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
26460         * mail/rmailsum.el (msgnum):
26461         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
26462         (rmail-current-message):
26463         * obsolete/fast-lock.el (font-lock-face-list):
26464         * obsolete/rnewspost.el (mail-reply-buffer):
26465         * obsolete/scribe.el (compile-command):
26466         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
26468 2005-08-28  John Paul Wallington  <jpw@gnu.org>
26470         * ibuf-ext.el (ibuffer-auto-update-changed):
26471         Use `frame-or-buffer-changed-p' to check whether we need to update.
26472         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
26473         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
26474         as a `frame-or-buffer-changed-p' state vector instead.
26476 2005-08-27  Romain Francoise  <romain@orebokech.com>
26478         * textmodes/makeinfo.el (makeinfo-compile):
26479         Use `compilation-start'.  Set `next-error-function' according to
26480         `disable-errors'.
26481         (makeinfo-next-error): New function.
26482         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
26483         (makeinfo-buffer): Likewise.
26485         * progmodes/compile.el (compilation-start): Add autoload cookie.
26487         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
26488         * textmodes/sgml-mode.el: Likewise.
26489         * progmodes/python.el: Likewise.
26491 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
26493         * simple.el (blink-matching-paren-distance): Document the meaning
26494         of nil value, and allow to customize to nil.
26496         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
26497         command.com, not command.exe.
26499 2005-08-26  John Wiegley  <johnw@newartisans.com>
26501         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
26502         code around a bit so that an extraneous nil argument is not added
26503         to a command when no args are given.
26505         * eshell/esh-arg.el (eshell-parse-double-quote): If a
26506         double-quoted argument resolves to nil, return it as an empty
26507         string rather than as nil.  This made it impossible to pass "" to
26508         a shell script as a null string argument.
26510 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26512         * outline.el (outline-invent-heading): New fun.
26513         (outline-promote, outline-demote): Use it.
26514         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
26515         (outline-end-of-subtree): Remove unused var `opoint'.
26517 2005-08-26  David Reitter  <david.reitter@gmail.com>
26519         * menu-bar.el (truncate-lines, write-file, print-buffer)
26520         (ps-print-buffer-faces, ps-print-buffer, split-window):
26521         Disable menu items when the frame they refer to is invisible, or when
26522         they refer to a buffer and the minibuffer is selected.
26524 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
26526         * progmodes/flymake.el (flymake-highlight-err-lines):
26527         Use save-excursion around flymake-highlight-line to preserve point.
26529 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
26531         * progmodes/octave-mod.el: Change Author and Maintainer address.
26532         (octave-maintainer-address): Change Kurt's email address.
26533         * progmodes/octave-inf.el: Change Author and Maintainer address.
26534         * progmodes/octave-hlp.el: Change Author and Maintainer address.
26536 2005-08-26  Kim F. Storm  <storm@cua.dk>
26538         * subr.el (version-list-<, version-list-<=, version-list-=):
26539         Rename from integer-list-*.
26540         (version-list-not-zero): Likewise.  Fix while loop.
26541         (version=): Use version-list-= instead of string-equal.
26543 2005-08-26  Richard M. Stallman  <rms@gnu.org>
26545         * outline.el (outline-promote): Try shortening the heading.
26546         As last resort, read the heading to use.
26547         (outline-demote): As last resort, read the heading to use.
26549 2005-08-26  Romain Francoise  <romain@orebokech.com>
26551         * progmodes/compile.el (compilation-start): Doc fix.
26553         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
26554         (antlr-font-lock-additional-keywords): Fix reference to
26555         `antlr-font-lock-literal-regexp' erroneously changed during the
26556         mass face rename.
26557         (antlr-run-tool): Use `compilation-start'.
26559         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
26560         instead of the obsolete `compile-internal'.
26562 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
26564         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
26565         (number, original-date):
26566         * calendar/cal-china.el (date):
26567         * calendar/cal-coptic.el (date):
26568         * calendar/cal-french.el (date):
26569         * calendar/cal-hebrew.el (date, entry, number, original-date):
26570         * calendar/cal-islam.el (date, number, original-date):
26571         * calendar/cal-iso.el (date):
26572         * calendar/cal-julian.el (date):
26573         * calendar/cal-mayan.el (date):
26574         * calendar/cal-menu.el (date, event):
26575         * calendar/cal-persia.el (date):
26576         * calendar/lunar.el (date):
26577         * calendar/solar.el (date): Add defvars.
26579         * emerge.el:
26580         * ibuffer.el:
26581         * info-xref.el:
26582         * obsolete/bg-mouse.el:
26583         * obsolete/sun-curs.el:
26584         * obsolete/swedish.el: Move the `defvar's to the top level.
26586         * smerge-mode.el (smerge-refined-change): Add :group.
26588 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26590         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
26591         (smerge-keep-n): Remove props.
26592         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
26593         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
26594         now that it's done in smerge-keep-n.
26595         (smerge-refined-change): New face.
26596         (smerge-refine-chopup-region, smerge-refine-highlight-change)
26597         (smerge-refine): New funs.
26598         (smerge-basic-map): Bind smerge-refine.
26600 2005-08-25  Juri Linkov  <juri@jurta.org>
26602         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26603         compilation-process-setup-function and compilation-disable-input
26604         in grep-mode instead of let-bindings in grep.
26606         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26607         Delete "Automatic File De/compression" (auto-compression-mode).
26609 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
26611         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26612         Silence warning about non-existent variable.
26614 2005-08-25  Richard M. Stallman  <rms@gnu.org>
26616         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26617         Rename "Describe Key" to "Describe Key or Mouse Operation".
26619         * mail/mailalias.el (build-mail-aliases): Delete comments
26620         from the contents before processing them.
26622         * isearch.el (isearch-edit-string): Erase the Search prompt
26623         if user enters an empty string and there is no default.
26625         * comint.el (comint-file-name-prefix): Add autoload.
26627 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
26629         * subr.el (play-sound): Rearrange to avoid warning.
26631 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
26633         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26634         New hook.
26635         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26637 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26639         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26641         * custom.el (custom-theme-set-variables): Sort minor modes last.
26643 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26645         * subr.el (version-separator, version-regexp-alist): New vars used by
26646         version comparison funs.
26647         (integer-list-<, integer-list-=, integer-list-<=)
26648         (integer-list-not-zero): New funs for integer list comparison.
26649         (version-to-list, version=, version<, version<=): New funs for version
26650         comparison.
26652 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
26654         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26655         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26656         time to silence the byte-compiler.
26658         * ibuffer.el (ibuffer-compile-make-eliding-form)
26659         (ibuffer-check-formats): Use `with-no-warnings' to hide references
26660         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26661         so it's silly to get warnings for it).
26662         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26663         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26664         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26665         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26666         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26667         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26668         Defvar at compile time.
26669         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26670         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26671         Declare them before use.
26673         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26674         (info-xref-good, info-xref-bad): Defvar at compile time.
26676         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26677         Use `let*' instead of `let'.
26679         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26680         (*mouse-y*, menu, char): Defvar at compile time.
26681         (sc::menu): Declare it before use.
26682         (sc::pack-one-line): Use `let', not `let*'.
26684         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26685         (mail-send-hook): Defvar at compile time.
26687         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26688         Defvar at compile time.
26690         * term/sun-mouse.el (current-global-mousemap)
26691         (current-local-mousemap): Declare them before use.
26693 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
26695         * bookmark.el (bookmark-after-jump-hook): New hook.
26696         (bookmark-jump): Run `bookmark-after-jump-hook'.
26698 2005-08-23  Juri Linkov  <juri@jurta.org>
26700         * faces.el (minibuffer-prompt): Doc fix.
26702 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
26704         * progmodes/xscheme.el: Trivial changes to silence warnings.
26705         (xscheme-previous-mode, xscheme-previous-process-state):
26706         Add defvars.
26707         (xscheme-last-input-end, xscheme-process-command-line)
26708         (xscheme-process-name, xscheme-buffer-name)
26709         (xscheme-expressions-ring-max, xscheme-expressions-ring)
26710         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26711         (xscheme-control-g-synchronization-p)
26712         (xscheme-control-g-disabled-p, xscheme-string-receiver)
26713         (default-xscheme-runlight, xscheme-runlight)
26714         (xscheme-runlight-string, xscheme-process-filter-state)
26715         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26716         Move to beginning of file.
26717         (scheme-interaction-mode-commands-alist)
26718         (scheme-interaction-mode-map, scheme-debugger-mode-map):
26719         Declare them before use.  Note: the initialization code for the
26720         variables has not been moved because it uses functions that reference
26721         the variables.
26722         (xscheme-control-g-message-string, xscheme-process-filter-alist)
26723         (xscheme-prompt-for-expression-map): Declare them before use.
26724         (scheme-debugger-mode-commands): "?\ " -> "?\s".
26726 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
26728         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26730 2005-08-22  Juri Linkov  <juri@jurta.org>
26732         * faces.el (set-face-underline): Delete this duplicate function
26733         and make an obsolete alias to set-face-underline-p.
26734         (set-face-underline-p): Use docstring of set-face-underline.
26735         (describe-face): Create hyperlink to parent face.
26737         * info.el (Info-insert-dir): Use save-excursion around
26738         insert-buffer-substring.
26739         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26740         (Info-escape-percent): Delete function.
26741         (Info-fontify-node): Replace Info-escape-percent by
26742         replace-regexp-in-string with REP arg set to lambda that
26743         duplicates `%' and preserves text properties.
26745         * progmodes/compile.el (compilation-disable-input): Doc fix.
26746         (define-compilation-mode): Doc fix and refill.
26747         (kill-compilation): Use `mode-name' in the error message.
26748         (compilation-find-file): Use `compilation-error' in the
26749         read-file-name's prompt.
26751 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26753         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26754         (smerge-auto-leave): Make undo re-enable the mode.
26755         (debug-ignored-errors): Add the user-error of impossible resolution.
26756         (smerge-resolve): Move things around a bit, in preparation for later.
26757         (smerge-diff): Don't fail if the buffer has no associated file.
26758         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26759         (smerge-conflict-overlay): New function.
26760         (smerge-match-conflict): Don't add text properties here.
26761         (smerge-find-conflict): Instead, add an overlay here.
26762         Also check for the case where we're inside a conflict already, so as to
26763         obviate the need for font-lock-multiline, which is unbearably slow with
26764         large conflicts and ciomplex font-lock patterns.
26765         (smerge-remove-props): Remove overlay rather than text-properties.
26766         (smerge-mode): Don't set font-lock-multiline.
26767         Remove overlays when turned off.
26769 2005-08-21  Kim F. Storm  <storm@cua.dk>
26771         * ido.el (ido-ignore-item-p): Use save-match-data.
26772         Bind case-fold-search to ido-case-fold locally.
26774 2005-08-20  Richard M. Stallman  <rms@gnu.org>
26776         * files.el (normal-mode): If font lock is on, turn it off and on.
26778         * subr.el (replace-regexp-in-string): Doc fix.
26780         * startup.el (command-line-1): Don't suppress startup screen
26781         due to existing processes.
26783         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26785         * progmodes/compile.el (compilation-disable-input): Default to nil.
26787 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
26789         * progmodes/compile.el (compilation-disable-input): New defcustom.
26790         (compilation-start): If compilation-disable-input is non-nil, send
26791         EOF to the compilation process.
26793 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
26795         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26796         Run the argument of tex-shell-cd-command through
26797         convert-standard-filename, to get the correct style of slashes on
26798         Windows, and enclose the result in quotes, in case the file name
26799         includes whitespace or other special characters.
26801 2005-08-19  Andreas Schwab  <schwab@suse.de>
26803         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26804         process.
26806 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
26808         * cus-start.el (minibuffer-prompt-properties): Correct typo.
26810 2005-08-18  Kim F. Storm  <storm@cua.dk>
26812         * scroll-lock.el: Fix errors due to incorrect line wrapping.
26814 2005-08-18  Richard M. Stallman  <rms@gnu.org>
26816         * scroll-lock.el: New file.
26818 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
26820         * dired.el (dired-move-to-end-of-filename):
26821         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26823 2005-08-18  Kim F. Storm  <storm@cua.dk>
26825         * ido.el (ido-everywhere): Fix defcustom :set function to disable
26826         rather than toggle mode when custom value is nil.
26827         (ido-everywhere): Fix defun doc string.
26829 2005-08-17  Richard M. Stallman  <rms@gnu.org>
26831         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26832         as tag instead of "Inviolable".
26834 2005-08-17  Kim F. Storm  <storm@cua.dk>
26836         * windmove.el (windmove-coordinates-of-position): Remove.
26837         (windmove-coordinates-of-window-position): Remove.
26838         (windmove-reference-loc): Use posn-at-point instead.
26840         * subr.el (insert-for-yank-1): Doc fix.
26842         * ido.el (ido-enter-matching-directory): Rename from
26843         ido-enter-single-matching-directory.  Change `slash' choice to
26844         `only'.  Add `first' choice.
26845         (ido-exhibit): Adapt to above changes.
26847 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
26849         * Makefile.in: Expand comment about building loaddefs.el.
26851 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
26853         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26854         Comment use of defadvice.
26856         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26858 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
26860         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26861         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26862         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26863         * progmodes/idlw-shell.el, progmodes/ld-script.el,
26864         * progmodes/which-func.el, ruler-mode.el, strokes.el,
26865         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26866         for backward compatibility for faces that did not appear in the
26867         previous Emacs release.
26869         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26871 2005-08-15  Kim F. Storm  <storm@cua.dk>
26873         * emulation/cua-base.el (cua-delete-region): Return t if
26874         deleted region was non-empty.
26875         (cua-replace-region): Inhibit overwrite-mode for
26876         self-insert-command if replaced region was non-empty.
26877         (cua--explicit-region-start, cua--status-string): Make them
26878         buffer-local at top-level...
26879         (cua-mode): ...rather than when mode is enabled.
26881 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
26883         * progmodes/vhdl-mode.el (vhdl-emacs-21):
26884         Set t for Emacs 21, 22, and so on.
26886 2005-08-15  David Ponce  <david@dponce.com>
26888         * tree-widget.el: Update Commentary header.
26889         (tree-widget-theme): Doc fix.
26890         (tree-widget-space-width): New option.
26891         (tree-widget-image-properties): Look up in the default theme too.
26892         (tree-widget--cursors): Only for images with arrow pointer shape.
26893         (tree-widget-lookup-image): Pointer shape is hand by default.
26894         (tree-widget-icon): Rename generic icon widget from
26895         `tree-widget-control'.
26896         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26897         derive from `tree-widget-icon'.
26898         (tree-widget-handle): Improve default look and feel of the text
26899         representation.
26900         (tree-widget): Rename :*-control properties to :*-icon properties.
26901         Add :action and :help-echo properties.
26902         (tree-widget-after-toggle-functions): Move.
26903         (tree-widget-close-node, tree-widget-open-node): Remove.
26904         (tree-widget-before-create-icon-functions): New hook.
26905         (tree-widget-value-create): Update to allow customization of icons
26906         and nodes at run-time via that new hook.
26907         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26908         (tree-widget-icon-action, tree-widget-icon-help-echo)
26909         (tree-widget-action, tree-widget-help-echo): New functions.
26911 2005-08-15  Kim F. Storm  <storm@cua.dk>
26913         * ido.el (ido-buffer-internal): Use with-no-warnings.
26914         (ido-make-merged-file-list): Use while-no-input.
26916 2005-08-15  Richard M. Stallman  <rms@gnu.org>
26918         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26919         (flyspell-large-region): Fix doc and custom type.
26921 2005-08-14  Richard M. Stallman  <rms@gnu.org>
26923         * files.el (interpreter-mode-alist): Doc fix.
26925         * mail/rmail.el (rmail-nonignored-headers): New variable.
26926         (rmail-clear-headers): Use it.
26927         (rmail-reply): Better handling of mail-followup-to header.
26929         * progmodes/sh-script.el (sh-font-lock-keywords-var):
26930         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
26931         don't try to refer to executable-font-lock-keywords.
26932         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26933         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26934         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26935         (sh-mode): Set comment-start-skip, local-abbrev-table,
26936         imenu-case-fold-search.
26937         (sh-set-shell): Don't set them here.
26938         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
26939         Don't cache the results in the original alist; don't ever modify
26940         that alist.
26942         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26944         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26945         empty.
26947 2005-08-15  Andreas Schwab  <schwab@suse.de>
26949         * desktop.el: Put autoload cookie at risky-local-variable declarations.
26951         * dired.el, info.el, mail/rmail.el: Revert last change.
26953 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
26955         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26956         modification in `eval-after-load' form.
26957         * info.el: Likewise.
26958         * mail/rmail.el: Likewise.
26960 2005-08-14  Juri Linkov  <juri@jurta.org>
26962         * progmodes/compile.el (compilation-mode-font-lock-keywords):
26963         Remove highlighting of "Compilation started".  Highlight only
26964         the word "finished" in "Compilation finished".  Add highlighting
26965         of "interrupt", "killed", "terminated" and the exit code.
26966         (compilation-start): Add newline after header.  Use exactly the
26967         same time stamp format as the finishing message.
26968         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26970         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26971         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26972         Add highlighting of "interrupt", "killed", "terminated".
26974         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26975         enabled and the current command is self-insert-command, call it
26976         explicitly with overwrite-mode bound to nil, to not allow it
26977         to delete the character after the selected region.
26979 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
26981         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26982         move-end-of-line, end-of-line, and beginning-of-line to the list
26983         of commands after which the echo area is updated.
26985 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
26987         * cus-edit.el (custom-save-all, custom-save-delete):
26988         Bind recentf-exclude to exclude custom-file.
26990 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
26992         * mail/rmailsum.el (rmail-summary-end-of-message): New command
26993         to go to the bottom of the mail message.  Added to
26994         `rmail-summary-mode-map' with key "/".
26995         (rmail-summary-show-message): New (internal) function for use by
26996         both `rmail-summary-beginning/end-of-message'.
26997         (rmail-summary-beginning-of-message): Change to use
26998         rmail-summary-show-message.
27000         * mail/rmail.el (rmail-end-of-message): New command to go to the
27001         end of the current message.  Added to `rmail-mode-map' with key "/".
27002         (rmail-beginning-of-message): Fix to work as documented.
27003         (rmail-mode): Change documentation.
27005         * progmodes/compile.el (compilation-start): Add the line
27006         "Compilation started" with compilation start time.
27007         (compilation-mode-font-lock-keywords): Add `started' to keywords.
27009 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
27011         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
27012         of menu items.
27014 2005-08-11  Richard M. Stallman  <rms@gnu.org>
27016         * simple.el (pop-global-mark): Reverse test of widen-automatically.
27018         * battery.el (battery-status-function): Don't use ignore-errors.
27020 2005-08-11  Lute Kamstra  <lute@gnu.org>
27022         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
27023         define-obsolete-variable-alias.
27025 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27027         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
27028         (ange-ftp-send-cmd): Revert last change, and expand
27029         the comment explaining the problem.
27031 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
27033         * ldefs-boot.el: Update.
27035         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
27036         item to "Time, Load and Mail".  Change help echo text.
27038         * time.el (display-time-use-mail-icon, display-time-format)
27039         (display-time-string-forms): Shorten first line of docstrings.
27041 2005-08-10  Lars Hansen  <larsh@soem.dk>
27043         * desktop.el (desktop-buffer-mode-handlers):
27044         Make non-customizable.  Add autoload cookie.  Change initial value to
27045         nil; add elements in respective modules instead.  Fix doc string.
27046         (desktop-load-file): New function.
27047         (desktop-minor-mode-handlers): New autoloaded variable.
27048         (desktop-create-buffer): Call minor mode handlers.
27049         Use desktop-load-file to load major and minor mode modules prior to
27050         checking for a handler.
27051         (desktop-save): Don't add nil to desktop-minor-modes for minor
27052         modes with nil function in desktop-minor-mode-table.  Don't delete
27053         desktop file before rewriting it.
27054         (desktop-locals-to-save): Add autoload cookie.  Don't make
27055         automatically buffer-local.  Add variables column-number-mode,
27056         size-indication-mode, indent-tabs-mode,
27057         indicate-buffer-boundaries, indicate-empty-lines and
27058         show-trailing-whitespace.
27059         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
27060         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
27061         (desktop-clear-preserve-buffers-regexp): Delete.
27062         (desktop-clear-preserve-buffers): Update initial value and docstring.
27063         (desktop-save-buffer): Fix doc string.
27065         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
27066         (hilit-chg-desktop-restore): New function.
27067         (highlight-changes-mode): Add highlight-changes-mode to
27068         desktop-locals-to-save.
27070         * dired.el: Add handler to desktop-buffer-mode-handlers.
27071         (dired-restore-desktop-buffer): Remove autoload cookie.
27072         (dired-mode): Add autoload cookie.
27074         * info.el: Add handler to desktop-buffer-mode-handlers.
27075         (Info-restore-desktop-buffer): Remove autoload cookie.
27076         (Info-mode): Add autoload cookie.
27078         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
27079         (mh-restore-desktop-buffer): Remove autoload cookie.
27080         (mh-folder-mode): Add autoload cookie.
27082         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
27083         (rmail-restore-desktop-buffer): Remove autoload cookie.
27085 2005-08-11  Masatake YAMATO  <jet@gyve.org>
27087         * hexl.el (hexl-address-region):
27088         (hexl-ascii-region, hexl-font-lock-keywords):
27089         (hexl-highlight-line-range): Use the term "region"
27090         instead of "area" for consistency with the other symbols
27091         defined in hexl.el.
27093 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
27095         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
27096         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
27097         out by Juri Linkov).  Add `display-battery-mode'.
27099 2005-08-09  Juri Linkov  <juri@jurta.org>
27101         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27102         Remove `-text' from face variable names.
27103         (compilation-error-file-name, compilation-warning-file-name)
27104         (compilation-info-file-name): Delete faces.
27105         (compilation-line-number, compilation-column-number):
27106         Remove face underlining.
27107         (compilation-message-face): Set to `underline' value by default.
27108         (compilation-error-face, compilation-warning-face)
27109         (compilation-info-face): Remove `-file-name' from face names.
27110         (compilation-error-text-face, compilation-warning-text-face)
27111         (compilation-info-text-face): Delete face variables.
27112         (compilation-text-face): Delete function.
27114         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
27115         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
27116         (grep-error-face): Set to `compilation-error' instead of
27117         `compilation-error-face' (which is redefined to `grep-hit-face' in
27118         grep buffers).
27119         (grep-mode-font-lock-keywords): Remove `-text' from face variable
27120         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
27122         * dired-aux.el (dired-do-query-replace-regexp):
27123         Use `query-replace-read-args'.
27125         * replace.el (query-replace-read-from, query-replace-read-to)
27126         (query-replace-read-args): Rename arg `string' to `prompt'.
27128         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
27130 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
27132         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
27133         uploading files.
27134         (ange-ftp-canonize-filename): Handle file names beginning with ~
27135         correctly.
27137 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
27139         * textmodes/fill.el (canonically-space-region)
27140         (fill-context-prefix, fill-french-nobreak-p)
27141         (fill-delete-newlines, fill-comment-paragraph)
27142         (justify-current-line): "?\ " -> "?\s".
27144 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
27146         * textmodes/fill.el (fill-nonuniform-paragraphs):
27147         Improve argument/docstring consistency.
27149 2005-08-09  Richard M. Stallman  <rms@gnu.org>
27151         * textmodes/ispell.el (ispell-word): More fboundp checks.
27153         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
27154         (find-file-noselect-1): Call it here, only if RAWFILE.
27155         (normal-mode): Always set some major mode.
27156         (save-some-buffers-action-alist): Change some explanation strings.
27157         (file-name-non-special): In the `quote' method, use unwind-protect.
27159 2005-08-09  Magnus Henoch  <mange@freemail.hu>
27161         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
27162         (ispell-have-aspell-dictionaries): New variable.
27163         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
27164         (ispell-get-aspell-config-value): New function.
27165         (ispell-aspell-find-dictionary): New function.
27166         (ispell-aspell-add-aliases): New function.
27167         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
27168         appropriate.  Don't look for ispell dictionaries if we use aspell.
27169         (ispell-menu-map): Don't build a submenu of dictionaries.
27171 2005-08-09  Richard M. Stallman  <rms@gnu.org>
27173         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
27174         (sql-read-passwd): Use read-passwd.
27176         * progmodes/idlw-toolbar.el (idlwave-toolbar)
27177         (idlwave-toolbar-is-possible): Add defvars.
27179         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
27180         Avoid warnings.
27182         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
27183         (idlwave-system-class-info, idlwave-executive-commands-alist):
27184         Use defvar.
27186         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
27188         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
27189         Avoid warnings.
27191         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
27192         and content-type: headers.
27194         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
27196         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
27197         and rename some of them to be more self-explanatory.
27199         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
27201         * startup.el (command-line-1): Implement -scriptload.
27203         * replace.el (occur-engine): Initial *Occur* output not undoable.
27205         * menu-bar.el (menu-bar-file-menu): Rename some menu items
27206         and improve help strings.
27208         * isearch.el (isearch-repeat): When changing direction,
27209         mark search successful.
27211         * ediff-init.el: Use (featurep 'xemacs).
27213         * comint.el (send-invisible): Identify buffer, if not selected.
27215         * align.el: Delete autoload for c-guess-basic-syntax.
27217 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
27219         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
27220         Improve argument/docstring consistency.  Doc fixes.
27221         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
27222         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
27223         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
27224         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
27225         (r2bv-organization, r2bv-pages, r2bv-primary-author)
27226         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
27227         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
27228         Defvar at compile time.
27230 2005-08-09  Juri Linkov  <juri@jurta.org>
27232         * info.el: Replace `info' with upper-case `Info' where appropriate.
27233         (info-title-1, info-title-2, info-title-3, info-title-4)
27234         (info-menu-header): Move up face definitions.
27235         (info-menu-star): Rename from `info-menu-5'.
27236         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
27237         (Info-fontify-visited-nodes): Fix docstring.
27238         (Info-hide-note-references): Fix docstring.
27239         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
27240         menu items in the same way as on cross-references.
27241         (info-apropos): Fix sorting order and formatting to be like in the
27242         stand-alone Info browser.  Display error messages for 1 sec.
27243         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
27244         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
27245         from the menu bar.
27246         (Info-insert-dir): Restore point after calling
27247         `insert-buffer-substring'.
27249 2005-08-08  Richard M. Stallman  <rms@gnu.org>
27251         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
27252         (recompute-lucid-menubar): Add defvars.
27254         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
27256         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
27258         * net/net-utils.el (run-dig): Rename from `dig'.
27260         * play/gametree.el (gametree-mode): Use make-local-variable,
27261         not make-variable-buffer-local.
27263         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
27265         * ansi-color.el (ansi-color-make-extent)
27266         (ansi-color-set-extent-face): Use fboundp, not functionp.
27268         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
27269         not make-variable-buffer-local.
27271         * bookmark.el (Info-current-file): Add defvar.
27272         (bookmark-jump-noselect): Use with-no-warnings.
27274         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
27276         * ebuff-menu.el (Helper-return-blurb): Add defvar.
27278         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
27280         * find-file.el (ada-procedure-start-regexp)
27281         (ada-package-start-regexp): Add defvars.
27283         * info.el (Info-insert-dir): Use insert-buffer-substring.
27285         * xml.el (xml-att-def-re): Add defvar.
27287         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
27288         calling convention.
27290         * subr.el (while-no-input): Return t if there is input.
27292 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
27294         * cus-start.el (all): Add `overflow-newline-into-fringe'.
27296 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
27298         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
27299         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
27301 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
27303         * cmuscheme.el (scheme-start-file): Replace reference to
27304         `user-emacs-directory' by "~/.emacs.d/".
27306 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
27308         * info.el (Info-dir-remove-duplicates): Avoid case folding
27309         in loop; instead, keep downcased strings for comparison.
27310         Suggested by Helmut Eller.
27312 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
27314         Sync with Tramp 2.0.50.
27316         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
27317         XEmacs case; not necessary anymore.
27318         (tramp-user-regexp): Allow "@" as part of user name.
27319         (tramp-handle-set-visited-file-modtime)
27320         (tramp-handle-insert-file-contents)
27321         (tramp-handle-write-region): No special handling for
27322         `last-coding-system-used, because this is done in
27323         `tramp-accept-process-output' now.
27324         (tramp-accept-process-output): New defun.
27325         (tramp-process-one-action, tramp-process-one-multi-action)
27326         (tramp-wait-for-regexp, tramp-wait-for-output)
27327         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
27328         Howells <dhowells@redhat.com>.
27329         (clear-visited-file-modtime): Defadvice removed.  The check for
27330         unset buffer's modtime does not need to be based on
27331         `tramp-buffer-file-attributes'.  Suggested by RMS.
27332         (tramp-message): Insert "\n" if not being at beginning of line.
27333         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
27334         sequence with same logic.
27335         (tramp-completion-handle-expand-file-name): Discard call of
27336         `tramp-drop-volume-letter'.  It is not necessary, and there have
27337         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
27338         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27339         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
27340         should always be visible.
27341         (tramp-handle-insert-directory, tramp-setup-complete)
27342         (tramp-set-process-query-on-exit-flag)
27343         (tramp-append-tramp-buffers): Pacify byte-compiler.
27344         (tramp-bug): Delete non-existing variables from list.
27345         Apply `tramp-load-report-modules' as pre-hook.
27346         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
27347         `shell-prompt-pattern' because of non-7bit characters.
27348         Reported by Sebastian Luque <sluque@mun.ca>.
27349         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
27350         (tramp-match-string-list): Remove function.
27351         (tramp-wait-for-regexp): Remove call of that function.
27352         Suggested by Kim F. Storm <storm@cua.dk>.
27353         (tramp-set-auto-save-file-modes): Use octal integer code #o600
27354         instead of octal character code ?\600.  The latter resulted in a
27355         syntax error with XEmacs.
27357         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
27358         XEmacs case; not necessary anymore.
27359         (tramp-smb-handle-write-region): No special handling for
27360         `last-coding-system-used, because this is done in
27361         `tramp-accept-process-output' now.
27362         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
27364 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
27366         * wid-edit.el (widget-choice-value-create):
27367         Unconditionally respect user choice.  Set :explicit-choice back to nil
27368         when no longer needed.
27369         (widget-choice-action): Unconditionally respect user choice.
27370         Eliminate :explicit-choice-value.
27372         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
27374         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
27375         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
27376         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
27377         running new function `toggle-indicate-empty-lines'.
27378         Rename "Customize" item to "Customize fringe".
27379         Rename "Indicators" item to "Buffer boundaries" and change help echo.
27380         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
27381         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
27382         Delete "Empty lines only" item.
27383         (menu-bar-showhide-fringe-ind-customize): New function.
27384         (menu-bar-showhide-fringe-ind-mixed)
27385         (menu-bar-showhide-fringe-ind-box)
27386         (menu-bar-showhide-fringe-ind-right)
27387         (menu-bar-showhide-fringe-ind-left)
27388         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
27389         instead of `fringe-indicators'.
27391 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
27393         * emulation/viper.el (viper-emacs-state-mode-list):
27394         Add recentf-dialog-mode.  Change the date of last update.
27396 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
27398         * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
27399         (viper-exec-yank, viper-put-back): Don't display modification msg
27400         if in the minibuffer.
27402         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
27403         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
27404         Make variables frame local.
27406         * emulation/viper-util.el (viper-append-filter-alist):
27407         Use append instead of nconc.
27409         * emulation/viper.el (viper-vi-state-mode-list)
27410         (viper-emacs-state-mode-list): Move help-mode and
27411         completion-list-mode from the first list to the second.
27412         (viper-mode): Docstring.
27413         (viper-go-away, viper-non-hook-settings): Don't localize
27414         minor-mode-alist in newer Emacsen.  Add advice to
27415         set-cursor-color.  Don't bind "\C-c\\".
27417 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
27419         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
27420         (scheme-macro-expand-command): New user options.
27421         (scheme-trace-procedure, scheme-expand-current-form): New commands.
27422         (scheme-form-at-point, scheme-start-file)
27423         (scheme-interactively-start-process): New functions.
27424         (scheme-get-process): New function, extracted from `scheme-proc'.
27425         (run-scheme): Call `scheme-start-file' to get start file, and pass
27426         it to `make-comint'.
27427         (switch-to-scheme, scheme-proc):
27428         Call `scheme-interactively-start-process' if no Scheme buffer/process
27429         is available.
27431 2005-08-06  Juri Linkov  <juri@jurta.org>
27433         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27434         Use `compilation-text-face', `compilation-info-text-face' and
27435         `compilation-error-text-face' instead of `font-lock-keyword-face'.
27436         (compilation-error): New face.
27437         (compilation-error-file-name): Inherit from
27438         `compilation-error' instead of `font-lock-warning-face'.
27439         (compilation-warning-file-name): Inherit from
27440         `compilation-warning' instead of `font-lock-warning-face'.
27441         (compilation-info, compilation-error-file-name)
27442         (compilation-warning-file-name, compilation-info-file-name)
27443         (compilation-line-number, compilation-column-number): Doc fix.
27444         (compilation-error-text-face, compilation-warning-text-face)
27445         (compilation-info-text-face): New face variables.
27446         (compilation-line-face, compilation-column-face)
27447         (compilation-enter-directory-face)
27448         (compilation-leave-directory-face): Doc fix.
27449         (compilation-text-face): New function.
27451         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
27452         instead of 1 to display binary file names as info file links.
27453         (grep-error-face): Use `compilation-error-face' instead of
27454         `font-lock-keyword-face'.
27455         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
27456         and `compilation-warning-text-face' instead of
27457         `font-lock-keyword-face'.  Use `compilation-error-text-face'
27458         instead of `grep-error-face'.
27460 2005-08-05  Kenichi Handa  <handa@m17n.org>
27462         * international/code-pages.el: Add autoload cookies for all coding
27463         systems.
27465 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
27467         * cus-start.el (all): Put undo.c where it alphabetically belongs.
27469 2005-08-04  Juri Linkov  <juri@jurta.org>
27471         * progmodes/compile.el (compilation-mode-map):
27472         * progmodes/grep.el (grep-mode-map):
27473         Bind TAB to `compilation-next-error' and [backtab] to
27474         `compilation-previous-error'.
27476         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
27477         matching line numbers, column numbers and their ranges with regexp
27478         matching only line numbers.
27479         (grep-context-face): New face variable.
27480         (grep-mode-font-lock-keywords): Use it.
27482         * faces.el (read-face-name): Delete duplicate faces.
27484 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
27486         * thumbs.el (thumbs-find-image): Don't make variables
27487         automatically buffer local.
27488         (thumbs-current-tmp-filename, thumbs-current-image-filename)
27489         (thumbs-image-num): Make automatically buffer local.
27490         (thumbs-show-thumbs-list): Use `make-local-variable', not
27491         `make-variable-buffer-local'.
27492         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
27494         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
27495         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
27496         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
27497         (bother, bye, canyou, chatlst, continue, deathlst, describe)
27498         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
27499         (feelings-about, foullst, found, hello, history, howareyoulst)
27500         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
27501         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
27502         (neglst, obj, object, owner, please, problems, qlist)
27503         (random-adjective, relation, remlst, repetitive-shortness)
27504         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
27505         (shortlst, something, sportslst, stallmanlst, states, subj)
27506         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
27507         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
27508         Defvar at compile time.
27510         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
27511         not `make-variable-buffer-local'.
27513 2005-08-02  Kim F. Storm  <storm@cua.dk>
27515         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
27516         rectangle overlay in selected window.
27518 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
27520         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
27521         instead of display group.  Make `indicate-buffer-boundaries'
27522         customizable through Custom.
27524 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
27526         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
27527         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
27528         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
27529         (gdb-put-string): Fix typos in docstrings.
27531 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
27533         Update copyright notices of files in progmodes directory for
27534         release of Emacs 22.1.
27536         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
27538         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
27539         Don't barf if the GUD buffer has been killed.
27541 2005-08-01  Kim F. Storm  <storm@cua.dk>
27543         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
27545 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27547         * simple.el (next-error-follow-minor-mode):
27548         make-variable-buffer-local -> make-local-variable.
27550         * emacs-lisp/cl-extra.el: Require CL also when compiling.
27552         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
27553         (byte-compile-form-make-variable-buffer-local): New functions to warn
27554         about misuses of make-variable-buffer-local where make-local-variable
27555         was meant.
27557 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
27559         * bs.el (bs-attributes-list): Doc fix.
27560         (bs): Update url-link.
27562         * desktop.el (desktop-save-buffer): Fix typos in docstring.
27563         (desktop-load-default): Simplify.
27565         * ibuffer.el (ibuffer-columnize-and-insert-list)
27566         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
27567         (ibuffer-unmark-all, ibuffer-toggle-marks)
27568         (ibuffer-unmark-forward, ibuffer-unmark-backward)
27569         (ibuffer-compile-make-format-form, ibuffer-format-column)
27570         (ibuffer-current-buffers-with-marks)
27571         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
27572         (ibuffer): Doc fix.
27573         (ibuffer-mode): Fix typo in docstring.
27574         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
27575         with `define-obsolete-variable-alias'.
27576         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
27578 2005-07-29  Kenichi Handa  <handa@m17n.org>
27580         * international/mule-cmds.el (select-message-coding-system):
27581         Be sure to use LF for end-of-line.  If no coding system is decided,
27582         return iso-8859-1-unix.
27584 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27586         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
27587         (ange-ftp-pending-error-line): New vars.
27588         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
27589         to handle the non-fatal no-route-to-host messages.
27590         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
27592 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
27594         * isearch.el (isearch-mode-map, isearch-other-meta-char)
27595         (isearch-quote-char, isearch-printing-char)
27596         (isearch-text-char-description): "?\ " -> "?\s".
27597         (isearch-lazy-highlight-cleanup)
27598         (isearch-lazy-highlight-initial-delay)
27599         (isearch-lazy-highlight-interval)
27600         (isearch-lazy-highlight-max-at-a-time)
27601         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27602         Declare with define-obsolete-*-alias macros.
27603         (isearch-forward): Fix typo in docstring.
27604         (search-invisible, search-ring-yank-pointer)
27605         (regexp-search-ring-yank-pointer): Doc fixes.
27607         * recentf.el (recentf-menu-append-commands-p): Declare with
27608         `define-obsolete-variable-alias'.
27609         (recentf-max-saved-items, recentf-menu-filter)
27610         (recentf-arrange-by-rule-subfilter): Doc fixes.
27611         (recentf-menu-append-commands-flag)
27612         (recentf-initialize-file-name-history, recentf-expand-file-name)
27613         (recentf-clear-data): Fix typos in docstrings.
27615 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
27617         * progmodes/gdb-ui.el: Smarten comments.
27618         (gdb-info-breakpoints-custom): Use nowarn when finding file.
27620 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
27622         * term/apollo.el (terminal-init-apollo): New function containing
27623         all former top level forms in the file.
27624         * term/bobcat.el (terminal-init-bobcat):
27625         * term/cygwin.el (terminal-init-cygwin):
27626         * term/iris-ansi.el (terminal-init-iris-ansi):
27627         * term/linux.el (terminal-init-linux):
27628         * term/news.el (terminal-init-news):
27629         * term/rxvt.el (terminal-init-rxvt):
27630         * term/sun.el (terminal-init-sun):
27631         * term/tvi970.el (terminal-init-tvi970):
27632         * term/vt100.el (terminal-init-vt100):
27633         * term/vt102.el (terminal-init-vt102):
27634         * term/vt125.el (terminal-init-vt125):
27635         * term/vt200.el (terminal-init-vt200):
27636         * term/vt201.el (terminal-init-vt201):
27637         * term/vt220.el (terminal-init-vt220):
27638         * term/vt240.el (terminal-init-vt240):
27639         * term/vt300.el (terminal-init-vt300):
27640         * term/vt320.el (terminal-init-vt320):
27641         * term/vt400.el (terminal-init-vt400):
27642         * term/vt420.el (terminal-init-vt420):
27643         * term/wyse50.el (terminal-init-wyse50):
27644         * term/xterm.el (terminal-init-xterm): Likewise.
27646         * term/README: Describe the terminal-init-* functionality.
27648         * startup.el (command-line): After loading the terminal initialization
27649         file call the corresponding terminal initialization function.
27651 2005-07-27  Kenichi Handa  <handa@m17n.org>
27653         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27654         negative.
27656         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27657         (ps-mule-composition-prologue): Fix for the case that
27658         RelativeCompose is false.
27660 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27662         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27664         * descr-text.el (describe-char): Handle the case where the list of
27665         chars is displayed in a separate frame.
27666         Be a bit more discriminating when looking for the char.
27668 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
27670         * bookmark.el (bookmark-automatically-show-annotations)
27671         (bookmark-read-annotation-text-func): Doc fixes.
27672         (bookmark-save): Improve argument/docstring consistency.
27673         (bookmark-get-bookmark, bookmark-get-bookmark-record)
27674         (bookmark-alist-from-buffer)
27675         (bookmark-upgrade-file-format-from-0)
27676         (bookmark-grok-file-format-version)
27677         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27678         (bookmark-read-annotation-mode)
27679         (bookmark-insert-current-bookmark, bookmark-jump)
27680         (bookmark-exit-hook): Fix typos in docstrings.
27681         (bookmark-exit-hooks): Define as obsolete alias.
27682         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27683         not `bookmark-exit-hooks'.  Fix docstring.
27684         (bookmark-bmenu-select): "?\ " -> "?\s".
27686 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
27688         * startup.el (command-line): Fix typo.
27690 2005-07-24  Richard M. Stallman  <rms@gnu.org>
27692         * tooltip.el (tooltip-mode): Test emacs-basic-display,
27693         not emacs-quick-startup.
27695 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
27697         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27698         (reb-next-match, reb-show-subexp): Use `with-selected-window'
27699         instead of `reb-with-current-window'.
27700         (reb-prev-match): Likewise.  Also, don't move left if the search
27701         was unsuccessful.
27702         (reb-initialize-buffer): New function.
27703         (re-builder, reb-change-syntax): Use it.
27705         * man.el (Man-goto-page): Make second argument NOERROR optional.
27707 2005-07-23  Richard M. Stallman  <rms@gnu.org>
27709         * man.el (Man-bgproc-sentinel): Check here for failure to find
27710         any man page in the output, and report the error here.
27711         (Man-arguments): Make it permanent local.
27712         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
27713         (Man-mode): Pass t for NOERROR.
27715         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27716         (grep-mode-font-lock-keywords):
27717         Don't use compilation-...-face for messages that are not file names.
27719         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27720         Don't use compilation-...-face for messages that are not file names.
27722 2005-07-22  Juri Linkov  <juri@jurta.org>
27724         * startup.el (normal-splash-screen): Update menu name.
27726         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27728 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
27730         * term/xterm.el: Load term/rxvt if the terminal is actually an
27731         rxvt terminal.
27732         (xterm-rxvt-set-background-mode): Remove, not used anymore.
27734         * term/rxvt.el (function-key-map): Use substitute-key-definition
27735         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
27737         * term/cygwin.el: New file.
27739 2005-07-22  Kim F. Storm  <storm@cua.dk>
27741         * image-file.el (insert-image-file, image-file-yank-handler):
27742         Fix last change to maintain a (unique) yank-handler on yanked images.
27744 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
27746         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27747         of the file size (as in "177B" for 177 bytes).  This happens with
27748         "ls -lh" on FreeBSD.
27750 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
27752         * hilit-chg.el (highlight-changes-global-initial-state)
27753         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27754         (hilit-chg-fixup, highlight-changes-mode):
27755         Fix typos in docstrings.
27756         (highlight-changes-global-modes, highlight-changes-rotate-faces):
27757         Doc fixes.
27759 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
27761         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27762         mode function using `eval-after-load'.
27764 2005-07-21  Kim F. Storm  <storm@cua.dk>
27766         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27767         included when reporting an Emacs crash, and tell about the DEBUG file.
27769         * image-file.el (insert-image-file): Add yank-handler.
27770         (image-file-yank-handler): Yank handler to make unique copies of
27771         images when they are yanked into a buffer next to each other.
27773 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
27775         * comint.el (comint-use-prompt-regexp, comint-send-input)
27776         (comint-source-default, comint-extract-string)
27777         (comint-get-source, comint-word, comint-completion)
27778         (comint-source, comint-prompt-read-only, comint-update-fence):
27779         Fix typos in docstrings.
27780         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27781         Declare with define-obsolete-*-alias macros.
27782         (comint-previous-matching-input-from-input)
27783         (comint-next-matching-input-from-input)
27784         (comint-previous-matching-input, comint-next-matching-input)
27785         (comint-forward-matching-input):
27786         Improve argument/docstring consistency.
27788         * desktop.el (desktop-clear-preserve-buffers-regexp):
27789         Also preserve the *server* buffer.
27791         * simple.el (clone-indirect-buffer): Doc fix.
27792         (fixup-whitespace, just-one-space)
27793         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27794         (next-error, next-error-highlight)
27795         (next-error-highlight-no-select, next-error-last-buffer)
27796         (next-error-buffer-p, next-error-find-buffer, next-error)
27797         (previous-error, next-error-no-select, previous-error-no-select)
27798         (open-line, split-line, minibuffer-prompt-width, kill-new)
27799         (binary-overwrite-mode): Fix typos in docstrings.
27800         (set-fill-column): Fix typo in message.
27802         * skeleton.el (skeleton-proxy-new): Doc fix.
27804         * strokes.el (strokes-load-hook): Doc fix.
27805         (strokes-grid-resolution, strokes-get-grid-position)
27806         (strokes-renormalize-to-grid, strokes-read-stroke)
27807         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27808         (strokes-global-map): Fix typos in docstrings.
27809         (strokes-help): Doc fix.  Fix help message and pass it through
27810         `substitute-command-keys'.
27812         * tempo.el (tempo-insert-prompt, tempo-interactive)
27813         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27814         (tempo-insert-string-functions, tempo-local-tags)
27815         (tempo-define-template, tempo-insert-template)
27816         (tempo-insert-prompt-compat, tempo-is-user-element)
27817         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27818         Fix typos in docstrings.
27820         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27821         (vcursor-key-bindings, vcursor-use-vcursor-map)
27822         (vcursor-find-window, vcursor-scroll-down)
27823         (vcursor-disable, vcursor-beginning-of-buffer)
27824         (vcursor-end-of-buffer): Fix typos in docstrings.
27825         (vcursor-relative-move, vcursor-get-char-count):
27826         Improve argument/docstring consistency.
27828         * version.el: "?\ " -> "?\s".
27830         * wid-edit.el (widget-default-create, widget-after-change)
27831         (widget-default-format-handler, widget-checklist-add-item)
27832         (widget-radio-add-item, widget-choose, widget-specify-secret)
27833         (widget-field-value-create, widget-field-value-get)
27834         (widget-editable-list-format-handler)
27835         (widget-editable-list-entry-create, widget-group-value-create)
27836         (widget-documentation-link-add)
27837         (widget-documentation-string-value-create): "?\ " -> "?\s".
27838         (widget-convert-text): Doc fix.
27839         (widget-narrow-to-field, widget-field-find)
27840         (widget-url-link-action, widget-emacs-library-link-action)
27841         (widget-color-notify): Fix typos in docstrings.
27843         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27844         (x-select-text, set-w32-system-coding-system)
27845         (w32-add-charset-info): Fix typos in docstrings.
27847         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27848         (cua-enable-cua-keys, cua-use-hyper-key)
27849         (cua-virtual-rectangle-edges): Fix typos in docstrings.
27850         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27852         * net/tramp.el (tramp-handle-load): Fix typo in error message.
27854         * emacs-lisp/re-builder.el (regexp-builder): Declare with
27855         `defalias' instead of faking it.
27857         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27858         (eshell-ls-missing, eshell-ls-dired-initial-args)
27859         (eshell-ls-use-in-dired): Fix typos in docstrings.
27861 2005-07-20  Kim F. Storm  <storm@cua.dk>
27863         * emulation/cua-base.el (cua-mode): Improve doc string.
27865 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
27867         * abbrev.el (expand-region-abbrevs): Doc fix.
27868         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27869         Improve argument/docstring consistency.
27871         * arc-mode.el (archive-get-descr, archive-alternate-display):
27872         Doc fixes.
27873         (archive-l-e): Improve argument/docstring consistency.
27874         (archive-tmpdir, archive-unixdate, archive-unixtime)
27875         (archive-chmod-entry): Fix typos in docstrings.
27876         (archive-unflag, archive-unflag-backwards)
27877         (archive-unmark-all-files): "?\ " -> "?\s".
27879         * buff-menu.el (Buffer-menu-unmark): Doc fix.
27880         (Buffer-menu-not-modified, Buffer-menu-execute)
27881         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27882         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27884         * composite.el (compose-string, encode-composition-rule)
27885         (compose-last-chars): Fix typos in docstrings.
27887         * desktop.el (desktop-enable, desktop-basefilename):
27888         Declare with `define-obsolete-variable-alias'.
27889         (desktop-internal-v2s): Don't quote keywords.
27890         (desktop-clear): "?\ " -> "?\s".
27892         * dired.el (dired-align-file, dired-flag-backup-files)
27893         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27894         (dired-listing-switches, dired-ls-F-marks-symlinks)
27895         (dired-dwim-target, dired-load-hook, dired-mode-hook)
27896         (dired-directory, dired-faces, dired, dired-revert)
27897         (dired-mode, dired-summary, dired-view-file)
27898         (dired-copy-filename-as-kill, dired-delete-file)
27899         (dired-no-confirm, dired-unmark-all-marks)
27900         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27901         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27902         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27903         Fix typos in message strings.
27905         * dired-x.el (virtual-dired): Declare with `defalias'.
27906         (dired-mark-unmarked-files, dired-local-variables-file)
27907         (dired-omit-here-always): Doc fix.
27908         (dired-omit-mode, dired-find-subdir)
27909         (dired-enable-local-variables, dired-clean-up-buffers-too)
27910         (dired-extra-startup, dired-mark-extension, dired-jump)
27911         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27912         (dired-smart-shell-command, dired-guess-shell-alist-user)
27913         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27914         (dired-x-bind-find-file, dired-x-submit-report):
27915         Fix typos in docstrings.
27916         (dired-mark-unmarked-files): "?\ " -> "?\s".
27918         * dirtrack.el (dirtrack-list): Fix typos in docstring.
27920         * faces.el (describe-face): "?\ " -> "?\s".
27921         (read-all-face-attributes, read-face-font, modify-face)
27922         (face-attr-construct, italic): Fix typos in docstrings.
27923         (frame-update-face-colors): Declare with
27924         `define-obsolete-function-alias'.
27926         * files.el (find-file-noselect, recode-file-name): Doc fixes.
27927         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27928         (magic-mode-alist, buffer-file-numbers-unique)
27929         (write-file-functions, get-free-disk-space):
27930         Fix typos in docstrings.
27931         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27932         (write-contents-hooks, write-file-hooks):
27933         Declare with `define-obsolete-variable-alias'.
27935         * forms-d2.el (arch-rj): Fix typo in docstrings.
27936         (arch-tocol): Likewise.  "?\ " -> "?\s".
27938         * frame.el (set-frame-font, cursor-in-non-selected-windows):
27939         Fix typo in docstring.
27940         (set-screen-width, set-screen-height): Delete redundant info in
27941         doctrings.
27942         (new-frame, screen-height, screen-width): Declare with
27943         `define-obsolete-function-alias'.
27944         (delete-frame-hook, blink-cursor): Declare with
27945         `define-obsolete-variable-alias'.
27947         * paths.el (prune-directory-list): Fix typos in docstring.
27949         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27950         (cvs-prefix-get): Fix typos in docstrings.
27952         * ps-print.el (ps-extend-face-list, ps-extend-face)
27953         (ps-print-background-image): Fix typos in docstrings.
27954         (ps-default-fg, ps-default-bg): Doc fixes.
27956         * s-region.el (s-region-bind): Doc fix.
27957         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27959         * textmodes/org.el (org-table-formula-substitute-names)
27960         (org-table-get-vertical-vector): Doc fixes.
27961         (org-table-recalculate): Remove unused argument to `message'.
27963 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
27965         * textmodes/org.el (org-table-column-names)
27966         (org-table-column-name-regexp)
27967         (org-table-named-field-locations): New variables.
27968         (org-archive-subtree): Protect `this-command' when calling
27969         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27970         the kill buffer.
27971         (org-complete): Remove fixed-formula completion.
27972         (org-edit-formulas-map): New variable.
27973         (org-table-edit-formulas): New command.
27974         (org-finish-edit-formulas, org-abort-edit-formulas)
27975         (org-show-variable, org-table-get-vertical-vector): New functions.
27976         (org-table-maybe-eval-formula): Handle `:=' fields.
27977         (org-table-get-stored-formulas, org-table-store-formulas)
27978         (org-table-get-formula, org-table-modify-formulas)
27979         (org-table-replace-in-formulas): Handle named field formulas.
27980         (org-table-get-specials): Store locations of named fields.
27982 2005-07-19  Juri Linkov  <juri@jurta.org>
27984         * progmodes/grep.el (grep-regexp-alist)
27985         (grep-mode-font-lock-keywords, grep-process-setup):
27986         Use default GNU grep match color "01;31m" instead of "01;41m".
27987         (grep-regexp-alist, grep-mode-font-lock-keywords):
27988         Use `\\[[0-9]*m' instead of `\\[00m'.
27989         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27990         sgr_start where its handling is more important.  Use the real
27991         length of sgr_start instead of constant 8.
27992         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27993         specially.  Delete all remaining escape sequences.
27994         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27995         (grep-regexp-alist): Make hyperlink only for binary file name
27996         instead of the whole line.
27997         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27998         (grep-mode): Add autoload.
28000         * emacs-lisp/find-func.el (find-function-regexp):
28001         Add `define-compilation-mode'.
28003 2005-07-19  Juri Linkov  <juri@jurta.org>
28005         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
28006         (compare-windows-sync-string-size, compare-windows-recenter)
28007         (compare-windows-highlight, compare-windows): Add version 22.1.
28008         (compare-windows) <defface>: Inherit from lazy-highlight instead
28009         of duplicating its default value.
28011         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
28012         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
28014         * descr-text.el (describe-char): Create link buttons for `charset'
28015         and `code point'.  Add the current input method name with a link
28016         button to `to input' field.  Print face names of display table
28017         characters in `The display table entry is displayed by' section
28018         instead of printing face-id in the `display' field.
28019         Guess hardcoded faces and create a link button for them.
28020         Skip empty fields when calculating max-width.
28021         Treat `widget-create' specially while inserting strings from the
28022         collected field list.
28023         (describe-char-after): Made obsolete in version 22.1, not 21.5.
28025         * diff-mode.el (diff-file-header): Change foreground color from
28026         yellow to green on light backgrounds.
28027         (diff-context): Inherit from `shadow' only for color/grayscale
28028         with more than 88 colors.
28029         (diff-indicator-removed, diff-indicator-added)
28030         (diff-indicator-changed): New faces.
28031         (diff-font-lock-keywords): Use new faces.  Regroup rules.
28032         Add "^---$" for `normal' diff format.  Fontify `#' lines with
28033         font-lock-comment-delimiter-face and font-lock-comment-face.
28034         Add `#' to ^[^...] in the rule for `diff-context-face'.
28036         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
28037         a button-like box.  Inherit from `highlight' on low colors.
28038         (shadow): Use shades of gray only for color/grayscale with
28039         more than 88 colors.  Use green for light backgrounds with
28040         8 colors, and yellow for dark backgrounds with 8 colors.
28042         * font-lock.el (font-lock-regexp-grouping-backslash):
28043         Don't inherit from escape-glyph (use bold for all cases).
28045         * info.el (info-xref-visited): Use light foreground color `violet'
28046         for dark backgrounds instead of dark color `magenta3'.
28047         (info-title-1): Use `yellow' color for dark backgrounds.
28049         * isearch.el (isearch): Use not-too-dark magenta3 instead of
28050         too-light magenta2.
28052         * replace.el (match): Use slightly more light RoyalBlue3 instead
28053         of dark RoyalBlue4.
28055         * wid-edit.el (widget-inactive): Inherit from `shadow'.
28057 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
28059         * novice.el (disabled-command-hook): Declare it with
28060         `define-obsolete-variable-alias'.
28062         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
28063         (desktop-buffer-misc-functions, desktop-buffer-handlers)
28064         (desktop-load-default): Add release to obsolescence info.
28065         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
28066         (desktop-append-buffer-args, desktop-read):
28067         Fix typos in docstrings.
28068         (desktop-kill): Fix typo in message.
28069         (desktop-save): Doc fix.
28071 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
28073         * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
28074         (viper-envelop-ESC-key): Change the definition of fast
28075         keysequence so it'll work with keyboard macros.
28077         * ediff.el (ediff-patch-buffer): Change the docstring.
28079 2005-07-19  Kenichi Handa  <handa@m17n.org>
28081         * international/mule-cmds.el (select-safe-coding-system): Try to
28082         use an auto-coding (if any) before anything else.  If the found
28083         auto-coding is invalid, show a warning message.
28085         * international/mule.el (find-auto-coding): New function created
28086         by modifying the body of set-auto-coding.
28087         (set-auto-coding): Use find-auto-coding to find a coding.
28089 2005-07-18  Richard M. Stallman  <rms@gnu.org>
28091         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
28092         not isearch-mode-end-hook-error.
28093         (allout-before-change-protect): Fix error message.
28095 2005-07-18  Juri Linkov  <juri@jurta.org>
28097         * allout.el (allout-mode):
28098         * calculator.el (calculator-copy):
28099         * custom.el (custom-known-themes):
28100         * dired.el (dired-desktop-buffer-misc-data)
28101         (dired-restore-desktop-buffer):
28102         * dired-x.el (dired-omit-marker-char):
28103         * files.el (basic-save-buffer):
28104         * font-core.el (font-lock-mode):
28105         * calendar/calendar.el (calendar-goto-hebrew-date)
28106         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
28107         (calendar-goto-persian-date):
28108         * language/ethio-util.el (ethio-sera-to-fidel-region):
28109         * textmodes/picture.el (picture-mode):
28110         Delete duplicate duplicate words.
28112 2005-07-18  Juri Linkov  <juri@jurta.org>
28114         * isearch.el (isearch-mode-map): Remove key bindings for regexp
28115         chars * ? } |.
28116         (isearch-fallback): Don't call `isearch-process-search-char'.
28117         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
28118         (isearch-process-search-char): Call `isearch-fallback' for regexp
28119         chars * ? } |.
28120         (isearch-return-char): Make obsolete with `make-obsolete' instead
28121         of simply documenting it as obsolete in the docstring.
28122         (isearch-fallback): Refill docstring.
28124         * international/isearch-x.el
28125         (isearch-process-search-multibyte-characters): Remove unneeded
28126         `concat'.  Add intermediate values to `junk-hist' instead of
28127         `minibuffer-history'.  Test the length of `str'.
28129 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
28131         * allout.el (allout-resolve-xref): Fix typos in error strings.
28132         (allout-before-change-protect): Remove unneeded `concat'.
28134         * array.el (array-mode, array-reconfigure-rows)
28135         (untabify-backward): Fix typos in docstrings.
28136         (array-reconfigure-rows): Use `insert-buffer-substring', not
28137         `insert-buffer'.
28139         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
28140         * progmodes/ada-mode.el (ada-make-body):
28141         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
28143         * dired.el (dired-log):
28144         * tar-mode.el (tar-subfile-save-buffer):
28145         * play/zone.el (zone-pgm-stress-destress):
28146         Use `insert-buffer-substring', not `insert-buffer'.
28148 2005-07-17  Simon Josefsson  <jas@extundo.com>
28150         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
28152 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
28154         * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
28155         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
28157 2005-07-17  Kim F. Storm  <storm@cua.dk>
28159         * ido.el (dired-other-window): Add ido property.
28161 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
28163         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28164         Fix typo in docstring.
28165         (byte-compile-interactive-only-functions): Add `insert-buffer' and
28166         `insert-file-literally'.
28168         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
28169         info and delete redundant message.  Doc fix.
28170         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
28171         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
28173 2005-07-16  Richard M. Stallman  <rms@gnu.org>
28175         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
28176         (byte-compile-and): Use byte-compile-and-recursion.
28177         (byte-compile-or-recursion): New function.
28178         (byte-compile-or): Use that.
28179         (byte-compile-if): Guard the else-clause too.
28180         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
28182         * isearch.el (isearch-mode-end-hook-quit): New variable.
28183         (isearch-done): Bind it.
28184         (isearch-mode-end-hook): Doc fix.
28186         * allout.el (allout-isearch-did-quit): Variable deleted.
28187         (allout-real-isearch-abort): Function name no longer used.
28188         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
28189         (allout-isearch-rectification): isearch-mode always exists.
28190         Don't set allout-isearch-did-quit.
28191         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
28192         allout-isearch-did-quit.
28193         (allout-enwrap-isearch): Just add the hook.
28194         (allout-isearch-abort): Function deleted.
28195         (allout-pre-command-business): Avoid warning.
28197         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
28198         Correctly avoid warnings.
28199         (pascal-outline): Likewise.
28201         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
28203         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
28205         * play/tetris.el (tetris-mode): Avoid warning.
28207         * play/snake.el (snake-mode): Avoid warning.
28209         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
28210         (gamegrid-set-display-table): Avoid warning.
28211         (gamegrid-set-timer): Likewise.
28212         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
28213         (gamegrid-add-score-with-update-game-score-1): Take FILE
28214         as argument.
28215         (gamegrid-add-score-with-update-game-score): Pass that argument.
28216         Rename have-shared-game-dir to gamegrid-shared-game-dir.
28218         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
28220         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
28221         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
28223         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
28224         and insert-file.
28226         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
28227         (sc-ask): Avoid warnings.
28229         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
28230         (eshell-hist-initialize): Use that var the natural way.
28232         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
28234         * emacs-lisp/re-builder.el (reb-cook-regexp):
28235         Avoid warning calling lre-compile-string.
28236         (reb-color-display-p): Avoid warning.
28238         * calculator.el (calculator-last-input): Guard uses
28239         of event-key and key-press-event-p.
28240         (event-key, key-press-event-p): Delete definitions.
28242         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
28243         (find-gc-source-directory, find-gc-subrs-callers)
28244         (find-gc-noreturn-list, find-gc-source-files)
28245         (find-gc-subrs-called): Vars renamed and defvar'd.
28247         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
28248         (checkdoc-overlay-put, checkdoc-delete-overlay)
28249         (checkdoc-overlay-start, checkdoc-overlay-end)
28250         (checkdoc-mode-line-update, checkdoc-char=):
28251         Define such that compiler knows they are defined.
28252         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
28253         (checkdoc-read-event): Delete.  Use read-event directly.
28255         * whitespace.el (whitespace-make-overlay)
28256         (whitespace-overlay-put, whitespace-delete-overlay)
28257         (whitespace-overlay-start, whitespace-overlay-end):
28258         Define such that compiler knows they are defined.
28259         (whitespace): Move conditional inside.
28261         * tempo.el (tempo-insert-template): Suppress warning.
28263         * ediff-diff.el (longlines-mode): Add defvar.
28265 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
28267         * server.el: Bind "C-x #" in a way that works even if C-x is
28268         redefined to a command key, not a prefix key.
28270 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
28272         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
28273         cl-make-type-test till execution time.
28275 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
28277         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
28278         arg ARG and use it.
28280 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
28282         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
28284 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
28286         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
28287         a defcustom with two :set or :type keywords.
28289 2005-07-15  Richard M. Stallman  <rms@gnu.org>
28291         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
28292         Don't give ^M comment-end syntax.
28294 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
28296         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
28297         Don't consider gdbmi (gdb-mi.el has its own update functions).
28298         (gdb-var-delete): Make it work for gdbmi as well.
28299         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
28301         * progmodes/gud.el (etags, sdb): Only require etags when needed.
28302         (gud-speedbar-menu-items): Correct logic for enabling items.
28304 2005-07-15  Kim F. Storm  <storm@cua.dk>
28306         * ido.el: Fix commentary.
28307         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
28308         Use with-no-warnings around ffap-guesser.
28309         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
28310         Let bind minibuffer-completing-file-name to t.
28312 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
28314         * startup.el (site-run-file, keyboard-type): Doc fixes.
28315         (command-line): Check for "--basic-display" argument; also for
28316         "--quick", not "--bare-bones" (which was renamed).
28317         (fancy-splash-text): Add missing item "Getting New Versions".
28318         (normal-splash-screen): Fix typos and improve consistency with
28319         `fancy-splash-text'.  Update copyright year.
28321         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
28322         valid binding for `help-char'.
28324         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
28326 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
28328         * term.el (term-mode): Disable cua-mode for term buffers.
28330 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
28332         * add-log.el (add-log-mailing-address, change-log-merge):
28333         Doc fixes.
28334         (change-log-get-method-definition): Fix typo in docstring.
28336 2005-07-14  Kim F. Storm  <storm@cua.dk>
28338         * emulation/cua-base.el:
28339         (cua--pre-command-handler-1, cua--pre-command-handler)
28340         (cua--post-command-handler-1, cua--post-command-handler):
28341         Split in two.  Check (buffer local) value of cua-mode.
28342         (cua-selection-mode): New command.
28344 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
28346         * custom.el (custom-initialize-safe-set)
28347         (custom-initialize-safe-default): Doc fixes.
28349         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28350         and simplify :init-value again.
28352         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28353         and simplify :init-value again.  Delete autoload.
28355         * startup.el (command-line): Use `custom-reevaluate-setting' again
28356         for tooltip-mode.
28358         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
28359         a defcustom with two :initialize keywords.
28361 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
28363         * allout.el (my-mark-marker, allout-isearch-prior-pos)
28364         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
28365         (allout-post-command-business, allout-flag-region)
28366         (isearch-reenable-font-lock, allout-yank)
28367         (allout-insert-latex-header, allout-insert-latex-trailer)
28368         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
28369         (allout-latex-verb-quote): Fix typos in docstrings.
28370         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
28371         (allout-unprotected, allout-prefix-data):
28372         Improve argument/docstring consistency.
28373         (allout-chart-subtree): Fix argument spec.
28374         (allout-open-topic): Rename `use_sib_bullet' argument to
28375         `use-sib-bullet'.  Doc fix.
28377         * whitespace.el (whitespace-check-buffer-leading)
28378         (whitespace-check-buffer-trailing)
28379         (whitespace-check-buffer-indent)
28380         (whitespace-check-buffer-spacetab)
28381         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
28382         (whitespace-check-leading-whitespace)
28383         (whitespace-check-trailing-whitespace)
28384         (whitespace-check-spacetab-whitespace)
28385         (whitespace-check-indent-whitespace)
28386         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
28387         (whitespace-modes): Fix typos in docstrings.
28388         (defgroup, defcustom): Doc fixes.
28390         * winner.el (winner-mode, winner-boring-buffers)
28391         (winner-pending-undo-ring): Doc fixes.
28392         (winner-ring): Remove unneeded `progn'.
28393         (winner-equal): `defsubst' it.
28394         (winner-redo): Fix message.
28396 2005-07-13  Kim F. Storm  <storm@cua.dk>
28398         * simple.el (line-move-1): Always use vertical-motion to
28399         do the last (or only) line move to ensure some movement.
28400         Undo 2005-06-23 change--don't check for overlays.
28402 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28404         * term/mac-win.el (ccl-encode-mac-roman-font)
28405         (ccl-encode-mac-centraleurroman-font)
28406         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
28407         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
28408         Change charset-id boundary of dimension to ?\xef.
28409         (mac-char-fontspec-list): New constant.
28410         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
28411         argument.  Nil uses itself as family in font-spec.  Previous
28412         behavior for nil is now provided by non-nil non-string argument.
28413         All callers changed.  Add font-specs for Mac fonts to
28414         "fontset-default" unless iso8859-1 fonts are installed.
28416 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
28418         * progmodes/sh-script.el (sh-get-indent-info): Only indent
28419         a continuation line if the \ is preceded by SPC or TAB.
28420         (sh-get-indent-info): Simplify.
28421         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
28422         Use with-current-buffer.
28424         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
28425         when the matched text is empty.
28427 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
28429         * startup.el (command-line): Revert to previous handling of
28430         tooltip-mode.  Explain in comment why the complexity is needed.
28432         * tooltip.el (tooltip-mode): Revert to previous implementation of
28433         its defcustom.
28435         * frame.el (blink-cursor-mode): Revert to previous implementation
28436         of its defcustom.  Update comment.
28438 2005-07-12  Lars Hansen  <larsh@soem.dk>
28440         * desktop.el: Update e-mail address.
28442 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28444         * term/mac-win.el (mac-services-mail-selection)
28445         (mac-services-mail-to): New functions.
28446         (mac-application-menu-map): Bind them.
28448 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
28450         * progmodes/gdb-ui.el: Add note about buffering with Windows.
28452 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
28454         * custom.el (custom-reevaluate-setting): Doc fix.
28456 2005-07-11  Jay Belanger  <belanger@truman.edu>
28458         * calc/calc.el (calc-embedded-announce-formula-alist)
28459         (calc-embedded-open-close-plain-alist)
28460         (calc-embedded-open-close-mode-alist): Add checks for additional
28461         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
28463 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
28465         * custom.el (custom-enable-theme): Don't add theme to
28466         `custom-enabled-themes' with `push' because there is no
28467         setf-method for `delq'.
28469 2005-07-11  Richard M. Stallman  <rms@gnu.org>
28471         * custom.el (custom-declare-variable): Doc fix.
28473         * dired-aux.el (dired-compare-directories): Remove "." and ".."
28474         from the alists.
28476         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
28477         Do nothing if edebug-active.
28479         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
28480         (edebug-display): Do it here instead.
28482 2005-07-10  Richard M. Stallman  <rms@gnu.org>
28484         * cus-face.el (custom-theme-set-faces): Make it work.
28485         (custom-reset-faces): Doc fix.
28486         (custom-theme-reset-internal-face, custom-theme-face-value):
28487         Functions deleted.
28489         * custom.el (custom-push-theme): Maintain list of the settings
28490         of a given theme in its theme-settings property.
28491         Maintain position of old settings in the theme-value
28492         or theme-face property.
28493         (custom-enabled-themes): New variable.
28494         (custom-theme-enabled-p): New function.
28495         (provide-theme): Update custom-enabled-themes.
28496         Disable and reenable the `user' theme.
28497         (require-theme): Doc fix.
28498         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
28499         (custom-theme-value, custom-theme-variable-value): Likewise.
28500         (custom-theme-reset-internal): Likewise.
28501         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
28502         (custom-enable-theme, custom-disable-theme): New functions.
28503         (custom-variable-theme-value, custom-face-theme-value): Likewise.
28504         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
28505         (custom-theme-reset-variables): Simplify.
28506         (deftheme, custom-declare-theme, custom-make-theme-feature):
28507         Definitions moved.
28509 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
28511         * longlines.el (longlines-show-region)
28512         (longlines-unshow-hard-newlines): Recognize hard newlines by
28513         non-nil hard property, instead of t.
28515 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
28517         * emulation/viper-cmd.el (viper--key-maps): New variable.
28518         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
28519         emulation-mode-map-alists.
28520         (viper-envelop-ESC-key): Use viper-subseq.
28521         (viper-search-forward/backward/next): Disable debug-on-error.
28523         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28524         (viper-ESC-key): New defcustoms.
28526         * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
28528         * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
28529         (viper-subseq): Copy of subseq from cl.el.
28531         * emulation/viper.el (viper-go-away, viper-set-hooks): Use
28532         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
28534         * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
28536         * emulation/viper-init.el: Get rid of -face in face names.
28538         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
28539         Make it work with longlines mode.
28541         * ediff-mult.el (ediff-meta-mode-hook): New variable.
28543         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
28545         * ediff-init.el: Get rid of -face in face names.
28547 2005-07-10  Richard M. Stallman  <rms@gnu.org>
28549         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
28550         and with-timeout-unsuspend.
28552         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
28553         and with-timeout-unsuspend.
28555         * emacs-lisp/timer.el (with-timeout-timers): New variable.
28556         (with-timeout): Bind that variable to record timers.
28557         (with-timeout-suspend, with-timeout-unsuspend): New functions.
28559         * emacs-lisp/debug.el (debug-help-follow): New function.
28560         (debugger-mode-map): Use that instead of help-follow.
28561         (debugger-setup-buffer): Use eval-buffer-list
28562         to handle eval-buffer frames.
28564 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
28566         * timezone.el (timezone-parse-date): Change first regexp
28567         so it will not mistakenly match dates with no time zone.
28569 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
28571         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
28573 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
28575         * custom.el (custom-initialize-safe-set)
28576         (custom-initialize-safe-default): New functions.
28578         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28579         and simplify :init-value.
28581         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28582         and simplify :init-value.  Delete obsolete comment.
28584         * startup.el (command-line): Use `custom-reevaluate-setting' to
28585         handle `tooltip-mode'.  Delete obsolete comment.
28587         * files.el (set-visited-file-name): Avoid calling
28588         `file-name-nondirectory' with a nil argument.
28590 2005-07-09  Richard M. Stallman  <rms@gnu.org>
28592         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
28593         was called with nil for the buffer, handle the read position right.
28594         Handle read position for eval-region, too.
28596 2005-07-09  Juri Linkov  <juri@jurta.org>
28598         * fringe.el (fringe-mode): Add period in docstring.
28599         (fringe-query-style): Build prompt depending on `all-frames' arg.
28601         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28602         to not create links to unrelated functions in the Help buffer.
28604         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28605         Doc fix.
28607         * simple.el (next-error-hook): New variable.
28608         (next-error): Use it.  Doc fix.
28610         * textmodes/ispell.el (ispell-command-loop): Add current
28611         dictionary name and program name to mode-line-format.
28612         (ispell-region, ispell-process-line): Add current dictionary name
28613         and program name to messages.
28615 2005-07-08  Jay Belanger  <belanger@truman.edu>
28617         * calc/calc.el (calc-embedded-announce-formula-alist)
28618         (calc-embedded-open-close-formula-alist)
28619         (calc-embedded-open-close-word-alist)
28620         (calc-embedded-open-close-plain-alist)
28621         (calc-embedded-open-close-new-formula-alist)
28622         (calc-embedded-open-close-mode-alist)
28623         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28624         (calc-embedded-mode-hook): New variables.
28626         * calc/calc-embed.el (calc-embedded-firsttime)
28627         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28628         New variables.
28629         (calc-do-embedded): Use calc-embedded-firsttime,
28630         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28631         determine whether or not to run hooks.
28632         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28633         calc-embedded-firsttime-formula appropriately.
28634         Set calc-embedded delimiter variables according to mode.
28636 2005-07-08  Richard M. Stallman  <rms@gnu.org>
28638         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28639         Check for "emacs", etc., as entire symbol, not just as word.
28640         (checkdoc-file-comments-engine): Use regexp-quote on FN.
28642         * files.el (set-visited-file-name): Report the error
28643         for "empty filename" earlier.
28644         (kill-some-buffers): Ignore buffers already dead.
28646         * fringe.el (fringe-mode): Doc fix.
28648         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28649         Check for (featurep 'xemacs) and turn off warnings in what it guards.
28650         Use unwind-protect to ensure byte-compile-unresolved-functions
28651         is updated.
28653         * whitespace.el (whitespace-buffer-leading-cleanup):
28654         Simplify w/ skip-chars-forward.
28655         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28657         * mail/rmail.el (rmail-only-expunge): Fix paren error.
28658         Unconditionally try to leave point at the same old place.
28660 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
28662         * comint.el (comint-postoutput-scroll-to-bottom)
28663         (comint-show-maximum-output): Take scroll-margin into consideration.
28665 2005-07-08  Kim F. Storm  <storm@cua.dk>
28667         * ido.el (ido-use-filename-at-point): New choice `guess'.
28668         (ido-file-internal): Try ffap-guesser if selected.
28670         * ido.el (ido-before-fallback-functions): New hook.
28671         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28672         (ido-read-file-name): Run it.
28674 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28676         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28677         strings rather than a list of symbols to the completion function.
28679 2005-07-07  Jay Belanger  <belanger@truman.edu>
28681         * calc/calc-units.el (math-apply-units): Change the places in
28682         which units are simplified.
28684 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
28686         * cus-edit.el (customize-option, customize-option-other-window):
28687         Make them handle aliases.
28689         * custom.el (custom-variable-p): Make it recursively follow
28690         aliases.  Mention that in the docstring.
28692 2005-07-07  Richard M. Stallman  <rms@gnu.org>
28694         * cus-start.el (exec-path): Use `directory' instead of `file'.
28695         Fix tag for nil.
28697 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
28699         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28700         when called non-interactively.  Doc fix.
28702 2005-07-07  Lute Kamstra  <lute@gnu.org>
28704         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28705         new address as well.
28707 2005-07-07  Kenichi Handa  <handa@m17n.org>
28709         * international/mule.el (make-coding-system):
28710         Describe `ascii-incompatible' property in the docstring.
28711         (set-file-name-coding-system): Signal an error if coding-system is
28712         ascii-incompatible.
28713         (set-keyboard-coding-system): Likewise.
28715         * international/mule-cmds.el (set-default-coding-systems):
28716         Don't set default-file-name-coding-system and
28717         default-keyboard-coding-system if coding-system is ASCII-incompatible.
28719         * international/utf-16.el: Declare that all UTF-16-based coding
28720         systems are ASCII-incompatible.
28722 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
28724         * progmodes/gud.el: Require font-lock for displaying errors.
28725         Used by gdb-ui.el.
28727 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
28729         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28730         values for the pattern lists which are `read'able but not
28731         `append'able (like symbols).
28733 2005-07-06  Richard M. Stallman  <rms@gnu.org>
28735         * progmodes/flymake.el (flymake-float-time): Instead of
28736         with-no-warnings, test for XEmacs.
28737         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28738         to avoid warning.
28740 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
28742         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28744 2005-07-05  Lute Kamstra  <lute@gnu.org>
28746         * battery.el: Add support for Darwin (with much debugging help
28747         from Samuel Lauber <sam124@operamail.com>).
28748         (battery-status-function, battery-echo-area-format)
28749         (battery-mode-line-format): Add support for pmset on Darwin.
28750         (battery-load-low, battery-load-critical): New user options.
28751         (battery-pmset): New function.
28753 2005-07-05  Lute Kamstra  <lute@gnu.org>
28755         Update FSF's address in GPL notices.
28757         * textmodes/page-ext.el: Update FSF's address.
28759 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
28761         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28762         filling from using prefix when filling a single-line docstring.
28764         * progmodes/flymake.el: Remove useless eval-when-compile.
28766         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28768 2005-07-04  Richard M. Stallman  <rms@gnu.org>
28770         * textmodes/org.el (org-file-apps-defaults-gnu):
28771         Rename from org-file-apps-defaults-linux.
28772         (org-default-apps): Don't test system-type for `linux'.
28773         (org-file-apps): Doc fix.
28775 2005-07-04  David Ponce  <david@dponce.com>
28777         * tree-widget.el: Improve header Commentary section.
28778         (tree-widget) [defgroup]
28779         (tree-widget-image-enable, tree-widget-themes-directory)
28780         (tree-widget-theme, tree-widget-image-properties-emacs)
28781         (tree-widget-image-properties-xemacs, tree-widget-create-image)
28782         (tree-widget-image-formats, tree-widget-control)
28783         (tree-widget-empty-control, tree-widget-leaf-control
28784         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28785         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28786         (tree-widget-keep, tree-widget-after-toggle-functions)
28787         (tree-widget-open-node, tree-widget-close-node): Doc fix.
28788         (tree-widget-open-control, tree-widget-close-control): Fix doc and
28789         :help-echo message.
28790         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
28791         (tree-widget-image-properties): Doc fix.  Clearer implementation.
28792         (tree-widget--cursors): New constant.
28793         (tree-widget-lookup-image): New function split from
28794         `tree-widget-find-image'.  Clearer implementation.
28795         (tree-widget-find-image): Use it.
28796         (tree-widget-button-keymap): Use `set-keymap-parent'.
28797         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28798         Define the sub-widgets here.
28799         (tree-widget-node): Check that :node is not a tree-widget.
28800         (tree-widget-get-super, tree-widget-open-control)
28801         (tree-widget-close-control, tree-widget-empty-control)
28802         (tree-widget-leaf-control, tree-widget-guide)
28803         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28804         (tree-widget-no-handle, tree-widget-value-delete)
28805         (tree-widget-map): Remove.
28806         (tree-widget-children-value-save): Doc fix.  Simplified.
28807         (tree-widget-value-create): Update according to previous changes.
28809 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
28811         * textmodes/org.el: Leading space replaced by TABS.
28812         (org-recalc-marks, org-table-rotate-recalc-marks)
28813         (org-table-get-specials): Treat "^" and "_" marks.
28814         (org-table-justify-field-maybe): Optional argument NEW.
28815         (org-table-eval-formula): Parsing of the format simplified.
28816         New modes C,I.  Honor the %= parameter in the current table.
28817         Avoid unnecessary re-align by using the NEW argument to
28818         `org-table-justify-field-maybe'.
28819         (org-calc-default-modes): Default for date-format mimicks org-mode.
28820         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28822 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
28824         * cus-face.el (custom-theme-set-faces): Make it handle face
28825         aliases whose alias declarations are pre- or autoloaded.
28827 2005-07-04  Juri Linkov  <juri@jurta.org>
28829         * faces.el (read-face-name): Put the code for getting a face name
28830         from the buffer before adding the faces from the `face' property.
28831         Use `completing-read-multiple' instead of `completing-read'.
28832         Require `crm'.  Add default value and post-process the returned
28833         list of faces.
28835         * emacs-lisp/crm.el (crm-find-current-element)
28836         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28838         * emacs-lisp/lisp-mode.el (eval-defun-1):
28839         * emacs-lisp/edebug.el (edebug-eval-defun):
28840         Remove unnecessary quotes.
28842 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
28844         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28845         (prolog-indent-level): Fix typo in docstring.
28847         * info.el (Info-history, Info-history-forward)
28848         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28850         * add-log.el (add-change-log-entry):
28851         * comint.el (comint-dynamic-list-input-ring)
28852         (comint-dynamic-list-completions):
28853         * dabbrev.el (dabbrev-expand):
28854         * delim-col.el (delimit-columns-rectangle-line):
28855         * diff-mode.el (diff-context->unified, diff-reverse-direction)
28856         (diff-unified->context):
28857         * ediff-init.el (ediff-abbrev-jobname):
28858         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28859         (ediff-replace-session-activity-marker-in-meta-buffer):
28860         * info.el (Info-summary):
28861         * lpr.el (printify-region):
28862         * printing.el (pr-create-interface):
28863         * ps-print.el (ps-print-quote):
28864         * ses.el (ses-column-widths, ses-print-cell)
28865         (ses-adjust-print-width, ses-center):
28866         * shell.el (shell-file-name-quote-list):
28867         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28868         (strokes-fill-current-buffer-with-whitespace)
28869         (strokes-xpm-for-stroke, strokes-list-strokes)
28870         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28871         * term.el (term-dynamic-list-input-ring)
28872         (term-dynamic-list-completions):
28873         * calc/calc.el (math-format-stack-value):
28874         * emacs-lisp/edebug.el (edebug-display-freq-count):
28875         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28876         (delphi-new-comment-line):
28877         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28878         * progmodes/executable.el (executable-set-magic):
28879         * progmodes/python.el (inferior-python-mode):
28880         * progmodes/scheme.el (scheme-mode-syntax-table):
28881         * progmodes/sh-script.el (sh-maybe-here-document):
28882         * progmodes/sql.el (sql-copy-column):
28883         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28884         * textmodes/bibtex.el (bibtex-mode):
28885         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28886         (sgml-auto-attributes):
28887         * textmodes/table.el (table-insert, table-shorten-cell)
28888         (table--generate-source-scan-lines, table-delete-row)
28889         (*table--cell-delete-char, table--spacify-frame)
28890         (table--horizontally-shift-above-and-below)
28891         (table--cell-insert-char, table--cell-blank-str)
28892         (table--fill-region-strictly):
28893         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28894         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28896         * add-log.el (change-log):
28897         * apropos.el (apropos):
28898         * comint.el (comint-completion, comint-source):
28899         * dabbrev.el (dabbrev):
28900         * delim-col.el (columns):
28901         * diff-mode.el (diff-mode):
28902         * ediff.el (ediff):
28903         * ediff-diff.el (ediff-diff):
28904         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28905         * ediff-mult.el (ediff-mult):
28906         * ediff-ptch.el (ediff-ptch):
28907         * ediff-wind.el (ediff-window):
28908         * facemenu.el (facemenu):
28909         * indent.el (indent):
28910         * info.el (info):
28911         * jka-cmpr-hook.el (compression, jka-compr):
28912         * lpr.el (lpr):
28913         * outline.el (outlines):
28914         * pcmpl-cvs.el (pcmpl-cvs):
28915         * pcmpl-rpm.el (pcmpl-rpm):
28916         * printing.el (printing):
28917         * ps-print.el (postscript, ps-print, ps-print-horizontal)
28918         (ps-print-vertical, ps-print-headers, ps-print-font)
28919         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28920         (ps-print-background, ps-print-printer, ps-print-page)
28921         (ps-print-miscellany):
28922         * ses.el (ses):
28923         * shell.el (shell, shell-directories, shell-faces):
28924         * startup.el (initialization):
28925         * strokes.el (strokes):
28926         * term.el (term):
28927         * uniquify.el (uniquify):
28928         * w32-vars.el (w32):
28929         * calc/calc.el (calc):
28930         * emacs-lisp/bytecomp.el (bytecomp):
28931         * emacs-lisp/cl-indent.el (lisp-indent):
28932         * emacs-lisp/edebug.el (edebug):
28933         * emacs-lisp/elp.el (elp):
28934         * emacs-lisp/testcover.el (testcover):
28935         * emacs-lisp/trace.el (trace):
28936         * emulation/viper-ex.el (viper-ex):
28937         * emulation/viper-mous.el (viper-mouse):
28938         * mail/mailalias.el (mailalias):
28939         * mail/supercite.el (supercite, supercite-frames)
28940         (supercite-attr, supercite-cite, supercite-hooks):
28941         * net/rcompile.el (remote-compile):
28942         * net/rlogin.el (rlogin):
28943         * obsolete/ooutline.el (outlines):
28944         * progmodes/delphi.el (delphi):
28945         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28946         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28947         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28948         (ebnf-optimization):
28949         * progmodes/etags.el (etags):
28950         * progmodes/executable.el (executable):
28951         * progmodes/idlwave.el (idlwave):
28952         * progmodes/pascal.el (pascal):
28953         * progmodes/prolog.el (prolog):
28954         * progmodes/python.el (python):
28955         * progmodes/scheme.el (scheme):
28956         * progmodes/sh-script.el (sh, sh-script):
28957         * progmodes/sql.el (SQL):
28958         * progmodes/tcl.el (tcl):
28959         * textmodes/bibtex.el (bibtex, bibtex-autokey):
28960         * textmodes/enriched.el (enriched):
28961         * textmodes/makeinfo.el (makeinfo):
28962         * textmodes/sgml-mode.el (sgml):
28963         * textmodes/table.el (table-hooks):
28964         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28965         * textmodes/texinfo.el (texinfo):
28966         * textmodes/two-column.el (two-column):
28967         Finish `defgroup' description with period.
28969         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28970         * eshell/esh-var.el (eshell-var):
28971         * progmodes/vhdl-mode.el (vhdl-testbench):
28972         * textmodes/org.el (org): Fix typos in docstrings.
28974         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28975         consistency.
28977         * progmodes/flymake.el (flymake-find-file): Remove.
28978         (flymake-float-time): Use `with-no-warnings'.
28979         (flymake-check-start-time, flymake-check-was-interrupted)
28980         (flymake-err-info, flymake-is-running, flymake-last-change-time)
28981         (flymake-new-err-info): `defvar' at compile time.
28983 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
28985         * replace.el (occur-hook): Doc fix.
28986         (occur-1): Don't call `occur-hook' if there are no matches.
28988 2005-07-03  Richard M. Stallman  <rms@gnu.org>
28990         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28991         global-map, save the same map.
28992         (global-map): Don't alter it at top level.
28993         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28994         Then alter it here instead.
28995         (tpu-edt-off): Set global-map to the saved one.
28997         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28998         All references simplified.
28999         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
29000         (zmacs-regions): Add defvar.
29001         (repeat-complex-command-map): Everything about that deleted.
29003         * textmodes/artist.el (artist-key-is-drawing)
29004         (artist-key-endpoint1, artist-key-poly-point-list)
29005         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
29006         (artist-key-compl-table, artist-rb-save-data)
29007         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
29008         Don't put them in eval-when-compile.
29009         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
29011         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
29012         Use with-no-warnings.
29014         * net/browse-url.el (dos-windows-version): Add defvar.
29016         * mail/supercite.el (filladapt-prefix-table): Add defvar.
29018         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
29019         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
29020         (rmail-new-summary-line-count): Rename from new-summary-line-count.
29021         Add defvar.
29022         (rmail-summary-beginning-of-message): Use with-no-warnings.
29023         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
29025         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
29026         Use with-no-warnings.
29028         * emulation/vi.el (vi-mark-region): Use c-mark-function.
29029         (c-mark-function): Add point-moving-unit property.
29030         (vi-goto-line): Use with-no-warnings.
29032         * emulation/edt.el (edt-last-copied-word): Add defvar.
29033         (zmacs-region-stays): Likewise.
29034         (edt-mark-section-wisely): Use c-mark-function for C.
29035         Use makr-defun for Fortran.
29036         (time-string): defvar deleted.
29037         (edt-display-the-time): Don't set time-string.
29039         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
29041         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29042         Don't warn when name is not constant
29043         or for defining the group `emacs'.
29045         * tooltip.el (gud-tooltip-mode): Add defvar.
29047         * startup.el (default-frame-background-mode): Add defvar.
29049         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
29051         * info.el (tool-bar-map): Add defvar.
29053         * dired.el (dnd-protocol-alist): Add defvar.
29055         * dired-aux.el (dired-query): Display question with answer, when
29056         the user answers.
29058         * custom.el (custom-add-option): Doc fix.
29060         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
29062 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
29064         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
29065         bogus name from the last change.
29067 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
29069         * custom.el (custom-declare-variable): Fix typos in comment.
29070         (custom-known-themes): Doc fix.
29071         (custom-theme-directory): New defcustom.
29072         (require-theme): Make it check `custom-theme-directory'.
29074         * cus-theme.el (custom-new-theme-mode): New function.
29075         (custom-theme-name, custom-theme-variables, custom-theme-faces)
29076         (custom-theme-description): Add compiler defvars.
29077         (customize-create-theme): Add doc to the "*New Custom Theme*"
29078         buffer.  Use `custom-new-theme-mode'.
29079         (custom-theme-write): Put the created buffer in emacs-lisp-mode
29080         and save it to the `custom-theme-directory'.  Make this the
29081         default directory of the buffer.
29083 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
29085         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
29086         Fix unbalanced parentheses.
29088 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
29090         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
29091         into flymake-mode and delegate to flymake-mode.
29093         * find-file.el (ff-which-function-are-we-in): Clean up.
29095 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
29097         * replace.el (occur-rename-buffer): Fix docstring.
29099         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
29100         (edt-last-copied-word, edt-learn-macro-count)
29101         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
29102         (edt-rect-start-point, edt-user-global-map, rect-start-point)
29103         (time-string, zmacs-region-stays):
29104         * emulation/edt-mapper.el (edt-save-function-key-map)
29105         (EDT-key-name): `defvar' to silence the byte-compiler.
29107 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
29109         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
29110         font-lock-regexp-backslash.  Doc fix.
29111         (font-lock-regexp-backslash-grouping-construct): Rename from
29112         font-lock-regexp-backslash-construct.  Doc fix.
29113         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
29114         grouping constructs.
29116 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
29118         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
29119         updating all the prerequisites.
29121 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
29123         * textmodes/org.el (org-agenda-start-on-weekday)
29124         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
29125         (org-agenda-use-time-grid, org-archive-location)
29126         (org-allow-space-in-links, org-usenet-links-prefer-google)
29127         (org-enable-table-editor, org-export-default-language)
29128         (org-export-html-show-new-buffer, org-fill-paragraph)
29129         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
29130         (org-goto-quit, org-occur, org-eval-in-calendar)
29131         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
29132         (org-agenda-diary-entry, org-remember-help)
29133         (org-table-convert-region, org-at-table-p)
29134         (org-table-move-row-down, org-table-move-row-up)
29135         (org-table-copy-region, org-table-toggle-vline-visibility)
29136         (org-table-get-stored-formulas, org-table-get-specials)
29137         (org-recalc-commands, org-table-eval-formula)
29138         (org-table-formula-substitute-names, orgtbl-make-binding)
29139         (org-format-org-table-html, org-format-table-table-html)
29140         (org-format-table-table-html-using-table-generate-source)
29141         (org-customize): Fix typos in docstrings.
29142         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
29143         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
29144         (org-back-to-heading): Doc fixes.
29145         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
29146         (org-agenda-change-all-lines, org-get-header):
29147         Improve argument/docstring consistency.
29148         (orgtbl-error): Fix error message.
29150         * progmodes/flymake.el (flymake-find-possible-master-files)
29151         (flymake-master-file-compare, flymake-get-line-err-count)
29152         (flymake-highlight-line, flymake-gui-warnings-enabled):
29153         Fix typos in docstrings.
29154         (flymake-parse-line, flymake-get-project-include-dirs-function)
29155         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
29156         Doc fixes.
29157         (flymake-get-project-include-dirs-function)
29158         (flymake-make-err-menu-data):
29159         Improve argument/docstring consistency.
29161 2005-07-01  Lute Kamstra  <lute@gnu.org>
29163         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
29164         Catch errors with ignore-errors.  Use temporary buffer.
29165         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
29167         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
29168         background color faces.
29169         (facemenu-set-foreground, facemenu-set-background):
29170         Use facemenu-set-face-from-menu.
29171         (facemenu-set-face-from-menu): Treat face names that start with
29172         "fg:" or "bg:" as special.
29173         (facemenu-add-new-color): Don't create faces.  Simplify.
29175 2005-06-30  Richard M. Stallman  <rms@gnu.org>
29177         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
29178         (crm-find-current-element): Likewise.
29180 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
29182         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
29184 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
29186         * arc-mode.el (archive-extract): Make it work as a mouse binding.
29187         (archive-mouse-extract): Make it an obsolete alias.
29188         (archive-mode-map): Don't use archive-mouse-extract any more.
29189         (archive-mode, archive-extract): write-contents-hooks ->
29190         write-contents-functions.
29191         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
29192         first arg.
29193         (archive-rename-entry): Update the call.
29194         (archive-zip-summarize): Remove unused var `method'.
29195         (archive-lzh-summarize): Remove unused var `creator'.
29197         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
29198         dedicated frame upon exit.
29200         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
29201         (archive-zip-extract, archive-zip-expunge)
29202         (archive-zip-update, archive-zip-update-case): Use executable-find.
29203         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
29204         Use restore-buffer-modified-p.
29205         (archive-extract, archive-add-new-member, archive-write-file-member):
29206         Use with-current-buffer.
29207         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
29209 2005-06-30  Andreas Schwab  <schwab@suse.de>
29211         * progmodes/gud.el (gud-filter): Remove unneeded progn.
29213 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29215         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
29217 2005-06-30  Juri Linkov  <juri@jurta.org>
29219         * faces.el (vertical-border): Inherit from mode-line-inactive
29220         only on tty.
29222 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
29224         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
29225         example, -NLINES in the `occur' docstring).
29227         * replace.el (occur-1): When no matches are found, do not set the
29228         `buffer-read-only' and modified flags for the occur buffer,
29229         because it is deleted.
29231         * emulation/cua-base.el (cua-check-pending-input)
29232         (cua-repeat-replace-region, cua-mode, cua-debug)
29233         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
29234         Fix typos in docstrings.
29236         * emulation/cua-gmrk.el (cua-toggle-global-mark)
29237         (cua-cut-region-to-global-mark)
29238         (cua--cut-rectangle-to-global-mark):
29239         Remove period from end of messages.
29241         * emulation/cua-rect.el (cua-do-rectangle-padding):
29242         Remove period from end of messages.
29243         (cua--rectangle-seq-format): Fix typo in docstring.
29244         (cua-sequence-rectangle, cua-fill-char-rectangle):
29245         Improve argument/docstring consistency.
29247 2005-06-29  Juri Linkov  <juri@jurta.org>
29249         * faces.el (default-frame-background-mode): New internal variable.
29250         (frame-set-background-mode): Use it.
29252         * startup.el (normal-top-level): Set default-frame-background-mode
29253         instead of frame-background-mode.  Before setting it, test for its
29254         nil value.  Remove tests for frame-background-mode and frame
29255         parameter `reverse'.  Add test for "unspecified-fg".
29257         * term/xterm.el (xterm-rxvt-set-background-mode):
29258         * term/rxvt.el (rxvt-set-background-mode):
29259         Set default-frame-background-mode instead of frame-background-mode.
29261 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
29263         * simple.el (set-variable): Warn about obsolete user variables.
29265         * imenu.el (imenu--completion-buffer):
29266         * mouse.el (mouse-buffer-menu-alist):
29267         * msb.el (msb-invisible-buffer-p):
29268         * calendar/diary-lib.el (diary-header-line-format):
29269         * emacs-lisp/pp.el (pp-buffer):
29270         * progmodes/cperl-mode.el (cperl-do-auto-fill):
29271         * textmodes/picture.el (picture-replace-match):
29272         Change space constants followed by a sexp to "?\s ".
29274         * play/decipher.el (decipher-loop-with-breaks):
29275         * textmodes/texinfo.el (texinfo-insert-@item): Change space
29276         constants "protected" from end of line by a comment to "?\s".
29278 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29280         * font-lock.el (save-buffer-state): Use `declare'.
29282         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
29283         reset the syntax-table to cperl-mode-syntax-table.
29284         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
29285         "foo_print_bar" is not matched as a reserved keyword.
29287 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
29289         * textmodes/org.el (orgtbl-setup): New function, for delayed
29290         setup for the orgtbl commands.
29291         (org-calc-default-modes): New option.
29292         (orgtbl-make-binding): Use `defun' to get better help display.
29293         (org-diary): Call `org-compile-prefix-format'.
29294         (org-table-formula-substitute-names): New function.
29295         (org-agenda-day-view, org-agenda-week-view): New commands.
29296         (org-agenda-toggle-week-view): Command removed.
29297         (org-tbl-menu): Split off from org-org-menu.
29298         (org-mode): Move removal of outline-mode menus to here.
29299         (org-table-formula-debug): New option.
29300         (org-table-insert-row): Keep first field if just "#" or "*".
29301         (org-mode): Paragraph regexps fixed.
29302         (org-table-recalculate-regexp): New constant.
29303         (org-table-justify-field-maybe): Avoid replace if not necessary.
29304         (org-copy-special, org-cut-special): Use `call-interactively'.
29305         (org-table-copy-region): Take region from `interactive' call.
29306         (org-trim): Return string even if no match.
29307         (org-formula): New face.
29308         (org-set-font-lock-defaults): No longer highlight "FIXME".
29309         But highlight formula-related fields in table.
29310         (org-table-p): Use regexp, not fontification.
29311         (org-table-align): Handle white space at end of line.
29312         (org-table-formula-evaluate-inline): New option.
29313         (org-mode): Auto-wrapping in comment lines turned off.
29314         (org-table-copy-down): Evaluate only in copied field, not in
29315         destination.
29316         (org-table-current-formula): Variable removed.
29317         (org-table-store-formulas, org-table-get-stored-formulas)
29318         (org-table-modify-formulas, org-table-replace-in-formulas)
29319         (org-table-maybe-eval-formula): New functions.
29320         (org-table-get-formula): Modify to use stored formulas.
29321         (org-table-insert-column, org-table-delete-column)
29322         (org-table-move-column): Call `org-table-modify-formulas'.
29323         (org-complete): Add completion for keyword formulas.
29324         (orgtbl-mode): Pull orgtbl-mode-map to start of
29325         minor-mode-map-alist.
29327 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29329         * progmodes/python.el (python-check): Require `compile' before
29330         modifying its variables.
29332         * newcomment.el (comment-indent-default): Don't get fooled by an early
29333         end of buffer.
29335 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29337         * ps-print.el (ps-print-version): Fix version number.
29339 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
29341         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
29343 2005-06-28  Richard M. Stallman  <rms@gnu.org>
29345         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
29346         (flyspell-local-mouse-map): Declaration deleted.
29347         (flyspell-mouse-map): Bind only mouse-2.
29348         (flyspell-mode-map): Don't test flyspell-use-local-map.
29349         (flyspell-overlay-keymap-property-name): Var deleted.
29350         (flyspell-mode-on): Don't make local bindings for
29351         flyspell-mouse-map and flyspell-mode-map.
29352         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
29354         * textmodes/ispell.el (ispell-word): Do not ignore short words.
29356         * progmodes/compile.el (compilation-next-error-function):
29357         Don't switch buffers; operate on the current buffer.
29359         * progmodes/compile.el (compilation-error-file-name)
29360         (compilation-warning-file-name, compilation-info-file-name)
29361         (compilation-line-number, compilation-column-number): New faces.
29362         (compilation-error-face, compilation-warning-face)
29363         (compilation-info-face, compilation-line-face)
29364         (compilation-column-face): Use them.
29366         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
29368         * comint.el (comint-password-prompt-regexp): Accept ", try again".
29370         * bindings.el (global-map): Bind insertchar and its variants.
29372 2005-06-27  Richard M. Stallman  <rms@gnu.org>
29374         * textmodes/artist.el (artist-text-overwrite)
29375         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
29377 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29379         * ps-print.el: It was not working the page selection for printing.
29380         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
29381         (ps-print-version): New version 6.6.7.
29382         (ps-end-sheet): New fun.
29383         (ps-header-sheet, ps-end-job): Call it.
29385 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
29387         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
29389 2005-06-27  Lute Kamstra  <lute@gnu.org>
29391         * facemenu.el (facemenu-unlisted-faces): Add foreground and
29392         background color faces.
29393         (facemenu-get-face): Delete function.
29394         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
29395         (facemenu-add-new-color): Make second argument mandatory.
29396         Create the appropriate face and return it.  Simplify.
29397         (facemenu-set-foreground, facemenu-set-background): Don't check if
29398         color is defined.  Use return value of facemenu-add-new-color.
29400 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
29402         * progmodes/gud.el (gud-filter): Add missing argument to
29403         with-selected-window.
29405 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29407         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
29408         a :require to the defcustom.
29410         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
29411         defcustoms corresponding to minor modes.
29413 2005-06-26  David Ponce  <david@dponce.com>
29415         * recentf.el: Require tree-widget instead of wid-edit.
29416         (recentf-filename-handler): Fix widget :type.
29417         (recentf-cancel-dialog, recentf-open-more-files)
29418         (recentf-open-files-action): Doc fix.
29419         (recentf-dialog-goto-first): New function.
29420         (recentf-dialog-mode-map): Set parent keymap first.
29421         (recentf-dialog-mode): Define with define-derived-mode.
29422         Don't display continuation lines in dialogs.
29423         (recentf-edit-list): Rename from recentf-edit-selected-items.
29424         (recentf-edit-list-select): Rename from recentf-edit-list-action.
29425         Simplify.
29426         (recentf-edit-list-validate): New function.
29427         (recentf-edit-list): Update accordingly.
29428         (recentf-open-files-item-shift): Remove.
29429         (recentf-open-files-item): Convert menu elements into tree and
29430         link widgets.  Don't create the widgets.
29431         (recentf-open-files): Update accordingly.
29432         (recentf-save-list): Untabify.
29434 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
29436         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
29437         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
29438         partially contained in the active region.  Do not take active
29439         region into account when called from Lisp, unless INTERACTIVE arg
29440         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
29441         avoid trouble with fields.  Make marker point nowhere when no
29442         longer used.  Always return nil.  Doc fix.
29443         (flush-lines): Add INTERACTIVE arg.  Do not take active region
29444         into account when called from Lisp, unless INTERACTIVE arg is
29445         non-nil.  Use `forward-line' instead of `beginning-of-line' to
29446         avoid trouble with fields.  Make marker point nowhere when no
29447         longer used.  Always return nil.  Doc fix.
29448         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
29449         interchangeable.  Do not take active region into account when
29450         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
29451         message in echo area when called from Lisp, unless INTERACTIVE arg
29452         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
29453         Return the number of matches.  Doc fix.
29454         (occur): Doc fix.
29455         (perform-replace): Make comment follow double space convention for
29456         the sake of `outline-minor-mode'.
29458         * faces.el (facep): Doc fix.
29460 2005-06-25  Richard M. Stallman  <rms@gnu.org>
29462         * facemenu.el (facemenu-enable-faces-p): New function.
29463         (facemenu-background-menu, facemenu-foreground-menu)
29464         (facemenu-face-menu): Add menu-enable property.
29466         * jka-compr.el (jka-compr-insert-file-contents):
29467         Special handling if cannot find the uncompression program.
29469         * cus-face.el (custom-face-attributes): Add autoload.
29471         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29472         Bind comment-indent-function locally.
29474         * window.el (save-selected-window): Use save-current-buffer.
29476         * subr.el (with-selected-window): Use save-current-buffer.
29478         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
29479         and with-current-buffer.
29481 2005-06-24  Richard M. Stallman  <rms@gnu.org>
29483         * simple.el (line-move-1): Fix previous change.
29485 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
29487         * replace.el (occur-1): Set `buffer-read-only' and the
29488         buffer-modified flag before running `occur-hook' to protect
29489         against unintentional buffer switches that can lead to data loss.
29491 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
29493         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
29494         (gud-gdb-marker-filter): Use font-lock-warning-face for any
29495         initial error.
29497         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
29498         after fresh input.
29499         (gdb-var-create-handler): Put name of expression in quotes.
29501 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
29503         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
29504         elements of RING in order, and without bogus nil elements.
29506 2005-06-23  Richard M. Stallman  <rms@gnu.org>
29508         * simple.el (set-variable): Args renamed; doc fix.
29509         (line-move-1): When there are overlays around, use vertical-motion.
29511         * faces.el (escape-glyph): Use brown against light background.
29512         (nobreak-space): Rename from no-break-space.
29513         Fix previous change.
29515         * dired-aux.el (dired-do-copy): Fix arg prompt.
29517         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
29519 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
29521         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
29522         rather than "Distributor".
29524 2005-06-23  Lute Kamstra  <lute@gnu.org>
29526         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
29527         (debug-on-entry): Use it.  New interactive declaration that uses
29528         function-called-at-point.
29530 2005-06-23  Kim F. Storm  <storm@cua.dk>
29532         * subr.el (save-match-data): Add comment about using evaporate arg
29533         to set-match-data.
29535 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
29537         * cus-edit.el (customize-face)
29538         (customize-face-other-window): Handle face aliases.
29540         * faces.el (face-documentation, set-face-attribute)
29541         (face-spec-set): Handle face aliases.
29543 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
29545         * help-mode.el (help-make-xrefs): If a symbol representing a face
29546         name is not followed by the word "face", it could still be a
29547         function or variable name, so don't bypass other checks.
29549 2005-06-22  Juri Linkov  <juri@jurta.org>
29551         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
29552         Replace aliased functions with calls where second arg `inherit' is t.
29554 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
29556         * progmodes/gdb-ui.el (gdb-error): New variable.
29557         (gdb-error): New function.
29558         (gdb-annotation-rules): Act on error-begin and error annotations.
29559         (gdb-concat-output): Use font-lock-warning-face for errors.
29561 2005-06-22  Miles Bader  <miles@gnu.org>
29563         * bindings.el (propertized-buffer-identification): Use renamed
29564         `Buffer-menu-buffer' face.
29566         * faces.el (vertical-border): Rename from `vertical-divider'.
29567         (escape-glyph): Change dark-background color back to `cyan'.
29569 2005-06-21  Juri Linkov  <juri@jurta.org>
29571         * faces.el (face-user-default-spec): Try getting `customized-face'
29572         prior to `saved-face'.
29573         (frame-background-mode): Refill docstring.
29575         * emacs-lisp/lisp-mode.el (eval-defun-1):
29576         * emacs-lisp/edebug.el (edebug-eval-defun):
29577         Set `saved-face' temporarily to nil before calling form.
29578         Set `customized-face' to the new spec after that.
29580 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
29582         * subr.el (1value, lambda, key-substitution-in-progress):
29583         Doc fixes.
29585         * autoinsert.el (auto-insert-alist):
29586         * ses.el (ses-call-printer):
29587         * subr.el (noreturn):
29588         * emacs-lisp/lisp.el (check-parens):
29589         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
29590         * net/browse-url.el (browse-url-mosaic):
29591         * progmodes/cc-defs.el (c-safe-scan-lists):
29592         * progmodes/ebnf-abn.el (ebnf-abn-lex):
29593         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
29594         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
29595         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29596         * progmodes/ebnf-iso.el (ebnf-iso-lex):
29597         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29599 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
29601         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29603 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
29605         * calendar/appt.el (appt-make-list): Activate the package, if
29606         not already active (for backwards compatibility).
29608 2005-06-20  Kim F. Storm  <storm@cua.dk>
29610         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
29612 2005-06-20  Miles Bader  <miles@gnu.org>
29614         * faces.el (vertical-divider): New face.
29616 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
29618         * simple.el (kill-whole-line): Doc fix.
29619         (next-error-buffer-p, next-error-find-buffer)
29620         (clone-indirect-buffer): Fix typos in docstrings.
29621         (comment-line-break-function): Doc fix: don't say variable
29622         is automatically buffer-local (it isn't).
29624 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
29626         * net/tramp-ftp.el (top):
29627         * net/tramp-smb.el (top):
29628         * net/tramp-util.el (top):
29629         * net/tramp-uu.el (top):
29630         * net/tramp-vc.el (top):
29631         * net/tramp.el (top): Revert copyright years back to original
29632         ones.  Tramp has a life outside GNU Emacs.
29634 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
29636         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29638 2005-06-18  Juri Linkov  <juri@jurta.org>
29640         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29641         end of first regexp to limit the match to the position between
29642         line number and source line with same separator character as used
29643         between file name and line number.  In the second regexp limit
29644         mouse-face area to file name and line number by adding new group
29645         for them and referring it in HYPERLINK arg.
29646         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29647         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29648         previous line where grep markers may be already removed.
29650 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
29652         * progmodes/ps-mode.el: Update version and maintainer's email address.
29654 2005-06-18  Steve Youngs  <steve@xemacs.org>
29656         * net/browse-url.el (browse-url-browser-function)
29657         (browse-url-default-browser): Add firefox.
29658         (browse-url-firefox-program, browse-url-firefox-arguments)
29659         (browse-url-firefox-startup-arguments)
29660         (browse-url-firefox-new-window-is-tab): New defcustoms.
29661         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29663 2005-06-17  Richard M. Stallman  <rms@gnu.org>
29665         * startup.el (command-line): Warn if specified user name has
29666         no home directory.
29668         * term.el (term-get-old-input, term-input-filter, term-input-sender)
29669         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29671         * longlines.el (longlines-mode, longlines-show-hard-newlines):
29672         Doc fixes.
29674         * faces.el (underline): Try bold if terminal doesn't support underline.
29676         * mail/sendmail.el (mail-setup-with-from): New variable.
29677         (mail-insert-from-field): New function.
29678         (sendmail-send-it): Call it.
29679         (mail-setup): Optionally call it here.
29681         * term/linux.el: Call tty-no-underline.
29683 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
29685         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29687 2005-06-17  Miles Bader  <miles@gnu.org>
29689         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29690         (ediff-current-diff-C, ediff-current-diff-Ancestor)
29691         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29692         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29693         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29694         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29695         Remove "-face" suffix from face names.
29696         (ediff-current-diff-face-A, ediff-current-diff-face-B)
29697         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29698         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29699         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29700         (ediff-even-diff-face-A, ediff-even-diff-face-B)
29701         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29702         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29703         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29704         New backward-compatibility aliases for renamed faces.
29705         (ediff-current-diff-face-A, ediff-current-diff-face-B)
29706         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29707         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29708         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29709         (ediff-even-diff-face-A, ediff-even-diff-face-B)
29710         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29711         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29712         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29713         Use renamed ediff faces.
29715         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29716         Remove "-face" suffix from face names.
29717         (eshell-test-ok-face, eshell-test-failed-face):
29718         New backward-compatibility aliases for renamed faces.
29719         (eshell-run-test): Use renamed eshell-test faces.
29721         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29722         face name.
29723         (eshell-prompt-face): New backward-compatibility alias for renamed
29724         face.
29725         (eshell-emit-prompt): Use renamed eshell-prompt face.
29727         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29728         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29729         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29730         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29731         Remove "-face" suffix from face names.
29732         (eshell-ls-directory-face, eshell-ls-symlink-face)
29733         (eshell-ls-executable-face, eshell-ls-readonly-face)
29734         (eshell-ls-unreadable-face, eshell-ls-special-face)
29735         (eshell-ls-missing-face, eshell-ls-archive-face)
29736         (eshell-ls-backup-face, eshell-ls-product-face)
29737         (eshell-ls-clutter-face):
29738         New backward-compatibility aliases for renamed faces.
29739         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29741         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29742         Remove "-face" suffix from face name.
29743         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29744         instead of literal face.
29746 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
29748         * emacs-lisp/warnings.el (display-warning, lwarn)
29749         (warning-minimum-log-level): Doc fixes.
29750         (warning-minimum-level, warning-minimum-log-level):
29751         Add :debug to :type choices.
29753         * progmodes/ada-mode.el (ada-format-paramlist)
29754         (ada-get-indent-case, ada-check-matching-start)
29755         (ada-check-defun-name, ada-goto-matching-decl-start)
29756         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29757         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29758         (ada-make-subprogram-body): Follow error conventions.
29759         (ada-case-exception-file, ada-indent-comment-as-code)
29760         (ada-indent-handle-comment-special, ada-indent-renames)
29761         (ada-indent-return, ada-search-directories-internal)
29762         (ada-tab-policy, ada-case-exception-substring)
29763         (ada-other-file-alist, ada-matching-start-re)
29764         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29765         (ada-imenu-generic-expression, ada-compile-goto-error)
29766         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29767         (ada-popup-menu, ada-add-extensions, ada-mode)
29768         (ada-region-selected, ada-create-case-exception)
29769         (ada-create-case-exception-substring, ada-after-keyword-p)
29770         (ada-activate-keys-for-case, ada-adjust-case-region)
29771         (ada-adjust-case-buffer, ada-format-paramlist)
29772         (ada-scan-paramlist, ada-insert-paramlist)
29773         (ada-indent-newline-indent)
29774         (ada-indent-newline-indent-conditional)
29775         (ada-justified-indent-current, ada-goto-previous-word)
29776         (ada-indent-current, ada-get-indent-open-paren)
29777         (ada-get-indent-paramlist, ada-get-indent-end)
29778         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29779         (ada-get-indent-block-start, ada-get-indent-subprog)
29780         (ada-get-indent-noindent, ada-get-indent-label)
29781         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29782         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29783         (ada-goto-stmt-end, ada-goto-next-word)
29784         (ada-check-matching-start, ada-check-defun-name)
29785         (ada-goto-matching-decl-start, ada-goto-matching-start)
29786         (ada-goto-matching-end, ada-search-ignore-string-comment)
29787         (ada-in-decl-p, ada-looking-at-semi-or)
29788         (ada-looking-at-semi-private, ada-in-paramlist-p)
29789         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29790         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29791         (ada-next-procedure, ada-previous-procedure, ada-next-package)
29792         (ada-previous-package, ada-create-menu)
29793         (ada-fill-comment-paragraph-justify)
29794         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29795         (ada-other-file-name, ada-last-which-function-line)
29796         (ada-last-which-function-subprog, ada-which-function)
29797         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29798         (ada-gen-treat-proc, ada-check-emacs-version)
29799         (ada-continuation-indent, ada-align-region-separate):
29800         Fix typos in docstrings.
29801         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29803 2005-06-16  Lute Kamstra  <lute@gnu.org>
29805         * simple.el (fundamental-mode): Run after-change-major-mode-hook
29806         conditionally.
29808 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
29810         * comint.el (comint-replace-by-expanded-filename)
29811         (comint-prompt-regexp, comint-delimiter-argument-list)
29812         (comint-preinput-scroll-to-bottom):
29813         * info.el (Info-hide-cookies-node):
29814         * ls-lisp.el (ls-lisp-classify):
29815         * find-file.el (ff-search-directories, ff-special-constructs)
29816         (ff-find-other-file):
29817         * font-lock.el (font-lock-keywords):
29818         * shell.el (shell-prompt-pattern)
29819         (shell-dynamic-complete-functions, shell-mode)
29820         (shell-delimiter-argument-list):
29821         * term.el (term-replace-by-expanded-filename)
29822         (term-prompt-regexp, term-delimiter-argument-list):
29823         * woman.el (woman-ignore, woman0-if):
29824         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29825         * emacs-lisp/elint.el (elint-init-env):
29826         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29827         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29828         * language/ethio-util.el (ethio-tilde-escape)
29829         (ethio-use-three-dot-question):
29830         * net/zone-mode.el (zone-mode-load-time-setup):
29831         * progmodes/cc-align.el (c-lineup-argcont):
29832         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29833         * progmodes/cperl-mode.el (cperl-set-style-back):
29834         * progmodes/inf-lisp.el (inferior-lisp-prompt):
29835         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29836         Fix spellings in docstrings.
29838         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29839         * progmodes/modula2.el (m2-for): Fix spellings.
29841         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29843         * simple.el (undo-more): Don't use `format' on `error' arguments.
29844         Improve argument/docstring consistency.
29845         (pending-undo-list): Doc fix.
29847         * smerge-mode.el (smerge-ensure-match):
29848         * emulation/vip.el (vip-ex):
29849         * net/zone-mode.el (zone-mode-update-serial):
29850         * progmodes/idlwave.el (idlwave-complete):
29851         * progmodes/vhdl-mode.el (vhdl-visit-file)
29852         (vhdl-compose-wire-components):
29853         Don't use `format' on `error' arguments.
29855         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29856         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29857         (tooltip-help-tips): Fix typos in docstrings.
29859 2005-06-16  David Ponce  <david@dponce.com>
29861         * tree-widget.el (tree-widget-value-create): Simplify last change.
29863 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
29865         * ido.el (ido-incomplete-regexp): New variable.
29866         (ido-set-matches-1): Handle invalid-regexp error and set
29867         ido-incomplete-regexp.
29868         (ido-incomplete-regexp): New face.
29869         (ido-completions): Use it.
29870         (ido-complete, ido-exit-minibuffer, ido-completions):
29871         Handle incomplete regexps.
29872         (ido-completions): Add check for complete match when entering a regexp.
29874 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
29876         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29878 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29880         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29881         by field delimiters.
29883 2005-06-15  David Ponce  <david@dponce.com>
29885         * tree-widget.el: eval-and-compile inlined functions so they will
29886         be available at run-time too.
29887         (tree-widget-super-format-handler)
29888         (tree-widget-format-handler): Remove.
29889         (tree-widget-value-create): Handle the :indent property.
29891 2005-06-15  Miles Bader  <miles@gnu.org>
29893         * progmodes/which-func.el (which-func): Only inherit
29894         `font-lock-function-name-face' when that makes sense against the
29895         default mode-line face, otherwise set the face color explicitly.
29897         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29898         faces instead of (non-existent) variables.
29900 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
29902         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29903         (iswitchb-get-matched-buffers): Likewise.  Simplify.
29905 2005-06-14  Miles Bader  <miles@gnu.org>
29907         * progmodes/ld-script.el (ld-script-location-counter):
29908         Remove "-face" suffix from face name.
29909         (ld-script-location-counter-face):
29910         New backward-compatibility alias for renamed face.
29911         (ld-script-location-counter-face): Use renamed face.
29913         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29914         (cperl-hash): Remove "-face" suffix from face names.
29915         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29916         New backward-compatibility aliases for renamed faces.
29917         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29918         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29920         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29921         name.
29922         (which-func-face): New backward-compatibility alias for renamed face.
29923         (which-func-format): Use renamed which-func face.
29925         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29926         (vhdl-function, vhdl-directive, vhdl-reserved-word)
29927         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29928         names.
29929         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29930         (vhdl-speedbar-configuration, vhdl-speedbar-package)
29931         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29932         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29933         (vhdl-speedbar-architecture-selected)
29934         (vhdl-speedbar-configuration-selected)
29935         (vhdl-speedbar-package-selected)
29936         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29937         names.
29938         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29939         Use renamed faces.
29940         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29941         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29942         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29943         Use renamed faces.
29944         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29945         names.
29946         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29947         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29948         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29949         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29950         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29951         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29953         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29954         face name.
29955         (sh-heredoc-face): New backward-compatibility alias for renamed face.
29956         (sh-heredoc-face): Use renamed sh-heredoc face.
29958         * progmodes/idlw-help.el (idlwave-help-link):
29959         Remove "-face" suffix from face name.
29960         (idlwave-help-link-face):
29961         New backward-compatibility alias for renamed face.
29962         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29964         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29965         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29966         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29967         New backward-compatibility aliases for renamed faces.
29968         (idlwave-shell-disabled-breakpoint-face)
29969         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29971         * progmodes/flymake.el (flymake-errline, flymake-warnline):
29972         Remove "-face" suffix from face names.
29973         (flymake-errline-face, flymake-warnline-face):
29974         New backward-compatibility aliases for renamed faces.
29975         (flymake-highlight-line): Use renamed flymake faces.
29977         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29978         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29979         (ebrowse-member-class, ebrowse-progress):
29980         Remove "-face" suffix from face names.
29981         (ebrowse-tree-mark-face, ebrowse-root-class-face)
29982         (ebrowse-file-name-face, ebrowse-default-face)
29983         (ebrowse-member-attribute-face, ebrowse-member-class-face)
29984         (ebrowse-progress-face):
29985         New backward-compatibility aliases for renamed faces.
29986         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29987         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29988         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29989         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29991         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29992         antlr-syntax)
29993         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29994         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29995         names.
29996         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29997         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29998         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29999         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
30000         backward-compatibility aliases for renamed faces.
30001         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
30002         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
30003         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
30004         remove "font-lock-".  Use renamed antlr-mode faces.
30005         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
30006         literal face-names with face variable references.
30008         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
30009         face name.
30010         (Buffer-menu-buffer-face): New backward-compatibility alias for
30011         renamed face.
30012         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
30014 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
30016         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
30017         Eliminate "-face" suffix.
30018         (makefile-targets): Inherit from font-lock-function-name-face and
30019         eliminate "-face" suffix.
30020         (makefile-shell): Remove attributes and eliminate "-face" suffix.
30021         (makefile-*-font-lock-keywords): Append makefile-targets in rule
30022         actions, instead of prepending, to make it less visible.
30023         (makefile-previous-dependency, makefile-match-dependency):
30024         Don't match a target on a continuation line.
30026         * files.el (auto-mode-alist): Put Makefile in gmake mode.
30028 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
30030         * progmodes/gdb-ui.el (menu): Re-order menu items.
30031         (gdb-tooltip-print): Respect tooltip-use-echo-area.
30033         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
30034         Define in tooltip.el.
30035         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
30036         (gud-tooltip-tips): Respect tooltip-use-echo-area and
30037         gud-tooltip-echo-area.
30039         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
30040         backward compatibility and make obsolete.
30041         (tooltip-help-tips): Use tooltip-use-echo-area.
30042         (tooltip-show-help-function): Rename to...
30043         (tooltip-show-help): ...this, because it is a function.
30044         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
30046 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
30048         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
30049         (edebug-print-length, edebug-print-level, edebug-print-circle)
30050         (edebug-modify-breakpoint, edebug-eval-last-sexp)
30051         (edebug-eval-print-last-sexp): Doc fixes.
30053 2005-06-14  Kim F. Storm  <storm@cua.dk>
30055         * ido.el (ido-mode): Make a new keymap every time we enable ido,
30056         as the coverage buffer/file/both may change.
30058 2005-06-14  Lute Kamstra  <lute@gnu.org>
30060         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
30061         and run-mode-hooks.  Simplify.
30063         * mail/rmailedit.el (rmail-edit-mode):
30064         * progmodes/octave-inf.el (inferior-octave-mode):
30065         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
30067         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
30068         and run-mode-hooks.
30069         (recentf-edit-list, recentf-open-files): Don't call
30070         kill-all-local-variables directly.
30072         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
30074 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
30076         * emacs-lisp/byte-run.el (make-obsolete)
30077         (define-obsolete-function-alias): Rename arguments FUNCTION and
30078         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
30079         (make-obsolete-variable, define-obsolete-variable-alias):
30080         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
30081         respectively.
30083         * isearchb.el (isearchb-activate):
30084         * pcvs.el (cvs-mode):
30085         * ses.el (ses-load):
30086         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
30087         * net/tramp.el (tramp-find-file-exists-command)
30088         (tramp-find-shell):
30089         * progmodes/ada-mode.el (ada-create-case-exception)
30090         (ada-create-case-exception-substring, ada-make-subprogram-body):
30091         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
30092         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
30093         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
30094         * textmodes/org.el (org-promote, org-evaluate-time-range)
30095         (org-agenda-next-date-line, org-agenda-previous-date-line)
30096         (org-agenda-error, org-open-at-point, org-table-move-row)
30097         (org-format-table-table-html-using-table-generate-source)
30098         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
30099         * textmodes/reftex.el (reftex-access-scan-info):
30100         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
30101         (reftex-toc-promote-prepare): Follow error conventions.
30103         * diff-mode.el (diff-mode): Fix typo in docstring.
30105         * forms.el (forms--intuit-from-file): Fix reference to
30106         `forms-number-of-fields' in error message.
30107         (forms-print): Fix quoting in error message.
30109         * forms.el (forms-mode):
30110         * emulation/vi.el (vi-goto-insert-state):
30111         * progmodes/flymake.el (flymake-new-err-info)
30112         (flymake-start-syntax-check-for-current-buffer)
30113         (flymake-simple-cleanup):
30114         * eshell/esh-var.el (eshell/export):
30115         * progmodes/gud.el (xdb):
30116         * textmodes/flyspell.el (flyspell-incorrect-hook)
30117         (flyspell-maybe-correct-transposition)
30118         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
30120 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
30122         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
30123         minibuffer prompt.
30125 2005-06-13  Kim F. Storm  <storm@cua.dk>
30127         * subr.el (add-to-ordered-list): New defun.
30129         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
30130         add cua--keymap-alist to emulation-mode-map-alists.
30132 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30134         * subr.el (complete-in-turn): New macro.
30135         (dynamic-completion-table, lazy-completion-table): Add debug info.
30137         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
30138         in preference to face aliases.
30140         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
30141         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
30142         Remove unused vars `start' and `firstline'.
30143         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
30144         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
30146 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
30148         * cus-start.el (all): Don't complain about missing GTK-related
30149         variables, unless either `gtk' is boundp or this isn't a
30150         `windows-nt' build.
30152 2005-06-13  Lute Kamstra  <lute@gnu.org>
30154         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
30155         run-mode-hooks.
30157         * ediff-mult.el (ediff-meta-mode):
30158         * ediff-util.el (ediff-mode): Use run-mode-hooks.
30160         * ledit.el (ledit-mode): Use delay-mode-hooks.
30162         * woman.el (woman-mode-line-format): Delete constant.
30163         (woman-mode-map): Initialize it properly.
30164         (woman-mode): Set mode-class property to special.
30165         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
30166         Set major-mode and mode-name.  Don't set mode-line-format directly.
30167         (Man-getpage-in-background): Don't reference woman-mode-line-format.
30169         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
30170         string argument obsolete.
30172 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
30174         * textmodes/org.el (org-CUA-compatible): New option.
30175         (org-disputed-keys): New variable.
30176         (org-key): New function.
30177         (orgtbl-make-binding): Add docstring to the created function.
30178         (org-mode): Set paragraph start/separate regexps.
30179         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
30180         (org-archive-location, org-archive-mark-done)
30181         (org-archive-stamp-time): New options.
30182         (org-archive-subtree): New command.
30183         (org-fill-paragraph): New function.
30184         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
30185         (org-fake-empty-table-line): Function removed.
30186         (org-format-org-table-html): Do not create empty table lines at
30187         separator lines.  Improved table header treatment.
30188         (org-link-format): New option.
30189         (org-make-link): New function.
30190         (org-insert-link, org-store-link): Use org-make-link.
30191         (org-open-file): Quote file name for shell command, to allow
30192         spaces in file names.
30193         (org-link-regexp): Fix bug with mailto link.
30194         (org-link-maybe-angles-regexp, org-protected-link-regexp):
30195         New constants.
30196         (org-export-as-html): Deal with the optional angles around a link.
30197         Better treatment of file: links.
30198         (org-open-at-point): Replace @{ and @} with < and >.
30199         (org-run-mode-hooks): Function removed.
30200         (org-agenda-mode): No longer use `org-run-mode-hooks'.
30202 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
30204         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
30205         MI command -data-list-register-values.
30206         (gdb-post-prompt): Indent properly.
30208 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
30210         * hilit-chg.el (highlight-changes-colors): Rename from
30211         `highlight-changes-colours'.
30212         (highlight-changes-colours): Keep as obsolete alias.
30213         (highlight-changes-face-list): Doc fix.
30214         (hilit-chg-make-list): Use `highlight-changes-colors'.
30216 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
30218         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
30219         defun-prompt-regexp.
30221 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
30223         * loadup.el: Don't say we are dumping under 2 names on windows-nt
30224         and cygwin.
30226         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
30227         Don't use an old loaddefs.el, as in Makefile.in.
30229 2005-06-12  Lute Kamstra  <lute@gnu.org>
30231         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
30233         * man.el (Man-mode-map): Initialize it properly.
30234         (Man-mode): Set mode-class property to special.
30236         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
30238 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
30240         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
30241         A newline is needed in the docstring there.
30243         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
30244         Doc fixes.
30246 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
30248         * printing.el: Doc fix.  The menubar is no more changed when printing
30249         is loaded, it only changes when pr-menu-bind or pr-update-menus is
30250         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
30251         (pr-version): New version number (6.8.4).
30252         (pr-menu-bind): New command.
30253         (pr-update-menus): Docstring and code fix.
30254         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
30255         Docstring fix.
30256         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
30257         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
30259 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
30261         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
30262         "Returns" to "return", document useful return values, etc.
30264 2005-06-11  Alan Mackenzie  <acm@muc.de>
30266         * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
30267         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
30268         (adaptive-file-function): Minor amendment to doc-string.
30270 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30272         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
30273         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
30274         Fix :type--it is `integer', not `string'.
30276         * faces.el (modeline-highlight): Rename from (the erroneous)
30277         `modeline-higilight'.
30279 2005-06-11  Lute Kamstra  <lute@gnu.org>
30281         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
30282         lisp-interaction-mode-map but make it the parent.
30283         (edebug-eval-mode): Use define-derived-mode.
30285 2005-06-11  Andreas Schwab  <schwab@suse.de>
30287         * bindings.el: Add binding of `ESC functionkey' for every
30288         `M-functionkey'.
30289         * hexl.el (hexl-mode-map): Likewise.
30291 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
30293         * progmodes/compile.el (compilation-error-regexp-alist-alist)
30294         [msft]: update regexp for newer msft compilers.
30296 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
30298         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
30299         ATTLIST portions of included DTDs.
30300         (xml-parse-dtd): Eliminate use of inefficient match-data.
30302 2005-06-10  Miles Bader  <miles@gnu.org>
30304         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
30305         (mpuz-text): Remove "-face" suffix from face names.
30306         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
30307         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
30308         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
30310         * play/gomoku.el (gomoku-O, gomoku-X):
30311         Remove "-face" suffix from face names.
30312         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
30313         New backward-compatibility aliases for renamed faces.
30314         (gomoku-font-lock-keywords): Use renamed gomoku faces.
30316 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
30318         * thumbs.el: Fixes for changes of 2005-06-09.
30319         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
30320         as a directory.
30321         (thumbs-thumbname): Remove directory separator from format string;
30322         `thumbs-thumbsdir' now returns a valid directory name.
30323         (thumbs-temp-dir): New defsubst.
30324         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
30325         Use it.
30327         * cus-edit.el (minibuffer):
30328         * files.el (make-backup-file-name-function):
30329         * filesets.el (filesets-external-viewers):
30330         * hilit-chg.el (highlight-changes-colours)
30331         (highlight-changes-face-list, highlight-changes-rotate-faces):
30332         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
30333         * kmacro.el (kmacro-call-macro):
30334         * log-edit.el (log-edit-changelog-full-paragraphs):
30335         * mouse.el (mouse-1-click-follows-link):
30336         * skeleton.el (skeleton-autowrap):
30337         * subr.el (insert-for-yank-1):
30338         * tempo.el (tempo-insert-region):
30339         * terminal.el (terminal-emulator):
30340         * time.el (display-time-mail-face):
30341         * vc.el (vc-annotate):
30342         * vcursor.el (vcursor-copy-line):
30343         * woman.el (woman-bold-headings, woman-ignore)
30344         (woman-default-faces, woman-monochrome-faces):
30345         * calendar/todo-mode.el (todo-insert-threshold):
30346         * emulation/pc-select.el (pc-select-selection-keys-only)
30347         (pc-selection-mode):
30348         * emulation/vip.el (vip-find-char-forward):
30349         * emulation/viper-cmd.el (viper-find-char-forward):
30350         * international/mule-cmds.el
30351         (select-safe-coding-system-accept-default-p)
30352         (input-method-exit-on-invalid-key):
30353         * international/mule-diag.el (describe-coding-system):
30354         * international/ucs-tables.el (unify-8859-on-encoding-mode):
30355         * net/browse-url.el (browse-url-xterm-program):
30356         * obsolete/lazy-lock.el (lazy-lock-mode):
30357         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
30358         (cperl-mode):
30359         * progmodes/cpp.el (cpp-face-light-name-list)
30360         (cpp-face-dark-name-list):
30361         * progmodes/delphi.el (delphi-newline-always-indents):
30362         Fix spellings in docstrings.
30364         * ido.el (ido-mode, ido-file-extensions-order)
30365         (ido-default-file-method, ido-default-buffer-method)
30366         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
30367         (ido-decorations, ido-read-file-name-as-directory-commands)
30368         (ido-read-file-name-non-ido, ido-work-directory-list)
30369         (ido-ignore-item-temp-list, ido-current-directory)
30370         (ido-magic-forward-char, ido-enter-find-file)
30371         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
30372         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
30374 2005-06-10  Lute Kamstra  <lute@gnu.org>
30376         * play/dunnet.el (dun-mode): Use define-derived-mode.
30377         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
30378         obsolete alias.
30380         * play/doctor.el (doctor-mode-map): Remove defvar.
30381         (doctor-mode): Use define-derived-mode.
30383         * mail/mspools.el (mspools-mode):
30384         * net/eudc-hotlist.el (eudc-hotlist-mode):
30385         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
30387 2005-06-10  Miles Bader  <miles@gnu.org>
30389         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
30390         Remove "-face" suffix from face names.
30391         (flyspell-incorrect-face, flyspell-duplicate-face):
30392         New backward-compatibility aliases for renamed faces.
30393         (flyspell-mode-on, make-flyspell-overlay)
30394         (flyspell-highlight-incorrect-region)
30395         (flyspell-highlight-duplicate-region)
30396         (flyspell-display-next-corrections)
30397         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
30399         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
30400         from face name.
30401         (texinfo-heading-face): New backward-compatibility alias for
30402         renamed face.
30403         (texinfo-heading-face): Use renamed texinfo-heading face.
30405         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
30406         suffix from face names.
30407         (tex-math-face, tex-verbatim-face):
30408         New backward-compatibility aliases for renamed faces.
30409         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
30410         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
30411         literal face name.
30413         * textmodes/table.el (table-cell): Remove "-face" suffix from face
30414         name.
30415         (table-cell-face): New backward-compatibility alias for renamed face.
30416         (table--put-cell-face-property, table--update-cell-face):
30417         Use renamed table-cell face.
30419         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
30420         from face name.
30421         (sgml-namespace-face): New backward-compatibility alias for
30422         renamed face.
30423         (sgml-namespace-face): Use renamed sgml-namespace face.
30425         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
30426         (org-level-4, org-level-5, org-level-6, org-level-7)
30427         (org-level-8, org-warning, org-headline-done)
30428         (org-deadline-announce, org-scheduled-today)
30429         (org-scheduled-previously, org-link, org-done, org-table)
30430         (org-time-grid): Remove "-face" suffix from face names.
30431         (org-level-1-face, org-level-2-face, org-level-3-face)
30432         (org-level-4-face, org-level-5-face, org-level-6-face)
30433         (org-level-7-face, org-level-8-face, org-warning-face)
30434         (org-headline-done-face, org-deadline-announce-face)
30435         (org-scheduled-today-face, org-scheduled-previously-face)
30436         (org-link-face, org-done-face, org-table-face)
30437         (org-time-grid-face):
30438         New backward-compatibility aliases for renamed faces.
30439         (org-level-faces, org-set-font-lock-defaults, org-timeline)
30440         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
30441         (org-agenda-get-timestamps, org-agenda-get-scheduled)
30442         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
30444         * emulation/viper-init.el (viper-search, viper-replace-overlay)
30445         (viper-minibuffer-emacs, viper-minibuffer-insert)
30446         (viper-minibuffer-vi): Remove "-face" suffix from face names.
30447         (viper-search-face, viper-replace-overlay-face)
30448         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30449         (viper-minibuffer-vi-face):
30450         New backward-compatibility aliases for renamed faces.
30451         (viper-search-face, viper-replace-overlay-face)
30452         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
30453         (viper-minibuffer-vi-face): Use renamed viper faces.
30455         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
30456         Remove "-face" suffix from face names.
30457         (testcover-nohits-face, testcover-1value-face):
30458         New backward-compatibility aliases for renamed faces.
30459         (testcover-mark): Use renamed testcover faces.
30461         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
30462         face name.
30463         (diary-button-face): New backward-compatibility alias for renamed face.
30464         (diary-entry): Use renamed diary-button face.
30466         * calendar/calendar.el (diary, calendar-today, holiday)
30467         (mark-visible-calendar-date): Remove "-face" suffix from face names.
30468         (diary-face, calendar-today-face, holiday-face):
30469         New backward-compatibility aliases for renamed faces.
30470         (eval-after-load "facemenu", diary-entry-marker)
30471         (calendar-today-marker, calendar-holiday-marker, diary-face):
30472         Use renamed calendar faces.
30474         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
30475         (compare-windows-face): New backward-compatibility alias for
30476         renamed face.
30477         (compare-windows-highlight): Use renamed compare-windows face.
30479         * strokes.el (strokes-char): Remove "-face" suffix from face name.
30480         (strokes-char-face): New backward-compatibility alias for renamed face.
30481         (strokes-encode-buffer): Use renamed strokes-char face.
30483         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
30484         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
30485         Remove "-face" suffix from face names.
30486         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
30487         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
30488         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
30489         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
30490         Use renamed pcvs faces.
30491         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
30492         * pcvs-defs.el (cvs-mode-map): Likewise.
30493         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
30495         * info.el (info-title-1, info-title-2, info-title-3)
30496         (info-title-4): Remove "-face" suffix from and downcase face names.
30497         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
30498         (Info-title-4-face):
30499         New backward-compatibility aliases for renamed faces.
30500         (Info-fontify-node): Use renamed info faces.
30502         * hilit-chg.el (highlight-changes, highlight-changes-delete):
30503         Remove "-face" suffix from face names.
30504         (highlight-changes-face, highlight-changes-delete-face):
30505         New backward-compatibility aliases for renamed faces.
30506         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
30507         (hilit-chg-make-list): Use renamed highlight-changes faces.
30509         * generic-x.el (show-tabs-tab, show-tabs-space):
30510         Remove "-face" suffix from face names.
30511         (show-tabs-tab-face, show-tabs-space-face):
30512         New backward-compatibility aliases for renamed faces.
30513         (show-tabs-generic-mode-font-lock-defaults-1)
30514         (show-tabs-generic-mode-font-lock-defaults-2):
30515         Use renamed show-tabs faces.
30517         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
30518         (smerge-markers): Remove "-face" suffix from face names.
30519         (smerge-mine-face, smerge-other-face, smerge-base-face)
30520         (smerge-markers-face):
30521         New backward-compatibility aliases for renamed faces.
30522         (smerge-mine-face, smerge-other-face, smerge-base-face)
30523         (smerge-markers-face): Use renamed smerge faces.
30525         * log-view.el (log-view-file, log-view-message): Remove "-face"
30526         suffix from face names.
30527         (log-view-file-face, log-view-message-face):
30528         New backward-compatibility aliases for renamed faces.
30529         (log-view-file-face, log-view-message-face): Use renamed log-view
30530         faces.
30532         * paren.el (show-paren-match, show-paren-mismatch):
30533         Remove "-face" suffix from face names.
30534         (show-paren-match-face, show-paren-mismatch-face):
30535         New backward-compatibility aliases for renamed faces.
30536         (show-paren-function): Use renamed show-paren faces.
30538         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
30539         (ruler-mode-margins, ruler-mode-fringes)
30540         (ruler-mode-column-number, ruler-mode-fill-column)
30541         (ruler-mode-comment-column, ruler-mode-goal-column)
30542         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
30543         suffix from face names.
30544         (ruler-mode-default-face, ruler-mode-pad-face)
30545         (ruler-mode-margins-face, ruler-mode-fringes-face)
30546         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
30547         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
30548         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
30549         New backward-compatibility aliases for renamed faces.
30550         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
30551         (ruler-mode-column-number, ruler-mode-fill-column)
30552         (ruler-mode-comment-column, ruler-mode-goal-column)
30553         (ruler-mode-tab-stop, ruler-mode-current-column)
30554         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
30555         faces.
30557         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
30558         face name.
30559         (whitespace-highlight-the-space): Use renamed face.
30560         (whitespace-highlight-face): New backward-compatibility alias for
30561         renamed face.
30563         * woman.el (woman-italic, woman-bold, woman-unknown)
30564         (woman-addition, woman-symbol-face):
30565         Remove "-face" suffix from face names.
30566         (woman-italic-face, woman-bold-face, woman-unknown-face)
30567         (woman-addition-face):
30568         New backward-compatibility aliases for renamed faces.
30569         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
30570         (woman-decode-region, woman-replace-match)
30571         (woman-display-extended-fonts, woman-special-characters)
30572         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
30573         Use renamed woman faces.
30575         * longlines.el (longlines-visible-face): Face removed.
30577         * diff-mode.el (diff-header, diff-file-header, diff-index)
30578         (diff-hunk-header, diff-removed, diff-added, diff-changed)
30579         (diff-function, diff-context, diff-nonexistent): Remove "-face"
30580         suffix from face names.
30581         (diff-header-face, diff-file-header-face, diff-index-face)
30582         (diff-hunk-header-face, diff-removed-face, diff-added-face)
30583         (diff-changed-face, diff-function-face, diff-context-face)
30584         (diff-nonexistent-face): New backward-compatibility aliases for
30585         renamed faces.
30586         (diff-header-face, diff-file-header-face)
30587         (diff-index, diff-index-face, diff-hunk-header)
30588         (diff-hunk-header-face, diff-removed, diff-removed-face)
30589         (diff-added, diff-added-face, diff-changed-face, diff-function)
30590         (diff-function-face, diff-context-face, diff-nonexistent)
30591         (diff-nonexistent-face): Use renamed diff-mode faces.
30593         * progmodes/compile.el (compilation-warning-face)
30594         (compilation-info-face): Remove "-face" suffix from face names.
30595         (compilation-warning-face, compilation-info-face):
30596         New backward-compatibility aliases for renamed faces.
30597         (compilation-warning-face, compilation-info-face):
30598         Use renamed compilation faces.
30600         * add-log.el (change-log-date, change-log-name)
30601         (change-log-email, change-log-file, change-log-list)
30602         (change-log-conditionals, change-log-function)
30603         (change-log-acknowledgement): Remove "-face" suffix from face names.
30604         (change-log-date-face, change-log-name-face)
30605         (change-log-email-face, change-log-file-face)
30606         (change-log-list-face, change-log-conditionals-face)
30607         (change-log-function-face, change-log-acknowledgement-face):
30608         New backward-compatibility aliases for renamed faces.
30609         (change-log-font-lock-keywords): Use renamed change-log faces.
30611         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30612         (custom-set, custom-changed, custom-saved, custom-button)
30613         (custom-button-pressed, custom-documentation, custom-state)
30614         (custom-comment, custom-comment-tag, custom-variable-tag)
30615         (custom-variable-button, custom-face-tag, custom-group-tag-1)
30616         (custom-group-tag): Remove "-face" suffix from face names.
30617         (custom-magic-alist, custom-magic-value-create)
30618         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30619         (custom-invalid-face, custom-rogue-face, custom-modified-face)
30620         (custom-set-face, custom-changed-face, custom-saved-face)
30621         (custom-button-face, custom-button-pressed-face)
30622         (custom-documentation-face, custom-state-face)
30623         (custom-comment-face, custom-comment-tag-face)
30624         (custom-variable-tag-face, custom-variable-button-face)
30625         (custom-face-tag-face, custom-group-tag-face-1)
30626         (custom-group-tag-face):
30627         New backward-compatibility aliases for renamed faces.
30629         * wid-edit.el (widget-documentation, widget-button)
30630         (widget-field, widget-single-line-field, widget-inactive)
30631         (widget-button-pressed): "-face" suffix removed from face names.
30632         (widget-documentation-face, widget-button-face)
30633         (widget-field-face, widget-single-line-field-face)
30634         (widget-inactive-face, widget-button-pressed-face):
30635         New backward-compatibility aliases for renamed faces.
30636         (widget-documentation-face, widget-button-face)
30637         (widget-button-pressed-face, widget-specify-field)
30638         (widget-specify-inactive): Use renamed widget faces.
30640 2005-06-10  Kenichi Handa  <handa@m17n.org>
30642         * term/x-win.el (x-clipboard-yank): Remove condition-case
30643         wrapping.
30645 2005-06-11  Kenichi Handa  <handa@m17n.org>
30647         * add-log.el (change-log-font-lock-keywords): Make the regexp for
30648         date lines stricter.
30650 2005-06-10  Zhang Wei  <id.brep@gmail.com>
30652         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30653         of x-get-selection.
30655 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
30657         * comint.el (comint-mode, comint-snapshot-last-prompt):
30658         * frame.el (frame-current-scroll-bars):
30659         * term.el (term-mode, term-check-proc, term-input-sender)
30660         (term-simple-send, term-extract-string, term-word)
30661         (term-match-partial-filename):
30662         * window.el (window-current-scroll-bars):
30663         * emulation/cua-base.el (cua-normal-cursor-color)
30664         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30665         (cua-global-mark-cursor-color):
30666         * mail/undigest.el (rmail-forward-separator-regex):
30667         Fix typos in docstrings.
30669         * comint.el (comint-check-proc, make-comint-in-buffer)
30670         (comint-source-default): Doc fixes.
30672         * term.el (term-send-string): Improve argument/docstring consistency.
30674 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
30676         * comint.el (comint-send-input): Bind `inhibit-read-only' around
30677         call to `delete-region'.
30678         (comint-mode-hook): Do not enable Font Lock by default.
30680 2005-06-09  Lute Kamstra  <lute@gnu.org>
30682         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30683         could be void.
30685 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
30687         * emacs-lisp/debug.el (debugger-will-be-back): New var.
30688         (debug): Use it.
30689         (debugger-step-through, debugger-continue, debugger-jump)
30690         (debugger-return-value): Set it when needed.
30691         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30692         Use inhibit-read-only.
30694 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
30696         * window.el (shrink-window-if-larger-than-buffer)
30697         (window-size-fixed): Fix typo in docstring.
30699         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
30700         thumbnails directory on loading.
30701         (thumbs-conversion-program): Use `eq' to check the system type,
30702         not `equal'.
30703         (thumbs-temp-dir): Initialize to `temporary-file-directory',
30704         not "/tmp".  Fix docstring.
30705         (thumbs-thumbsdir): New function to return the thumbnails
30706         directory, creating it if needed.
30707         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30708         (thumbs-temp-file): Delete variable and make it into a function.
30709         (thumbs-resize-image, thumbs-modify-image): Use it.
30710         (thumbs-kill-buffer): Simplify.
30711         (thumbs-gensym): Defalias or duplicate CL `gensym'.
30712         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30713         docstrings.
30715 2005-06-09  Kim F. Storm  <storm@cua.dk>
30717         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30718         set-match-data to free markers in match-data.
30720         * replace.el (replace-match-data): Pass RESEAT arg `t' to
30721         match-data to unchain markers in match-data.
30723 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
30725         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30726         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
30727         unnecessary now.
30729 2005-06-08  Richard M. Stallman  <rms@gnu.org>
30731         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30732         give the variable a doc string that doesn't say don't set it directly.
30734         * textmodes/ispell.el (ispell-check-version):
30735         Use match-string-no-properties.
30736         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30737         (ispell-buffer-local-words): Likewise.
30739         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30740         except on terminals with enough colors to really display it.
30741         (makefile-dependency-regex): Delete spurious `bb'.
30743         * faces.el (escape-glyph): Use blue once again in last case.
30744         (no-break-space): Redefine so that it isn't invisible on a tty.
30746 2005-06-08  Kim F. Storm  <storm@cua.dk>
30748         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30749         also when reading directory name.
30751 2005-06-08  Lute Kamstra  <lute@gnu.org>
30753         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30754         (flyspell-mode-line-string): Remove autoload cookie.
30755         (flyspell-mode): Remove defvar.
30757 2005-06-07  Lute Kamstra  <lute@gnu.org>
30759         * textmodes/org.el (org-run-mode-hooks): New function.
30760         (org-agenda-mode): Use it.
30762 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
30764         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30766 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30768         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30770 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
30772         * font-lock.el (font-lock-add-keywords): Doc fix.
30774 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30776         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30777         (tex-compile-default): In the absence of any history, use the order in
30778         tex-compile-alist to choose the preferred command.
30779         (tex-compile-commands): Reorder a bit.
30781         * textmodes/flyspell.el (flyspell-auto-correct-binding)
30782         (flyspell-incorrect-face, flyspell-duplicate-face):
30783         Use (X)Emacs-agnostic code.
30784         (flyspell-mode-map): Don't overwrite at each load.  Remove code
30785         redundant with the subsequent add-minor-mode.  Merge Emacs and
30786         XEmacs code.
30787         (flyspell-word): Minor simplification.
30788         (flyspell-math-tex-command-p): Quieten the byte-compiler.
30789         (flyspell-external-point-words): Remove unused vars `size' and `start'.
30790         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30791         Merge the corresponding Emacs code.
30792         (flyspell-correct-word, flyspell-xemacs-popup):
30793         Use flyspell-do-correct.
30795         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30796         a dedicated window.
30798         * international/latexenc.el (latexenc-find-file-coding-system):
30799         Undo part of last patch, to turn off a compiler warning.
30801 2005-06-06  Juri Linkov  <juri@jurta.org>
30803         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30804         Rename `tmm-inactive-face' to `tmm-inactive'.
30806 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
30808         * iswitchb.el: Rename faces.
30810 2005-06-06  Kim F. Storm  <storm@cua.dk>
30812         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30813         (cua-global-mark): Remove -face suffix from face names.
30815         * emulation/cua-gmrk.el (cua--init-global-mark):
30816         Remove cua-global-mark face setup.
30818 2005-06-06  Richard M. Stallman  <rms@gnu.org>
30820         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30821         just like other allowed characters.
30822         (makefile-match-dependency): Exclude leading and training whitespace
30823         from the range of regexp subexp 1.
30824         (makefile-macroassign-regex): Don't try to match the body,
30825         just the name of the macro being defined.
30827         * info.el (Info-read-node-name-2): New function.
30828         (Info-read-node-name-1): Use that.
30829         Add a completion-base-size-function property.
30831         * simple.el (completion-setup-function): Look for
30832         completion-base-size-function property of minibuffer-completion-table.
30834         * files.el (locate-file-completion): Doc fix.
30836         * printing.el: Don't call pr-update-menus; user must do that.
30838         * emacs-lisp/debug.el (debugger-window): New variable.
30839         (debug): Use debugger-window if it is set and still alive.
30840         Record debugger-window for next entry.
30842         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30844 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
30846         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30847         (hack-one-local-variable, hack-local-variables)
30848         (hack-local-variables-prop-line): Pass that arg.
30850 2005-06-06  Kim F. Storm  <storm@cua.dk>
30852         * ido.el (ido-first-match, ido-only-match, ido-subdir)
30853         (ido-indicator): Remove -face suffix from face names.
30855 2005-06-06  Juri Linkov  <juri@jurta.org>
30857         * font-lock.el (font-lock-regexp-backslash)
30858         (font-lock-regexp-backslash-construct): New faces.
30859         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
30860         after `('.  Add `while-no-input' to control structures.
30862         * faces.el (no-break-space, shadow): New faces.
30863         (escape-glyph): Use less loud colors pink2 and red4.
30865         * diff-mode.el (diff-context-face)
30866         * dired.el (dired-ignored)
30867         * rfn-eshadow.el (file-name-shadow)
30868         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30870         * info.el (Info-title-1-face): Use green instead of yellow because
30871         bold yellow is not readable on light backgrounds.
30873         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30874         before selecting the desired mode to not spend time fontifying
30875         old contents.
30877 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
30879         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30880         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30882         * ps-print.el (ps-default-fg, ps-default-bg):
30883         Fix typos in docstrings.
30885         * isearchb.el (isearchb): Don't pass a spurious second argument to
30886         `iswitchb-completions'.
30888 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
30890         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30891         to preserve point.
30892         (gdb-find-file-hook): Add doc string.
30894         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30895         C dereferenced pointer expression.
30896         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
30898         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30900         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30901         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30902         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30903         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30904         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30905         Make background transparent.
30907 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
30909         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
30910         (font-lock-remove-keywords): Doc fix.
30911         (font-lock-mode-major-mode): Compiler defvar.
30912         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30914         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30915         (font-lock-mode): Update `font-lock-mode-major-mode'.
30916         (font-lock-set-defaults): Compiler defvar.
30917         (font-lock-default-function): Take `font-lock-mode-major-mode'
30918         into account.
30920         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30921         keep track of which major mode it enabled the minor mode for.
30922         Use find-file-hook again.  Update docstring.
30924         * simple.el (eval-expression-print-level)
30925         (eval-expression-print-length, eval-expression-debug-on-error):
30926         Doc fixes.
30928 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
30930         * iswitchb.el (iswitchb-single-match-face)
30931         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30932         (iswitchb-invalid-regexp-face): New faces.
30933         (iswitchb-completions): Use them.
30934         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30935         now marked as an obsolete alias.
30936         (iswitchb-read-buffer): Remove check for bound font variables.
30937         (iswitchb-invalid-regexp): New free variable.
30938         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30939         set iswitchb-invalid-regexp.
30940         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30941         invalid regexps.
30942         (iswitchb-completions): Add check for complete match when entering
30943         a regexp.
30944         (iswitchb-completions): Remove require-match argument.
30945         (iswitchb-exhibit): Fix caller.
30946         (iswitchb-common-match-inserted): New variable.
30947         (iswitchb-complete, iswitchb-completion-help): Use it.
30949 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
30951         * url/url-http.el (url-http-chunked-encoding-after-change-function):
30952         Use `url-http-debug' instead of `message'.
30954 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
30956         * url/url-http.el (url-http-parse-headers): Pass redirected URL
30957         as a callback argument.
30959 2005-06-04  Kim F. Storm  <storm@cua.dk>
30961         * simple.el (line-move): Only call sit-for when moving backwards.
30963         * ido.el (ido-make-merged-file-list-1): New defun split from
30964         ido-make-merged-file-list.
30965         (ido-make-merged-file-list): Bind throw-on-input around call to
30966         ido-make-merged-file-list-1.  Return input-pending-p if
30967         interrupted by more input available.
30968         (ido-read-internal): Handle input-pending-p return value from
30969         ido-make-merged-file-list.
30971 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30973         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30974         compatibility code.
30976         * international/latexenc.el (latexenc-find-file-coding-system):
30977         Don't inherit the EOL part of the coding-system from the
30978         tex-main buffer.  Fit within 80 columns.
30980 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
30982         * tmm.el (tmm-inactive-face): New face.
30983         (tmm-remove-inactive-mouse-face): New function.
30984         (tmm-prompt, tmm-add-one-shortcut)
30985         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30986         but not selectable.
30988 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
30990         * faces.el (face-equal): Improve argument/docstring consistency.
30992 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
30994         * progmodes/make-mode.el (makefile-targets-face)
30995         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30996         (makefile-bsdmake-dependency-regex)
30997         (makefile-makepp-rule-action-regex)
30998         (makefile-bsdmake-rule-action-regex): New constants.
30999         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
31001         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31002         Allow (...) within `...' for makepp messages.
31004 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
31006         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
31008         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
31009         "." files are deleted from all file lists before comparison.
31011         * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
31012         (viper-ESC-key): Made them customizable.
31014         * emulation/viper.el (viper-non-hook-settings):
31015         Fix the names of defadvices.
31017 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
31019         * autorevert.el (auto-revert-buffers): Use save-match-data.
31021 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31023         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
31024         menu items with a nil command binding.
31026 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
31028         * emacs-lisp/cl-macs.el (defsetf):
31029         Improve argument/docstring consistency.
31031         * faces.el (list-faces-display): Improve the formatting by
31032         computing the maximum length required for any face-name (reworked
31033         patch of 1999-01-11, accidentally deleted on 1999-07-21).
31034         (internal-find-face): Remove redundant info in docstring.
31036 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
31038         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
31039         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
31040         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
31041         (gdb-assembler-custom): Improve regexps.
31042         (def-gdb-auto-update-handler): Use window point to preserve point.
31044 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31046         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
31048 2005-05-31  Jay Belanger  <belanger@truman.edu>
31050         * calc/calc-embed.el (calc-embedded-word): Change argument passed
31051         to calc-embedded.
31052         (calc-embedded-make-info): Have plain prefix argument select
31053         entire line.
31055 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
31057         * faces.el (list-faces-display): Signal error if passed a regexp
31058         that matches no face name.
31060         * simple.el (filter-buffer-substring): Fix typo in docstring.
31062 2005-05-31  Richard M. Stallman  <rms@gnu.org>
31064         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
31065         (vhdl-emacs-21): Doc fix.
31066         (vhdl-mode): Unconditionally set comment-padding.
31067         (vhdl-fixup-whitespace-region): Insert spaces only where
31068         there are none.
31069         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
31071 2005-05-30  John Wiegley  <johnw@newartisans.com>
31073         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
31074         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
31075         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
31076         `directory-sep-char' to ?/, and all uses of `string-to-int' to
31077         `string-to-number'.
31079 2005-05-30  Jay Belanger  <belanger@truman.edu>
31081         * calc/calc.el (calc-bug-address): Fix docstring.
31082         (calc-window-hook, calc-trail-window-hook): New variables.
31083         (calc-trail-display): Restore use of calc-trail-window-hook.
31084         (calc): Restore use of calc-window-hook.
31086 2005-05-31  Masatake YAMATO  <jet@gyve.org>
31088         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
31090         * help-fns.el (help-C-file-name): Add autoload mark for
31091         `find-function-noselect'.
31093 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
31095         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
31096         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
31098 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31100         * calendar/diary-lib.el (mark-included-diary-files): Only kill
31101         included diary buffer if it was not already being visited.
31102         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
31104         * calendar/icalendar.el (top-level): Do not require appt.
31106         * mail/supercite.el (sc-select-attribution): Only use a list
31107         element from sc-attrib-selection-list if it returns a string.
31108         Reported by Davide G. M. Salvetti <salve@debian.org>.
31110 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
31112         * thumbs.el (thumbs-thumbname): The resulting thumbname now
31113         includes a hash value to improve its uniqueness, and has a ".jpg"
31114         extension.  Also, it is now a valid filename on all systems.
31115         (thumbs-make-thumb): Use `let', not `let*'.
31116         (thumbs-show-thumbs-list): Check for JPEG availability.
31118 2005-05-30  Richard M. Stallman  <rms@gnu.org>
31120         * filesets.el (filesets-menu-ensure-use-cached):
31121         Prevent warning when emacs-version>= is undefined.
31123         * printing.el (pr-interactive-n-up): Use string-to-number.
31125         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
31127         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
31128         Warn only when name to be defined is quoted.
31130 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
31132         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
31133         Make regexp more robust.
31134         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
31135         Force regeneration of disassembly.
31137 2005-05-29  Jay Belanger  <belanger@truman.edu>
31139         * calc/calc.el (calc-user-invocation): Check if
31140         calc-invocation-macro is non-nil.
31142 2005-05-29  Juri Linkov  <juri@jurta.org>
31144         * add-log.el (change-log-font-lock-keywords):
31145         Add `+' to e-mail regexp to accept mail address with keywords.
31147         * man.el (Man-name-regexp): Add `:' to accept qualified names.
31149 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
31151         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
31153         * ielm.el (inferior-emacs-lisp-mode): Ditto.
31155 2005-05-29  Richard M. Stallman  <rms@gnu.org>
31157         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
31158         Undo the change that moves to end of the current word.
31160 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
31162         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
31163         Throw error when count <= 0 to ensure input is a number.
31164         (gdb-read-memory-custom): Pick up address from buffer.
31165         (gdb-memory-mode): Allow user to increment and decrement
31166         memory address from header line.
31168 2005-05-29  Richard M. Stallman  <rms@gnu.org>
31170         * textmodes/flyspell.el (flyspell-version): Function deleted.
31171         (flyspell-auto-correct-previous-hook): Doc fix.
31173         * jit-lock.el (jit-lock-function, jit-lock-after-change):
31174         Do nothing if memory is full.
31176         * font-lock.el (font-lock-fontify-syntactically-region):
31177         Pass t for GREEDY to looking-back.
31179         * saveplace.el (save-place-alist-to-file): Write the file
31180         using write-region.
31182         * subr.el (looking-back): New argument GREEDY.
31184         * progmodes/compile.el (compilation-start): Set the mode
31185         before inserting the initial text.
31187         * progmodes/which-func.el (which-func-update-1): Turn the mode
31188         off in case of error by setting which-func-mode.
31190 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
31192         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
31193         Narrow down to what's on the screen, and recenter overlays
31194         at the end of the next word.
31196 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
31198         * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
31199         8Vars moved up.
31200         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
31201         (flyspell-abbrev-p): Default to nil.
31202         (flyspell-use-global-abbrev-table-p): Doc fix.
31203         (flyspell-large-region): Allow nil as value.
31204         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
31206         (mail-mode-flyspell-verify): More robust handling
31207         of `mail-header-separator'.  More efficient signature detection.
31208         Allow for regexp metacharacters in message-header-separator.
31209         Adding `To' not to be checked in mail-mode-flyspell-verify.
31211         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
31212         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
31213         Bind flyspell-auto-correct-binding.
31214         Bind C-. and C-, .
31215         (flyspell-mode-map): Likewise.
31216         (flyspell-mode): Doc fix.
31217         (flyspell-accept-buffer-local-defs): Preserve current buffer.
31218         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
31219         (flyspell-word-cache-result): New var, always local.
31220         (flyspell-check-pre-word-p): Doc fix.
31221         (flyspell-check-changed-word-p): Handle spc like newline.
31222         (flyspell-post-command-hook): Set flyspell-word-cache-result.
31223         (flyspell-word-search-backward, flyspell-word-search-forward):
31224         New functions.
31225         (flyspell-word): Return t if nothing to check.
31226         When parsing TeX code, check for after } or \.
31227         Use flyspell-word-search-backward to find previous word.
31228         Return nil if duplicated word.
31229         For word already checked, return same value as last time.
31230         Set flyspell-word-cache-result after checking.
31231         Don't clobber the return value.
31232         (flyspell-get-word): Major rewrite.
31233         (flyspell-external-point-words): New locals pword, pcount.
31234         Fix size used in progress message.
31235         Find the proper corresponding word in flyspell-large-region-buffer.
31236         (flyspell-region): Check for flyspell-large-region = nil.
31237         (flyspell-highlight-incorrect-region): Clean up overlays in region.
31238         (flyspell-auto-correct-word): Check that WORD is a cons.
31239         (flyspell-correct-word): Likewise.
31241 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
31243         * progmodes/make-mode.el (makefile-rule-action-regex)
31244         (makefile-macroassign-regex, makefile-makepp-mode)
31245         (makefile-bsdmake-mode): Continuation lines may be empty.
31246         Reported by Joshua Varner.
31247         (makefile-makepp-font-lock-keywords): Add $(stem).
31249 2005-05-28  Karl Berry  <karl@gnu.org>
31251         * textmodes/tex-mode.el: Now that tex-send-command calls
31252         shell-quote-argument (2005-03-31 change), remove all calls to
31253         shell-quote-argument; they all end up invoking tex-send-command.
31254         The double quoting loses on filenames with non-safe characters,
31255         such as "@".  Reported by Frederik Fouvry.
31257 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
31259         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
31260         about preserving point.
31262 2005-05-27  Jay Belanger  <belanger@truman.edu>
31264         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
31265         Info-goto-node.
31267         * calc/calc-embed.el (calc-embed-arg): New variable.
31268         (calc-do-embedded-activate, calc-embedded-activate-formula)
31269         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
31270         variable by new variable.
31271         (calc-embedded-make-info): Replace undeclared variable by new
31272         variable.  When selecting region with positive prefix
31273         argument, use end of previous line instead of beginning of line.
31275         * calc/calc-aent.el (calc-arg-values): Declare it.
31277         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
31278         Declare them.
31280         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
31282         * calc/calc.el (calc-alg-map): Declare it.
31284         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
31286 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
31288         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
31289         (gdb-registers-buffer, toggle-gdb-all-registers):
31290         Toggle display of floating point registers.
31291         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
31293         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
31294         (toggle-gud-tooltip-dereference):
31295         Rename from gud-toggle-tooltip-dereference.
31297 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31299         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
31301 2005-05-27  Jay Belanger  <belanger@truman.edu>
31303         * calc/calc-prog.el (calc-kbd-report): Remove.
31304         (calc-kbd-query): Rewrite.
31306 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
31308         * image.el (image-library-alist): Move to image.c.
31309         (image-type-available-p): Doc fix.
31311 2005-05-27  Lute Kamstra  <lute@gnu.org>
31313         * calc/calc.el (calc):
31314         * outline.el (outline-1, outline-2, outline-3, outline-4)
31315         (outline-5, outline-6, outline-7, outline-8):
31316         * textmodes/dns-mode.el (dns-mode):
31317         * textmodes/sgml-mode.el (sgml-namespace-face):
31318         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
31319         (tex-verbatim-face, tex-use-reftex):
31320         * textmodes/texinfo.el (texinfo-heading-face):
31321         Specify customization group.
31323         * longlines.el: Don't require easy-mmode.
31324         (longlines-visible-face): Specify customization group.
31326 2005-05-27  Kenichi Handa  <handa@m17n.org>
31328         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
31329         encoding table of windows-1251.
31331         * international/ucs-tables.el (ucs-set-table-for-input):
31332         If translation-table-for-input of a coding system is a symbol, get
31333         its translation-table property.
31335         * international/code-pages.el: Don't register a coding system into
31336         non-iso-charset-alist more than once.
31337         (cp-make-coding-system): Likewise.
31339 2005-05-26  John Wiegley  <johnw@newartisans.com>
31341         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
31342         `eshell-resume-eval' is wrapped in a list, it indicates that the
31343         command was run asynchronously.  In that case, unwrap the value
31344         before checking the delimiter value.
31346         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
31347         character before a space at the end of a line is \, assume the space
31348         is part of the last argument rather than a final argument separator.
31350         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
31351         is in use, and the target is `t' or `nil' (which are the most common
31352         values), don't assume that the symbol target is a buffer.
31354 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
31356         * calendar/calendar.el (calendar-mode-line-format):
31357         Use mode-line-highlight as mouse-face.
31359         * time.el (display-time-string-forms, display-time-update):
31360         Use mode-line-highlight as mouse-face.
31362 2005-05-26  Jay Belanger  <belanger@truman.edu>
31364         * calc/calc.el (calc-language-alist): Remove extra defvar.
31366 2005-05-26  Lute Kamstra  <lute@gnu.org>
31368         * arc-mode.el (archive-mode):
31369         * bookmark.el (bookmark-read-annotation-mode)
31370         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
31371         * bs.el (bs-mode):
31372         * calc/calc-yank.el (calc-edit-mode):
31373         * calc/calc.el (calc-mode, calc-trail-mode):
31374         * calculator.el (calculator-mode):
31375         * chistory.el (command-history-mode):
31376         * comint.el:
31377         * cus-edit.el (custom-mode):
31378         * descr-text.el (describe-text-mode):
31379         * ebuff-menu.el (Electric-buffer-menu-mode):
31380         * ediff-util.el (ediff-mode):
31381         * emacs-lisp/re-builder.el (reb-mode):
31382         * emulation/vi.el (vi-mode-setup):
31383         * emulation/ws-mode.el (wordstar-mode):
31384         * eshell/esh-mode.el (eshell-mode):
31385         * forms.el (forms-mode):
31386         * help-mode.el (help-mode):
31387         * hexl.el (hexl-mode):
31388         * ibuffer.el (ibuffer-mode):
31389         * ielm.el (inferior-emacs-lisp-mode):
31390         * info.el (Info-mode, Info-edit-mode):
31391         * international/swedish.el:
31392         * ledit.el (ledit-from-lisp-mode):
31393         * locate.el (locate-mode):
31394         * mail/rmail.el (rmail-mode):
31395         * mail/rmailedit.el (rmail-edit-mode):
31396         * mail/rmailsum.el (rmail-summary-mode):
31397         * mail/supercite.el (sc-electric-mode):
31398         * net/eudc.el (eudc-mode):
31399         * net/quickurl.el (quickurl-list-mode):
31400         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
31401         * obsolete/ooutline.el (outline-mode):
31402         * obsolete/options.el (Edit-options-mode):
31403         * obsolete/rnews.el (news-mode):
31404         * obsolete/rnewspost.el (news-reply-mode):
31405         * play/5x5.el (5x5-mode):
31406         * play/decipher.el (decipher-mode, decipher-stats-mode):
31407         * play/gomoku.el (gomoku-mode):
31408         * play/snake.el (snake-mode):
31409         * play/solitaire.el (solitaire-mode):
31410         * play/tetris.el (tetris-mode):
31411         * progmodes/ada-mode.el (ada-mode):
31412         * progmodes/antlr-mode.el (antlr-mode):
31413         * progmodes/autoconf.el (autoconf-mode):
31414         * progmodes/dcl-mode.el (dcl-mode):
31415         * progmodes/delphi.el (delphi-mode):
31416         * progmodes/ebrowse.el (ebrowse-tree-mode)
31417         (ebrowse-electric-list-mode, ebrowse-member-mode)
31418         (ebrowse-electric-position-mode):
31419         * progmodes/f90.el (f90-mode):
31420         * progmodes/fortran.el (fortran-mode):
31421         * progmodes/icon.el (icon-mode):
31422         * progmodes/idlw-help.el (idlwave-help-mode):
31423         * progmodes/idlw-shell.el (idlwave-shell-mode):
31424         * progmodes/idlwave.el (idlwave-mode):
31425         * progmodes/inf-lisp.el (inferior-lisp-mode):
31426         * progmodes/m4-mode.el (m4-mode):
31427         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
31428         * progmodes/modula2.el (modula-2-mode):
31429         * progmodes/octave-inf.el (inferior-octave-mode):
31430         * progmodes/octave-mod.el (octave-mode):
31431         * progmodes/pascal.el (pascal-mode):
31432         * progmodes/sh-script.el (sh-mode):
31433         * progmodes/sql.el (sql-mode, sql-interactive-mode):
31434         * progmodes/vhdl-mode.el (vhdl-mode):
31435         * progmodes/xscheme.el (scheme-interaction-mode):
31436         * replace.el (occur-mode):
31437         * ses.el (ses-mode):
31438         * simple.el (completion-list-mode):
31439         * skeleton.el:
31440         * speedbar.el (speedbar-mode):
31441         * term.el (term-mode):
31442         * terminal.el (terminal-edit-mode):
31443         * textmodes/reftex-index.el (reftex-index-mode)
31444         (reftex-index-phrases-mode):
31445         * textmodes/reftex-sel.el (reftex-select-label-mode)
31446         (reftex-select-bib-mode):
31447         * textmodes/reftex-toc.el (reftex-toc-mode):
31448         * wdired.el (wdired-change-to-wdired-mode):
31449         * wid-browse.el (widget-browse-mode):
31450         Use run-mode-hooks.
31452         * array.el (array-mode):
31453         * calendar/todo-mode.el (todo-mode):
31454         * man.el (Man-mode):
31455         * play/landmark.el (lm-mode):
31456         * play/mpuz.el (mpuz-mode):
31457         Use kill-all-local-variables and run-mode-hooks.
31459         * subr.el (delay-mode-hooks): Specify indentation.
31461 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
31463         * xml.el (xml-substitute-special): Don't die for undefined xml
31464         entities.
31466 2005-05-26  Jay Belanger  <belanger@truman.edu>
31468         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
31469         of nil.
31471 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
31473         * progmodes/gdb-ui.el (gdb-frame-address):
31474         Rename from gdb-current-address.
31475         (gdb-previous-frame-address): Rename from gdb-previous-address.
31476         (gdb-selected-frame): Rename from gdb-current-frame.
31477         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
31478         (gdb-frame-number): Rename from gdb-current-stack-level.
31479         (gdb-ann3): Match new mode-name for disassembly buffer.
31480         Extend initialization of variables.
31481         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
31482         (gdb-memory-mode): Use mouse-face in header line.
31483         (gdb-assembler-buffer-name): Call it disassembly and give frame
31484         in mode line.
31485         (gdb-source-spec-regexp, gdb-assembler-custom)
31486         (gdb-invalidate-assembler, gdb-frame-handler):
31487         Make robust to leading zeroes in address format.
31489 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
31491         * textmodes/org.el (org-mode): Use `define-derived-mode' to
31492         define `org-mode'.
31493         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
31495 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31497         * log-edit.el (log-edit-changelog-entries): Distinguish between
31498         filenames like xfns.c and fns.c.
31500 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
31502         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
31503         point after reverting.
31504         (Buffer-menu-make-sort-button): Handle the case where
31505         `Buffer-menu-use-header-line' is nil.
31507 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
31509         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
31510         New funcs.  In minibuffer-local-completion-map bind `]', `/'
31511         and `:' to them.
31513 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
31515         * startup.el (normal-top-level): Allow modification of load-path while
31516         we're iterating over it.
31518 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
31520         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
31521         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
31522         (thumbs-resize-interactive, thumbs-insert-image)
31523         (thumbs-insert-thumb, thumbs-dired-show-marked)
31524         (thumbs-find-image-at-point, thumbs-delete-images)
31525         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
31526         (thumbs-increment-image-size, thumbs-decrement-image-size):
31527         Fix typos in docstrings.
31529 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
31531         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
31532         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
31533         (cperl-mode): Use them.
31535 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
31537         * window.el (quit-window, shrink-window-if-larger-than-buffer):
31538         Doc fixes.
31540 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
31542         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
31543         Bind C-d to gdb-inferior-io-eof.
31545         * dired.el (dired-dnd-popup-notice): Use message-box.
31547 2005-05-23  Masatake YAMATO  <jet@gyve.org>
31549         * bindings.el (mode-line-major-mode-keymap):
31550         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
31552         * faces.el (mode-line-highlight): New face.
31554         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
31555         as mouse-face.
31557         * bindings.el (top-level, help-echo, mode-line-modified)
31558         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
31559         as mouse-face.
31561 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
31563         * progmodes/cc-engine.el (c-guess-basic-syntax):
31564         Remove spurious call to `zerop'.
31566         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
31568 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
31570         CC Mode update to 5.30.10:
31572         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
31573         the point could go past the limit in decoration level 2, thereby
31574         causing errors during interactive fontification.
31576         * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
31577         bug when the file is evaluated interactively.
31579         * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
31580         declarations somewhat better in C++.
31582         * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
31583         New helper macro to make use of `run-mode-hooks'
31584         which has been added in Emacs 21.1.
31585         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
31586         (awk-mode): Use it.
31587         (make-local-hook): Suppress warning about obsoleteness.
31589         * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
31590         (c-append-backslashes-forward, c-delete-backslashes-forward)
31591         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
31592         Compensate for return value from `forward-line' when it has moved
31593         but not to a different line due to eob.
31595         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31596         `objc-method-intro' and `objc-method-args-cont'.
31598 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
31600         CC Mode update to 5.30.10:
31602         * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31603         address in the copyright statement.  Incidentally, change "along with
31604         GNU Emacs" to "along with this program" where it occurs.
31606         * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31607         autoload, so that it is interactive, hence can be found by M-x awk-mode
31608         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
31609         <gmorris+emacs@ast.cam.ac.uk>.
31611         * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31612         Mode's regexps.
31614 2005-05-23  Kevin Ryde  <user42@zip.com.au>
31616         * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31617         from c-parse-state, to avoid a lisp error (on bad code).
31619 2005-05-23  Lute Kamstra  <lute@gnu.org>
31621         * subr.el (font-lock-defaults): Remove defvar as it's already
31622         defined in font-core.el.
31624         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31626 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
31628         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31629         more general and work when GDB variable "print pretty" is on,
31630         as with Emacs, for example.
31632 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
31634         * font-core.el: Update comment.
31636         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31637         Use `after-change-major-mode-hook' instead of `find-file-hook'.
31639         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31641 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
31643         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31644         and `yank-handler' in the doc strings.
31646 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
31648         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
31650 2005-05-22  Richard M. Stallman  <rms@gnu.org>
31652         * help.el (describe-key): Move print-help-return-message call
31653         out of conditional.
31655         * progmodes/etags.el (list-tags): Use with-no-warnings.
31657         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31658         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31659         (starttls-extra-args, starttls-extra-arguments): Add defvars.
31661         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31663         * language/viet-util.el (viet-viscii-nonascii-translation-table):
31664         Add defvar.
31666         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31667         Use defvar, not defconst.
31669         * hexl.el (hexl-follow-line): Use with-no-warnings.
31671         * emulation/tpu-extras.el: Use write-file-functions instead of
31672         write-file-hooks.
31674         * dired.el (dired-font-lock-keywords): Fontify files with junk
31675         extensions even if marked by -F.
31677 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
31679         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31680         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31681         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31682         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31683         (concatenate, list-length, get*, getf, cl-remprop):
31684         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31685         (etypecase, progv, lexical-let, lexical-let*)
31686         (multiple-value-bind, multiple-value-setq, shiftf):
31687         Improve argument/docstring consistency.
31689         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31691 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
31693         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31694         doesn't exist.
31696         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
31697         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31699 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
31701         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31702         already deleted variables: auto-fill-hook, blink-paren-hook,
31703         lisp-indent-hook, inhibit-local-variables, unread-command-event,
31704         suspend-hooks, comment-indent-hook, meta-flag,
31705         before-change-function, after-change-function,
31706         font-lock-doc-string-face.
31708 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
31710         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31712 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
31714         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31715         rmail-dont-reply-to.
31717 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31719         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31720         literal blank when splitting new-header-values.
31722 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
31724         * calendar/cal-menu.el (cal-menu-update): Add separator as a
31725         string so that tmm doesn't create a completion entry for it.
31727         * textmodes/table.el (table-disable-menu): Ditto.
31729 2005-05-21  Richard M. Stallman  <rms@gnu.org>
31731         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31733         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31735         * net/rcompile.el (remote-compile): Use compilation-start.
31737         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31739 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
31741         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31742         Default to makefile-bsdmake-mode on BSD systems.
31744         * imenu.el (imenu-generic-expression, imenu--generic-function'):
31745         REGEXP may also be a search function now.  The part of doc-string
31746         for describing the structure was 95% identical to that of
31747         `imenu--generic-function'.  Unify it there.
31749         * progmodes/make-mode.el (makefile-imenu-generic-expression):
31750         Use function to find dependencies, because regexp alone is so complex,
31751         it easily goes into an endless loop.
31752         (makefile-makepp-mode): Also add submenu for Perl functions
31753         defined in the makefile.
31754         (makefile-bsdmake-mode): Special imenu-generic-expression no
31755         longer needed, due to function call.
31756         (makefile-match-dependency): Take BOUND into account when checking
31757         if we're through.
31759 2005-05-20  Jay Belanger  <belanger@truman.edu>
31761         * calc/calc-units.el (calc-invalidate-units-table):
31762         Use inhibit-read-only.
31763         (math-build-units-table-buffer): Use view-mode.
31765 2005-05-20  David Kastrup  <dak@gnu.org>
31767         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31768         easy-menu-add is not a nop on Emacs; and clarify when to call it.
31770 2005-05-20  Lute Kamstra  <lute@gnu.org>
31772         * diff-mode.el (diff-header-face, diff-file-header-face)
31773         (diff-index-face, diff-hunk-header-face, diff-removed-face)
31774         (diff-added-face, diff-changed-face, diff-function-face)
31775         (diff-context-face, diff-nonexistent-face): Put them in the
31776         diff-mode customization group.
31778 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31780         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31782         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31784         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31785         Minor regexp-optimization.
31787 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
31789         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31790         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31791         (org-agenda-add-time-grid-maybe): New function.
31792         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31793         (org-table-create): `dotimes' instead of `mapcar'.
31794         (org-xor): Simplify implementation.
31795         (org-agenda): `inhibit-redisplay' turned on.
31796         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31797         a consistent line after a state change.
31798         (org-agenda-remove-times-when-in-prefix): New option.
31799         (org-prefix-has-time): New variable.
31800         (org-parse-time-string): Optional argument NODEFAULT.
31801         (org-format-agenda-item): Parse items for time-of-day
31802         specifications and move these into the prefix if possible.
31803         (org-agenda-priority): Get current heading, not previous heading
31804         during agenda remote editing.
31806 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
31808         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31809         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31810         (remove-duplicates, delete-duplicates, substitute)
31811         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31812         (nsubstitute-if-not, find, find-if, find-if-not, position)
31813         (position-if, position-if-not, count, count-if, count-if-not)
31814         (mismatch, search, sort*, stable-sort, merge, member*)
31815         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31816         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31817         (intersection, nintersection, set-difference, nset-difference)
31818         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31819         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31820         (nsublis, tree-equal): Improve argument/docstring consistency.
31822         * subr.el (send-string, send-region): Remove obsolescence declaration.
31823         (window-dot, set-window-dot, read-input, show-buffer)
31824         (eval-current-buffer, string-to-int):
31825         Add release number to obsolescence declarations.
31827 2005-05-19  Kim F. Storm  <storm@cua.dk>
31829         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31830         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31832 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
31834         * faces.el (list-faces-display): Make back button respect optional
31835         regexp arg.
31837 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
31839         * calculator.el (calculator-radix-grouping-mode)
31840         (calculator-radix-grouping-digits, calculator-displayer)
31841         (calculator-radix-grouping-separator, calculator-copy-displayer):
31842         * dabbrev.el (dabbrev-search-these-buffers-only):
31843         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31844         (diff-advance-after-apply-hunk, diff-mode-hook)
31845         (diff-minor-mode-prefix):
31846         * imenu.el (imenu-use-popup-menu):
31847         * jit-lock.el (jit-lock-context-time):
31848         * newcomment.el (comment-fill-column, comment-column)
31849         (comment-style, comment-padding, comment-multi-line)
31850         (comment-empty-lines, comment-auto-fill-only-comments):
31851         * reveal.el (reveal-around-mark):
31852         * uniquify.el (uniquify-buffer-name-style)
31853         (uniquify-after-kill-buffer-p)
31854         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31855         (uniquify-min-dir-content, uniquify-separator)
31856         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31857         * w32-vars.el (w32-fixed-font-alist):
31858         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31859         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31860         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31861         * progmodes/perl-mode.el (perl-indent-level)
31862         (perl-continued-statement-offset, perl-continued-brace-offset)
31863         (perl-brace-offset, perl-brace-imaginary-offset)
31864         (perl-label-offset, perl-indent-continued-arguments)
31865         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31866         * progmodes/tcl.el (tcl-indent-level)
31867         (tcl-continued-indent-level, tcl-auto-newline)
31868         (tcl-tab-always-indent, tcl-electric-hash-style)
31869         (tcl-help-directory-list, tcl-use-smart-word-finder)
31870         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31871         (inferior-tcl-source-command):
31872         * textmodes/fill.el (enable-kinsoku):
31873         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31874         * textmodes/table.el (table-yank-handler):
31875         Specify missing group (and type, if simple) in defcustom.
31877 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
31879         * progmodes/compile.el (compilation-finish-function): Fix defvar.
31881 2005-05-19  Richard M. Stallman  <rms@gnu.org>
31883         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31885         * subr.el (event-basic-type): Don't get an error.
31886         (left-fringe-p): Function deleted.
31888         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31889         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31891         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31892         in recursive copy.
31894         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31896         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31898         * emacs-lisp/bytecomp.el
31899         (byte-compile-file-form-custom-declare-variable):
31900         Call byte-compile-nogroup-warn if appropriate.
31902         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31903         (compilation-set-window): Don't call left-fringe-p; do it directly.
31905 2005-05-19  Jay Belanger  <belanger@truman.edu>
31907         * calc/calc-graph.el (calc-graph-format-data): Make sure
31908         var-PlotRejects is bound before trying to check its value.
31910 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
31912         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31913         definition of this variable from reftex-global.el to reftex.el,
31914         because it is needed in the menu.
31916 2005-05-19  Lute Kamstra  <lute@gnu.org>
31918         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31919         years are fixed.  Don't insert a space after a dash.
31921 2005-05-19  Kim F. Storm  <storm@cua.dk>
31923         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31925 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
31927         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31928         strings, because (eq ... ?\\) is fairly frequent.
31930         * progmodes/make-mode.el (makefile-add-this-line-targets):
31931         Simplify and integrate into `makefile-pickup-targets'.
31932         (makefile-add-this-line-macro): Simplify and integrate into
31933         `makefile-pickup-macros.
31934         (makefile-pickup-filenames-as-targets): Simplify.
31935         (makefile-previous-dependency, makefile-match-dependency):
31936         Don't stumble over `::'.
31938 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
31940         * subr.el (post-command-idle-hook, post-command-idle-delay):
31941         Remove obsoletion of post-command-idle-hook and
31942         post-command-idle-delay.
31944         * faces.el (list-faces-display): Provide button when describe-face
31945         is called to take user back to the list of faces.
31947         * help-fns.el (describe-variable): Remove hyperlinks in a
31948         variable's value as these are quite frequently inappropriate.
31950         * follow.el (follow-submit-feedback, follow-mode):
31951         Remove references to post-command-idle-hook.
31953 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
31955         * progmodes/make-mode.el (makefile-previous-dependency)
31956         (makefile-match-dependency): Check for := (and in bsd mode also
31957         !=) to give a better result, even when font-lock is not on.
31959 2005-05-18  Jay Belanger  <belanger@truman.edu>
31961         * calc/calc-help.el (calc-s-prefix-help):
31962         Add `calc-copy-special-constant' to help string.
31964 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
31966         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31968 2005-05-18  Jay Belanger  <belanger@truman.edu>
31970         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31971         in linear factors are in proper order.
31973 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
31975         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31976         Support for jurabib.
31978         * textmodes/reftex.el (featurep): Define aliases for overlay
31979         commands, for XEmacs compatibility, and use these aliases in
31980         overlay initializations.
31981         (reftex-highlight): Use `reftex-move-overlay'.
31982         (reftex-unhighlight): Use `reftex-delete-overlay'.
31983         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
31984         (reftex-access-search-path): Use `reftex-uniquify' instead of
31985         `reftex-uniq'.
31987         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31988         `before-string' property modification enables for Emacs as well.
31989         (reftex-select-item): Use `reftex-delete-overlay'.
31990         (reftex-select-mark): Use `reftex-make-overlay' and
31991         `reftex-overlay-put'.
31992         (reftex-select-unmark): Use `reftex-delete-overlay' and
31993         `reftex-overlay-put'.
31995 2005-05-18  Lute Kamstra  <lute@gnu.org>
31997         * emacs-lisp/lisp.el (check-parens): Fix docstring.
31999 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
32001         * add-log.el (add-change-log-entry):
32002         * array.el (array-make-template, array-reconfigure-rows)
32003         (array-init-max-row, array-init-max-column)
32004         (array-init-columns-per-line, array-init-field-width):
32005         * replace.el (replace-match-maybe-edit, perform-replace):
32006         * textmodes/spell.el (spell-region):
32007         Replace `read-input' by `read-string'.
32009         * forms.el (forms-mode):
32010         * finder.el (finder-compile-keywords):
32011         * shadowfile.el (shadow-read-files):
32012         Replace `eval-current-buffer' by `eval-buffer'.
32014         * terminal.el (te-pass-through):
32015         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
32016         (ange-ftp-raw-send-cmd):
32017         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
32018         (send-process-next-char, telnet-initial-filter, telnet):
32019         Replace `send-string' by `process-send-string'.
32021         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
32022         (prolog-consult-region): Replace `send-string' by
32023         `process-send-string'; replace `send-region' by `process-send-region'.
32025         * progmodes/delphi.el (delphi-log-msg):
32026         Replace `set-window-dot' by `set-window-point'.
32028         * subr.el (window-dot, set-window-dot, read-input, send-string)
32029         (send-region, show-buffer, eval-current-buffer):
32030         Make really obsolete, as the comment says.
32032 2005-05-17  Kim F. Storm  <storm@cua.dk>
32034         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
32035         (cua--init-keymaps): Bind C-return instead of S-return to set
32036         rectangle mark.
32038         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
32039         instead of S-return to toggle/clear rectangle mark.
32041 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
32043         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
32044         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
32045         Also fontify plain strings assigned to variables, mostly so that a
32046         colon has a face and is thus not taken as a dependency separator.
32047         (makefile-previous-dependency): Inline the new matcher, because it
32048         is too complex to work in both directions.
32049         (makefile-match-dependency): Eliminate `backward' arg (see above).
32050         Completely reimplemented so as to not sometimes go into an endless
32051         loop.  It should also be more efficient, because first it only
32052         searches for `:', instead of applying the very complex regexp.
32053         (makefile-mode): Cancel `font-lock-support-mode', because blocks
32054         to be fontified in one piece can be too long for JIT.
32055         Makefiles are never *that* big.
32057 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
32059         * dired.el (dired-mode): Simplify.
32061 2005-05-17  Lute Kamstra  <lute@gnu.org>
32063         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
32064         defcustom for the mode hook variable.
32066         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
32067         Emacs Lisp Reference Manual.
32069 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
32071         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
32072         (evenp, list*):
32073         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
32074         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
32076         * net/tramp-smb.el (tramp-smb-open-connection):
32077         Pass `tramp-chunksize' as fifth (required) argument.
32079 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
32081         * font-lock.el (lisp-font-lock-keywords-1):
32082         Set `font-lock-negation-char-face' for [^...] char group.
32083         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
32085         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
32086         a var, and refine it to mask one more level of nested vars.
32087         (makefile-rule-action-regex): Turn it into a var, and refine it so
32088         it recognizes backslashed continuation lines as belonging to the
32089         same command.
32090         (makefile-macroassign-regex): Refine it so it recognizes
32091         backslashed continuation lines as belonging to the same command.
32092         (makefile-var-use-regex): Don't look at the next char, because it
32093         might be the same one to be skipped by the initial [^$], leading
32094         to an overlooked variable use.
32095         (makefile-make-font-lock-keywords): Remove two parameters, which
32096         are now variables that some of the modes set locally.
32097         Handle dependency and rule action matching through functions, because
32098         regexps alone match too often.  Dependency matching now comes
32099         last, so it can check, whether a colon already matched something else.
32100         (makefile-mode): Inform that font-lock improves makefile parsing
32101         capabilities.
32102         (makefile-match-dependency, makefile-match-action): New functions.
32104 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
32106         * emacs-lisp/cl-extra.el (equalp): Doc fix.
32108         * align.el (align-regexp):
32109         * ansi-color.el (ansi-color-get-face):
32110         * array.el (array-reconfigure-rows, array-init-max-row)
32111         (array-init-max-column, array-init-columns-per-line)
32112         (array-init-field-width):
32113         * dired-aux.el (dired-trample-file-versions):
32114         * dired-x.el (dired-mark-sexp):
32115         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
32116         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
32117         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
32118         * faces.el (face-read-integer):
32119         * files.el (backup-extract-version, insert-directory):
32120         * hexl.el (hexl-insert-decimal-char):
32121         * server.el (server-process-filter):
32122         * shell.el (shell-extract-num):
32123         * startup.el (command-line-1):
32124         * term.el (term-command-hook):
32125         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
32126         (time-stamp-do-number):
32127         * time.el (display-time-update):
32128         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
32129         (timezone-fix-time):
32130         * vms-patch.el (vms-suspend-resume-hook):
32131         * calendar/appt.el (appt-convert-time):
32132         * calendar/cal-bahai.el (mark-bahai-diary-entries):
32133         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
32134         * calendar/cal-islam.el (mark-islamic-diary-entries):
32135         * calendar/calendar.el (calendar-cursor-to-date)
32136         (calendar-star-date):
32137         * calendar/diary-lib.el (diary-attrtype-convert)
32138         (mark-diary-entries, diary-entry-time):
32139         * calendar/solar.el (solar-get-number):
32140         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
32141         * emacs-lisp/re-builder.el (reb-display-subexp):
32142         * emulation/edt.el (edt-set-scroll-margins):
32143         * emulation/tpu-extras.el (tpu-set-scroll-margins):
32144         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
32145         (vip-get-ex-count):
32146         * emulation/viper-ex.el (viper-get-ex-token)
32147         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
32148         * international/fontset.el (fontset-plain-name):
32149         * mail/feedmail.el (feedmail-look-at-queue-directory):
32150         * mail/mailalias.el (mail-get-names):
32151         * mail/rmail.el (rmail-convert-to-babyl-format):
32152         * mail/rmailsum.el (rmail-make-basic-summary-line)
32153         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
32154         (rmail-summary-goto-msg):
32155         * mail/smtpmail.el (smtpmail-read-response):
32156         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
32157         (ange-ftp-vms-add-file-entry):
32158         * play/gametree.el (gametree-looking-at-ply)
32159         (gametree-current-branch-score):
32160         * progmodes/ada-xref.el (ada-prj-find-prj-file)
32161         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
32162         * progmodes/cperl-mode.el (condition-case):
32163         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
32164         (ebrowse-set-member-buffer-column-width)
32165         (ebrowse-select-1st-to-9nth):
32166         * progmodes/etags.el (etags-snarf-tag):
32167         * progmodes/flymake.el (flymake-parse-line):
32168         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
32169         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
32170         (idlwave-shell-menu-def):
32171         * progmodes/ps-mode.el (ps-run-goto-error):
32172         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
32173         (vhdl-speedbar-contract-level):
32174         * term/mac-win.el (x-handle-numeric-switch):
32175         * term/sun-mouse.el (sun-get-frame-data):
32176         * term/w32-win.el (x-handle-numeric-switch):
32177         * term/x-win.el (x-handle-numeric-switch):
32178         * textmodes/ispell.el (ispell-parse-output):
32179         * textmodes/nroff-mode.el (nroff-outline-level):
32180         * textmodes/reftex-cite.el (reftex-bib-sort-year)
32181         (reftex-bib-sort-year-reverse, reftex-format-citation):
32182         * textmodes/reftex-parse.el (reftex-init-section-numbers)
32183         (reftex-section-number):
32184         * textmodes/texinfmt.el (texinfo-paragraphindent):
32185         Replace `string-to-int' by `string-to-number'.
32187         * international/latexenc.el: Add page marker to force the "Local
32188         Variables:" string out of the last page.
32190 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
32192         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
32193         tooltip-change-major-mode.
32194         (gud-tooltip-print-command): Remove case where gud-minor-mode
32195         is gdb ("--fullname").
32196         (gud-tooltip-tips): Turn GUD tooltips off for this case and
32197         explain to user.
32199 2005-05-16  Jay Belanger  <belanger@truman.edu>
32201         * calc/calc-store.el (calc-copy-special-constant): New function.
32203         * calc/calc-ext.el (calc-init-extensions): Add binding for
32204         `calc-copy-special-constant'.
32206         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
32207         for the `calc-copy-special-constant' command.
32209 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
32211         * subr.el (left-fringe-p): New function.
32213         * progmodes/compile.el (compilation-setup): Set local value of
32214         overlay-arrow-string to "" always.
32215         (compilation-set-window): Left fringe then don't scroll.
32216         No left fringe then no arrow and scroll message to top.
32217         (compilation-context-lines): Adjust doc string accordingly.
32219 2005-05-16  Kim F. Storm  <storm@cua.dk>
32221         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
32222         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
32223         (ido-wide-find-dir-or-delete-dir): New command for M-d.
32224         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
32225         (ido-read-file-name): Handle commands with ido property value
32226         equal to find-file as reading a file name, to allow C-d to enter dired.
32227         (ibuffer-find-file): Add ido property with value find-file.
32229 2005-05-15  Kim F. Storm  <storm@cua.dk>
32231         * subr.el (open-network-stream-nowait): Remove.
32232         (open-network-stream-server): Remove.
32234 2005-05-15  Richard M. Stallman  <rms@gnu.org>
32236         * faces.el (describe-face): Output a definition link button.
32238         * help-mode.el (help-face-def): New button type.
32240         * emacs-lisp/copyright.el (copyright-fix-years):
32241         Match properly if the first year is 2-digit.
32242         Don't mess up the whitespace after the years by filling.
32244         * dired-aux.el (dired-mark-confirm):
32245         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
32247         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
32248         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
32249         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
32251         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32252         Set font-lock-comment-start-skip.
32254         * font-lock.el (font-lock-comment-start-skip): New variable.
32255         (font-lock-comment-end-skip): New variable.
32256         (font-lock-fontify-syntactically-region): Use them if non-nil.
32258 2005-05-15  Jay Belanger  <belanger@truman.edu>
32260         * calc/calc-store.el (calc-store-value): Return a string rather
32261         than display it as a message.
32262         Use calc-var-name for variable name.
32263         (calc-store-into): Add the result of calc-store-value to message.
32264         (calc-copy-variable): Add a message.
32265         (calc-store-exchange): Improve error messages.
32266         (calc-store-binary, calc-store-map): Don't reset the values of
32267         special constants.
32269 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
32271         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
32272         manual to docstring.
32274         * files.el (hack-local-variables-confirm): Add STRING argument.
32275         Make the function handle non file visiting buffers correctly.
32276         (hack-local-variables-prop-line, hack-local-variables)
32277         (hack-one-local-variable): Use STRING arg of
32278         `hack-local-variables-confirm'.
32280 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
32282         Sync with Tramp 2.0.49.
32284         * net/tramp.el (tramp-handle-dired-call-process)
32285         (tramp-handle-insert-directory):`insert-buffer' cannot be used
32286         because the contents of the Tramp buffer is changed before
32287         insertion (`expand-file' and alike).
32288         (tramp-handle-insert-directory): If `localname' has an empty
32289         nondirectory name, it must not be quoted.
32290         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
32291         variable `tramp-chunksize'.  Change callees.
32292         (tramp-open-connection-setup-interactive-shell): Check remote host
32293         for buggy `send-process-string' implementation.
32294         Set `tramp-chunksize' if found.  Reported by Michael Kifer
32295         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
32296         (tramp-handle-shell-command): `insert-buffer' cannot be used
32297         because the contents of the Tramp buffer is changed before
32298         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
32299         <frederic.bothamy@free.fr>.
32300         (tramp-set-auto-save): Actions should be done for Tramp file name
32301         handler only.  Ange-FTP has its own auto-save mechanism.
32302         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
32303         (tramp-set-auto-save-file-modes): Set file modes of
32304         `buffer-auto-save-file-name' to ?\600 as fallback solution.
32305         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
32306         (tramp-bug): Remove obsolete variable.
32307         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
32308         for presence of `mml-mode'.  Make it running for older Emacsen as well.
32310 2005-05-14  John Paul Wallington  <jpw@pobox.com>
32312         * ibuf-ext.el (define-ibuffer-filter filename):
32313         If `dired-directory' is a list, use its car.
32315 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
32317         * ibuffer.el (define-ibuffer-column filename):
32318         If `dired-directory' is a list, use its car.
32320 2005-05-14  Richard M. Stallman  <rms@gnu.org>
32322         * subr.el (symbol-file): Doc fix.
32324         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
32325         (byte-compile-form): Call byte-compile-nogroup-warn.
32326         (byte-compile-warning-types): Doc fix.
32328         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
32330         * progmodes/cc-engine.el (c-literal-faces):
32331         Add font-lock-comment-delimiter-face.
32333         * net/net-utils.el (dig): Use with-no-warnings.
32335         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
32336         (sc-recite-frame-alist, sc-default-cite-frame)
32337         (sc-default-uncite-frame, sc-default-recite-frame)
32338         (sc-attrib-selection-list, sc-rewrite-header-list):
32339         Mark as risky-local-variable.
32341         * international/ogonek.el (ogonek-jak, ogonek-how):
32342         Don't use beginning-of-buffer.
32344         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
32346         * calendar/solar.el (solar-data-list): Move definition up.
32348         * dnd.el (dnd-protocol-alist): Add autoload.
32350         * progmodes/sh-script.el: Many doc usage fixes.
32351         (sh-indent-after-do): Change default to match common styles.
32353 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
32355         * files.el (interpreter-mode-alist)
32356         (auto-mode-interpreter-regexp): Doc fixes.
32358 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
32360         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
32362         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
32364 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32366         * dired.el (dired-mode): make-variable-buffer-local =>
32367         make-local-variable.
32369 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32371         * term/mac-win.el (mac-select-convert-to-string): Try coding
32372         systems in mac-script-code-coding-systems if specified one cannot
32373         encode string for `com.apple.traditional-mac-plain-text'.
32375 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
32377         * progmodes/make-mode.el (makefile-targets-face)
32378         (makefile-shell-face, makefile-makepp-perl-face): New faces.
32379         (makefile-dependency-regex): Fix it to not make the colon in
32380         $(var:a=b) special.
32381         (makefile-rule-action-regex): New regexp for highlighting embedded
32382         Shell strings.
32383         (makefile-macroassign-regex): Handle != for highlighting as
32384         embedded Shell strings.
32385         (makefile-var-use-regex): New const.
32386         (makefile-statements, makefile-automake-statements)
32387         (makefile-gmake-statements, makefile-makepp-statements)
32388         (makefile-bsdmake-statements): New consts.
32389         (makefile-make-font-lock-keywords): New function.
32390         (makefile-automake-font-lock-keywords)
32391         (makefile-gmake-font-lock-keywords)
32392         (makefile-makepp-font-lock-keywords)
32393         (makefile-bsdmake-font-lock-keywords): New consts.
32394         (makefile-mode-map): Add switchers between the various submodes.
32395         (makefile-mode): Document the availability of the variants.
32396         (makefile-automake-mode, makefile-gmake-mode)
32397         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
32399         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
32400         new variants of makefile-mode.
32402 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
32404         * font-lock.el (font-lock-comment-delimiter-face): Fix up
32405         the inheritance.
32407 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
32409         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
32410         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
32412         * files.el (normal-mode): Extend the scope of the
32413         `enable-local-variables' binding to include the `set-auto-mode' call.
32414         (magic-mode-alist): Doc fix.
32416 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
32418         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
32419         font-lock-comment-face rather than copying its setting.
32421 2005-05-12  Andreas Schwab  <schwab@suse.de>
32423         * eshell/esh-mode.el (eshell-send-input): Doc fix.
32425 2005-05-12  Lute Kamstra  <lute@gnu.org>
32427         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
32428         defcustom for the mode hook variable.  Delete the last argument.
32429         * generic-x.el: Fix callers of define-generic-mode.
32430         (generic-x-modes): Delete group.
32431         (show-tabs-tab-face, show-tabs-space-face): Put them in the
32432         generic-x customization group.
32434 2005-05-12  Kim F. Storm  <storm@cua.dk>
32436         * font-lock.el (font-lock-negation-char-face): Default to "off".
32438         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
32439         font-lock-negation-char-face to ! in !=.
32441 2005-05-12  Masatake YAMATO  <jet@gyve.org>
32443         * add-log.el (find-change-log): Fix typos in the docstring
32444         of function.
32446 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
32448         * international/latexenc.el (latexenc-find-file-coding-system):
32449         Avoid `re-search-forward' when looking for input encoding because
32450         of speed and safety.  Better regular expressions for recognizing
32451         input encoding.  Limit a search for TeX-master/tex-main-file to
32452         the local variable section.
32454 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
32456         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
32457         syntax of $ to "'" (quote).
32459 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
32461         * dnd.el (dnd-protocol-alist): Improve custom type.
32463         * dired.el (dired-dnd-protocol-alist): New variable.
32464         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
32465         `dired-mode-hook' to the end.
32467 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32469         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
32470         comment-end if comment-start-skip is not set.
32471         Obey the font-lock-comment-delimiter-face variables.
32473 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32475         * files.el (executable-find): Move from executable.el.  Use
32476         locate-file.
32477         * progmodes/executable.el (executable-find): Move to files.el.
32479         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
32480         when trying to ensure forward progress.
32482 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
32484         * mouse-sel.el (mouse-sel-follow-link-p): New function.
32485         (mouse-select, mouse-select-internal, mouse-extend-internal):
32486         Use it to implement mouse-1-click-follows-link functionality.
32488 2005-05-11  Richard M. Stallman  <rms@gnu.org>
32490         * font-lock.el (font-lock-fontify-syntactically-region):
32491         Use font-lock-comment-delimiter-face for comment delimiters.
32493 2005-05-10  Jay Belanger  <belanger@truman.edu>
32495         * calc/calc-help.el (calc-m-prefix-help): Add mention of
32496         preserving embedded modes.
32498 2005-05-10  Richard M. Stallman  <rms@gnu.org>
32500         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
32502         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
32503         Move from ada-stmt.el.
32504         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
32506         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
32507         Move to ada-mode.el.
32508         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
32510         * cus-edit.el (custom-file): Call file-chase-links.
32512         * files.el (read-directory-name): Fix previous change.
32513         (hack-local-variables-confirm): New function.
32514         (hack-local-variables-prop-line, hack-local-variables)
32515         (hack-one-local-variable): Use it.
32517 2005-05-10  Lute Kamstra  <lute@gnu.org>
32519         * font-lock.el (font-lock-keywords-alist)
32520         (font-lock-removed-keywords-alist): Clarify docstrings.
32522 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
32524         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
32525         (gdb-source-info): Check for preprocessor info.
32526         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
32527         a macro for a function.
32528         (gdb-info-breakpoints-custom): Try to find file again if not already
32529         found (user might have used GDB dir command).
32530         (gdb-get-location): Update gdb-location-alist correctly for change
32531         to gdb-info-breakpoints-custom.
32533         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
32534         (gud-tooltip-print-command): Add gdbmi case.
32535         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
32536         preprocessor info.
32538 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
32540         * startup.el (fancy-splash-insert): Fix typo in doc string.
32542 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
32544         * obsolete/float.el (string-to-float):
32545         * obsolete/hilit19.el (hilit-add-pattern):
32546         * obsolete/rnews.el (news-parse-range, news-select-message)
32547         (news-get-pruned-list-of-files): Replace `string-to-int' by
32548         `string-to-number'.
32550         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
32551         `find-file-not-found-hooks'; use `add-hook'.
32552         (uncompress-while-visiting): Set `write-file-functions', not
32553         `write-file-hooks'; use `add-hook'.
32555 2005-05-09  Kim F. Storm  <storm@cua.dk>
32557         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
32558         (cua-paste): Handle clipboard action.
32559         (cua--init-keymaps): Remap clipboard-kill-region and
32560         clipboard-kill-ring-save.
32562 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
32564         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32565         Improve commentary.
32567         * simple.el (next-error-overlay-arrow-position): Revert the change
32568         made on 2005-04-30.
32570 2005-05-07  Jay Belanger  <belanger@truman.edu>
32572         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
32573         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
32574         `calc-sel-reselect'.
32576         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
32577         Calc is in embedded mode.
32579 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
32581         * progmodes/compile.el (compilation-setup):
32582         Set overlay-arrow-string to an empty string on text terminals.
32584         * textmodes/ispell.el (ispell-program-name): Try looking for
32585         "aspell" along exec-path, and if found, use it as the default
32586         speller program.
32588 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
32590         * international/mule.el (sgml-xml-auto-coding-function):
32591         Recognize encoding='FOO' in single quotes as well as in double quotes.
32593 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
32595         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32596         as well as `interactive', so that defmacro* would recognize
32597         `declare' forms.
32599 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
32601         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32602         Explain more about the LIGHTER arg's usage in the doc string.
32603         Add commentary to clarify what the code does.  Fix the regexp that
32604         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
32605         since it could have characters special to regular expressions.
32607 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
32609         * replace.el (occur-1): Bind inhibit-read-only so that
32610         erase-buffer doesn't barf on read-only text properties (likewise
32611         for add-text-properties in occur-engine).  Mark buffer as unmodified.
32612         (occur-engine): Don't set buffer-read-only here.
32614 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32616         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32617         list-buffers-directory.  This caused the *cvs-commit* buffer to be
32618         sometimes mistakenly reused as a *cvs* buffer.
32620 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
32622         * tooltip.el: Move code for GUD tooltips into gud.el.
32623         (require): CL no longer needed to compile case.
32624         (tooltip-mode): Do not toggle functions for GUD tooltips.
32625         (tooltip-gud-tips-p): Remove.  Replace with minor mode
32626         gud-tooltip-mode in gud.el.
32627         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32628         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32629         tooltip-gud prefix with gud-tooltip and obsolete.
32630         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32631         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32632         (tooltip-mouse-motion): Mouse movement functions/variable.
32633         Rename in gud.el by adding gud prefix.
32634         (tooltip-gud-original-filter, tooltip-gud-dereference)
32635         (tooltip-gud-event, tooltip-toggle-gud-tips)
32636         (tooltip-gud-process-output, tooltip-gud-print-command)
32637         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
32638         gud.el by replacing tooltip-gud prefix with gud-tooltip.
32639         (gdb-tooltip-print): Move to gdb-ui.el.
32641         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32642         (require): CL needed to compile case.
32643         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32644         tooltip-gud-tips-p.  Make it a minor-mode.
32645         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32646         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32647         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32648         (gud-tooltip-change-major-mode)
32649         (gud-tooltip-activate-mouse-motions-if-enabled)
32650         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32651         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32652         (gud-tooltip-original-filter, gud-tooltip-dereference)
32653         (gud-tooltip-event, tooltip-toggle-gud-tips)
32654         (gud-tooltip-process-output, gud-tooltip-print-command)
32655         (gud-tooltip-tips): Move from tooltip.el.
32657         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32658         (gdb-cpp-define-alist-flags): Doc fix.
32659         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32660         gud-tooltip-mode is t.
32662 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
32664         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32665         evaporate if their text is deleted.
32666         (goto-address-at-point): Make it work as a mouse binding as well.
32667         (goto-address-at-mouse): Obsolete it.  Update users.
32669 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
32671         * calendar/appt.el (top-level): No longer activate on load.
32673 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
32675         * calendar/cal-bahai.el (mark-bahai-diary-entries):
32676         * net/webjump.el (webjump):
32677         * progmodes/idlw-help.el (idlwave-do-context-help1)
32678         (idlwave-highlight-linked-completions):
32679         * textmodes/po.el (po-find-file-coding-system-guts):
32680         Replace `assoc-ignore-case' by `assoc-string'.
32682 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
32684         * files.el (locate-file): Doc fix.
32686         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32687         Remove the redundant test for ms-dos.
32689         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32690         look for the preprocessor with exec-suffixes.  If not found in
32691         standard places, look in exec-path.  Remove most of the tests that
32692         used system-type.
32694         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32696         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32698         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32699         file-name clash with jka-compr.el on 8+3 filesystems.
32701 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32703         * term/mac-win.el: Don't define or bind scroll bar functions if
32704         x-toolkit-scroll-bars is t.
32705         (x-select-text, x-get-selection-value): Clear
32706         x-last-selected-text-clipboard if x-select-enable-clipboard is
32707         nil.
32708         (PRIMARY): Put mac-scrap-name property.
32709         (mac-select-convert-to-file-url): New function.
32710         (public.file-url): New selection target type.  Add to
32711         selection-converter-alist.
32712         (x-get-selection, x-selection-value): Handle it.
32713         (x-cut-buffer-or-selection-value): New alias.
32715 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32717         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32718         entry to avoid calling bibtex-find-entry with arg global
32719         being t.  Remove arg key.
32720         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32721         (bibtex-copy-summary-as-kill): Change accordingly.
32723 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32725         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32726         (org-agenda-date-later): Use with-current-buffer.
32728 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
32730         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32731         (define-obsolete-variable-alias): Doc Fixes.
32733 2005-05-06  Kim F. Storm  <storm@cua.dk>
32735         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
32736         vertical-motion when selective-display is active.
32738         * ido.el (ido-setup-hook): New hook.
32739         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32740         (ido-input-stack): New var.
32741         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
32742         ido-next-work-file binding to M-O.
32743         Bind M-f to ido-wide-find-file-or-pop-dir.
32744         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32745         (ido-read-internal): Run ido-setup-hook.
32746         Catch quit in read-file-name and read-string to cancel edit.
32747         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32748         Automatically pop-all when completing a directory name (RET).
32749         (ido-file-internal): Add with-no-warnings around ffap and dired code.
32750         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32751         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32752         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32753         New functions for M-b/M-f to move among the directory components.
32754         (ido-make-merged-file-list): Catch quit to cancel merge.
32755         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32756         (ido-completion-help): No warnings for ido-completion-buffer-full.
32758 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
32760         * font-lock.el (font-lock-negation-char-face): New face and variable.
32761         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32762         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32763         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32764         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32766 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
32768         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32769         Fix typo in docstring.
32771         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32772         (ebrowse-print-statistics-line)
32773         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32775         * term/w32-win.el (image-library-alist): Add additional name for
32776         Xpm library.
32778 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
32780         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32781         use gcc instead of cpp.
32783         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32784         (gdb-create-define-alist): Use it.
32785         (gdb-cpp-define-alist-program): Update for MS-DOS.
32787 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
32789         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32791 2005-05-04  Richard M. Stallman  <rms@gnu.org>
32793         * help.el (describe-key): No error when UNTRANSLATED is nil.
32795         * simple.el (line-move-1): Fix previous change to signal errors
32796         appropriately.
32798 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
32800         * calendar/icalendar.el (icalendar-version): Now at 0.12.
32801         (icalendar-duration-correction): Remove.
32802         (icalendar--get-event-properties): Split result at commas.
32803         (icalendar--decode-isoduration): New optional argument
32804         DURATION-CORRECTION.
32805         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32806         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32807         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32808         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32809         (icalendar--convert-anniversary-to-ical): New functions, extracted
32810         from icalendar-export-region, with bug fixes.
32811         (icalendar-export-region): Use the above functions.
32812         (icalendar-import-buffer): Check before saving diary file.
32813         (icalendar--convert-recurring-to-diary)
32814         (icalendar--convert-non-recurring-all-day-to-diary)
32815         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32816         extracted from icalendar--convert-ical-to-diary, with bug fixes.
32817         (icalendar--convert-ical-to-diary): Use the above functions.
32819 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
32821         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32822         Remove these recent additions.
32823         (c-mode): Restore to before 2005-04-28.
32825         * progmodes/cc-vars.el (cc-define-list-program): Remove this
32826         recent addition.
32828         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32829         (gdb-define-alist): New variables.
32830         (gdb-create-define-alist): New function.
32831         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32832         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32833         with string-to-number.
32834         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
32836         * progmodes/gud.el: Replace string-to-int with string-to-number.
32837         (gud-find-file): Handle gdb-define-alist.
32839         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32841 2005-05-02  Jay Belanger  <belanger@truman.edu>
32843         * calc/calc-aent.el (math-read-token):
32844         * calc/calc-bin.el (calc-word-size):
32845         * calc/calc-ext.el (calc-read-number-fancy):
32846         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32847         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32848         * calc/calc-frac.el (calc-over-notation):
32849         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32850         (calc-graph-num-points, calc-graph-init):
32851         * calc/calc-prog.el (calc-read-parse-table-part)
32852         (calc-edit-macro-repeats):
32853         * calc/calc-yank.el (calc-do-grab-rectangle):
32854         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32855         Replace `string-to-int' by `string-to-number'.
32857 2005-05-02  Kim F. Storm  <storm@cua.dk>
32859         * kmacro.el: Use executing-kbd-macro-index variable.
32861 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
32863         * net/rlogin.el (rlogin-parse-words): Delete func.
32864         (rlogin): Use split-string, not rlogin-parse-words.
32865         Also, if there are option-like elements in the parsed args,
32866         take the host to be the first arg immediately following them.
32867         Suggested by Michael Mauger.
32869 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
32871         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32873 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
32875         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32876         (cc-mode-cpp-program): Rename to cc-define-list-program and
32877         move to cc-vars.el.
32879         * progmodes/cc-vars.el (cc-define-list-program):
32880         Change to "gcc -E -dM -".  Make customizable.
32882 2005-05-02  Kim F. Storm  <storm@cua.dk>
32884         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32886 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
32888         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32890         * international/mule-util.el (truncate-string): Remove alias and
32891         obsolete declaration.
32893         * international/mule-cmds.el (update-iso-coding-systems):
32894         Remove alias and obsolete declaration.
32896         * international/mule.el (coding-system-parent): Remove alias and
32897         obsolete declaration.
32899         * subr.el (define-function, sref): Remove aliases and obsolete
32900         declarations.
32901         (chars-in-region): Remove obsolete declaration.
32903 2005-05-01  Richard M. Stallman  <rms@gnu.org>
32905         * info.el (Info-mode): Set widen-automatically to nil, locally.
32907         * simple.el (widen-automatically): New variable.
32908         (pop-global-mark): Obey widen-automatically.
32910 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
32912         * term/xterm.el (function-key-map): Call substitute-key-definition
32913         before the keymap size is increased by a lot of define-key calls.
32915 2005-05-01  Richard M. Stallman  <rms@gnu.org>
32917         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32918         Rename ARG to ELEMENT.  Doc fix.
32920 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
32922         * allout.el (allout-exposure): Remove macro and obsolete declaration.
32923         Remove references to allout-exposure/change to allout-new-exposure.
32925         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32926         bytecode symbols.
32928         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32929         (compiled-function-p, focus-frame, unfocus-frame):
32930         Remove aliases and obsolete declarations.
32931         Back out inadvertent changes from previous commit.
32933 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
32935         * files.el (require-final-newline): Make Custom tags consistent
32936         with mode-require-final-newline.
32937         (mode-require-final-newline): Doc fix.
32939 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32941         * international/latexenc.el (latexenc-find-file-coding-system):
32942         Fix regular expressions.
32944 2005-05-01  David Kastrup  <dak@gnu.org>
32946         * international/latexenc.el (latexenc-find-file-coding-system):
32947         Fix regular expressions.
32949 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
32951         * subr.el (string-to-int): Make obsolete.
32953 2005-04-30  Richard M. Stallman  <rms@gnu.org>
32955         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32957         * loadup.el: Load jka-comp-hook.
32959         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32960         (jka-compr-handler): Add autoload.  `put' calls moved
32961         to jka-comp-hook.el.
32962         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32963         (jka-compr-inhibit): Autoload.
32965         * jka-comp-hook.el: New file.
32966         Enable the mode by default.
32968         * files.el (backup-buffer-copy): Use copy-file instead
32969         of write-region, and put back the 'excl.
32971 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
32973         * progmodes/flymake.el (flymake-split-string)
32974         (flymake-split-string, flymake-log, flymake-pid-to-names)
32975         (flymake-reg-names, flymake-get-source-buffer-name)
32976         (flymake-unreg-names, flymake-add-line-err-info)
32977         (flymake-add-err-info): Clarify docstrings.
32978         (flymake-popup-menu, flymake-make-emacs-menu)
32979         (flymake-make-xemacs-menu): Add docstrings.
32980         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32981         Set variables directly throughout.
32983 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
32985         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32986         exists.  Initialize cc-define-alist.
32987         (c-mode): Add cc-create-define-alist locally to after-save-hook.
32988         If there is no file (Macroexpansion) don't create an alist.
32990 2005-04-29  Sam Steingold  <sds@gnu.org>
32992         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32993         (cc-create-define-alist): Use it instead of the hard-coded string.
32995 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
32997         * international/mule-conf.el (file-coding-system-alist): Fix regexp
32998         for latexenc.
33000 2005-04-29  Lute Kamstra  <lute@gnu.org>
33002         * emacs-lisp/generic.el: Improve commentary section.
33003         (define-generic-mode): Improve docstring.
33005 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
33007         * textmodes/org.el (many places): Change to quiet the byte compiler.
33008         (org-prefix-format-compiled): New variable.
33009         (org-compile-prefix-format): New function.
33010         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
33011         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
33012         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
33013         (org-get-entries-from-diary): Use `org-get-time-of-day' for
33014         consistency with entries from `org-mode' files.
33015         (org-get-time-of-day): Fix bug with partial matches early in a line.
33016         (org-non-link-chars): New constant.
33017         (org-link-regexp): Respect `org-non-link-chars'.
33018         (org-agenda-day-view): Remove command.
33019         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
33020         (org-follow-bbdb-link, org-store-link): Search also company field.
33021         (org-highlight-overlay): New variable.
33022         (org-highlight, org-unhighlight): New functions.
33023         (org-agenda-mode): Add pre-command-hook to remove highlight.
33024         (org-evaluate-time-range): Behavior depends upon whether time stamp
33025         contains a time or not.
33026         (org-show-subtree, org-show-entry): New functions.
33027         (org-agenda-cleanup-fancy-diary): Remove empty lines.
33029 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
33031         * comint.el (comint-output-filter-functions): Add autoload cookie.
33033 2005-04-28  Kim F. Storm  <storm@cua.dk>
33035         * ido.el (ido-everywhere): Fix last change.
33037 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
33039         * international/latexenc.el: New file.
33040         * international/mule-conf.el (file-coding-system-alist): For .tex,
33041         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
33043 2005-04-28  Lute Kamstra  <lute@gnu.org>
33045         * font-lock.el (font-lock-add-keywords)
33046         (font-lock-remove-keywords): Clarify docstring.
33047         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
33048         Don't start docstrings with a `*'.
33049         (font-lock-update-removed-keyword-alist): Give it a docstring.
33051         * generic-x.el: Update commentary section.
33052         Only require font-lock when compiling.
33053         Define all modes conditionally.
33054         Place all generic modes in the generic-x-modes customization group.
33055         (generic-x-modes): New customization group.
33056         (generic-default-modes, generic-mswindows-modes)
33057         (generic-unix-modes, generic-other-modes): New constants.
33058         (generic-define-mswindows-modes, generic-define-unix-modes):
33059         Update docstrings.  Make them obsolete.
33060         (generic-extras-enable-list): New default value.  Update docstring.
33061         Improve :type.  Change :set function.
33062         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
33063         Fix docstring.
33065         * emacs-lisp/generic.el (generic-mode-internal):
33066         Simplify font-lock-defaults.
33067         (define-generic-mode): Fix docstring.
33069 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33071         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
33072         font-lock-face property to highlight matches.
33074 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
33076         * progmodes/cc-mode.el (cc-create-define-alist): New function.
33077         (cc-define-alist): New variable.
33078         (c-mode): Make it local and initialize it.
33080         * progmodes/gdb-ui.el (gdb-active-process): New variable.
33081         (gdb-exited): New function.
33082         (gdb-annotation-rules): Use it.
33083         (gdb-starting): Set gdb-active-process to t.
33084         (gdb-stopping): Amend doc string.
33085         (gdb-reset): Set gdb-active-process to nil.
33087         * tooltip.el (tooltip-gud-tips): Show the associated #define
33088         directives when a C program under GDB is not executing.
33090 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33092         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
33093         font-lock-fontify-syntactic-keywords.
33095         * font-lock.el (font-lock-default-fontify-region): Don't force
33096         parse-sexp-lookup-properties to nil.
33098 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
33100         * man.el (man-mode-syntax-table): Set up `:' to have
33101         word-constituent syntax.
33103 2005-04-27  Lute Kamstra  <lute@gnu.org>
33105         * novice.el (disable-command): Don't add spurious newlines to the
33106         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
33108 2005-04-26  Jay Belanger  <belanger@truman.edu>
33110         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
33111         than one window before deleting window.
33113 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
33115         * shell.el (shell-prompt-pattern): Doc fix.
33116         (shell-mode): Set paragraph-separate buffer locally to "\\'".
33118         * comint.el (comint-prompt-regexp, comint-get-old-input)
33119         (comint-use-prompt-regexp)
33120         (comint-use-prompt-regexp-instead-of-fields)
33121         (comint-replace-by-expanded-history, comint-send-input)
33122         (comint-output-filter, comint-get-old-input-default)
33123         (comint-line-beginning-position, comint-bol, comint-show-output)
33124         (comint-backward-matching-input, comint-forward-matching-input)
33125         (comint-next-prompt, comint-previous-prompt):
33126         Rename `comint-use-prompt-regexp-instead-of-fields' to
33127         `comint-use-prompt-regexp'.  Keep old name as alias and declare
33128         obsolete.
33129         (comint-use-prompt-regexp): Shorten first line of doc string.
33131         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
33132         Set paragraph-separate buffer locally to "\\'".
33134         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
33135         Adapt to above name change.
33137         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
33138         (smbclient-prompt-regexp): Ditto.
33140         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
33142 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
33144         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
33145         gdb-location-list.
33146         Break lines that are over 80 characters wide.
33148 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33150         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
33151         New fun and var, to preserve compatibility.
33153         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
33155 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
33157         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
33158         name to file-newer-than-file-p.
33160 2005-04-26  Richard M. Stallman  <rms@gnu.org>
33162         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
33164         * progmodes/python.el (python-mode):
33165         Use new name eldoc-documentation-function.
33167         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
33169         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
33170         (eldoc-documentation-function):
33171         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
33173 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
33175         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
33177 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
33179         * term/xterm.el (function-key-map): Fix strings for
33180         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
33181         {C,S,A,C-S}-{f1-f12}.
33183 2005-04-26  Kenichi Handa  <handa@m17n.org>
33185         * international/mule-cmds.el (select-safe-coding-system):
33186         Fix previous change.
33188 2005-04-26  Lute Kamstra  <lute@gnu.org>
33190         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
33192         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
33193         (font-lock-comment-delimiter-face): Ditto.
33195         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
33197 2005-04-25  Jay Belanger  <belanger@truman.edu>
33199         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
33200         to t while inserting information; use help-mode.
33202 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
33204         * term.el (ansi-term-color-vector): Use the xterm colors.
33205         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
33207 2005-04-25  Lute Kamstra  <lute@gnu.org>
33209         * font-core.el (font-lock-defaults): Fix docstring.
33211         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
33213 2005-04-25  Kenichi Handa  <handa@m17n.org>
33215         * international/mule-cmds.el (select-safe-coding-system):
33216         Don't check consistency with coding: spec, etc if raw-text or
33217         no-conversion was found to be safe.
33219 2005-04-24  Richard M. Stallman  <rms@gnu.org>
33221         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
33222         citation markers at start of each line.
33224         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
33225         citation markers at start of each line.
33227         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
33229         * files.el (mode-require-final-newline): Fix previous change.
33230         (require-final-newline): Fix type label.
33232 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
33234         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
33235         statement in buffer (broken by 2004-11-24 change).
33237 2005-04-24  Kim F. Storm  <storm@cua.dk>
33239         * ido.el (ido-everywhere): Save and restore old read-buffer-function
33240         and read-file-name-function values.  Don't overwrite existing
33241         non-nil values if ido-mode is enabled without ido-everywhere.
33243 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
33245         * files.el (mode-require-final-newline): Minor doc fix.
33247 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
33249         * subr.el (syntax-after): Doc fix.
33250         (syntax-class): If argument is nil, return nil.  Mask off upper 16
33251         bits, not 8 bits.
33253         * files.el (mode-require-final-newline): Doc fix.
33254         (backup-buffer-copy): Fix last change.
33256 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33258         * term/mac-win.el: Require select.  Set selection-coding-system to
33259         mac-system-coding-system.  Call menu-bar-enable-clipboard.
33260         (x-last-selected-text-clipboard, x-last-selected-text-primary)
33261         (x-select-enable-clipboard): New variables.
33262         (x-select-text, x-get-selection, x-selection-value)
33263         (x-get-selection-value, mac-select-convert-to-string)
33264         (mac-services-open-file, mac-services-open-selection)
33265         (mac-services-insert-text): New functions.
33266         (CLIPBOARD, FIND): Put mac-scrap-name property.
33267         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
33268         (public.tiff): Put mac-ostype property.
33269         (selection-converter-alist): Add entries for them.
33270         (mac-application-menu-map): New keymap.
33271         (interprogram-cut-function, interprogram-paste-function): Set to
33272         x-select-text and x-get-selection-value, respectively.
33273         (split-window-keep-point): Set to t.
33275 2005-04-23  Richard M. Stallman  <rms@gnu.org>
33277         * files.el (read-directory-name): Always pass non-nil
33278         DEFAULT-FILENAME arg to read-file-name.
33279         (backup-buffer-copy, basic-save-buffer-2): Take care against
33280         writing thru an unexpected existing symlink.
33281         (revert-buffer): In indirect buffer, revert the base buffer.
33282         (magic-mode-alist): Doc fix.
33283         (buffer-stale-function): Doc fix.
33284         (minibuffer-with-setup-hook): Avoid warning.
33285         (mode-require-final-newline): Doc and custom fix.
33287         * follow.el (follow-end-of-buffer): Use with-no-warnings.
33289         * font-lock.el (font-lock-comment-face): On terminals with few colors,
33290         use the default appearance.
33291         (font-lock-comment-delimiter-face): New face, new variable.
33293         * imenu.el (imenu--generic-function): The official position of a
33294         definition is the start of the line that BEG is in.
33296         * midnight.el (midnight-timer): Move defvar up.
33298         * mouse.el (mouse-drag-region-1): Delete some debugging code.
33300         * saveplace.el (save-place-to-alist): Use with-no-warnings.
33302         * startup.el (command-line): Use with-no-warnings.
33304         * window.el (window-size-fixed): New defvar.
33306         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
33308         * mail/rmail.el (rmail-font-lock-keywords):
33309         Use font-lock-comment-delimiter-face.
33311         * mail/sendmail.el (mail-font-lock-keywords):
33312         Use font-lock-comment-delimiter-face.
33314         * progmodes/compile.el (next-error-highlight-timer): New defvar.
33316 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
33318         * progmodes/compile.el (compilation-mode-font-lock-keywords):
33319         Specify t for LAXMATCH when matching directories.
33320         Save match data around compilation-compat-error-properties form.
33322 2005-04-23  David Kastrup  <dak@gnu.org>
33324         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
33325         Mention that the autoloaded aliases should be kept for AUCTeX.
33327 2005-04-23  Andreas Schwab  <schwab@suse.de>
33329         * isearch.el (isearch-forward): Doc fix.
33331 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
33333         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
33334         (jit-lock-stealth-nice): Change default value to 0.5.
33336 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
33338         * abbrev.el (write-abbrev-file): Write table entries in
33339         alphabetical order by table name.
33341 2005-04-22  Kim F. Storm  <storm@cua.dk>
33343         * ido.el (ido-read-internal): Fix `list' completion.
33345 2005-04-22  Kenichi Handa  <handa@m17n.org>
33347         * recentf.el (recentf-save-file-coding-system): New variable.
33348         (recentf-save-list): Encode the file by
33349         recentf-save-file-coding-system and add coding: tag.
33351 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
33353         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
33355 2005-04-21  Lute Kamstra  <lute@gnu.org>
33357         * loadhist.el (unload-feature): Don't remove a function from hooks
33358         if it is about to be restored to an autoload .  Remove functions
33359         that will become unbound from auto-mode-alist.  Simplify the code.
33361         * subr.el (assq-delete-all): New implementation that is linear,
33362         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
33363         (rassq-delete-all): New function.
33365         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33366         Add size-indication-mode.
33368 2005-04-21  Kenichi Handa  <handa@m17n.org>
33370         * international/mule-cmds.el: Add autoload for widget-value in
33371         eval-when-compile.
33373 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
33375         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
33376         Add tooltip-mode.
33378         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
33380 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
33382         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
33383         (inferior-lisp-filter-regexp, inferior-lisp-program)
33384         (inferior-lisp-load-command, inferior-lisp-prompt)
33385         (inferior-lisp-mode-hook, lisp-source-modes)
33386         (inferior-lisp-load-hook): defvar->defcustom.
33387         (inferior-lisp-program, inferior-lisp-prompt)
33388         (inferior-lisp-load-hook): Doc fixes.
33389         (inferior-lisp-install-letter-bindings): Small change in
33390         introductory comment.
33392 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
33394         * vc.el (vc-annotate-color-map): Change some colors so that text
33395         using them as foreground is readable on both white and black
33396         backgrounds.
33398 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33400         * international/mule-conf.el (translation-table-for-input):
33401         Remove redundant declaration.
33403 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
33405         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
33407         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
33408         (tooltip-toggle-gud-tips): New function.
33410 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33412         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
33413         right angle brackets.
33415 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
33417         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
33419 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
33421         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
33422         Remove.  Update callers to use expand-file-name instead.
33424         * subr.el (syntax-class): New function.
33426         * simple.el (blink-matching-open): Use it.
33428         * paren.el (show-paren-function): Use it to recognize parens that are
33429         also used in 2-char comment markers.
33431 2005-04-19  Lute Kamstra  <lute@gnu.org>
33433         * loadhist.el (unload-feature): Update for new format of
33434         load-history.  Simplify the code.
33436 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33438         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
33439         (mac-add-charset-info): New function.  Initialize variable
33440         mac-charset-info-alist using it.
33441         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
33442         for translation.
33443         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
33444         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
33445         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
33446         New CCL programs.
33448 2005-04-19  Kim F. Storm  <storm@cua.dk>
33450         * simple.el (next-buffer, prev-buffer, next-error)
33451         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33452         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
33454         * bindings.el (next-buffer, prev-buffer, next-error)
33455         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
33456         (clone-indirect-buffer-other-window): Move bindings from simple.el.
33457         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
33458         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
33460 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33462         * isearch.el (isearch-edit-string): Make the search-ring available for
33463         minibuffer history commands.
33464         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
33465         the default history commands now work just as well.
33466         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
33468 2005-04-18  Kim F. Storm  <storm@cua.dk>
33470         * emulation/cua-base.el (cua--pre-command-handler): Add more
33471         elaborate check for shift modifier on non-window systems.
33473 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
33475         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
33477 2005-04-18  Kim F. Storm  <storm@cua.dk>
33479         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
33480         and make it optional.  Don't test tooltip-gud-echo-area here.
33481         (tooltip-gud-process-output, gdb-tooltip-print):
33482         Pass tooltip-gud-echo-area to tooltip-show.
33483         (tooltip-help-tips): Remove second optional arg to tooltip-show.
33485 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33487         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
33488         `display-graphic-p' may not be bound yet.
33490 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
33492         * startup.el (command-line): No longer enable Xterm Mouse mode by
33493         default in terminals compatible with xterm.
33495         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
33497 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
33499         * tooltip.el (tooltip-gud-echo-area): Rename from
33500         tooltip-use-echo-area.
33501         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
33502         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
33503         area independently of where help tooltips are displayed.
33505 2005-04-17  David Kastrup  <dak@gnu.org>
33507         * cus-theme.el (custom-theme-write-variables): Quote variables
33508         where necessary.
33510 2005-04-17  Richard M. Stallman  <rms@gnu.org>
33512         * simple.el (yank-excluded-properties): Add follow-link to value.
33514         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
33516         * startup.el (fancy-splash-max-time): Just 30 seconds.
33517         (fancy-splash-delay): Just 7.
33518         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
33520         * loadhist.el (unload-feature): Update for new format of load-history.
33521         Simplify the code.
33523         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
33524         (rmail-font-lock-keywords): Don't fontify the text of a citation.
33526         * mail/sendmail.el (mail-font-lock-keywords):
33527         Don't fontify subject text.
33528         Don't fontify the text of a citation.
33530 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
33532         * comint.el (comint-output-filter): Run comint-output-filter-functions
33533         with point where the user had it.
33535 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
33537         * international/ucs-tables.el (ucs-set-table-for-input):
33538         Disable when using unify-on-decoding.
33540 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
33542         * emulation/cua-base.el (cua-global-mark-face): Add special case
33543         for displays supporting a high number of colors.
33545 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
33547         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
33549 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
33551         * filesets.el (filesets-add-buffer): If user supplies a name of a
33552         non-existing fileset, create a new fileset.
33554 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
33556         * textmodes/org.el (org-up-heading-all): Fix bug with
33557         `outline-up-heading-all'.
33559 2005-04-16  Andreas Schwab  <schwab@suse.de>
33561         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
33562         /etc/permissions.d/* and /etc/aliases.d/*.
33564 2005-04-16  Kenichi Handa  <handa@m17n.org>
33566         * international/code-pages.el (cp-make-coding-system):
33567         Set `translation-table-for-input' property value to the symbol
33568         ucs-mule-to-mule-unicode, not to that value.
33569         (pt154): Escape guillemet by `\'.
33571 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
33573         * loadup.el: Load tooltip if x-show-tip is fboundp.
33575         * startup.el (command-line): Add comment.
33577         * tooltip.el (tooltip-mode): Specify correct standard value for
33578         Custom in init-value.
33580 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
33582         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
33583         possible.
33585 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
33587         * textmodes/org.el (org-agenda-date-prompt): Rename from
33588         `org-agenda-date-today'.
33589         (org-evaluate-time-range): Insert at point instead of directly
33590         after time range.
33591         (org-first-headline-recenter, org-subtree-end-visible-p)
33592         (org-optimize-window-after-visibility-change): New functions
33593         (org-agenda-post-command-hook): Don't allow point at end of line,
33594         to make sure it always hits the text properties.
33595         (org-agenda-next-date-line, org-agenda-previous-date-line):
33596         New commands.
33597         (org-set-regexps-and-options): Category may contain white space.
33598         (org-agenda-get-deadlines, org-agenda-get-scheduled):
33599         Improve marker positions.
33600         (org-agenda-new-marker): Argument POS made optional.
33601         (org-agenda-get-timestamps): Deadlines which are done are listed
33602         in org-done-face now.
33603         (org-agenda-get-todos, org-agenda-get-timestamps)
33604         (org-agenda-get-deadlines, org-agenda-get-scheduled):
33605         Set `undone-face' and `done-face' properties.
33606         (org-last-todo-state-is-todo): New variable.
33607         (org-todo): Set `org-last-todo-state-is-todo'.
33608         (org-agenda-todo): Change face according to
33609         `org-last-todo-state-is-todo'.  And change other lines referring to
33610         the same entry.
33611         (org-calendar-goto-agenda): New command.
33612         (org-calendar-to-agenda-key): New option.
33613         (org-startup-folded): New allowed value `content'.
33614         (org-set-regexps-and-options): Accept new value `content' for
33615         `org-startup-folded'.
33616         (org-get-current-options): Handle new value `content' for
33617         `org-startup-folded'.
33618         (org-insert-todo-heading): New command.
33619         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33620         interactively in empty file and option
33621         `org-insert-mode-line-in-empty-file' has been set.
33622         (org-agenda-todo, org-agenda-priority): Modify to use
33623         `org-agenda-change-all-lines'.
33624         (org-warning-face): Change color on dark background.
33626 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33628         * international/mule-cmds.el (set-locale-environment): On Mac OS,
33629         use preferences AppleLocale and AppleLanguages, and variable
33630         mac-system-locale for default locale.  On Mac OS Classic, use
33631         mac-system-coding-system for default coding systems.
33633         * term/mac-win.el: Don't set file-name-coding-system.
33634         Decode variables system-name, emacs-build-system, user-login-name, and
33635         user-full-name by mac-system-coding-system on Mac OS Classic.
33636         (mac-system-coding-system): New variable.
33638 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
33640         * startup.el (command-line): Handle `xterm-mouse-mode' before
33641         reading init file.
33643         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33645 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
33647         * progmodes/sh-script.el (sh-here-document-word): Make it a
33648         defcustom.  Doc fix.
33649         (sh-add): Bash uses $(( )) for arithmetic.
33650         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33651         (sh-maybe-here-document): Remove quotes and leading whitespace
33652         from heredoc word when closing.  Indent heredoc with tabs if word
33653         starts with "-".
33655 2005-04-13  Richard M. Stallman  <rms@gnu.org>
33657         * simple.el (undo): Fix previous change.
33659         * custom.el (defface): Doc fix.
33661 2005-04-13  Lute Kamstra  <lute@gnu.org>
33663         * Makefile.in (DONTCOMPILE): Remove list.
33664         (compile, compile-always): Don't use DONTCOMPILE.
33665         (update-authors): Load the library in which batch-update-authors
33666         is defined.
33667         * makefile.w32-in (DONTCOMPILE): Remove list.
33668         (compile, compile-always): Fix comments.
33669         (update-authors): Load the library in which batch-update-authors
33670         is defined.
33672         * generic-x.el (generic-mode-ini-file-find-file-hook):
33673         Rename to ini-generic-mode-find-file-hook.
33674         Keep generic-mode-ini-file-find-file-hook as an alias.
33675         (ini-generic-mode-find-file-hook): Rename from
33676         generic-mode-ini-file-find-file-hook.  Fix docstring.
33677         (ini-generic-mode): Docstring change.
33678         (bat-generic-mode-run-as-comint): Silence the byte compiler.
33680         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33681         called from lisp.
33683         * generic.el: Move to the emacs-lisp subdir.
33685 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
33687         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33688         and C-S- function and cursor motion keys.
33690 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
33692         * startup.el (command-line): Enable Xterm Mouse mode by default.
33693         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33694         for Custom.  No longer show "Mouse" in mode line when enabled.
33695         Doc fix.
33697 2005-04-12  Kim F. Storm  <storm@cua.dk>
33699         * emulation/cua-base.el (cua-rectangle-face)
33700         (cua-rectangle-noselect-face): Define face attributes here.
33702         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33704 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33706         * startup.el (command-line): Turn off blinking cursor if
33707         cursorBlink in resources is off or false.
33709 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
33711         * term/mac-win.el (dnd): Require dnd.
33712         (mac-drag-n-drop): Call dnd-handle-one-url.
33713         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33714         (kTextEncodingISOLatin2): Remove constants.
33715         (mac-script-code-coding-systems): New constant.
33716         (mac-handle-language-change): New function.
33717         (special-event-map): Bind it to `language-change' event.
33718         (mac-centraleurroman, mac-cyrillic): New coding systems.
33719         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33720         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33721         and mac-cyrillic-encoder to encode-mac-centraleurroman and
33722         encode-mac-cyrillic, respectively.
33724 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
33726         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33727         Don't set overlay-arrow-string to "=>" as this is done
33728         globally in C now.
33730 2005-04-12  Lute Kamstra  <lute@gnu.org>
33732         * generic-x.el (rc-generic-mode, rul-generic-mode):
33733         Fix auto-mode-alist entries.
33734         (etc-fstab-generic-mode): Tweak fontification.
33736         * generic.el (generic-make-keywords-list): Fix docstring.
33737         (generic-mode-internal): Simplify generic-font-lock-keywords.
33739 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
33741         * whitespace.el (whitespace-buffer-leading)
33742         (whitespace-buffer-trailing): Revert the incorrect test inversion.
33743         However, fix the highlight area for the leading and
33744         trailing whitespaces to show space.
33746 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
33748         * whitespace.el (whitespace-version): Bump to 3.5.
33750         (whitespace-buffer-leading, whitespace-buffer-trailing):
33751         Invert sense of the test to highlight the whitespace.
33753 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
33755         * progmodes/gud.el (gud-display-line): GUD uses its own
33756         overlay arrow now so don't set overlay-arrow-string.
33757         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33759 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
33761         * term.el (term-ansi-current-bold, term-ansi-current-underline)
33762         (term-ansi-current-reverse, term-ansi-current-invisible)
33763         (term-ansi-face-already-done): Change to boolean.
33764         (term-reset-terminal, term-handle-colors-array): Handle the above
33765         vars accordingly.
33766         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33767         (term-emulate-terminal): Use the new name.
33769         * faces.el (secondary-selection): Use yellow1, not yellow.
33770         (trailing-whitespace): Use red1, not red.
33772 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33774         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33775         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33776         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33778         * cus-edit.el (dnd): New group.
33780         * term/w32-win.el (dnd): Require dnd
33781         (w32-drag-n-drop): Call dnd-handle-one-url.
33783         * x-dnd.el: Require dnd.
33784         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33785         Call dnd-handle-one-url.
33786         (x-dnd-types-alist, x-dnd-insert-utf8-text)
33787         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33788         to dnd-insert-text.
33789         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33790         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33791         (x-dnd-get-local-file-name, x-dnd-open-local-file)
33792         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33794         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33796 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
33798         * wdired.el: Doc fixes.
33799         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33800         (wdired-use-dired-vertical-movement): Rename from
33801         wdired-always-move-to-filename-beginning.
33802         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33803         (wdired-change-to-wdired-mode): Change mode name.
33804         (wdired-newline): Delete.
33806 2005-04-11  Richard M. Stallman  <rms@gnu.org>
33808         * whitespace.el (whitespace-highlight-the-space):
33809         Don't call whitespace-unhighlight-the-space here.
33811         * simple.el (undo): Record t in undo-equiv-table
33812         for the redo record made by an undo-in-region.
33814 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
33816         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33817         (gdb-frame-inferior-io-buffer): New Functions to control
33818         display of separate IO buffer.
33819         (menu): Add them to menu-bar.
33820         (gdb-display-buffer): Check for buffer another frame.
33821         Protect GUD buffer.
33822         (gdb-setup-windows): Create IO buffer if not already there.
33823         (gdb-memory-mode): Remove purecopy noops.
33825 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
33827         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33828         and pass to self-insert-command.
33830 2005-04-11  Lute Kamstra  <lute@gnu.org>
33832         * generic.el: Commentary section cleanup.
33833         (generic): Delete.
33834         (generic-use-find-file-hook, generic-lines-to-scan)
33835         (generic-find-file-regexp, generic-ignore-files-regexp)
33836         (default-generic-mode, generic-mode-find-file-hook)
33837         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33838         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
33839         (generic-use-find-file-hook, generic-lines-to-scan)
33840         (generic-find-file-regexp, generic-ignore-files-regexp)
33841         (default-generic-mode, generic-mode-find-file-hook)
33842         (generic-mode-ini-file-find-file-hook): Move from generic.el.
33844 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
33846         * bookmark.el (bookmark-write-file): Catch errors writing file.
33847         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33849 2005-04-10  Richard M. Stallman  <rms@gnu.org>
33851         * startup.el (fancy-splash-tail): Update copyright year.
33852         (command-line): Split part of -Q into -D.
33853         (emacs-basic-display): New defvar.
33854         (fancy-splash-text): Correct name of menu item.
33856         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33858         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33859         lines in one node.
33861         * comint.el (comint-send-input): New arg ARTIFICIAL.
33862         Callers in this file changed.
33864         * abbrev.el (define-abbrevs): Read system abbrevs properly.
33866         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33868 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
33870         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
33871         `ldap-search-internal'.
33873 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33875         * files.el (set-auto-mode-1): Use line-end-position.
33877         * international/latin-1.el:
33878         * international/latin-2.el:
33879         * international/latin-3.el:
33880         * international/latin-4.el:
33881         * international/latin-5.el:
33882         * international/latin-8.el:
33883         * international/latin-9.el: Give punctuation syntax to NBSP.
33885         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33886         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33887         Use char-classes to accept non-ascii letters, accepted in some recent
33888         bibtex implementations.
33890 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
33892         * custom.el (custom-set-minor-mode): Any non-nil value for the
33893         variable should enable the mode when set through Custom.
33895 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
33897         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33898         TAB binding so tab-always-indent is obeyed.
33899         (vhdl-minibuffer-local-map): Move initialization into declaration.
33900         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33901         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33902         (vhdl-hooked-abbrev): Avoid test for XEmacs.
33903         (vhdl-current-line): Use line-beginning-position.
33904         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33905         with-output-to-temp-buffer, so the current position can be recorded.
33907 2005-04-10  Masatake YAMATO  <jet@gyve.org>
33909         * progmodes/compile.el (compilation-error-regexp-alist-alist):
33910         Add regexp for gcov.
33912 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
33914         * calendar/time-date.el (time-to-seconds, seconds-to-time)
33915         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33916         syntax which Emacs 20 doesn't support.
33918 2005-04-09  Richard M. Stallman  <rms@gnu.org>
33920         * help.el (describe-key-briefly, describe-key):
33921         Replace strings as event types with "(any string)".
33923 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
33925         * arc-mode.el (archive-mode-map): Move initialization into
33926         the declaration.  Override *all* bindings of `undo'.
33927         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33929 2005-04-09  Jay Belanger  <belanger@truman.edu>
33931         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33933 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
33935         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33936         (xterm-register-default-colors): Update color values computation
33937         to match xterm-200.
33939 2005-04-09  Kenichi Handa  <handa@m17n.org>
33941         * international/code-pages.el (iso-latin-7): Fix the map.
33943 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
33945         * emacs-lisp/lisp.el (defun-prompt-regexp)
33946         (parens-require-spaces, buffer-end, end-of-defun)
33947         (insert-parentheses): Doc fixes.
33949 2005-04-08  Kim F. Storm  <storm@cua.dk>
33951         * comint.el (comint-highlight-prompt): Fix face spec.
33952         * hi-lock.el (hi-green): Likewise.
33954 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
33956         * cus-edit.el (custom-modified-face):
33957         * comint.el (comint-highlight-input): Fix previous changes.
33958         * term.el (term-handle-ansi-escape): Add a comment.
33960 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
33962         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33963         in the buffer and in whitespace-highlighted-space.
33964         (whitespace-unhighlight-the-space): Simplify.
33965         (whitespace-buffer): Simplify.
33967 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
33969         * textmodes/table.el (table-cell-face): Add special case for
33970         displays supporting a high number of colors.
33971         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33972         (vhdl-font-lock-reserved-words-face)
33973         (vhdl-speedbar-architecture-face)
33974         (vhdl-speedbar-instantiation-face)
33975         (vhdl-speedbar-architecture-selected-face)
33976         (vhdl-speedbar-instantiation-selected-face): Likewise.
33977         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33978         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33979         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33980         (ebrowse-root-class-face, ebrowse-member-attribute-face)
33981         (ebrowse-progress-face): Likewise.
33982         * progmodes/compile.el (compilation-info-face): Likewise.
33983         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33984         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33985         * calendar/calendar.el (diary-face): Likewise.
33986         * woman.el (woman-italic-face, woman-bold-face)
33987         (woman-unknown-face): Likewise.
33988         * wid-edit.el (widget-button-pressed-face): Likewise.
33989         * whitespace.el (whitespace-highlight-face): Likewise.
33990         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33991         * pcvs-info.el (cvs-marked-face): Likewise.
33992         * info.el (info-xref): Likewise.
33993         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33994         * hilit-chg.el (highlight-changes-face)
33995         (highlight-changes-delete-face): Likewise.
33996         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33997         (hi-red-b): Likewise.
33998         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33999         * font-lock.el (font-lock-keyword-face)
34000         (font-lock-function-name-face, font-lock-warning-face): Likewise.
34001         * cus-edit.el (custom-invalid-face, custom-modified-face)
34002         (custom-set-face, custom-changed-face, custom-variable-tag-face)
34003         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
34004         * comint.el (comint-highlight-prompt): Likewise.
34006 2005-04-08  Lute Kamstra  <lute@gnu.org>
34008         * font-lock.el (font-lock-keywords): Docstring fixes.
34010 2005-04-08  Kenichi Handa  <handa@m17n.org>
34012         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
34013         chars are more than a limit, print " and more..." at the tail.
34015 2005-04-08  Kim F. Storm  <storm@cua.dk>
34017         * emacs-lisp/authors.el (authors-aliases): Update list.
34018         (authors-ignored-files): New list.
34019         (authors-fixed-entries): Fix typo.
34020         (authors-renamed-files-alist): Update list.
34021         (authors-add): Check authors-ignored-files.
34023 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
34025         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
34026         optional, to ensure backward compatibility.
34028 2005-04-08  Stephen Eglen  <stephen@gnu.org>
34030         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
34032 2005-04-08  Kim F. Storm  <storm@cua.dk>
34034         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
34036         * mouse.el (mouse-on-link-p): Doc fix.
34038 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
34040         * ielm.el (ielm-prompt-read-only): Doc fix.
34042         * comint.el (comint-prompt-read-only): Doc fix.
34044 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
34046         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
34047         ensure dired always handles wildcards passed to ffap.
34048         (find-file-at-point): Use it.
34049         (ffap-dired-wildcards): Doc fix.
34051 2005-04-07  Juri Linkov  <juri@jurta.org>
34053         * simple.el (next-error-overlay-arrow-position): New defvar.
34054         Put "=>" on its property `overlay-arrow-string'.  Add it to
34055         `overlay-arrow-variable-list'.
34057         * progmodes/compile.el (compilation-setup):
34058         Set `next-error-overlay-arrow-position' to nil.  Also set it to
34059         nil in the local hook `kill-buffer-hook'.  Make local variable
34060         `overlay-arrow-string' and set it to "=>".
34061         (compilation-goto-locus): Set BOL position to
34062         `next-error-overlay-arrow-position' instead of
34063         `overlay-arrow-position'.
34065         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
34066         locally instead of adding it to the global hook.
34067         (Info-kill-buffer): Move up.
34069 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
34071         * term/xterm.el (xterm-standard-colors): Update color values from
34072         xterm-200.
34074 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
34076         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
34078         * fast-lock.el:
34079         * lazy-lock.el: Move them to the obsolete subdir.
34081 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
34083         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
34084         (wdired-add-replace-advice): Remove.
34085         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
34087 2005-04-06  Kim F. Storm  <storm@cua.dk>
34089         * startup.el (command-line): Add --bare-bones alias for -Q.
34091 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
34093         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
34094         create the startup fontset if a font specification ends with
34095         `mac-roman'.
34097 2005-04-06  Lute Kamstra  <lute@gnu.org>
34099         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
34100         change.
34102         * emacs-lisp/copyright.el (copyright-update-year): Replace the
34103         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
34105 2005-04-05  Lute Kamstra  <lute@gnu.org>
34107         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
34108         (define-generic-mode): Ditto.  Fix debug declaration.
34110         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
34111         Put them in the generic-x group.
34113         * calendar/timeclock.el (timeclock): Doc fix.
34115         * generic.el (define-generic-mode): Don't use custom-current-group.
34116         Document default :group value.
34117         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
34118         (define-global-minor-mode): Don't use custom-current-group.
34120 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
34122         * startup.el (command-line-1): Display startup-echo-area-message
34123         when fancy splash screen is in use.
34125         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
34126         (sh-escaped-newline): New face.
34127         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
34128         newline, and use sh-escaped-newline face.
34130         * progmodes/tcl.el (tcl-escaped-newline): New face.
34131         (tcl-builtin-list): New variable.
34132         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
34133         newlines.  Fix keywords subexpression number.
34135 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
34137         * textmodes/org.el (org-diary-default-entry): Fix call to
34138         `add-to-diary-entry'.
34140 2005-04-05  Kim F. Storm  <storm@cua.dk>
34142         * ediff-init.el: Use (featurep 'xemacs).
34144 2005-04-05  David Ponce  <david@dponce.com>
34146         * cus-edit.el (face): Derive from symbol widget.  Display sample
34147         of the current face on the fly.
34148         (widget-face-sample-face-get, widget-face-notify): New functions.
34149         (widget-face-value-create): Remove.
34151         * wid-edit.el (widget-field-end): Temporarily remove field
34152         narrowing before to call `get-char-property'.
34154 2005-04-04  Jay Belanger  <belanger@truman.edu>
34156         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
34157         (math-read-subscripts): New variable.
34158         (math-read-preprocess-string): Process subscripts.
34160 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
34162         * comint.el (comint-prompt-read-only): Doc fix.
34164         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
34165         `-1'.  Doc fix.
34167 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
34169         * textmodes/org.el (org-insert-mode-line-in-empty-file):
34170         Change default value to nil.
34172 2005-04-04  Lute Kamstra  <lute@gnu.org>
34174         * autorevert.el (auto-revert-mode): Specify :group.
34175         * battery.el (display-battery-mode): Specify :group.
34176         * diff-mode.el (diff-minor-mode): Specify :group.
34177         * font-core.el (font-lock-mode): Specify :group.
34178         * hl-line.el (hl-line-mode): Specify :group.
34179         * iimage.el (iimage): New customization group.
34180         (iimage-mode): Specify :group.
34181         * longlines.el (longlines-mode): Specify :group.
34182         * master.el: Don't require easy-mmode.
34183         (master): New customization group.
34184         (master-mode): Specify :group.
34185         * msb.el (msb-mode): Specify :group.
34186         * reveal.el (reveal-mode): Specify :group.
34187         * simple.el (next-error-follow-minor-mode): Specify :group.
34188         * smerge-mode.el (smerge-mode): Specify :group.
34189         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
34190         * emulation/cua-base.el (cua-mode): Specify :group.
34191         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
34192         * language/thai-util.el (thai-auto-composition-mode)
34193         (thai-word-mode): Specify :group.
34194         * mail/supercite.el (sc-minor-mode): Specify :group.
34195         * progmodes/cwarn.el (cwarn-mode): Specify :group.
34196         * progmodes/flymake.el (flymake-mode): Specify :group.
34197         * progmodes/glasses.el (glasses-mode): Specify :group.
34198         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
34199         * textmodes/enriched.el (enriched-mode): Specify :group.
34200         * textmodes/refill.el (refill-mode): Specify :group.
34202         * add-log.el (change-log-font-lock-keywords): Names in
34203         parenthesized lists can contain spaces.
34205 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
34207         * startup.el (fancy-splash-text): Shorten default text of
34208         "Emacs Tutorial" line.  Also, if the current language env
34209         indicates an available tutorial file other than TUTORIAL,
34210         extract its title and append it to the line in parentheses.
34211         (fancy-splash-insert): If arg is a thunk, funcall it.
34213 2005-04-04  Jay Belanger  <belanger@truman.edu>
34215         * calc/calc.el (calc-language-alist): Add tags to customization type.
34217 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
34219         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
34220         Doc fix.
34222 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
34224         * add-log.el (change-log-font-lock-keywords): The manual
34225         describing a Change Log entry, says: (...) "Aside from these
34226         header lines, every line in the change log starts with a space or
34227         a tab.".  The font-lock was not highlighting lines started with
34228         spaces, added support for it.
34230 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
34232         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
34233         (bibtex-generate-url-list): Update docstring accordingly.  Put the
34234         complex example in the docstring.
34235         (bibtex-font-lock-url): Use pop.
34237 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34239         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
34241         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
34243 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
34245         * filesets.el (filesets-set-default): Doc fix.
34247 2005-04-03  Lute Kamstra  <lute@gnu.org>
34249         * generic.el (define-generic-mode): Add argument to specify
34250         keywords for defcustom.
34251         (default-generic-mode): Specify :group.
34253         * generic-x.el: Specify :group for all generic modes.
34255         * desktop.el (desktop-no-desktop-file-hook)
34256         (desktop-after-read-hook): Doc fix.
34258 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
34260         * simple.el (visible-mode): Use explicit :group keyword.
34261         This changes the group of `visible-mode-hook' from paren-blinking
34262         to editing-basics.
34264 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
34266         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
34267         mailbox specifications as well as URLs.
34268         (rmail-insert-inbox-text): Remove unused conditional branches.
34270 2005-04-01  Jay Belanger  <belanger@truman.edu>
34272         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
34273         (calc-gnuplot-print-command): Move definitions to calc.el.
34275         * calc/calc-embed.el (calc-embedded-announce-formula)
34276         (calc-embedded-open-formula, calc-embedded-close-formula)
34277         (calc-embedded-open-word, calc-embedded-close-word)
34278         (calc-embedded-open-plain, calc-embedded-close-plain)
34279         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
34280         (calc-embedded-open-mode, calc-embedded-close-mode):
34281         Move definitions to calc.el.
34283         * calc/calc.el (calc-settings-file, calc-language-alist):
34284         Make customizable.
34285         (calc-embedded-announce-formula, calc-embedded-open-formula)
34286         (calc-embedded-close-formula, calc-embedded-open-word)
34287         (calc-embedded-close-word, calc-embedded-open-plain)
34288         (calc-embedded-close-plain, calc-embedded-open-new-formula)
34289         (calc-embedded-close-new-formula, calc-embedded-open-mode)
34290         (calc-embedded-close-mode, calc-gnuplot-name)
34291         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
34292         from other files and make customizable.
34294 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34296         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
34297         Use buffer-live-p.
34298         (cvs-mode-run): Don't call cvs-update-header here.
34299         (cvs-run-process): Call cvs-update-header.
34300         Use process properties for cvs-postprocess and cvs-buffer so that
34301         the sentinel can behave better if the temp buffer is killed.
34302         Use a pipe rather than a tty, to better handle unexpected prompts.
34303         (cvs-sentinel): Rewrite.  Call cvs-update-header.
34305 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
34307         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
34308         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
34310 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
34312         * generic.el (define-generic-mode): Add indentation rule.
34314 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
34316         * files.el (mode-require-final-newline): Make Custom correctly
34317         report a nil value and allow to set it to nil via Custom.
34318         Doc fix.
34320 2005-04-01  Kenichi Handa  <handa@m17n.org>
34322         * international/characters.el: Enable the correct case setting for
34323         dotless-i and dotted-I.
34325 2005-04-01  Kim F. Storm  <storm@cua.dk>
34327         * ido.el (ido-file-internal): Fall back to non-ido command if
34328         initial directory is on slow ftp (or tramp) host.
34330 2005-03-31  Richard M. Stallman  <rms@gnu.org>
34332         * emacs-lisp/autoload.el (make-autoload):
34333         Handle define-global-minor-mode.
34335         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
34336         Rename from easy-mmode-define-global-mode.
34337         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
34339         * progmodes/scheme.el (scheme-mode-syntax-table):
34340         Update syntax of | and # for two-character comment syntax.
34342 2005-03-31  Lute Kamstra  <lute@gnu.org>
34344         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
34345         (define-minor-mode): Call custom-current-group at load-time.
34347         * generic.el (define-generic-mode): Add debug declaration.
34348         Add defcustom for the mode hook.
34349         (generic-mode-internal): Use run-mode-hooks.
34351 2005-03-31  Kim F. Storm  <storm@cua.dk>
34353         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
34354         (mouse-fixup-help-message): New defun called by show_help_echo
34355         to fixup mouse-2 prefix in help messages when applicable.
34357         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34359 2005-03-31  Kenichi Handa  <handa@m17n.org>
34361         * language/thai-word.el (thai-find-word-ends): Pay attention to
34362         the case that we reach the end of buffer.
34364         * textmodes/fill.el (fill-text-properties-at): New function.
34365         (fill-newline): Use fill-text-properties-at instead of
34366         text-properties-at.
34368 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
34370         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
34371         not comint-quote-filename.
34373 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
34375         * help-fns.el (help-with-tutorial): Revert last change.
34377 2005-03-31  Kim F. Storm  <storm@cua.dk>
34379         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
34381 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
34383         * calendar/cal-china.el: Update reference to "Calendrical
34384         Calculations" book; there's a new edition.
34385         * calendar/cal-coptic.el: Likewise.
34386         * calendar/cal-french.el: Likewise.
34387         * calendar/cal-hebrew.el: Likewise.
34388         * calendar/cal-islam.el: Likewise.
34389         * calendar/cal-iso.el: Likewise.
34390         * calendar/cal-julian.el: Likewise.
34391         * calendar/cal-mayan.el: Likewise.
34392         * calendar/cal-persia.el: Likewise.
34393         * calendar/calendar.el: Likewise.
34394         * calendar/holidays.el: Likewise.
34395         * calendar/lunar.el: Likewise.
34396         * calendar/solar.el: Likewise.
34398         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
34399         white space from doc string.
34401 2005-03-30  Jay Belanger  <belanger@truman.edu>
34403         * calc/calc-help.el (calc-full-help): Remove email address.
34405 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
34407         * help-fns.el (help-with-tutorial): Delete title line.
34409 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
34411         * calendar/cal-x.el (calendar-one-frame-setup)
34412         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
34413         rather than `symbol' for set-window-dedicated-p.
34415         * calendar/appt.el (appt-buffer-name): Make it a constant.
34416         (appt-add): Doc fix.
34418         * filesets.el (filesets-menu-path, filesets-menu-before)
34419         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
34420         (filesets-menu-cache-file): Use directory ~/.emacs.d.
34421         (filesets-add-submenu): Delete and use add-submenu instead.
34423 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
34425         * textmodes/org.el (org-agenda-phases-of-moon)
34426         (org-agenda-sunrise-sunset, org-agenda-convert-date)
34427         (org-agenda-goto-calendar): New commands.
34428         (org-diary-default-entry): New function.
34429         (org-get-entries-from-diary): Better parsing of diary entries.
34430         (org-agenda-check-no-diary): New function.
34431         ("diary-lib"): Advice to function `add-to-diary-list', to allow
34432         linking to diary entries.
34433         (org-agenda-execute-calendar-command): New function.
34434         (org-agenda): Improve visible section in window.
34435         Use `org-fit-agenda-window'.
34436         (org-fit-agenda-window): New option.
34437         (org-move-subtree-down): Better handling of empty lines
34438         at end of subtree.
34439         (org-cycle): Numeric prefix is interpreted now as show-subtree N
34440         levels up.
34441         (org-fontify-done-headline): New option.
34442         (org-headline-done-face): New face.
34443         (org-set-font-lock-defaults): Use `org-headline-done-face'.
34444         (org-table-copy-down): Rename from `org-table-copy-from-above'.
34445         When current field is non-empty, it is copied to next row.
34446         (org-table-copy-from-above): Fix bug which made it
34447         impossible to copy fields containing only a single non-white character.
34449 2005-03-30  Kim F. Storm  <storm@cua.dk>
34451         * kmacro.el (kmacro-end-macro): Isearch may store this command
34452         into the macro -- so ignore it when executing keyboard macro.
34454 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
34456         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
34458 2005-03-29  Kenichi Handa  <handa@m17n.org>
34460         * language/thai.el ("Thai"): Set setup-function and exit-function
34461         for Thai language environment.
34463         * language/thai-util.el: Require thai-word.
34464         (thai-word-mode-map): New variable.
34465         (thai-word-mode): New minor mode.
34466         (setup-thai-language-environment-internal): New function.
34467         (exit-thai-language-environment-internal): New function.
34469         * language/thai-word.el (thai-word-table): Declare it by defvar,
34470         use dolist to initialize it.
34471         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
34472         (thai-fill-find-break-point): New functions.
34474 2005-03-29  Richard M. Stallman  <rms@gnu.org>
34476         * simple.el (idle-update-delay): Move definition up.
34477         (set-mark): Doc fix.
34479 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
34481         * longlines.el: New file.
34483         * simple.el (buffer-substring-filters): New variable.
34484         (filter-buffer-substring): New function.
34485         (kill-region, copy-region-as-kill): Use it.
34487         * register.el (copy-to-register, append-to-register)
34488         (prepend-to-register): Use filter-buffer-substring.
34490 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
34492         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
34493         (gud-filter-pending-text): Move in front of gdb.
34494         (gud-overlay-arrow-position): New variable.
34495         (gud-sentinel, gud-display-line): Use it in place of
34496         overlay-arrow-position.
34498 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
34500         * progmodes/fortran.el (fortran-if-indent): Doc fix.
34501         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
34502         (fortran-font-lock-keywords-4): New variable.
34503         (fortran-blocks-re, fortran-end-block-re)
34504         (fortran-start-block-re): New constants, for hideshow.
34505         (hs-special-modes-alist): Add a Fortran entry.
34506         (fortran-mode-map): Bind fortran-end-of-block,
34507         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
34508         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
34509         (fortran-looking-at-if-then, fortran-end-of-block)
34510         (fortran-beginning-of-block): New functions, for hideshow.
34512         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
34513         Doc fix.  Tweak regexp.
34514         (f90-beginning-of-block): Push mark first.
34516 2005-03-29  Jay Belanger  <belanger@truman.edu>
34518         * calc/calc.el: Update copyright date.
34519         (calc-version): Increase to 2.1.
34520         (calc-version-date): Remove.
34522         * calc/calc-help.el: Update copyright date.
34523         (calc-full-help): Remove reference to calc-version-date.
34524         Update copyright date.
34526 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
34528         * vc.el (vc-do-command): Use a pipe for async processes, so password
34529         prompts don't show up at places where the user can't reply.
34531 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
34533         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
34534         on the file name we pass to the inferior shell.
34536 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
34538         * progmodes/which-func.el (which-function): Be robust in the face of an
34539         imenu--make-index-alist failure.
34541 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
34543         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
34545         * progmodes/python.el (python-preoutput-filter): Fix last change.
34547 2005-03-29  Lute Kamstra  <lute@gnu.org>
34549         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
34550         functions and compiled macros.
34551         (debug-convert-byte-code): Handle macros too.
34552         (debug-on-entry-1): Don't signal an error when trying to clear a
34553         function that is not set to debug on entry.
34555 2005-03-29  Jay Belanger  <belanger@truman.edu>
34557         * calc/calc-lang.el: Add functions to math-function-table
34558         properties of tex and math.
34560 2005-03-29  Kenichi Handa  <handa@m17n.org>
34562         * ps-mule.el (ps-mule-plot-string): Translate characters by
34563         ps-print-translation-table.
34564         (ps-mule-begin-job): Call find-charset-region/string with
34565         ps-print-translation-table.
34566         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
34568         * ps-print.el (ps-print-translation-table): New variable.
34569         (ps-plot-region): Translate characters by ps-print-translation-table.
34571 2005-03-29  Juri Linkov  <juri@jurta.org>
34573         * simple.el (next-error-highlight-timer): New variable.
34575         * progmodes/compile.el (compilation-goto-locus):
34576         Use `next-error-highlight-timer' instead of `sit-for'.
34578 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34580         * mail/supercite.el (sc-mail-field): Use assoc-string.
34581         (sc-get-address): Simplify regexps.
34583         * files.el (minibuffer-with-setup-hook): New macro.
34584         (find-file-read-args): Use it to avoid let-binding
34585         minibuffer-with-setup-hook (which breaks turning on/off
34586         file-name-shadow-mode while in the prompt).
34588         * complete.el (PC-read-include-file-name-internal):
34589         Use test-completion.
34591 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
34593         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
34595 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
34597         * window.el (window-buffer-height): Use count-screen-lines.
34599         * progmodes/python.el (python-preoutput-leftover): New var.
34600         (python-preoutput-filter): Use it.
34601         (python-send-receive): Loop until all the result has been received.
34603 2005-03-28  Juri Linkov  <juri@jurta.org>
34605         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34607         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34608         "Recover Crashed Session".
34609         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34610         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34611         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34612         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34613         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34614         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34615         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34616         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34618         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34619         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34620         Ediff Sessions", "Toggle use of separate control buffer frame",
34621         "Use separate frame for Ediff control buffer".
34623         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34624         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34625         "Rename Bookmark", "Delete Bookmark".
34627         * info.el (Info-mode-menu): Remove ellipsis from "Index".
34628         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34629         Add `:active Info-index-alternatives' to "Next Matching Item".
34631         * wdired.el (wdired-change-to-wdired-mode):
34632         Mention `wdired-abort-changes' key in the initial message.
34634         * international/mule.el (auto-coding-alist): Associate non-ascii
34635         image filename extensions with `no-conversion'.
34637 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
34639         * international/iso-acc.el:
34640         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34642 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
34644         * textmodes/sgml-mode.el (html-mode): Doc update.
34646         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34648 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
34650         * term.el (term-move-columns): Fix face after extending a line.
34651         (term-insert-spaces): Likewise.
34652         (term-reset-terminal): Fix off by one error.
34654 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
34656         * international/mule.el (auto-coding-alist): Add .xpi files.
34658         * files.el (auto-mode-alist): Add .xpi files.
34660 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
34662         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34664 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
34666         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34668 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
34670         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34671         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
34673         * calendar/cal-move.el (calendar-beginning-of-year): Move the
34674         cursor to Jan 1 when needed.
34675         (calendar-end-of-year): Fix -/+ typo.
34676         Reported by Chong Yidong <cyd@stupidchicken.com>.
34678 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34680         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34682         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34683         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
34685 2005-03-25  Richard M. Stallman  <rms@gnu.org>
34687         * filesets.el (filesets-init): Add autoload.
34689         * mail/mailalias.el (mail-directory): Doc fix.
34691 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
34693         * mail/mailalias.el (mail-directory-process): Do nothing if
34694         mail-directory-process is an atom.
34695         (mail-get-names): Ignore mail-directory-names if it is an atom.
34696         (mail-directory-process defvar): Doc fix.
34697         (mail-names): Doc fix.
34699 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
34701         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34703 2005-03-26  Kenichi Handa  <handa@m17n.org>
34705         * international/mule-util.el (detect-coding-with-priority):
34706         Call update-coding-systems-internal before detect-coding-region.
34708 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
34710         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34711         (gdb-frames-mode-map): Add follow-link property.
34713 2005-03-25  Jay Belanger  <belanger@truman.edu>
34715         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34716         for variables.
34718 2005-03-25  Juri Linkov  <juri@jurta.org>
34720         * image-mode.el: Optimize image filename extension regexps in
34721         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
34722         in `auto-mode-alist'.
34723         (image-mode): Add `image-toggle-display-text' to local hook
34724         `change-major-mode-hook'.  Display the image as an image by
34725         default.  Set `cursor-type' and `truncate-lines' if the image
34726         is already displayed.  Take into account the current mode (image
34727         or text) in message.
34728         (image-minor-mode): New minor mode.
34729         (image-mode-maybe, image-toggle-display-text): New functions.
34730         (image-toggle-display): Use called-interactively-p.
34731         Let-bind `inhibit-read-only' to t.
34733         * image-mode.el (image-minor-mode): Set `cursor-type' and
34734         `truncate-lines' if the image is already displayed.  Add turning
34735         image-minor-mode off to `change-major-mode-hook'.  Add message.
34736         Call `image-toggle-display-text' after turning image-minor-mode off.
34738 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
34740         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34741         Terminal.app, use utf-8.
34742         (set-display-table-and-terminal-coding-system): Add coding-system arg.
34743         (set-locale-environment): Use it.
34745         * term/xterm.el: Undo last change, better done in mule-cmds.el.
34747         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34749         * progmodes/python.el (python-close-block-statement-p)
34750         (python-outdent-p, python-current-defun): Use symbol-end.
34752 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
34754         * files.el (save-some-buffers): Doc fix.
34756 2005-03-25  Werner Lemberg  <wl@gnu.org>
34758         * complete.el, thumbs.el: Replace `legal' with `valid'.
34759         * calendar/calendar.el: Replace `legal' with `valid'.
34760         * emacs-lisp/advice.el: Replace `legal' with `valid'.
34761         * mail/supercite.el: Replace `legal' with `valid'.
34762         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34763         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34764         Replace `legal' with `valid'.
34765         * textmodes/reftex-vars.el, textmodes/reftex.el:
34766         Replace `legal' with `valid'.
34768 2005-03-25  Werner Lemberg  <wl@gnu.org>
34770         * calc/calc-forms.el, calc/calc-sel.el
34771         * midnight.el, vc-cvs.el
34772         * emacs-lisp/cl-macs.el
34773         * emulation/vip.el
34774         * eshell/esh-io.el, eshell/esh-var.el
34775         * mail/supercite.el
34776         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34777         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34778         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34779         * progmodes/sh-script.el, progmodes/xscheme.el
34780         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34781         * textmodes/reftex-index.el, textmodes/reftex-parse.el
34782         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34783         * textmodes/reftex.el, textmodes/org.el:
34784         Replace `illegal' with `invalid'.
34786 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34788         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34789         (flymake-find-buildfile, flymake-find-possible-master-files)
34790         (flymake-check-include, flymake-parse-line): Replace loops over the
34791         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34793         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34794         Substitute file-name-as-directory in the rest of the file.
34795         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34796         (flymake-replace-region): Remove unused arg `buffer'.
34797         (flymake-check-patch-master-file-buffer): Update calls to it.
34798         (flymake-add-err-info): Remove unused var `count'.
34799         (flymake-mode): Use define-minor-mode.
34801         * progmodes/flymake.el: Use with-current-buffer.
34802         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34803         flymake-replace-regexp-in-string, flymake-line-beginning-position)
34804         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34805         Avoid testing for `xemacs'.
34806         (flymake-nop): Move.
34807         (flymake-region-has-flymake-overlays): Return the computed value.
34808         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34809         Remove unused var `endline'.
34810         (flymake-get-line-count): Remove unused function.
34811         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34813         * emulation/vi.el:
34814         * generic.el:
34815         * hilit-chg.el (global-highlight-changes):
34816         * hi-lock.el (hi-lock-mode):
34817         * follow.el: find-file-hooks -> find-file-hook.
34819         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34821 2005-03-24  Juri Linkov  <juri@jurta.org>
34823         * dired.el (dired-mode-map): Add menu item "Compare directories"
34824         for dired-compare-directories.
34826         * dired-aux.el (dired-compare-directories): Add autoload cookie.
34827         Doc fix.  Replace `read-file-name' with `read-directory-name'.
34829 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34831         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34833 2005-03-24  Jay Belanger  <belanger@truman.edu>
34835         * calc/calc-embed.el (calc-embedded-mode-change): Save all
34836         relevant mode settings in calc-embedded-original-modes when modes
34837         are permanently changed.
34839 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
34841         * autoinsert.el: find-file-hooks -> find-file-hook.
34843 2005-03-24  Lute Kamstra  <lute@gnu.org>
34845         * generic.el (generic-font-lock-defaults): Make it obsolete.
34846         (generic-font-lock-keywords): New variable to replace
34847         generic-font-lock-defaults.
34848         (generic-mode-set-font-lock): Delete it.
34849         (generic-mode-internal): Don't call generic-mode-set-font-lock.
34850         (generic-bracket-support): Add docstring.
34852         * generic-x.el: Rename generic-font-lock-defaults to
34853         generic-font-lock-keywords throughout.
34854         (mailagent-rules-setup-function): Delete it.
34855         (mailagent-rules-generic-mode): Use anonymous function instead.
34856         (show-tabs-generic-mode-font-lock-defaults-1)
34857         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34858         Quote faces.
34859         (show-tabs-tab-face, show-tabs-space-face): Specify background,
34860         not foreground.
34862         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34863         Recognize define-generic-mode.
34865 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34867         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34868         if there's no completion table.
34870 2005-03-23  Miles Bader  <miles@gnu.org>
34872         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34873         Remove tty-specific variants, as they're no longer needed.
34875 2005-03-23  Lute Kamstra  <lute@gnu.org>
34877         * generic-x.el: Code cleanup: make args constant whenever possible.
34878         (installshield-statement-keyword-list)
34879         (installshield-system-functions-list)
34880         (installshield-system-variables-list, installshield-types-list)
34881         (installshield-funarg-constants-list): Make them constants.
34883         * generic.el (generic-make-keywords-list): Add autoload cookie.
34885         * calendar/time-date.el: Add comment on time value formats.
34886         Don't require parse-time.
34887         (with-decoded-time-value): New macro.
34888         (encode-time-value): New function.
34889         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34890         (days-to-time): Return a valid time value when arg is huge.
34891         (time-since): Use time-subtract.
34892         (time-to-number-of-days): Use time-to-seconds.
34894 2005-03-23  David Ponce  <david@dponce.com>
34896         * recentf.el (recentf-keep): New option.
34897         (recentf-menu-action): Default to `find-file'.
34898         (recentf-keep-non-readable-files-flag)
34899         (recentf-keep-non-readable-files-p)
34900         (recentf-file-readable-p, recentf-find-file)
34901         (recentf-cleanup-remote): Remove.
34902         (recentf-include-p): More robust.
34903         (recentf-keep-p): New function.
34904         (recentf-remove-if-non-kept): Rename from
34905         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
34906         All callers updated.
34907         (recentf-menu-items-for-commands): Fix help string.
34908         (recentf-track-closed-file): Update.  Doc fix.
34909         (recentf-cleanup): Update.  Count removed files.  Doc fix.
34911 2005-03-23  Kim F. Storm  <storm@cua.dk>
34913         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34914         Don't inherit from fringe face (now happens automatically).
34916 2005-03-22  Kim F. Storm  <storm@cua.dk>
34918         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34919         position values.
34921 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
34923         * menu-bar.el (showhide-date-time): Remove.
34924         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34925         (menu-bar-make-mm-toggle): Simplify.
34927 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
34929         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34930         Accept qualified variable and function names.
34932 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
34934         * bindings.el (completion-ignored-extensions):
34935         Remove ".lis" for `vax-vms'.
34937 2005-03-22  Andreas Schwab  <schwab@suse.de>
34939         * generic-x.el: Revert last change.
34940         * ldefs-boot.el: Update.
34942 2005-03-22  Jay Belanger  <belanger@truman.edu>
34944         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34945         (calc-embedded-save-original-modes)
34946         (calc-embedded-restore-original-modes): New functions.
34947         (calc-do-embedded): Save original modes when entering embedded mode
34948         and restore when leaving embedded mode.
34949         (calc-embedded-modes-change): Change the value of
34950         calc-embedded-original-modes to reflect permanent changes.
34952 2005-03-22  Lute Kamstra  <lute@gnu.org>
34954         * generic-x.el: Require generic again.
34956 2005-03-22  Miles Bader  <miles@gnu.org>
34958         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34959         Tweak details to look good on both ttys and bitmap displays, light
34960         or dark background, etc.
34962 2005-03-21  Kim F. Storm  <storm@cua.dk>
34964         * tooltip.el (tooltip-show-help-function): Check car and cdr of
34965         mouse position.
34967 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
34969         * icomplete.el: Don't forcibly turn on the mode upon load.
34970         (icomplete-mode): Use define-minor-mode.
34971         (icomplete-eoinput): Default to nil.
34972         (icomplete-minibuffer-setup): Remove autoload.
34973         (icomplete-tidy): Simplify.
34974         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34975         in the initial state or if the user has modified the field.
34976         Fix handling of icomplete-max-delay-chars.
34977         Remove code that handles the oddball case where
34978         minibuffer-completion-table is an integer.
34979         Wrap icomplete-completions in while-no-input in case building
34980         completions takes more time than expected.
34981         (icomplete-completions): Simplify.
34983 2005-03-21  Richard M. Stallman  <rms@gnu.org>
34985         * jka-compr.el (jka-compr-really-do-compress):
34986         Make variable buffer-local.
34988         * image-mode.el: Handle .xpm files too.
34989         (image-toggle-display): Preserve modification flag.
34991         * help.el (where-is): Don't mention aliases with no key bindings.
34993 2005-03-21  Lute Kamstra  <lute@gnu.org>
34995         * generic.el: Fix commentary section.  Don't require cl for
34996         compilation.
34997         (generic-mode-list): Add autoload cookie.
34998         (generic-use-find-file-hook, generic-lines-to-scan)
34999         (generic-find-file-regexp, generic-ignore-files-regexp)
35000         (generic-mode, generic-mode-find-file-hook)
35001         (generic-mode-ini-file-find-file-hook): Fix docstrings.
35002         (define-generic-mode): Make it a defmacro.  Fix docstring.
35003         (generic-mode-internal): Code cleanup.  Add autoload cookie.
35004         (generic-mode-set-comments): Code cleanup.
35005         * generic-x.el: Don't prevent compilation.  Don't require generic.
35006         Follow coding conventions.  Minor code cleanup.
35007         (etc-fstab-generic-mode): Add some keywords.
35008         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
35009         define-generic-mode like a function declaration.
35011 2005-03-21  Jay Belanger  <belanger@truman.edu>
35013         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
35014         changing modes.
35016 2005-03-21  Sam Steingold  <sds@gnu.org>
35018         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
35020 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
35022         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
35023         Add underscore to "f$ lexicals" regexp.
35025 2005-03-20  Juri Linkov  <juri@jurta.org>
35027         * subr.el (progress-reporter-do-update): When `min-value' is equal
35028         to `max-value', set `percentage' to 0 and prevent division by zero.
35030 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
35032         Sync with Tramp 2.0.48.
35034         * net/tramp.el (all): Change all addresses to .gnu.org.
35035         (tramp-append-tramp-buffers): New defun.
35036         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
35037         Catch `dont-send' signal.
35038         (tramp-set-auto-save-file-modes): Set always permissions, because
35039         there might be an old auto-saved file belonging to another
35040         original file.  This could be a security threat.  Reported by
35041         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
35042         Check for Emacs 21.3.50 removed.
35044         * net/tramp-smb.el (all): Remove debug construct for
35045         `with-parsed-tramp-file-name'.
35046         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
35047         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
35048         No error message if DIRECTORY or FILENAME doesn't exist.
35049         (tramp-smb-open-connection): Check existence of
35050         `tramp-smb-program'.
35052 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
35054         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
35055         Properly handle the case where the `m' or `s' command's argument is not
35056         yet terminated.
35057         (perl-indent-new-calculate): New function.
35058         (perl-indent-line): Use it.
35060 2005-03-20  Miles Bader  <miles@gnu.org>
35062         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
35063         in text-mode too.  Change to new face names.
35064         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
35065         Add `:weight bold' attribute.
35066         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
35068 2005-03-19  Juri Linkov  <juri@jurta.org>
35070         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
35072         * international/mule.el (auto-coding-alist): Sync with
35073         `auto-mode-alist' by adding upper case archive file extensions
35074         and adding ear/war to jar extension.
35076 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
35078         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
35079         running, restart it.
35081 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
35083         * finder.el (finder-current-item): Throw an error on an empty line.
35085         * man.el (Man-follow-manual-reference): If current-word returns
35086         nil, use "".
35088 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
35090         * simple.el (goto-line): Doc fix.
35092 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
35094         * files.el (save-buffer): Doc fix.
35096 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
35098         * recentf.el (recentf-cleanup-remote): New variable.
35099         (recentf-cleanup): Use it to conditionally check availability of
35100         remote files.
35102 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
35104         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
35105         function names.
35107 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
35109         * language/thai-word.el: New file.
35111 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
35113         * files.el (backup-buffer): If the file's directory is not
35114         writable, use copy instead of move to backup the file.
35116 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
35118         * obsolete/keyswap.el: Moved to obsolete/ from term/.
35120 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
35122         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
35123         Use functionp instead of symbolp and fboundp.  Reported by Drkm
35124         <darkman_spam@yahoo.fr>.
35125         (ps-print-version): New version 6.6.6.
35127 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
35129         * textmodes/table.el (table--line-column-position): New idiom.
35130         (table--row-column-insertion-point-p): New function to test
35131         validity of row and column insertion operation at a location.
35132         (table-global-menu, table-cell-menu): Use above functions for
35133         deterministic test operation.
35134         (table--editable-cell-p): Behave in deterministic fashion.
35136 2005-03-18  Juri Linkov  <juri@jurta.org>
35138         * isearch.el (isearch-lazy-highlight-new-loop):
35139         Make arguments beg and end optional.
35140         (isearch-update): Remove optional arguments nil from
35141         isearch-lazy-highlight-new-loop.
35142         (isearch-lazy-highlight-search): Let-bind case-fold-search to
35143         isearch-lazy-highlight-case-fold-search instead of
35144         isearch-case-fold-search, and let-bind isearch-regexp to
35145         isearch-lazy-highlight-regexp.
35146         Use isearch-lazy-highlight-last-string instead of isearch-string.
35148         * replace.el (perform-replace): Remove bindings of global
35149         variables isearch-string, isearch-regexp, isearch-case-fold-search.
35150         Add three new arguments to `replace-highlight'.
35151         (replace-highlight): Add arguments string, regexp, case-fold.
35152         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
35153         to allow isearch-lazy-highlight-new-loop to use these values
35154         to set corresponding isearch-lazy-highlight-* internal
35155         variables whose values lazy highlighting will use regardless of
35156         changes to global variables isearch-string, isearch-regexp,
35157         isearch-case-fold-search during lazy highlighting loop.
35158         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
35159         to `lazy-highlight-cleanup'.
35161         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
35162         (ispell-highlight-face): Set default face to `isearch' when
35163         lazy highlighting is enabled.
35164         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
35165         priority to 1.  Add lazy highlighting.
35166         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
35167         from `isearch-dehighlight'.
35169 2005-03-18  David Ponce  <david@dponce.com>
35171         * files.el (hack-local-variables): Do a case-insensitive search
35172         for End.
35174 2005-03-18  Juri Linkov  <juri@jurta.org>
35176         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
35177         `isearch-lazy-highlight-cleanup', add alias to old name and
35178         declare obsolete.  Add release numbers to other obsolete vars.
35179         (isearch-done, isearch-lazy-highlight-new-loop):
35180         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
35181         (lazy-highlight-cleanup) <variable>: Doc fix.
35182         (isearch-lazy-highlight-update): Rename obsolete
35183         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
35185 2005-03-18  Kenichi Handa  <handa@m17n.org>
35187         * language/thai-util.el: Fix categorization of Thai characters in
35188         thai-category-table.
35189         (thai-composition-pattern): Adjust it for the above change.
35190         (thai-self-insert-command, thai-compose-syllable): New functions.
35191         (thai-compose-region): Use thai-compose-syllable.
35192         (thai-compose-string): Likewise.
35193         (thai-composition-function): Likewise.
35194         (thai-auto-composition): New function.
35195         (thai-auto-composition-mode): New minor mode.
35197         * language/thai.el: Fix patterns to be registered in
35198         composition-function-table.
35200         * international/quail.el (quail-input-method): Locally bind
35201         inhibit-modification-hooks to t.
35203 2005-03-17  Richard M. Stallman  <rms@gnu.org>
35205         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
35206         (perl-mode): Use run-mode-hooks.
35208         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
35209         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
35210         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
35212         * mail/sendmail.el (sendmail-send-it): Reenable the code
35213         to compute resend-to-address and use it.
35215         * tar-mode.el (tar-mode): Turn off undo unconditionally.
35217         * image-mode.el: New file.
35219         * image.el (insert-sliced-image): Add autoload cookie.
35221         * font-lock.el (font-lock-lines-before): New user option.
35222         (font-lock-after-change-function): Obey it.
35224         * bindings.el (esc-map): Make M-g a prefix.
35225         Bind M-g g and M-g M-g to goto-line.
35227         * faces.el (face-id): Doc fix.
35229 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
35231         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
35232         (rmail-show-message): Use rmail-unknown-mail-followup-to.
35233         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
35235         * mail/sendmail.el (mail-yank-ignored-headers)
35236         (mail-font-lock-keywords, mail-mode-fill-paragraph):
35237         Add Mail-Followup-To and Mail-Reply-To headers.
35238         (mail-citation-hook): Add autoload cookie.
35239         (mail-mode): Doc fix.
35240         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
35241         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
35242         (mail-mode-fill-paragraph): Handle those headers.
35243         (mail-mailing-lists): New variable.
35244         (mail-mail-reply-to, mail-mail-followup-to): New functions.
35246 2005-03-17  Juri Linkov  <juri@jurta.org>
35248         * isearch.el (isearch-fallback): Check for `(car previous)'
35249         before calling `isearch-other-end-state'.
35251 2005-03-17  Kim F. Storm  <storm@cua.dk>
35253         * simple.el (move-beginning-of-line): Move to beginning of buffer
35254         line, as well as beginning of screen line.
35256 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
35258         * calendar/diary-lib.el (mark-diary-entries): Use new optional
35259         argument REDRAW rather than calendar-redrawing variable.
35260         * calendar/calendar.el (calendar-redrawing): Delete.
35261         (redraw-calendar): Do not bind calendar-redrawing.
35263 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
35265         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
35266         diary-file buffer.
35268 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
35270         * help.el (describe-mode): Allow a :minor-mode-function property to
35271         specify a different minor mode toggle function than the variable.
35272         * simple.el (auto-fill-function):
35273         * subr.el (add-minor-mode): Use it.
35275 2005-03-16  Kenichi Handa  <handa@m17n.org>
35277         * language/ethio-util.el (sera-being-called-by-w3): New variable.
35278         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
35279         (ethio-fidel-to-sera-buffer): Likewise.
35281 2005-03-16  Juri Linkov  <juri@jurta.org>
35283         * emacs-lisp/find-func.el (find-function-regexp):
35284         Add defun-emitting macro `menu-bar-make-toggle'.
35286         * isearch.el: Put `isearch-scroll' property to
35287         `split-window-horizontally'.
35289         * info.el: Update error messages for `debug-ignored-errors'.
35290         (Info-isearch-search): Doc fix.
35291         (Info-find-node): Move up code to go into info buffer before
35292         recording the node to the history.
35293         (Info-fontify-node): Fontify titles only if the next line
35294         has two or more `*', `=', `-', `.'.
35295         Display "go to this node" for empty (match-string 3).
35297 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
35299         * term/mac-win.el: Add mouse pointer shape constants.
35301 2005-03-15  Kim F. Storm  <storm@cua.dk>
35303         * simple.el (move-beginning-of-line): Use vertical-motion.
35305 2005-03-15  Juri Linkov  <juri@jurta.org>
35307         * isearch.el (isearch-error): New variable.
35308         (isearch-invalid-regexp, isearch-within-brackets): Remove.
35309         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
35310         (isearch-within-brackets-state): Remove.
35311         (isearch-case-fold-search-state, isearch-pop-fun-state):
35312         Decrease frame index.
35313         (isearch-mode, isearch-top-state, isearch-push-state)
35314         (isearch-edit-string, isearch-abort, isearch-search-and-update)
35315         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
35316         (isearch-search, isearch-lazy-highlight-new-loop):
35317         Replace `isearch-invalid-regexp' with `isearch-error'.
35318         Remove `isearch-within-brackets'.
35319         (isearch-search): Add `search-failed' handler to `condition-case'.
35320         (isearch-lazy-highlight-search): Add `condition-case' to catch
35321         errors and allow `isearch-lazy-highlight-update' to try
35322         highlighting from the beginning of the window.
35323         (isearch-repeat): Move up code to set isearch-wrapped to t
35324         before calling isearch-wrap-function.
35326         * info.el (Info-isearch-initial-node): New internal variable.
35327         (Info-search): Signal an error in isearch mode when search leaves
35328         the initial node.  Signal an error when `bound' is non-nil and
35329         nothing was found in the current subfile.
35330         (Info-isearch-search): Remove `condition-case'.
35331         (Info-isearch-wrap): Don't wrap when search failed during leaving
35332         the initial node.  If `Info-isearch-search' is nil, wrap around
35333         the current node.
35334         (Info-isearch-start): New fun.
35335         (Info-mode): Add buffer-local hook `Info-isearch-start' to
35336         `isearch-mode-hook'.
35338 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
35340         * simple.el (normal-erase-is-backspace): Set default to t if
35341         running on Mac.
35343         * term/mac-win.el (function-key-map): Sync with x-win.el.
35345 2005-03-15  Kenichi Handa  <handa@m17n.org>
35347         * international/mule-cmds.el (locale-language-names): Modify the
35348         format of elements and add more entries.
35349         (locale-preferred-coding-systems): Add more entries.
35350         (set-locale-environment): Adjust for the change of
35351         locale-language-names.
35353 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
35355         * pcvs.el (smerge-ediff): Remove bogus autoload.
35357 2005-03-14  Lute Kamstra  <lute@gnu.org>
35359         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
35360         Ignore a `*' at the beginning of a line.
35362         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
35363         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
35364         subr.el.
35365         (dont-compile, eval-when-compile, eval-and-compile): Use declare
35366         to specify indentation.
35368         * generic.el (define-generic-mode): Let generic-mode-list be a
35369         list of strings; test membership with equal.
35371 2005-03-14  Kim F. Storm  <storm@cua.dk>
35373         * simple.el (next-line, previous-line): Add optional try-vscroll
35374         arg to recognize interactive use.  Pass it on to line-move.
35375         (line-move): Don't perform auto-window-vscroll when defining or
35376         executing keyboard macro to ensure consistent behavior.
35378 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
35380         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
35382 2005-03-13  Lute Kamstra  <lute@gnu.org>
35384         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
35385         debugger-setup-buffer so that backtrace marks the frames set to
35386         debug-on-exit and we don't have to do it manually.  Set an extra
35387         debug-on-exit for macro's.
35388         (debugger-setup-buffer): Don't mark the top frame manually.
35390 2005-03-12  Lute Kamstra  <lute@gnu.org>
35392         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
35393         lisp-indent-function throughout.
35394         (with-no-warnings): Set lisp-indent-function property.
35396 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
35398         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
35399         Add entry for backslash.
35401 2005-03-12  Juri Linkov  <juri@jurta.org>
35403         * info.el (Info-search): Four fixes for backward search.
35405 2005-03-11  Jay Belanger  <belanger@truman.edu>
35407         * calc/calc.el (calc-language-alist): New variable.
35408         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
35409         (calc-embedded-find-modes): Use calc-language-alist instead of
35410         calc-embedded-language-alist.
35412 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
35414         * calendar/calendar.el (calendar-redrawing): New internal
35415         variable.
35416         (redraw-calendar): Remove bogus save-excursion from previous
35417         change.  Bind calendar-redrawing to t for mark-diary-entries.
35418         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
35419         calendar if that is why we were called.
35421 2005-03-11  Kenichi Handa  <handa@m17n.org>
35423         * international/mule.el (make-coding-system): Set property
35424         coding-system-define-form to nil.
35425         (define-coding-system-alias): Likewise.
35427 2005-03-11  Kenichi Handa  <handa@m17n.org>
35429         These changes are suggested by Dave Love <fx@gnu.org>.
35431         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
35432         coding: tag.
35433         (adaptive-fill-regexp): Add more bullets.
35434         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
35435         regexps.
35437 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
35439         * help.el (describe-mode): Properly handle non-trivial lighters.
35440         Don't ignore minor modes that are not listed in minor-mode-list.
35442         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
35443         feature ON when the user requests to turn it OFF.
35445 2005-03-10  Lute Kamstra  <lute@gnu.org>
35447         * emacs-lisp/debug.el (debug-entry-code): Delete it.
35448         (implement-debug-on-entry): New function to replace debug-entry-code.
35449         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
35450         second argument as the 2005-03-07 change makes it obsolete.
35451         (debug-on-entry, cancel-debug-on-entry): Update call to
35452         debug-on-entry-1.
35453         (debug, debugger-setup-buffer): Comment update.
35454         (debugger-frame-number): Update to work with implement-debug-on-entry.
35456 2005-03-10  Jay Belanger  <belanger@truman.edu>
35458         * calc/calc-embed.el (math-ms-args): Declare it.
35459         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
35460         math-ms-args.
35461         (calc-embedded-subst): Use math-multi-subst-rec to substitute
35462         variables.
35464 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
35466         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
35467         Use message-box.
35469         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
35470         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
35471         (tooltip-gud-tips): Simplify.
35472         (tooltip-gud-tips-p): Remove superfluous :set.
35473         (tooltip-gud-modes): Add fortran-mode.
35474         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
35476         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
35478 2005-03-09  Kim F. Storm  <storm@cua.dk>
35480         * play/animate.el (animate-place-char): Use forward-line instead
35481         of next-line to improve performance.
35483 2005-03-09  Simon Josefsson  <jas@extundo.com>
35485         * net/browse-url.el (browse-url-default-browser): Doc fix.
35487 2005-03-09  Miles Bader  <miles@gnu.org>
35489         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
35490         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
35492 2005-03-09  Kenichi Handa  <handa@m17n.org>
35494         * international/latin-1.el: Set case and syntax for 255 only if
35495         set-case-syntax-set-multibyte is nil.
35497         * textmodes/ispell.el (ispell-insert-word): New function.
35498         (ispell-word): Use ispell-insert-word to insert a new word.
35499         (ispell-process-line): Likewise.
35500         (ispell-complete-word): Likewise.
35502 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
35504         * calendar/calendar.el (redraw-calendar): Preserve point.
35505         Reported by Matt Hodges <MPHodges@member.fsf.org>.
35506         (calendar-week-start-day): Move after definition of
35507         redraw-calendar.  Delete buffer test, since redraw-calendar has
35508         that now.
35510         * calendar/diary-lib.el (mark-diary-entries): Only call
35511         redraw-calendar in the first of any recursive calls.
35512         Reported by Alan Shutko <ats@acm.org>.
35514 2005-03-08  Juri Linkov  <juri@jurta.org>
35516         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
35517         (html-horizontal-rule, html-line, html-image, html-checkboxes)
35518         (html-radio-buttons): Add a space before the trailing `/>' where
35519         sgml-xml-mode is non-nil.
35520         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
35521         the subsequent tag of the empty XML tag.
35522         (html-href-anchor): Don't set initial input to "http:".
35523         (html-image): Ask for the image URL and set point inside alt="".
35524         (html-name-anchor): Duplicate the name in the `id' attribute when
35525         sgml-xml-mode is non-nil.
35526         (html-paragraph): Remove \n before <p>.
35527         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
35528         instead of `checked' when sgml-xml-mode is non-nil.
35530         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
35531         Remove 1 space before #RRGGBB to not truncate it on terminal
35532         windows w/o fringes.  Remove 1 space between bg and fg examples
35533         to get more space.
35534         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
35535         avoid byte-compile warnings.
35537         * image-file.el (image-file-handler): Put `safe-magic' property to
35538         `image-file-handler'.
35540         * info.el (Info-isearch-search): Emulate word search in
35541         isearching through multiple Info nodes with Info-search.
35542         (Info-isearch-wrap): Allow isearch-word.
35544 2005-03-08  Lute Kamstra  <lute@gnu.org>
35546         * emacs-lisp/debug.el (debugger-step-through): Make sure that
35547         stepping into the debugger's code is not possible.
35548         (debugger-jumping-flag): Docstring update.
35550 2005-03-08  Jay Belanger  <belanger@truman.edu>
35552         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
35553         embedded mode begins.
35554         (calc-embedded-language-alist): New variable.
35555         (calc-embedded-find-modes): Use calc-embedded-language-alist to
35556         set default language mode.
35558 2005-03-08  Kenichi Handa  <handa@m17n.org>
35560         * international/ccl.el (define-ccl-program): Fix docstring about
35561         extra 256 bytes assured for the output buffer.
35563         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35564         Fix BUFFER_MAGNIFICATION to 2.
35565         (ccl-encode-mule-utf-16be-with-signature): Likewise.
35567 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
35569         * align.el (align-rules-list): Added an alignment rule for CSS
35570         declarations (applies to css-mode and html-mode buffers).
35572 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
35574         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
35576 2005-03-07  Kim F. Storm  <storm@cua.dk>
35578         * simple.el (move-beginning-of-line): New command.
35580         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
35582         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
35584         * emulation/cua-base.el: Put CUA move property on move-end-of-line
35585         and move-beginning-of-line.
35587         * apropos.el (apropos-print): Omit command from M-x ... RET.
35589 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
35591         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
35592         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
35594 2005-03-06  Richard M. Stallman  <rms@gnu.org>
35596         * bindings.el (esc-map): Bind M-g to goto-line.
35598         * facemenu.el (global-map): Bind M-o, not M-g.
35600 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
35602         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35603         "Open Directory" as for "Open File".
35605 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
35607         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35608         (push-mark-command): Run activate-mark-hook.
35610 2005-03-06  Richard M. Stallman  <rms@gnu.org>
35612         * help-mode.el (help-mode-finish): Don't alter the element
35613         in view-return-to-alist if there already is one.
35615         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35616         make sure the current buffer is the expected one.
35618         * novice.el (disabled-command-function): Output in *Disabled Command*.
35619         Explicitly ignore non-keyboard events, and explicitly handle C-g.
35621         * textmodes/flyspell.el (flyspell-large-region):
35622         Pass args differently for aspell.
35624         * files.el (mode-require-final-newline): Doc fix.
35626 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
35628         * progmodes/which-func.el (which-function):
35629         Specify NOERROR when calling imenu--make-index-alist.
35631 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
35633         * simple.el (normal-erase-is-backspace): Define default value.
35635         * custom.el (custom-theme-set-variables): Remove unused var
35636         `immediate'.
35637         (custom-reevaluate-setting): Simple function to handle variables
35638         that are defined before their default value can really be
35639         computed.
35641         * startup.el (command-line): Use it for temporary-file-directory,
35642         small-emporary-file-directory, auto-save-file-name-transforms,
35643         blink-cursor-mode, and normal-erase-is-backspace.
35645         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35646         progress, even with buggy anchored keywords.
35648 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
35650         * simple.el (goto-line): Remove unbalanced final parenthesis.
35652 2005-03-05  Richard M. Stallman  <rms@gnu.org>
35654         * simple.el (goto-line): Use a number at point as the default.
35655         With C-u as arg, switch buffers.
35657 2005-03-05  Juri Linkov  <juri@jurta.org>
35659         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35660         with `no-blinking-cursor'.
35662         * startup.el (no-blinking-cursor): New defvar.
35663         (command-line): Add `--no-blinking-cursor' to longopts.
35664         Set `no-blinking-cursor' to t for command line arguments
35665         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
35666         with `no-blinking-cursor' in the condition for calling
35667         `blink-cursor-mode'.
35669 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
35671         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35672         (menu-bar-options-save): Add blink-cursor-mode.
35673         (menu-bar-options-menu): Add blink-cursor-mode.
35675 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
35677         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35678         (icalendar-export-file, icalendar-export-region)
35679         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35680         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35682 2005-03-04  Lute Kamstra  <lute@gnu.org>
35684         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35685         (debug-function-list): Ditto.
35687 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
35689         * textmodes/texinfmt.el (texinfo-append-refill):
35690         Redefine the types of line to which @refill
35691         is not appended by replacing a search for `@refill\\|@bye' with
35692         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
35693         itemize@refill' bug and the unfilled long lines bug.
35694         (texinfmt-version): Update number and date.
35696 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
35698         * international/code-pages.el (windows-1250, windows-125[2-8])
35699         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35701 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35703         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35704         bound yet.
35706 2005-03-02  Romain Francoise  <romain@orebokech.com>
35708         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35709         buffer after removing limits.
35710         (ibuffer-pop-filter): Ditto.
35711         Update copyright.
35713 2005-03-02  Miles Bader  <miles@gnu.org>
35715         * button.el (make-text-button): If the user doesn't specify a
35716         type, use the default.  Rewrite to use `add-text-properties' and
35717         plist functions.
35719 2005-03-01  Lute Kamstra  <lute@gnu.org>
35721         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35722         (debugger-jumping-flag): New var.
35723         (debug-entry-code): Use it.
35724         (debugger-jump): Use debugger-jumping-flag and add
35725         debugger-reenable to post-command-hook.
35726         (debugger-reenable): Use debugger-jumping-flag and remove itself
35727         from post-command-hook.
35728         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35729         debugger-reenable.
35731 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
35733         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35734         inclusion of "itemize\\|", which may be unnecessary, is certainly
35735         inelegant, and stops refilling in itemize lists when formatting
35736         Japanese Texinfo files to Info.
35737         Update copyright to 2005.
35739 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
35741         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35742         of an error if GDB can't find the source file.
35744 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
35746         * calendar/calendar.el (redraw-calendar): Work from any buffer,
35747         not just the calendar.
35749         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35750         first.
35751         (diary-redraw-calendar): New function.
35752         (make-diary-entry): Add diary-redraw-calendar to local
35753         write-contents-functions.  Turn off selective display before
35754         inserting in diary.
35756 2005-03-01  Kim F. Storm  <storm@cua.dk>
35758         * emacs-lisp/copyright.el (copyright-fix-years): New command.
35760 2005-03-01  Lute Kamstra  <lute@gnu.org>
35762         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35763         that debug-entry-code can be safely removed from a function while
35764         this code is being evaluated.  Revert the 2005-02-27 change as the
35765         new implementation no longer requires it.  Make sure that a
35766         function body containing just a string is not mistaken for a docstring.
35767         (debug): Skip one more frame in case of debug on entry.
35768         (debugger-setup-buffer): Delete one more frame line in case of
35769         debug on entry.
35770         (debugger-frame-number): Update to use the new text introduced by
35771         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
35773 2005-02-28  Kim F. Storm  <storm@cua.dk>
35775         * double.el (double-translate-key): Call force-window-update after
35776         read-event to avoid crash in redisplay.
35778 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
35780         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35781         (debug): Use it.  Move the inhibit-trace earlier.
35782         (debug-entry-code): New const.
35783         (debug-on-entry-1): Use it.
35785 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
35787         * international/utf-16.el (ccl-encode-mule-utf-16le):
35788         Fix BUFFER_MAGNIFICATION to 2.
35789         (ccl-encode-mule-utf-16be): Likewise.
35791 2005-02-28  Kenichi Handa  <handa@m17n.org>
35793         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35794         Fix BUFFER_MAGNIFICATION to 4.
35795         (ccl-encode-mule-utf-16be-with-signature): Likewise.
35797 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
35799         * speedbar.el (speedbar-update-flag): Doc fix.
35800         (speedbar-show-info-under-mouse): Give set-mouse-position the right
35801         argument.
35803 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
35805         * reveal.el (reveal-post-command): Don't try to reveal overlays which
35806         have a non-nil `invisible' property but are actually visible.
35808         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35809         for perldoc sections.
35810         (perl-outline-regexp, perl-outline-level): New var and function.
35811         (perl-mode): Use them.
35813 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
35815         * calendar/diary-lib.el (diary-remind): Discard any mark portion
35816         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35818 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
35820         * cus-edit.el: Comment change.
35821         (custom-buffer-create-internal): Slightly reword text at top of
35822         Custom buffers.  Mention there that saving an option edits the
35823         init file.  Add link to Emacs manual node on `custom-file'.
35824         (custom-magic-alist): Rewrite individual State messages to use
35825         capitalized keywords.  Doc fix.
35827 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
35829         * calendar/calendar.el (calendar-buffer): Move above
35830         calendar-week-start-day.
35831         (calendar-week-start-day): Doc fix.  Add :set function.
35832         (calendar-minimum-window-height): New variable.
35833         (generate-calendar-window): Only resize window if selected-window
35834         is displaying the calendar buffer.  Use new variable
35835         calendar-minimum-window-height.
35836         (generate-calendar): Reword error message.
35837         (calendar-mode-map): Bind DEL to scroll-other-window-down.
35839 2005-02-27  Andreas Schwab  <schwab@suse.de>
35841         * vc.el (vc-do-command): Don't run command asynchronously when
35842         operating in a remote directory.
35844         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35845         change from sync with Tramp 2.0.47.
35847 2005-02-27  Richard M. Stallman  <rms@gnu.org>
35849         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35851         * textmodes/flyspell.el (flyspell-mode-on):
35852         Call ispell-change-dictionary only if necessary.
35854         * emacs-lisp/re-builder.el (regexp-builder): New function.
35856         * register.el (describe-register-1): Explicitly handle
35857         yank-excluded-properties = t.
35859         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35860         (custom-magic-alist): Change the status descriptions again.
35861         (face widget-type): Total rewrite based on `restricted-sexp'
35862         to eliminate the confusing double hiding levels.
35864         * emacs-lisp/debug.el (debug-on-entry-1):
35865         If function body is empty, add nil as body form.
35867 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
35869         * emacs-lisp/trace.el (inhibit-trace): New var.
35870         (trace-make-advice): Use it.
35872         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35874 2005-02-26  Kim F. Storm  <storm@cua.dk>
35876         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35877         (mouse-on-link-p, mouse-drag-region-1): Use it.
35879 2005-02-25  Lute Kamstra  <lute@gnu.org>
35881         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35883 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
35885         * frame.el (blink-cursor-mode): Add :group keyword.
35887 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
35889         * calendar/icalendar.el (icalendar--decode-isodatetime):
35890         New optional argument DAY-SHIFT.
35891         (icalendar-export-region): Fix coding-system-for-write.
35892         (icalendar--convert-ical-to-diary): Shift end-day of all-day
35893         events by one.
35895 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
35897         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35899 2005-02-24  Kim F. Storm  <storm@cua.dk>
35901         * international/iso-acc.el (iso-accents-compose): Fix crash
35902         during redisplay.  Call force-window-update after read-event
35903         and delete-region to signal that window is not accurate.
35905 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
35907         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35908         Remove unused and inexistent var `inhibit-trace'.
35909         (debugger-mode): Use run-mode-hooks.
35910         (debugger-list-functions): Add buttons; setup xref stack.
35912 2005-02-23  Richard M. Stallman  <rms@gnu.org>
35914         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35915         appointment says it was explicitly made.
35916         (appt-add): Set the 3rd element.
35917         (appt-make-list): Preserve explicit appointments.
35919         * subr.el (find-tag-default): Catch errors in forward-sexp.
35921 2005-02-23  Juri Linkov  <juri@jurta.org>
35923         * info.el (Info-isearch-search): New defcustom.
35924         (Info-isearch-search): Call the default isearch function
35925         when Info-isearch-search is nil.
35926         (Info-isearch-wrap): Use variable Info-isearch-search.
35928 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
35930         * cus-edit.el: Comment change.
35932 2005-02-22  Kim F. Storm  <storm@cua.dk>
35934         * progmodes/hideif.el (hide-ifdef-use-define-alist):
35935         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
35937 2005-02-22  Simon Josefsson  <jas@extundo.com>
35939         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35940         New variable.
35941         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
35942         Oskarsson" <myrkraverk@users.sourceforget.net>.
35944 2005-02-22  Kim F. Storm  <storm@cua.dk>
35946         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35947         check that window of that event is the selected window.
35948         (mouse-drag-region-1): Compare mouse event window to selected
35949         window before setting point.
35951         * tooltip.el (tooltip-show-help-function): Pass event to
35952         mouse-on-link-p so it can check selected window.
35954 2005-02-22  Kenichi Handa  <handa@m17n.org>
35956         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35957         (ps-mule-show-warning): New function.
35958         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35959         characters are found.
35961         * ps-print.el (ps-header-footer-string): Return a list of header
35962         and footer strings.
35964 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
35966         * pcvs.el (cvs-retrieve-revision): Fix thinko.
35968 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
35970         * frame.el (blink-cursor-mode): Use define-minor-mode.
35972         * term/mac-win.el (function-key-map): Use char-names more consistently.
35973         (file-name-coding-system): Only set it for MacOS-9.  The other case is
35974         already handled in mule-cmds.el (where it also works when mac-win.el
35975         is not used).
35977 2005-02-21  Kenichi Handa  <handa@m17n.org>
35979         * international/mule.el (ctext-pre-write-conversion): Always use
35980         " *code-converting-work*" buffer for work.
35982         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35984 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
35986         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35988 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
35990         * ses.el (undo-more): Restore defadvice, but only the part that
35991         allows changes outside the restricted area of the buffer.
35993 2005-02-20  Kim F. Storm  <storm@cua.dk>
35995         * simple.el (line-move): Add fourth optional arg try-vscroll which
35996         must be set to perform auto-window-vscroll.
35997         When moving backwards and doing auto-window-vscroll, automatically
35998         vscroll to the last part of lines which are taller than the window.
35999         (next-line, previous-line): Set try-vscroll arg on line-move.
36001 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
36003         * replace.el (query-replace, query-replace-regexp)
36004         (replace-string, replace-regexp): When operating on region, make
36005         the minibuffer prompt say so.
36007         * isearch.el (isearch-forward): Document isearch-query-replace and
36008         isearch-query-replace-regexp keybindings.
36010 2005-02-19  Jay Belanger  <belanger@truman.edu>
36012         * calc/calc-aent.el (math-read-token): Add local variable.
36014         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
36015         (calc-edit-top): Move declaration to earlier in file.
36016         (calc-edit-macro-repeats): Add local variables.
36018         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
36019         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
36020         calcFunc-tanh.
36021         Adjust integration rule for calcFunc-tan.
36023 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
36025         * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
36026         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
36027         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
36028         (viper-skip-separators): Bug fix.
36029         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
36030         particular major mode.
36031         (viper-del-backward-char-in-replace): Don't put deleted char on the
36032         kill ring.
36034         * emulation/viper-ex.el (viper-color-display-p): New function.
36035         (viper-has-face-support-p): Use viper-color-display-p.
36037         * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
36039         * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
36041         * emulation/viper-util.el (viper-glob-unix-files):
36042         Fix shell status check.
36043         (viper-file-remote-p): Make equivalent to file-remote-p.
36045         * emulation/viper.el (viper-major-mode-modifier-list):
36046         Use viper-gnus-modifier-map.
36048 2005-02-19  David Kastrup  <dak@gnu.org>
36050         * subr.el (subregexp-context-p): Fix garbled doc string by adding
36051         quoting.
36053 2005-02-19  Jay Belanger  <belanger@truman.edu>
36055         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
36056         Remove extra definitions.
36057         (calc-coth): New function.
36058         (calcFunc-cot): Fix `let'.
36060 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
36062         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
36063         the reasons we use "type pc" in these faces.
36065         * button.el (button): Ditto.
36067 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
36069         * replace.el (query-replace-read-from): Set the value of
36070         query-replace-from-history-variable to handle the case of an empty
36071         string entered to accept the suggested default.
36073         * net/tramp.el (tramp-file-name-for-operation):
36074         Use dired-call-process instead of dired-call-process-command.
36076 2005-02-19  Jay Belanger  <belanger@truman.edu>
36078         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
36079         (math-div-non-trig): New variables.
36080         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
36081         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
36082         (math-combine-prod, math-div-symb-fancy): Add simplifications for
36083         trig expressions.
36085 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
36087         * progmodes/gdb-ui.el (gdb-var-update-handler)
36088         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
36089         for watch expressions,
36090         (gdb-var-create-handler): Don't set speedbar-update-flag.
36091         (gdb-post-prompt): Simplify test for speedbar.
36093 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
36095         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
36096         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
36097         we use the syntax table of the correct buffer.
36098         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
36099         Felix Gatzemeier.
36101         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
36102         (ediff-file-remote-p): Make synonymous with file-remote-p.
36103         In all deffaces ediff-*-face-*, use min-colors.
36105         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
36106         ediff-recurse-to-subdirectories.
36107         (ediff-mark-if-equal): Check that the arguments are strings, use
36108         ediff-same-contents (after to Felix Gatzemeier).
36110         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
36111         nil.
36113 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
36115         * log-view.el (log-view-message-re): Fix up Subversion regexp.
36117 2005-02-18  David Kastrup  <dak@gnu.org>
36119         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
36120         use `mark-active' when defined.
36122 2005-02-18  Kenichi Handa  <handa@m17n.org>
36124         * ps-print.el (ps-font-info-database): New entry
36125         ZapfChancery-MediumItalic with correct font name.  Fix font name
36126         of the entry Zapf-Chancery-MediumItalic.
36128 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
36130         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
36132 2005-02-16  Kim F. Storm  <storm@cua.dk>
36134         * ido.el (ido-fallback-command): Pass user input to fallback command.
36136 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
36138         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
36139         (gdb-find-file-hook): Add server prefix.
36141 2005-02-16  Richard M. Stallman  <rms@gnu.org>
36143         * replace.el (perform-replace): Pass new args to replace-highlight.
36144         (replace-highlight): Take region args,
36145         and pass them to isearch-lazy-highlight-new-loop.
36147         * novice.el (disabled-command-hook): Autoload the defalias
36148         and the make-obsolete-variable call.
36150         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
36152         * isearch.el (isearch-lazy-highlight-start-limit)
36153         (isearch-lazy-highlight-end-limit): New variables limit
36154         the region for highlighting.
36155         (isearch-lazy-highlight-new-loop): New args BEG and END.
36156         (isearch-lazy-highlight-search): Use the new vars.
36157         (isearch-lazy-highlight-update): Likewise.
36159         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
36161         * cus-start.el (all): Use default-boundp.
36163 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
36165         * menu-bar.el (menu-bar-select-frame): Handle current frame.
36167 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
36169         * autorevert.el (auto-revert-stop-on-user-input)
36170         (auto-revert-verbose): Doc fixes.
36172 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
36174         * international/mule-cmds.el (set-locale-environment): Remove call
36175         to set-selection-coding-system on Windows.
36177 2005-02-15  Jay Belanger  <belanger@truman.edu>
36179         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
36180         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
36181         calcFunc-coth.
36182         (math-simplify-sqrt): Add simplifications.
36184         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
36185         to list.
36187         * calc/calc-ext.el: Add functions to autoloads.
36189         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
36190         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
36191         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
36192         (math-csc-raw, math-cot-raw): New functions.
36194         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
36196         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
36197         the variable name in a message.
36199         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
36200         calcFunc-csc, calcFunc-cot.
36202         * calc/calcalg2.el: Add derivative and integration rules for
36203         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
36204         calcFunc-csch, calcFunc-coth.
36205         (math-do-integral-methods): Add to checks for when to use
36206         substitutions.
36208         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
36210 2005-02-15  Lute Kamstra  <lute@gnu.org>
36212         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
36213         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
36214         <monnier@iro.umontreal.ca>.
36215         (lisp-outline-level): Improve efficiency.  Suggested by David
36216         Kastrup <dak@gnu.org>.
36218 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
36220         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
36221         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
36222         (gdb-set-gud-minor-mode-existing-buffers): New functions.
36223         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
36224         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
36226 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
36228         * cus-start.el (all): Comment change.
36230 2005-02-14  Lute Kamstra  <lute@gnu.org>
36232         * cus-start.el (all): Check if symbol is void.
36234 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
36236         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
36237         optional argument to \cite.
36239 2005-02-14  Richard M. Stallman  <rms@gnu.org>
36241         * cus-edit.el (custom-buffer-create-internal): Update help message.
36242         (custom-magic-alist): Update help messages.
36244         * cus-start.el (all): Allow a var to specify a standard value.
36246 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
36248         * custom.el (custom-theme-set-variables): Handle variable aliases.
36250         * frame.el (blink-cursor-timer): Doc fix.
36251         (blink-cursor): Make it an alias for `blink-cursor-mode' and
36252         declare obsolete.
36253         (blink-cursor-mode): Define with defcustom and use correct
36254         standard expression in that defcustom.
36255         * startup.el (command-line): Adapt to above changes in frame.el.
36257 2005-02-11  Lute Kamstra  <lute@gnu.org>
36259         * apropos.el (apropos-score-doc): Prevent division by zero.
36261 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
36263         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
36264         (icalendar--get-event-property-attributes)
36265         (icalendar--get-event-properties)
36266         (icalendar--datetime-to-diary-date): New functions.
36267         (icalendar--split-value): Doc fix.
36268         (icalendar--datetime-to-noneuropean-date)
36269         (icalendar--datetime-to-european-date): New optional argument
36270         SEPARATOR.  Return result as a string instead of a list.
36271         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
36272         (icalendar--convert-string-for-export): Rename arg S to STRING.
36273         (icalendar-export-region): Doc fix.  Change name of error buffer.
36274         Save output buffer.
36275         (icalendar-import-file): Add blank at end of prompt.
36276         (icalendar-import-buffer): Doc fix.  Do not switch to error
36277         buffer.  Indicate status in return value.
36278         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
36279         buffer.  Save output buffer.  Handle exception from recurrence
36280         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
36281         events.  Fix problems with weekly all-day events.
36283 2005-02-10  Richard M. Stallman  <rms@gnu.org>
36285         * simple.el (eval-expression-print-format):
36286         Avoid warning about edebug-active.
36288         * help.el (help-for-help-internal): Rename from help-for-help.
36289         (help-for-help): Define with defalias.
36291         * font-core.el (font-lock-default-function): Use with-no-warnings.
36293         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
36295         * custom.el (defface): Doc fix.
36297 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
36299         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
36300         width 0" to prevent word wrapping problems.
36302 2005-02-09  Kim F. Storm  <storm@cua.dk>
36304         * ido.el (ido-file-extensions-order): New defcustom.
36305         (ido-file-extension-lessp, ido-file-extension-aux)
36306         (ido-file-extension-order): New advanced file ordering.
36307         (ido-file-lessp): New simple file ordering.
36308         (ido-sort-list): Remove.
36309         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
36310         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
36312 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
36314         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
36315         that some versions of grep produce.
36316         (grep-mode-font-lock-keywords): Likewise.
36318 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
36320         * progmodes/gdb-ui.el (gdb-location-list): New variable.
36321         (gdb-cdir): Delete.
36322         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
36323         (gdb-source-info): Treat case when source file is in another
36324         directory properly.
36325         (gdb-get-location): New function.
36327 2005-02-07  Jay Belanger  <belanger@truman.edu>
36329         * calc/calc-prog.el (calc-write-parse-table-part)
36330         (calc-fix-token-name): Fix a check for language type.
36332         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
36334 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
36336         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
36337         as directory not writable.
36339 2005-02-07  Kim F. Storm  <storm@cua.dk>
36341         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
36342         (cua--standard-movement-commands): Remove list.
36343         Instead, set CUA property value to move for movement commands.
36344         (cua-movement-commands): Remove.  Users must set CUA prop instead.
36345         (cua--pre-command-handler): Check CUA property.
36346         (cua--init-keymaps): Don't remap undo commands.
36347         (cua-mode): Don't call cua--rectangle-on-off.
36349         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
36350         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
36351         (cua--rect-undo-set-point): New var.
36352         (cua--rectangle-undo-boundary): Setup undo apply entry.
36353         (cua--rect-undo-handler): New function for rectangle undo.
36354         (cua--rect-start-position, cua--rect-end-position): Add.
36355         (cua--rectangle-post-command): Call cua--rectangle-set-corners
36356         for restored rectangle.  Set point if cua--rect-undo-set-point.
36358 2005-02-06  Jay Belanger  <belanger@truman.edu>
36360         * calc/calc-lang.el (calc-tex-language): Display more information
36361         in messages.
36363         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
36364         in TeX mode.
36366 2005-02-06  Richard M. Stallman  <rms@gnu.org>
36368         * emacs-lisp/lisp.el (buffer-end): Doc fix.
36370 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
36372         * net/ldap.el (ldap-search-internal): Support attributes with
36373         optional descriptions separated by a semi-colon, as in
36374         "userCertificate;binary".
36376 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
36378         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
36379         isn't a cons (i.e. the version is 0).
36381 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
36383         * help.el (help-for-help): Doc fix.
36385 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
36387         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
36388         GDB-Windows on the menu-bar as this works better.
36390 2005-02-04  Jay Belanger  <belanger@truman.edu>
36392         * calc/calc-embed.el (calc-embedded-update): Don't put in
36393         unnecessary newlines.  Adjust the end of formula marker.
36395         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
36396         (math-latex-parse-two-args): New function.
36398 2005-02-03  Lute Kamstra  <lute@gnu.org>
36400         * help-fns.el (help-with-tutorial): Make sure that users cannot
36401         remove the entire text of the tutorial by means of `undo'.
36403 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36405         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
36406         in recent changes, where the ispell process was repeatedly
36407         killed & restarted.
36409         * international/mule-cmds.el (set-locale-environment): Set file-name
36410         coding system to utf-8 on Darwin systems.
36411         (set-default-coding-systems): Don't set default-file-name-coding-system
36412         on Darwin systems.
36414 2005-02-03  Richard M. Stallman  <rms@gnu.org>
36416         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
36418 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
36420         * faces.el (list-faces-display): Add optional argument.
36422 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
36424         * font-core.el (font-lock-default-function): Handle the rare case where
36425         only font-lock-keywords is set.
36427 2005-02-02  Kenichi Handa  <handa@m17n.org>
36429         * international/characters.el: Cancel previous change for
36430         I-WITH-DOT-ABOVE and DOTLESS-i.
36432         * international/latin-5.el: Cancel previous change.
36434 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
36436         * progmodes/gud.el: Correction to syntax in gud-menu-map.
36438 2005-02-02  Kenichi Handa  <handa@m17n.org>
36440         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
36441         DOTLESS-i.
36443         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
36444         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
36446         * case-table.el (get-upcase-table): New function.
36447         (copy-case-table): Copy upcaes table too if non-nil.
36448         (set-case-syntax-delims): Maintain upcase table too.
36449         (set-case-syntax-pair): Likewise.
36450         (set-upcase-syntax, set-downcase-syntax): New functions.
36451         (set-case-syntax): Maintain upcase table too.
36453 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
36455         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
36457         * progmodes/gud.el (gud-goto-info): New function.
36458         (gud-tool-bar-map): Use correct icon.
36460 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
36462         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
36463         When delegating, order args in the funcall correctly.
36465 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
36467         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
36469 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
36471         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
36472         buffer not visiting a file.
36474 2005-01-31  Jay Belanger  <belanger@truman.edu>
36476         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
36477         bound on the line with the formula.
36479 2005-01-31  Kim F. Storm  <storm@cua.dk>
36481         * ses.el (ses-create-cell-variable-range)
36482         (ses-destroy-cell-variable-range, ses-reset-header-string)
36483         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
36484         (ses-insert-row): Fix format of apply undo entries.
36486 2005-01-31  Jay Belanger  <belanger@truman.edu>
36488         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
36489         parts.
36491         * calc/calc-embed.el (calc-embedded-open-formula)
36492         (calc-embedded-close-formula): Ignore matrix environments.
36494         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
36495         TeX mode.
36497         * calc/calc-lang.el (math-function-table, math-oper-table)
36498         (math-variable-table): Adjust the LaTeX portions.
36500         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
36501         (math-latex-ignore-words): New constant.
36503 2005-01-31  Richard M. Stallman  <rms@gnu.org>
36505         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
36506         (ispell-local-dictionary): Doc fix.
36507         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
36508         Don't reinitialize at run time.  Don't defcustom.
36509         All uses changed to append ispell-local-dictionary-alist,
36510         or check it first.
36511         (ispell-current-dictionary): New variable for dictionary in use.
36512         (ispell-dictionary): Now used only for global default.
36513         (ispell-start-process): Set ispell-current-dictionary,
36514         not ispell-dictionary.
36515         (ispell-change-dictionary): Use this only for setting
36516         user preferences.
36517         (ispell-internal-change-dictionary): New function
36518         to change the current dictionary in use.
36519         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
36520         Use ispell-current-dictionary.
36521         Handle ispell-local-dictionary-overridden.
36522         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
36524 2005-01-31  Jay Belanger  <belanger@truman.edu>
36526         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
36528         * calc/calc-ext.el: Add calc-latex-language to autoloads.
36529         (calc-mode-map): Add calc-latex-language.
36531         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
36532         (math-latex-print-frac): New functions.
36533         (math-oper-table, math-function-table, math-variable-table)
36534         (math-complex-format, math-input-filter): Add latex properties.
36535         (calc-set-language): Set math-expr-special-function-mapping.
36537         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
36538         (calc-write-parse-table-part): Add LaTeX support.
36540         * calc/calc.el (calc-language): Adjust docstring.
36541         (calc-set-mode-line): Add LaTeX support.
36542         (math-expr-special-function-mapping): New variable.
36543         (math-tex-ignore-words): Add to list.
36545         * calc/calccomp.el (math-compose-expr, math-compose-rows):
36546         Add LaTeX support.
36547         (math-compose-expr): Add support for special functions.
36549         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
36551 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
36553         * progmodes/gdb-ui.el (gdb-memory-address)
36554         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
36555         (gdb-memory-mode-map, gdb-memory-format-keymap)
36556         (gdb-memory-format-menu, gdb-memory-unit-keymap)
36557         (gdb-memory-unit-menu): New variables for a buffer
36558         that lets the user examine program memory.
36559         (gdb-memory-set-address, gdb-memory-set-repeat-count)
36560         (gdb-memory-format-binary, gdb-memory-format-octal)
36561         (gdb-memory-format-unsigned, gdb-memory-format-signed)
36562         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
36563         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
36564         (gdb-memory-unit-word, gdb-memory-unit-halfword)
36565         (gdb-memory-unit-byte, gdb-memory-unit-menu)
36566         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
36567         (gdb-memory-mode, gdb-memory-buffer-name)
36568         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
36569         New functions for above buffer.
36571 2005-01-30  Richard M. Stallman  <rms@gnu.org>
36573         * cus-edit.el (custom-bury-buffer): Function deleted.
36574         (custom-buffer-done-function): Option deleted.
36575         (custom-buffer-done-kill): New replacement option.
36576         (Custom-buffer-done): Call quit-window.
36577         (custom-buffer-create-internal): Update for above changes.
36579 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
36581         * simple.el (undo-ask-before-discard): New var.
36582         (undo-outer-limit-truncate): Implement it.
36583         (undo-extra-outer-limit): Doc update.
36585 2005-01-29  Richard M. Stallman  <rms@gnu.org>
36587         * ses.el (undo-more): Delete defadvice.
36588         (ses-begin-change): Doc fix.
36590         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
36591         instead of rebinding C-x u and C-_.
36593         * files.el (normal-backup-enable-predicate): Return nil for files
36594         in /tmp, regardless of temporary-file-directory.
36596         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36598         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36599         (open-rectangle, delete-whitespace-rectangle-line)
36600         (clear-rectangle-line): If FILL, pass t instead of FILL
36601         for move-to-column's 2nd arg.
36603         * simple.el (undo): Fix the test for continuing a series of undos.
36604         (undo-more): Set pending-undo-list to t when we reach end.
36605         (pending-undo-list): Move up defvar.
36607         * wid-edit.el (widget-button-click):
36608         Shorten the range of the track-mouse binding.
36610         * comint.el (comint-insert-input): Undo previous changes;
36611         use last-input-event in interactive spec.
36613 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
36615         * progmodes/compile.el (compilation-start): Bind buffer-read-only
36616         to nil before invoking call-process.  Reset buffer's modified flag
36617         after fontifying it in the no-async branch.
36619         * wid-edit.el (widget-specify-button): If mouse pointer shape
36620         cannot be changed, use mouse face instead.
36622 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
36624         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36625         (gdb-goto-breakpoint): Make breakpoint handling work on template
36626         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
36627         (gdb-assembler-custom): Update to recognize breakpoint information
36628         added on 2005-01-19.
36630 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
36632         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36633         (dsssl-mode): Use define-derived-mode.
36634         (scheme-mode-initialize): Remove.
36635         (scheme-mode): Use run-mode-hooks.
36637         * cus-edit.el (customize-group-other-window)
36638         (custom-buffer-create-other-window): Don't override special-display-*.
36639         (custom-mode-map): Make it dense.
36641         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36642         sets the default value.
36644 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
36646         * descr-text.el: Add more keywords.
36648 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
36650         * speedbar.el: Avoid unnecessary use of locate-library.
36652         * international/mule-cmds.el (standard-display-european-internal):
36653         Don't fiddle with latin-1 non-break space any more since it's now
36654         special cased in the C code.
36655         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36657 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
36659         * cus-start.el (all): Add `undo-outer-limit'.
36661 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
36663         * textmodes/bibtex.el (bibtex-format-entry):
36664         Use `bibtex-empty-field-re' only on the text of fields, not on entire
36665         field lines.
36666         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36667         not on part of a buffer.
36669 2005-01-25  Lute Kamstra  <lute@gnu.org>
36671         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36672         nonempty field text strings like "{letters\\macro{}more letters}".
36673         Clarify docstring.
36674         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36675         (bibtex-entry-offset, bibtex-parse-association)
36676         (bibtex-parse-field-name): Fix typos in docstrings.
36677         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36679 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
36680             Juri Linkov  <juri@jurta.org>
36682         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36683         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36684         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36685         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36687         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36688         isearch minor mode.
36690 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
36692         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36694 2005-01-24  Lute Kamstra  <lute@gnu.org>
36696         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36697         CASECHARS and NOT-CASECHARS regular expressions of the
36698         "nederlands" and "nederlands8" dictionaries to prevent a "Range
36699         striding over charsets" error.
36701 2005-01-24  Jay Belanger  <belanger@truman.edu>
36703         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36704         display variable name.
36706 2005-01-24  Kenichi Handa  <handa@m17n.org>
36708         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36709         Fix setting of the element of encoded-kbd-iso2022-invocations.
36711 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
36713         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36714         (gdb-threads-select): Change to also accept mouse events.
36715         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36716         (gdb-threads-mouse-select): Delete.
36718 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
36720         * files.el (insert-directory): Take care of empty directory,
36721         listed without -a switch.
36723 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
36725         * textmodes/refill.el (refill-post-command-function):
36726         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36727         to the list of functions that we should be careful not to undo.
36728         (refill-late-fill-paragraph-function): Remove.
36729         (refill-saved-state): New var.
36730         (refill-mode): Use it to save fill-paragraph-function.
36731         Save also the value of auto-fill-function.
36733         * term/w32-win.el: Simplify code.
36735 2005-01-23  Kim F. Storm  <storm@cua.dk>
36737         * simple.el (line-move): Adapt to new return value from
36738         pos-visible-in-window-p.
36740         * simple.el (line-move): Fix last change.  Check partial
36741         visibility at point rather than at window-start.
36743 2005-01-22  Jason Rumney  <jasonr@gnu.org>
36745         * term/w32-win.el (xw-defined-colors): Remove debug-message.
36747 2005-01-22  David Kastrup  <dak@gnu.org>
36749         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36751 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
36753         * type-break.el (type-break-mode): Add a test for
36754         type-break-file-name being non-nil.
36756 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
36758         * net/eudc.el (top level): Call (message "") via progn, so that
36759         eudc-options-file is loaded.
36761 2005-01-22  Kim F. Storm  <storm@cua.dk>
36763         * simple.el (line-move-1): Rename from line-move.
36764         (line-move): New function that adjusts vscroll for partially
36765         visible rows, and calls line-move-1 otherwise.
36767 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
36769         * pcomplete.el: Define pcomplete-read-event instead of read-event,
36770         since it's not a complete read-event implementation.
36772 2005-01-20  Jay Belanger  <belanger@truman.edu>
36774         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36775         for called function.
36777 2005-01-20  Steven Tamm  <steventamm@mac.com>
36779         * term/mac-win.el (process-connection-type): Remove.
36780         Controlled now by s/darwin.h:PTY_ITERATION.
36782 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
36784         * window.el (handle-select-window): Don't switch window when we're
36785         in the minibuffer.
36787 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
36789         * subr.el (dotimes-with-progress-reporter): New macro.
36791         * ses.el (ses-dotimes-msg): Remove macro.
36792         Use `dotimes-with-progress-reporter' instead.
36794 2005-01-19  Steven Tamm  <steventamm@mac.com>
36796         * term/mac-win.el (process-connection-type): Use new
36797         operating-system-release variable to use ptys on Darwin 7 (OS X
36798         10.3) when using carbon build.
36800 2005-01-19  Jay Belanger  <belanger@truman.edu>
36802         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36803         flags if the last command was a tab or M-tab.
36805         * calc/calc-prog.el (calc-user-define-edit): Put original formula
36806         in formula editing buffer.
36808 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
36810         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36811         breakpoint image symbol in margin.
36813 2005-01-19  Jay Belanger  <belanger@truman.edu>
36815         * calc/calc-prog.el (calc-execute-kbd-macro):
36816         Ignore calc-keep-arg-flag.
36818 2005-01-19  Kenichi Handa  <handa@m17n.org>
36820         * textmodes/ispell.el (ispell-looking-at): New function.
36821         (ispell-process-line): Use ispell-looking-at to compare the ispell
36822         output and the buffer contents.
36824 2005-01-18  Jay Belanger  <belanger@truman.edu>
36826         * calc/calc.el (calc-display-raw): Fix docstring.
36828 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
36830         * simple.el (blink-matching-open): Strip extra info from syntax.
36832         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36833         funny chars in the end-of-here-doc marker.
36835 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
36837         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36838         that enable/disabled state of breakpoints is shown correctly in
36839         fringe and on ttys.
36840         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36841         Add breakpoint information as text properties.
36842         (gdb-mouse-toggle-breakpoint):
36843         Rename to gdb-mouse-set-clear-breakpoint.
36844         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
36845         breakpoints in the margin.
36846         (gdb-remove-strings): Simplify.
36848 2005-01-17  Jay Belanger  <belanger@truman.edu>
36850         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36851         erasing buffer.
36853 2005-01-17  Richard M. Stallman  <rms@gnu.org>
36855         * progmodes/grep.el (grep-find): Copy from `grep' the condition
36856         for calling grep-compute-defaults.
36858         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36859         if buffer is empty.
36861         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36863 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
36865         * hilit-chg.el (highlight-changes-mode): Don't autoload.
36867         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36868         non-preloaded variables.
36870 2005-01-17  Steven Tamm  <steventamm@mac.com>
36872         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36873         tex-shell cause to force interactivity when using pipes.
36875 2005-01-17  Kim F. Storm  <storm@cua.dk>
36877         * simple.el (just-one-space): Make arg optional.
36879 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
36881         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36882         posn-at-x-y to t to access left-margin.
36884 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
36886         Sync with Tramp 2.0.47.
36888         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36889         catching keep-date problems in cp/scp operations.
36890         (tramp-handle-copy-file): Don't call `set-file-modes'
36891         unconditionally.  Specialized functions should know better what is
36892         necessary.  This improves performance a little bit, and the
36893         functions could catch errors with `cp -p' and `scp -p'.
36894         (tramp-do-copy-or-rename-file-via-buffer)
36895         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36896         when appropriate.
36897         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36898         Call `set-file-modes' when appropriate.
36899         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
36900         Johnsson <isak@hypergene.com>.
36901         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36902         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
36903         <joakim@verona.se>.
36904         (tramp-file-name-for-operation): Mark `shell-command' as magic for
36905         Emacs only.
36907         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
36908         `find-file-hooks' and `dired-mode-hook'.
36909         (tramp-minor-mode-map): Respective map.  Add remapping for
36910         `compile' and `recompile'.
36911         (tramp-remap-command, tramp-recompile): New defuns.
36912         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36913         in buffer "*Compilation*".  Call the commands asynchronously.
36915         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36916         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36917         `shell-command', because it isn't magic in XEmacs.  Reported by
36918         Adrian Aichner <adrian@xemacs.org>.
36920         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36921         `substitute-in-file-name.
36922         (tramp-smb-handle-substitute-in-file-name): New defun.
36923         (tramp-smb-advice-PC-do-completion): Delete advice.
36925 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
36927         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36928         Fix error in deleting region.
36930 2005-01-15  Richard M. Stallman  <rms@gnu.org>
36932         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36933         In non-temp buffer, switch syntax table temporarily.
36935         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36937         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36939         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36941         * imenu.el (imenu--split-menu): Copy menulist before sorting.
36942         (imenu--generic-function): Use START, not BEG, as pos of definition.
36944         * simple.el (just-one-space): Argument specifies number of spaces.
36946         * simple.el (eval-expression-print-format): Avoid warning
36947         about edebug-active.
36949 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
36951         * progmodes/sh-script.el: Code copied from make-mode.el
36952         with small changes,
36953         (sh-mode-map): Bind C-c C-\.
36954         (sh-backslash-column, sh-backslash-align): New variables.
36955         (sh-backslash-region, sh-append-backslash): New functions.
36957 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
36959         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36960         (rmail-pop-password, rmail-pop-password-required): Move to
36961         rmail-obsolete group.
36962         (rmail-set-pop-password): Rename to rmail-set-remote-password.
36963         All callers updated.
36964         (rmail-get-pop-password): Rename to rmail-get-remote-password.
36965         Take an argument specifying whether it is POP or IMAP mailbox we
36966         are using.  All callers updated.
36967         (rmail-pop-password-error): Rename to
36968         rmail-remote-password-error.  Added mailutils-specific error message.
36969         (rmail-movemail-search-path)
36970         (rmail-movemail-variant-in-use): New variables.
36971         (rmail-remote-password, rmail-remote-password-required):
36972         New customization variables.
36973         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36974         (rmail-parse-url): New function.
36975         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36976         with GNU mailutils movemail.
36978 2005-01-15  Kevin Ryde  <user42@zip.com.au>
36980         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36981         suffix to space, $ or '$, to correctly position point when going
36982         to @table style constants like DBL_MAX.
36984 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
36986         * type-break.el (type-break-mode, type-break-file-time)
36987         (type-break-file-keystroke-count, type-break-choose-file):
36988         Don't store data in or load data from the file if type-break-file-name
36989         is nil.
36990         (type-break-file-name): Doc update as per the above.
36992 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
36994         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36995         lookup-key might return nil; handle that.
36997 2005-01-15  Alan Mackenzie  <acm@muc.de>
36999         * progmodes/ebrowse.el (ebrowse-class-in-tree):
37000         Return the tail of the tree rather than the element found,
37001         thus enabling the tree to be setcar'd.
37003 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
37005         * textmodes/org.el (org-show-following-heading): New option.
37006         (org-show-hierarchy-above): Use `org-show-following-heading'.
37007         (org-cycle): Documentation fix.
37009         * textmodes/org.el (orgtbl-optimized): New option.
37010         (orgtbl-mode): New command, a minor mode.
37011         (orgtbl-mode-map): New variable.
37012         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
37013         (orgtbl-error, orgtbl-self-insert-command)
37014         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
37016         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
37017         a local variable in each org-mode buffer.
37019         * textmodes/org.el (org-set-regexps-and-options): Rename from
37020         `org-set-regexps'.  Added checking for STARTUP keyword.
37021         (org-get-current-options): Add STARTUP options.
37022         (org-table-insert-row): Make mode intelligent about when
37023         realignment is needed.
37024         (org-self-insert-command, org-delete-backward-char, org-delete-char):
37025         New commands.
37026         (org-enable-table-editor): New default value `optimized'.
37027         (org-table-blank-field): Support blanking regions if active.
37029 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
37031         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
37032         if the year is not given.
37034         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
37035         Add new escapes %m and %M, fixed bug with %F by adding
37036         save-match-data.
37037         (reftex-reference): Remove ?. from list of spaces.
37038         (reftex-label-info): Add automatic label prefix recognition.
37040         * textmodes/reftex-index.el (reftex-index-next-phrase):
37041         Add slave parameter to call of `reftex-index-this-phrase'.
37042         (reftex-index-this-phrase): New optional argument.
37043         (reftex-index-region-phrases): Add slave parameter to call of
37044         `reftex-index-this-phrase'.
37045         (reftex-display-index): New argument redo.
37046         (reftex-index-rescan): Add `redo' to arguments of
37047         `reftex-display-index'.
37048         (reftex-index-Rescan, reftex-index-revert)
37049         (reftex-index-switch-index-tag): Add `redo' to arguments of
37050         `reftex-display-index'.
37051         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
37052         indexing.  Fix bug with matching is there is a quote before or
37053         after the word.
37055         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
37056         Fix bug when collecting citation keys in lines with comments.
37057         (reftex-citation): Prefix argument no longer rescans the document,
37058         but forces prompting for optional arguments of cite macros.
37059         (reftex-do-citation): Prompting for optional arguments implemented.
37061         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
37062         Add optional arguments to most cite commands.
37063         (reftex-cite-cleanup-optional-args): New option
37064         (reftex-cite-prompt-optional-args): New option.
37065         (reftex-trust-label-prefix): New option.
37067         * textmodes/reftex-toc.el (reftex-toc-find-section):
37068         Add push-mark before changing the position in the buffer.
37070         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
37071         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
37073 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
37075         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
37076         more carefully.
37078 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
37080         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
37081         (sgml-mode): Use it.
37082         (sgml-get-context): Better keep track of implicitly closed tags.
37084 2005-01-13  Kenichi Handa  <handa@m17n.org>
37086         * textmodes/ispell.el: These changes are to fix misalignment error
37087         caused by equivalent characters of different Emacs charsets.
37088         (ispell-unified-chars-table): New variable.
37089         (ispell-get-decoded-string): New function.
37090         (ispell-get-casechars, ispell-get-not-casechars)
37091         (ispell-get-otherchars): Call ispell-get-decoded-string.
37093 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
37095         * custom.el (custom-declare-variable): Just put symbol instead
37096         of (defvar . symbol) in `current-load-list'.
37098 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
37100         * emacs-lisp/elint.el: Fixed typo in Commentary section.
37102 2005-01-12  Jay Belanger  <belanger@truman.edu>
37104         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
37105         to create a Calc summary.
37107 2005-01-12  Kim F. Storm  <storm@cua.dk>
37109         * mouse.el (mouse-on-link-p): Change functionality and doc
37110         string to comply with latest description in lisp ref.
37112 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
37114         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
37115         Enable mouse clicks on mode-line, header-line and margin.
37116         (event-type): Give mouse event symbols an `event-kind' property
37117         with value `mouse-click'.
37119 2005-01-12  Juri Linkov  <juri@jurta.org>
37121         * facemenu.el (list-colors-display): Add new arg buffer-name.
37122         Use it.  Fix docstring.  Replace code for identifying duplicate
37123         colors by the name with call to `list-colors-duplicates' which
37124         identifies duplicate colors by the value unless the color
37125         is one of special Windows colors.  Set truncate-lines to t.
37126         Print sorted duplicate color names on each line.  Indent to 22
37127         \(the longest color name in rgb.txt) instead of 20.  Optimize.
37128         (list-colors-duplicates): New function.
37129         (facemenu-color-name-equal): Delete function.
37131         * facemenu.el (list-colors-print): New function created from code
37132         in list-colors-display.  Print #RRGGBB at the window right edge.
37133         (list-colors-display): When temp-buffer-show-function is not
37134         defined, call list-colors-print from temp-buffer-show-hook
37135         to get the right value of window-width in list-colors-print
37136         after the buffer is displayed.
37138         * simple.el (pop-mark): Move deactivate-mark out of conditional
37139         part to deactivate the active mark regardless of the state of the
37140         mark ring.
37142         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
37143         variables line in desktop files.
37145 2005-01-12  Juri Linkov  <juri@jurta.org>
37147         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
37148         Bring together isearch highlight related options.
37149         (lazy-highlight): Replace group `replace' by `matching'.
37150         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
37151         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
37152         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
37153         and declare them obsolete.
37154         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
37155         (isearch-faces): Remove defgroup.
37156         (isearch-overlay, isearch-highlight, isearch-dehighlight):
37157         Move isearch highlighting code closer to lazy highlighting code.
37159         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
37160         (query-replace-highlight, query-replace-lazy-highlight)
37161         (query-replace): Move definitions to the beginning of the file.
37163 2005-01-11  Juri Linkov  <juri@jurta.org>
37165         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
37166         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
37167         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
37169         * info.el (Info-history-forward): New variable.
37170         (Info-select-node): Reset Info-history-forward to nil.
37171         (Info-last): Turn into defalias.
37172         (Info-history-back): Rename from Info-last.
37173         Add current node to Info-history-forward.
37174         (Info-history-forward): New fun.
37175         (Info-mode-map): Replace Info-last by Info-history-back.
37176         Bind Info-history-forward to "r".
37177         (Info-mode-menu): Replace Info-last by Info-history-back.
37178         Fix menu item text.  Add menu item for Info-history-forward.
37179         (info-tool-bar-map): Replace Info-last by Info-history-back.
37180         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
37181         for Info-history-forward.
37182         (Info-mode): Replace Info-last by Info-history-back in docstring.
37183         Add local variable Info-history-forward.
37184         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
37186 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
37188         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
37189         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
37190         Ignore select-window events rather than fiddle with
37191         mouse-autoselect-window.
37193 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
37195         * type-break.el (type-break-mode): Fix previous change.
37197 2005-01-10  Jay Belanger  <belanger@truman.edu>
37199         * calc/calc-ext.el (calc-reset): Reset when inside embedded
37200         calculator; only reset when point is inside a calculator.
37201         Don't adjust the window height if the window takes up the whole height
37202         of the frame.
37204 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
37206         * ebuff-menu.el (Electric-buffer-menu-mode):
37207         Preserve value of buffer-local var header-line-format.
37209 2005-01-09  Jay Belanger  <belanger@truman.edu>
37211         * calc/calc.el (calc-mode-var-list-restore-saved-values):
37212         Make sure settings file exists before accessing it.
37214         * calc/calc-embed.el (calc-embedded-subst):
37215         Replace math-multi-subst-rec, which is only supposed to be called
37216         by math-multi-subst, by math-multi-subst.
37218 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
37220         * vc.el (vc-allow-async-revert): New user option.
37221         (vc-disable-async-diff): New internal variable.
37222         (vc-revert-buffer): Use them to disable asynchronous diff.
37224         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
37225         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
37226         asynchronously if vc-disable-async-diff is t.
37228 2005-01-09  Jay Belanger  <belanger@truman.edu>
37230         * calc/calc.el (defcalcmodevar): New macro.
37231         (calc-mode-var-list-restore-default-values)
37232         (calc-mode-var-list-restore-saved-values): New functions.
37233         (calc-mode-var-list): Use defcalcmodevar to define it.
37234         (calc-always-load-extensions, calc-line-numbering)
37235         (calc-line-breaking, calc-display-just, calc-display-origin)
37236         (calc-number-radix, calc-leading-zeros, calc-group-digits)
37237         (calc-group-char, calc-point-char, calc-frac-format)
37238         (calc-prefer-frac, calc-hms-format, calc-date-format)
37239         (calc-float-format, calc-full-float-format, calc-complex-format)
37240         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
37241         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
37242         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
37243         (calc-matrix-brackets, calc-language, calc-language-option)
37244         (calc-left-label, calc-right-label, calc-word-size)
37245         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
37246         (calc-display-raw, calc-internal-prec, calc-angle-mode)
37247         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
37248         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
37249         (calc-window-height, calc-display-trail, calc-show-selections)
37250         (calc-use-selections, calc-assoc-selections)
37251         (calc-display-working-message, calc-auto-why, calc-timing)
37252         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
37253         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
37254         (calc-gnuplot-default-device, calc-gnuplot-default-output)
37255         (calc-gnuplot-print-device, calc-gnuplot-print-output)
37256         (calc-gnuplot-geometry, calc-graph-default-resolution)
37257         (calc-graph-default-resolution-3d, calc-invocation-macro)
37258         (calc-show-banner): Use defcalcmodevar to declare them and set
37259         their default values.
37261         * calc/calc-ext.el (calc-reset): Restore saved values of variables
37262         instead of default values (but restore default values if there is
37263         an argument of 0).
37265 2005-01-09  David Kastrup  <dak@gnu.org>
37267         * desktop.el (desktop-restore-eager): Fix typo in type.
37269 2005-01-08  Richard M. Stallman  <rms@gnu.org>
37271         * cus-edit.el (customize): Delete :link.
37273 2005-01-08  Jay Belanger  <belanger@truman.edu>
37275         * calc/calc.el (calc-mode): Remove the extension from the
37276         `calc-settings-file' file name when loading it.
37278 2005-01-08  Kim F. Storm  <storm@cua.dk>
37280         * info.el (Info-mode-map, Info-next-link-keymap)
37281         (Info-prev-link-keymap, Info-up-link-keymap):
37282         Map follow-link to mouse-face.
37283         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
37285 2005-01-08  Jay Belanger  <belanger@truman.edu>
37287         * calc/calc.el (calc-settings-file): Change default value.
37288         Suggested by cgw in a comment in calc-mode.el.
37290         * calc/calc-mode.el (calc-settings-file-name):
37291         Compare calc-settings-file to user-init-file instead of ~/.emacs.
37292         Replace ~/.emacs in a prompt by calc-settings-file.
37294 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
37296         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
37297         (desktop-lazy-idle-delay): New customizable variables.
37298         (desktop-buffer-args-list): New variable.
37299         (desktop-append-buffer-args): New function.
37300         (desktop-save): Call desktop-append-buffer-args for some buffers.
37301         (desktop-lazy-create-buffer): New function.
37302         (desktop-idle-create-buffers): New function.
37303         (desktop-read): Add message about buffers to restore lazily.
37304         (desktop-lazy-abort): New command.
37305         (desktop-clear): Call desktop-lazy-abort.
37306         (desktop-lazy-complete): New command.
37308 2005-01-06  Richard M. Stallman  <rms@gnu.org>
37310         * emacs-lisp/find-func.el (find-face-definition):
37311         Rename from find-face.
37313 2005-01-06  Kim F. Storm  <storm@cua.dk>
37315         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
37317         * man.el (Man-xref-man-page, Man-xref-header-file)
37318         (Man-xref-normal-file): Add follow-link property.
37320 2005-01-06  Jay Belanger  <belanger@truman.edu>
37322         * calc/calc-units.el: Make sure the proper macro definitions are
37323         available when compiling.
37325 2005-01-06  Juri Linkov  <juri@jurta.org>
37327         * isearch.el (isearch-lazy-highlight-update):
37328         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
37330 2005-01-06  Miles Bader  <miles@gnu.org>
37332         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
37333         (isearch-lazy-highlight-face): Use new name.
37335 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
37337         * uniquify.el (uniquify-rationalize-file-buffer-names):
37338         Re-add an interactive spec.
37339         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
37340         to the same name.
37342         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
37343         (isearch-update, isearch-done): Adjust calls accordingly.
37345 2005-01-05  Richard M. Stallman  <rms@gnu.org>
37347         * custom.el (custom-set-variables, custom-theme-set-variables):
37348         Clarify documentation.
37350         * emacs-lisp/find-func.el (find-variable)
37351         (find-variable-other-window, find-variable-other-frame):
37352         Fix the TYPE args to find-function-read and find-function-do-it.
37353         (find-function): Doc fix.
37354         (find-function-at-point): Replace function-at-point alias.
37356 2005-01-04  Richard M. Stallman  <rms@gnu.org>
37358         * cus-face.el (custom-declare-face):
37359         Record defface in current-load-list.
37361         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
37363         * emacs-lisp/find-func.el: Doc fixes.
37364         (find-face-regexp): New variable.
37365         (find-function-regexp-alist): New variable.
37366         (find-function-C-source): Third arg is now TYPE.
37367         (find-function-search-for-symbol): Handle general TYPE.
37368         (find-function-read, find-function-do-it): Handle general TYPE.
37369         (find-definition-noselect, find-face): New functions.
37370         (function-at-point): Alias deleted.
37372 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
37374         * battery.el (display-battery-mode): Rename from display-battery.
37375         Handle the case where it gets turned off.
37377 2005-01-04  Richard M. Stallman  <rms@gnu.org>
37379         * cus-edit.el (customize): Make :link point to user doc.
37381         * man.el (Man-fontify-manpage): Turn off undo generation.
37383         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
37385 2005-01-04  Andreas Schwab  <schwab@suse.de>
37387         * files.el (insert-directory): Only look for error lines in
37388         inserted text.  Don't move too far after processing --dired markers.
37390 2005-01-04  Richard M. Stallman  <rms@gnu.org>
37392         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
37393         Don't expand if the character is @, period, dash, etc.
37394         (define-mail-abbrev): Quote names that contain problem characters.
37396 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
37398         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
37400 2005-01-03  Richard M. Stallman  <rms@gnu.org>
37402         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
37403         (query-replace-highlight, query-replace-lazy-highlight)
37404         (query-replace): Definitions moved up.  Doc fix.
37406 2005-01-03  Richard M. Stallman  <rms@gnu.org>
37408         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
37409         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
37410         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
37411         (lazy-highlight-face): Rename from isearch-lazy-...
37412         Change all references to them.
37414 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
37416         * cus-edit.el (custom-file): Doc fix for defcustom.
37417         (custom-file): The function no longer sets the variable
37418         `custom-file' to its return value.
37420         * startup.el (command-line): No longer load `custom-file'.
37422 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
37424         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
37426         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
37427         Don't confuse module-prefixed identifiers for labels.
37428         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
37430 2005-01-02  Richard M. Stallman  <rms@gnu.org>
37432         * files.el (basic-save-buffer-1): Fix previous change.
37434         * loadhist.el (file-loadhist-lookup): New function.
37435         (file-provides, file-requires): Use it.
37437         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
37438         instead of calculating the right size.
37440 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
37442         * vc-svn.el (vc-svn-diff): Stay local if possible.
37444 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
37446         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
37448         * files.el (hack-local-variables): Fix last change.
37450 2005-01-02  Jay Belanger  <belanger@truman.edu>
37452         * calc/calc-yank.el (calc-edit-top): New variable.
37453         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
37454         object.  Change header properties.
37455         (calc-edit-finish, calc-edit-finish-stack-object)
37456         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
37457         edited object.
37458         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
37459         for the beginning of the edited object.
37460         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
37461         for the beginning of the edited object.
37462         * calc/calc-prog.el (calc-edit-macro-finish-edit)
37463         (calc-finish-formula-edit, calc-macro-repeats)
37464         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
37465         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
37466         beginning of the edited object.
37467         (calc-user-define-edit): Change the header for editing macros.
37468         Remove unnecessary variable.
37470 2005-01-01  Jay Belanger  <belanger@truman.edu>
37472         * calc/calc-yank.el (calc-edit-mode): Change default header.
37473         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
37474         * calc/calc-store.el (calc-edit-variable): Change title to match new
37475         header.
37476         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
37477         mode to match new header.
37478         (calc-user-define-edit): Change titles to include names of commands.
37479         (calc-finish-formula-edit): Adjust to handle new header.
37480         (calc-finish-macro-edit): Remove.
37481         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
37482         (calc-edit-macro-command, calc-edit-macro-command-type)
37483         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
37484         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
37485         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
37486         (calc-edit-macro-finish-edit): New functions.
37487         (calc-user-define-edit): Use new functions to edit named calc macros.
37489 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
37491         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
37493         * ses.el (copy-region-as-kill): Deactivate mark.
37495 2005-01-01  Richard M. Stallman  <rms@gnu.org>
37497         * replace.el (occur-1): If the output buffer is also an input,
37498         don't kill it, rename it.
37500         * faces.el (set-face-background, set-face-foreground): Doc fix.
37502         * cus-face.el (custom-face-attributes): Fix :help-echo strings
37503         for :foreground and :background.
37505         * dired.el (dired-view-command-alist): Variable deleted.
37506         (dired-view-file, dired-mouse-find-file-other-window):
37507         Delete the code to use it.
37509 2005-01-01  Kim F. Storm  <storm@cua.dk>
37511         * image.el (insert-sliced-image): Use t for line-height property.
37513 See ChangeLog.11 for earlier changes.
37515 ;; Local Variables:
37516 ;; coding: iso-2022-7bit
37517 ;; add-log-time-zone-rule: t
37518 ;; End:
37520     Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
37522   This file is part of GNU Emacs.
37524   GNU Emacs is free software; you can redistribute it and/or modify
37525   it under the terms of the GNU General Public License as published by
37526   the Free Software Foundation; either version 3, or (at your option)
37527   any later version.
37529   GNU Emacs is distributed in the hope that it will be useful,
37530   but WITHOUT ANY WARRANTY; without even the implied warranty of
37531   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
37532   GNU General Public License for more details.
37534   You should have received a copy of the GNU General Public License
37535   along with GNU Emacs; see the file COPYING.  If not, write to the
37536   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
37537   Boston, MA 02110-1301, USA.
37539 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1