(diff-mode-map): Add a binding for unified->context.
[emacs.git] / lisp / ChangeLog
blobc6477d0406719e0dc12fe586ed6071c35b786581
1 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5         * server.el: Remove spurious * in docstrings.
6         (server-process-filter): Exit from recursive editing before processing
7         a new request.
9 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
11         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
12         line so hidden blocks will be correctly identified.
14 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
16         * ledit.el (ledit-save-defun, ledit-mode):
17         * resume.el (resume-emacs-args-buffer):
18         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
19         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
20         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
21         (command-send-input, command-kill-line):
22         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
24         * autoarg.el (autoarg-kp-mode): Doc fix.
26         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
27         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
28         (check-emacs-lock): Doc fix.  Simplify.
30         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
31         (iimage-mode-buffer): Fix typos in docstring.
33         * misc.el (zap-up-to-char): Doc fix.
35         * time-stamp.el: Fix comment and obsolescence string for old
36         functions.  Use `dolist' instead of `while'.
38         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
40         * disp-table.el (standard-display-8bit, standard-display-default):
41         * ebuff-menu.el (electric-buffer-list):
42         * ehelp.el (electric-help-command-loop):
43         * font-core.el (font-lock-mode):
44         * help-macro.el (make-help-screen):
45         * help.el (describe-minor-mode-completion-table-for-indicator)
46         (lookup-minor-mode-from-indicator):
47         * indent.el (tab-to-tab-stop, move-to-tab-stop):
48         * info-look.el (info-lookup-guess-custom-symbol):
49         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
50         * longlines.el (longlines-wrap-line):
51         * macros.el (insert-kbd-macro):
52         * menu-bar.el (menu-bar-update-buffers):
53         * misc.el (copy-from-above-command):
54         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
55         * newcomment.el (comment-indent):
56         * novice.el (disabled-command-function):
57         * sort.el (sort-fields-syntax-table):
58         * subr.el (momentary-string-display):
59         * tar-mode.el (tar-header-block-summarize)
60         (tar-clear-modification-flags):
61         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
62         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
63         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
64         (te-delete-char, te-down-vertically-or-scroll):
65         * time-stamp.el (time-stamp-string-preprocess):
66         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
68 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
70         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
71         in GUD mode.
73         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
74         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
76 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
78         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
80 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
82         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
83         (ada-compile-goto-error): Adapt to new argument profile of
84         compilation-goto-locus in Emacs 22.  Don't check if the various
85         compile functions are defined; we already do "(require 'compile)".
87 2006-11-26  Kim F. Storm  <storm@cua.dk>
89         * kmacro.el: Fix commentary.
91 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
93         * progmodes/gud.el (gdb): Explain how to run in text command mode
94         more clearly.  Say in error message that multiple debugging
95         requires restarting GDB.
97 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
99         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
101 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
103         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
104         (flymake-popup-menu): Use it instead of posn-at-point.
106 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
108         * progmodes/cc-vars.el (c-backslash-column):
109         Mention c-backslash-max-column in documentation for c-backslash-column.
111 2006-11-24  Lars Hansen  <larsh@soem.dk>
113         * net/tramp.el (tramp-default-method): Under Windows, change from
114         plink to pscp.
115         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
116         (tramp-actions-copy-out-of-band):
117         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
118         (tramp-action-out-of-band): Move "Permission denied" handling to
119         tramp-action-copy-failed.
120         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
121         process buffer.
123 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
125         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
126         strings to a single string.  Quote `errors-file-name'.
127         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
128         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
129         Adjust calls.  Use `shell-quote-argument'.
131         * international/mule.el (load-with-code-conversion)
132         (with-category-table): Use with-current-buffer.
133         (after-insert-file-set-coding): Use restore-buffer-modified-p.
135 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
137         * mail/smtpmail.el (smtpmail-send-it):
138         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
139         MIME header for the message encoding.
140         Bind coding-system-for-write around the call to mail-do-fcc.
141         Use smtpmail-code-conv-from to encode queued mail messages.
143 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
145         * tabify.el (tabify-regexp): Doc fix.
147         * net/rcirc.el (rcirc-buffer-maximum-lines):
148         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
150         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
151         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
152         Fix typos in output messages.
153         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
155 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
157         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
158         the horse's mouth.
159         (hexlify-buffer): Don't re-encode an arg that's already encoded.
161 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
163         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
164         Remove condition-case.
166 2006-11-23  Glenn Morris  <rgm@gnu.org>
168         * progmodes/f90.el (f90-comment-indent): Do not move point in
169         default case.
171 2006-11-21  Romain Francoise  <romain@orebokech.com>
173         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
174         from library name (reverts change of 2005-10-25).
176 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
178         * tutorial.el (tutorial--default-keys): Add newline and
179         delete-backward-char bindings.
180         (tutorial--detailed-help): Save excursion when finding keys.
181         Correct warning string for M-x FOO case.
182         (tutorial--display-changes): Print special keys in tutorial style.
183         Tweak search regexp for changed keys.
185 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
187         * thingatpt.el (thing-at-point-url-at-point): Don't add a
188         redundant scheme.
190 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
192         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
193         are new to the list at IANA.  Also added irc, mms, mmsh.
195 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
197         * progmodes/idlw-help.el (idlwave-html-help-location):
198         Fail gracefully for missing help packages.
199         (idlwave-help-assistant-open-link): Open full links.
200         (idlwave-help-assistant-help-with-topic): Direct help link.
202         * progmodes/idlwave.el (idlwave-mode):
203         Set add-log-current-defun-function.
204         (idlwave-current-routine-fullname): Add, to support add-log.
205         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
206         to reflect improvements to xml-parse-file.
207         (idlwave-mode-menu-def): New binding for help-with-topic.
209         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
210         Handle extra newlines and spaces.
211         (idlwave-shell-mode-map): Add help-with-topic.
213 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
215         * tutorial.el (tutorial-warning-face): New face.
216         (tutorial--detailed-help, tutorial--display-changes): Use it.
217         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
218         Improve search pattern for occurrences of changed keys.
220 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
222         * term/x-win.el (x-last-cut-buffer-coding): New variable.
223         (x-select-text): Set it.
224         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
225         when checking for newness.
227 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
229         * subr.el (posn-image):
230         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
232         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
234 2006-11-19  Micha\e,bk\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
236         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
237         Exceptions to the rule "add a space between an identifier and an
238         opening parenthesis".  Defaulted to the `#define' problem of cpp.
239         (glasses-parenthesis-exception-p): New.  Check if the region is an
240         exception regarding to that.
241         (glasses-make-readable): Use it.
242         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
243         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
245 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
247         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
249 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
251         * progmodes/ada-mode.el (ada-make-body): Fix typo.
253         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
254         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
256 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
258         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
259         conditions for function or variable bindings.
261         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
263         * progmodes/compile.el (compilation-start): Ditto.
265 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
267         * net/tramp.el (top): cl and custom are always required.
269 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
271         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
272         cut-buffers with next-selection-coding-system if not nil.
274 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
276         * textmodes/org.el (org-fix-decoded-time): New function.
277         (org-display-custom-time): Use `org-fix-decoded-time'.
279 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
281         * menu-bar.el (menu-bar-games-menu): Remove yow.
283 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
285         * textmodes/org.el (org-scan-tags): Re-align code fixed.
286         (org-detach-overlay): Rename from `org-detatch-overlay'.
287         (org-table-convert-region): Insert space after column separator.
288         (org-agenda-kill): New command.
289         (org-metaleft): Call `org-outdent-item' on bullets.
290         (org-metaright): Call `org-indent-item' on bullets.
291         (org-timestamp-change): Set `org-last-changed-timestamp'.
292         (org-current-line): Make sure (bolp) returns correct result.
293         (org-agenda-change-all-lines): Make sure TODO are highlighted.
295 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
297         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
299 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
301         * mouse.el (global-map): Change 2006-08-16 fix to call
302         mouse-yank-at-click explicitly, since mouse events are not carried
303         over into keyboard macros.
305 2006-11-16  Kim F. Storm  <storm@cua.dk>
307         * ido.el (ido-file-internal): Use current buffer's file name as default
308         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
310 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
312         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
313         (allout-inhibit-aberrance-doublecheck): Rename from
314         allout-during-yank-processing.  All callers changed.
315         (allout-ascend): Provide for unusual case where some topic after
316         the first in file is at lower depth than the first.
317         (allout-shift-in): Ensure the offspring of the new containing
318         topic are exposed.
319         (allout-encrypt-string): Preserve the coding-system of the text,
320         according to that of the containing buffer.
321         (allout-toggle-subtree-encryption): When the text being encrypted
322         requires a different coding system, offer to preserve the coding
323         system using a file local var.
325 2006-11-15  Simon Marshall  <simon@gnu.org>
327         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
328         to recognise "T t()" as a function declaration, rather than a
329         variable instantiation, iff at the top-level or inside a class
330         declaration.  Suggested by Feng Li <fengli@gmail.com>.
332 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
334         * progmodes/ada-xref.el (ada-parse-prj-file):
335         Don't delete project buffer; user may want to edit it.
336         (ada-xref-set-project-field, ada-xref-current-project-file)
337         (ada-xref-current-project, ada-show-current-project)
338         (ada-set-main-compile-application): New functions.
339         (ada-xref-get-project-field, ada-require-project-file):
340         Normalize use of ada-prj-default-project-file.
341         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
342         Normalize use of ada-require-project-file.
343         (ada-prj-find-prj-file): Improve doc string, comments.
345         * progmodes/ada-mode.el (ada-mode-version): Bump version.
346         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
347         (ada-create-menu): Add ada-set-main-compile-application,
348         ada-show-current-main, ada-show-current-project.
350 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
352         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
353         (inferior-python-mode): Use it.
355 2006-11-14  Andreas Schwab  <schwab@suse.de>
357         * term/xterm.el (terminal-init-xterm): Add more key bindings.
359 2006-11-13  Kim F. Storm  <storm@cua.dk>
361         * ido.el (ido-copy-current-word): C-o copies region if active.
363 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
365         * textmodes/org.el (org-emph-face): Fix typo in variable name.
367 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
369         * ediff.el (ediff-revision):
370         * files.el (set-visited-file-name):
371         * mail/rmailout.el (rmail-output-body-to-file):
372         Use `format', not `message', in `y-or-n-p' call.
374 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
376         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
377         (org-metaright): Call `org-indent-item' on bullets.
378         (org-timestamp-change): Set `org-last-changed-timestamp'.
379         (org-current-line): Make sure (bolp) returns correct result.
380         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
382 2006-11-12  Richard Stallman  <rms@gnu.org>
384         * language/european.el (turkish-case-conversion-enable)
385         (turkish-case-conversion-disable): New functions.
386         ("Turkish" lang env): Use them.
388         * international/characters.el (case table):
389         Do nothing special for i and I.
391         * subr.el (remove-overlays): Fix last change.
393         * cus-edit.el (custom-save-all): Use find-file-visit-truename
394         for visiting the custom file.
396 2006-11-12  Markus Triska  <triska@gmx.at>
398         * play/handwrite.el (handwrite): Also process lines not ending
399         with newline.  Replace some position-fiddling with different
400         logic.  Improve performance.
402 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
404         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
405         replacing deleted variable `ada-check-switch'.
406         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
407         (ada-xref-project-files): Improve doc string.
408         (ada-find-executable): New function.
409         (ada-initialize-runtime-library): Use `ada-find-executable'.
410         (ada-xref-set-default-prj-values): In compile commands, don't need
411         `ada-cd-command'; `compile' does that more portably.
412         Use ada-prj-default-check-cmd.
413         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
414         properties if not specified in project file.
415         (ada-goto-declaration): Display useful message for new error
416         'error-file-not-found.
417         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
418         'error-file-not-found.
419         (ada-get-all-references): Match latest ali syntax.  Signal new
420         error 'error-file-not-found.
421         (ada-find-in-ali): Match latest ali syntax.
422         (ada-make-filename-from-adaname): Handle different semantics of
423         gnatkr in GNAT 3.15p vs later.
425         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
426         ada-procedure-start-regexp.
427         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
429         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
430         with defvar.
431         (ada-language-version): Rename ada05 -> ada2005.
432         (ada-align-region-separate): Add `eval-when-compile'.
433         (ada-name-regexp): Remove unneeded escapes in regexp character
434         alternative.
435         (ada-compile-goto-error-file-linenr-re): New constant.
436         (ada-matching-start-re): Handle additional cases `declare',
437         `procedure', `function'.
438         (ada-compile-goto-error): Handle "... at line nn".
439         (ada-mode): Clearer syntax, comments for ff-special-constructs.
440         Delete support for old versions of `align'.
441         (ada-search-prev-end-stmt): Handle additional keyword `private'.
442         (ada-check-defun-name): Simplify handling of `declare'.
443         (ada-goto-matching-start): Handle nested `begin ... end'.
444         Handle `declare', `protected', `procedure', `function'.
445         (ada-create-menu): Presence of arm95 is not conditional on using
446         GNAT compiler.
448 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
450         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
451         nil in the *RE-Builder* buffer (it causes spurious error messages).
453         * server.el (server-visit-files): If `minibuffer-auto-raise' has
454         been set to t, respect it.
456 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
458         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
459         Delete commented out code for old Emacs versions.  Autoloading of
460         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
461         (ada-mode-version): Bump version number.
462         (ada-95-string-keywords, ada-2005-string-keywords)
463         (ada-2005-keywords, ada-name-regexp): New constant.
464         (ada-language-version, ada-procedure-start-regexp, ada-mode)
465         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
466         (ada-package-start-regexp): Support private packages, include package
467         name (for ada-set-point-accordingly).
468         (ada-next-procedure, ada-previous-procedure)
469         (ada-which-function-are-we-in): Match changes to
470         ada-procedure-start-regexp.
471         (ada-make-body): Make non-interactive; not a user function.
472         (ada-make-subprogram-body): Improve doc string.
474 2006-11-11  Romain Francoise  <romain@orebokech.com>
476         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
477         `compilation-error-regexp-alist' buffer-local, since we changed
478         `compilation-error-regexp-alist-alist' locally.
480 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
482         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
483         to the value of `server-raise-frame'.
485 2006-11-11  Glenn Morris  <rgm@gnu.org>
487         * ido.el (ido-enable-prefix)
488         * ses.el (ses-call-printer-return)
489         * net/tramp.el (tramp-unified-filenames)
490         * progmodes/cc-align.el (c-lineup-string-cont)
491         * progmodes/compile.el (compilation-directory-matcher)
492         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
493         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
494         (vhdl-clock-rising-edge)
495         * textmodes/org.el (org-export-with-timestamps)
496         (org-export-remove-timestamps-from-toc)
497         (org-export-with-tags): Improve previous doc fixes.
499 2006-11-11  Richard Stallman  <rms@gnu.org>
501         * textmodes/flyspell.el (flyspell-mode-map):
502         Bind C-c $ instead of M-RET.
504 2006-11-10  Simon Marshall  <simon@gnu.org>
506         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
507         fontification for "case" and "default" keywords.
509 2006-11-10  Andreas Schwab  <schwab@suse.de>
511         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
512         Avoid starting sentence with "nil".
514 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
516         * server.el (server-raise-frame): New option.
517         (server-switch-buffer): Use it.
519 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
521         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
522         with a capital.
524 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
526         * textmodes/org.el (org-show-hierarchy-above)
527         (org-show-following-heading): Fix typo in default value.
528         (org-scan-tags): Make the search case-sensitive.
529         (org-tags-sparse-tree): Don't overrule
530         `org-show-following-heading' and `org-show-hierarchy-above'.
531         (org-reveal): New command.
532         (org-show-context): Rename from `org-show-hierarchy-above'.
533         (org-fast-tag-selection-single-key): New option.
534         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
535         (org-tags-overlay): New variable.
536         (org-agenda-todo-ignore-deadlines): New option.
537         ("session"): Add circular data structure `org-mark-ring' to
538         exceptions list in session.el.
539         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
540         New options.
541         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
542         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
543         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
544         (org-finalize-agenda): Activate bracket links in agenda.
545         (org-at-timestamp-p, org-at-date-range-p): Additional argument
546         INACTIVE-OK.
547         (org-show-hierarchy-above, org-show-following-heading):
548         List values allowed for fine-tuned configuration.
549         (org-show-hierarchy-above): New argument CONTEXT, use the
550         fine-tuned settings in `org-show-hierarchy-above' and
551         `org-show-following-heading'.
552         (org-display-custom-time): New function.
553         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
554         (org-display-custom-times, org-time-stamp-custom-formats):
555         (org-maybe-intangible): New macro.
556         (org-activate-bracket-links, org-hide-wide-columns):
557         Use `org-maybe-intangible'.
558         (org-open-file): Use `shell-quote-argument'.
559         (org-display-internal-link-with-indirect-buffer): New option.
560         (org-file-remote-p): Get regexp from list.
561         (org-link-expand-abbrev): New function.
562         (org-link-abbrev-alist): New option.
563         (org-open-at-point, org-cleaned-string-for-export):
564         Call `org-link-expand-abbrev'.
565         (org-timeline, org-agenda-list, org-todo-list)
566         (org-tags-view): Remove the KEEP-MODES argument.
567         (org-finalize-agenda-hook): New hook.
568         (org-get-alist-option): New function.
569         (org-follow-timestamp-link): New function.
570         (org-open-at-point): Call `org-follow-timestamp-link'.
571         (org-log-note-marker, org-log-note-purpose)
572         (org-log-note-window-configuration): New variables.
573         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
574         (org-log-note-headings): New option.
575         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
576         (org-store-link): Support for dired-mode.
577         (org-open-file): Substitute environment variables into filename.
578         (org-last): New defsubst.
579         (org-agenda-re-align-tags): New function.
580         (org-agenda-align-tags-to-column): New option.
581         (org-agenda-timeline): Group removed.
582         (org-prepare-agenda, org-prepare-agenda-buffers)
583         (org-run-agenda-series, org-timeline, org-agenda-list)
584         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
585         the text property inticating the agenda type.
586         (org-agenda-post-command-hook): Get agenda type from text property
587         at point.
588         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
589         and obey `org-agenda-overriding-arguments'.
590         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
591         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
592         (org-agenda-week-view, org-agenda-day-view):
593         Use `org-agenda-overriding-arguments' to make updating work with
594         multi-block agendas.
595         (org-agenda-prefix-format): Allow different formats for the
596         different agenda entry types.
597         (org-timeline-prefix-format): Option removed, use
598         `org-agenda-prefix-format' instead.
599         (org-prepare-agenda): New function.
600         (org-select-timeline-window): Option removed, use
601         `org-select-agenda-window' instead.
602         (org-respect-restriction): Variable removed.
603         (org-cmp-tag): New function.
604         (org-agenda-sorting-strategy, org-entries-lessp):
605         Implement sorting by last tag.
606         (org-complete): Better completion in in-buffer option lines.
607         (org-in-item-p): New function.
608         (org-org-menu): Add entries for checkboxes.
609         (org-cycle): Extra brouping in outline-regexp, because it is used
610         in a search with "^" prepended.
611         (org-provide-checkbox-statistics): New option.
612         (org-set-font-lock-defaults): Highlight checkbox statistics.
613         (org-update-checkbox-count-maybe)
614         (org-get-checkbox-statistics-face): New functions.
615         (org-update-checkbox-count): New command.
616         (org-insert-item, org-toggle-checkbox):
617         Call `org-update-checkbox-count-maybe'.
618         (org-export-as-html): XEmacs compatibility for coding system.
619         (org-force-cycle-archived): New command.
620         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
621         overrules cycling.
622         (org-fix-position-after-promote): If the line contains only a todo
623         keyword, add a final space.
624         (org-promote-subtree, org-demote-subtree):
625         Call `org-fix-position-after-promote'.
627 2006-11-10  Glenn Morris  <rgm@gnu.org>
629         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
630         date in every year.
631         (calendar-dst-check-each-year-flag): New customizable variable.
632         (calendar-dst-find-data): New function, extracted from
633         calendar-current-time-zone.
634         (calendar-current-time-zone): Use calendar-dst-find-data.
635         (calendar-dst-transition-cache): New variable.
636         (calendar-dst-find-startend, calendar-dst-starts)
637         (calendar-dst-ends): New functions.
638         (calendar-daylight-savings-starts)
639         (calendar-daylight-savings-ends): Change value to use
640         calendar-dst-starts, calendar-dst-ends; respectively.
642         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
644         * ido.el (ido-enable-prefix)
645         * ses.el (ses-call-printer-return)
646         * net/tramp.el (tramp-unified-filenames)
647         * progmodes/cc-align.el (c-lineup-string-cont)
648         * progmodes/compile.el (compilation-directory-matcher)
649         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
650         * progmodes/gdb-ui.el (gdb-many-windows)
651         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
652         (vhdl-clock-rising-edge)
653         * textmodes/org.el (org-export-with-timestamps)
654         (org-export-remove-timestamps-from-toc, org-export-with-tags)
655         (org-read-date): Doc fix (Nil -> nil).
657 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
659         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
660         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
662 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
664         * bs.el (bs--window-for-buffer): Remove.
665         (bs--show-with-configuration): Use `get-window-with-predicate'
666         instead of `bs--window-for-buffer'.
668 2006-11-10  Kenichi Handa  <handa@m17n.org>
670         * files.el (revert-buffer): Fix previous change.
672 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
674         * bs.el (bs--redisplay): Fix typo in docstring.
675         (bs--window-config-coming-from): Make frame-local.
676         (bs--restore-window-config): New function.
677         (bs-kill, bs-select, bs-select-other-window)
678         (bs-select-other-frame): Use it.
679         (bs--window-for-buffer): Return as soon as a matching buffer is found.
680         (bs--show-with-configuration): Save the window configuration as a
681         frame local var, and only if *buffer-selection* is not already
682         visible on this frame.
684 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
686         * vc-svn.el (vc-svn-admin-directory): New var.
687         (vc-svn-registered, vc-svn-responsible-p)
688         (vc-svn-repository-hostname): Use it.
689         Suggested by arit93@yahoo.com.
691 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
693         * ldefs-boot.el: Regenerate.
695 2006-11-08  Alan Mackenzie  <acm@muc.de>
697         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
698         case (eq open-paren-in-column-0-is-defun-start nil) by searching
699         for least nested open-paren.
701 2006-11-08  Romain Francoise  <romain@orebokech.com>
703         * subr.el (remove-overlays): Fix typo in last change.
705 2006-11-08  Richard Stallman  <rms@gnu.org>
707         * subr.el (remove-overlays): Call overlay-recenter.
709 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
711         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
712         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
713         behaviour.
714         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
715         directly.
717 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
719         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
720         (ido-max-dir-file-cache, ido-decorations)
721         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
722         (ido-magic-backward-char, ido-enter-dired)
723         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
724         (ido-list-directory, ido-first-match, ido-only-match)
725         (ido-subdir, ido-indicator): Fix typos in docstrings.
726         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
727         (ido-read-internal): Fix typo in error message.
729 2006-11-08  Kenichi Handa  <handa@m17n.org>
731         * international/mule-cmds.el (set-default-coding-systems):
732         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
734 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
736         * makefile.w32-in (setwins): Remove.
737         (WINS_ALMOST): New macro.
738         (WINS): Use it.
739         (autoloads): Don't extract autoloads from files in obsolete/.
741 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
743         * whitespace.el (whitespace-buffer): Call remove-overlays after
744         overlay-recenter for performance.  Suggested by Martin Rudalics.
746 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
748         * net/tramp.el (tramp-default-method): scp is the default method.
750 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
752         * server.el (server-start): Save also the Emacs pid in the server file.
754 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
756         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
757         point when displaying a bibtex cross reference in the echo area.
759 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
761         * international/mule.el (make-char): Fix typo in docstring.
762         (load-with-code-conversion, charsetp): Doc fixes.
764         * international/ja-dic-cnv.el (skkdic-convert):
765         * cus-edit.el (hook): Fix typo in docstring.
767 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
769         * cus-edit.el (custom-mode-map): Move defvar above code using it.
770         (custom-mode-link-map): New variable.
771         (custom-group-link, custom-manual): Use follow-link.
773 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
775         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
776         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
778 2006-11-06  Richard Stallman  <rms@gnu.org>
780         * textmodes/flyspell.el (flyspell-correct-word-before-point):
781         New function broken out of flyspell-correct-word.
782         (flyspell-mode-map): Bind it to M-RET.
783         (flyspell-correct-word): Call it.
785         * textmodes/fill.el (fill-minibuffer-function): New function.
786         (fill-paragraph): Bind fill-paragraph-function to
787         fill-minibuffer-function.
789         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
790         so that they aren't undefined.
792         * dired.el (dired-readin): Locally bind file-name-coding-system.
794         * bindings.el: Shorten and clarify usual mode line mouse help string.
796         * Makefile.in (autoloads): Don't include `obsolete'.
798 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
800         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
801         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
802         Printing menu if it's not initialized.
803         (pr-menu-bind): Act on menu-bar-file-menu directly.
805 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
807         * help.el (view-emacs-news): Fix typo in error message.
809         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
811         * shadowfile.el (shadow-define-regexp-group)
812         (shadow-literal-groups, shadow-insert-var): Doc fixes.
813         (shadow-read-files): Fix typo in message.
814         (shadow-inhibit-overload, shadow-find, shadow-suffix)
815         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
816         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
817         (shadow-file-match): Fix typos in docstrings.
819         * terminal.el (terminal-emulator): Fix typo in message.
821         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
823         * emacs-lisp/lselect.el (x-kill-primary-selection)
824         (x-delete-primary-selection, x-copy-primary-selection):
825         Fix typos in error messages.
827         * emulation/edt-mapper.el: Fix typo in interactive message.
829         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
831         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
832         (ispell-help): Fix typos in docstrings.
833         (ispell-help): Fix typo in output message.
835         * allout.el (allout-adjust-file-variable)
836         (allout-passphrase-verifier-string)
837         (allout-passphrase-hint-string)
838         (allout-toggle-current-subtree-encryption):
839         * apropos.el (apropos-synonyms):
840         * cus-edit.el (hook):
841         * emacs-lock.el (emacs-lock-from-exiting):
842         * follow.el (follow-avoid-tail-recenter-p):
843         * hexl.el (hexl-mode):
844         * mouse-copy.el (mouse-copy-work-around-drag-bug):
845         * mouse.el (mouse-set-font):
846         * resume.el (resume-emacs-args-file):
847         * rfn-eshadow.el (file-name-shadow-tty-properties):
848         * t-mouse.el (t-mouse-process, t-mouse-mode):
849         * emacs-lisp/cust-print.el (custom-print-install)
850         (custom-print-uninstall, custom-format):
851         * emacs-lisp/shadow.el (list-load-path-shadows):
852         * emulation/tpu-edt.el (tpu-help-text)
853         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
854         (tpu-reset-control-keys):
855         * emulation/vip.el (vip-emacs-local-map)
856         (vip-change-mode-to-emacs):
857         * emulation/viper.el (viper-mode, viper-set-hooks)
858         (viper-major-mode-modifier-list):
859         * emulation/viper-init.el (viper-emacs-state-cursor-color):
860         * emulation/viper-keym.el (viper-emacs-kbd-map)
861         (viper-toggle-key):
862         * mail/feedmail.el (feedmail-queue-reminder)
863         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
864         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
865         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
866         (feedmail-sender-line, feedmail-force-binary-write)
867         (feedmail-from-line, feedmail-deduce-envelope-from)
868         (feedmail-x-mailer-line, feedmail-message-id-generator)
869         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
870         (feedmail-enable-spray, feedmail-spray-this-address)
871         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
872         (feedmail-queue-runner-confirm-global)
873         (feedmail-ask-before-queue-prompt)
874         (feedmail-ask-before-queue-reprompt)
875         (feedmail-prompt-before-queue-standard-alist)
876         (feedmail-prompt-before-queue-user-alist)
877         (feedmail-prompt-before-queue-help-supplement)
878         (feedmail-queue-use-send-time-for-message-id)
879         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
880         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
881         (feedmail-mail-send-hook-queued)
882         (feedmail-confirm-addresses-hook-example)
883         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
884         (feedmail-queue-runner-mode-setter)
885         (feedmail-queue-alternative-mail-header-separator)
886         (feedmail-queue-runner-message-sender)
887         (feedmail-buffer-eating-function, feedmail-binmail-template)
888         (feedmail-run-the-queue-no-prompts)
889         (feedmail-run-the-queue-global-prompt)
890         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
891         (feedmail-envelope-deducer, feedmail-fiddle-date)
892         (feedmail-default-message-id-generator)
893         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
894         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
895         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
896         (vms-pmail-setup):
897         * play/dunnet.el (dun-help):
898         * play/handwrite.el (handwrite):
899         * play/hanoi.el (hanoi-unix-64):
900         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
901         * textmodes/enriched.el (fixed):
902         * textmodes/org.el (org-file-apps)
903         (org-emphasis-regexp-components, org-emphasis-alist):
904         * textmodes/texinfmt.el (batch-texinfo-format):
905         Fix typos in docstrings.
907 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
909         * loadhist.el (read-feature): Don't complete features not loaded
910         from a file (which make `unload-feature' to fail).
912 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
914         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
916 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
918         * startup.el (command-line-1): Kill emacs if the last frame is
919         deleted while evaluating the command-line arguments.
921 2006-11-05  Richard Stallman  <rms@gnu.org>
923         * startup.el (init-file-had-error): Add doc string.
924         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
925         Use fixed-width font for keyboard key descriptions.
927         * cus-edit.el (custom-save-all): Error if saving in .emacs
928         and it had an error when loaded.
930         * dired-aux.el (dired-copy-file-recursive): Catch errors
931         from recursive copies in the loop, around the recursive call.
933 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
935         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
936         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
937         `/proc/acpi/thermal_zone/*'.
938         (battery-search-for-one-match-in-files): New.  Search a regexp in
939         the content of some files.
941 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
943         * window.el (mouse-autoselect-window-now): Remove variable.
944         (mouse-autoselect-window-state): New variable.
945         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
946         (mouse-autoselect-window-select, handle-select-window):
947         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
948         Suspend delayed autoselection during menu or popup dialog.
950         * info-look.el (info-lookup-guess-custom-symbol): New function
951         for retrieving symbol at point in custom buffers.
952         (top level) <info-lookup-maybe-add-help>: Add backquote and
953         comma to ignored characters in regexps of help specifications
954         for emacs-lisp-mode and lisp-interaction-mode.  This permits
955         looking up symbols in `...' and after a comma.  Add help
956         specifications for custom-mode and help-mode.
958 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
960         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
961         Don't encode body if RAW is non-nil, or if the old encoding is
962         identical to the new encoding, or if the body contains only
963         eight-bit-* characters.
965 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
967         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
968         (faces-sample-overlay): Remove variable.
969         (describe-face): Insert sample text in the face being described.
971 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
973         * whitespace.el (whitespace-indent-regexp): Make this match any
974         multiples of eight spaces near the beginning of a line.
975         (whitespace-buffer): Use `remove-overlays' instead of
976         `whitespace-unhighlight-the-space' and `overlay-recenter' to
977         speed up overlay handling.
978         (whitespace-buffer-leading, whitespace-buffer-trailing):
979         Make these functions highlight the text removed by
980         `whitespace-buffer-leading-cleanup' and
981         `whitespace-buffer-trailing-cleanup' respectively.
982         (whitespace-buffer-search): Use `with-local-quit'.
983         Move `format' out of loop to speed up scanning larger buffers.
984         (whitespace-unhighlight-the-space): Remove `remove-hook' since
985         that function is never added to a hook.
986         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
987         (whitespace-buffer-leading-cleanup)
988         (whitespace-refresh-rescan-list): Fix docstrings.
990 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
992         * allout.el (allout-during-yank-processing): Cue for inhibiting
993         aberrance processing during yanks.
994         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
995         the amount of yanked topics that can be aberrant.
996         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
997         a function, and supplement with inihibition of doublechecking
998         during yanks.
999         (allout-beginning-of-line, allout-next-heading)
1000         (allout-previous-heading, allout-goto-prefix-doublechecked)
1001         (allout-back-to-current-heading, allout-next-visible-heading)
1002         (allout-next-sibling): Use new allout-do-doublecheck function.
1003         (allout-next-sibling): Ensure we made progress when returning
1004         other than nil.
1005         (allout-rebullet-heading): Preserve text property annotations
1006         indicating the text was hidden, if it was.
1007         (allout-kill-line): Remove any added was-hidden annotations.
1008         (allout-kill-topic): Remove any added was-hidden annotations.
1009         (allout-annotate-hidden): Inhibit adding was-hidden text
1010         properties to the undo list.
1011         (allout-deannotate-hidden): New function to remove was-hidden
1012         annotation.
1013         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
1014         (allout-remove-exposure-annotation): Replace by
1015         allout-deannotate-hidden.
1016         (allout-yank-processing): Signal that yank processing is happening
1017         with allout-during-yank-processing.  Also, wrap
1018         allout-unprotected's closer to the text changes, for easier
1019         debugging.  We need to inhibit-field-text-motion explicitly, in
1020         lieu of the encompassing allout-unprotected.
1021         (outlineify-sticky): Adjust criteria for triggering new outline
1022         decorations to presence or absence of any topics, not just a topic
1023         at the beginning of the buffer.
1025 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1027         * bs.el (bs--show-all, bs--redisplay):
1028         * cus-edit.el (custom-unlispify-menu-entries)
1029         (custom-unlispify-tag-names, custom-prompt-variable):
1030         * expand.el (expand-pos):
1031         * speedbar.el (speedbar-generic-list-tag-p):
1032         * wid-edit.el (widget-image-enable):
1033         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
1034         * emacs-lisp/find-func.el (find-function-noselect)
1035         (find-function, find-variable-noselect, find-variable)
1036         (find-definition-noselect, find-face-definition):
1037         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
1038         * net/eudc-vars.el (eudc-expansion-overwrites-query):
1039         * progmodes/ada-xref.el (ada-find-in-ali):
1040         * textmodes/flyspell.el (flyspell-check-tex-math-command):
1041         * textmodes/org.el (org-copy-subtree):
1042         * textmodes/table.el (table--row-column-insertion-point-p):
1043         Use "non-nil" in docstrings.
1045 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
1047         * sort.el (sort-columns): Set the field separator to tab; on
1048         NetBSD, sort complains if "\n" is used as field separator.
1050 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
1052         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
1054 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1056         * server.el (server-auth-key): Remove.  Replace by a process-property.
1057         (server-start): Don't remove the file of the previous process, but
1058         instead clear out the place for the new file.
1059         (server-start): Set the :auth-key property.
1060         (server-process-filter): Use the :auth-key property.
1062 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
1064         * textmodes/org.el (org-mode-map): No longer copy
1065         `outline-mode-map' explicitly - this is already done by
1066         `define-derived-mode'.
1068 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
1070         * server.el (server-visit-files): Use `when'.
1071         (server-process-filter): When authentication fails, send error
1072         message to client.  Wrap `process-send-region' in `ignore-errors'
1073         instead of `condition-case', and remove misleading comment.
1075 2006-11-01  Juri Linkov  <juri@jurta.org>
1077         * simple.el (yank): Doc fix.
1079 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1081         * server.el: Try and fit within 80 columns.
1082         (server-start): Make the auth file unreadable by other users.
1084 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1086         * battery.el (battery-linux-proc-acpi): Prevent range error when
1087         `full-capacity' is 0.
1089 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
1091         * faces.el (faces-sample-overlay): New defvar.
1092         (faces-sample-overlay): New function to show face sample text.
1093         (describe-face): Use it.
1095 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
1097         * progmodes/ada-stmt.el: Change maintainer, apply
1098         whitespace-cleanup, checkdoc.
1099         (ada-func-or-proc-name): Add doc string.
1101         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
1102         whitespace-cleanup, checkdoc.  Minor improvements to many doc
1103         strings and comments.
1104         (ada-prj-display-page): Change buffer name to more accurately
1105         reflect function.
1107         * progmodes/ada-xref.el: Change maintainer, apply
1108         whitespace-cleanup, checkdoc.  Minor improvements to many doc
1109         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
1110         (ada-compile-current): Don't add newlines to commands.
1112 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
1114         * server.el: Add support for TCP sockets.
1115         (server-use-tcp, server-host, server-auth-dir): New options.
1116         (server-auth-key): New variable.
1117         (server-ensure-safe-dir): Create nonexistent parent dirs.
1118         Ignore Unix-style file modes on Windows.
1119         (server-start): Crete a TCP or Unix socket according to the value
1120         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
1121         `server-auth-dir' directory.
1122         (server-process-filter): Delete process if authentication
1123         fails (which never happens for Unix sockets).
1125 2006-10-30  David Kastrup  <dak@gnu.org>
1127         * subr.el (add-to-list): Don't continue checking if a match has
1128         been found.
1130 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
1132         * tutorial.el: Move defvars to avoid bytecomp warnings.
1133         (tutorial--find-changed-keys): Check if viper-current-state is
1134         bound before using it.
1135         (help-with-tutorial): Check if viper-tutorial is defined before
1136         using it.
1138 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1140         * help-fns.el (help-with-tutorial): Move to tutorial.el.
1142         * tutorial.el: New file.
1143         (help-with-tutorial): Move here from help-fns.el. Added help for
1144         rebound keys.  Fixed resume of tutorial.
1145         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
1146         (tutorial--find-changed-keys, tutorial--display-changes)
1147         (tutorial--saved-dir, tutorial--saved-file)
1148         (tutorial--save-tutorial): New functions to support the changes in
1149         help-with-tutorial.
1151 2006-10-30  Kenichi Handa  <handa@m17n.org>
1153         * files.el (revert-buffer): If a unibyte buffer is being reverted
1154         with a coding system for multibyte, set buffer multibyte before
1155         calling insert-file-contents.
1157 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1159         * server.el (server-select-display): Use a dummy buffer to detect when
1160         the frame is later used.
1161         (server-select-display): New function.
1162         (server-process-filter): Use it to detect unused temp frames.
1164 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
1166         * progmodes/ada-mode.el: Change maintainer, apply
1167         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
1168         (ada-mode-version): New function.
1169         (ada-create-menu): Menu operations are available for all supported
1170         compilers.
1172 2006-10-29  Lars Hansen  <larsh@soem.dk>
1174         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
1175         Highlight as keyword.
1176         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
1177         Don't call tramp-method-out-of-band-p for local files.
1178         (tramp-touch): Quote file name.
1180 2006-10-28  Glenn Morris  <rgm@gnu.org>
1182         * calendar/calendar.el (cal-html-cursor-month)
1183         (cal-html-cursor-year): Add autoloads for this new package.
1184         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
1186 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
1188         * calendar/cal-html.el: New file.
1190 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
1192         * emacs-lisp/authors.el (authors-aliases): Update.
1194 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
1196         * version.el (emacs-version): Bump version number to 22.0.90.
1198 2006-10-26  John W. Eaton  <jwe@octave.org>
1200         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
1201         New defvar.
1202         (inferior-octave-resync-dirs): Check to see whether Octave has
1203         built-in variables and set inferior-octave-has-built-in-variables.
1204         Check inferior-octave-has-built-in-variables to decide whether to
1205         send commands that set built-in variables or call functions to
1206         change Octave's behavior.
1207         Send "disp (pwd ())" to Octave instead of just "pwd".
1208         (inferior-octave-startup): Send "more off" to Octave instead of
1209         "page_screen_output = 0".
1211 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
1213         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
1214         pattern normally.
1216 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
1218         * bindings.el (mode-line-mode-menu): Remove bindings for global
1219         minor modes (line/column number) as they are on the menubar.
1221 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
1223         * term/w32-win.el (x-handle-name-switch): Doc fix.
1224         (w32-standard-fontset-spec): Fix typo in docstring.
1226         * midnight.el (midnight-buffer-display-time): Doc fix.
1227         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
1229 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1231         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
1233         * viper-ex.el (ex-read): Quote file argument.
1235         * ediff-diff.el (ediff-same-file-contents): Expand file names.
1237         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
1239 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
1241         * textmodes/flyspell.el (flyspell-check-region-doublons):
1242         Fix last fix.
1244 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
1246         * bindings.el (mode-line-mode-menu): List global minor modes
1247         before local ones.
1249 2006-10-23  Kim F. Storm  <storm@cua.dk>
1251         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
1252         (sit-for): If last command was a prefix arg, add the read-ahead
1253         event to unread-command-events as (t . EVENT) so it will be added
1254         to this-command-keys by read-key-sequence.
1256 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
1258         * textmodes/flyspell.el (flyspell-word): Skip past all previous
1259         whitespace when checking doublons.
1260         (flyspell-check-region-doublons): Fix doublon regexp.
1261         (flyspell-highlight-incorrect-region): Highlight doublons using
1262         flyspell-duplicate face.
1264         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
1266 2006-10-22  John Wiegley  <johnw@newartisans.com>
1268         * progmodes/python.el (python-use-skeletons): python-mode was
1269         auto-inserting templates (for those with abbrev-mode on), not only
1270         by default -- *but without a configuration variable to disable
1271         it*.  This rendered python-mode completely useless for me, so I
1272         have added `python-use-skeletons', which is now off by default.
1274 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
1276         * progmodes/cperl-mode.el (cperl-mode): Don't assume
1277         font-lock-multiline is auto-local (it's not).
1278         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
1279         initialized before calling cperl-init-faces.
1281 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
1283         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
1284         gdb-stack-position a value when there is no fringe.
1286         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
1287         indicator if not visiting a file.
1289 2006-10-20  David Kastrup  <dak@gnu.org>
1291         * window.el (kill-buffer-and-window): Fix a bug where an aborted
1292         operation would still cause some window to collapse later.
1294 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1296         * vc.el (vc-switch-backend): Try to be more careful with unwanted
1297         side-effect due to mixing various backends's file properties.
1299         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
1300         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
1301         Return `filename's status if applicable.  Update callers.
1303 2006-10-19  Kenichi Handa  <handa@m17n.org>
1305         * international/kkc.el (kkc-region): When a key sequence is not
1306         defined, append (this-single-command-raw-keys) to
1307         unread-input-method-events.
1309 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
1311         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
1313 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1315         * version.el (emacs-version): Use mac-carbon-version-string.
1317         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
1319 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1321         * select.el (ccl-check-utf-8, string-utf-8-p): New functions
1322         (by Kenichi Handa).
1323         (xselect-convert-to-string): Decline requests for UTF8_STRING if
1324         the selection is not UTF-8.
1326 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
1328         * progmodes/ada-mode.el (ada-83-string-keywords)
1329         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
1330         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
1331         (ada-looking-at-semi-private, ada-get-body-name):
1332         Fix typos in docstrings.
1333         (ada-create-case-exception, ada-create-case-exception-substring):
1334         Fix typos in error messages.
1335         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
1337 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1339         * term/x-win.el (res-geometry): Don't set geometry from Xresources
1340         to default-frame-alist if default-frame-alist already contains
1341         width/height.
1343 2006-10-18  Richard Stallman  <rms@gnu.org>
1345         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
1346         Non-interactive arg is the value, not the expression.
1348         * simple.el (read-expression-map): Just set it, no defvar.
1350         * subr.el (insert-for-yank-1): If last inserted char has
1351         properties, mark them as rear-nonsticky.
1353         * recentf.el (recentf-mode): Doc fix.
1355         * facemenu.el (facemenu-add-new-face): Defend against symbol
1356         that isn't a face name.
1358         * dired-aux.el (dired-do-copy): Doc fix.
1360 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
1362         * simple.el (line-move-1): Ignore fields when moving to the
1363         beginning of line to avoid getting point stuck.
1365 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
1367         * textmodes/flyspell.el (flyspell-word-search-backward):
1368         Set inhibit-point-motion-hooks to avoid looping due to intangibile
1369         text.
1371 2006-10-16  Richard Stallman  <rms@gnu.org>
1373         * help-fns.el (describe-function-1): Special case optimization
1374         for self-insert-command.
1376 2006-10-16  Kim F. Storm  <storm@cua.dk>
1378         * ido.el (ido-reread-directory): Work in `dir' mode too.
1380 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
1382         * textmodes/table.el: Require 'regexp-opt.
1384 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1386         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
1387         Use shell-quote-argument.
1389         * shell.el (explicit-bash-args): Likewise.
1391         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
1392         Use grep -E rather than egrep.
1394 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1396         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
1398 2006-10-15  Kim F. Storm  <storm@cua.dk>
1400         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
1402 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1404         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
1405         to protect whitespace and metacharacters from the shell.
1407 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1409         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
1411 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
1413         * subr.el (start-process-shell-command): Doc fix.
1415 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
1417         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
1418         the regexp for Maxima symbols.
1420 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
1423         (vc-find-root): Don't walk higher up than ~.
1425 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
1427         * international/utf-8.el (utf-translate-cjk-load-tables):
1428         Avoid clobbering last-coding-system-used during load.
1430 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
1432         * textmodes/reftex-global.el (reftex-create-tags-file):
1433         Quote file arguments.
1435 2006-10-12  Richard Stallman  <rms@gnu.org>
1437         * files.el (file-name-history): Add defvar.
1438         (save-some-buffers-action-alist): Improve description strings.
1440 2006-10-12  Andreas Schwab  <schwab@suse.de>
1442         * files.el (auto-mode-alist): Match change log file name also with
1443         a dash before a numeric extension.
1445 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
1447         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
1448         After 5.0:
1449         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
1451         After 5.1: Major edit.  Summary of most visible changes:
1453         - Multiple <<HERE per line allowed.
1454         - Handles multiline subroutine declaration headers (with comments).
1455           (The exception is `cperl-etags' - but it is not used in the rest
1456           of the mode.)
1457         - Fontifies multiline my/our declarations (even with comments,
1458           and with legacy `font-lock').
1459         - Major speedup of syntaxification, both immediate and postponed
1460           (3.5x to 15x [for different CPUs and versions of Emacs] on the
1461           huge real-life document I tested).
1462         - New bindings, edits to imenu.
1463         - "_" is made into word-char during fontification/syntaxification;
1464           some attempts to recognize non-word "_" during other operations too.
1465         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
1466         - autoload some more perldoc-related stuff
1467         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
1468         - Attempt to incorporate XEmacs edits which reached me.
1470         Fine-grained changelog:
1471         (cperl-hook-after-change): New configuration variable.
1472         (cperl-vc-sccs-header): Likewise.
1473         (cperl-vc-sccs-header): Likewise.
1474         (cperl-vc-header-alist): Default via two preceding variables.
1475         (cperl-invalid-face): Remove double quoting under XEmacs
1476                 (still needed under 21.2).
1477         (cperl-tips): Update URLs for resources.
1478         (cperl-problems): Likewise.
1479         (cperl-praise): Mention new features.
1480         New C-c key bindings: for `cperl-find-bad-style',
1481         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
1482         `cperl-perdoc', and `cperl-perldoc-at-point'.
1483         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
1484         moved, new submenu of Tools with Ispell entries and narrowing.
1485         (cperl-after-sub-regexp): New defsubst.
1486         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
1487                 Allows heads up to head4.
1488                 Allow "package;".
1489         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
1490         (paren-backwards-message): ??? Something for XEmacs???
1491         (cperl-mode): Never auto-switch abbrev-mode off.
1492                 Try to allow '_' be non-word char.
1493                 Do not use `font-lock-unfontify-region-function' on XEmacs.
1494                 Reset syntax cache on mode start.
1495                 Support multiline facification (even on legacy `font-lock').
1496         (cperl-facemenu-add-face-function): ??? Some contributed code ???
1497         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
1498                 refuse to inform us whether the fontification is due to lazy
1499                 calling or due to edit to a buffer, install our own hook
1500                 (controlled by `cperl-hook-after-change').
1501         (cperl-electric-pod): =cut may have been recognized as start.
1502         (cperl-block-p): Move, updatedfor attributes.
1503         (cperl-calculate-indent): Try to allow '_' be non-word char
1504                 Support subs with attributes.
1505         (cperl-where-am-i): Queit (?) a warning.
1506         (cperl-cached-syntax-table)     New function.
1507         (cperl-forward-re): Use `cperl-cached-syntax-table'.
1508         (cperl-unwind-to-safe): Recognize `syntax-type' property
1509                 changing in a middle of line.
1510         (cperl-find-sub-attrs): New function.
1511         (cperl-find-pods-heres): Allow many <<EOP per line.
1512                 Allow subs with attributes.
1513                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
1514                 Recognize "extproc " (OS/2) case-folded and only at start.
1515                 /x on s///x with empty replacement was not recognized.
1516                 Better comments.
1517         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
1518                 Allow subs with attributes, labels.
1519                 Do not confuse "else::foo" with "else".
1520                 Minor optimizations...
1521         (cperl-after-expr-p): Try to allow '_' be non-word char.
1522         (cperl-fill-paragraph): Try to detect a major bug in Emacs
1523                 with `looking-at' inside `narrow' and bulk out if found.
1524         (cperl-imenu--create-perl-index): Updates for new
1525                 `cperl-imenu--function-name-regexp-perl'.
1526         (cperl-outline-level): Likewise.
1527         (cperl-init-faces): Allow multiline subroutine headers
1528                 and my/our declarations, and ones with comments.
1529                 Allow subroutine attributes.
1530         (cperl-imenu-on-info): Better docstring.
1531         (cperl-etags): Rudimentary support for attributes.
1532                 Support for packages and "package;".
1533         (cperl-add-tags-recurse-noxs): Better (?) docstring.
1534         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
1535         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
1536         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
1537         (cperl-perldoc): Add autoload.
1538         (cperl-perldoc-at-point): Likewise.
1539         (cperl-here-doc-spell): New function.
1540         (cperl-pod-spell): Likewise.
1541         (cperl-map-pods-heres): Likewise.
1542         (cperl-get-here-doc-region): Likewise.
1543         (cperl-font-lock-fontify-region-function): Likewise (backward
1544                 compatibility for legacy `font-lock').
1545         (cperl-font-lock-unfontify-region-function): Fix style.
1546         (cperl-fontify-syntaxically): Recognize and optimize away deferred
1547                 calls with no-change.  Governed by `cperl-hook-after-change'.
1548         (cperl-fontify-update): Recognize that syntaxification region
1549                 can be larger than fontification one.
1550                 XXXX we leave `cperl-postpone' property, so this is quadratic...
1551         (cperl-fontify-update-bad): Temporary placeholder until
1552                 it is clear how to implement `cperl-fontify-update'.
1553         (cperl-time-fontification): New function.
1554         (attrib-group): New text attribute.
1555         (multiline): New value: `syntax-type' text attribute.
1557         After 5.2:
1558         (cperl-emulate-lazy-lock): New function.
1559         (cperl-fontify-syntaxically): Would skip large regions.
1560         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
1561         Some globals were declared, but uninitialized.
1563         After 5.3, 5.4:
1564         (cperl-facemenu-add-face-function): Add docs, fix U<>.
1565         Copyright message updated.
1566         (cperl-init-faces): Work around a bug in `font-lock'. May slow
1567                         facification down a bit.
1568                 Misprint for my|our|local for old `font-lock'
1569                         "our" was not fontified same as "my|local".
1570                 Highlight variables after "my" etc even in
1571                         a middle of an expression.
1572                 Do not facify multiple variables after my etc
1573                         unless parentheses are present.
1575         After 5.5, 5.6
1576         (cperl-fontify-syntaxically): after-change hook could reset.
1577         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
1579         After 5.7:
1580         (cperl-init-faces): Allow highlighting of local ($/).
1581         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
1582         (cperl-problems): Remove fixed problems.
1583         (cperl-find-pods-heres): Recognize #-comments in m##x too.
1584                 Recognize charclasses (unless delimiter is \).
1585         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
1586         (cperl-regexp-scan): Update docs.
1587         (cperl-beautify-regexp-piece): Use information got from regexp scan.
1589         After 5.8:
1590         Major user visible changes:
1591         Recognition and fontification of character classes in RExen.
1592         Variable indentation of RExen according to groups.
1594         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
1595                 Fontify REx charclasses in variable-name face.
1596                 Fontify POSIX charclasses in "type" face.
1597                 Fontify unmatched "]" in function-name face.
1598                 Mark first-char of HERE-doc as `front-sticky'.
1599                 Reset `front-sticky' property when needed.
1600         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
1601         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
1602         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
1603                 constructs.  Support `narrow'ed buffers.
1604         (cperl-praise): Remove a reservation.
1605         (cperl-make-indent): New function.
1606         (cperl-indent-for-comment): Use `cperl-make-indent'.
1607         (cperl-indent-line): Likewise.
1608         (cperl-lineup): Likewise.
1609         (cperl-beautify-regexp-piece): Likewise.
1610         (cperl-contract-level): Likewise.
1611         (cperl-toggle-set-debug-unwind): New function.
1612                 New menu entry for this.
1613         (fill-paragraph-function): Use when `boundp'.
1614         (cperl-calculate-indent): Take into account groups when indenting RExen.
1615         (cperl-to-comment-or-eol): Recognize # which end a string.
1616         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
1617         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
1618         (cperl-fontify-syntaxically): More clear debugging message.
1619         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
1620         (cperl-init-faces): More complicated highlight even on XEmacs (new).
1621         Merge cosmetic changes from XEmacs.
1623         After 5.9:
1624         (cperl-1+): Move to before the first use.
1625         (cperl-1-): Likewise.
1627         After 5.10:
1629         This code may lock Emacs hard!!!  Use at your own risk!
1631         (cperl-font-locking): New internal variable.
1632         (cperl-beginning-of-property): New function.
1633         (cperl-calculate-indent): Use `cperl-beginning-of-property'
1634         instead of `previous-single-property-change'.
1635         (cperl-unwind-to-safe): Likewise.
1636         (cperl-after-expr-p): Likewise.
1637         (cperl-get-here-doc-region): Likewise.
1638         (cperl-font-lock-fontify-region-function): Likewise.
1639         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
1640                         recursively.
1641                 Bound `next-single-property-change' via `point-max'.
1642         (cperl-unwind-to-safe): Bound likewise
1643         (cperl-font-lock-fontify-region-function): Likewise.
1644         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
1645                 Initialization of `cperl-font-lock-multiline-start' could be
1646                 missed if the "main" fontification did not run due to the
1647                 keyword being already fontified.
1648         (cperl-pod-spell): Return t from do-one-chunk function.
1649         (cperl-map-pods-heres): Stop when the worker returns nil.
1650                 Call `cperl-update-syntaxification'.
1651         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
1652         (cperl-get-here-doc-delim): Remove unused function.
1654         After 5.11:
1656         The possible lockup of Emacs (introduced in 5.10) fixed.
1658         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
1659         (cperl-syntaxify-for-menu): New customization variable.
1660         (cperl-select-this-pod-or-here-doc): New function.
1661         (cperl-get-here-doc-region): Extra argument.
1662                 Do not adjust pos by 1.
1664         New menu entries
1665                 (Perl/Tools): Selection of current POD or HERE-DOC section.
1666                 (Debugging CPerl:) backtrace on fontification.
1668         After 5.12:
1669         (cperl-cached-syntax-table): Use `car-safe'.
1670         (cperl-forward-re): Remove spurious argument SET-ST.
1671                 Add documentation.
1672         (cperl-forward-group-in-re): New function.
1673         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
1674         (XXXX Temporary (?) hack is to syntax-mark them as comment).
1676         After 5.13:
1677         (cperl-string-syntax-table): Make { and } not-grouping
1678           (Sometimes they ARE grouping in RExen, but matching them would only
1679            confuse in many situations when they are not)
1680         (beginning-of-buffer): Replace two occurences with goto-char...
1681         (cperl-calculate-indent): `char-after' could be nil...
1682         (cperl-find-pods-heres): REx can start after "[" too.
1683                 Hightlight (??{}) in RExen too.
1684         (cperl-maybe-white-and-comment-rex): New constant
1685         (cperl-white-and-comment-rex): Likewise.
1686                 XXXX Not very efficient, but hard to make
1687                 better while keeping 1 group.
1689         After 5.13:
1690         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
1691                 Likewise for 1 << identifier.
1693         After 5.14:
1694         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
1695                 Error-less condition-case could fail.
1696         (cperl-font-lock-fontify-region-function): Likewise.
1697         (cperl-init-faces): Likewise.
1699         After 5.15:
1700         (cperl-find-pods-heres): Support property REx-part2.
1701         (cperl-calculate-indent): Likewise.
1702                 Don't special-case REx with non-empty 1st line.
1703         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
1704                 Invert highlighting of charclasses:
1705                         now the envelop is highlighted.
1706                 Highlight many others 0-length builtins.
1707         (cperl-praise): Mention indenting and highlight in RExen.
1709         After 5.15:
1710         (cperl-find-pods-heres): Highlight capturing parens in REx.
1712         After 5.16:
1713         (cperl-find-pods-heres): Highlight '|' for alternation
1714         Initialize `font-lock-warning-face' if not present.
1715         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
1716                          `font-lock-function-name-face'.
1717         (cperl-look-at-leading-count): Likewise.
1718         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
1719                         `font-lock-keyword-face' (needed for
1720                         batch processing), etc...
1721                 Use `font-lock-builtin-face' for builtin in REx
1722                         Now `font-lock-variable-name-face'
1723                         is used for interpolated variables
1724                 Use "talking aliases" for faces inside REx
1725                 Highlight parts of REx (except in charclasses)
1726                         according to the syntax and/or semantic
1727                 Syntax-mark a {}-part of (?{}) as "comment"
1728                         (it was the ()-part)
1729                 Better logic to distinguish what is what in REx
1730         (cperl-tips-faces): Document REx highlighting
1731         (cperl-praise): Mention REx syntax highlight etc.
1733         After 5.17:
1734         (cperl-find-sub-attrs): Would not always manage to print error message.
1735         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
1737         After 5.18:
1738         (cperl-find-pods-heres): Misprint in REx for parsing REx.
1739                 Very minor optimization.
1740                 `my-cperl-REx-modifiers-face' got quoted.
1741                 Recognize "print $foo <<END" as HERE-doc.
1742                 Put `REx-interpolated' text attribute if needed.
1743         (cperl-invert-if-unless-modifiers): New function.
1744         (cperl-backward-to-start-of-expr): Likewise.
1745         (cperl-forward-to-end-of-expr): Likewise.
1746         (cperl-invert-if-unless): Works in "the opposite way" too.
1747                 Cursor position on return is on the switch-word.
1748                 Indents comments better.
1749         (REx-interpolated): New text attribute.
1750         (cperl-next-interpolated-REx): New function.
1751         (cperl-next-interpolated-REx-0): Likewise.
1752         (cperl-next-interpolated-REx-1): Likewise.
1753         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
1754         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
1755         (cperl-praise): Mention finded interpolated RExen.
1757         After 5.19:
1758         (cperl-init-faces): Highlight %$foo, @$foo too.
1759         (cperl-short-docs): Better docs for system, exec.
1760         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
1761                 Would not find HERE-doc ended by EOF without NL.
1762         (cperl-short-docs): Correct not-doubled \-escapes.
1763         start block: Put some `defvar' for stuff gone from XEmacs.
1765         After 5.20:
1766         initial comment: Extend copyright, fix email address.
1767         (cperl-indent-comment-at-column-0): New customization variable.
1768         (cperl-comment-indent): Indentation after $#a would increasy by 1.
1769         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
1770         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
1771         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
1772         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
1773                         highlight $ in $foo too (UNTESTED).
1774         (cperl-set-style): Docstring missed some available styles.
1775         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
1776                 Change "Current" to "Memorize Current".
1777         (cperl-indent-wrt-brace): New customization variable; the default is
1778                 as for pre-5.2 version.
1779         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
1780         (cperl-style-alist): Likewise.
1781         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
1782                 and `cperl-extra-newline-before-brace' etc
1783                 being t
1784         (cperl-indent-exp): Plans B and C to find continuation blocks even
1785                 if `cperl-extra-newline-before-brace' is t.
1787         After 5.21:
1788         Improve some docstrings concerning indentation.
1789         (cperl-indent-rules-alist): New variable.
1790         (cperl-sniff-for-indent): New function name
1791                 (separated from `cperl-calculate-indent').
1792         (cperl-calculate-indent): Separate the sniffer and the indenter;
1793                 uses `cperl-sniff-for-indent' now.
1794         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
1795                 was inverted;
1796                 Support `comment-column' = 0.
1798 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
1800         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
1801         * help-at-pt.el (scan-buf-move-to-region): Likewise.
1802         * longlines.el (longlines-window-change-function): Likewise.
1803         * simple.el (undo-ask-before-discard): Likewise.
1804         * wid-edit.el (widget-field-prompt-internal)
1805         (widget-documentation-link-p): Likewise.
1807 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1809         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
1810         for a keyword.
1812 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1814         * newcomment.el (comment-valid-prefix-p): Make the check
1815         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
1816         (comment-indent-new-line): Adjust call.
1818 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
1820         * allout.el (allout-back-to-current-heading): Base on lower-level
1821         routines to get proper disqualification of aberrant topics.
1823 2006-10-09  Richard Stallman  <rms@gnu.org>
1825         * textmodes/two-column.el (2C-two-columns): Doc fix.
1827 2006-10-09  Kim F. Storm  <storm@cua.dk>
1829         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
1830         about implicit use.
1832 2006-10-08  Richard Stallman  <rms@gnu.org>
1834         * textmodes/two-column.el (2C-two-columns): Doc fix.
1836 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1838         * files.el: Mark `buffer-read-only' as safe-local-variable.
1840 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
1842         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
1843         Burp if GUD buffer has been killed.
1845 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1847         * completion.el (add-completions-from-c-buffer):
1848         Don't presume an error's second element is a string.
1849         Use looking-at rather than buffer-substring + member.
1851 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
1853         * mail/rmail.el (rmail-redecode-body): If the old encoding is
1854         `undecided', call find-coding-systems-region to find a proper
1855         non-trivial encoding.
1856         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
1857         and "text/plain".
1859 2006-10-07  Kevin Ryde  <user42@zip.com.au>
1861         * textmodes/reftex-vars.el (defgroup reftex): Update home page
1862         url-link.
1864         * strokes.el (defgroup strokes): Remove invalid url-link.
1866 2006-10-07  Magnus Henoch  <mange@freemail.hu>
1868         * autoinsert.el (auto-insert-alist): Doc fix.
1870 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1872         * mouse-sel.el (mouse-insert-selection-internal):
1873         Use insert-for-yank, so that yank handlers are run.
1875 2006-10-07  Kim F. Storm  <storm@cua.dk>
1877         * ido.el (ido-file-extension-aux): Fix comparison.
1879 2006-10-06  Kim F. Storm  <storm@cua.dk>
1881         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
1883 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
1885         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
1886         (ad-make-mapped-call): Use `let', not `let*'.
1888 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
1890         * international/mule-cmds.el (coding-system-change-eol-conversion):
1891         Ensure the coding system is initialized before calling
1892         coding-system-eol-type.
1894 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
1896         * textmodes/org.el (org-rm-props, org-activate-plain-links)
1897         (org-activate-angle-links, org-activate-dates)
1898         (org-activate-target-links, org-activate-camels)
1899         (org-activate-tags): Add `rear-nonsticky' text property to avoid
1900         textproperty keymaps from being active beyond the end of a line.
1901         (org-unfontify-region): Also remove `rear-nonsticky' property.
1903 2006-10-04  Kenichi Handa  <handa@m17n.org>
1905         * international/code-pages.el (next): Table fixed.
1907 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1909         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
1910         that it's been made unnecessary by removing narrowing.
1912 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1914         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
1915         control flow a bit, simplify another bit, and add comments.
1917 2006-10-03  David Kastrup  <dak@gnu.org>
1919         * help.el (describe-mode): For clicks on mode-line, use "@"
1920         interactive argument to get the major mode of the click instead of
1921         the current buffer.
1923         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
1924         in order to better redirect mouse-2 clicks.  Also allow default
1925         bindings to apply.
1927 2006-10-03  Kim F. Storm  <storm@cua.dk>
1929         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
1930         (pushnew): Fix last change.
1932 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
1934         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
1935         Use the interactive spec of `eval-expression'.
1937 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1939         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
1941 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
1943         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
1944         2006-09-28 commit.
1946 2006-10-02  Kenichi Handa  <handa@m17n.org>
1948         * international/code-pages.el (iso-8859-6): Table fixed.
1950 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
1952         * dired.el (dired-build-subdir-alist): Fix previous change.
1954 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
1956         * simple.el (undo-elt-crosses-region): Fix the inequalities.
1958 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1960         * emacs-lisp/find-func.el (find-function-regexp): Don't match
1961         "define-button-type".
1963         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
1964         they don't keep accumulating.
1966 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
1968         * ffap.el (ffap-rfc-path): Change the address of the RFC
1969         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
1971 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
1973         * allout.el (allout-expose-topic): Rectify implementation of "+"
1974         spec, so that bodies are not exposed with headlines.
1976 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
1978         * allout.el (allout-current-depth): Do aberrent check only at or
1979         below doublecheck depth.
1980         (allout-chart-subtree): Make it explicit that LEVELS being nil
1981         means unlimited depth.  Drop undocumented support for LEVELS value
1982         t meaning unlimited depth.  (This is consistent with
1983         allout-chart-to-reveal, but contrary to allout-show-children,
1984         which needs to use nil to default to depth of 1.)
1985         (allout-goto-prefix-doublechecked): Wrap long docstring line.
1986         (allout-chart-to-reveal): Be explicit in docstring about meaning
1987         of nil LEVELS, and drop support for LEVELS value t.
1988         (allout-show-children): Translate the level spec used by this
1989         routine to that used by allout-chart-subtree and
1990         allout-chart-to-reveal.
1991         (allout-show-to-offshoot): Retry once when stuck, after opening
1992         subtree - improvements in discontinuity handling likely will
1993         enable progress.
1995 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
1997         * wid-edit.el (widget-button-click-moves-point): New variable.
1998         (widget-button-click): If widget-button-click-moves-point is
1999         non-nil, set point after performing the button action
2001         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
2003 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
2005         * files.el (find-file-existing): Modify to not allow wildcards.
2007 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2009         * simple.el (undo-more): When undo information for the region is
2010         exhausted, say "No further undo information FOR REGION".
2012 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2014         * progmodes/sh-script.el (sh-prev-thing):
2015         Take `sh-leading-keywords' into account.
2017 2006-09-29  Glenn Morris  <rgm@gnu.org>
2019         * custom.el (defcustom): Doc fix.
2021         * calendar/calendar.el (european-calendar-style):
2022         Call european-calendar or american-calendar as needed when set.
2023         (diary-view-entries, list-calendar-holidays): Move autoloads
2024         before use.
2026 2006-09-29  Juri Linkov  <juri@jurta.org>
2028         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
2029         to nil if there is no previous property change.
2031 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2033         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
2034         saving anything to be sure that `forward-sexp' behaves correctly.
2036 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
2038         * simple.el (line-move-finish): Ignore field boundaries if the
2039         initial and final points have the same `field' property.
2041 2006-09-29  Kim F. Storm  <storm@cua.dk>
2043         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
2044         to t while calling ido-read-internal.
2046 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
2048         * textmodes/org.el (org-file-remote-p): Get regexp from list.
2049         (org-archive-subtree): Remove erraneous `]' from character list.
2051 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
2053         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
2054         (ses-reconstruct-all): Make undo of "insert row" work by keeping
2055         markers for data-area and parameters-area.
2057 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2059         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
2061         * font-lock.el (font-lock-after-change-function): Refontify next line
2062         as well if end is at BOL.
2063         (font-lock-extend-jit-lock-region-after-change): Be more careful to
2064         only extend the region as much as needed.
2066 2006-09-28  Richard Stallman  <rms@gnu.org>
2068         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
2070         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
2072         * international/mule.el (after-insert-file-set-coding):
2073         If VISIT, don't let set-buffer-multibyte make undo info.
2075 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
2077         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
2078         lines in base64-encoded authentication response.
2080 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2082         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
2083         (ebnf-version): New version 4.3.
2084         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
2085         (ebnf-prologue): Adjust PostScript programming.
2086         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
2087         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
2089 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2091         * jit-lock.el (jit-lock-force-redisplay): Rename from
2092         jit-lock-fontify-again, and undo the mistaken change I've just done.
2094         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
2095         (jit-lock-fontify-again): Don't refontify text that's not displayed.
2097 2006-09-26  Kenichi Handa  <handa@m17n.org>
2099         * startup.el (display-splash-screen): Allow a prefix argument.
2101 2006-09-25  Jason Rumney  <jasonr@gnu.org>
2103         * subr.el (shell-quote-argument): Use DOS logic for Windows
2104         shells with DOS semantics.
2106 2006-09-24  Richard Stallman  <rms@gnu.org>
2108         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
2109         (compilation-goto-locus): Use compilation-goto-locus-delete-o
2110         to delete the overlay.  Put it on pre-command-hook.
2112         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
2114         * startup.el (fancy-splash-screens, normal-splash-screen):
2115         Call the splash buffer *About GNU Emacs*.
2117         * simple.el (next-error-highlight, next-error-highlight-no-select):
2118         Default to 0.5.
2119         (yank-excluded-properties): Add `fontified'.
2121         * font-lock.el (font-lock-compile-keywords): Allow value of
2122         syntax-begin-function to enable paren-column-0 highlighting.
2124 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
2126         * dired.el (dired-build-subdir-alist): When file ends in colon,
2127         don't exit the loop, just disregard that file.
2129 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
2131         * simple.el (line-move-finish): Handle corner case for fields in
2132         continued lines.
2133         (line-move-1): Remove flawed test for that case.
2135 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
2137         * icomplete.el (icomplete-simple-completing-p): Use the correct
2138         name for the new variable, `icomplete-with-completion-tables'.
2139         (file local variables): Remove superfluous setting.
2141 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
2143         * calendar/appt.el (appt-check): Fix typo for appointments just
2144         after midnight.
2146 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
2148         * help.el (describe-key-briefly, describe-key): Don't expect an
2149         extra up event if a down-event is generated by a popup menu.
2151 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
2153         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
2154         local dictionary when changing the global dictionary.
2156 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
2158         * icomplete.el (icomplete-with-completion-tables): List of
2159         specialized completion tables with which icomplete should
2160         operate.  Include the new `internal-complete-buffer', so icomplete
2161         works with interactive buffer-selection.
2162         (icomplete-simple-completing-p): Add acceptance of specialized
2163         completion tables listed in icomplete-with-completion-tables.
2165 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2167         * frame.el (focus-follows-mouse): Set default to nil on Mac.
2169         * startup.el (command-line): Use `custom-reevaluate-setting' for
2170         `focus-follows-mouse'.
2172 2006-09-22  Richard Stallman  <rms@gnu.org>
2174         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
2175         explain why Save is not available.
2177 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
2179         * woman.el (woman0-so): Use `let*', not `let'.
2180         (woman-horizontal-line): Remove unbalanced parenthesis.
2182 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2184         * woman.el: Make sure all the end-of-region markers we use have
2185         a non-nil insertion-type.
2186         (woman0-so): Move things around so we can use copy-marker.
2187         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
2188         Adjust marker type.
2189         (woman2-process-escapes): Check marker type.
2190         (woman-horizontal-line): Dispense with the use of a marker.
2192 2006-09-22  Jay Belanger  <belanger@truman.edu>
2194         * calc/calc-lang.el: Add Greek letters to math-variable-table
2195         property of tex.
2197 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
2199         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
2201 2006-09-22  Masatake YAMATO  <jet@gyve.org>
2203         * add-log.el (add-log-current-defun): Use `forward-sexp'
2204         instead of `forward-word' to pick c++::symbol.
2205         Reported by Herbert Euler <herberteuler@hotmail.com>.
2207 2006-09-22  Kenichi Handa  <handa@m17n.org>
2209         * bindings.el: Fix setting self-insert-command for multibyte
2210         characters in global-map.
2212 2006-09-21  David Kastrup  <dak@gnu.org>
2214         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
2215         doc string.
2217 2006-09-21  Kenichi Handa  <handa@m17n.org>
2219         * language/european.el ("Latin-1"): Add windows-1252 to
2220         coding-priority.
2221         ("German"): Likewise.
2223 2006-09-21  Kim F. Storm  <storm@cua.dk>
2225         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
2226         Suggested by Miles Bader.
2228         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
2229         instead of add-to-list in the simple case.
2231 2006-09-20  Kenichi Handa  <handa@m17n.org>
2233         * isearch.el (isearch-process-search-char): Cancel the previous change.
2234         (isearch-search-string): New function.
2235         (isearch-search): Use isearch-search-string.
2236         (isearch-lazy-highlight-search): Likewise.
2238 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2240         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
2241         string to become an option.
2243 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
2247 2006-09-20  Kim F. Storm  <storm@cua.dk>
2249         * simple.el (line-move-partial): Call pos-visible-in-window-p with
2250         position t instead of trying both window-end and window-end - 1.
2252 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
2254         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
2255         hidden trees.
2257 2006-09-20  David Kastrup  <dak@gnu.org>
2259         * mouse.el (mouse-posn-property): Improve doc string.
2260         (mouse-on-link-p): Change buffers for function calls on links.
2262         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
2263         buffer is read-only.
2265 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
2267         * allout.el (allout-unprotected): Let inhibit-read-only only when
2268         buffer-read-only isn't set.
2269         (allout-annotate-hidden): Enable topic annotation during copies even
2270         when the buffer is read-only, eg for topic copies.  Ensure that the loop
2271         advances, even when the span extends beyond the deletion region.
2272         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
2273         rather than allout-exposure-changed-hook, as a stronger assertion.
2274         (allout-keybindings-list): Add bindings for
2275         allout-copy-line-as-kill and allout-copy-topic-as-kill.
2276         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
2277         Copy wrappers for allout-kill-line and allout-kill-topic.
2278         (allout-listify-exposed): Position correctly to accumulate lines.
2280 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
2282         * simple.el (line-move-1): Escape field boundaries occurring
2283         exactly at point.  Update goal column if constrained to a field.
2284         (line-move-finish): Escape field boundaries occurring exactly at point.
2286 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2288         * mouse.el (mouse-on-link-p): Tentatively fix last change.
2289         (mouse-drag-vertical-line): Remove unused var `wconfig'.
2291 2006-09-19  Kim F. Storm  <storm@cua.dk>
2293         * help.el (describe-key-briefly, describe-key): Simplify printing
2294         of descriptions by using format and %S.  Fix "is undefined"
2295         messages to say "at that spot" for mouse events.
2297         * simple.el (line-move-partial): Optimize.  Try window-line-height
2298         before posn-at-point to get vpos of current line.
2300 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
2302         * viper.el: Bump up version/date of update to reflect the substantial
2303         changes done in August 2006.
2305         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
2306         are defined.
2308         * ediff-util.el (ediff-add-to-history): New function.
2310         * ediff.el: Use ediff-add-to-history instead of add-to-history.
2312 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2314         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
2315         Delete duplicate make-local-variable form.
2316         (conf-space-keywords): Add autoload cookie.
2317         Fix typo (`keywords', not `keyword').
2319 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2321         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
2322         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
2323         to x-gtk-use-old-file-dialog
2325 2006-09-18  Richard Stallman  <rms@gnu.org>
2327         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
2328         that might come in during mouse tracking.
2330 2006-09-18  Kim F. Storm  <storm@cua.dk>
2332         * simple.el (line-move-partial): Rework 2006-09-15 change to use
2333         new window-line-height function.  Further optimize by not calling
2334         pos-visible-in-window-p for window-end when window-line-height
2335         returns useful information.
2337 2006-09-16  Richard Stallman  <rms@gnu.org>
2339         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
2340         (conf-space-mode): Don't handle prefix arg.
2341         Delete conf-space-keywords-override code.
2342         Use add-hook.
2343         (conf-space-keywords): New command.
2344         (conf-space-mode-internal): Be careful with imenu-generic-expression.
2345         Delete conf-space-keywords-override code.
2346         (conf-space-keywords-alist): Doc fix.
2347         (conf-space-font-lock-keywords): Doc fix.
2348         (conf-space-keywords-override): Var deleted.
2350 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
2352         * startup.el (fancy-splash-screens): Don't switch to the scratch
2353         buffer; it may not be the next buffer.
2355 2006-09-16  Romain Francoise  <romain@orebokech.com>
2357         * saveplace.el (load-save-place-alist-from-file): Use expanded name
2358         in both messages.
2360 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
2362         * progmodes/python.el (python-preoutput-filter):
2363         Fix arg order to string-match.
2365 2006-09-16  Richard Stallman  <rms@gnu.org>
2367         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
2368         font-lock-compile-keywords.
2370         * font-lock.el (font-lock-compile-keywords): Rename optional arg
2371         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
2373 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2375         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
2377         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
2378         and the data doesn't look like UTF8, send STRING instead.
2380 2006-09-16  Agustin Martin  <agustin.martin@hispalinux.es>
2382         * textmodes/flyspell.el (flyspell-check-region-doublons):
2383         New function to detect duplicated words.
2384         (flyspell-large-region): Use it.
2386 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
2388         * simple.el (line-move-to-column): Revert 2006-08-03 change.
2390 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
2392         * help.el (describe-prefix-bindings): Use let, not let*.
2394 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
2396         * allout.el (allout-regexp, allout-line-boundary-regexp)
2397         (allout-bob-regexp): Correct grouping and boundaries to fix
2398         backwards traversal.
2399         (allout-depth-specific-regexp, allout-depth-one-regexp):
2400         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
2401         worse time in allout-ascend.
2402         (allout-doublecheck-at-and-shallower): Identify depth threshold
2403         below which topics are checked for and disqualified by containment
2404         discontinuities.
2405         (allout-hotspot-key-handler): Correctly handle multiple-key
2406         strokes.  Remove some unused variables.
2407         (allout-mode-leaders): Clarify that mode-specific comment-start
2408         will be used.
2409         (set-allout-regexp): Correctly regexp-quote allout regexps to
2410         properly accept alternative header-leads and primary bullets with
2411         regexp-specific characters (eg, C "/*", mathematica "(*").
2412         Include new regular expressions among those configured.
2413         (allout-infer-header-lead-and-primary-bullet):
2414         Rename allout-infer-header-lead.
2415         (allout-recent-depth): Manifest as a variable as well as a function.
2416         (allout-prefix-data): Simplify into an inline instead of a macro,
2417         assuming current match data rather than being explicitly passed
2418         it.  Establish allout-recent-depth value as well as
2419         allout-recent-prefix-beginning and allout-recent-prefix-end.
2420         (allout-aberrant-container-p): True when an item's immediate
2421         offspring discontinuously contained.  Useful for disqualifying
2422         unintended topic prefixes, likely at low depths.
2423         (allout-goto-prefix-doublechecked): Elaborate version of
2424         allout-goto-prefix which disqualifies aberrant pseudo-items.
2425         (allout-pre-next-prefix): Layer on top of lower-level routines, to
2426         get disqualification of aberrant containers.
2427         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
2428         containers.
2429         (allout-beginning-of-current-entry): Position at start of buffer
2430         when in container (depth 0) entry.
2431         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
2432         (allout-current-bullet): Strip text properties.
2433         (allout-get-prefix-bullet): Use right match groups.
2434         (allout-beginning-of-line, allout-next-heading):
2435         Disqualify aberrant containers.
2436         (allout-previous-heading): Disqualify aberrant containers, and
2437         change to regular (rather than inline) function, to allow
2438         self-recursion.
2439         (allout-get-invisibility-overlay): Increment so progress is made
2440         when the first overlay is not the sought one.
2441         (allout-end-of-prefix): Disqualify aberrant containers.
2442         (allout-end-of-line): Cycle something like allout-beginning-of-line.
2443         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
2444         outline.el outlines) functional again.  Change the primary bullet
2445         along with the header-lead - level 1 new-style bullets now work.
2446         Engage allout-before-change-handler in mainline Emacs, not just
2447         XEmacs, to do undo handling.
2448         (allout-before-change-handler): Expose undo changes occurring in
2449         hidden regions.  Use allout-get-invisibility-overlay instead of
2450         reimplementing it inline.
2451         (allout-chart-subtree): Use start rather than end of prefix in
2452         charts.  Use allout-recent-depth variable.
2453         (allout-chart-siblings): Disqualify aberrant topics.
2454         (allout-beginning-of-current-entry): Position correctly.
2455         (allout-ascend): Use new allout-depth-specific-regexp and
2456         allout-depth-one-regexp for linear instead of O(N^2) or worse
2457         behavior.
2458         (allout-ascend-to-depth): Depend on allout-ascend, rather than
2459         reimplementing an algorithm.
2460         (allout-up-current-level): Depend on allout-ascend, rather than
2461         reimplementing an algorithm.  Return to start-point if we fail.
2462         (allout-descend-to-depth): Use allout-recent-depth variable
2463         instead of function.
2464         (allout-next-sibling): On traversal of numerous intervening
2465         topics, resort to economical allout-next-sibling-leap.
2466         (allout-next-sibling-leap): Specialized version of
2467         allout-next-sibling that uses allout-ascend cleverly, to depend on
2468         a regexp search to leap large numbers of contained topics, rather
2469         than arbitrarily many one-by-one traversals.
2470         (allout-next-visible-heading): Disqualify aberrant topics.
2471         (allout-previous-visible-heading): Position consistently when
2472         interactive.
2473         (allout-forward-current-level): Base on allout-previous-sibling
2474         rather than (differently) reimplmenting the algorithm.  Remove some
2475         unused variables.
2476         (allout-solicit-alternate-bullet): Present default choice stripped
2477         of text properties.
2478         (allout-rebullet-heading): Use bullet stripped of text properties.
2479         Register changes using allout-exposure-change-hook.
2480         Disregard aberrant topics.
2481         (allout-shift-in): With universal-argument, make topic a peer of
2482         it's former offspring.  Simplify the code by separating out
2483         allout-shift-out functionality.
2484         (allout-shift-out): With universal-argument, make offspring peers
2485         of their former container, and its siblings.  Implement the
2486         functionality here, rather than inappropriately muddling the
2487         implementation of allout-shift-in.
2488         (allout-rebullet-topic): Respect additional argument for new
2489         parent-child separation function.
2490         (allout-yank-processing): Use allout-ascend directly.
2491         (allout-show-entry): Disqualify aberrant topics.
2492         (allout-show-children): Handle discontinuous children gracefully,
2493         extending the depth being revealed to expose them and posting a
2494         message indicating the situation.
2495         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
2496         Leave cursor in correct position.
2497         (allout-hide-current-subtree): Use allout-ascend directly.
2498         Disqualify aberrant topics.
2499         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
2500         a way that the yanks can restore it, as used to happen.
2501         (allout-yank-processing): Restore exposure layout as recorded by
2502         allout-kill-*, as used to happen.
2503         (allout-annotate-hidden, allout-hide-by-annotation): New routines
2504         for preseving and restoring exposure layout across kills.
2505         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
2506         (allout-encrypt-string): Strip text properties.
2507         Rearranged order and outline-headings for some of the
2508         miscellaneous functions.
2509         (allout-resolve-xref): No need to quote the error name in the
2510         condition-case handler section.
2511         (allout-flatten): Classic recursive (and recursively intensive,
2512         without tail-recursion) list-flattener, needed by allout-shift-out
2513         when confronted with discontinuous children.
2515 2006-09-16  Jason Rumney  <jasonr@gnu.org>
2517         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
2518         on ms-windows.
2519         (dnd-open-unc-file): Remove.
2520         (dnd-open-local-file): Mention in doc string that it also handles
2521         remote files if the system natively supports unc file-names.
2523 2006-09-15  Kim F. Storm  <storm@cua.dk>
2525         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
2526         all necessary information about the event before erasing *Help*.
2528         * simple.el (line-move-partial): Use window-line-visiblity to
2529         quickly check whether last line is partially visible, and only do
2530         the hard (and slow) part in that case.
2532 2006-09-15  Jay Belanger  <belanger@truman.edu>
2534         * COPYING: Replace "Library Public License" by "Lesser Public
2535         License" throughout.
2537 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2539         * term/x-win.el (x-menu-bar-open): New function for F10.
2541 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
2543         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2544         Disallow filenames containing " -" to avoid confusion with libtool
2545         compilation messages.  Suggested by Stefan Monnier.
2547 2006-09-15  David Kastrup  <dak@gnu.org>
2549         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
2550         instead of buffer position for `mouse-on-link-p'.
2552         * mouse.el (mouse-posn-property): New function looking up the
2553         properties at a click position in overlays and text properties in
2554         either buffer or strings.
2555         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
2556         of both `follow-link' as well as `mouse-face' properties.
2557         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
2558         buffer position.
2560         * help.el (describe-key-briefly): When reading a down-event on
2561         mode lines or scroll bar, swallow the following up event, too.
2562         Use the new mouse sensitity of `key-binding' for lookup.
2563         (describe-key): The same here.
2565 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
2567         * play/life.el (life-patterns): Add a few more interesting patterns.
2568         (life-setup): Force `show-trailing-whitespace' to nil.
2570 2006-09-14  Richard Stallman  <rms@gnu.org>
2572         * startup.el (fancy-splash-text): Change text to improve alignment.
2573         (fancy-splash-screens): Don't set non-standard tab width.
2574         Bind cursor-type temporarily, and make it easy to patch to
2575         preserve the splash buffer.
2576         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
2577         (fancy-splash-screens): Display echo-area message explicitly.
2578         Don't set fancy-splash-help-echo.
2580         * simple.el (line-number-mode): Group mode-line instead of
2581         editing-basics.
2582         (column-number-mode, size-indication-mode): Likewise.
2584         * faces.el (mode-line-faces): Group mode-line instead of modeline.
2586         * time.el (display-time): Group mode-line instead of modeline.
2588         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
2590 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
2592         * startup.el (fancy-splash-text): Move editing instructions to
2593         fancy-splash-head.
2594         (fancy-splash-head): Issue editing instructions.
2595         (fancy-splash-screens): Fixup whitespace.
2597 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2599         * bindings.el (mode-line-buffer-identification-keymap):
2600         Remove duplicate line.
2602 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2604         * ido.el (ido-ignore-item-p): Allow any kind of functions in
2605         ignore lists.
2607 2006-09-14  Kim F. Storm  <storm@cua.dk>
2609         * jit-lock.el (jit-lock-fontify-again): New function.
2610         (jit-lock-fontify-now): Use it instead of lambda form.
2612 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
2614         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
2615         (flyspell-auto-correct-word): Make ispell-filter local to these
2616         functions.  Check that ispell-filter has new stuff before calling
2617         ispell-parse-output.
2619 2006-09-13  Kim F. Storm  <storm@cua.dk>
2621         * simple.el (line-move-partial): Optimize.
2623 2006-09-13  Richard Stallman  <rms@gnu.org>
2625         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
2626         Delete spurious backquote.
2628 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
2630         * net/rcirc.el (rcirc-print): Fix last change.
2632 2006-09-12  Jay Belanger  <belanger@truman.edu>
2634         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
2636 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
2638         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
2639         rcirc-show-maximum-output.
2640         (rcirc-mode): Remove window-scroll-function hook.
2641         (rcirc-scroll-to-bottom): Remove function.
2642         (rcirc-print): Recenter so point stays at the bottom of the window
2643         if point was already there.
2645 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
2647         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
2648         not to "t".
2649         * progmodes/compile.el (compilation-start): Likewise.
2650         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
2651         Don't use expand-file-name on invocation-directory, since this
2652         might mishandle special characters in invocation-directory.
2654 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2656         * pcvs-defs.el: Remove * in defcustom's docstrings.
2658 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
2660         * progmodes/compile.el (compilation-directory-properties):
2661         Doc fix for help-echo.
2663 2006-09-12  Lars Hansen  <larsh@soem.dk>
2665         * desktop.el (desktop-read): Add comment.
2667 2006-09-12  Kim F. Storm  <storm@cua.dk>
2669         * simple.el (next-error-highlight, next-error-highlight-no-select):
2670         Fix spelling error.
2672         * subr.el (sit-for): Rework to use input-pending-p and cond.
2673         Return nil input is pending on entry also for SECONDS <= 0.
2674         (while-no-input): Use input-pending-p instead of sit-for.
2676 2006-09-11  Richard Stallman  <rms@gnu.org>
2678         * simple.el (next-error-highlight, next-error-highlight-no-select):
2679         Fix custom type and doc strings.
2681 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2683         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
2684         (diff-apply-hunk): Use it to ask for confirmation.
2686 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
2688         * emacs-lisp/cl.el (pushnew): Add missing `,'.
2690 2006-09-11  David Kastrup  <dak@gnu.org>
2692         * help.el (string-key-binding, describe-key-briefly)
2693         (describe-key): Remove `string-key-binding' and its callers since
2694         `key-binding' already caters for the proper lookup now.
2696 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2698         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
2699         (cfengine-mode): Use it.  Fix \ syntax to be like /.
2701         * bindings.el (mode-line-buffer-identification-keymap):
2702         Move initialization into declaration.
2704 2006-09-10  Kim F. Storm  <storm@cua.dk>
2706         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
2707         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
2708         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
2709         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
2711 2006-09-10  Richard Stallman  <rms@gnu.org>
2713         * dired-aux.el: Handle errors in recursive copy usefully.
2714         (dired-create-files-failures): New variable.
2715         (dired-copy-file): Remove condition-case.
2716         (dired-copy-file-recursive): Check for errors on all file
2717         operations, and add them to dired-create-files-failures.
2718         Check file file-date-erorr here too.
2719         (dired-create-files): Check dired-create-files-failures
2720         and report those errors too.
2722         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
2724         * subr.el (add-to-list): New argument COMPARE-FN.
2726 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
2728         * filecache.el (file-cache-add-directory)
2729         (file-cache-add-directory-list, file-cache-add-file)
2730         (file-cache-add-directory-using-find)
2731         (file-cache-add-directory-using-locate)
2732         (file-cache-add-directory-recursively): Add autoloads.
2734 2006-09-09  Richard Stallman  <rms@gnu.org>
2736         * textmodes/conf-mode.el (conf-space-mode):
2737         Use hack-local-variables-hook instead of calling hack-local-variables.
2738         (conf-space-keywords-override): New variable.
2739         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
2740         (conf-space-mode): Always make conf-space-keywords and
2741         conf-space-keywords-override local.
2742         Call conf-space-mode-internal directly as well as via hook.
2744 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
2746         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
2747         quasi-keywords.
2749 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2751         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
2752         (python-send-string): Be slightly more careful about adding \n.
2754         * startup.el (normal-splash-screen): Don't display the buffer if we'll
2755         kill it right away anyway.
2757 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
2759         * international/codepage.el (cp850-decode-table): Fix a few codes.
2760         (cp858-decode-table): New variable.
2762 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
2764         * net/ldap.el (ldap-search-internal): Doc fix.
2766 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2768         * play/life.el (life-display-generation): Test for input manually if
2769         `sleeptime' is negative or null.
2771         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
2772         (print-region-1): Substitute `%s' with the page title.
2774 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
2776         * locate.el (locate-current-search): New variable.
2777         (locate): Set buffer local value.  Use current buffer if it is
2778         in Locate mode.
2779         (locate-mode): Disable undo here.
2780         (locate-do-setup): Use locate-current-filter from buffer to be killed.
2781         (locate-update): Use locate-current-search and locate-current-filter.
2783 2006-09-08  David Kastrup  <dak@gnu.org>
2785         * desktop.el (desktop-read): When loading a desktop, disable
2786         saving it while the load progresses, and switch off a pending lazy
2787         load by calling `desktop-lazy-abort'.
2789 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
2791         * window.el (mouse-autoselect-window-timer)
2792         (mouse-autoselect-window-position)
2793         (mouse-autoselect-window-window)
2794         (mouse-autoselect-window-now): New vars.
2795         (mouse-autoselect-window-cancel)
2796         (mouse-autoselect-window-select)
2797         (mouse-autoselect-window-start): New functions.
2798         (handle-select-window): Call `mouse-autoselect-window-start' when
2799         delayed window autoselection is enabled.
2801         * cus-start.el (mouse-autoselect-window): Handle delayed window
2802         autoselection.
2804         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
2805         commands after which it is allowed to print in the echo area.
2807 2006-09-08  Richard Stallman  <rms@gnu.org>
2809         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
2811         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
2812         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
2814         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
2815         (cancel-timer-internal): Add doc string.
2816         (cancel-function-timers): Doc fix.
2817         (with-timeout-handler, timer-event-last*): Add doc strings.
2819         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
2821         * files.el (risky-local-variable-p): Match ...-bindat-spec.
2823         * dired.el (dired-log-summary): Add doc string.
2825         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
2826         (custom-group-menu-create): Not here.
2828 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
2830         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
2832 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2834         * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
2835         (mac-apple-event-map): Define its handler.
2837 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
2839         * net/ldap.el (ldap-search-internal): Handle `auth' key.
2841 2006-09-07  Magnus Henoch  <mange@freemail.hu>
2843         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
2844         clause.
2846 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2848         * info.el (Info-index): Bind completion-ignore-case.
2850 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2852         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
2853         previous commit.
2854         (inferior-prolog-guess-flavor): New fun left out of previous commit.
2855         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
2856         burp in dedicated windows.
2857         (inferior-prolog-self-insert-command): New command.
2858         (inferior-prolog-mode-map): Use it.
2860 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
2862         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
2864         * international/code-pages.el: Add cp858.
2866 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2868         * dnd.el: Fix bootstrapping.
2870 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2872         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
2873         (dnd-open-remote-url): New function.
2874         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
2875         not windows-nt.
2877 2006-09-07  Jason Rumney  <jasonr@gnu.org>
2879         * dnd.el (dnd-open-remote-file-function): New variable.
2880         (dnd-open-unc-file): New function.
2881         (dnd-open-file): Call dnd-open-remote-file-function if set.
2883 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2885         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
2886         pgg-passphrase-coding-system rather than locale-coding-system.
2887         * pgg-def.el (pgg-passphrase-coding-system): New user option.
2889 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2891         * progmodes/prolog.el: Remove * in docstrings.
2892         (prolog-program-name): Add SWI prolog.
2893         (prolog-mode-menu): New menu.
2894         (prolog-mode): Set comment-add.
2895         (prolog-indent-line): Simplify.  Use indent-line-to.
2896         (inferior-prolog-buffer): New var.
2897         (inferior-prolog-run, inferior-prolog-process): New funs.
2898         (run-prolog, switch-to-prolog): Rewrite, using them.
2899         (prolog-consult-region): Use inferior-prolog-buffer.
2900         (inferior-prolog-load-file): New function.
2901         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
2903         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
2904         last word, if it's not the end of the paragraph.
2906         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
2907         file name.
2909 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
2911         * frame.el (display-mm-dimensions-alist): New defcustom.
2912         (display-mm-height, display-mm-width): Use it.
2914 2006-09-06  Simon Josefsson  <jas@extundo.com>
2916         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
2918 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
2920         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2921         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
2922         string values.
2924 2006-09-06  Kim F. Storm  <storm@cua.dk>
2926         * simple.el (line-move-partial): New function to do vscrolling for
2927         partially visible images / tall lines.  Rewrite based on code
2928         previously in line-move.  Simplify backwards vscrolling.
2929         (line-move): Use it.  Simplify.
2931 2006-09-05  Kim F. Storm  <storm@cua.dk>
2933         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
2935 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
2937         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2938         Process the `gcc-include' after the `gnu' rule.
2940 2006-09-05  Kim F. Storm  <storm@cua.dk>
2942         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
2944 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2946         * pgg.el (pgg-clear-string): Alias to clear-string for backward
2947         compatibility.
2949         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
2950         inhibit-redisplay; encode passphrase with locale-coding-system.
2952 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2954         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
2956 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
2958         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2959         (gdb-var-list-children-regexp): Make type field optional.
2961         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
2962         e.g public, protected in C++.
2964 2006-09-04  John Paul Wallington  <jpw@pobox.com>
2966         * simple.el (completion-show-help): New defcustom.
2967         (completion-setup-function): Heed it.
2969 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2971         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2973 2006-09-04  Richard Stallman  <rms@gnu.org>
2975         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
2976         (rsf-min-region-to-spam-list): Doc fix.
2977         (rsf-add-content-type-field): Doc fix.
2979         * simple.el (kill-region): Explicitly test there is a region.
2981 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2983         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
2984         sendmail in several common directories.
2986         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
2988         * paths.el (sendmail-program): Removed.
2990 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
2992         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
2993         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
2994         http://article.gmane.org/gmane.emacs.gnus.general/50457
2996 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
2998         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
2999         mark after running the menu filter.
3001 2006-09-03  Juri Linkov  <juri@jurta.org>
3003         * international/quail.el (quail-defrule-internal): Add a check
3004         if a key is a vector.
3006 2006-09-02  Juri Linkov  <juri@jurta.org>
3008         * man.el (Man-topic-history): New variable.
3009         (man): Use it.
3011         * woman.el (woman-topic-history): Change defvar to defvaralias
3012         for symbol `Man-topic-history'.
3014         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
3015         `comint-last-output-start' is a marker by using `markerp' and
3016         check if it has a position by using `marker-position', and use
3017         this position for `goto-char'.
3019         * international/quail.el (quail-defrule-internal): Add missing
3020         `error' call for null key.
3022 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
3024         * rcirc.el (rcirc-keywords): New variable.
3025         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
3026         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
3027         variables.
3028         (rcirc-responses-no-activity): New function.
3029         (rcirc-handler-generic): Check for responses in above.
3030         (rcirc-process-command): Add ?: character to arguments of raw
3031         server commands.
3032         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
3033         `rcirc-dim-nicks'.
3034         (rcirc-gray-toggle): Remove unused variable.
3035         (rcirc-print): Remove some tracking logic, which is moved into
3036         markup functions.
3037         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
3038         types.
3039         (rcirc-activity-string): Look for 'keyword in activity-types.
3040         (rcirc-window-configuration-change): Don't erase overlay-arrow
3041         unnecessarily.
3042         (rcirc-add-or-remove): New function.
3043         (rcirc-cmd-ignore): Use it.
3044         (rcirc-message-leader): Remove unused function.
3045         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
3046         (rcirc-add-face): New function.
3047         (rcirc-facify): Use rcirc-add-face.
3048         (rcirc-url-regexp): Add parens.
3049         (rcirc-map-regexp): Remove function.
3050         (rcirc-mangle-regexp): Remove function.
3051         (rcirc-markup-text-functions): New variable.
3052         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
3053         (rcirc-markup-body-text, rcirc-markup-attributes)
3054         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
3055         (rcirc-markup-bright-nicks): New markup handler functions.
3056         (rcirc-nick-in-message-full-line): New face.
3057         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
3058         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
3060 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
3062         * cus-start.el (hscroll-margin, hscroll-step)
3063         (mode-line-in-non-selected-windows, mouse-autoselect-window)
3064         (x-use-underline-position-properties): Change version to "22.1"
3065         since they will appear there for the first time.
3067 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
3069         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
3071 2006-08-31  Richard Stallman  <rms@gnu.org>
3073         * cus-edit.el (custom-save-variables): Slight cleanup.
3074         (Custom-no-edit): Renamed from custom-no-edit.
3075         (Custom-newline): Renamed from custom-newline.
3076         (custom-mode-map): Use new names.
3078         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
3079         about customization, rather than M-x customize, in the doc string
3080         made for the defcustom.
3082         * emacs-lisp/trace.el (trace-function-background): Doc fix.
3084 2006-08-31  Romain Francoise  <romain@orebokech.com>
3086         * dired-x.el (dired-guess-shell-alist-default): Update.
3088 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
3090         * custom.el (custom-theme-set-variables): Autoload packages before
3091         sorting the variables.
3093 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
3095         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
3096         chars if XEmacs.
3097         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
3099 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3101         * progmodes/python.el (python-eldoc-function): Re-enable quit while
3102         waiting for process.
3104 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3106         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
3107         results in ASCII-only string, encode original one directly.
3109 2006-08-29  Romain Francoise  <romain@orebokech.com>
3111         * startup.el (normal-splash-screen, fancy-splash-screens):
3112         Make buffer read-only and arrange to enter view mode if necessary.
3114 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
3116         * hl-line.el (hl-line): New face.
3117         (hl-line-face): Use it.
3119         * image-mode.el (image-mode): Fix last fix.
3120         Suggested by Kim F. Storm.
3122 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
3124         Sync with Tramp 2.0.54.
3126         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
3127         of `=', because `tramp-get-remote-gid' might not always return an
3128         integer when expected.
3129         (tramp-register-file-name-handlers): `partial-completion-mode' is
3130         unknown to XEmacs.
3131         (tramp-time-diff): Don't use `floor', it might fail for large
3132         differences.
3133         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
3134         `tramp-auto-save-directory' if unset in order to guarantee unique
3135         auto-save file names.
3137 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
3139         * image-mode.el (image-mode): Display image as text on a terminal.
3141 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3143         * progmodes/python.el (python-send-command): Simplify.
3144         (run-python): Don't generate a new buffer unless `new' was specified.
3145         Make sure we send `import emacs' to the proper process.
3147         * progmodes/python.el (python-send-command): Don't wait for the command
3148         to terminate.  Don't fiddle with compilation-parsing-end.
3150 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
3152         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3153         Insert commentary after first line summary.
3155         * woman.el (woman-follow): New function, based on `man-follow'.
3156         (woman-mode-map): Use it.
3158         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
3159         since ibuffer-do-sort-by-recency does not define a sorter.
3161 2006-08-28  Kim F. Storm  <storm@cua.dk>
3163         * find-dired.el (find-dired): Use shell-quote-argument to properly
3164         escape ( and ) args.  Also use it on {} and ; args in default
3165         value of find-ls-option string.
3166         (find-grep-dired): Use shell-quote-argument on {} and ; args.
3168 2006-08-27  Michael Olson  <mwolson@gnu.org>
3170         * emacs-lisp/tq.el: Small grammar fix in comments.
3171         (tq-enqueue): Check for existence of queue rather than the
3172         head queue item's question, which was a no-op.
3173         (tq-filter, tq-process-buffer): Make sure the process buffer
3174         exists before making it the current buffer.
3176 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3178         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
3179         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
3180         (special-event-map): Apply 2006-08-16 change for x-win.el.
3182 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3184         * progmodes/python.el (python-send-receive): Wait in the
3185         process's buffer so as to check the right buffer-local variables.
3187 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3189         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
3190         (defgroup checkdoc): Move to beginning.
3192         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
3193         (python-preoutput-continuation): Remove.
3194         (python-preoutput-filter): Simplify correspondingly.
3195         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
3196         Loop around to catch embedded _emacs_out output.
3197         (run-python): Send the import&print command on a single line.
3198         (python-send-command): Send command&print on a single line.
3199         (python-send-string): Only add double \n if needed.
3200         (python-send-receive): Loop until the result comes.
3201         (python-mode-running): Defvar it.
3202         (python-setup-brm): Remove unused var `menu'.
3203         Only bind py-mode-map and `features' around brm-init.
3204         (python-calculate-indentation): Remove unused var `point'.
3205         (python-beginning-of-defun): Remove unused var `def-line'.
3207 2006-08-25  Richard Stallman  <rms@gnu.org>
3209         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
3211 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
3213         * viper.el (viper-set-hooks): Use frame bindings for
3214         viper-vi-state-cursor-color.
3215         (viper-non-hook-settings): Don't set default
3216         mode-line-buffer-identification.
3218         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
3219         (viper-set-cursor-color-according-to-state)
3220         (viper-get-saved-cursor-color-in-replace-mode)
3221         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
3222         viper-emacs-state-cursor-color.
3224         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
3225         (viper-undo): Use point if undo-beg-posn is nil.
3226         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
3227         (viper-after-change-undo-hook): Don't use
3228         viper-emacs-state-cursor-color by default.
3229         (viper-undo): More sensible positioning after undo.
3231         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
3232         (viper-emacs-state-cursor-color): Default to nil, since this feature
3233         doesn't work well yet.
3235         * ediff-mult.el (ediff-intersect-directories)
3236         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
3237         always expand filenames.
3239 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * tumme.el: Remove * in defcustoms's docstrings.
3243 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
3245         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
3246         Accept internal time format for SECS arg.
3247         (timer-relative-time): Doc fix.
3249         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
3250         adapted from Martin Rudalics.
3251         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
3252         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
3253         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
3254         using sit-for.
3256 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
3258         * cus-start.el (all): Add `overline-margin' and
3259         `x-underline-at-descent-line'.
3261 2006-08-24  Kim F. Storm  <storm@cua.dk>
3263         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
3264         to mean "use find -exec"; nil now unambiguously means auto-detect.
3265         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
3266         Use shell-quote-argument to build grep-find-command and
3267         grep-find-template.
3268         (rgrep): Use shell-quote-argument to properly quote arguments to find.
3269         Reported by Tom Seddon.
3271 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
3273         * startup.el (fancy-splash-head): Give instructions for dismissing
3274         the splash screen for default startup too.
3275         (display-startup-echo-area-message, fancy-splash-screens)
3276         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
3277         all splash text at once and keep the splash buffer around.
3278         (command-line-1): Give display-startup-echo-area-message a t arg.
3280 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
3282         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
3283         gnus frame is selected.
3285 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
3287         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
3289 2006-08-22  Kim F. Storm  <storm@cua.dk>
3291         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
3292         Add suffix matching for subdirs.
3294 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
3296         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
3297         mouse-yank-at-point is non-nil.
3299 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
3301         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
3302         a bit wider and remove fringes to fit initial output on line.
3304 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3306         * frame.el (blink-cursor-end): Only ignore the error we care about.
3307         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
3309 2006-08-21  Richard Stallman  <rms@gnu.org>
3311         * whitespace.el (whitespace-cleanup): Doc fix.
3313 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
3315         * net/rcirc.el (rcirc-show-maximum-output): New var.
3316         (rcirc-buffer-process): If no buffer argument is supplied, use
3317         current-buffer.
3318         (rcirc-complete-nick): Complete to the last completed nick first.
3319         (rcirc-mode): Preserve the value of `rcirc-urls' across
3320         connections.  Setup scroll function.
3321         (rcirc-scroll-to-bottom): New function.
3322         (rcirc-print): Use nick syntax around regexp work.
3323         Notice dim-nicks speaking only if they say our nick.
3324         (rcirc-update-activity-string): Do not show the modeline indicator
3325         if there are no live rcirc processes.
3326         (rcirc-cmd-ignore): Ignore case.
3327         (rcirc-browse-url-at-point): Fix off-by-one error.
3329 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3331         * progmodes/python.el: Remove * in defcustom docstrings.
3332         (run-python, python-proc, python-try-complete): Use derived-mode-p.
3333         (python-mode): Set tab-width and indent-tabs-mode.
3335 2006-08-20  Dave Love  <fx@gnu.org>
3337         * progmodes/python.el: Update to Dave Love's latest version.
3338         (python-font-lock-keywords, python-mode): Don't use
3339         font-lock-syntax-table, but match symbol elements explicitly instead.
3340         (python-mode-map): Add help, and a few more key bindings.
3341         (python-skip-comments/blanks): Move out of comments as well.
3342         (python-continuation-line-p): Behave better with unbalanced parens.
3343         (python-blank-line-p): New fun.
3344         (python-open-block-statement-p): Don't use a heuristic.
3345         (python-outdent-p): Better handle blocks-in-the-same-line.
3346         (python-calculate-indentation): Misc improvements.
3347         (python-comment-indent): Remove.
3348         (python-block-pairs): New var.
3349         (python-first-word): New fun.
3350         (python-indentation-levels): Handle more common cases.
3351         (python-indent-line-1): Add `leave' argument.
3352         (python-indent-region): New fun.
3353         (python-skip-out): New fun.
3354         (python-beginning-of-statement, python-end-of-statement): Use it.
3355         (python-next-statement): Return correct count even at eob.
3356         (python-end-of-block): Fix paren-typo.
3357         (python-imenu-create-index): Add module variables.
3358         (run-python): Add `new' arg.
3359         Check we're at a prompt before returning.
3360         (python-send-command): Move to end of buffer.
3361         Wait for prompt to return.
3362         (python-set-proc): New fun.
3363         (python-imports): New var.
3364         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
3365         (python-eldoc-function): Try to move out of arg list.
3366         (python-outline-level): Offset by 1.
3367         (python-find-imports): New fun.
3368         (python-symbol-completions): Use python-imports.
3369         (python-module-path, ffap-alist): Add support for ffap.
3370         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
3371         (python-insert-*, python-default-template, python-expand-template):
3372         Add templates/skeletons.
3373         (python-setup-brm): Support for Bicycle Repair Man.
3374         (python-abbrev-syntax-table): New var.
3375         (python-abbrev-pc-hook, python-pea-hook): New funs.
3377 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
3379         * frame.el (blink-cursor-start): Set timer first.
3380         (blink-cursor-end): Ignore timer cancelling errors.
3381         Suggested by Ken Manheimer.
3383 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
3385         * newcomment.el (comment-box): Call `comment-normalize-vars'.
3386         Add autoload cookie.
3388 2006-08-20  Richard Stallman  <rms@gnu.org>
3390         * simple.el (line-number-at-pos): Doc fix.
3392         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
3393         timer-activate-when-idle, so timer can run before Emacs becomes
3394         non-idle again.
3396 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
3398         * whitespace.el (whitespace-cleanup-internal): New optional arg
3399         REGION-ONLY.  If it's non-nil, modify the message to the user
3400         accordingly.
3401         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
3402         a non-nil argument.
3404 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
3406         * rect.el (spaces-string): Simplify and add doc string.
3408 2006-08-17  Romain Francoise  <romain@orebokech.com>
3410         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
3412 2006-08-17  Richard Stallman  <rms@gnu.org>
3414         * compare-w.el (compare-windows): lambda's take an arg and pass
3415         it to compare-windows-skip-whitespace.
3417 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
3419         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
3420         the right buffer.
3422 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
3425         removed files.
3427 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
3429         * progmodes/gdb-ui.el (gdb-locals-watch-map)
3430         (gdb-locals-watch-map-1): Suppress keymap first.
3431         (gdb-edit-locals-map-1): New variable.
3432         (gdb-edit-locals-value): New function.
3433         (gdb-stack-list-locals-handler): Use them.
3435 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3437         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
3438         cursor would normally be drawn in the fringe.
3440         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
3441         Reported by Martin Rudalics <rudalics@gmx.at>.
3443 2006-08-16  Richard Stallman  <rms@gnu.org>
3445         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
3446         (special-event-map): Process drag-n-drop events this way.
3448         * simple.el (move-beginning-of-line): Test whether fields
3449         would prevent motion back to line's first visible character.
3450         If so, stop where the fields would stop the motion.
3452         * newcomment.el (comment-indent): Fully update INDENT
3453         before checking to see if it will change the text.
3455         * cus-edit.el (custom-newline): New function.
3456         (custom-mode-map): Bind newline to custom-newline.
3458         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
3459         into ignore-whitespace.
3460         Check each buffer for its skip-function.
3461         Handle compare-windows-skip-whitespace special-case test
3462         by returning t from default skip function.
3464 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
3466         * textmodes/org.el (org-clock-special-range)
3467         (org-clock-update-time-maybe): New functions.
3468         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
3469         not only a-z.
3470         (org-agenda-get-blocks): Allow multiple blocks per headline.
3471         (org-timestamp-change): Call `org-clock-update-time-maybe'.
3472         (org-export-html-title-format)
3473         (org-export-html-toplevel-hlevel): New options.
3474         (org-export-language-setup): Add support for Czech.
3475         (org-mode, org-insert-todo-heading, org-find-visible)
3476         (org-find-invisible, org-invisible-p, org-invisible-p2)
3477         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
3478         (org-show-subtree, org-show-entry, org-make-options-regexp):
3479         Remove compatibility support for old outline-mode.
3480         (org-check-occur-regexp): Funtion removed.
3481         (org-on-heading-p, org-back-to-heading): Made defalias.
3482         (org-set-local): New defsubst.
3483         (org-set-regexps-and-options, org-mode)
3484         (org-set-font-lock-defaults, org-edit-agenda-file-list)
3485         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
3486         (org-remember-apply-template, org-table-edit-field)
3487         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
3488         (org-set-autofill-regexps): Use `org-set-local'.
3489         (org-table-eval-formula): Fix bug with parsing of display flags.
3491 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
3493         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
3494         frame with fringe arrow.  Suggested by Simon Marshall
3495         <simon.marshall@misys.com>.
3496         (gdb-stack-position): New variable.
3497         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
3498         (gdb-frames-mode): Set gdb-stack-position to nil.
3499         Add to overlay-arrow-variable-list
3500         (gdb-reset): Delete gdb-stack-position from above list.
3502 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3504         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
3505         read only.
3507 2006-08-13  Romain Francoise  <romain@orebokech.com>
3509         * cus-theme.el (customize-create-theme)
3510         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
3512         * filesets.el (filesets-add-buffer): Ditto.
3514         * pcvs.el (cvs-change-cvsroot): Ditto.
3516 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
3518         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
3519         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
3520         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
3521         expressions.
3522         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
3523         Only search till end of line.
3524         Add face to function names in case of no filename.
3525         Add face to variable names of watchpoints.
3527 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
3529         * cus-start.el <indent-tabs-mode>: Move to the `indent'
3530         customization group.
3532 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
3534         * allout.el (allout-prior-bindings, allout-added-bindings):
3535         Remove, after long deprecation.
3536         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
3537         Add customization vars controlling allout-beginning-of-line and
3538         allout-end-of-line conveniences.
3539         (allout-header-prefix, allout-use-mode-specific-leader)
3540         (allout-use-mode-specific-leader, allout-mode-leaders):
3541         Revise docstrings.
3542         (allout-infer-header-lead): Change to be an alias for
3543         allout-infer-header-lead-and-primary-bullet.
3544         (allout-infer-header-lead-and-primary-bullet): New version of
3545         allout-infer-header-lead which assigns the primary bullet to the
3546         same as the header lead, when its being changed.
3547         (allout-infer-body-reindent): Apply regexp-quote instead of
3548         unconditionally prepending "\\", so that all literal
3549         allout-header-prefix and allout-primary-bullet strings are
3550         properly handled.
3551         (allout-add-resumptions): Add optional qualifier for extending or
3552         appending to existing values, rather than replacing them.
3553         (allout-view-change-hook): Clarify docstring.
3554         (allout-exposure-change-hook): Take explicit arguments, via
3555         run-hook-with-args.
3556         (allout-structure-added-hook)
3557         (allout-structure-deleted-hook)
3558         (allout-structure-shifted-hook): New hooks analogous to
3559         allout-exposure-change-hook for other kinds of structural outline
3560         edits.
3561         (allout-encryption-plaintext-sanitization-regexps): New encryption
3562         customization variable, by which cooperating modes can provde
3563         massage of the plaintext without actually being passed it.
3564         (allout-encryption-ciphertext-rejection-regexps)
3565         (allout-encryption-ciphertext-rejection-ceiling): New encryption
3566         customization variables, by which cooperating modes can prohibit
3567         rare but possible ciphertext patterns from fouling their
3568         operation, with actually being passed the ciphertext.
3569         (allout-mode): Run activation and deactivation hooks after the
3570         minor-mode variable has been toggled, to clarify the mode
3571         disposition.  The new encryption ciphertext rejection variable is
3572         used to ensure that the ciphertext does not contain text that
3573         would be recognized as outline structural elements by allout.
3574         Substite allout-beginning-of-line and allout-end-of-line for
3575         conventionall beginning-of-line and end-of-line bindings.
3576         If allout-old-style-prefixes is non-nil, don't nullify it on mode
3577         activation!
3578         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
3579         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
3580         (allout-chart-subtree): Implement new mode, charting only the
3581         visible items in the subtree, when new 'visible' parameter is non-nil.
3582         (allout-end-of-subtree): Properly handle the last item in the buffer.
3583         (allout-pre-command-business, allout-command-counter):
3584         Increment an advertised counter so that cooperating enhancements can
3585         track revisions of items.
3586         (allout-open-topic): Run allout-structure-added-hook with suitable
3587         arguments.
3588         (allout-shift-in): Run allout-structure-shifted-hook with suitable
3589         arguments.
3590         (allout-shift-out): Fix doubling for negative args and ensure call
3591         of allout-structure-shifted-hook by solely using allout-shift-in.
3592         (allout-kill-line, allout-kill-topic):
3593         Run allout-structure-deleted-hook with suitable arguments.
3594         (allout-yank-processing): Run allout-structure-added-hook with
3595         proper arguments.
3596         (allout-yank): Enclose activity in allout-unprotected.
3597         (allout-flag-region): Run allout-exposure-change-hook with
3598         suitable arguments, instead of making the callee infer the arguments.
3599         (allout-encrypt-string):
3600         Support allout-encryption-plaintext-sanitization-regexps,
3601         allout-encryption-ciphertext-rejection-regexps, and
3602         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
3603         en/de cryption mode in symmetric encryption failure message.
3604         (allout-obtain-passphrase): Use copy-sequence to get a distinct
3605         copy of the passphrase, and don't zero it or we'll corrupt the
3606         stashed copy.
3607         (allout-create-encryption-passphrase-verifier)
3608         (allout-verify-passphrase): Respect the new signature for
3609         allout-encrypt-string.
3610         (allout-get-configvar-values): Convenience for getting a
3611         configuration variable value and handling its absence gracefully.
3613 2006-08-11  Romain Francoise  <romain@orebokech.com>
3615         * obsolete/zone-mode.el: Delete.
3617 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3619         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
3621 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
3623         * emacs-lisp/bindat.el (bindat-ip-to-string):
3624         Use `format-network-address' if possible.
3626 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3628         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
3630 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
3632         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
3633         restore unread-command-events here.
3634         (edebug-display): Do it here, to detect sit-for interruptions.
3636 2006-08-10  Romain Francoise  <romain@orebokech.com>
3638         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
3639         (dns-mode-soa-auto-increment-serial): New user option.
3640         (dns-mode-soa-maybe-increment-serial): New function.
3641         (dns-mode): Add the latter to `write-contents-functions'.
3643         * obsolete/zone-mode.el: Move to obsolete/ from net/.
3644         Delete autoload cookies.
3646 2006-08-10  John Wiegley  <johnw@newartisans.com>
3648         * eshell/em-glob.el (eshell-glob-chars-list)
3649         (eshell-glob-translate-alist): Add support for [^g] in character globs.
3651 2006-08-10  Richard Stallman  <rms@gnu.org>
3653         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
3654         (facemenu-set-face): Doc fix.
3655         (facemenu-listed-faces): Doc fix.
3657 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
3659         * avoid.el (mouse-avoidance-animating-pointer): New var.
3660         (mouse-avoidance-nudge-mouse): Use it.
3661         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
3662         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
3663         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
3664         Don't activate if currently animating.  All callers changed.
3666 2006-08-09  John Wiegley  <johnw@newartisans.com>
3668         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
3669         variable, which causes timeclock to report elapsed time worked,
3670         instead of just work remaining.
3672 2006-08-09  Kenichi Handa  <handa@m17n.org>
3674         * international/latexenc.el (latexenc-find-file-coding-system):
3675         Fix for the case that the 2nd element of arg-list is a cons.
3677 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
3679         * info.el (Info-fontify-node): Handle preceding `in' for note
3680         reference hiding rules.
3682 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3684         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
3685         mistake a closing " for an opening one.
3687 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
3689         * term/xterm.el (terminal-init-xterm): Add more key bindings.
3691 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3693         * complete.el (PC-do-completion): Filter out completions matching
3694         completion-ignored-extensions before checking whether there are
3695         multiple completions.
3696         Don't use `list' unnecessarily when building completion tables.
3698 2006-08-06  Richard Stallman  <rms@gnu.org>
3700         * help.el (describe-mode): Make minor mode list more concise.
3702 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
3704         * bindings.el: Give mode-line-format, mode-line-modes, and
3705         mode-line-position `standard-value' properties.
3707 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
3709         * buff-menu.el (list-buffers-noselect): For Info buffers, use
3710         "(file)node" instead of the file name.
3712 2006-08-05  Richard Stallman  <rms@gnu.org>
3714         * faces.el (escape-glyph): Doc fix.
3716 2006-08-04  Kenichi Handa  <handa@m17n.org>
3718         * international/mule-diag.el (describe-font): Improve docstring
3719         and error message.  Use frame-parameter (not frame-parameters).
3721 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3723         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
3724         Correctly mark the end-of-docstring char.
3726 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
3728         * simple.el (line-move-to-column): Constrain move-to-column to
3729         current field.
3731 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3733         * font-lock.el (font-lock-beg, font-lock-end)
3734         (font-lock-extend-region-functions): New vars.
3735         (font-lock-extend-region-multiline)
3736         (font-lock-extend-region-wholelines): New functions.
3737         (font-lock-default-fontify-region): Use them.
3738         (font-lock-extend-jit-lock-region-after-change): Only round up
3739         if font-lock-default-fontify-region will do it as well.
3741         * font-lock.el (font-lock-extend-after-change-region-function):
3742         Rename from font-lock-extend-region-function.
3743         (font-lock-extend-region): Remove by inlining at call sites.
3744         (font-lock-after-change-function): Don't needlessly round up to a whole
3745         number of lines.
3746         (font-lock-extend-jit-lock-region-after-change): Be more careful about
3747         the boundary conditions and the interactions between the various ways
3748         to extend the region.
3750 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3752         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
3753         modification status when forcing the second redisplay.
3755 2006-08-03  Kim F. Storm  <storm@cua.dk>
3757         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
3759 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3761         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
3762         doesn't look like a file name.
3764         * complete.el (PC-expand-many-files): Avoid signalling an error when
3765         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
3767 2006-08-02  Andreas Schwab  <schwab@suse.de>
3769         * bindings.el (mode-line-format): Simplify reference to vc-mode.
3771 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
3773         * bindings.el (map): Make mode-line-buffer-identification-keymap
3774         before defining propertized-buffer-identification.
3776 2006-08-01  Richard Stallman  <rms@gnu.org>
3778         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
3780 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
3782         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
3783         default value.
3784         (gdb-find-source-frame): New function.
3785         (menu): Add to menu bar.
3787 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3789         * font-core.el (font-lock-extend-region-function)
3790         (font-lock-extend-region): Move to font-lock.el.
3792         * font-lock.el (font-lock-extend-region-function)
3793         (font-lock-extend-region): Move from font-core.el.  Simplify.
3795         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
3796         if needed.
3797         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
3798         (jit-lock-after-change-extend-region-functions): New hook.
3799         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
3801         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
3802         (font-lock-turn-on-thing-lock): Use it.
3804         * longlines.el (longlines-show-region): Make it work on read-only
3805         buffers as well.
3807 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
3809         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
3811 2006-07-31  Richard Stallman  <rms@gnu.org>
3813         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
3814         (vhdl-speedbar-display-projects): Update old obsolete
3815         speedbar variable names.
3817 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
3819         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
3820         (gdb-stopped): Use it.
3822         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
3824 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
3826         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
3827         for load-history elements.
3829 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
3831         * files.el (convert-standard-filename): For Cygwin, replace
3832         characters not allowed in Windows file names.
3833         (make-auto-save-file-name): Add Cygwin to the list of systems
3834         where the auto-save file name needs to be run through
3835         convert-standard-filename.
3837 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3839         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
3841 2006-07-28  Richard Stallman  <rms@gnu.org>
3843         * bindings.el (mode-line-frame-identification)
3844         (propertized-buffer-identification): Centralize the code
3845         to initialize the variable.
3847         * progmodes/grep.el (grep-default-command): Catch errors from
3848         wildcard-to-regexp.
3850 2006-07-29  Kim F. Storm  <storm@cua.dk>
3852         * progmodes/grep.el (grep-tag-default): New function.
3853         (grep-default-command, grep-read-regexp): Use it.
3854         (grep-read-files): Use car of grep-files-history or grep-files-aliases
3855         as default if nothing else applies.
3857 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
3859         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3860         Throw error if buffer is not in Dired and Wdired mode, respectively.
3862 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
3864         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
3865         self-insert-command keys don't activate buttons.
3866         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
3868 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
3870         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
3871         faces for enable character.
3873 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
3875         * Makefile.in (recompile): Update comment to reflect change
3876         on 2004-04-21.
3878 2006-07-27  Richard Stallman  <rms@gnu.org>
3880         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
3881         (customize-package-emacs-version): Change msg when pkg has no entry.
3882         (custom-no-edit): On a button, do like widget-button-press.
3884 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3886         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
3887         S-tab and C-S-tab.
3889 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
3891         * progmodes/which-func.el (which-function): Fix documentation/
3892         comment typo.
3894 2006-07-26  Richard Stallman  <rms@gnu.org>
3896         * textmodes/ispell.el (ispell-word): If we replace the word,
3897         move point to the end.  Insert before deleting.
3899 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
3901         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
3902         a timer.
3904 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
3906         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
3907         when at first image.
3908         (tumme-forward-image): Add prefix argument.  Add error when at last
3909         image.
3911 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3913         * tabify.el (tabify-regexp): Use more specific regexps.
3914         (tabify): Avoid modifying the buffer unnecessarily.
3916 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
3918         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
3919         (tumme-format-properties-string): Handle empty `buf'.
3920         (tumme-get-comment): Change variable names inside `let'.
3921         Add missing `let' variable that cause font-lock problems.
3922         (tumme-write-comments): Change variable names inside `let'.
3923         Add missing `let' variable that cause font-lock problems.
3924         (tumme-forward-image): Rename from `tumme-forward-char'.
3925         (tumme-backward-image): Rename from `tumme-backward-char'.
3927 2006-07-25  Masatake YAMATO  <jet@gyve.org>
3929         * progmodes/ld-script.el (ld-script-keywords)
3930         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
3931         and add comments.
3933 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
3935         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
3936         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
3937         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
3938         for status indicator.
3940 2006-07-24  Richard Stallman  <rms@gnu.org>
3942         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
3944         * subr.el (dolist, dotimes): Use interned symbols for locals.
3945         (--dotimes-limit--, --dolist-tail--): New defvars.
3946         (looking-back): Doc fix.
3948         * replace.el (replace-match-string-symbols): Handle dotted lists.
3950 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
3952         * tumme.el (tumme-write-tags): Add.
3953         (tumme-write-comments): Add.
3954         (tumme-tag-files): Change to use `tumme-write-tags'.
3955         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
3956         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
3957         (tumme-save-information-from-widgets): Change to use
3958         `tumme-write-comments' and `tumme-write-tags'.
3959         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
3960         (tumme-write-tag): Remove.
3961         (tumme-write-comment): Remove.
3962         (tumme-display-previous-thumbnail-original): Remove empty line.
3963         (tumme-widget-list): Add punctuation.
3965 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
3967         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
3969 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
3971         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3972         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
3973         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
3975 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
3977         * mouse.el (mouse-on-link-p): Doc fix.
3979 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
3981         * emacs-lisp/find-func.el (find-function-search-for-symbol):
3982         Handle "C-h f `".
3984 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3986         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
3987         column.
3989 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
3991         * textmodes/table.el: Add move-beginning-of-line and
3992         move-end-of-line to Point Motion Only Group.
3994 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
3996         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
3998 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4000         * startup.el (user-mail-address): Initialize from the `EMAIL'
4001         environment variable first.  Document this.
4002         (command-line): Ditto.
4004 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
4006         * help-mode.el (help-function-def, help-variable-def)
4007         (help-face-def): Print a message in the minibuffer.
4009 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4011         * term/xterm.el (terminal-init-xterm): Fix key bindings
4012         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
4014 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
4016         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
4017         where `(nth 1 command)' is a cons cell.  Doc fix.
4019         * textmodes/po.el (po-find-charset): Doc fix.
4021 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
4023         * allout.el (allout-unprotected, allout-e-o-prefix-p)
4024         (allout-beginning-of-current-line, allout-end-of-current-line)
4025         (allout-next-visible-heading, allout-open-topic)
4026         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
4027         (allout-flag-current-subtree, allout-show-to-offshoot)
4028         (allout-hide-current-entry, allout-show-current-branches)
4029         (allout-hide-region-body, allout-old-expose-topic)
4030         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
4031         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
4032         containing `beginning-of-line' and `end-of-line' with
4033         `inhibit-field-text-motion' t.
4035 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
4037         * frame.el (focus-follows-mouse): Document that it doesn't have
4038         any effect on MS-Windows.
4040 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4042         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
4044 2006-07-20  Jay Belanger  <belanger@truman.edu>
4046         * calc.el (calc-previous-alg-entry):  Remove variable.
4048         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
4049         New variables.
4050         (calc-alg-entry): Use `calc-alg-entry-history'.
4051         (calc-do-quick-calc): Use `calc-quick-calc-history'.
4052         Remove reference to `calc-previous-alg-entry'.
4053         (calcAlg-edit, calcAlg-enter): Remove reference to
4054         `calc-previous-alg-entry'.
4055         (calcAlg-previous): Use `previous-history-element' instead of
4056         `calc-previous-alg-entry'.
4057         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
4058         Change keybinding for `calcAlg-plus-minus', add keybindings for
4059         `previous-history-element' and `next-history-element'.
4061         * calc-rewr.el (calc-match): Remove reference to
4062         `calc-previous-alg-entry'.
4064         * calc-sel.el (calc-selection-history): New variable.
4065         (calc-enter-selection, calc-sel-mult-both-sides)
4066         (calc-sel-add-both-sides): Use `calc-selection-history'.
4068         * calc-map.el (calc-get-operator-history): New variable.
4069         (calc-get-operator): Use `calc-get-operator-history'.
4071         * calcalg3.el (calc-curve-fit-history): New variable.
4072         (calc-curve-fit): Use `calc-curve-fit-history'.
4074 2006-07-20  Kenichi Handa  <handa@m17n.org>
4076         * international/mule-cmds.el (select-safe-coding-system): Fix the
4077         way of deciding eol-type of the coding system.
4079 2006-07-20  Alan Mackenzie  <acm@muc.de>
4081         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
4082         (c-lang-setvar): New macro.
4083         (c-make-init-lang-vars-fun): Use the initialization forms in
4084         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
4085         (comment-start, comment-end, comment-start-skip): Change these from
4086         c-lang-defvar's to c-lang-setvar's.
4088         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
4089         which calls make-local-variable on the elements of
4090         c-emacs-variable-inits.
4091         (c-init-language-vars-for): Call this new macro.
4093 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4095         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4096         Try to rule out false positives due to time stamps.
4097         (compilation-mode-font-lock-keywords): Remove rules made redundant
4098         because of the above change.  Add `segmentation fault' to the known and
4099         highlighted compilation termination messages.
4101 2006-07-19  Kim F. Storm  <storm@cua.dk>
4103         * progmodes/grep.el (grep-find-ignored-directories):
4104         Add .svn and _darcs to list.
4106 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
4108         * dired.el (dired-mode-map): Add key binding `C-te' for
4109         `tumme-dired-edit-comment-and-tags'.
4111         * tumme.el (tumme-display-thumbnail-original-image): Make sure
4112         image display buffer is displayed before call to
4113         `tumme-display-image.
4114         (tumme-dired-display-image): Make sure image display buffer is
4115         displayed before call to `tumme-display-image.
4116         (tumme-mouse-display-image): Make sure image display buffer is
4117         displayed before call to `tumme-display-image.
4118         (tumme-widget-list): Add.
4119         (tumme-dired-edit-comment-and-tags): Add.
4120         (tumme-save-information-from-widgets): Add.
4122 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4124         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
4126 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4128         * progmodes/sh-script.el (sh-font-lock-keywords-1):
4129         Revert inadvertently installed patch hunk.
4131         * progmodes/compile.el (compilation-find-file): Handle the
4132         cases where the user selects a non-existent file.
4134 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
4138 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
4140         * subr.el (sit-for): Just sleep-for if noninteractive.
4142 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4144         * emacs-lisp/autoload.el (make-autoload): Use new arg.
4146         * custom.el (custom-autoload): Add `noset' argument.
4147         (custom-push-theme): Don't autoload the variable, let callers do it.
4148         (custom-theme-set-variables): Autoload the variable if necessary.
4150         * cus-edit.el (custom-variable-state-set): If the variable was
4151         originally set outside custom, but to the same value as the default,
4152         consider it to be standard.
4154         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
4155         file *before* telling Emacs to add the autoloads, in case it fails.
4157         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
4158         Use `cond', push', and `dolist'.
4160 2006-07-17  Richard Stallman  <rms@gnu.org>
4162         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
4163         Add defvars to silence warnings.
4165 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
4167         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4168         Don't highlight "Compiling file" messages as error.
4170         * dired-aux.el (dired-compress-file): Confirm again if gzipped
4171         file already exists.
4173 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
4175         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
4176         entry, don't assign to free var; simply return the extracted filename.
4177         (ff-treat-as-special): Incorporate common preamble from callers.
4178         (ff-other-file-name, ff-find-the-other-file):
4179         Update call to ff-treat-as-special.
4181         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
4183 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
4185         * tumme.el (tumme-get-comment): Fix bug.
4187 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4189         * files.el: Remove spurious * in docstrings.
4191 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
4193         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
4194         grammar.
4195         (allout-beginning-of-current-line): Beware beginning of buffer.
4196         Also, a comment is simplified.
4197         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
4198         when appropriate.  (This fix enables use for other than
4199         bullet-hotspot operation.)
4200         (allout-hide-current-subtree): While escalating to sibling-close,
4201         make sure to situate on a topic.
4203 2006-07-14  Kim F. Storm  <storm@cua.dk>
4205         * emulation/cua-base.el (cua-delete-selection)
4206         (cua-toggle-set-mark): New defcustoms.
4207         (cua-rectangle-modifier-key): Add `alt' modifier.
4208         (cua-replace-region): Don't delete if cua-delete-selection is nil.
4209         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
4210         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
4212         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
4214 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
4216         * allout.el: Require 'cl during byte-compilation/interactive load,
4217         for the `assert' macro.
4218         (allout-mode-deactivate-hook): New hook, run when allout mode
4219         deactivates.
4220         (allout-developer): New allout customization subgroup.
4221         (allout-run-unit-tests-on-load): New allout-developer
4222         customization variable, when true allout unit tests are run towards
4223         end of file load/eval.
4224         (allout-inhibit-auto-fill): Disable auto-fill activity even during
4225         auto-fill-mode.
4226         (allout-resumptions): Remove, to be replaced by...
4227         (allout-add-resumptions): Register variable settings to be
4228         reinstated by `allout-do-resumptions'.  The settings are made
4229         buffer-local, but the locality/globality of the suspended setting
4230         is restored on resumption.
4231         (allout-do-resumptions): Reinstate all settings suspended using
4232         `allout-add-resumptions'.
4233         (allout-test-resumptions): Unit tests (and intermediate variables)
4234         for resumptions.
4235         (allout-tests-globally-unbound, allout-tests-globally-true)
4236         (allout-tests-locally-true): Intermediate variables for
4237         resumptions unit tests.
4238         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
4239         (allout-exposure-category): Replaces 'allout-overlay-category variable.
4240         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
4241         instead of retired `allout-resumptions'.  For hook functions, use
4242         `local' parameter so hook settings are created and removed as
4243         buffer-local settings.  Revise (resumptions) setting
4244         auto-fill-function so it is set only if already active.  (The
4245         related fill-function settings are all made in either case, so
4246         that activating auto-fill-mode activity will have the custom
4247         allout-mode behaviors (hanging indent on topics, if configured for it).
4248         Remove all allout-exposure-category overlays on mode deactivation.
4249         (allout-hotspot-key-handler): New function extracted from
4250         `allout-pre-command-business', so the functionality can be used
4251         for other purposes, eg as a binding in an overlay.
4252         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
4253         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
4254         customization variable.
4255         (allout-run-unit-tests): Run the (currently quite small)
4256         repertoire of unit tests.  Called just before the provide iff user
4257         has customized `allout-run-unit-tests-on-load' non-nil.
4259 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
4261         * emacs-lisp/authors.el (authors-aliases): Update.
4263 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
4265         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
4266         gdb-source-window.  Add dedicated argument.
4267         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
4268         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
4269         (gdb-display-threads-buffer, gdb-display-memory-buffer)
4270         (gdb-display-locals-buffer): Use it.
4272         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
4273         Set gdb-source-window.
4275 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4277         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
4278         minor modes, redundant with the custom-autoload line above.
4280 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
4282         * longlines.el (longlines-post-command-function): Handle open-line too.
4284 2006-07-12  Richard Stallman  <rms@gnu.org>
4286         * progmodes/grep.el (grep-last-buffer): Doc fix.
4288         * info.el (Info-try-follow-nearest-node): Doc fix.
4290         * emacs-lisp/edebug.el (edebug-instrument-function):
4291         Err if find-function-noselect gives no position.
4293         * emacs-lisp/find-func.el (find-function-search-for-symbol):
4294         If can't find definition, return nil for position.
4295         (find-function-do-it): Handle new return value
4296         of find-definition-noselect.
4297         (find-definition-noselect, find-variable-noselect): Doc fix.
4298         (find-function-noselect): Doc fix.
4300         * help-mode.el (help-variable-def): Handle find-variable-noselect
4301         returning no position.
4302         (help-function-def): Likewise for find-function-search-for-symbol.
4303         (help-face-def): Likewise.
4305         * help-fns.el (describe-variable): Handle find-variable-noselect
4306         returning no position.
4308         * files.el (locate-file-completion): Avoid duplicates in result.
4310         * cus-edit.el (custom-no-edit): New command.
4311         (custom-mode-map): Remap to custom-no-edit instead of
4312         using suppress-keymap.
4314 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
4316         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4317         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4318         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
4320         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
4322 2006-07-11  Kim F. Storm  <storm@cua.dk>
4324         * ido.el (ido-copy-current-file-name): Use buffer-name if
4325         buffer-file-name is nil.
4327 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
4329         * simple.el (undo-ask-before-discard): Set to nil.
4331         * vc.el (vc-exec-after): Don't delete process manually.
4332         (vc-print-log): Run log-view-mode in process sentinel inside
4333         inhibit-read-only.  Don't shrink window due to timing issues.
4335         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
4336         Avoid using with-output-to-temp-buffer, which clobbers local vars.
4338 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4340         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4341         Fix ambiguity introduced by last change.
4342         (compilation-find-file): Move save-excursion to where it may
4343         make sense.  Fix a left over `find-file'.
4345 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
4347         * textmodes/texinfmt.el (texinfo-format-separate-node):
4348         Insert a string before point, which fits documentation, not after.
4349         (texinfo-multitable-item): In a multitable row, insert any
4350         additional needed @tabs and spaces.
4352 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
4354         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4355         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4356         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
4357         instead of shell-command.
4358         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
4359         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
4360         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
4361         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
4362         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
4363         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
4365 2006-07-11  Kim F. Storm  <storm@cua.dk>
4367         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
4368         Remove special case for seconds < 0.  Use (redisplay t) instead.
4370 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
4372         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
4373         avoid compilation error.
4375         * subr.el (sit-for): New function.
4377         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
4379 2006-07-10  Richard Stallman  <rms@gnu.org>
4381         * ldefs-boot.el (edebug): Update page.
4383 2006-07-10  Kim F. Storm  <storm@cua.dk>
4385         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
4386         to FOR-RELEASE and TODO.
4388 2006-07-10  Romain Francoise  <romain@orebokech.com>
4390         * emacs-lisp/authors.el (authors-aliases): Update.
4392 2006-07-10  Alan Mackenzie  <acm@muc.de>
4394         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
4395         * cc-mode.el: Changes to eradicate eval-after-load.
4397 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
4399         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
4400         on non-char events.
4402 2006-07-09  Romain Francoise  <romain@orebokech.com>
4404         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4405         Don't highlight start/end markers as compilation messages.
4407         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
4408         to t.
4410 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4412         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
4414 2006-07-08  Richard Stallman  <rms@gnu.org>
4416         * term/x-win.el (x-handle-display): Add doc string.
4418         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4420         * subr.el (def-edebug-spec): Move here.
4421         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
4423         * imenu.el (imenu-choose-buffer-index): Doc fix.
4425 2006-07-08  Romain Francoise  <romain@orebokech.com>
4427         * term/x-win.el (x-display-name): Fix typo.
4429 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
4431         * hexl.el (hexl-find-file): Doc fix.
4433         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4435 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
4437         * term/x-win.el (x-display-name): Doc fix.
4439 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4441         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
4442         long prefixes.
4443         (fill-region-as-paragraph): Don't round up to a whole line.
4444         (fill-comment-paragraph): Don't include the code-before-the-comment
4445         when calling fill-region-as-paragraph.
4447         * international/mule.el (make-char): Remove redundancy.
4449         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
4450         property may contain an anonymous function rather than a symbol.
4452         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
4454         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4455         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
4457         * dirtrack.el (dirtrack-default-directory-function): Remove.
4458         (dirtrack-directory-function): Use file-name-as-directory.
4459         (dirtrack-windows-directory-function): Simplify.
4460         (dirtrack-forward-slash, dirtrack-backward-slash)
4461         (dirtrack-replace-slash): Remove.
4462         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
4463         (dirtrack): Fix wrong parenthesizing; use match-string.
4465         * progmodes/octave-inf.el: Remove spurious * in docstrings.
4466         (inferior-octave-mode): Only change the buffer-local value of
4467         comint-dynamic-complete-functions.
4468         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
4469         Move the initialization to the declaration.
4470         (inferior-octave-complete): Remove unused var `filter'.
4472         * shell.el (shell-mode): Only change the buffer-local value of
4473         comint-dynamic-complete-functions.
4475 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
4477         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
4478         entry is skipped because it has been scheduled.
4479         (org-prepare-agenda-buffers): Don't mark buffers as modified when
4480         changing `:org-archived' and `:org-comment' properties.
4482 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
4484         * server.el (server-select-display): Don't make the temp frame
4485         minibuffer-only, in case it's not a temp frame.
4486         (server-process-filter): Don't delete the temp frame if it's the
4487         only one we have on that display.
4489         * files.el (find-alternate-file): Doc fix.
4491 2006-07-05  Richard Stallman  <rms@gnu.org>
4493         * files.el (abbreviate-file-name): Add save-match-data.
4495 2006-07-03  Richard Stallman  <rms@gnu.org>
4497         * faces.el (read-face-name): Doc fix.
4499 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
4501         * net/goto-addr.el (goto-address): Mark as safe for local evals.
4503 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
4505         * vc.el (vc-diff-internal): Fix prev change.
4507 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
4509         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
4510         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
4512 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4514         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
4515         fails if the symbol contains chars like ( or '.
4516         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
4517         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
4518         `short'.
4520 2006-07-04  Kenichi Handa  <handa@m17n.org>
4522         * international/mule-cmds.el (set-language-info): If LANG-ENV is
4523         the current one, don't call set-language-environment, but call one
4524         of set-language-environment-XXX to make INFO effective now.
4525         (set-language-environment): Call set-language-environment-XXX
4526         functions instead of doing the various setups directly.
4527         (set-language-environment-coding-systems): Delete argument eol-type.
4528         (set-language-environment-input-method)
4529         (set-language-environment-nonascii-translation)
4530         (set-language-environment-charset)
4531         (set-language-environment-fontset)
4532         (set-language-environment-unibyte): New functions.
4534 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
4536         * locate.el (locate-update-when-revert): New option.
4537         (locate-update-path): New option (suggested by Michael Albinus).
4538         (locate-prompt-for-command): Whitespace change.
4539         (locate-update): No longer offer to update the locate database by
4540         default.  Implement the two new options.
4542 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
4544         * tooltip.el: Move comment about track-mouse...
4546         * progmodes/gud.el: ...to here.
4548 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
4550         * facemenu.el (facemenu-listed-faces): New var.
4551         (facemenu-unlisted-faces): Variable deleted.
4552         (facemenu-add-new-face): Use facemenu-listed-faces.
4554         * emulation/viper-init.el, calendar/calendar.el:
4555         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
4557 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
4559         * textmodes/org.el (org-mode): Remove no invalid settings for
4560         calc embedded mode.
4561         (org-mode-p): New defsubst.
4562         (org-save-all-org-buffers): New function.
4563         (org-first-headline-recenter): Enclose outline-regexp in group
4564         delimiters.
4565         (org-set-tags): Keep single space after stars.
4567 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4569         * window.el (set-window-text-height): Only set window-min-height to
4570         1 if that's the requested size.
4572         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
4573         (diff-unified->context, diff-context->unified)
4574         (diff-reverse-direction): Make sure the end marker stays at the end.
4575         (diff-mode): Add the keymap table at the end of docstring.
4576         Use lexical-let rather than constructing a closure manually.
4578         * files.el (find-file-noselect-1): Remove unused var assignment.
4579         (hack-local-variables-confirm): Print lists of strings as lists of
4580         strings rather than lists of symbols.
4581         (abbreviate-file-name, hack-local-variables-prop-line):
4582         Use match-string.
4583         (hack-one-local-variable): Move `make-local-variable' nearer its use.
4584         (recover-session-finish): Use line-end-position.
4586 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
4588         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
4590 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
4592         * progmodes/make-mode.el (makefile-macroassign-regex):
4593         Accept preceding keyword.
4594         (makefile-gmake-statements): Reorganize, now that makepp has
4595         "override" and also handle forgotten "override define".
4596         (makefile-makepp-statements): Add new "global", "override export"
4597         and "override global".
4599 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
4601         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
4602         (ada-compile-mouse-goto-error, ada-deactivate-properties)
4603         (ada-no-auto-case): Fix typos in docstrings.
4605 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
4607         * info.el (Info-find-node-2): Search for makeinfo version more
4608         carefully.
4610 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
4612         * textmodes/org.el (org-prepare-agenda-buffers):
4613         Use `invisible-OK' argument for `org-end-of-subtree'.
4614         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
4615         (org-beginning-of-item): Fix bug in regular expression for white line.
4616         (org-export-as-html): Enforce space after bullet in plain list items.
4617         (org-set-autofill-regexps): Require space after plain list bullet
4618         for paragraph-start.
4619         (org-ts-regexp3): New constant.
4620         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
4621         (org-timestamp-up-day, org-timestamp-down-day)
4622         (org-timestamp-change): Work with inactive timestamps.
4623         (org-ts-regexp1): Don't allow brackets in time stamps.
4625 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
4627         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
4628         for ignoring links.
4630         * faces.el (read-face-name): Use it.
4632 2006-06-28  Juri Linkov  <juri@jurta.org>
4634         * buff-menu.el (list-buffers-noselect): Compare Info file
4635         with the string "dir" to detect Info directory.
4637         * complete.el (partial-completion-mode): In lambda for
4638         `choose-completion-string-functions' use full function signature
4639         with 4 args, and move point to the end of the minibuffer only if arg
4640         `mini-p' is non-nil.
4642 2006-06-28  John Paul Wallington  <jpw@pobox.com>
4644         * ibuffer.el (ibuffer-mode): Doc fix.
4646 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
4648         * textmodes/org.el (org-context): New contexts :item-bullet,
4649         :latex-fragment, :latex-preview.
4650         (org-overlays-at, org-overlay-start, org-overlay-end):
4651         New compatibility functions.
4652         (org-inside-LaTeX-fragment-p): More accurate matching, using the
4653         exact regexp that will be used during export.
4654         (org-latex-regexps): New variable.
4655         (org-cdlatex-mode): Improve advice for `texmathp'.
4656         (turn-on-org-cdlatex): New function.
4658 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4660         * term/mac-win.el (mac-handle-font-selection): Change keys of
4661         mac-atsu-font-table from strings to numbers.
4662         (mac-ts-caret-position): Use also when cursor-type is nil.
4663         (mac-ts-update-active-input-area): Add Mac OS Classic support.
4664         Relax condition for using overlay strings.
4665         Use mac-ts-caret-position face when cursor-type is nil.
4667 2006-06-26  Kim F. Storm  <storm@cua.dk>
4669         * help.el (view-emacs-news): Declare `res' in the right let* form.
4671 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
4673         * net/rcompile.el (remote-compile): Replace ange-ftp based
4674         implementation by Tramp functions.
4675         Suggested by Marc Abramowitz <msabramo@gmail.com>.
4677         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
4679 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
4681         * international/fontset.el (setup-default-fontset): Fix a typo in
4682         the "Oriya-Akruti" registry name.
4684 2006-06-23  Lars Hansen  <larsh@soem.dk>
4686         * desktop.el (desktop-full-file-name): New function.
4687         (desktop-kill, desktop-save, desktop-remove, desktop-read)
4688         (desktop-revert): Use it.
4689         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
4690         (desktop-after-read-hook): Add option list-buffers.
4691         (desktop-locals-to-save): Add tab-width.
4692         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
4693         Fix docstring.
4695 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
4697         * textmodes/org.el (org-cdlatex-mode-map)
4698         (org-cdlatex-texmathp-advice-is-done): New variables.
4699         (org-cdlatex-mode): New minor mode.
4700         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
4701         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
4702         (org-export-with-archived-trees): New option.
4703         (org-open-file): Remove the call to `convert-standard-filename'.
4704         (org-archive-tag, org-agenda-skip-archived-trees)
4705         (org-cycle-open-archived-trees)
4706         (org-sparse-tree-open-archived-trees): New options.
4707         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
4708         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
4709         New functions.
4710         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
4711         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
4712         (org-mode-map): Add binding for `org-toggle-archive-tag'.
4713         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4714         Call `org-prepare-agenda-buffers'.
4715         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
4716         (org-file-apps, org-file-apps-defaults-gnu)
4717         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
4718         Handle remote files by forcing them to be opened in Emacs.
4720 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
4722         * vc.el (vc-diff-knows-L): New variable.
4723         (vc-diff-internal): Use it to handle "diff" programs that don't
4724         understand -L.  This works automatically, no user action is necessary.
4726 2006-06-23  Daniel Brockman  <daniel@brockman.se>
4728         * net/rcirc.el (rcirc-default-user-full-name): Default to
4729         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
4730         longer exists).
4731         (rcirc-process-list): Check `buffer-live-p' before attempting to
4732         switch to a buffer.
4734 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
4736         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
4737         based on rcirc-coding-system-alist.
4739 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
4741         * cus-edit.el (customize-apropos): A better error message.
4742         (top level) <debug-ignored-errors>: Extend and update the list of
4743         ignored error messages.
4745 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
4747         * complete.el (PC-do-completion): Retain capitalization of user
4748         input, when possible, even if completion-ignore-case is set.
4750 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
4752         * generic-x.el (bat-generic-mode): Support .cmd files.
4754         * dos-w32.el (top level): Use find-file-not-found-functions
4755         instead of the obsolete find-file-not-found-hooks.
4757 2006-06-22  Kim F. Storm  <storm@cua.dk>
4759         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
4760         to recognize mode name containing submodes, such as Grep/lw.
4762 2006-06-21  Kim F. Storm  <storm@cua.dk>
4764         * simple.el (line-move-1): Check for move-end-of-line instead of
4765         end-of-line when setting temporary-goal-column.
4767 2006-06-21  Miles Bader  <miles@gnu.org>
4769         * play/cookie1.el (cookie): Work properly when there's only one entry.
4771 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
4773         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
4774         (gdb-frame-handler): Generalize frame regexp for templates.
4776 2006-06-20  Glenn Morris  <rgm@gnu.org>
4778         * calendar/appt.el (appt-display-format): Default value must be
4779         one of the customize options.
4781 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
4783         * term/xterm.el (terminal-init-xterm): Update key availability info.
4784         Bind C-return.
4786         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
4788 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
4790         * files.el (hack-local-variables): Run `hack-local-variables-hook'
4791         whether or not a local variables list is defined.
4793         * msb.el (msb): Move `sit-for' hack here to handle both
4794         "mouse-down and drag" and "mouse-up and select" situations.
4795         (mouse-select-buffer): Move `sit-for' hack to `msb'.
4797 2006-06-20  Kenichi Handa  <handa@m17n.org>
4799         * international/characters.el (word-combining-categories):
4800         Add entries for 2-byte Han characters.
4802 2006-06-19  Richard Stallman  <rms@gnu.org>
4804         * bindings.el (mode-line-format): Save some mode line space.
4806         * files.el (find-file-noselect): Improve the question wording.
4807         (basic-save-buffer-2): Mask UMASK against 666.
4809         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
4810         (mouse-drag-vertical-line): Call it.
4812         * cus-edit.el (customize-option, customize-option-other-window):
4813         Error if SYMBOL is nil.
4815 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
4817         * textmodes/org.el: Require noutline, also on XEmacs.
4818         (org-end-of-subtree): Return point.
4819         (org-dblock-start-re, org-dblock-end-re): New constants.
4820         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
4821         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
4822         (org-update-all-dblocks, org-find-dblock): New functions.
4823         (org-collect-clock-time-entries): New function.
4824         (org-html-handle-time-stamps): Never export CLOCK timeranges.
4825         (org-fixup-indentation): Modify to deal correctly with lines
4826         starting with TAB.  Only one argument DIFF now.
4827         (org-demote, org-promote): Call `org-fixup-indentation' with just
4828         one argument, DIFF.
4829         (org-mode): Don't mark buffer as modified when aligning tables.
4830         (org-clock-sum): Don't mark buffer modified when adding time sum
4831         properties.
4832         (org-export-as-html): Add support for a link validation function.
4833         (org-archive-all-done): New function.
4834         (org-archive-subtree): New prefix argument.  When set, archive all
4835         done subtrees in this buffer.
4836         (org-remove-clock-overlays)
4837         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
4838         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
4839         (org-put-clock-overlay): Don't swallow last headline character
4840         when displaying overlay.
4841         (org-store-link): Link to `image-mode' with just the file name.
4843 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
4845         * viper-cmd.el (viper-special-read-and-insert-char):
4846         Use read-key-sequence.
4847         (viper-after-change-undo-hook): Misc enhancements.
4848         (viper-after-change-undo-hook): New hook.
4849         (viper-undo): Use viper-after-change-undo-hook.
4850         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
4851         (viper-next-line-at-bol): If point is on a widget or a button, simulate
4852         clicking on that widget/button.
4854         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
4856         * ediff-diff (ediff-test-patch-utility): Catch errors.
4857         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
4858         (ediff-set-actual-diff-options): New function.
4859         (ediff-reset-diff-options, ediff-toggle-ignore-case):
4860         Use ediff-set-actual-diff-options.
4861         (ediff-extract-diffs): Catch errors.
4862         (ediff-whitespace): Add non-breakable space.
4863         (ediff-same-file-contents): Catch errors.
4865         * ediff-mult.el (ediff-collect-custom-diffs):
4866         Save coding-system-for-read.
4868         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
4869         (ediff-vc-internal, ediff-vc-merge-internal):
4870         Use ediff-delete-version-file.
4871         (ediff-delete-version-file): New function.
4873         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
4875         * ediff.el (ediff-directories, ediff-directory-revisions)
4876         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
4877         (ediff-directories-internal, ediff-merge-directory-revisions)
4878         (ediff-merge-directory-revisions-with-ancestor)
4879         (ediff-directories3): Use read-directory-name.
4881 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
4883         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
4884         Remove superfluous part of regexp for brace matching which is handled
4885         by `scan-lists' call.
4887 2006-06-16  Richard Stallman  <rms@gnu.org>
4889         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
4891         * files.el (basic-save-buffer-2): For a new precious file,
4892         use the default modes in the return value.
4894         * facemenu.el (facemenu-color-alist): Doc fix.
4896         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
4898 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4900         * cus-start.el (all): Add mac-ts-script-language-on-focus.
4902         * term/mac-win.el (mac-text-encoding-ascii): New constant.
4903         (mac-utxt-to-string): Use it.
4904         (mac-ts-update-active-input-area): Use mac-ae-number.
4906 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
4908         * term.el (term-handle-scroll, term-delete-lines)
4909         (term-insert-lines): Fix off by one errors.
4911 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
4913         * net/tramp.el (tramp-touch): Use UTC to express time.
4915 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
4917         * mail/sendmail.el (mail-send): Search explicitly for
4918         mail-header-separator when checking for corrupted header lines.
4920 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
4922         * progmodes/gdb-ui.el (gdb-same-frame): New option.
4923         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
4924         (gdb-init-1): Initialise them.
4925         (gdb-starting): Reset gdb-printing
4926         (gdb-starting): Save value of gud-overlay-arrow-position.
4927         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
4928         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
4929         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
4930         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
4932 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4934         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
4936 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
4938         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
4939         (ldap-search-internal): Keep error messages, and a regexp fix.
4941 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
4943         * files.el (hack-local-variables-confirm):
4944         Display string value using its printed representation.
4946 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
4948         * server.el (server-edit): No-op if no server buffers exist.
4950 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
4952         * textmodes/page-ext.el (pages-directory-for-addresses):
4953         Including `pages-directory-address-mode' in the function results
4954         in the message "Buffer in which pages were found is deleted".
4956 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
4958         * textmodes/org.el (org-agenda-mode-map): Add bindings for
4959         clocking functions.
4961         (org-agenda-clock-in, org-check-running-clock)
4962         (org-clock-out-if-current, org-remove-clock-overlays)
4963         (org-put-clock-overlay): New functions.
4964         (org-clock-marker, org-clock-file-total-minutes)
4965         (org-clock-overlays): New variables.
4966         (org-clock-display, org-clock-sum, org-clock-cancel)
4967         (org-clock-out, org-clock-in): New commands.
4968         (org-export): New function.
4969         (org-emph-re): New constant.
4970         (org-set-emph-re, org-do-emphasis-faces): New functions.
4971         (org-emphasis-regexp-components, org-emphasis-alist): New options.
4972         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
4973         (org-export-html-convert-emphasize): Use the configurable emphasis.
4974         (org-cleaned-string-for-export): Make multiline emphasis visible
4975         to the exporter.  New optional argument PARAMETERS.
4976         (org-export-as-html): Specify :emph-multiline parameter to
4977         `org-cleaned-string-for-export'.
4979 2006-06-10  Richard Stallman  <rms@gnu.org>
4981         * help.el (help-for-help-internal): Clean up help text.
4983 2006-06-10  Andreas Schwab  <schwab@suse.de>
4985         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
4986         in doc string.
4988         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
4990 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
4992         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
4993         spaces after the comment start.
4995 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4997         * play/pong.el (pong-init-buffer):
4998         Fill buffer with spaces instead of ^A.
5000         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
5001         launched asynchronously, delete its process instead of being cool.
5002         (ispell-async-processp): Check for `delete-process' existence
5003         instead of `kill-process' one for consistency.
5005 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
5007         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
5008         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
5009         in mode line at startup.
5011 2006-06-08  Kim F. Storm  <storm@cua.dk>
5013         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
5014         (ido-init-completion-maps): Bind them to M-SPC and M-v.
5015         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
5016         (ido-file-internal): Pass full file name to write-file.
5017         (ido-read-internal): Only pop stack elements automatically if they
5018         actually match an existing directory or file name.
5020 2006-06-07  Kenichi Handa  <handa@m17n.org>
5022         * international/mule.el (find-auto-coding): Don't handle the short
5023         name `char-trans'.
5025         * files.el (hack-local-variables-prop-line)
5026         (hack-local-variables): Cancel the previous change.
5028 2006-06-06  Jesper Harder  <harder@phys.au.dk>
5030         * ediff-diff.el (ediff-test-utility): Protect against file-error.
5032 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
5034         * diff-mode.el (diff-mode): Set buffer-read-only to t when
5035         diff-default-read-only is non-nil.
5036         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
5037         (diff-refine-hunk): Set inhibit-read-only to t.
5039         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
5040         modifying the *Diff* buffer.
5041         (diff-process-filter): New filter function for diff process that
5042         sets inhibit-read-only to t when modifying the *Diff* buffer.
5044 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
5046         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
5047         insertion point and control the number of empty lines.
5048         (org-paste-subtree): Limit the number of empty lines at the end of
5049         the inserted tree.
5050         (org-agenda): Use buffer name of current file for narrowing.
5051         (org-export-as-xml): Command removed.
5052         (org-export-xml-type): Option removed.
5053         (org-mode-map): Call `org-export-as-xoxo' directly.
5054         (org-get-indentation): New optional argument LINE.
5055         (org-fix-indentation, org-remove-tabs): New functions.
5056         (org-export-as-ascii, org-ascii-level-start): Determine and apply
5057         correct indentation for headlines that are converted it items.
5058         (org-skip-comments): Remove table lines that contain narrowing
5059         cookies but no other non-empty fields.
5060         (org-set-tags): Allow groups of mutually exclusive tags.
5061         (org-cmp-time): Sort 24:21 before items without time.
5062         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
5063         (org-open-at-point): Require double colon also for numbers.
5065 2006-06-06  Kim F. Storm  <storm@cua.dk>
5067         * ido.el (ido-default-file-method, ido-default-buffer-method):
5068         Make choice values consistent with corresponding command names.
5069         (ido-visit-buffer): Update accordingly.  Default to selected-window.
5071 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
5073         * progmodes/gud.el (gud-running): Fix doc string.
5074         (gud-menu-map): Use :visible instead fo :enable for debugger test.
5075         (gud-tooltip-modes): Add python-mode.
5076         (gud-tooltip-print-command): Add pdb.  Remove perldb.
5078 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
5080         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
5081         Quote $(EMACS).
5083 2006-06-05  Richard Stallman  <rms@gnu.org>
5085         * faces.el (defined-colors): Doc fix.
5087 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
5089         * vc.el (vc-process-filter): Inhibit undo info collection around
5090         call to insert.
5091         (vc-setup-buffer): Likewise for call to erase-buffer.
5092         (vc-do-command): Likewise for call to process-file.
5094 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
5096         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
5097         for gud-go.
5098         (gud-common-init): Other debuggers may trigger error.
5100 2006-06-05  Kenichi Handa  <handa@m17n.org>
5102         * international/mule.el (find-auto-coding):
5103         Handle enable-character-translation in file header.
5105 2006-06-04  Kim F. Storm  <storm@cua.dk>
5107         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
5108         (authors-fixed-entries): Fix spelling.
5109         (authors-canonical-file-name): Don't report error for wildcards.
5111         * help.el (view-emacs-news): Rewrite to support new NEWS,
5112         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
5113         e.g. version 10 matches 1.10, and don't be confused by version 1.1
5114         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
5116 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
5118         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
5119         exec constructs like `foo bar`.
5120         (sh-quoted-subshell): New helper function to search for a possibly
5121         nested subshell (like `` or $()) within a "" quoted string.
5122         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
5123         (sh-apply-quoted-subshell): Flag quote characters inside a
5124         subshell, which is itself already in a quoted region, as
5125         punctuation, since this is the closest to what they actually are.
5126         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
5127         sh-apply-quoted-subshell.
5128         (sh-font-lock-syntactic-face-function): Apply the new face for
5129         text inside `` instead of the old font-lock-string-face.
5131 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5133         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
5134         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
5135         (mac-bytes-to-text-range, mac-ae-text-range-array)
5136         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
5137         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
5138         (mac-ts-unicode-for-key-event): New functions.
5139         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
5140         (mac-handle-font-selection): Use mac-ae-number.
5141         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
5142         New variables.
5143         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
5144         (mac-ts-converted-text, mac-ts-selected-converted-text)
5145         (mac-ts-block-fill-text, mac-ts-outline-text)
5146         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
5147         (mac-ts-hilite-style-faces): New constant.
5148         (mac-apple-event-map): Bind text input events.
5149         (mac-dispatch-apple-event): Use command-execute instead of
5150         call-interactively.
5151         (global-map): Don't bind mac-apple-event.
5152         (special-event-map): Bind mac-apple-event.
5154 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
5156         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
5157         file name.
5158         (emacs): Enclose the value of $(EMACS) in quotes.
5160 2006-06-02  Juri Linkov  <juri@jurta.org>
5162         * international/mule.el (sgml-html-meta-auto-coding-function):
5163         Remove the condition `(search-forward "<html" size t)'.
5164         Replace `\"' with `[\"']?' in `re-search-forward'.
5166 2006-06-02  Kenichi Handa  <handa@m17n.org>
5168         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
5169         as well as `coding'.
5170         (hack-local-variables): Likewise.
5172         * international/mule.el (enable-character-translation):
5173         Put permanent-local and safe-local-variable properties.
5174         (find-auto-coding): Handle char-trans: tag.
5176 2006-06-02  Juri Linkov  <juri@jurta.org>
5178         * international/mule.el (sgml-html-meta-auto-coding-function):
5179         Limit the search by the end of the HTML header (if any).
5181 2006-06-01  Richard Stallman  <rms@gnu.org>
5183         * subr.el (with-current-buffer): Doc fix.
5185 2006-06-02  Masatake YAMATO  <jet@gyve.org>
5187         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
5188         Almost rewrite.  Underlines over all lines of gcov output are too
5189         uncomfortable to read.  Suggested by Dan Nicolaescu.
5191 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
5193         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
5195         * shell.el (shell-mode): Use shell-mode-map in docstring.
5197         * comint.el (comint-send-input): Do not add help-echo and
5198         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
5200 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5202         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
5204 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
5206         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
5207         (gdb-stopped, gdb-info-stack-custom): If there is no source info
5208         look up the stack and pop up GUD buffer if necessary.
5209         (gdb-frames-select): Remove redundant call to gud-display-frame.
5210         (gdb-info-threads-custom): Keep point at start of buffer.
5211         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
5213 2006-05-31  Juri Linkov  <juri@jurta.org>
5215         * replace.el (query-replace-read-from, query-replace-read-to):
5216         Bind `history-add-new-input' to nil.  Call `add-to-history'.
5218 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
5220         * textmodes/table.el: Convert all HTML tags to lower case for
5221         XHTML compatibility.
5223 2006-05-31  Masatake YAMATO  <jet@gyve.org>
5225         * progmodes/compile.el:
5226         (compilation-error-regexp-alist-alist::gcov-called-line):
5227         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
5229 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
5231         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
5232         Revert inadvertent changes made with last commit.
5234 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5236         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
5237         New functions.
5239         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
5241 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
5243         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
5244         only matches in the right place.
5245         (org-upcoming-deadline): New face.
5246         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
5247         (org-export-ascii-underline): Rename constant `org-ascii-underline'
5248         and make it an option.
5249         (org-export-ascii-bullets): New option.
5250         (org-export-as-html): Many changes to emit valid XHTML.
5251         (org-par-open): New variable.
5252         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
5253         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
5254         (org-timeline): Pass `org-timeline-show-empty-dates' to
5255         `org-get-all-dates'.  Interpret empty dates returned by
5256         `org-get-all-dates'.
5257         (org-get-all-dates): New argument EMPTY.  Add dates without
5258         entries to the list, mark large ranges of empty dates.
5259         (org-point-in-group, org-context): New functions.
5261 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
5263         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
5265         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
5266         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
5267         to C-mouse-3 (for 2 button mice).
5268         (gdb-send): Do the right thing for C-d.
5270         * speedbar.el (speedbar-detach): Delete.
5271         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
5272         it breaks things.
5273         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
5275 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
5277         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
5278         Makeppfile.
5280         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5281         Add makepp diagnostic.
5283 2006-05-29  Richard Stallman  <rms@gnu.org>
5285         * window.el (fit-window-to-buffer): Doc fix.
5287         * help.el (temp-buffer-max-height): Doc fix.
5289         * subr.el (with-current-buffer): Doc fix.
5291 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5293         * term/x-win.el: Bind F10 to menu-bar-start if available.
5295 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
5297         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
5298         uses with a simple test.
5299         (term-set-escape-char, term-mode, term-check-kill-echo-list)
5300         (term-send-raw-string, term-send-raw, term-mouse-paste)
5301         (term-char-mode, term-line-mode, term-exec, term-sentinel)
5302         (term-handle-exit, term-read-input-ring)
5303         (term-previous-matching-input-string)
5304         (term-previous-matching-input-string-position)
5305         (term-previous-matching-input-from-input)
5306         (term-replace-by-expanded-history, term-send-input)
5307         (term-skip-prompt, term-bol, term-send-invisible)
5308         (term-kill-input, term-delchar-or-maybe-eof)
5309         (term-backward-matching-input, term-check-source)
5310         (term-proc-query, term-emulate-terminal)
5311         (term-handle-colors-array, term-process-pager, term-pager-line)
5312         (term-pager-bob, term-unwrap-line, term-word)
5313         (term-dynamic-complete-filename)
5314         (term-dynamic-complete-as-filename)
5315         (term-dynamic-simple-complete): Replace one arm ifs with whens or
5316         unlesses.
5318 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5320         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
5321         during bootstrapping.
5323         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
5324         Basically undo the change of 2006-05-26: use extra arguments instead of
5325         dynamic scoping.
5326         (ewoc-locate): Remove unused var `footer'.
5328 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5330         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
5332         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
5333         (generate-file-autoloads): Obey it.  Return whether autoloads were
5334         added at point or not.
5335         (update-file-autoloads): Use this new return value.
5336         Remove redundant test for the presence of an autoload cookie.
5338         * emacs-lisp/autoload.el (autoload-find-file): New fun.
5339         This one calls hack-local-variables.
5340         (generate-file-autoloads, update-file-autoloads): Use it.
5342         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
5343         (bibtex-sort-entry-class): Add safe-local-variable predicate.
5344         (bibtex-sort-entry-class-alist): Don't set the global value.
5345         (bibtex-init-sort-entry-class-alist): New fun.
5346         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
5347         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
5348         of bibtex-init-sort-entry-class.
5350 2006-05-28  Richard Stallman  <rms@gnu.org>
5352         * subr.el (load-history-regexp): If FILE is relative, insist
5353         entire last name component must match it.
5354         (load-history-filename-element, load-history-regexp): Doc fixes.
5356 2006-05-29  Kim F. Storm  <storm@cua.dk>
5358         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
5359         `pos' and `raw-data' for clarity, as eval forms may access these.
5361 2006-05-28  Kim F. Storm  <storm@cua.dk>
5363         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
5365 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5367         * progmodes/make-mode.el (makefile-browser-map)
5368         (makefile-mode-syntax-table): Move initialization inside declaration.
5369         (makefile-fill-paragraph): Use the default comment-filling code.
5371 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
5373         * replace.el (query-replace-defaults): New variable.
5374         (query-replace-read-from): Use `query-replace-defaults' for
5375         default value, instead of history list.
5376         (query-replace-read-to): Update `query-replace-defaults'.
5378 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
5380         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
5381         with no X toolkit.
5383 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
5385         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
5386         (tumme-show-all-from-dir): Add autoload.
5388 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
5390         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
5391         (tumme-remove-tag): Fix bug.
5393 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5395         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
5396         FOOTER args.  Update unique caller.
5397         (ewoc-delete): Compute last node once before looping.
5398         (ewoc--node-branch): Merge into unique caller.
5399         (ewoc--node): Don't define constructor make-ewoc--node for this
5400         structure.
5401         (ewoc): Add member `hf-pp' to this structure.
5402         (ewoc--wrap): New func.
5403         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
5404         header/footer pretty-printers.  Save header/footer pretty-printer.
5405         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
5407         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
5409 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
5411         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
5412         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
5413         Tag'.  Change "Compare directories..." to "Change Directories...".
5414         Move tumme commands to Operate, Regexp and Immediate menus.
5415         Change "Add Comment" to "Add Image Comment".  Change "Add Image
5416         Tag" to "Add Image Tags".
5418         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
5419         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
5420         `tumme-delete-tag'.
5422 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5424         * shell.el (shell-mode): Call shell-dirtrack-mode after
5425         list-buffers-directory is made a local variable, to avoid setting
5426         the default value.
5428 2006-05-26  Kevin Ryde  <user42@zip.com.au>
5430         * info.el (Info-index-next): Use where-is-internal to report
5431         actual binding of Info-index-next, rather than hard-coded `,'.
5433 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5435         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
5436         and "Find Command in Manual" to here.
5438         * buff-menu.el (list-buffers-noselect): For Info buffers, use
5439         Info-current-file as the file name.
5441 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
5443         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
5444         overrides will now be done a different way.
5445         (ses-set-parameter): Reapply this function for undo.
5446         (ses-set-header-row): Reconstruct header row during undo.
5447         (ses-widen): New function.
5448         (ses-goto-data, ses-reconstruct-all): Use new function.
5449         (ses-command-hook): Widen buffer during undo, before unupdating
5450         the cells.
5451         (ses-insert-row, ses-delete-row): Widen buffer during undo.
5452         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
5453         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
5454         formula hasn't been executed yet.
5456 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5458         * comint.el (comint-kill-whole-line): Rename arg to count.
5459         Fix doc string.
5461 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
5463         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
5464         to copy-file.
5466 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5468         * simple.el (toggle-truncate-lines): Make arg optional for
5469         backward compatibility.
5471 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
5473         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
5474         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
5475         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
5476         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
5477         (ewoc--adjust): Use ewoc--current-dll.
5478         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
5480 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
5482         * textmodes/org.el (org-next-item, org-previous-item): Emit more
5483         compact error message.
5484         (org-tags-view): Refresh category table in each file.
5485         (org-table-justify-field-maybe): Remove superfluous arguments to
5486         `format'.
5487         (org-export-as-html): Insert "<p>" before postamble.
5488         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
5490 2006-05-26  Kenichi Handa  <handa@m17n.org>
5492         * textmodes/po.el (po-find-charset): Pay attention to the case
5493         FILENAME is a cons (NAME . BUFFER).
5494         (po-find-file-coding-system-guts): Likewise.
5496         * arc-mode.el (archive-set-buffer-as-visiting-file):
5497         Call find-operation-coding-system with (FILENAME . BUFFER).
5499         * tar-mode.el (tar-extract): Call find-operation-coding-system
5500         with (FILENAME . BUFFER).
5502         * international/mule.el (decode-coding-inserted-region):
5503         Call find-operation-coding-system with (FILENAME . BUFFER).
5505 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
5507         * image-mode.el (image-toggle-display): Use buffer contents to
5508         generate image for a remote file.
5510 2006-05-25  Juri Linkov  <juri@jurta.org>
5512         * replace.el (query-replace-read-from, query-replace-read-to):
5513         Remove 8th arg KEEP-ALL in read-from-minibuffer.
5515 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
5517         * whitespace.el (whitespace-cleanup): Change to cleanup
5518         region if one is active.
5519         * whitespace.el (whitespace-cleanup-internal): New internal method.
5521 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
5523         * dired.el (dired-mode-map): Add help-echo strings to tumme
5524         commands.  Bind `tumme-dired-display-image' to C-t i.
5526         * tumme.el (tumme-display-image): Change documentation string slightly.
5527         (tumme-dired-display-image): Add call to `display-buffer'.
5529 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5531         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
5532         Signal error if RAW-DATA is a multibyte string.
5534 2006-05-24  Richard Stallman  <rms@gnu.org>
5536         * subr.el (with-local-quit): When handling `quit' signal,
5537         make a chance for quit-flag to cause a quit.
5539         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
5540         (ad-disable-advice): Add autoloads.
5542         * subr.el (read-passwd): Copy PROMPT before changing its properties.
5544 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
5546         * dired.el (dired-mode-map): Change menu items for tumme as per
5547         suggestions in emacs-devel.
5549 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
5551         * dired.el (dired-mode-map): Fix breakage.
5553 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
5555         * tumme.el (tumme-display-dired-image): Rename to...
5556         (tumme-dired-display-image): ...this.
5557         (tumme-track-movement): Change default value to t.
5558         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
5559         used from `tumme-next-line-and-display' and similar commands.
5561         * dired.el (dired-mode-map): Add Thumbnail submenu under the
5562         Immediate menu.  Add some tumme commands there.
5564 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
5566         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
5568 2006-05-24  Chong Yidong  <cyd@mit.edu>
5570         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
5571         menu entries that open submenus.
5573 2006-05-24  Alan Mackenzie  <acm@muc.de>
5575         * startup.el (command-line): For names of preloaded files, don't
5576         append ".elc" (now done in Fload), and call file-truename on the
5577         lisp directory.
5579         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
5580         match ANY loaded file with the right name, not just those in
5581         load-path.  Put a regexp matching the file name into
5582         after-load-alist, rather than the name itself.
5584         * subr.el: New functions load-history-regexp,
5585         load-history-filename-element, do-after-load-evaluation.
5587         * international/mule.el (load-with-code-conversion): Do the
5588         eval-after-load stuff by calling do-after-load-evaluation.
5590 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
5592         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
5593         has not been killed.
5595 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5597         * term/mac-win.el: Set idle timer to clean up expired Apple events.
5598         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
5599         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
5600         Optionally set error message in reply.
5602 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
5604         * textmodes/org.el (org-open-at-point): Use renamed variable
5605         `org-confirm-shell-link-function'.
5606         (org-confirm-shell-link-function): Rename from
5607         `org-confirm-shell-links'.
5608         (org-export-directory): New function.
5609         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
5610         (org-export-icalendar): Use `org-export-directory'.
5611         (org-indent-item): Keep cursor position.
5612         (org-link-file-path-type): New option.
5613         (org-export-as-html): Fix bug with plain lists starting in
5614         column 0.
5615         (org-export-as-html): Remove deadline formatting, this happens
5616         now already in `org-html-handle-time-stamps'.
5617         (org-export-html-style): Deadline class removed.
5618         (org-insert-labeled-timestamps-at-point): New option.
5619         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
5620         of `hide-sublevels 1', in case the first headline is not level 1.
5621         (org-overview, org-content): New fuction.
5622         (org-cycle-global-status, org-cycle-subtree-status): Make these
5623         variables buffer-local.
5624         (org-global-cycle): New command.
5625         (org-shifttab): Use `org-global-cycle'.
5626         (org-insert-heading, org-insert-item): Go to end of new
5627         headline/item after creating it.
5628         (org-export-visible): Rename from `org-export-copy-visible'.
5629         Now creates a temporary org-file and applies an exporting command
5630         to it.
5631         (org-table-eval-formula): Support for lisp forms.
5632         (org-agenda-todo-ignore-scheduled): New option.
5633         (org-agenda-get-todos): Use new option
5634         `org-agenda-todo-ignore-scheduled'.
5635         (org-export-html-inline-images): New value `maybe'.
5636         (org-export-as-html): Inlining of images dependent on link description.
5637         (org-archive-subtree): Check for end-of-buffer before trying
5638         `kill-line'.
5639         (org-agenda-follow-mode): New option.
5640         (org-export-with-tags, org-export-with-timestamps): New options.
5641         (org-html-handle-time-stamps): New function.
5642         (org-keyword-time-regexp): New variable.
5643         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
5644         (org-agenda-todo-list-sublevels): New option.
5645         (org-html-level-start): When TITLE is nil, just close all levels.
5646         (org-parse-key-lines, org-parse-export-options): Remove functions,
5647         replaced by `org-infile-export-plist'.
5648         (org-combine-plists, org-infile-export-plist)
5649         (org-default-export-plist): New functions.
5650         (org-export-html-preamble, org-export-html-postamble)
5651         (org-export-html-auto-preamble, org-export-html-auto-postamble):
5652         New variables.
5653         (org-export-publishing-directory): New option.
5654         (org-export-as-html, org-export-as-ascii): Use the new property
5655         lists for settings.
5656         (org-export-copy-visible, org-export-as-xoxo):
5657         Respect `org-export-publishing-directory'.
5658         (org-link-search, org-store-link, org-file-apps): Support for
5659         links to BibTeX database entries..
5660         (org-get-current-options, org-set-regexps-and-options):
5661         Implement logging as a startup option.
5662         (org-store-link): Make sure context string is never empty
5663         (org-insert-link): Use relative path when possible.
5664         (org-at-item-checklet-p): New function.
5665         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
5666         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
5667         (org-metaright, org-metaup, org-metadown, org-shiftup)
5668         (org-shiftdown, org-shiftright, org-shiftleft)
5669         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
5670         Dispatch using `call-interactively'.
5671         (org-call-with-arg): New defsubst.
5672         (org-tag-alist, org-use-fast-tag-selection): New options.
5673         (org-complete): Use `org-tag-alist'.
5674         (org-fast-tag-insert, org-fast-tag-selection): New functions.
5675         (org-next-item, org-previous-item): New commands.
5676         (org-beginning-of-item, org-end-of-item): Add (interactive) to
5677         make command.
5678         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
5680 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
5682         * emacs-lisp/ewoc.el (ewoc-delete): New function.
5683         (ewoc-filter): Use `ewoc-delete'.
5685         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
5687 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5689         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
5690         Signal more user-friendly error messages.
5692         * complete.el (PC-do-completion): Undo the addition of implicit
5693         wildcards if they did not lead to finding any match.
5694         (read-file-name-internal): Don't add the final > if the completion is
5695         not finished.
5697 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
5699         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
5700         Quote safe-local-variable predicate.
5702 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
5704         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
5706 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5708         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
5710         * progmodes/make-mode.el (makefile-special-targets-list)
5711         (makefile-macro-table, makefile-target-table): Mark as risky.
5712         (makefile-query-one-target-method): Make this the alias for the
5713         following variable.
5714         (makefile-query-one-target-method-function): Make this the real name.
5716         * textmodes/artist.el (artist-text-renderer): Make this the alias
5717         for the following variable.
5718         (artist-text-renderer-function): Make this the real name.
5720         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
5721         the alias for the following variable.
5722         (flyspell-generic-check-word-predicate): Make this the real name.
5724         * textmodes/ispell.el (ispell-format-word): Make this the alias
5725         for the following variable.
5726         (ispell-format-word-function): Make this the real name.
5727         (ispell-message-text-end): Mark as risky.
5729         * skeleton.el (skeleton-transformation, skeleton-filter)
5730         (skeleton-pair-filter): Make these the aliases for the following
5731         variables.
5732         (skeleton-transformation-function, skeleton-filter-function)
5733         (skeleton-pair-filter-function): Make these the real names.
5735         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
5736         and skeleton-pair-filter-function.
5738         * textmodes/sgml-mode.el (sgml-transformation): Make this the
5739         alias for the following variable.
5740         (sgml-transformation-function): Make this the real name.
5741         (sgml-tag-alist): Mark as risky.
5743 2006-05-21  Richard Stallman  <rms@gnu.org>
5745         * simple.el (kill-region): Interactively, pass point, then mark.
5747 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
5749         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
5751 2006-05-21  Romain Francoise  <romain@orebokech.com>
5753         * dired-x.el (dired-mode-map): Don't bind M-g.
5755 2006-05-20  Richard Stallman  <rms@gnu.org>
5757         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
5758         (dired-goto-file): Doc fix.
5760 2006-05-21  Kim F. Storm  <storm@cua.dk>
5762         * emulation/cua-base.el: Mention customizing cua-mode as alternative
5763         way to enable built-in cua-mode if user loads older CUA-mode package.
5765         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
5766         if default-filename is specified.
5768 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
5770         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
5772         * info.el (info-apropos): Make sure current-file and current-node
5773         have non-nil values.  Speed up by using add-to-list instead of
5774         manual consing.
5776 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5778         * progmodes/make-mode.el (makefile-mode): Doc fix.
5780 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
5782         * dired-aux.el (dired-do-shell-command): Doc fix.
5784 2006-05-20  Kevin Ryde  <user42@zip.com.au>
5786         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
5787         ``(custom-manual :tag "Foo" "(foo)Node")''.
5789 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
5791         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
5792         value is an integer.
5794 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
5796         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
5797         "format".
5798         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
5800 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
5802         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
5803         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
5805 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5807         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
5808         regexp for keywords.
5810 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
5812         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
5813         replace-regexp-in-string.
5815         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
5816         encode, and escape file name on conversion to URL.
5818 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5820         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
5821         Don't unescape URL.
5822         (dnd-get-local-file-name): Unescape URL on conversion to file name.
5824         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
5825         on conversion to URLs.
5827         * net/browse-url.el (browse-url-file-url): Encode file name on
5828         conversion to URL.
5830         * term/mac-win.el (mac-ae-open-documents): Escape file name on
5831         conversion to URL.
5833 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
5835         * progmodes/cc-styles.el (c-style-alist): Doc fix.
5837 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5839         * term/mac-win.el (mac-bytes-to-digits): Remove function.
5840         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
5842 2006-05-19  Glenn Morris  <rgm@gnu.org>
5844         * calendar/diary-lib.el (diary-bahai-date)
5845         (list-bahai-diary-entries, mark-bahai-diary-entries)
5846         (mark-bahai-calendar-date-pattern): Not interactive.
5847         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
5848         (diary-entries-list): Change format of 4th element in each entry.
5849         (diary-list-entries): Use add-to-diary-list.
5850         (diary-goto-entry): Handle the case where the buffer visiting the
5851         diary has been killed.
5852         (fancy-diary-display): Add 'locator to button rather than 'marker.
5853         Only generate temp-face when there are marks to apply.
5854         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
5855         (diary-fancy-date-pattern): New variable.
5856         (diary-time-regexp): Doc fix.
5857         (diary-anniversary, diary-time): New faces.
5858         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
5859         diary-time-regexp.  Add font-lock-multiline property where needed.
5860         Use new faces diary-anniversary and diary-time.
5861         (diary-fancy-font-lock-fontify-region-function): New function, to
5862         handle multiline font-lock pattern in fancy diary.
5863         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
5864         (diary-font-lock-keywords): Tweak time regexp.  Use new face
5865         diary-time.
5867 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
5869         * international/code-pages.el (mik): Table corrected.
5871 2006-05-18  Kim F. Storm  <storm@cua.dk>
5873         * progmodes/grep.el (grep-find): Don't check grep-find-command
5874         before running command (breaks non-interactive usage).
5876 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
5878         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
5879         (ewoc--insert-new-node): Don't insert trailing newline.
5880         Instead, adjust successor nodes's start markers.
5881         (ewoc--refresh-node): Delete all text from current node's start
5882         marker to the next one's; adjust successor nodes's start markers.
5883         (ewoc--create): Doc fixes.
5884         (ewoc--refresh): Don't insert newline.
5885         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
5886         * pcvs.el (cvs-make-cvs-buffer):
5887         Specify extra newline for ewoc's header and footer.
5888         (cvs-update-header): Update initial header recognition.
5889         Append newline to final header and footer values.
5890         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
5892 2006-05-17  Richard Stallman  <rms@gnu.org>
5894         * files.el (file-name-extension): Doc fix.
5896 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5898         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
5899         we can explicitly enable/disable rather than toggle.
5900         (shell-mode): Use it.
5901         (shell-cd): Don't try to reproduce what `cd' does.
5903 2006-05-17  Kim F. Storm  <storm@cua.dk>
5905         * ido.el (ido-read-internal): Use only nondirectory part of
5906         default item.
5908 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
5910         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
5911         (ewoc-nth): Doc fix.
5913         (ewoc-map, ewoc-invalidate): Compute PP before looping.
5915 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
5917         * international/mule.el (auto-coding-alist): Add .lha to files
5918         read with no-conversion.
5920         * files.el (auto-mode-alist): Add .lha files to archive file
5921         extensions.
5923         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
5924         Convert csize to integer when computing offsets within the
5925         compressed archive file.
5927 2006-05-16  Kim F. Storm  <storm@cua.dk>
5929         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
5930         with read-from-minibuffer.
5932 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5934         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
5935         (byte-compile-warnings): Fix safe-local-variable property.
5937 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
5939         * allout.el (allout-show-bodies, allout-old-style-prefixes)
5940         (allout-stylish-prefixes, allout-numbered-bullet)
5941         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
5942         predicates to qualify `safe-local-variable' property, when
5943         available, else use equivalent lambda.
5944         (allout-current-topic-collapsed-p): Do the right thing regarding
5945         trailing blank lines.
5947 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5949         * server.el (server-start): Only create a directory if needed.
5950         (server-edit, server-unload-hook): server-start => server-mode.
5951         (kill-emacs-hook): Cleanup upon exit.
5953 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5955         * hexl.el (hexlify-buffer): Encode process arguments manually.
5957 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
5959         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
5960         call to gdb-tooltip-print.
5962 2006-05-15  Romain Francoise  <romain@orebokech.com>
5964         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
5965         systems, default to "tar" since those systems probably have GNU tar.
5967 2006-05-14  Lars Hansen  <larsh@soem.dk>
5969         * desktop.el (desktop-missing-file-warning): Fix docstring.
5970         (desktop-restore-file-buffer): Correct question asked on missing file.
5972 2006-05-14  Kim F. Storm  <storm@cua.dk>
5974         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
5975         Add CUA move property.
5977 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
5979         * custom.el (custom-push-theme): Load the variable before checking
5980         its `standard-value'.
5982 2006-05-13  Lars Hansen  <larsh@soem.dk>
5984         * desktop.el (desktop-save): Use with-temp-buffer.
5986 2006-05-12  Glenn Morris  <rgm@gnu.org>
5988         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
5989         * calendar/calendar.el (calendar-mode-map):
5990         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
5991         * calendar/appt.el (appt-check, appt-make-list): Refer to
5992         diary-view-entries, diary-list-entries, diary-show-all-entries
5993         rather than obsolete aliases.
5995 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
5997         * simple.el (line-move-finish): Avoid calling point motion hooks
5998         while processing intangibility.
6000 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
6002         * term/xterm.el (terminal-init-xterm): Fix typo.
6004 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
6006         * allout.el (allout-view-change-hook): Mark as being deprecated,
6007         to be replaced by `allout-exposure-change-hook'.
6008         (allout-exposure-change-hook): New, replacing
6009         `allout-view-change-hook'.
6010         (allout-flag-region): Run new hook `allout-exposure-change-hook',
6011         in addition to `allout-view-change-hook'.
6012         (allout-show-bodies, allout-old-style-prefixes)
6013         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
6014         lambda forms to prevent their showing up in variable help
6015         presentations as inscrutable byte-compiled code.
6016         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
6017         Use string-or-null-p to qualify safe-local-variable values.
6018         (allout-reindent-bodies): Use memq to qualify matches against
6019         valid safe-local-variable values.  Also, quote the lambda as above.
6020         (allout-use-mode-specific-leader): Add missing candidate-value
6021         symbols, use memq, and quote the lambda.
6022         (allout-overlay-interior-modification-handler): Remove unused
6023         variables `msg' and 'opened'.
6024         (allout-hidden-p): Constrain invisibility consideration to allout's
6025         invisibility spec, disregarding invisibility for other reasons.
6027 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6029         * files.el (version-control): Correct safe values.
6031 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
6033         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
6035         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
6036         (ewoc--insert-new-node): New func.
6037         Update callers of deleted funcs to use it, instead.
6039 2006-05-11  Glenn Morris  <rgm@gnu.org>
6041         * calendar/calendar.el (diary-show-all-entries): Do not refer to
6042         obsolete alias `show-all-diary-entries'.
6043         (make-diary-entry): Not interactive.
6044         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
6045         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
6046         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6047         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6048         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6049         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
6051 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6053         * calendar/calendar.el (calendar-french-date-string)
6054         (calendar-mayan-date-string, calendar-chinese-date-string)
6055         (calendar-astro-date-string, calendar-iso-date-string)
6056         (calendar-islamic-date-string, calendar-bahai-date-string)
6057         (calendar-hebrew-date-string, calendar-coptic-date-string)
6058         (calendar-ethiopic-date-string, calendar-persian-date-string):
6059         These functions are not interactive.
6061 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
6063         * files.el: Balance parentheses.
6065 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
6067         * files.el, newcomment.el, outline.el, simple.el,
6068         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
6069         progmodes/cc-vars.el, progmodes/compile.el:
6070         Move `safe-local-variable' declarations to the respective files.
6072         * help-fns.el (describe-variable): Don't print safe-var if it is
6073         byte-code.  Improve wording as suggested by Luc Teirlinck.
6075 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
6077         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
6078         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
6079         Use a token for pending-triggers to ensure gdb-var-update
6080         gets called once per user input again for pre-GDB 6.4.
6081         (gdb-var-delete): Match on more complex expressions.
6082         (gdb-var-list-children-handler, gdb-var-create-handler):
6083         Use a token for consistency.
6085 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
6087         * textmodes/org.el (org-read-date, org-goto-calendar)
6088         (org-agenda-goto-calendar):
6089         Bind `view-calendar-holidays-initially' to nil.
6091 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
6093         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
6094         Update all callers to do it there, instead.
6096 2006-05-10  Glenn Morris  <rgm@gnu.org>
6098         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
6099         prefix arg case, to avoid view-diary-entries-initially error.
6100         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6101         (calendar-date-is-legal-p): Handle dates with no day part.
6103 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
6105         * comint.el (comint-insert-input): Just make it when
6106         comint-use-prompt regexp is nil (default) and with the mouse.
6107         (comint-copy-old-input): Reinstate from 2004-06-23.
6108         (comint-mode-map): Bind C-c C-m to it.
6110 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
6112         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6113         Remove spurious move to point-max (new comint behavior fixes).
6115         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
6116         compatibility function (Emacs 18/19).
6117         (idlwave-is-continuation-line): Always return point at start of
6118         previous non-blank continuation line.
6119         (keyword-parameters): Fix continued comment font-lock matcher.
6120         (idlwave-font-lock-fontify-region): Written, use as
6121         font-lock-fontify-region-function, to fix continued keyword
6122         fontification issues.
6124 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6126         * term/mac-win.el (mac-font-panel-mode): Doc fix.
6127         (mac-service-selection, mac-service-open-file)
6128         (mac-service-open-selection, mac-service-mail-selection)
6129         (mac-service-mail-to, mac-service-insert-text): Rename from
6130         mac-services-*.  All uses changed.
6131         (mac-apple-event-map): Rename event symbol `services' to `service'.
6133 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
6135         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
6136         (ewoc--node-enter-first, ewoc--node-enter-last)
6137         (ewoc--delete-node-internal): Merge funcs into unique callers.
6139 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
6141         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
6142         return value of read-from-minibuffer for empty input.
6144 2006-05-09  Miles Bader  <miles@gnu.org>
6146         * comint.el (comint-insert-input): Remove redundant calls to setq
6147         and goto-char.
6149 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
6151         * comint.el (comint-insert-input): Make it work when
6152         comint-use-prompt-regexp is t.
6154 2006-05-10  Miles Bader  <miles@gnu.org>
6156         * subr.el (field-at-pos): New function.
6158         * comint.el (comint-insert-input): Use it.
6160 2006-05-09  Juri Linkov  <juri@jurta.org>
6162         * battery.el (battery-linux-proc-acpi): Also try
6163         `/proc/acpi/thermal_zone/THR2/temperature'.
6165         * files.el <safe-local-variable>: Remove `eval' and `let' binding
6166         for now unused lambda `string-or-null'.
6168         * add-log.el (change-log-default-name): Put `string-or-null-p'
6169         instead of lambda on `safe-local-variable' property.
6171         * diff-mode.el (diff-context->unified): Use `region-beginning' and
6172         `region-end' instead of `mark' and `point'.
6173         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
6174         Operate on region in Transient Mark mode when the mark is active.
6175         Use `region-beginning' and `region-end' instead of `mark' and
6176         `point'.
6177         (diff-hunk-text, diff-goto-source): Doc fix.
6179         * startup.el (fancy-splash-screens, normal-splash-screen): Use
6180         face `mode-line-buffer-id' for mode-line buffer face instead of
6181         hard-coded `(:weight bold)'.
6183         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
6184         buffer-undo-list to t (undo-ask is reproducible by visiting
6185         nested archives).
6187 2006-05-09  Kim F. Storm  <storm@cua.dk>
6189         * progmodes/grep.el (rgrep): Set default directory of *grep*
6190         buffer if we start M-x rgrep in the *grep* buffer and choose
6191         a different base directory.
6193 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6195         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
6196         completion also when ido is loaded.
6198 2006-05-09  Masatake YAMATO  <jet@gyve.org>
6200         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
6201         "warning" and "import".
6202         (cpp-font-lock-keywords): Added "warning".
6204 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
6206         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6208 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
6211         pages at a time, if we signal the end, we should indeed reach that end.
6213 2006-05-08  David Reitter  <david.reitter@gmail.com>
6215         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
6216         output during execution of the body.
6218 2006-05-08  Kim F. Storm  <storm@cua.dk>
6220         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
6222 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
6224         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
6225         Use with-current-buffer.
6227 2006-05-07  Kim F. Storm  <storm@cua.dk>
6229         * subr.el (add-to-history): Remove keep-dups arg.
6231         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
6232         to nil around call to add-to-history.
6234 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6236         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
6237         than after a buffer modification.
6239 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
6241         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
6242         call to...
6243         (gud-watch): ...here so speedbar is raised for already watched
6244         expressions.
6245         (gdb-speedbar-refresh): Delete function.
6246         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
6247         Use speedbar-timer-fn instead of speedbar-refresh (reverting
6248         earlier change).
6249         (gdb-var-evaluate-expression-handler)
6250         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
6252         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
6253         Update localized contents for all buffers except ignored modes.
6255 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6257         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
6258         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
6259         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
6260         (mac-handle-font-panel-closed, mac-handle-font-selection):
6261         New functions.
6262         (mac-font-panel-mode): New minor mode.
6263         (mac-apple-event-map): Add bindings for toolbar toggle button and
6264         font panel.
6265         (menu-bar-showhide-menu): Add mac-font-panel-mode.
6267 2006-05-07  John Paul Wallington  <jpw@pobox.com>
6269         * ibuffer.el (ibuffer-compressed-file-name-regexp):
6270         Avoid `regexp-opt'; simplify regexp for readability.
6272 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
6274         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
6275         * files.el (buffer-stale-function):
6276         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6277         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
6278         links to the main manual, not to emacs-xtra.
6280 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6282         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
6283         MacJapanese if text is ASCII-only.
6285 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
6287         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
6288         unless so nil isn't returned.
6289         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
6291 2006-05-06  Kim F. Storm  <storm@cua.dk>
6293         * subr.el (add-to-history): New function.
6295         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
6296         (ediff-merge-files-with-ancestor):
6297         * env.el (setenv):
6298         * isearch.el (isearch-update-ring):
6299         * server.el (server-visit-files):
6300         * progmodes/grep.el (lgrep, rgrep):
6301         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
6302         * progmodes/xscheme.el (xscheme-insert-expression):
6303         Use add-to-history.
6305         * kmacro.el (kmacro-push-ring): Use add-to-history.
6306         (kmacro-ring-length): Remove unused defun.
6307         (kmacro-start-macro): Use kmacro-push-ring.
6309 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
6311         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
6312         directly instead of a lambda expression that calls it.
6314 2006-05-06  Kim F. Storm  <storm@cua.dk>
6316         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
6317         instead of compute-motion.
6319 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
6321         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
6322         change.
6324 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
6326         * startup.el (command-line-1): Refer to "Pure Storage" on
6327         pure-space-overflow.
6329 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
6331         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
6332         provided faces once they all have been used up.
6334 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
6336         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
6337         reference to the Lisp manual to the warning about pure space
6338         overflow.
6340 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6342         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
6343         argument to avoid the call to `ispell-internal-change-dictionary'
6344         when not needed.
6345         (ispell-change-dictionary): Use this argument and call
6346         `ispell-internal-change-dictionary' after the possible change
6347         to `ispell-local-dictionary'.
6348         (ispell-internal-change-dictionary): Check for a change in
6349         personal dictionary use too.
6351 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
6353         * startup.el (command-line): On MS-Windows, probe "~", not
6354         "~USER", for warning about non-existent home directory
6356         * arc-mode.el (archive-l-e): New optional argument `float' means
6357         generate a float value.
6358         (archive-arc-summarize, archive-lzh-summarize)
6359         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
6360         with 3rd argument non-nil when file's size is being computed.
6361         Format the file sizes with %8.0f instead of %8d.
6363 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6365         * cus-start.el (all): Add mac-dnd-known-types.
6367         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
6368         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
6369         (mac-TIFF-to-string): New functions.
6370         (x-get-selection, x-selection-value)
6371         (mac-select-convert-to-string): Use them.
6372         (mac-text-encoding-mac-japanese-basic-variant): New constant.
6373         (mac-dnd-types-alist): New customization variable.
6374         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
6375         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
6376         (mac-dnd-handle-drag-n-drop-event): New functions.
6377         (mac-drag-n-drop): Remove function.
6378         (global-map): Bind drag-n-drop and M-drag-n-drop to
6379         mac-dnd-handle-drag-n-drop-event.
6381 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
6383         * progmodes/perl-mode.el (perl-beginning-of-function):
6384         Skip anonymous subs.
6386 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
6388         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
6389         regexp-opt at run time.
6391         * term.el (term-handle-ansi-escape): Fix off by one error.
6393 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
6395         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
6396         (gdb-init-1, gdb-post-prompt): ...and references to it.
6397         (gdb-frame-handler): Strip directory name from filename if present.
6399         * progmodes/gud.el (gdb-force-update): Delete defvar
6400         (gud-speedbar-buttons): ...and references to it.  Use window-start
6401         to try to keep positon in watch expression.
6403 2006-05-03  Richard Stallman  <rms@gnu.org>
6405         * simple.el (next-history-element, previous-history-element): Doc fix.
6407         * isearch.el (isearch-update-ring): Doc fix.
6409 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
6411         * isearch.el (isearch-update-ring): Take history-delete-duplicates
6412         into consideration.  Replace one arm ifs with whens.
6414 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
6416         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
6417         (menu): Fix typo.
6419 2006-05-02  Miles Bader  <miles@gnu.org>
6421         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
6423 2006-05-02  Jay Belanger  <belanger@truman.edu>
6425         * calc/calc-embed.el (calc-override-minor-modes-map)
6426         (calc-override-minor-modes): New variables.
6427         (calc-do-embedded): Make sure that Calc keystrokes aren't
6428         overwritten by minor modes.
6430 2006-05-02  Chong Yidong  <cyd@mit.edu>
6432         * msb.el (msb): If EVENT is a down event, read and discard the up event.
6434 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6436         * startup.el (command-line-1): Refer to Lisp manual when
6437         pure-space-overflow occurs.
6439         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
6440         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
6441         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
6442         (version-control): Don't use `t' for safe-local-variable declarations.
6444 2006-05-01  Richard Stallman  <rms@gnu.org>
6446         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
6447         M-r, M-R, M-A, M-SPC or M-DEL.
6448         (diff-mode-map): diff-refine-hunk now on C-c C-w
6449         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
6451         * help-mode.el (help-mode): view-exit-action calls delete-window
6452         only when it is safe and possible.
6454         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
6455         in messages.
6457         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
6459         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
6460         in the default tool-bar-map.
6462 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
6464         * net/tramp.el (tramp-completion-file-name-handler-alist)
6465         (tramp-run-real-handler, tramp-completion-run-real-handler)
6466         (tramp-completion-handle-file-name-all-completions)
6467         (tramp-completion-handle-file-name-completion): Autoload them.
6468         (tramp-completion-handle-file-exists-p)
6469         (tramp-completion-handle-file-name-directory)
6470         (tramp-completion-handle-file-name-nondirectory)
6471         (tramp-completion-handle-expand-file-name): Remove them.
6472         (tramp-handle-file-name-directory): Return the real directory name.
6473         Returning "/" only doesn't need to be necessary any longer.
6474         (tramp-file-name-handler): Make special attention when in hostname
6475         completion mode.
6476         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
6477         (tramp-register-file-name-handlers):
6478         Register `tramp-completion-file-name-handler' only when
6479         `partial-completion-mode' is enabled.
6480         (tramp-completion-handle-file-name-all-completions):
6481         Delete directory part from results.
6482         (tramp-get-completion-methods, tramp-get-completion-user-host):
6483         Discard deleting "/", it doesn't work after the change of
6484         `tramp-handle-file-name-directory' above.
6486 2006-05-01  Kim F. Storm  <storm@cua.dk>
6488         * progmodes/grep.el (grep-expand-template): Use save-match-data
6489         and symbol-value.
6491 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6493         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
6494         Use select-frame-set-input-focus instead of raise-frame.
6495         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
6497 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
6499         * progmodes/gud.el (gud-def): Add %c case.
6500         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
6501         (gud-format-command): Make match case sensitive.  Match on %F.
6503 2006-04-30  Glenn Morris  <rgm@gnu.org>
6505         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
6506         (cal-tex-preamble): Use cal-tex-preamble-extra.
6507         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
6508         than alias `list-diary-entries'.
6510 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
6512         * help-fns.el (describe-variable): Add info about safe local variables.
6514 2006-04-29  Richard Stallman  <rms@gnu.org>
6516         * bindings.el (mode-line-format): help-echo doc fixes.
6518         * net/tramp.el (tramp-file-name-handler-alist): Delete
6519         expand-file-name and other operations that can cause spurious loading.
6521 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6523         * files.el (safe-local-variable-p): Remove support for the special
6524         value t.
6526         * textmodes/paragraphs.el (sentence-end-without-space):
6527         Fix safety predicate.
6528         (sentence-end-double-space, sentence-end-without-period)
6529         (paragraph-ignore-fill-prefix):
6530         * textmodes/fill.el (colon-double-space):
6531         * abbrev.el (abbrev-mode): Tighten the safety predicate.
6533         * subr.el (booleanp): New fun.
6535         * textmodes/reftex-vars.el (reftex-guess-label-type):
6536         Tighten the safety predicate.
6538 2006-04-28  Kim F. Storm  <storm@cua.dk>
6540         * progmodes/grep.el (defgroup grep): Doc fix.
6541         (grep-auto-highlight): Remove.
6542         (grep-template): New defcustom.
6543         (grep-find-template): Rename from grep-tree-template.
6544         (grep-files-aliases): Rename from grep-tree-files-aliases.
6545         Remove "all" alias, add "l" alias.
6546         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
6547         (grep-find-ignored-directories): New defcustom to replace
6548         grep-tree-ignore-CVS-directories, to facilitate ignoring
6549         subdirectories for multiple version control systems.
6550         (grep-mode-map): Add Recursive grep item to GREP menu.
6551         (grep-regexp-history, grep-files-history): New defvars.
6552         (grep-probe): New helper function.
6553         (grep-compute-defaults): Use it to simplify code.
6554         Adapt to name changes.
6555         Use `.' as base in grep-find-template rather than <D>.
6556         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
6557         Call grep-compute-defaults unconditionally.
6558         (grep-expand-keywords): New defconst.
6559         (grep-expand-template): Rename from grep-expand-command-macros.
6560         Simplify via grep-expand-keywords.  Look at case-fold-search instead
6561         of grep-tree-ignore-case to add -i option.
6562         Bind case-fold-search to nil while matching keywords.
6563         (grep-tree-last-regexp, grep-tree-last-files): Remove.
6564         (grep-read-regexp, grep-read-files): New helper functions.
6565         (rgrep): Rename from grep-tree.  Rework to use proper histories.
6566         Adapt to changes in defcustoms and functions above.
6567         (lgrep): New command, as grep, but using same interactive UI as rgrep.
6569 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
6571         * net/tramp.el (tramp-completion-file-name-handler):
6572         Disable Tramp's functionality while loading Tramp itself.
6573         (tramp-register-file-name-handlers): That's a defsubst now.
6574         Code from `tramp-repair-jka-compr' moved here.  Apply it via
6575         `after-init-hook'.
6576         (tramp-repair-jka-compr): Remove.
6578 2006-04-27  Jay Belanger  <belanger@truman.edu>
6580         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
6581         read expression when `math-read-big-expr' doesn't work.
6583 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
6585         * startup.el (command-line-1): Display warning when
6586         pure-space-overflow is non-nil.
6588 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6590         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
6591         risky.
6593 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6595         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
6596         Return the URL or nil if none can be generated.
6598 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
6600         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
6601         byte compiler warnings.
6602         (gud-basic-call, gud-find-expr): Let user select an expression
6603         for printing.  Print expression as well as value in GUD buffer.
6605 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
6607         * allout.el: Remove local autoload declaration for
6608         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
6609         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
6610         (allout-plain-bullets-string, allout-distinctive-bullets-string)
6611         (allout-use-mode-specific-leader, allout-old-style-prefixes)
6612         (allout-stylish-prefixes, allout-numbered-bullet)
6613         (allout-file-xref-bullet, allout-presentation-padding)
6614         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
6615         safe-local-variable with suitable value spec, and add autoload
6616         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
6617         (move-beginning-of-line, move-end-of-line): Repair so these compat
6618         functions now actually resituate the point, when appropriate.
6620 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6622         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
6624         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
6625         (add-log-iso8601-time-string): Fix call to format-time-string.
6627 2006-04-26  Kim F. Storm  <storm@cua.dk>
6629         * subr.el (posn-string, posn-image, posn-object): Doc fix.
6631 2006-04-26  Masatake YAMATO  <jet@gyve.org>
6633         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
6634         Add support for "//" style comments.  Remove `b' flag
6635         from ?* in `asm-mode-syntax-table'.
6637 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6639         * follow.el: Use (featurep 'xemacs) everywhere.
6640         (follow-mode): Use define-minor-mode.
6641         (follow-mode-map): Move initialization into the declaration.
6642         Use command remapping.
6643         (follow-emacs-version-xemacs-p): Remove.
6644         (follow-submit-feedback): Remove.
6646         * allout.el (allout-layout, allout-passphrase-verifier-string)
6647         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
6649         * textmodes/reftex-vars.el (reftex-vref-is-default)
6650         (reftex-fref-is-default, reftex-guess-label-type):
6651         Tighten up a bit the safety predicate.
6653         * textmodes/paragraphs.el (sentence-end-double-space)
6654         (sentence-end-without-period, sentence-end-without-space)
6655         (page-delimiter, paragraph-ignore-fill-prefix):
6656         Tighten up a bit the safety predicate.
6658         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
6660         * progmodes/python.el (python-continuation-line-p)
6661         (python-beginning-of-statement): syntax-ppss may return
6662         a negative depth.
6663         (python-mode): Don't forcefully enable font-lock.
6665         * time-stamp.el (time-stamp-start, time-stamp-end)
6666         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
6668         * add-log.el: Remove spurious * in docstrings.
6669         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
6670         (add-change-log-entry): Use it here, since it's not specific
6671         to iso8601.
6672         (add-log-iso8601-time-string): Don't use it here any more.
6673         (change-log-indent-text, change-log-indent): Rename from add-log-*.
6675         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
6677 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
6679         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
6680         (rcirc-toggle-low-priority): Doc fix.
6681         (rcirc-handler-NOTICE): Remove beginning of line anchor in
6682         ChanServ regexp.
6683         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
6684         #emacs.
6685         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
6686         (rcirc-decode-coding-system): Use utf-8 as the default.
6687         (rcirc-multiline-minor-mode): Set the fill-column.
6688         (rcirc-format-response-string): Display bright and dim nicks.
6689         (rcirc-browse-url): Update interactive spec to fill ARG.
6690         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
6691         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
6693 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
6695         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
6696         case for @Article, etc.
6698 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
6700         * net/tramp.el (tramp-register-file-name-handlers): New defun.
6701         Added with autoload cookie.
6702         (tramp-unload-file-name-handlers): Rename from
6703         `tramp-unload-file-name-handler-alist'.
6705 2006-04-23  Romain Francoise  <romain@orebokech.com>
6707         * comint.el (comint-match-partial-filename): Doc fix.
6709 2006-04-21  Glenn Morris  <rgm@gnu.org>
6711         * calendar/cal-menu.el (calendar-mode-map): Refer to
6712         `diary-view-entries' rather than alias `view-diary-entries'.
6713         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
6715 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
6717         * progmodes/antlr-mode.el (antlr-default):
6718         * cus-edit.el (custom-documentation):
6719         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
6720         in defface.
6722 2006-04-21  Kim F. Storm  <storm@cua.dk>
6724         * image.el (image-type): New defun split out of create-image.
6725         (create-image): Use it.
6727 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
6729         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
6730         (org-open-at-point): Remove the "...done" message to keep output
6731         in the echo area visible.
6732         (org-export-as-xoxo): Fix call to `indent-region'.
6734 2006-04-21  Kevin Ryde  <user42@zip.com.au>
6736         * international/mule.el (keyboard-coding-system): defcustom
6737         info-link fixes: "Specify Coding" has been split, keyboard now in
6738         "Terminal Coding", and "Single-Byte Character Support" is now
6739         "Unibyte Mode".
6741 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
6743         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
6744         Use font-lock-warning-face for any errors e.g. no stack.
6745         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
6747 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
6749         * progmodes/sh-script.el (sh-shell): Mark as safe.
6751         * newcomment.el (comment-start, comment-start-skip)
6752         (comment-end-skip, comment-end): Mark as safe.
6754 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
6756         * textmodes/org.el (org-deadline-announce): Face removed.
6757         (org-level-faces, org-n-levels): Convert to constant.
6758         (org-compatible-face): New function.
6759         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
6760         (org-level-5, org-level-6, org-level-7, org-level-8)
6761         (org-special-keyword, org-warning, org-headline-done, org-link)
6762         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
6763         (org-scheduled-today, org-scheduled-previously, org-time-grid):
6764         Face definition revised for better color tty support.
6765         (org-bold-re, org-italic-re, org-underline-re): New constants.
6766         (org-set-font-lock-defaults): Use the new constants.
6767         (org-agenda-highlight-todo): New function.
6768         (org-agenda-todo): Fix bug with point at end of line.
6769         (org-agenda-change-all-lines, org-finalize-agenda-entries):
6770         Fontify TODO keywords.
6771         (org-insert-link): Preserve relative path in ../ links.
6772         (org-export-as-html): Convert links pointing to .org files into
6773         links that will work beteen the exported HTML files.
6774         (org-todo-list): Fix bug when arg=0.
6775         (org-insert-heading): More fine-tuning.
6777 2006-04-19  Romain Francoise  <romain@orebokech.com>
6779         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
6780         from `rmail-mime-charset-pattern'.
6782 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
6784         * progmodes/python.el (python-mode): Fix typo.
6786 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
6788         * comint.el (comint-previous-input): Don't clobber input line
6789         when moving off either end of the input history ring.
6790         (comint-delete-input): New function, used by
6791         `comint-previous-input' and others.
6792         (comint-previous-matching-input):
6793         Use `coming-delete-input'.  Save the partial input if leaving the
6794         edit line.  Goto point-max before deleting input to avoid
6795         partial input fragments hanging around.
6796         (comint-restore-input): New function, used by `comint-previous-input'.
6798 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
6800         * imenu.el (imenu--index-alist): Balance parentheses.
6802 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
6804         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
6806 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
6808         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
6809         file is nil.
6811 2006-04-18  Richard Stallman  <rms@gnu.org>
6813         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
6815         * imenu.el (imenu-create-index-function, imenu--index-alist)
6816         (imenu--last-menubar-index-alist, imenu--make-index-alist)
6817         (imenu-default-create-index-function, imenu--generic-function):
6818         Doc fixes.
6820         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
6822         * help-mode.el (help-mode): Set view-exit-action to delete window.
6824         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
6825         now works by passing nil as arg.
6827         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
6829         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
6830         (read-abbrev-file): Provide default when reading filename.
6832         * files.el (enable-local-variables): Allow :all as value.
6833         (hack-local-variables): Implement that value.
6834         (safe-local-variable-values, safe-local-eval-forms)
6835         (enable-local-variables): Mark as risky.
6836         (find-file-visit-truename, kept-old-versions): Mark safe.
6838         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
6839         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
6840         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
6842 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6844         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
6845         Use forward-line so as to get to BOL even in the presence of fields.
6846         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
6847         in return.
6848         (inferior-tcl): Tell tclsh to work in interactive mode.
6850         * complete.el (partial-completion-mode):
6851         Use 'choose-completion-string-functions to make sure that
6852         choose-completion fills the minibuffer properly.
6854         * complete.el (PC-old-read-file-name-internal): Remove.
6855         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
6856         of read-file-name-internal.
6857         (partial-completion-mode): Enable/disable this advice.
6859 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
6861         * net/tramp.el (tramp-completion-file-name-handler): Revert change
6862         of 2006-04-17.
6864 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
6866         * textmodes/org.el (org-insert-heading): Insert heading before
6867         current if at beginning of line.
6868         (org-todo, org-date): New faces.
6869         (org-table-align): Make sure tooltip window contains full text.
6870         (org-no-properties): New defsubst.
6871         (org-set-font-lock-defaults): Use new faces.
6873 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
6875         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
6876         for root variables.
6878         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
6879         (gdb-frame-address): Re-use to identify frame for watch expression.
6880         (gdb-var-list, gdb-var-create-handler): Add frame address for root
6881         variables.
6882         (gdb-init-1, gdb-source, gdb-post-prompt)
6883         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
6884         (gdb-frame-handler): Get gdb-frame-address.
6886 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
6888         Sync with Tramp 2.0.53.
6890         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
6891         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
6892         (tramp-completion-file-name-handler): Add autoload cookie for
6893         adding to `file-name-handler-alist'.
6895         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
6896         the prompt.  If it returns earlier (when detecting an error
6897         message), the rest of the output will merge accidently with the
6898         output of the next command.  Reported by M Jared Finder
6899         <jared@hpalace.com>.
6901         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6902         for `process-file', in order to let it work for older Emacsen too.
6904 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
6906         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
6907         (tex-font-lock-keywords-3): Use it.
6909 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6911         * newcomment.el (comment-add): New function.
6912         (comment-region-default, comment-dwim): Use it.
6914 2006-04-15  Michael Olson  <mwolson@gnu.org>
6916         * emacs-lisp/tq.el: Improve comments.
6917         (tq-queue-head-question): New accessor function.
6918         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
6919         Update for modified queue structure.
6920         (tq-queue-add): Accept `question' argument.
6921         (tq-queue-pop): If a question is pending, send it.
6922         (tq-enqueue): Accept new optional argument `delay-question'.
6923         If this is non-nil, and at least one other question is pending a
6924         response, queue the question rather than sending it immediately.
6926 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6928         * calendar/appt.el (appt-add): Check whether an appointment is
6929         already present in appt-time-msg-list.  Simplify code.
6931 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6933         * progmodes/cc-langs.el (c-mode-menu):
6934         Don't presume c-subword-mode is bound.
6936 2006-04-13  Bill Wohler  <wohler@newt.com>
6938         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
6939         (customize-package-emacs-version): Use cdr instead of cadr now
6940         that alists use dotted pairs.
6942         * custom.el (defcustom): Fix docstring for :package-version.
6944 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
6946         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
6947         (tramp-handle-shell-command): Display output buffer only when
6948         `tramp-display-shell-command-buffer' is true.
6949         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
6951 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
6953         * textmodes/org.el (org-set-autofill-regexps): Set only the local
6954         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
6956 2006-04-13  Romain Francoise  <romain@orebokech.com>
6958         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
6959         leaving temporary .cvsignore buffers behind.
6961 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
6963         * textmodes/org.el (org-set-regexps-and-options)
6964         (org-get-current-options): Better names for the startup folding
6965         options.
6967 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
6969         * vc.el (vc-annotate): Arrange for point to end up at the same
6970         line number as in the original, but only when using a new buffer.
6972 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
6974         * files.el (hack-one-local-variable-eval-safep):
6975         Recognize `edebug-form-spec' for `put', but only if it passes
6976         `edebug-basic-spec'.  Generalize `put' handling.
6978         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
6979         vetting file-local form specs.
6981         * allout.el (allout-layout): Autoload its `safe-local-variable'
6982         property.
6984 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
6986         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
6987         (org-agenda-mouse-1-follows-link)
6988         (org-mouse-1-follows-link): New options.
6989         (org-format-agenda-item): Fix bug if TAGS is nil.
6990         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
6992 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
6994         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
6995         GDB 6.1+ gives full filename for "info sources" so use
6996         file-name-nondirectory.
6998 2006-04-12  Romain Francoise  <romain@orebokech.com>
7000         * subr.el (read-passwd): Bind `message-log-max' to nil.
7002 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7004         * progmodes/perl-mode.el (perl-indent-new-calculate):
7005         Recompute parse-start after jumping backward by a whole sexp.
7007 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7009         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
7010         window configuration.
7011         (vc-annotate-display-select): Select the buffer so that current-buffer
7012         (and selected-window) is the output buffer at the end of vc-annotate.
7014 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
7016         * vc.el (vc-annotate-color-map): Add custom TTY color map for
7017         8-color terminals, to use all of the colors in a sensible order.
7018         256-color terminals work well with the standard map.
7019         (vc-annotate-lines): Only strip the first color character if it
7020         is "#", to allow for terminal-style named colors.
7021         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
7022         the correct buffer is scrolled.
7024 2006-04-11  Richard Stallman  <rms@gnu.org>
7026         * emacs-lisp/bytecomp.el (byte-compile-file):
7027         Bind enable-local-variables to :safe, and make normal-mode obey it.
7029         * files.el (enable-local-variables): Allow value :safe.
7030         (normal-mode): Doc fix.
7031         (hack-local-variables): Implement enable-local-variables = :safe.
7032         (hack-local-variables-confirm): Don't prevent quitting.
7034 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7036         * loadhist.el (unload-feature): A bit of sanity check of
7037         load-history entries.  Cancel timer-vars before unbinding them.
7039         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
7040         quote special chars, and make the trick work on the hex part of the
7041         buffer as well.
7042         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
7043         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
7045         * startup.el (normal-splash-screen): Fix last change so we don't wait
7046         2 minutes if we don't show the splash screen.
7048 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
7050         * textmodes/org.el (org-export-plain-list-max-depth)
7051         (org-table-spaces-around-separators)
7052         (org-radio-targets, org-activate-camels)
7053         (org-table-spaces-around-invisible-separators): Options removed.
7054         (org-time-stamp-rounding-minutes, org-remember-templates)
7055         (org-ellipsis, org-activate-links, org-descriptive-links):
7056         New options.
7057         (org-remember-apply-template, org-current-time)
7058         (org-finish-edit-table-field)
7059         (org-link-unescape, org-link-escape)
7060         (org-string-width, org-table-clean-line, org-html-do-expand)
7061         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
7062         (org-read-agenda-file-list): New functions.
7063         (org-table-edit-field)
7064         (org-table-create-or-convert-from-region): New commands
7065         (org-table-toggle-vline-visibility): Command removed.
7066         (org-table-convert-region): Made a command.
7067         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
7068         Replace with the normal org- functions.
7069         (org-self-insert-command): Don't trigger realign unnecessarily
7070         when blanking a field that is not full.
7071         (org-mode): `Set buffer-invisibility-spec' for links.
7072         (org-activate-links2): Hide link part and only show descriptive
7073         part of the link.
7074         (org-insert-link): Modify for new linking system.
7075         (org-store-link): Store description separately, for use by
7076         `org-insert-link'.
7077         (org-table-align): Use `org-string-width'.
7078         (defgroup): Completely new group structure for custom variables.
7079         (org-agenda-files): Option: Single file name allowed.  Function:
7080         Optional argument unrestrited means ignore any restricitons.
7081         (org-install-agenda-files-menu): Find a buffer in Org-mode before
7082         trying to modify the menu.  Use generalized access to
7083         `org-agenda-files.'
7084         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
7085         (org-agenda-file-to-front, org-remove-file, org-diary)
7086         (org-tags-view, org-export-icalendar-all-agenda-files)
7087         (org-export-icalendar-combine-agenda-files): Use generalized
7088         access to `org-agenda-files'.
7089         (org-remember-handler): Correctly preserve heading if present.
7090         (org-table-insert-row, org-table-insert-hline): Deal with
7091         invisible characters.
7093 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
7095         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
7096         (vc-annotate-color-map): New 18 element constant
7097         value/saturation, rotating hue colormap, from red->blue.
7098         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
7099         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
7100         (vc-annotate): To avoid killing the required local variables,
7101         set them before the end of `with-output-to-temp-buffer', and
7102         after first switching to annotate-mode.
7103         (vc-annotate-warp-version): Add buffer argument in goto-line to
7104         ensure annotation, not source, is scrolled.
7106 2006-04-10  Bill Wohler  <wohler@newt.com>
7108         * custom.el (defcustom, custom-handle-keyword):
7109         Add :package-version keyword.
7110         (custom-add-package-version): New function.  Sets value of new
7111         property 'custom-package-version from :package-version keyword.
7112         (defcustom): Create Common Keywords section in docstring.
7113         (defface, defgroup): Replace definitions of a select few keywords
7114         with a reference to the Common Keywords in defcustom.
7115         (defcustom, defface, defgroup): Replace reference to Customization
7116         chapter in manual with hyperlink.
7118         * cus-edit.el (customize-package-emacs-version-alist): New variable.
7119         (customize-changed-options): Add check for custom-package-version.
7120         (customize-package-emacs-version): New function to look up Emacs
7121         version corresponding to the given package version.
7123         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
7124         defun name, in similar fashion to find-variable-regexp.
7126 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
7128         * international/mule-cmds.el (set-locale-environment): Fix last
7129         change for when the locale's preferences don't specify any encoding.
7131 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7133         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
7134         so the defined var/fun doesn't need to be quoted.
7136 2006-04-10  Richard Stallman  <rms@gnu.org>
7138         * finder.el (finder-mode-map): Add n and p bindings.
7140 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
7142         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
7143         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
7144         (gdb-setup-windows): Put something in source window if we can't find
7145         the source file.
7146         (gdb-frame-handler): Make it work again with just assembly.
7147         (gdb-data-list-register-values-handler): Make it work when there is
7148         no stack.
7150 2006-04-09  Richard Stallman  <rms@gnu.org>
7152         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
7153         specs while looking for charset.
7155         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
7157         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7158         Make them faces.
7159         (lm-font-lock-keywords): Update appropriately.
7161 2006-04-10  Kim F. Storm  <storm@cua.dk>
7163         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
7164         it can also replace buffer-substring-no-properties.
7166         * emulation/cua-base.el (cua-delete-region, cua-paste)
7167         (cua-repeat-replace-region): Use filter-buffer-substring.
7169         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7170         (cua-cut-region-to-global-mark): Likewise.
7172         * emulation/cua-rect.el (cua--extract-rectangle)
7173         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
7175 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7177         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
7178         entry-type.  Add field delimiters to numerical fields if they are
7179         not present.
7181 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7183         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
7184         string-const to return value.
7185         (bibtex-remove-delimiters): Use it.
7187 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7189         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
7190         cl-byte-compile-compiler-macro unless it exists.
7192 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
7194         * files.el (hack-local-variables-confirm) <offer-save>:
7195         Clarify message text.  Suggested by Ralf Angeli.
7197 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
7199         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
7200         (delete-extract-rectangle-line): Use `filter-buffer-substring'
7201         instead of `buffer-substring' and `delete-region'.  (Most of the
7202         code actually copied from `kill-region'.)
7204 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
7206         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
7207         (rcirc-default-port): Rename from rcirc-port.
7208         (rcirc-default-nick): Rename from rcirc-nick.
7209         (rcirc-default-user-name): Rename from rcirc-user-name.
7210         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
7211         (rcirc-low-priority-flag): New variable.
7212         (rcirc-decode-coding-system): New defcustom.
7213         (rcirc-encode-coding-system): New defcustom.
7214         (rcirc-coding-system-alist): New defcustom.
7215         (rcirc-multiline-major-mode): New defcustom.
7216         (rcirc-nick): New internal variable.
7217         (rcirc-process): Remove variable.
7218         (rcirc-server-buffer): New variable.
7219         (rcirc): Update to use rcirc-default-* variables above.
7220         (rcirc-connect): Do not add window-configuration-hook-here.
7221         (rcirc-server): New internal variable.
7222         (rcirc-connect): Do not send keepalive pings if
7223         rcirc-keepalive-seconds is nil.
7224         (with-rcirc-server-buffer): New macro.
7225         (rcirc-send-string): Encode with rcirc-encode-coding-system.
7226         (rcirc-server-name): Rename from rcirc-server.
7227         (rcirc-buffer-process): New function.
7228         (rcirc-buffer-nick): New function.
7229         (rcirc-buffer-target): Remove function.
7230         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7231         New commands.
7232         (rcirc-mode-map): Change binding of C-c C-l to
7233         rcirc-toggle-low-priority.
7234         (rcirc-mode): Initialize coding system based on
7235         rcirc-coding-system-alist.  New change-major-mode-hook to part the
7236         channel on a mode change.  Make kill-buffer-hook buffer-local.
7237         (rcirc-change-major-mode-hook): New function.
7238         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
7239         (rcirc-last-post-time): New variable.
7240         (rcirc-process-message): Store the last time user posted a message
7241         to this target.
7242         (rcirc-multiline-minor-mode): New mode.
7243         (rcirc-multiline-minor-mode-map): New mode map.
7244         (rcirc-edit-multiline): Put multiline-edit buffer in
7245         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
7246         (rcirc-print): Ignore any line starting with an ignored nick.
7247         (rcirc-print): Decode using rcirc-decode-coding-system.
7248         (rcirc-track-minor-mode): Update global-mode-string when disabling
7249         this mode.
7250         (minor-mode-alist): Add LowPri indicator.
7251         (rcirc-toggle-low-priority): New function.
7252         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
7253         next lowpriority buffer with activity.
7254         (rcirc-record-activity): Sort buffers in rcirc-activity by the
7255         last time the user posted a message in to the target.
7256         (rcirc-update-activity-string): New formatting for low priority
7257         buffers.
7258         (rcirc-split-activity): New function.
7259         (rcirc-handler-PART, rcirc-handler-KICK)
7260         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
7261         (rcirc-nick-away-alist): New variable.
7262         (rcirc-handler-301): New handler.  Away messages are printed once
7263         per change.
7265 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
7267         * info.el (Info-follow-nearest-node): Doc fix.
7269         * international/mule-cmds.el (set-locale-environment): Make sure
7270         the coding-system preferred by the locale's language has the same
7271         EOL conversion type as the original buffer-file-coding-system.
7272         (locale-language-names): Add a few MS Windows language codes.
7274 2006-04-07  Richard Stallman  <rms@gnu.org>
7276         * simple.el (eval-expression): Doc fix.
7278         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
7279         (eval-defun): Doc fixes.
7281 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7283         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
7285 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
7287         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
7288         GDB list command without argument for greater generality.
7290 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7292         * subr.el (string-or-null-p): New function.
7294         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
7296         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
7298         * files.el: Update comment about safe-local-variable declarations.
7300 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
7302         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
7303         See idlwave.org.
7305         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
7306         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
7308         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
7309         See idlwave.org.
7311         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
7312         version 6.0 (minimal changes).  See idlwave.org.
7314         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
7315         6.0 (minimal changes).  See idlwave.org.
7317         * progmodes/idlw-rinfo.el: File obsoleted and removed.
7319 2006-04-06  Romain Francoise  <romain@orebokech.com>
7321         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
7322         symmetric encryption features and a new asynchronous interface to
7323         GnuPG.  This new version is version 1.4, plus whitespace changes.
7325 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7327         * files.el: Move some `safe-local-variable' declarations to the
7328         respective files.
7330         * textmodes/ispell.el (ispell-check-comments)
7331         (ispell-local-dictionary): Mark as safe.
7333         * abbrev.el (abbrev-mode): Mark as safe.
7335         * add-log.el (change-log-default-name): Mark as safe.
7337         * textmodes/reftex-vars.el (reftex-vref-is-default)
7338         (reftex-fref-is-default, reftex-level-indent)
7339         (reftex-guess-label-type): Mark as safe.
7341         * textmodes/fill.el (colon-double-space): Mark as safe.
7343         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
7344         (sentence-end-double-space, sentence-end-without-period)
7345         (sentence-end-without-space, sentence-end, sentence-end-base)
7346         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
7348 2006-04-06  Kim F. Storm  <storm@cua.dk>
7350         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
7351         the :set-after list.
7352         (ido-downcase-unc-hosts): New user option.  Default on.
7353         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
7354         when it is set, as regexps are now applied on the fly.
7355         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
7356         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
7357         on the fly, but only when ido-process-ignore-lists is set.
7358         Do case insensitive filtering if ido-downcase-unc-hosts is set.
7359         Only downcase names if ido-downcase-unc-hosts is set.
7361 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
7363         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
7365         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
7367 2006-04-05  Kim F. Storm  <storm@cua.dk>
7369         * ido.el (ido-mode): Set after ido-unc-hosts and
7370         ido-ignore-unc-host-regexps.
7371         (ido-save-history): Save ido-unc-hosts-cache.
7372         (ido-load-history): Load ido-unc-hosts-cache.
7373         (ido-reread-directory): Refresh unc hosts cache in // dir.
7375         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
7376         to nil while displaying slash screen.
7378 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7380         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
7381         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7383 2006-04-05  Kenichi Handa  <handa@m17n.org>
7385         * international/characters.el: Setup cases of Latin, Greek, and
7386         Cyrillic characters in CJK charsets.
7388 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7390         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7391         default-enable-multibyte-characters.  This reverts the change from
7392         revision 6.17 which is no longer necessary because the passphrase
7393         is sent separately now.  GnuPG messages are unreadable under
7394         multibyte locales with default-enable-multibyte-characters set to nil.
7396 2006-04-04  Andreas Schwab  <schwab@suse.de>
7398         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
7399         and `byte-compile-warnings' as `safe-local-variable'.
7401 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
7403         * man.el (Man-mode-map): Restore the \r binding.
7404         (Man-abstract-xref-man-page): If Man-target-string is a function,
7405         call it.
7406         (Man-highlight-references): Use Man-default-man-entry to get the
7407         target.  Deal with xrefs too.
7408         (Man-highlight-references0): Don't call the target function.
7410         * woman.el (WoMan-xref-man-page): Strip the section number, woman
7411         cannot deal with it.
7413 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7415         * pgg-gpg.el: Clean up process buffers every time gpg processes
7416         complete.
7418 2006-04-04  Kenichi Handa  <handa@m17n.org>
7420         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
7421         here.
7422         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
7423         Temporarily bind inhibit-field-text-motion to t.
7425 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7427         * startup.el (normal-splash-screen): Only set mode-line-format in the
7428         splash buffer, so as not to interfere when debugging the code.
7429         Ignore errors when switching buffer.
7431 2006-04-03  Romain Francoise  <romain@orebokech.com>
7433         * dired.el (dired-dnd-protocol-alist): Fix typo.
7435 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7437         * savehist.el (savehist): Add :version.
7438         (savehist-ignored-variables): New variable.
7439         (savehist-minibuffer-hook): Don't save variables listed in
7440         `savehist-ignored-variables'.
7442         * dired.el (dired-dnd-protocol-alist): Mention that change does
7443         only apply to new buffers in doc string.
7445 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
7447         * recentf.el (recentf-open-files-item): Include newline in button
7448         field, so opening a file will work, when the point is at the end
7449         of the file name.  Allow, for example, to [i]search a file by
7450         extension and just push RET to open it.
7452 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7454         * pgg-gpg.el (pgg-gpg-process-filter)
7455         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7457         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7458         lines, temporary fix.
7460 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
7462         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
7464 2006-04-02  Richard Stallman  <rms@gnu.org>
7466         * progmodes/compile.el (compilation-message-face): Make it defcustom.
7468 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
7470         * ibuf-macs.el (define-ibuffer-column): Add a new key:
7471         header-mouse-map.
7473         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
7474         (ibuffer-mode-header-map): New keymaps.
7475         (ibuffer-update-title-and-summary): Enable mouse face highlighting
7476         and keybindings for column headers.
7477         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
7478         property.
7480 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
7482         * speedbar.el (speedbar-after-create-hook): Doc fix.
7484 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
7486         * shell.el (shell-directory-tracker)
7487         (shell-dynamic-complete-command): Doc fixes.
7489 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
7491         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
7492         terminals.
7494 2006-04-01  Kim F. Storm  <storm@cua.dk>
7496         * ido.el (ido-unc-hosts-cache): New defvar.
7497         (ido-unc-hosts): If value of defcustom is a function, call it to
7498         get list of UNC hosts.  Add function-item choices to specify
7499         ido-unc-hosts-net-view or user function.
7500         (ido-ignore-unc-host-regexps): New defcustom.
7501         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
7502         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
7503         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
7505 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7507         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
7508         wwidth.
7510 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
7512         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
7513         (ido-max-work-file-list, ido-switch-buffer)
7514         (ido-read-file-name-as-directory-commands):
7515         Fix typos in docstrings.
7517 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7519         * term/mac-win.el (mac-system-coding-system): Define and use after
7520         Mac-specific coding systems are ready.
7522 2006-03-27  Romain Francoise  <romain@orebokech.com>
7524         * net/rcirc.el (rcirc-connect): Add autoload cookie.
7526         * ldefs-boot.el: Update.
7528 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7530         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7531         passphrases when it is not needed.
7532         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7533         passphrase stuff from gpg, should only be necessary when you use
7534         gpg with a smartcard.
7536 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
7538         * comint.el (comint-dynamic-list-completions): Allow user to
7539         select *Completions* buffer.
7541 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
7543         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
7545 2006-03-26  Andreas Schwab  <schwab@suse.de>
7547         * progmodes/gud.el (gdb): Only complain about multiple debugging
7548         when the gdb process is still running.
7550 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
7552         * mail/rmail.el (tool-bar-map): Defvar it.
7553         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
7554         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
7556 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7558         * help.el (print-help-return-message): Suggest to use
7559         display-buffer instead of switch-to-buffer-other-window to restore
7560         the previous window without selecting it.
7562 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7564         * frame.el (select-frame-by-name): Call x-focus-frame also when
7565         window-system is mac.
7567         * term/mac-win.el: Adjust Courier font specifications in
7568         x-fixed-font-alist.
7569         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
7570         when directly encoding to UTF-16 in native byte order, no BOM.
7572 2006-03-25  Kim F. Storm  <storm@cua.dk>
7574         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
7575         (cua--init-keymaps): Use it instead of fixed C-return.
7576         (cua-mode): Set after it.
7578         * emulation/cua-rect.el (cua--init-rectangles):
7579         Use cua-rectangle-mark-key instead of fixed C-return.
7581 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
7583         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
7584         "run" in .gdbinit.
7585         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
7587 2006-03-24  Romain Francoise  <romain@orebokech.com>
7589         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
7590         `display-buffer-other-frame'.
7592 2006-03-24  Kim F. Storm  <storm@cua.dk>
7594         * apropos.el (apropos-synonyms): Add selection => region.
7596 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
7598         * progmodes/gdb-ui.el (gdb-var-create-regexp)
7599         (gdb-var-list-children-regexp, gdb-var-update-regexp)
7600         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
7601         (gdb-data-list-register-values-regexp)
7602         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
7603         Future proof against new fields being added to MI output.
7604         (gdb-send): Don't treat backslashes for program input as
7605         continuations.
7606         (gdb-assembler-handler): Don't use window-start for this handler.
7607         (gdb-frame-handler): Don't change to hollow arrow if overlay
7608         arrow doesn't move to new frame.
7610 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
7612         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
7613         prevent compiler warnings.
7614         (gdb-stopped): Check for gud-last-last-frame (case: signal).
7615         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
7616         (gdb-assembler-custom): Use hollow-right-triangle for assembler
7617         buffer too.
7619 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
7621         * pgg-gpg.el (pgg-gpg-update-agent): Check for
7622         make-network-process, so we can use the same code in Gnus v5-10
7623         too and have this file fully synchronized with that release.
7625 2006-03-23  Romain Francoise  <romain@orebokech.com>
7627         * ibuf-ext.el (ibuffer-read-filter-group-name):
7628         Use `ibuffer-generate-filter-groups' to make completion list match
7629         the filter groups that are really displayed in the Ibuffer buffer.
7630         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
7632 2006-03-23  Kenichi Handa  <handa@m17n.org>
7634         * international/mule-cmds.el (sort-coding-systems): Describe that
7635         the argument is modified in docstring.
7637 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7639         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7640         (pgg-gpg-update-agent): New function.
7641         (pgg-gpg-use-agent-p): New function.
7642         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7643         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7644         (pgg-gpg-sign-region): Use it.
7646 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
7648         * cus-edit.el (custom-face-set): Call custom-push-theme before
7649         face-spec set so that `changed' theme is correctly saved.
7650         (custom-face-reset-standard): Reset to recalculated face rather
7651         than defface spec.
7653         * custom.el (custom-push-theme): Only save `changed' theme if the
7654         current face does not match the defface specs.
7656 2006-03-21  Simon Josefsson  <jas@extundo.com>
7658         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7659         <wilde@sha-bang.de>.
7660         (pgg-gpg-use-agent): New variable.
7661         (pgg-gpg-process-region): Use it.
7662         (pgg-gpg-encrypt-region): Likewise.
7663         (pgg-gpg-encrypt-symmetric-region): Likewise.
7664         (pgg-gpg-decrypt-region): Likewise.
7665         (pgg-gpg-sign-region): Likewise.
7666         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7668 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
7670         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
7671         bracket links.
7673 2006-03-21  Kim F. Storm  <storm@cua.dk>
7675         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
7676         fringe-indicator-alist instead of modifying global value.
7677         (gdb-frame-handler): Likewise.
7679 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
7681         * diff-mode.el (diff-function): Make it inherit from diff-header
7682         instead of diff-context.
7684         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
7685         bitmap.
7686         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
7687         change names in macro above for consistency.
7688         (gdb-frame-handler): Use hollow-right-triangle for all selected
7689         frames which except the innermost (where execution has stopped).
7690         (gdb-reset): Reset buffer-local values of overlay-arrow.
7692 2006-03-20  Richard Stallman  <rms@gnu.org>
7694         * simple.el (set-mark-command): Doc fix.
7696         * files.el (display-buffer-other-frame): New command.
7697         (ctl-x-4-map): Bind C-x 5 C-o to it.
7699 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7701         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
7702         rather than just defer-time, in case defer-time has been changed but
7703         the timer isn't running yet.
7704         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
7706 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
7708         * help-mode.el (help-follow-symbol): New function.
7709         Essentially identical to the old `help-follow', but do not let
7710         `push-button' do the work when on an xref.
7711         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
7713 2006-03-19  Richard Stallman  <rms@gnu.org>
7715         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
7716         preceded by the word `program'.
7717         (help-follow-mouse, help-follow): Throw error if not on xref.
7718         Delete no longer used args.
7720 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
7722         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
7723         annotation ensure gud-overlay-arrow-position is redisplayed.
7725 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7727         * textmodes/bibtex.el (bibtex-include-OPTkey)
7728         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
7729         (bibtex-autokey-name-case-convert)
7730         (bibtex-autokey-titleword-case-convert): Make these the aliases
7731         for the following two variables.
7732         (bibtex-autokey-name-case-convert-function)
7733         (bibtex-autokey-titleword-case-convert-function): Make these the
7734         real names.
7735         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
7736         bibtex-font-lock-crossref sublists.
7737         (bibtex-mode): Revert 2005-12-30 change (which made
7738         completion-ignore-case buffer-local).
7739         (bibtex-url): Simplify.
7741 2006-03-19  Kim F. Storm  <storm@cua.dk>
7743         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
7744         cursor property value to 2 (to align with C level change).
7746 2006-03-19  Bill Wohler  <wohler@newt.com>
7748         * image.el (image-load-path-for-library): Shorten first line in
7749         docstring.
7751 2006-03-18  Richard Stallman  <rms@gnu.org>
7753         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
7755 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
7757         * isearch.el (isearch-other-meta-char): Handle user bindings for
7758         shifted control characters.
7760 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
7762         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
7763         part that matches email addresses, file names, etc.
7765 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
7767         * term/w32-win.el (mouse-set-font):
7768         Mention w32-list-proportional-fonts in the doc string.
7770 2006-03-18  Kim F. Storm  <storm@cua.dk>
7772         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
7773         (ido-unc-hosts): New user option to explicitly define list of know
7774         UNC-style hosts for completion.
7775         (ido-cache-unc-host-shares-time): New user option.
7776         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
7777         New helper functions for UNC file-name support.
7778         (ido-may-cache-directory): Check for UNC host.  Simplify.
7779         (ido-wash-history): Clean out old UNC hosts.
7780         (ido-nonreadable-directory-p): UNC hosts are always readable.
7781         (ido-directory-too-big-p): UNC hosts are never too big.
7782         (ido-set-current-directory): Handle UNC root path.
7783         (ido-file-name-all-completions): Complete UNC host names from
7784         ido-unc-hosts list.  Cache UNC host shares.
7785         (ido-make-file-list-1): Don't filter UNC root.
7786         (ido-exhibit): Check for // in root directory, and switch to UNC
7787         mode by setting ido-current-directory to //.
7789 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
7791         * cus-edit.el (customize-changed-options): Mention explicit
7792         version number as default in prompt.
7794 2006-03-17  Bill Wohler  <wohler@newt.com>
7796         * image.el (image-load-path-for-library): Minor docstring fix.
7798 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
7800         * textmodes/org.el (org-read-date): Include subgroup 5 into
7801         replacement text.
7802         (org-popup-calendar-for-date-prompt): Fix customization type.
7804 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
7806         * progmodes/gdb-ui.el (gud-watch): Provide completion.
7807         (gdb-continuation): New variable.
7808         (gdb-send): Deal with continuation lines.
7810         * progmodes/gud.el (gud-gdb-complete-command)
7811         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
7812         expressions.
7813         (gud-tooltip-mode): Use buffer-local value.
7815 2006-03-16  Kim F. Storm  <storm@cua.dk>
7817         * ido.el (ido-edit-input): Use selected match, if any.
7819 2006-03-16  Bill Wohler  <wohler@newt.com>
7821         * image.el (image-load-path-for-library): Prefer user's images in
7822         image-load-path.
7824 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
7826         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
7827         when checking for attempt to drag leftmost or rightmost scrollbar.
7829 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
7831         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
7832         (gdb-force-mode-line-update): New function.
7833         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
7834         (gdb-exited): Use them.
7835         (gdb-signal): New function.
7836         (gdb-annotation-rules): Provide a rule for it.
7838 2006-03-16  Kenichi Handa  <handa@m17n.org>
7840         * international/mule.el (auto-coding-regexp-alist): Add entries
7841         for Unicode BOM.
7843         * sort.el (sort-build-lists): Temporarily bind
7844         inhibit-field-text-motion to t.
7846 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
7848         * locate.el (locate-command, locate-make-command-line)
7849         (locate-fcodes-file, locate-update-command)
7850         (locate-prompt-for-command, locate, locate-with-filter)
7851         (locate-get-file-positions): Doc fixes.
7852         (locate-buffer-name, locate-header-face): Remove leading `*' in
7853         defcustom.
7854         (locate-filter-output): Use `keep-lines' instead of its alias
7855         `delete-non-matching-lines'.
7856         (locate-get-filename, locate-get-dirname): Add introductory comment.
7857         (locate-find-directory-other-window): Give appropriate error
7858         message if used outside main listing.
7860 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7862         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
7863         the new extend-region feature.
7864         (font-lock-after-change-function): Update correspondingly.
7865         * jit-lock.el (jit-lock-after-change): Update correspondingly.
7866         * progmodes/grep.el (font-lock-lines-before): Don't disable.
7868 2006-03-15  Bill Wohler  <wohler@newt.com>
7870         * image.el (image-load-path-for-library): Fix example by not
7871         recommending that one binds image-load-path.  Just defvar it to
7872         placate compiler and only use it if previously defined.
7874 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
7876         * textmodes/org.el (org-insert-centered): Use `string-width' to
7877         make underlining work for wide characters.
7878         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
7879         TAB to `org-cycle', to make sure that no binding in
7880         `outline-mode-map' can supercede it.
7882 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
7884         * allout.el: Increment version to 2.2.1 in file commentary.
7886         (allout-version): Increment to 2.2.1.
7888         (allout-default-layout): New customization variable, used when the
7889         file lacks a specific allout-layout.  Uses allout-layout-type for
7890         recursively nested definition.
7892         (allout-layout-type): Widget defining allout layouts, necessary for
7893         self-recursive definition.
7895         (allout-mode): Incorporate allout-default-layout as fallback for
7896         allout-layout.
7898         (allout-layout): Mark as 'safe-local-variable', and refer mention
7899         fallback to `allout-default-layout' in absence of a specified value.
7900         (allout-passphrase-verifier-string)
7901         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
7903         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
7905         (allout-get-encryption-passphrase-verifier): Use correct name of
7906         passphrase verifier in docstring.
7908 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
7910         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
7911         elements.
7912         (gdb-find-watch-expression): Make it work for arrays too.
7913         Follow change to gdb-var-list.
7914         (gud-watch): Allow the user to enter variable name with a prexix
7915         arg.  Create keybindings.
7916         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
7917         (gdb-var-list-children-handler, gdb-var-update-handler)
7918         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
7919         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
7920         Follow change to gdb-var-list.
7921         (gdb-starting): Don't show the overlay arrows when program is running.
7923         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
7924         gdb-var-list.
7926 2006-03-14  Bill Wohler  <wohler@newt.com>
7928         * image.el (image-load-path-for-library): Pass value of path
7929         rather than symbol.  Always return list of directories.
7930         Guarantee that image directory comes first.
7932 2006-03-14  Alan Mackenzie  <acm@muc.de>
7934         * font-core.el (font-lock-extend-region\(-function\)?.):
7935         New function/variable.
7937         * font-lock.el (font-lock-after-change-function):
7938         Call font-lock-extend-region.  Obey font-lock-lines-before.
7939         (font-lock-default-fontify-region): Remove reference to
7940         font-lock-lines-before.
7942         * jit-lock.el (jit-lock-after-change):
7943         Call font-lock-extend-region.  Obey font-lock-lines-before.
7945 2006-03-14  David Ponce  <david@dponce.com>
7947         * tree-widget.el (tree-widget-themes-load-path)
7948         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7950 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
7952         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
7953         (rcirc-print): Mark the start of text at the end of the prompt.
7954         (rcirc-track-minor-mode): Add autoload cookie.
7955         (rcirc-update-activity-string): Add space to front of mode-line
7956         indicator.
7958 2006-03-13  Miles Bader  <miles@gnu.org>
7960         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
7961         (rcirc-abbrev-nick): Remove function.
7962         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
7964 2006-03-13  David Ponce  <david@dponce.com>
7966         * tree-widget.el: Handle themes across all occurrences of the main
7967         themes sub-directory found in tree-widget-themes-load-path.
7968         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7969         (tree-widget--locate-sub-directory): Return all occurrences.
7970         (tree-widget-themes-path): New function.
7971         Replace tree-widget-themes-directory, and return a list of directories.
7972         (tree-widget-set-parent-theme)
7973         (tree-widget-lookup-image): Use it.
7975 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
7977         * textmodes/org.el (org-link-search): Avoid self-matching of
7978         links, allow target text to be distributed over several lines.
7979         (org-search-not-link): New function.
7980         (org-set-regexps-and-options, org-get-current-options):
7981         New startup options.
7982         (org-export-as-html): Take odd-level setting from local variable.
7983         (org-fontify-emphasized-text): New option.
7984         (org-set-font-lock-defaults): Include emphasized text.
7985         (org-follow-mhe-link): Allow folder-only links, fix folder name.
7986         (org-font-lock): Customize group renamed from `org-faces'.
7988 2006-03-13  John Paul Wallington  <jpw@pobox.com>
7990         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
7991         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
7993 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
7995         * cus-start.el (all): Delete :version keyword for members of the
7996         fringe group, since the entire group is new in 22.1.
7998 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
8000         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
8001         map if value is hexadecimal (an address).
8002         (gud-watch): Only search roots for existing watch expressions.
8003         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
8004         prevent caching problems with speedbar-update-directory-contents.
8006 2006-03-12  Juri Linkov  <juri@jurta.org>
8008         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
8009         before comparing with `low' and `warn'.
8011         * info.el (Info-dir-remove-duplicates): Move point to the
8012         beginning of the current line after deleting the entries from
8013         redundant heading.  Use marker for `limit' and compare it with
8014         point before calling `re-search-forward'.
8016 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
8018         * simple.el (yank): Fix typo in docstring.
8020 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
8022         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
8023         messages, where "D" is the 6th character.
8025 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
8027         * simple.el (yank): Fix last change.
8029 2006-03-11  David Ponce  <david@dponce.com>
8031         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
8032         merging elements from the standard ispell-dictionary-alist.
8033         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
8034         alist, and return the new alist.
8036 2006-03-11  Richard Stallman  <rms@gnu.org>
8038         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
8040         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
8041         the way it is implemented is too unclean.
8043         * simple.el (kill-region, yank): Doc fix.
8045         * battery.el (battery-echo-area-format): Doc fix.
8046         (battery-mode-line-format): Likewise.
8047         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
8048         (battery-linux-proc-acpi): Ignore batteries that say "charged".
8050 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
8052         * progmodes/octave-mod.el (octave-indent-for-comment):
8053         Behave according to do string.
8055 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
8057         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
8058         Be visible only if major mode is Mail Mode.
8060         * textmodes/flyspell.el (flyspell-external-point-words)
8061         (flyspell-process-localwords): Fix last changes.
8063 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
8065         * calendar/holidays.el (list-holidays): Doc fix.
8067         * international/mule.el (auto-coding-alist): Add .odt
8068         (OpenOffice's open document) files.
8070         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
8071         document) files.  Mention in the doc string the need to sync with
8072         auto-coding-alist.
8074 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
8076         * files.el (hack-local-variables-confirm): Don't prompt for ! if
8077         enable-local-variables is set to always query, or there is no
8078         savable variable.
8080 2006-03-10  Bill Wohler  <wohler@newt.com>
8082         * image.el (image-load-path-for-library): Merge at least three
8083         functions from Gnus and MH-E into this one function that can now
8084         be shared.
8086 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
8088         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
8089         gdb-remove-mouse-face and remove help-echo too.
8090         (gdb-enqueue-input): Correct conditional clause.
8092 2006-03-10  Glenn Morris  <rgm@gnu.org>
8094         * calendar/calendar.el (calendar-holidays): Doc fix.
8095         * calendar/holidays.el (list-holidays): Doc fix.
8097 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
8099         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
8100         it gets called in gdb-prompt anyway.
8101         (gdb-use-separate-io-buffer): Only restore window arrangement for
8102         gdb-many-windows.
8103         (gdb-enqueue-input): Make it harder to send GDB input when program
8104         is running.
8105         (gdb-buffer-list): New variable.
8106         (gdb-remove-mouse-face): New function.
8107         (gdb-starting): Use it when GDB input won't get sent.
8109 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
8111         * help.el (view-lossage): Remove trailing whitespace before
8112         inserting "\n".
8114 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
8116         * files.el (hack-local-variables-confirm):
8117         Set coding-system-for-read to nil before writing to .emacs.
8119         * arc-mode.el (archive-extract): Check if an existing buffer name
8120         comes from a different archive.
8122         * help.el (describe-key-briefly): If KEY is a down event, read and
8123         discard the up event.
8125 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
8127         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
8128         be edited and use font-lock-warning-face for any changes.
8130         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
8131         (gdb-edit-value): Use it to report any errors.
8133 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
8135         * help.el (describe-key): Remove leftover test code.
8137 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
8139         * textmodes/org.el: Move defvars out of eval-when-compile.
8140         Use buffer-file-name variable.
8141         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
8142         arg `file'.
8143         (org-level-faces): Remove startup dependency.
8144         (org-cycle, org-map-tree, org-scan-tags)
8145         (org-remember-handler): Don't call `outline-level' directly.
8146         (org-mhe-search-all-folders): New option.
8147         (org-mhe-get-message-folder-from-index)
8148         (org-mhe-get-message-folder): Fix indexing search.
8149         (org-format-agenda-item): Handle nil TAGS argument.
8150         (org-cleaned-string-for-export, org-activate-target-links)
8151         (org-make-target-link-regexp): Deal with empty radio target list.
8152         (org-tag): New face.
8153         (org-get-level-face): New function.
8154         (org-set-font-lock-defaults): Simplify setup for headlines.
8155         (org-complete): Pass common substring to `display-completion-list'.
8157 2006-03-06  David Ponce  <david@dponce.com>
8159         * tree-widget.el: Update Commentary header.
8160         (tree-widget-theme-name): Ignore parent themes.
8161         (tree-widget-set-parent-theme): New function.
8162         (tree-widget-set-theme): Use it.
8163         (tree-widget-set-image-properties): Move definition.  Does nothing
8164         if image properties have already been set.
8165         (tree-widget-image-properties): Move definition.  Receive an image
8166         name.  Set the :pointer property.
8167         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
8168         Don't set the :pointer image property.
8169         (tree-widget-convert-widget): New function.  Handle :dynargs
8170         compatibility here.
8171         (tree-widget): Use it to :convert-widget.  Add the :expander-p
8172         predicate to control when the :expander function is entered.
8173         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
8174         (tree-widget-value-create): Handle :expander-p.  widget-apply
8175         :expander.
8176         (tree-widget-expander-p): New function.  Default value of the
8177         :expander-p property.
8179 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
8181         * help.el (describe-key): Properly handle the return value of
8182         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
8183         remaps.  Handle string and vector `follow-link' values.
8185 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8187         * complete.el (PC-expand-many-files): Try be more careful when parsing
8188         the shell's output.
8190 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8192         * outline.el (hide-sublevels): Provide better interactive default.
8194 2006-03-06  Kenichi Handa  <handa@m17n.org>
8196         * international/fontset.el (create-fontset-from-fontset-spec):
8197         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
8199 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
8201         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
8202         backslashes instead of one in regexp.
8203         (gud-tooltip-dereference): Add missing optional argument.
8205 2006-03-04  John Paul Wallington  <jpw@pobox.com>
8207         * wdired.el (toplevel): Require `cl' at compile-time.
8209 2006-03-04  Andreas Schwab  <schwab@suse.de>
8211         * server.el (server-process-filter): Handle errors during
8212         evaluation of the argument.
8214 2006-03-03  John Paul Wallington  <jpw@pobox.com>
8216         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
8217         escape parentheses at beginning of line.
8218         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
8219         (t-mouse-mode): Remove period from end of error message.
8221 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
8223         * textmodes/flyspell.el (flyspell-process-localwords):
8224         Be case-sensitive.
8226 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
8228         * cus-edit.el (custom-quote): Remove function, since it has been
8229         moved to custom.el.
8231         * font-lock.el (lisp-font-lock-keywords-2)
8232         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
8233         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
8234         they have no special meaning.
8236         * midnight.el (clean-buffer-list): Handle case where base-buffer of
8237         indirect buffer gets killed before indirect buffer.  Use dolist.
8239 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
8241         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
8242         value instead of a literal constant (1) on more pauses.
8244 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8246         * textmodes/flyspell.el (flyspell-external-point-words):
8247         Be case-sensitive.
8249 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
8251         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
8252         with "www".
8254 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
8256         * allout.el: Restablish intermediate missing comment header to
8257         preserve outline structure.
8258         (allout-beginning-of-current-entry): Skip invisible text.
8259         (allout-open-topic): Fix opening a topic at end-of-buffer.
8260         (allout-minor-mode): Move nearer to allout-mode function.
8262 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
8264         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
8266 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
8268         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
8269         is nil.
8271         * progmodes/gud.el (gud-speedbar-menu-items):
8272         Use buffer-local-value and add missing :visible keyword.
8274         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
8276 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
8278         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
8279         must be `follow-link'.
8281         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
8283         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
8284         formatting: No nested anchors.
8285         (org-all-targets): Fix bug with XEmacs compatibility.
8286         (org-read-date): Add (require 'parse-time).
8287         (org-set-tags): Fix bug with extra inserted space.
8288         (org-export-html-style): Define a style class for targets.
8289         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
8290         (org-hide-leading-stars): New option.
8291         (org-hide): New face.
8292         (org-set-font-lock-defaults): Allow to hide leading stars.
8293         (org-get-legal-level, org-tr-level): New functions.
8294         (org-odd-levels-only): New option.
8295         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
8296         (org-demote, org-promote): Deal with double-star levels.
8297         (org-convert-to-odd-levels): New command.
8299 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
8301         * speedbar.el (speedbar-update-localized-contents): Try to
8302         preserve window-start.
8303         (speedbar-update-directory-contents): Try to preserve window-start
8304         and window-point.
8305         (speedbar-update-special-contents): Don't move back to start of window.
8307         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
8308         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
8309         speedbar-timer-fn.
8310         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
8311         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
8312         instead of gdb-speedbar-timer-fn.
8314 2006-02-28  Jay Belanger  <belanger@truman.edu>
8316         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
8317         (math-compose-expr): Use latex option when calling
8318         `math-compose-tex-matrix' for latex mode.
8320 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
8322         * speedbar.el: Re-instate comments about developing for speedbar
8323         [this is what info and gdb-ui use even if better methods exist now].
8325         * t-mouse.el: New file.
8326         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
8327         (t-mouse-lispy-buffer-posn-from-coords): Remove.
8328         (t-mouse-make-event-element): Use posn-at-x-y instead.
8329         (t-mouse-make-event): Deal with Fedora Core 3.
8330         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
8331         (t-mouse-mouse-position-function): New function.  Use it instead
8332         of advising mouse-position.
8333         (t-mouse-mode): New minor mode.
8334         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
8336 2006-02-27  Glenn Morris  <rgm@gnu.org>
8338         * calendar/calendar.el (calendar-holidays): Doc fix.
8340 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
8342         * progmodes/gdb-ui.el (gdb-source-window): New variable.
8343         Re-introduce the concept of a source window.
8344         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
8345         consistency with get-buffer-create.
8346         (def-gdb-auto-update-handler, gdb-info-locals-handler)
8347         (gdb-data-list-register-values-handler)
8348         (gdb-stack-list-locals-handler): Try to preserve window-start as
8349         well as window-point.
8350         (gdb-display-source-buffer): New function (old concept).
8351         (gdb-goto-breakpoint): Use it.
8353         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
8354         for gdb-ui/gdb-mi (old concept).
8356 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
8358         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
8359         binding.
8361         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
8363         * textmodes/reftex-sel.el (reftex-select-label-map)
8364         (reftex-select-bib-map): Add `follow-mouse' binding.
8366 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
8368         * jka-cmpr-hook.el (jka-compr-compression-info-list)
8369         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
8370         Give :set functions to provide automatic updating.
8371         Update docstring.  Give compiler defvars early in the file
8372         and move the defcustoms to a later spot where all called functions
8373         are defined.
8374         (jka-compr-file-name-handler-entry): Doc fix.
8375         (jka-compr-compression-info-list--internal)
8376         (jka-compr-mode-alist-additions--internal)
8377         (jka-compr-load-suffixes--internal): New variables.
8378         (jka-compr-install): Set the three above variables.
8379         Update `load-file-rep-suffixes' instead of `load-suffixes'.
8380         (jka-compr-update, jka-compr-set): New functions.
8381         (auto-compression-mode): Doc fix.
8383         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
8384         Update `load-file-rep-suffixes' instead of `load-suffixes'.
8385         Use jka-compr-compression-info-list--internal,
8386         jka-compr-mode-alist-additions--internal and
8387         jka-compr-load-suffixes--internal.
8389         * files.el (load-library):
8390         * loadhist.el (file-loadhist-lookup):
8391         * startup.el (command-line):
8392         * subr.el (locate-library):
8393         * emacs-lisp/autoload.el (update-directory-autoloads):
8394         * emacs-lisp/find-func.el (find-library-suffixes):
8395         Use `get-load-suffixes' instead of `load-suffixes'.
8397         * subr.el (locate-library):
8398         * emacs-lisp/find-func.el (find-library-name):
8399         Use `load-file-rep-suffixes' instead of '("").
8401 2006-02-26  Kim F. Storm  <storm@cua.dk>
8403         * ido.el (ido-save-history, ido-load-history): Simplify.
8404         Don't use find-file-noselect to avoid interference from other modes.
8406 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
8408         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
8409         to use the default shell if filename is not available.
8410         Reported by Giorgos Keramidas.
8412 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
8414         * progmodes/etags.el (tags-completion-table): Do completion from
8415         all the tables in the current list, as documented in the manual.
8417 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8419         * CC Mode Update to 5.31.3.
8421 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8423         * progmodes/cc-mode.el (c-postprocess-file-styles):
8424         Bind inhibit-read-only to t, around the call to
8425         c-remove-any-local-eval-or-mode-variables, so that it works on a
8426         RO file.
8428 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8430         * progmodes/cc-awk.el: Correct a typo.
8432 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8434         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
8435         c-hungry-delete-backwards, at the request of RMS.  Leave the old
8436         name as an alias.
8438 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8440         * progmodes/cc-mode.el: Correct a typo.
8442 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8444         * progmodes/cc-defs.el: Update the version number to 5.31.3.
8446 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8448         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
8449         brace-else-brace (error due to mbeg, mend being undefined).
8451 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8453         * progmodes/cc-mode.el: File Local variables: Solve the problem
8454         where both `mode' and c-file-offsets are specified: `mode' will
8455         overwrite c-f-o's settings:
8456         (c-remove-any-local-eval-or-mode-variables): New function.
8457         (c-postprocess-file-styles): Call the above new function, within
8458         c-tentative-buffer-change, to splat `mode' and `eval' before the
8459         second hack-local-variables.
8461 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8463         * progmodes/cc-mode.el:
8464         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
8465         (c-after-change): Protect the match data with save-match-data.
8466         It was getting corrupted by c-after-change-check-<>-operators.
8468         * cc-defs.el: [Supersedes patch V1.38]:
8469         (top level): Check for a buggy font-lock-compile-keywords ONLY in
8470         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
8472         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
8473         with save-match-data.  It was being corrupted when Font Lock was
8474         not enabled.
8476 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8478         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
8479         Mode and Subword Mode.
8481         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
8482         real labels ("case 1:" or "foo:") from non-labels ("public:").
8483         (c-forward-objc-directive): Replace c-forward-token-2 with crude
8484         coding; c-f-t-2 doesn't move over a token at EOB.
8486         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
8488         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
8489         (c-update-modeline): Concatenate the minor mode indicators
8490         directly onto mode-name, removing c-submode-indicators.
8491         Sometimes, c-s-i got separated from the mode name on the mode line.
8493         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
8494         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
8496 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8498         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
8499         error message when there's an evaluation error to show whether
8500         it's loaded from source or not.
8501         (c-filter-ops): Make it available at runtime too to work when
8502         `c-make-init-lang-vars-fun' needs to evaluate from source.
8504 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
8506         * help.el (help): Revert last part of 2006-02-23 change (deletion
8507         of the `provide' call).
8509 2006-02-23  Juri Linkov  <juri@jurta.org>
8511         * compare-w.el (compare-windows-highlight): Add new value
8512         `persistent' and change :type from `boolean' to `choice'.
8513         (compare-windows-overlays1, compare-windows-overlays2):
8514         New internal variables.
8515         (compare-windows-highlight): If compare-windows-highlight is
8516         `persistent', add current overlays to compare-windows-overlays[12]
8517         instead of adding compare-windows-dehighlight to pre-command-hook.
8518         (compare-windows-dehighlight): Delete all overlays from
8519         compare-windows-overlays[12].
8521         * info.el (Info-search): Don't bind search-spaces-regexp to
8522         Info-search-whitespace-regexp in non-regexp isearch mode.
8524 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8526         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
8528 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
8530         * textmodes/org.el (org-xemacs-p)
8531         (org-export-html-show-new-buffer, org-table-may-need-update)
8532         (org-insert-item, org-mhe-get-message-real-folder)
8533         (org-mhe-get-message-folder-from-index)
8534         (org-mhe-get-message-folder, org-mhe-get-message-num)
8535         (org-mhe-get-header, org-make-org-heading-search-string)
8536         (org-make-org-heading-camel, org-table-sort-lines)
8537         (org-format-org-table-html, org-format-table-table-html):
8538         Fix typos in docstrings.
8540 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
8542         * textmodes/org.el (org-cleaned-string-for-export)
8543         (org-solidify-link-text): New function.
8544         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
8545         XEmacs, just to silence the compiler.
8546         (org-export-as-ascii, org-export-as-html-and-open):
8547         Use `org-cleaned-string-for-export' and create internal links.
8548         (org-follow-mhe-link): Require mh-e, use folder.
8550 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
8552         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
8554         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
8555         gdb-debug-log-length.
8556         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
8557         it a real ring but...
8558         (gud-gdba-marker-filter): ...make it work like mark-ring.
8559         (gdb-enable-debug): Rename from gdb-enable-debug-log.
8560         (gdb-mouse-jump): New function.  Add bindings.
8562 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
8564         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
8565         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
8566         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
8567         (gdb-debug-log-length): Customize it's length.
8568         (gud-watch, gdb-var-create-handler): Display function::var format
8569         but don't use to create variable object.
8570         (gdb-var-create-handler): Use message-box in place of message.
8571         (gdb-stopped): Call gdb-exited if signalled.
8573 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
8575         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
8577         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
8579         * textmodes/reftex.el (reftex-locate-file): Search all extensions
8580         if `reftex-try-all-extensions' is set.
8582         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
8583         fail silently when there is no valid argument at point.
8584         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
8585         `fail-silently' argument.  From a patch by David Reiter.
8587         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
8588         New commands.
8589         (org-mark-ring): New variable.
8590         (org-mark-ring-length): New option.
8591         (org-open-at-point, org-goto, org-open-file): Push old position
8592         onto the mark ring.
8593         (org-add-hook): New function.
8594         (org-export-table-remove-special-lines): New option.
8595         (org-skip-comments, org-format-org-table-html): Respect new
8596         option `org-export-table-remove-special-lines'.
8597         (org-open-file): Allow special command configuration for
8598         directory link.
8599         (org-file-apps): Fix bugs in customize type, added setting
8600         for directories.
8601         (org-activate-tags, org-format-agenda-item, org-complete)
8602         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
8603         (org-get-tags, org-get-buffer-tags, org-open-at-point)
8604         (org-link-search, org-make-org-heading-search-string)
8605         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
8606         (org-radio-targets, org-file-link-context-use-camel-case)
8607         (org-activate-camels): New options.
8608         (org-update-radio-target-regexp, org-all-targets)
8609         (org-make-target-link-regexp, org-activate-target-links):
8610         New functions.
8611         (org-make-org-heading-search-string): New function.
8612         (org-store-link, org-insert-link): Use new option
8613         `org-file-link-context-use-camel-case'.
8614         (org-activate-camels): Use new option `org-activate-camels'.
8615         (org-link-regexp): Add mhe prefix.
8616         (org-open-at-point, org-store-link): Support for mhe links.
8617         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
8618         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
8619         (org-mhe-get-header, org-follow-mhe-link): New functions.
8620         (org-remove-angle-brackets, org-add-angle-brackets):
8621         New functions.
8622         (org-bracket-link-regexp): New constant.
8623         (org-read-date): Fix bug that was rejecting all typed dates.
8624         (org-link-search): Make hierarchy above visible after a match.
8625         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
8626         (org-store-link): Fix bug with link creation when cursor is in
8627         an empty line.
8628         (org-open-at-point): Fix bug with matching a link.
8629         Fixed buggy argument sequence in call to `org-view-tags'.
8630         (org-compile-prefix-format): Set `org-prefix-has-tag'.
8631         (org-prefix-has-tag): New variable.
8632         (org-format-agenda-item): Remove tags from headline
8633         if appropriate.
8634         (org-agenda-remove-tags-when-in-prefix): New option.
8636 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
8638         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
8639         Fix the regular expressions.
8641 2006-02-21  Richard M. Stallman  <rms@gnu.org>
8643         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
8644         if there's no other specific basis.
8646         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
8647         as variables at all.
8648         (unsafep-variable): Rename arg; doc fix.
8650         * abbrevlist.el (list-one-abbrev-table): Add autoload.
8652         * calendar/appt.el (diary-selective-display): Add defvar.
8654         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
8656         * isearch.el (search-whitespace-regexp): Fix custom type.
8658         * help.el (describe-key-briefly): Compute interactive args
8659         in same was as before previous change.
8661         * files.el (enable-local-variables): Doc fix.
8663 2006-02-21  Kim F. Storm  <storm@cua.dk>
8665         * fringe.el: Cleanup as file is now pre-loaded.
8666         (fringe-bitmaps): Initialize unconditionally.
8667         (fringe-mode, set-fringe-style): Remove autoload cookies.
8669 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
8671         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
8672         `horizontal-bar'.
8673         (fringe-cursor-alist): Use `horizontal-bar'.
8675 2006-02-20  Kim F. Storm  <storm@cua.dk>
8677         * fringe.el (fringe-bitmaps): Update to new bitmap names.
8678         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
8680         * loadup.el: Load "fringe" on window systems.
8682 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
8684         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
8685         out of scope components.
8687         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
8688         default.
8690 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
8692         * custom.el (customize-mark-to-save, customize-mark-as-set):
8693         Load the symbol first.
8695 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
8697         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
8698         strech spec so it doesn't display as "^J" on the header line
8699         when `Buffer-menu-use-header-line' is t.
8701 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
8703         * speedbar.el (speedbar-make-button): Keep text properties
8704         of string arguments if desired.
8706         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
8707         expessions.
8709         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
8710         of speedbar.
8712 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
8714         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
8715         to value of `read-file-name-completion-ignore-case'.
8717 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
8719         * custom.el (customize-mark-as-set): Push to `user' theme.
8721         * cus-edit.el (custom-save-variables): Allow unthemed values.
8722         (customize-set-variable): Push setting to `user' theme.
8724 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
8726         * progmodes/gud.el: Don't require font-lock as it's now
8727         automatically loaded.
8728         (gud-speedbar-buttons): Replace gdb-var-changed with
8729         gdb-force-update.
8731         * progmodes/gdb-ui.el (gdb-force-update): Rename from
8732         gdb-var-changed.
8733         (gdb-post-prompt): Use it.
8734         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8735         (gdb-var-update-handler, gdb-var-delete)
8736         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
8737         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
8738         gdb-force-update in gdb-post-prompt.
8739         (gdb-reset): Clear watch expressions from speedbar when quitting.
8741 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8743         * viper-cmd.el (viper-insert-state-post-command-sentinel)
8744         (viper-change-state-to-vi, viper-change-state-to-emacs):
8745         Make aware of cursor coloring in the Emacs state.
8746         (viper-special-read-and-insert-char): Use read-char-exclusive.
8747         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
8749         * viper-init.el (viper-emacs-state-cursor-color): New variable.
8751         * viper-util.el (viper-save-cursor-color)
8752         (viper-get-saved-cursor-color-in-replace-mode)
8753         (viper-get-saved-cursor-color-in-insert-mode)
8754         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
8755         state.
8756         (viper-get-saved-cursor-color-in-emacs-mode): New function.
8758         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
8759         (ediff-ignore-case-option3, ediff-actual-diff-options)
8760         (ediff-actual-diff3-options): New variables to control case sensitivity.
8761         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
8762         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
8763         (ediff-toggle-ignore-case): New function.
8764         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
8766         * ediff-help.el (ediff-long-help-message-narrow2)
8767         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
8768         (ediff-long-help-message-word-mode): Add ignore-case command.
8769         (ediff-help-for-quick-help): Add ignore-case command.
8771         * ediff-merg.el: Move provide to the end.
8773         * ediff-ptch.el: Move provide to the end.
8775         * ediff-wind.el: Move provide to the end.
8777         * ediff-mult.el: Move provide to the end.
8778         (ediff-set-meta-overlay): Enable follow-link.
8780         * ediff.el: Move provide to the end.
8781         Break recursive load cycle in eval-when-compile.
8782         (ediff-patch-buffer): Better heuristics.
8784         * ediff-util.el: Move provide to the end.
8785         Break recursive load cycle in eval-when-compile.
8786         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
8787         defuns.
8788         (ediff-submit-report): Pass the values of ediff-diff3-program,
8789         ediff-diff3-options.
8791 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
8793         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
8794         the opening bracket of the following bracketing pairs: {}, [], (), <>,
8795         `' (for example, in the docstring of `windmove-default-keybindings').
8797 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
8799         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
8800         shadow face.  Don't provide binding to edit variable when it is
8801         out of scope.
8803         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8804         (gdb-var-update-handler): Detect out of scope variables with pre
8805         GDB 6.4 too.
8806         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
8807         Reset status of variable objects to nil in update handlers.
8808         (gdb-var-update-handler-1): Detect when a variable object comes
8809         in scope.  setcar on var changes gdb-var-list directly.
8811 2006-02-17  Juri Linkov  <juri@jurta.org>
8813         * ffap.el (ffap) <defface>: Add explicit face declaration.
8814         (ffap-highlight): Use face `ffap' directly instead of checking
8815         for its existence.
8817         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
8818         `visible-ok' of `other-buffer' to find the right original buffer.
8820         * info.el (Info-search): Skip `Local Variables' node.
8822 2006-02-17  Juri Linkov  <juri@jurta.org>
8824         * info.el (Info-find-file): Check for symbols `apropos', `history',
8825         `toc' in the input filename, and return these symbols as is.
8826         (Info-find-node-2): Set Info-current-file to symbols `apropos',
8827         `history', `toc' instead of strings.
8828         (Info-set-mode-line): For non-string Info-current-file use the
8829         symbol's name inside **.
8830         (Info-isearch-push-state): Add quote before Info-current-file and
8831         Info-current-node.
8832         (Info-isearch-pop-state): Use `equal' instead of `string='.
8833         (Info-extract-pointer, Info-following-node-name): Use
8834         `match-string-no-properties' instead of `match-string'.
8835         (Info-up): Check `old-file' for `stringp'.
8836         (Info-history): Use `equal' instead of `string-equal'.
8837         Check `file' for `stringp'.
8838         (Info-history): Use symbol `history' instead of string as first arg
8839         of `Info-find-node'.
8840         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
8841         `toc' instead of string.
8842         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
8843         instead of `buffer-substring', and `match-string-no-properties'
8844         instead of `match-string'.
8845         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
8846         instead of strings.
8847         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
8848         Use symbol `apropos' instead of string.
8849         (Info-copy-current-node-name): Check `Info-current-file' for
8850         `stringp' and construct a command with `Info-find-node' from it.
8851         (Info-fontify-node): Use `match-string-no-properties' instead of
8852         `match-string' and check file names for `stringp'.
8853         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
8854         `history', `toc' instead of strings.
8856 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
8858         * files.el: Rearrange functions and variables in the file local
8859         variables section.
8861 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
8863         * files.el: Add truncate-lines, ispell-check-comments and
8864         ispell-local-dictionary as safe local variables.
8866 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
8868         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
8869         out of scope variables.
8870         (gud-speedbar-buttons): Use unless.
8872         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
8873         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
8874         (gdb-show-changed-values): Also use for out of scope variables.
8875         (gdb-var-update-handler-1): Note if variable goes out of scope.
8877 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
8879         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
8880         default to global variable values for unsupplied args.
8881         (rcirc-get-buffer-create): Fix bug with setting the target.
8882         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
8883         test for rcirc-always-use-server-buffer-flag here.
8884         (rcirc-response-formats): Add %N, which is a facified nick.  %n
8885         uses the default face.  Change the ACTION format string.  If the
8886         "nick" is the server, don't print anything for that field.
8887         Comment fixes.
8888         (rcirc-target-buffer): Don't test
8889         rcirc-always-use-server-buffer-flag here.
8890         (rcirc-print): Squeeze extra spaces out of the text before message.
8891         (rcirc-put-nick-channel): Strip potential "@" char from nick
8892         before adding them to nick table.
8893         (rcirc-url-regexp): Improve to match address like "foo.com".
8895 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
8897         * allout.el (allout-hidden-p): Move this defsubst before
8898         allout-overlay-interior-modification-handler, where it is first
8899         used.
8901 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
8903         * allout.el: Use allout invisible-text overlays instead of
8904         selective display for concealed text.  Also, lots of general
8905         cleanup, and improved compatibility code.
8907         (allout-version) Incremented, corrected, revised, and refined
8908         module commentary.
8910         (provide 'allout): Moved to the bottom, added a require of overlay.
8912         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
8913         `except-current'.
8914         (allout-write-file-hook-handler): Minimize delay.
8915         (count-trailing-whitespace-region): New function so
8916         auto-encryption of current topic can resituate cursor exactly.
8917         PGP/GPG encryption trims trailing whitespace from lines, which
8918         must be accounted for across encryption then decryption.
8920         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
8921         just plain "\C-c", to avoid intruding on user's keybinding space.
8923         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
8924         parameter, so user request to provide a new password is done.
8926         (allout-outside-normal-auto-fill-function, allout-auto-fill):
8927         Refined mechanism for auto-filling behavior while in allout mode.
8929         (allout-mode): Explicitly specify the mode map in the docstring.
8930         Clarify provision for various write-file hook var names.
8931         Adjusted for invisible-text overlays instead of selective-display.
8933         (allout-depth): Really return 0 if not within any topic.  This
8934         rectifies `allout-beginning-of-level' and sequence numbering
8935         errors that occur when cutting and pasting numbered topics.
8936         Changed from a in-line subst to a regular function, as well.
8938         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
8940         (allout-end-of-subtree, allout-end-of-subtree)
8941         (allout-end-of-entry, allout-end-of-current-heading)
8942         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
8943         (allout-show-children, allout-show-to-offshoot)
8944         (allout-hide-current-entry, allout-show-current-entry): Rectified
8945         handling of trailing blank lines between items.
8947         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
8948         (allout-current-depth, allout-unprotected, allout-hidden-p)
8949         (allout-on-current-heading-p, allout-listify-exposed)
8950         (allout-chart-subtree, allout-goto-prefix)
8951         (allout-back-to-current-heading, allout-get-body-text)
8952         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
8953         (allout-hide-region-body, allout-toggle-subtree-encryption)
8954         (allout-encrypt-string, allout-encrypted-key-info)
8955         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
8956         (allout-file-vars-section-data): Adjusted for use with
8957         invisible-text overlays instead of selective-display.
8959         (allout-kill-line, allout-kill-topic, allout-yank-processing):
8960         Reworked for use with invisible text overlays.
8962         (allout-current-topic-collapsed-p): New function.
8964         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
8965         to know when to close the containing topic.
8967         (allout-pre-command-business, allout-post-command-business):
8968         Simplify undo-batching and dynamic isearch exposure.
8970         (allout-set-overlay-category): New for invisible-text overlays.
8971         Sets properties of allout-overlay-category, used by
8972         allout-flag-region to set invisible-text overlay properties.
8973         (allout-get-invisibility-overlay): Get the first qualifying
8974         invisibility overlay, so we can find the extent of it.
8975         (allout-back-to-visible-text): Get to just before the beginnining
8976         of the current invisibility overlay, if any.
8978         (allout-overlay-insert-in-front-handler)
8979         (allout-overlay-interior-modification-handler)
8980         (allout-before-change-handler, allout-isearch-end-handler): New
8981         functions to handle extraordinary actions affecting concealed
8982         text.
8984         (allout-flag-region): Use overlays instead of selective-display
8985         for invisible text - by inheritence from the properties of
8986         allout-overlay-category in mainline Emacs, and applied
8987         property-by-property in XEmacs, some recent versions of which
8988         don't inherit the properties from the category.  Provisions to
8989         respond to concealed-text edits simplified drastically.
8991         (allout-isearch-rectification, allout-isearch-was-font-lock)
8992         (allout-isearch-expose, allout-enwrap-isearch)
8993         (allout-isearch-abort, allout-pre-was-isearching)
8994         (allout-isearch-prior-pos, allout-isearch-did-quit)
8995         (allout-isearch-dynamic-expose)
8996         (allout-hide-current-entry-completely): Functions deleted.
8998         (allout-undo-aggregation): Explicit undo aggregation no longer
8999         necessary due to transition away from selective-display.
9001         (set-allout-regexp, allout-up-current-level)
9002         (allout-next-visible-heading, allout-forward-current-level)
9003         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
9004         (allout-kill-line, allout-yank-processing, allout-show-children)
9005         (allout-expose-topic, allout-old-expose-topic)
9006         (allout-listify-exposed, allout-insert-latex-header)
9007         (allout-toggle-subtree-encryption, allout-encrypt-string)
9008         (remove-from-invisibility-spec, allout-hide-current-subtree):
9009         Ditched unused variables.
9011 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
9013         * textmodes/ispell.el (ispell-change-dictionary): Call
9014         ispell-buffer-local-dict instead of
9015         ispell-accept-buffer-local-defs.
9016         (ispell-local-dictionary-alist): Accept as valid any coding-system
9017         supported by Emacs.
9018         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
9019         changed to iso-8859-3.
9021 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
9023         * speedbar.el (speedbar-frame-width): Make an inline function
9024         instead of a macro.  Use frame-width.
9025         (speedbar-try-completion, speedbar-update-contents)
9026         (speedbar-timer-fn): Use consp.
9027         (speedbar-update-localized-contents): Try to preserve point.
9029         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
9030         (menu): Re-order menu items.
9031         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
9032         field.
9033         (gdb-var-update-handler-1): Use it for GDB 6.4+.
9034         (gdb-post-prompt): Speed things by not forcing update.
9036 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
9038         * wid-edit.el (widget-button-click): For mouse-1, cancel button
9039         press and perform default action if we get a mouse movement event.
9041 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9043         * calendar/icalendar.el (icalendar--get-event-property)
9044         (icalendar--get-event-property-attributes): Fix typos in
9045         docstrings.
9047         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
9048         docstring.
9050 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
9052         * bs.el (bs-mode): Use `buffer-disable-undo'.
9053         (bs--get-file-name): Simplify.
9054         (bs-show-in-buffer): Mark the buffer as not modified.
9056 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9058         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
9059         widget-button-click.
9061         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9062         (custom-mode): Update docstring.
9064         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
9065         binding.
9067         * files.el (hack-local-variables-confirm): Allow scrolling if the
9068         file variable list is too long.  Kill temp buffer after use.
9070 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
9072         * progmodes/gud.el (gdb): Improve doc string.
9073         (gdb-script-font-lock-keywords): Expand allowed character set.
9075         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
9076         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
9077         (gdb-separate-io-interrupt, gdb-separate-io-quit)
9078         (gdb-separate-io-stop, gdb-separate-io-eof):
9079         Rename from gdb-inferior-* to gdb-separate-*.
9080         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
9082 2006-02-14  Jay Belanger  <belanger@truman.edu>
9084         * calc/calc-arith.el (math-check-known-scalarp): Make sure
9085         expression is a symbol before checking that it is bound.
9087         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
9088         test to see if equation can be solved.
9090 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9092         * wid-edit.el (widget-button-click): Use :pressed-face property
9093         for overlay face, if it exists.
9095         * cus-edit.el (custom-manual, custom-add-see-also)
9096         (custom-add-parent-links, custom-group-link): Add :pressed-face
9097         property to links.
9099         * files.el (hack-local-variables): Remove ignored variables before
9100         checking if any variables need setting.
9102 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9104         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
9106 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
9108         * help.el (where-is): Fix message for remapped commands.
9110         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
9111         Fix typos in docstrings.
9113 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
9115         * files.el (safe-local-variable-values): New option.
9116         (hack-local-variables-prop-line): Return a list of variable-value
9117         pairs if MODE-ONLY is non-nil.
9118         (hack-local-variables): Construct list of variable-value pairs,
9119         and apply or reject them in one go.  Ask for confirmation if
9120         variables are not known safe.
9121         (hack-local-variables-confirm): Complete rewrite.  Support
9122         `safe-local-variable-values'.
9123         (enable-local-variables): Update docstring to reflect new
9124         behavior.
9125         (ignored-local-variables): Ignore ignored-local-variables and
9126         safe-local-variable-values.
9127         (safe-local-variable-p): New function.
9128         (risky-local-variable-p): `safe-local-variable' property check
9129         moved to safe-local-variable-p.
9130         (hack-one-local-variable): Checks moved to hack-local-variables.
9132         (byte-compile-dynamic, c-basic-offset, c-file-style)
9133         (c-indent-level, comment-column, fill-column, fill-prefix)
9134         (indent-tabs-mode, kept-new-versions, no-byte-compile)
9135         (no-update-autoloads, outline-regexp, page-delimiter)
9136         (paragraph-start, paragraph-separate, sentence-end)
9137         (sentence-end-double-space tab-width, version-control):
9138         Add `safe-local-variable' property.
9140         * find-lisp.el: Delete nonexistent `autocompile' file variable.
9142         * icomplete.el, play/landmark.el: Change nonexistent
9143         `outline-layout' file variable to `allout-layout'.
9145 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
9147         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
9148         (gdb-get-changed-registers): Test value of gud-minor-mode relative
9149         to gud-comint-buffer.
9150         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
9151         gdb-ui.el for gdb-mi.el.
9152         (gdb-post-prompt, gdb-get-changed-registers): Move test for
9153         registers buffer to gdb-get-changed-registers.
9154         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
9155         deletion of catchpoints (throw and catch).
9156         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9157         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
9158         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
9159         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
9160         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
9162 2006-02-13  Jay Belanger  <belanger@truman.edu>
9164         * calc/calc-arith.el (math-check-known-matrixp): Make sure
9165         expression is a symbol before checking that it is bound.
9167 2006-02-13  Richard M. Stallman  <rms@gnu.org>
9169         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
9170         for the minibuffer too, but not if resize-mini-windows will interfere.
9172         * help.el (describe-key-briefly, describe-key): Do all arg-reading
9173         inside `interactive' spec.
9174         (describe-key-briefly-internal, describe-key-internal):
9175         Functions merged back into their callers.
9177 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
9179         * info.el (info-xref-visited): Inherit from info-xref too.
9180         (Info-set-mode-line): Replace occurrences of `%' by `%%'
9181         when propertizing Info-current-file and Info-current-node.
9183 2006-02-13  Juri Linkov  <juri@jurta.org>
9185         * tumme.el (tumme-thumbnail-storage): Fix docstring.
9186         (tumme-thumb-name): Fix per-directory format.
9188 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
9190         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
9192 2006-02-12  Miles Bader  <miles@gnu.org>
9194         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
9196 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
9198         * tumme.el: Remove history section.  If someone needs the it, it
9199         can always be found in CVS.
9201 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
9203         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
9204         about the Thumbnail Managing Standard option.
9206 2006-02-12  Richard M. Stallman  <rms@gnu.org>
9208         * subr.el (substitute-key-definition): Doc fix.
9210         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
9212         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
9214         * info.el (Info-mode): Doc fix.
9216         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
9218 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
9220         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
9221         because on Solaris a POSIX compatible "id" is needed.  Reported by
9222         Magnus Henoch <mange@freemail.hu>.
9224 2006-02-12  Juri Linkov  <juri@jurta.org>
9226         * tumme.el: Remove todo item about Thumbnail Managing Standard.
9227         (tumme) <defgroup>: Change :group to `multimedia'.
9228         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
9229         Managing Standard.
9230         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
9231         Fix dostring.
9232         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
9233         and %y.  Fix docstring.
9234         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
9235         (tumme-cmd-create-standard-thumbnail-command): New user options.
9236         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
9237         is `standard'.  Fix docstring.
9238         (tumme-thumb-width, tumme-thumb-height): New user options.
9239         (tumme-external-viewer): Try to find various viewers.
9240         (tumme-get-thumbnail-image): Use `create-image' instead of
9241         constructing the `image' structure.
9242         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
9243         `standard'.
9244         (tumme-thumb-name): Add file name generation for standard storage.
9245         Simplify code for other storages.
9246         (tumme-thumb-name): Use width %w and height %h instead of size %s.
9247         Add modification time %m and thumbnail-nq8 %q.
9248         Use `tumme-cmd-create-standard-thumbnail-command' if
9249         tumme-thumbnail-storage is `standard'.
9250         (tumme-dired-insert-marked-thumbs): New autoload command.
9251         (tumme-dired-after-readin-hook): New function.
9252         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
9253         `tumme-thumb-size'.
9254         (tumme-display-image): Replace size-x %x and size-y %y with
9255         width %w and height %h.
9257         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
9258         `tumme-dired-insert-marked-thumbs'.
9260 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
9262         * tumme.el (tumme-write-tag): Fix small bug (file name did not
9263         include path).
9264         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
9265         matching tag.
9267 2006-02-12  Miles Bader  <miles@gnu.org>
9269         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
9270         New variables.
9271         (rcirc-abbrev-nick): New function.
9272         (rcirc-format-response-string): Rewrite to use the formats in
9273         `rcirc-response-formats' and expand escape sequences therein.
9274         A text-property `rcirc-text' is added over the actual response
9275         text to make easy to find inside the returned string.
9276         (rcirc-print): When filling, just look for the `rcirc-text'
9277         text-property to find the appropriate fill prefix, instead of
9278         using hardwired patterns.
9280 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
9282         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
9283         Managing Standard.
9285 2006-02-11  Kim F. Storm  <storm@cua.dk>
9287         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
9288         Don't use insert-buffer; do insert-buffer-substring directly.
9289         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
9291 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
9293         * files.el (revert-buffer, recover-file): Replace buffer-read-only
9294         with inhibit-read-only.  Suggested by Stefan Monnier.
9295         (revert-buffer): Let insert-file-contents discard
9296         buffer-undo-list.  Simplify code.
9297         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
9299 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
9301         * menu-bar.el (menu-bar-select-yank): Add a doc string.
9303         * help.el (describe-key-briefly): Now a wrapper for
9304         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
9305         to t.  Populate yank-menu if empty.
9306         (describe-key-briefly-internal): Renamed from describe-key-briefly.
9307         (describe-key): Now a wrapper for describe-key-internal.  Bind
9308         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
9309         (describe-key-internal): Renamed from describe-key.
9311 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
9313         * progmodes/glasses.el (glasses-separator): Doc fix.
9314         (glasses-original-separator): New defcustom.
9315         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
9317 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
9319         * mwheel.el (mouse-wheel-up-event): Doc fix.
9321 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
9323         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
9324         (tumme-dir): New function.  Copied from thumbs.el.
9326 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
9328         * desktop.el (desktop-outvar): Fix typo.
9329         (desktop-save-buffer-p): Doc fix.
9331         * subr.el (substitute-key-definition): Fix typo.
9333 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9335         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
9336         when window-system is mac.
9338         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
9340 2006-02-10  Kim F. Storm  <storm@cua.dk>
9342         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
9343         indirect-function instead of using condition-case.
9345 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
9347         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
9348         less `colloquial'...
9350 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
9352         * tumme.el: Add a couple of todo items.
9354 2006-02-09  Lars Hansen  <larsh@soem.dk>
9356         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9357         (highlight-changes-mode): Don't change desktop-locals-to-save.
9359 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
9361         * image-mode.el (image-toggle-display): Clear image cache if using
9362         filename.
9364 2006-02-09  Masatake YAMATO  <jet@gyve.org>
9366         * dired-x.el (dired-guess-shell-alist-default): Add .man as
9367         a `dired-man' target.
9369         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
9370         boundary of symbols.
9372 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
9374         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
9376 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
9378         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
9379         `mapcar'; return nil.
9381 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
9383         * mouse.el (mouse-drag-track): Don't change window if we rebind to
9384         some other event.
9386 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
9388         * net/rcirc.el (rcirc-startup-channels-alist):
9389         Add irc.freenode.net and #emacs as defaults.
9390         (rcirc-ignore-all-activity-flag): Remove variable.
9391         (rcirc-authinfo): New variable.
9392         (rcirc-authinfo-filename): Remove variable.
9393         (rcirc-always-use-server-buffer-flag): New flag.
9394         (rcirc): M-x rcirc will automatically connect without prompting.
9395         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
9396         connection in lisp.
9397         (rcirc-process-server-response-1): Remove everything but the nick
9398         portion of the sender so it doesn't need to be done everywhere
9399         else.  Update related code.
9400         (global-map): Remove global keybindings.
9401         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
9402         (rcirc-send-input): Split into several functions.
9403         (rcirc-process-input-line, rcirc-process-message)
9404         (rcirc-process-command): New functions.
9405         (rcirc-target-buffer): New function to determine where to route
9406         messages.
9407         (rcirc-user-nick): Save match data.
9408         (rcirc-toggle-ignore-buffer-activity)
9409         (rcirc-update-activity-string): Remove global ignore functionality,
9410         which can be done now by toggling rcirc-track-minor-mode.
9411         (rcirc-track-minor-mode-map): New keymap.
9412         (rcirc-track-minor-mode): New minor-mode.
9413         (ignore): Make the ignore output nicer.  Always print it when
9414         adding or removing nicks.
9415         (rcirc-url-regexp): Improve.
9416         (rcirc-mangle-text): Remove properties before using text in the
9417         modeline.
9418         (rcirc-authenticate): Authentication data comes from
9419         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
9420         (rcirc-server-prefix): Inherit from rcirc-server.
9422 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
9424         * Makefile.in (compile): Append "|| true" to the end of the `find'
9425         command, like compile-always does.
9427 2006-02-08  Sam Steingold  <sds@gnu.org>
9429         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
9430         output from a dead connection.
9432 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
9434         * dired.el (dired-mode-map): Add more bindings for tumme.
9436 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9438         * wdired.el (wdired-mode-map): Use remap.
9439         (wdired-get-filename): Massage.
9440         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
9441         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
9442         `keymap' property rather than `local-map'.
9444 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
9446         * tumme.el (tumme-get-thumbnail-image): New utility function.
9447         Suggested by from Chong Yidong.
9448         (tumme-dired-with-window-configuration): Rename from
9449         `tumme-dired'.  Add code to save window configuration.
9450         (tumme-restore-window-configuration): New command to restore the
9451         window configuration that `tumme-dired-with-window-configuration'
9452         saves before it changes the window configuration.
9453         (tumme-show-all-from-dir): New command to display thumbnails for
9454         all files in a directory entered by the user, like M-x thumbs.
9455         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
9456         have been created.
9457         (tumme-display-thumbnail-original-image): Call `display-buffer'.
9458         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
9459         Remove obsolete test function.
9461 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
9463         * vc.el (small-temporary-file-directory): Remove defvar; there's
9464         a defcustom for it in files.el.
9466         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
9467         Fix typo in message.
9468         (tumme-gallery-generate): Fix typo in `error' message.
9469         (tumme-display-window-height-correction)
9470         (tumme-display-window-width-correction, tumme-line-up-dynamic)
9471         (tumme-line-up-interactive): Dox fixes.
9472         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
9473         (tumme-restore-window-configuration, tumme-format-properties-string)
9474         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
9475         Fix typos in docstrings.
9477 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
9479         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
9481 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
9483         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
9484         User should use hook if desired.
9486         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
9487         buffer if necessary.
9488         (gdb-delete-frame-or-window): New function.
9489         (gdb-breakpoints-mode-map): Bind "q" to it.
9491 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9493         * textmodes/nroff-mode.el: Clean up name space.
9494         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
9495         (nroff-mode): Obey the global setting of nroff-electric-mode.
9496         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
9498         * calendar/calendar.el (calendar-increment-month): Typo in last change.
9500 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
9502         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
9504 2006-02-06  Lars Hansen  <larsh@soem.dk>
9506         * generic-x.el (etc-fstab-generic-mode): Add file system types
9507         cifs and usbdevfs.  Allow special chars in file names.
9509 2006-02-05  Jay Belanger  <belanger@truman.edu>
9511         Update copyright notices of the files in lisp/calc.
9513 2006-02-05  Romain Francoise  <romain@orebokech.com>
9515         Update copyright notices of all files in the lisp/play directory.
9517 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
9519         * ldefs-boot.el: Regenerate.
9521         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
9523 2006-02-05  Kim F. Storm  <storm@cua.dk>
9525         * files.el (magic-mode-regexp-match-limit): New defvar.
9526         (set-auto-mode): Use it to limit magic-mode-alist matching.
9528 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
9530         * simple.el (display-message-or-buffer): Compare the number of
9531         characters to the frame width when determining whether a 1-line
9532         message string will fit in the echo area.  Count screen lines
9533         instead of buffer lines when determining whether a multi-line
9534         message will fit in the echo area/minibuffer window.
9536 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
9538         * info.el (Info-index, Info-mode): Improve the description of the
9539         `i' command.
9541         * ldefs-boot.el: Regenerate.
9543 2006-02-03  Werner Lemberg  <wl@gnu.org>
9545         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
9546         greedy to find the closing bracket in \*[...] and similar
9547         expressions.  This is a first rough fix -- many additional
9548         refinements are necessary to make nroff mode really usable with groff.
9550 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
9552         * international/mule-cmds.el (set-locale-environment):
9553         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
9554         libX11.
9556 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
9558         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
9559         archive are created in archive-tmpdir.
9561 2006-02-02  John Paul Wallington  <jpw@pobox.com>
9563         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
9564         (ibuffer-fontification-alist): Use it.
9565         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
9566         to "* z" and the Ibuffer Mark menu.
9568         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
9570 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9572         * textmodes/table.el (*table--cell-describe-mode)
9573         (*table--cell-describe-bindings): Undo last change since
9574         print-help-return-message is not obsoleted by anything at all.
9576 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
9578         * emulation/cua-base.el (cua-mode): Doc fix.
9580 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
9582         * dframe.el (dframe-handle-make-frame-visible)
9583         (dframe-handle-iconify-frame, dframe-get-focus)
9584         (dframe-select-attached-frame, dframe-power-click)
9585         (dframe-frame-mode): Fix typos in docstrings.
9587         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
9588         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
9589         Fix typos in docstrings.
9591         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
9592         (hi-lock-face-buffer, hi-lock-font-lock-hook)
9593         (hi-lock-archaic-interface-message-used)
9594         (hi-lock-file-patterns-range): Fix typos in docstrings.
9596         * savehist.el (savehist-loaded, savehist-load, savehist-install)
9597         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
9599         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
9600         Fix typo in docstring.
9602         * net/newsticker.el (newsticker--decode-iso8601-date)
9603         (newsticker--set-customvar, newsticker--buffer-insert-item)
9604         (newsticker--do-run-auto-mark-filter)
9605         (newsticker--parse-generic-feed): Doc fixes.
9606         (newsticker--retrieval-timer-list, newsticker-url-list)
9607         (newsticker-hide-immortal-items-in-echo-area)
9608         (newsticker-hide-obsolete-items-in-echo-area)
9609         (newsticker-new-item-face, newsticker--enclosure)
9610         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
9611         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
9612         (newsticker--parse-generic-feed, newsticker--cache-contains)
9613         (newsticker--stat-num-items, newsticker-download-enclosures):
9614         Fix typos in docstrings.
9616         * net/rcirc.el (rcirc-debug): Doc fix.
9617         (rcirc-fill-column, rcirc-receive-message-hooks)
9618         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
9619         (rcirc-mode, rcirc-generate-new-buffer-name)
9620         (rcirc-startup-channels, rcirc-ignore-update-automatic)
9621         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
9622         Fix typos in docstrings.
9623         (rcirc-print): "?\ " -> "?\s".
9624         (rcirc-cmd-join): Improve argument/docstring consistency.
9626 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
9628         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
9629         before narrow-to-region.
9631 2006-02-01  Richard M. Stallman  <rms@gnu.org>
9633         * simple.el (move-beginning-of-line): Scan properly for invis change.
9635         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
9637 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
9639         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
9640         change bit only when id-format is 'integer.  Reported by Matt
9641         Hodges <M.P.Hodges@rl.ac.uk>.
9643 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
9645         * hilit-chg.el (highlight-changes-initial-state)
9646         (highlight-changes-global-initial-state): Doc fixes.
9647         (highlight-changes-global-modes, global-highlight-changes):
9648         Fix typos in docstrings.
9650 2006-02-01  Kim F. Storm  <storm@cua.dk>
9652         * emulation/cua-base.el (cua-mode): Mention that CUA enables
9653         transient-mark-mode in doc string.
9655 2006-01-31  Richard M. Stallman  <rms@gnu.org>
9657         * replace.el (multi-occur): Doc fix.
9658         (multi-occur-in-matching-buffers): Rename from
9659         multi-occur-by-filename-regexp.  Prefix arg says match
9660         buffer names instead of file names.
9662 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
9664         * bs.el: Allow non-default values of `bs-header-lines-length'.
9665         (bs--running-in-xemacs): Remove (not needed anymore).
9666         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
9667         instead of `shrink-window', thus avoiding having to compute the
9668         height of the window.
9669         (bs--up): Wrap around even when there's no header.
9670         (bs--down): Use `forward-line' instead of `next-line'.
9672 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
9674         * image-mode.el (image-toggle-display): Use file name if possible,
9675         instead of unnecessarily allocating a (possibly huge) lisp string.
9677 2006-01-30  John Paul Wallington  <jpw@pobox.com>
9679         * subr.el (toplevel): Define `cl-assertion-failed' condition here
9680         because the `assert' macro signals it at runtime.
9682         * emacs-lisp/cl.el (toplevel): Remove definition of
9683         `cl-assertion-failed' condition.
9685 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
9687         * thumbs.el (thumbs-marked-list): Make buffer-local and
9688         permanent-local.
9689         (thumbs-insert-thumb): Make help-echo non-sticky.
9690         (thumbs-file-alist): Use eolp as check for (non)-image.
9692 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
9694         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
9695         (ediff-before-session-group-setup-hooks)
9696         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
9697         Fix typos in docstrings.
9699         * window.el (bw-dir, bw-eqdir, balance-windows)
9700         (split-window-keep-point): Fix typos in docstrings.
9702         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
9703         (org-quote-string, org-calendar-to-agenda-key)
9704         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
9705         (org-show-following-heading, org-tags-column)
9706         (org-use-tag-inheritance, org, org-allow-space-in-links)
9707         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
9708         (org-enable-table-editor, org-calc-default-modes)
9709         (org-table-allow-automatic-line-recalculation)
9710         (org-export-html-style, org-export-with-fixed-width)
9711         (org-export-with-sub-superscripts, org-special-keyword)
9712         (org-formula, org-time-grid, org-table-may-need-update)
9713         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
9714         (org-goto-quit, org-get-indentation, org-end-of-item)
9715         (org-move-item-down, org-move-item-up)
9716         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
9717         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
9718         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
9719         (org-agenda-log-mode, org-agenda-toggle-diary)
9720         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
9721         (org-agenda-file-to-end, org-agenda-no-heading-message)
9722         (org-agenda-get-closed, org-format-agenda-item)
9723         (org-cmp-priority, org-cmp-category, org-cmp-time)
9724         (org-agenda-change-all-lines, org-agenda-diary-entry)
9725         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
9726         (org-link-search, org-camel-to-words, org-open-file)
9727         (org-remember-handler, org-table-convert-region)
9728         (org-table-move-row-down, org-table-move-row-up)
9729         (org-table-copy-region, org-table-wrap-region)
9730         (org-table-toggle-vline-visibility)
9731         (org-table-get-vertical-vector, org-table-modify-formulas)
9732         (org-table-get-specials, org-recalc-commands)
9733         (org-table-rotate-recalc-marks, org-table-eval-formula)
9734         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
9735         (org-level-color-stars-only, org-insert-heading):
9736         Fix typos in docstrings.
9737         (last-arg): Add defvar.
9739         * makefile.w32-in (WINS): Add erc.
9740         (MH_E_SRC): Update (copied from lisp/Makefile.in).
9742 2006-01-29  Bill Wohler  <wohler@newt.com>
9744         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
9745         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
9746         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
9747         (mh-autoloads): Don't use comments on otherwise empty lines.
9749 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
9751         * emulation/viper.el (viper-major-mode-modifier-list): Add
9752         insert-state and vi-state entries for erc-mode.
9753         (viper-go-away, viper-set-hooks): Add and remove
9754         viper-comint-mode-hook from erc-mode-hook as appropriate.
9756         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
9758 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
9760         * bs.el (bs--format-aux): Implement `middle' alignment as
9761         described in the docstring for `bs-attributes-list'.
9762         (bs--get-name): Simplify.  Don't pad the buffer name.
9764 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
9766         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
9767         English aspell dictionary is installed, use the first entry of
9768         ispell-dictionary-alist-1.
9770 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
9772         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9773         Doc fix.
9775 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
9777         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9778         for `process-file', in order to let it work for older Emacsen too.
9780 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
9782         * international/latexenc.el: Add a suitable `coding:' tag.
9783         (latexenc-find-file-coding-system): Undo last change.
9785 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
9787         * international/latexenc.el (latexenc-find-file-coding-system):
9788         Make sure latexenc-main-file is a regular file and is readable.
9790 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
9792         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
9793         Pass FILE to vc-user-login-name.
9795         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
9797 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
9799         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
9800         there are no more images to display.
9801         (thumbs-mark, thumbs-unmark): Revert change so that they move to
9802         the next image.
9804 2006-01-26  Richard M. Stallman  <rms@gnu.org>
9806         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
9808         * wid-edit.el (advertised-widget-backward): New alias.
9809         (widget-keymap): Use advertised-widget-backward for S-TAB.
9811         * tumme.el: Correct the keywords.
9812         (tumme-dir-max-size): Use defvar.
9813         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
9815         * simple.el (move-beginning-of-line): Take account of fields.
9816         (clone-indirect-buffer-other-window): Take args like
9817         clone-indirect-buffer, and work like it.
9819         * help-fns.el (describe-function): Don't pass `nil' as default.
9821         * files.el (risky-local-variable-p): Follow var aliases.
9823         * subr.el (lazy-completion-table): Doc fix.
9825         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
9826         global binding of `line'.
9828 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
9830         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
9831         Tramp.
9833         * vc.el (vc-default-dired-state-info): Pass FILE to
9834         vc-user-login-name.
9835         (vc-default-update-changelog): Don't use vc-user-login-name, we
9836         don't need it here.
9838         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
9839         no longer necessary.
9841 2006-01-25  Kenichi Handa  <handa@m17n.org>
9843         * international/mule.el (decode-char): Avoid the overhead of
9844         calling utf-lookup-subst-table-for-decode if
9845         utf-translate-cjk-mode is nil.
9846         (encode-char): Avoid the overhead of calling
9847         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
9848         nil.
9850 2006-01-22  Kenichi Handa  <handa@m17n.org>
9852         * international/mule.el (make-subsidiary-coding-system): Reset
9853         `coding-system-define-form' property of subsidiaries to nil.
9854         Avoid duplicated entry in coding-system-alist.
9855         (make-coding-system): Avoid duplicated entry in
9856         coding-system-alist.
9857         (define-coding-system-alias): Likewise.
9859 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
9861         * completion.el: Minor fixes in introductory comment.
9862         (completion-def-wrapper): Fix alist.
9864 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
9866         * thumbs.el (thumbs-new-image-size): New function.
9867         (thumbs-increment-image-size-element)
9868         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
9869         (thumbs-decrement-image-size): Delete.
9870         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
9871         temp files and use to resize.
9872         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
9873         Use increment argument to enlarge/shrink.  Preserve point.
9874         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
9875         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
9876         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
9877         (thumbs-mark, thumbs-unmark): Preserve point.
9878         (thumbs-modify-image): Keep old temp files and use to modify.
9879         Cleanup old temp files at load time.  Preserve point.
9880         (thumbs-view-image-mode-map): Use new command names.
9882 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9884         * log-view.el (log-view-minor-wrap): First rev is the one at point.
9886         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
9887         the nastiest part of the cyclic dependency.
9888         (cal-menu-update): Use dotimes and calendar-increment-month.
9890         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
9891         (calendar-week-start-day): Add an :initializer.
9892         (calendar-mode-map): Use suppress-keymap, and command remapping.
9893         (describe-calendar-mode): Setup xref-stack info for the back button.
9894         (calendar-star-date): Insert before delete.
9895         (calendar-set-mode-line): Add file-modified info if applicable.
9896         (calendar-increment-month): New function.
9898 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
9900         * font-lock.el (lisp-font-lock-keywords-2):
9901         Recognize "& keywords" only at word boundaries.
9903 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
9905         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
9906         and permanent-local.
9907         (thumbs-max-image-number): New variable.
9908         (thumbs-do-thumbs-insertion): Use them.
9909         (thumbs-per-line): Change default to 4.
9910         (thumbs-marked-list): Rename from thumbs-markedL.
9911         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
9912         (thumbs-rename-images): Use -list instead of L for internal variables.
9913         (thumbs-call-convert): Use call-process instead of shell-command.
9914         (thumbs-insert-thumb): Add filename as help-echo to each image.
9915         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
9916         Give dir to thumbs-show-thumbs-list.
9917         (thumbs-show-thumbs-list): Set default-directory to that of images.
9918         (thumbs-dired-show): Rename from thumbs-dired-show-all.
9919         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
9920         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
9921         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
9923 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9925         * ses.el (ses-read-cell): Provide a default value.
9927 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
9929         * term/w32-win.el (image-library-alist): Add additional names for
9930         GIF library.
9932 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
9934         * international/latexenc.el (latexenc-find-file-coding-system):
9935         Add file-regular-p check.
9937 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9939         * simple.el (clone-buffer): Don't show the new buffer in the same
9940         window.
9942 2006-01-23  Juri Linkov  <juri@jurta.org>
9944         * faces.el (link, link-visited): New faces based on default values
9945         of `info-xref' and `info-xref-visited'.
9947         * info.el (info-xref): Inherit from `link'.
9948         (info-xref-visited): Inherit from `link-visited'.
9950         * cus-edit.el (custom-buffer-create-internal): Use widget type
9951         `custom-manual' instead of `info-link' and don't set properties
9952         `button-face' and `mouse-face' explicitly.
9953         (custom-browse-group-tag, custom-browse-variable-tag)
9954         (custom-browse-face-tag): Inherit from widget class
9955         `custom-group-link' instead of `push-button'.
9956         (custom-button-unraised): Inherit from `underline' face.
9957         (custom-link): Inherit from `link' face.  Fix doc and group.
9958         (custom-add-parent-links, custom-group-value-create): Don't set
9959         properties `button-face' and `mouse-face' explicitly for
9960         `custom-group-link' widget.
9961         (custom-group-link): Add properties `button-face' and `mouse-face'
9962         to widget definition.
9963         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
9964         editable-field's :keymap property.
9965         (custom-mode): Fix docstring: substitute keybindings for
9966         `widget-forward' and `widget-backward' from `widget-keymap',
9967         `widget-complete' from `custom-field-keymap', replace old
9968         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
9970         * desktop.el (desktop-load-file): Check for `fboundp' before
9971         calling `symbol-function'.
9973         * simple.el (clone-buffer, clone-indirect-buffer)
9974         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
9975         `read-string'.  Fix prompts.
9977         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
9979 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
9981         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
9983 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
9985         * startup.el (inhibit-splash-screen, initial-scratch-message):
9986         Doc fixes.
9988 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
9990         Sync with Tramp 2.0.52.
9992         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
9993         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
9994         `tramp-unload-tramp' for checklist.
9996         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
9997         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
9998         (tramp-unload-file-name-handler-alist)
9999         (tramp-unload-tramp): New defuns.
10000         (tramp-advice-PC-expand-many-files): New defadvice.
10001         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
10002         removed.
10003         (tramp-handle-expand-file-name): Remove double slash.
10004         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
10005         It doesn't matter, because it will be converted later on.
10006         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
10007         implementation was just heuristic.
10008         (tramp-post-connection): Set uid and gid properties.
10009         (tramp-convert-file-attributes): Set file's gid change bit.
10010         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
10011         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
10012         in case of su(do)? methods.  The home directory of the local user
10013         will be taken else.
10014         (tramp-open-connection-telnet)
10015         (tramp-open-connection-rsh, tramp-open-connection-su)
10016         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
10017         local shell prompt could hurt.  Reported by Romain Francoise
10018         <romain@orebokech.com>.
10019         (tramp-let-maybe): Add `edebug-form-spec' property.
10020         (tramp-handle-expand-file-name): Bind `default-directory' locally
10021         to "/" in order to avoid problems with UNC shares or Cygwin
10022         mounts.
10023         (tramp-md5-function): Fix typo in error message.
10025         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
10027         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
10028         for byte-compiler pacification.
10030 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
10032         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
10033         ID-FORMAT `string'.  This allows us to get rid of
10034         `vc-user-login-name UID'.
10036         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
10038 2006-01-22  John Paul Wallington  <jpw@pobox.com>
10040         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
10042 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
10044         * emacs-lisp/find-func.el (find-definition-noselect)
10045         (find-variable-noselect): Search variables in C source code too.
10046         (find-function-C-source, find-function-noselect, find-function)
10047         (find-function-other-frame, find-variable-noselect, find-variable)
10048         (find-variable-other-frame, find-variable-at-point):
10049         Fix docstrings.
10051 2006-01-21  Francesco Potorti`  <pot@gnu.org>
10053         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
10055 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
10057         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
10058         Default to disabling the "Save affix" question.
10060 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
10062         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
10063         the first arg to run-python.
10065 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
10067         * startup.el (command-line-1): Handle --no-desktop if desktop.el
10068         is not loaded.
10070 2006-01-20  Jay Belanger  <belanger@truman.edu>
10072         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
10073         limit is 0.
10075         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
10076         the correct variable.
10078 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
10080         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
10081         link.  Fixed buggy argument sequence in call to `org-view-tags'.
10082         (org-compile-prefix-format): Set `org-prefix-has-tag'.
10083         (org-prefix-has-tag): New variable.
10084         (org-format-agenda-item): Remove tags from headline if
10085         appropriate.
10086         (org-agenda-remove-tags-when-in-prefix): New option.
10087         (org-get-tags-at): New function.
10089 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
10091         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
10092         (thumbs-find-image): Move image name and number from buffer name
10093         to mode name.  Set thumbs-buffer.  Preserve point so that large
10094         images remain visible.
10095         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
10096         order.
10097         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
10098         mode name.
10099         (thumbs-next-image, thumbs-previous-image): Make them work.
10101 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
10103         * cus-edit.el (custom-buffer-create-internal): State in the text above
10104         the whole buffer buttons that they do not operate on hidden items.
10105         (custom-face-menu): Use `custom-face-save' instead of
10106         `custom-face-save-command'.
10107         (custom-face-save-command): Make it an alias for `custom-face-save'
10108         and declare it obsolete.
10109         (custom-face-save): Doc fix.
10111         * dired.el (dired-no-confirm): Add quote.
10112         (dired-subdir-alist-pre-R): Add quote in
10113         `make-variable-buffer-local' form and remove unbalanced parenthesis.
10115 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10117         * textmodes/table.el (table-mode-indicator): Typo in last change.
10119 2006-01-19  Richard M. Stallman  <rms@gnu.org>
10121         * outline.el (hide-leaves): Don't call outline-end-of-heading.
10122         Fixes bug reported in Nov 2005.
10124         * isearch.el (isearch-forward): Doc fix.
10126         * dired.el (dired-move-to-filename-regexp): Define as alias.
10127         (dired-no-confirm): Use defcustom.
10128         (dired-subdir-alist-pre-R): Put defvar at top level.
10130         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
10132         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10133         Mark as risky.
10135         * simple.el (set-mark-command): Doc fix.
10136         (clone-indirect-buffer-other-window):
10137         Read arg like clone-indirect-buffer.
10138         (move-beginning-of-line): Skip invisible newlines.
10140 2006-01-19  Masatake YAMATO  <jet@gyve.org>
10142         * progmodes/cpp.el (cpp-edit-load): Make the order of
10143         listed conditions in a base C code buffer and its associate
10144         CPP Edit buffer the same.
10146 2006-01-19  Kenichi Handa  <handa@m17n.org>
10148         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
10149         (rmail-mime-feature): Likewise.
10150         (rmail-require-mime-maybe): Use display-warning to show a warning
10151         message.
10153         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
10154         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
10156 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10158         * array.el: Move defvars out of eval-when-compile.
10159         (array-make-template): Replace undeclared global var with a local one.
10160         (array-mode): Inline initialization functions.
10161         (array-init-local-variables, array-init-max-row)
10162         (array-init-max-column, array-init-columns-per-line)
10163         (array-init-field-width, array-init-rows-numbered)
10164         (array-init-line-length, array-init-lines-per-row): Remove.
10166         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
10167         (doc-mode-map): Define explicitly.
10168         (doctor-txtype): Use mapc.
10170         * textmodes/table.el: Move defvars out of eval-when-compile.
10171         Remove harmful code meant to avoid byte-compiler warnings.
10172         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
10173         specification that checks table-fixed-width-mode directly.
10174         (table-recognize-region, table-recognize-cell):
10175         Use restore-buffer-modified-p.
10176         (table-fixed-width-mode): Remove code that refreshes
10177         table-fixed-mode-indicator.
10178         (*table--cell-describe-bindings, *table--cell-describe-mode):
10179         Avoid obsolete name print-help-return-message.
10180         (table--test-cell-list): Don't use replace-regexp from elisp.
10181         (table--point-entered-cell-function, table--point-left-cell-function):
10182         Don't set table-fixed-mode-indicator, use force-mode-line-update.
10184         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
10185         that was after the end of file.  Use buffer-file-name variable.
10186         (org-timestamp-change): Use with-current-buffer.
10187         (org-todo-list): Don't unnecessarily define a new buffer-local var.
10188         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
10189         `file'.
10191         * progmodes/fortran.el: Move defvars out of eval-when-compile.
10192         (fortran-break-line): Remove unused var `opoint'.
10193         (fortran-abbrev-start): Obey help-event-list.
10195 2006-01-18  Jesper Harder  <harder@phys.au.dk>
10197         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
10199 2006-01-18  Masatake YAMATO  <jet@gyve.org>
10201         * progmodes/make-mode.el (makefile-imake-mode): New mode
10202         derived from makefile-mode.
10203         (makefile-imake-mode-syntax-table): New syntax table
10204         derived from makefile-mode-syntax-table.
10205         (makefile-mode): Write about makefile-imake-mode in doc string.
10206         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
10207         (makefile-imake-font-lock-keywords): New font lock keywords.
10209         * files.el (auto-mode-alist): Add Imakefile.
10211 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
10213         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
10214         loading the file rather than when turning on flyspell-mode.
10216 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
10218         * cus-edit.el (customize-rogue): Minor doc fix.
10220 2006-01-17  Juri Linkov  <juri@jurta.org>
10222         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
10223         instead of the file at the mark as default if the file at the mark
10224         is the same as the file at point or if dired-dwim-target-directory
10225         is not the same as the current directory and the mark is not active.
10227         * log-view.el (log-view-minor-wrap): Use the same logic to get
10228         revisions as `log-view-diff'.
10230         * info.el (Info-revert-find-node): Check for Info-current-file
10231         before preserving new-history.
10233         * man.el (Man-heading-regexp): Add `/'.
10235         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
10236         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
10238 2006-01-16  Juri Linkov  <juri@jurta.org>
10240         * faces.el (mode-line-faces): New defgroup.
10241         (mode-line-highlight): Move definition after new defgroup.
10242         (mode-line, mode-line-inactive, mode-line-highlight):
10243         Replace :group `modeline' with `mode-line-faces'.
10244         (mode-line-buffer-id): New face.
10245         (modeline-buffer-id): New face alias.
10246         (vertical-border): Remove :group `modeline'.
10248         * bindings.el (propertized-buffer-identification): Use face
10249         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
10250         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
10251         (mode-line-buffer-identification-keymap): For mouse-1 replace
10252         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
10253         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
10254         mouse-3.
10256         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
10257         Buffer-menu-buffer.  Doc fix.
10258         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
10259         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
10260         `Buffer-menu-buffer'.
10262         * info.el (Info-mode-line-node-keymap): New defvar.
10263         (Info-set-mode-line): Use `stringp' to check Info-current-file.
10264         Propertize Info-current-node with `mode-line-buffer-id' and
10265         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
10267         * time.el (display-time-mail-face): Replace :group `faces' with
10268         `mode-line-faces'.
10270 2006-01-16  Kenichi Handa  <handa@m17n.org>
10272         * international/code-pages.el: Add autoload cookies for cp125[0345678].
10274         * language/european.el (cp1252): New alias for windows-1252.
10276         * international/mule.el (autoload-coding-system): Prepare for EOL
10277         variants.
10279 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
10281         * term.el (term-raw-map): Add mapping for insert.
10282         (term-send-insert): New.
10283         (term-mode): Make variables local here instead of doing it in
10284         `term-emulate-terminal'.
10285         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
10286         Scroll reverse needs to take into account the scroll region.
10287         Saving and restoring the cursor should save the color attributes too.
10288         (term-reset-terminal): Reset the scroll region.
10289         (term-handle-ansi-escape): Cursor up and down should take into
10290         account the scroll region.
10291         (term-set-scroll-region): Rename from `term-scroll-region'.
10292         Move to 0,0 after setting the region.
10293         (term-handle-scroll): Handle scroll up.
10294         (term-down): Fix off by one error.
10295         (term-delete-lines): Do not delete outside the scroll region.
10296         (term-insert-lines): Take into account the scroll region.
10298 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10300         * textmodes/ispell.el (ispell-internal-change-dictionary)
10301         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
10302         (start, end): Move declaration outside of eval-when-compile.
10304         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
10305         (flyspell-mode-on): Use it.
10307         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
10308         ispell-kill-ispell-hook.
10310 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
10312         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10313         (Custom-reset-saved): Do not ask for confirmation in single option
10314         buffers.
10316 2006-01-13  Richard M. Stallman  <rms@gnu.org>
10318         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
10320 2006-01-13  Romain Francoise  <romain@orebokech.com>
10322         * add-log.el (add-change-log-entry, change-log-merge):
10323         Conditionally use `hard-newline'.
10325 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
10327         * wid-edit.el (widget-field-end): If the overlay is no longer
10328         associated with a buffer, behave as if the overlay didn't exist.
10330         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
10331         Make sure the links use the `custom-link' face.
10333 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10335         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
10336         (ld-script-mode): Don't set indent-line-function since we don't
10337         have one.
10339 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
10341         * textmodes/org.el (org-open-file): Use mailcap for selecting an
10342         application.
10343         (org-file-apps-defaults-gnu): Use mailcap as the default for
10344         selecting an application on a UNIX system.
10345         (org-agenda-show-tags): New command.
10346         (org-table-insert-hline): Keep cursor in current table line.
10347         (org-table-convert): Offset effect of modifying
10348         `org-table-insert-hline'.
10349         (org-format-agenda-item): New optional argument TAG.
10350         (org-compile-prefix-format): Handle %T format for the tag.
10351         (org-expand-wide-chars): New function.
10352         (org-table-insert-row, org-table-insert-hline):
10353         Use `org-expand-wide-chars'.
10354         (org-open-file): Fix bug in program launch.
10355         (org-get-time-of-day): Fix bug with times before 1am.
10356         (org-agenda-menu): Add tags commands.
10358 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
10360         * textmodes/ispell.el (ispell-init-process): Include the used
10361         dictionary in ispell process start message.
10362         (ispell-internal-change-dictionary): When flyspell-mode is active
10363         and dictionary is changed, make sure ispell process is restarted
10364         and flyspell word cache cleared out for the current buffer.
10365         (ispell-change-dictionary): Make sure flyspell word cache is
10366         cleared out in all buffers with active flyspell mode when
10367         dictionary is globally changed.
10368         Call ispell-internal-change-dictionary after dictionary change.
10370 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
10372         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
10374         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
10375         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
10376         years.  Fix small differences wrt Makefile.in.
10377         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
10378         Makefile.in does.
10380 2006-01-12  Bill Wohler  <wohler@newt.com>
10382         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
10383         mh-search.el.
10385 2006-01-12  Masatake YAMATO  <jet@gyve.org>
10387         * progmodes/ld-script.el: Update copyright year.
10389 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
10391         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
10392         Don't add widget if setting undefined.
10394 2006-01-12  John Paul Wallington  <jpw@pobox.com>
10396         * help-fns.el (describe-variable): Remove newlines from void
10397         variable output.
10399 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
10401         * wdired.el (wdired-mode-map): Add help echo for
10402         wdired-abort-changes.
10404         * man.el (Man-file-name-regexp): Adjust for a list of files.
10406 2006-01-12  Masatake YAMATO  <jet@gyve.org>
10408         * progmodes/ld-script.el (auto-mode-alist): Support
10409         suffix conventions used in netbsd and eCos.
10411 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
10413         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
10414         (custom-variable-menu, custom-face-menu, custom-group-menu)
10415         (Custom-mode-menu): Change names of menu items.  (As discussed on
10416         emacs-devel.)
10417         (custom-face-menu): Add "Undo Edits" item.
10419         * startup.el (init-file-user): defcustom -> defvar.
10421         * tooltip.el (tooltip-mode): Doc fix.
10423 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10425         * reveal.el (reveal-post-command): window-buffer signals an error on
10426         dead windows rather than returning nil.
10427         (reveal-open-new-overlays): An overlay might die while we open others.
10429 2006-01-11  Bill Wohler  <wohler@newt.com>
10431         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
10432         phrasing in docstring.
10434         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
10435         can give some systems gas.  Add new file mh-buffers.el.
10437 2006-01-06  Masatake YAMATO  <jet@gyve.org>
10439         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
10440         C preprocessor forward ported from GNU Emacs 21.2.
10442         * progmodes/asm-mode.el (asm-font-lock-keywords):
10443         Use `cpp-font-lock-keywords'.
10445         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
10447         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
10448         of $ for "\\.ld[s]?".
10450 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10452         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
10453         (tcl-indent-line): Return `noindent' if inside a string.
10455         * progmodes/flymake.el (flymake-split-string): Remove more than one
10456         empty string at beg/end of the result.
10457         (flymake-find-buildfile, flymake-find-possible-master-files):
10458         Use expand-file-name.
10459         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
10460         since expand-file-name does it for us.  Use directory-file-name.
10461         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
10462         (flymake-ler-get-type, flymake-ler-get-text)
10463         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
10464         (flymake-current-line-no): Remove spurious interactive spec.
10465         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
10466         (flymake-check-include): Remove arg inc-path merged into inc-name.
10467         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
10468         Arg regexp-list replaced by a simple regexp.
10469         (flymake-master-make-header-init, flymake-master-tex-init):
10470         Correspondingly replace regexp-list with a regexp.  Fix regexp.
10472 2006-01-10  Simon Josefsson  <jas@extundo.com>
10474         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
10475         describing AUTH PLAIN fix.
10477 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
10479         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
10480         (report-emacs-bug): Don't record initial prompt text.
10481         Instead, add text properties to prompting text.
10482         (report-emacs-bug-hook): Delete prompting text.
10484 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10486         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
10487         `dirs'.  Adjust callers.
10489 2006-01-09  John Paul Wallington  <jpw@gnu.org>
10491         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
10493 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10495         * reveal.el (reveal-open-new-overlays): New extracted fun.
10496         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
10497         using them.  Simplify the code.
10498         (reveal-post-command): Use them.  Fix up obsolete windows in
10499         reveal-open-spots.
10501         * progmodes/flymake.el: Use `require' rather than autoload for
10502         XEmacs's overlays.
10503         (flymake-get-common-file-prefix, flymake-build-relative-filename):
10504         Delete.  Use file-relative-name instead.
10505         (flymake-get-syntax-check-program-args, flymake-perl-init):
10506         Simplify the resulting code.
10508         * log-view.el (log-view-file-re, log-view-message-re): Add support
10509         for DaRCS output.
10511 2006-01-09  Alex Schroeder  <alex@gnu.org>
10513         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
10514         identifiers sometimes added in square brackets at the beginning of
10515         subject lines.
10517 2006-01-07  Richard M. Stallman  <rms@gnu.org>
10519         * cus-edit.el (Custom-set, Custom-save): Doc fix.
10520         (Custom-reset-current, Custom-reset-saved): Change question text.
10521         (Custom-reset-standard): Likewise.
10522         (custom-variable-reset-saved): Doc fix.
10524 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
10526         * startup.el (init-file-user): Doc fix.
10528 2006-01-07  Alex Schroeder  <alex@gnu.org>
10530         * mail/rmail.el (rmail-current-subject): New function.
10531         (rmail-current-subject-regexp): New function.
10532         (rmail-next-same-subject): Use it.
10534         * mail/rmailsum.el (rmail-summary-by-topic):
10535         Use rmail-current-subject and rmail-current-subject-regexp.
10536         (rmail-summary-next-same-subject): Ditto.
10538         * net/rcirc.el (rcirc-send-input): No longer check whether the
10539         process is open, since not all commands need an open process.
10540         (rcirc-send-string): Check whether the process is open before
10541         sending anything.
10542         (rcirc-ignore-list): New option.
10543         (rcirc-ignore-list-automatic): New variable.
10544         (rcirc-print): Take rcirc-ignore-list into account.
10545         (rcirc-cmd-ignore): New command.
10546         (rcirc-ignore-update-automatic): New function.
10547         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
10548         list if ignored nicks.
10549         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
10551 2006-01-06  David Reitter  <david.reitter@gmail.com>
10553         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
10554         reflect the address to which the report will be sent.
10556 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
10558         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
10559         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
10561 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
10563         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
10565         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
10566         the doc string: "functoin" => "function".
10567         * ldefs-boot.el: Likewise.
10569         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
10570         message text: "Duplicat" => "Duplicate".
10572 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
10574         * files.el (basic-save-buffer-2): If backing-up failed, reset
10575         buffer-backed-up to nil.
10577 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
10579         * progmodes/gud.el (gdb-script-skip-to-head)
10580         (gdb-script-calculate-indentation): Indent for breakpoint command
10581         lists also.
10583 2006-01-05  Bill Wohler  <wohler@newt.com>
10585         * Makefile.in (compile-always): Add mh-autoloads dependency.
10586         (bootstrap): Remove mh-autoloads dependency, as compile dependency
10587         provides it.
10588         (updates): Remove mh-autoloads dependency, since it probably has
10589         already run recently (via recompile).
10591 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10593         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
10594         argument `force' to disable the flyspell-last-buffer optimization.
10595         (flyspell-mode-on): Use it.
10597         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
10598         flymake-simple-cleanup.
10599         (flymake-allowed-file-name-masks): Use this new default.
10600         All the functions are now called in the right buffer rather than
10601         passing the buffer as argument.
10602         (flymake-process-sentinel): Switch to buffer before calling cleanup.
10603         (flymake-parse-err-lines): Remove redundant buffer arg.
10604         (flymake-get-program-dir): Comment out unused function.
10605         (flymake-start-syntax-check, flymake-start-syntax-check-process):
10606         Remove redundant buffer argument.
10607         (flymake-get-real-file-name, flymake-simple-java-cleanup)
10608         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
10610 2006-01-05  Richard M. Stallman  <rms@gnu.org>
10612         * info.el (Info-find-node): Don't record previous node if have none.
10613         (info): Go to directory only if history is empty.
10615         * simple.el (mark): Doc fix.
10617 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10619         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
10620         already of desired type.
10621         (mac-ae-list): Coerce parameter to "list" type.
10622         (mac-dispatch-apple-event): Replace cadr part of event with a
10623         dummy position so that event-start returns it.
10625 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
10627         * textmodes/org.el (org-end-of-subtree): New function.
10628         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
10629         Use `org-end-of-subtree'.
10630         (org-agenda, org-agenda-convert-date): Protect calls to
10631         `fit-window-to-buffer'.
10632         (org-tags-view): Force matching of sublevels when doing a
10633         todo-only search.  Define the correct redo command, including the
10634         arguments.
10635         (org-agenda-redo): Display message.
10636         (org-check-for-org-mode): New function.
10637         (org-agenda-type): New variable.
10638         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10639         Set `org-agenda-type'.
10640         (org-agenda-check-type): New function.
10641         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
10642         (org-agenda-week-view, org-agenda-day-view)
10643         (org-agenda-next-date-line, org-agenda-previous-date-line)
10644         (org-agenda-log-mode, org-agenda-toggle-diary)
10645         (org-agenda-toggle-time-grid, org-agenda-date-later)
10646         (org-agenda-date-prompt, org-agenda-diary-entry)
10647         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
10648         (org-agenda-convert-date, org-agenda-menu):
10649         Use `org-agenda-check-type'.
10650         (org-make-overlay, org-delete-overlay)
10651         (org-detatch-overlay, org-move-overlay, org-overlay-put):
10652         New compatibility functions.
10653         (org-calendar-select-mouse): New command.
10655 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
10657         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
10658         (Custom-reset-standard): Fix y-or-n-p messages.
10659         (custom-link): New face for links.
10660         (custom-buffer-create-internal, custom-manual): Use it.
10661         (custom-face-save): Push to theme-face before setting face spec.
10663         * wid-edit.el (widget-default-mouse-face-get): New function.
10664         (widget-specify-button): Handle mouse-face like button-face.
10666         * custom.el (load-theme): Clear old theme settings if reloading.
10668 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
10670         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
10671         "Erase Customization" button back to same position it occupies in
10672         the individual State menus.
10674 2006-01-04  Kim F. Storm  <storm@cua.dk>
10676         * wid-edit.el (key-sequence): Rework widget to read key binding
10677         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
10678         (widget-key-sequence-default-value): Default value for empty sequence.
10679         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
10680         (widget-key-sequence-read-event): New command for C-q.
10681         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
10682         (widget-key-sequence-value-to-external): New functions.
10684 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10686         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
10687         Use expand-file-name.
10688         (flymake-delete-temp-directory): Use expand-file-name,
10689         file-name-directory, and directory-file-name.
10690         (flymake-strrchr): Delete.
10691         (flymake-start-syntax-check): Don't pass the redundant buffer argument
10692         to the init-f function.
10693         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
10694         (flymake-init-find-buildfile-dir)
10695         (flymake-init-create-temp-source-and-master-buffer-copy)
10696         (flymake-simple-make-init-impl, flymake-simple-make-init)
10697         (flymake-master-make-init, flymake-master-make-header-init)
10698         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
10699         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
10700         (flymake-xml-init): Remove corresponding redundant buffer argument.
10701         (flymake-allowed-file-name-masks): Remove last elems that are equal to
10702         the default anyway.  Clean up regexps.
10704         * progmodes/flymake.el (flymake-temp-source-file-name)
10705         (flymake-master-file-name, flymake-temp-master-file-name)
10706         (flymake-base-dir): New buffer-local vars.
10707         (flymake-buffer-data, flymake-get-buffer-value)
10708         (flymake-set-buffer-value): Replace those hash-tables by the new
10709         buffer-local vars.  Update callers.
10711         * progmodes/flymake.el (flymake-check-start-time)
10712         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
10713         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
10714         Move definition, so we can remove redundant earlier declaration.
10715         (flymake-replace-regexp-in-string, flymake-split-string)
10716         (flymake-get-temp-dir): Use defalias.
10717         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
10718         (flymake-xemacs-window-edges): Remove unused function.
10719         (flymake-get-point-pixel-pos): Move.
10720         (flymake-pid-to-names, flymake-reg-names)
10721         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
10722         Replace by a simple list flymake-processes and by process-buffer.
10723         Update callers.  Other than simplify the code, it uses buffers rather
10724         than buffer-names so it doesn't get confused by uniquify.
10725         (flymake-buffer-data): The global value should just be nil.
10727         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
10728         Optimize the body of a defalias like any other code.
10730         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
10731         Make sure we've setup font-lock's vars.  It may influence which
10732         function we then call.
10733         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
10734         here since it's too late anyway.
10736 2006-01-03  Romain Francoise  <romain@orebokech.com>
10738         * startup.el (fancy-splash-tail, normal-splash-screen):
10739         Update copyright year.
10741 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
10743         * mouse.el (mouse-drag-track): Rename, from
10744         `mouse-drag-region-1'.  Includes optional argument required to
10745         enable post-drag event processing (e.g. delete region keys).
10746         Can be used without this argument to track a mouse region and operate
10747         on it as soon as the drag completes.
10748         (mouse-drag-region): Use `mouse-drag-track'.
10750 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
10752         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
10753         Move to `custom-buffer' group.
10755         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
10756         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
10757         (custom-theme-insert-face-marker, custom-theme-variable-menu)
10758         (custom-theme-face-menu): New variables.
10759         (custom-theme-add-variable, custom-theme-variable-action)
10760         (custom-variable-reset-theme, custom-theme-delete-variable)
10761         (custom-face-reset-theme, custom-theme-face-action)
10762         (custom-theme-delete-face, custom-theme-merge-theme)
10763         (custom-theme-add-face, custom-theme-visit-theme): New functions.
10765 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
10767         * custom.el: Move Custom Themes commentary to start of theme code.
10768         (custom-known-themes): Rename `standard' theme to `changed'.
10769         (custom-push-theme): Caller no longer specifies what theme to use
10770         when doing `reset'---the setting is simply removed from the theme.
10771         Delete MODE from `theme-value' and `theme-settings' properties.
10772         (custom-declare-theme): Ignore &rest args since we don't use them.
10774         (custom-loaded-themes): Delete variable.
10775         (custom-theme-load-themes, custom-theme-loaded-p)
10776         (custom-theme-value): Delete functions.
10778         (custom-declare-theme): Signal error on invalid theme names.
10779         (provide-theme): custom-loaded-themes was deleted.
10780         (load-theme): Load the file unconditionally.
10781         (enable-theme): Call `load-theme' if theme is undefined.
10782         (custom-enabled-themes): Only update value for successful loads.
10783         (disable-theme): Complete from enabled themes when interactive.
10784         (custom-variable-theme-value): Calculate theme value directly.
10786         (custom-theme-reset-variables, custom-reset-variables): Mark as
10787         XEmacs compatibility functions.  We don't actually use these.
10789         * cus-edit.el (custom-variable-state-set):
10790         Use custom-variable-theme-value instead of custom-theme-value.
10791         (custom-face-state-set): Rename `standard' theme to `changed'.
10792         (custom-save-variables, custom-save-faces): Delete unneeded
10793         references to custom-reset-variables.
10794         (custom-save-resets): Delete function.
10795         (custom-save-variables, custom-save-faces): MODE argument deleted.
10796         (custom-save-variables, custom-save-faces): Ignore theme values.
10798         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
10799         compatibility function.
10801 2006-01-01  Richard M. Stallman  <rms@gnu.org>
10803         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
10804         (Custom-reset-current, Custom-reset-saved): Likewise.
10805         (Custom-reset-standard): Show message if aborted.
10806         (custom-mode): Doc fix, describing those commands.
10808         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
10809         put on event-kind property.
10811 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
10813         * custom.el (provide-theme): Ban `user' theme name.
10814         (custom-enabling-themes): New variable.
10815         (enable-theme): Don't enable user if custom-enabling-themes is t.
10816         (custom-enabled-themes): Make it a defcustom.
10817         (custom-theme-recalc-face): No-op if face is undefined.
10819         * cus-edit.el (custom-button-mouse): New variable.
10820         (custom-button-mouse): New face.
10821         (custom-raised-buttons, custom-mode): Use it.
10823         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
10825 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
10827         * progmodes/gud.el (gud-display-line): Support hl-line in the
10828         source buffer.
10830 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
10832         * mouse.el (mouse-drag-window-above): Verify that the found window
10833         overlaps with the given window in the horizontal dimension.
10835 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
10837         * Makefile.in (cvs-update): New target.
10839         * makefile.w32-in (cvs-update): Ditto.
10841 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
10843         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
10844         (custom-new-theme-mode-map): New variable.
10846 2005-12-30  Richard M. Stallman  <rms@gnu.org>
10848         * custom.el (custom-load-themes): Function deleted.
10850         * cus-edit.el (custom-save-loaded-themes): Function deleted.
10851         (custom-save-variables): Don't delete or add custom-load-themes call.
10853 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10855         * cus-start.el: Add `visible-cursor'.
10857         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
10858         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
10859         (flymake-process-filter): Switch to buffer before calling it instead.
10860         (flymake-post-syntax-check, flymake-highlight-err-lines)
10861         (flymake-delete-own-overlays, flymake-parse-err-lines)
10862         (flymake-start-syntax-check, flymake-start-syntax-check-process)
10863         (flymake-count-lines, flymake-parse-residual):
10864         Remove constant buffer argument.
10865         (flymake-start-syntax-check-for-current-buffer): Remove.
10866         Update callers to use flymake-start-syntax-check instead.
10867         (flymake-display-err-menu-for-current-line):
10868         Remove unused var `mouse-pos'.
10869         (flymake-restore-formatting): Comment out unused function.
10870         (flymake-report-status, flymake-report-fatal-status): Remove buffer
10871         argument, use current-buffer instead.  Update callers.
10873 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10875         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
10876         buffer-local because choose-completion-delete-max-match requires
10877         that we set completion-ignore-case (i.e., binding via let is not
10878         sufficient).
10879         (bibtex-complete): Always set completion-ignore-case and
10880         choose-completion-string-functions.  The latter is needed because
10881         choose-completion-string-functions keeps its value if we quit the
10882         *Completions* buffer without requesting a completion.
10884 2005-12-30  Andreas Schwab  <schwab@suse.de>
10886         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
10888 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
10890         * jit-lock.el (jit-lock-chunk-size): Doc fix.
10892 2005-12-30  Juri Linkov  <juri@jurta.org>
10894         * locate.el (locate-fcodes-file, locate-header-face)
10895         * progmodes/delphi.el (delphi-other-face)
10896         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
10898         * paren.el (show-paren-match, show-paren-mismatch): Use existing
10899         group `paren-showing-faces'.
10901         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
10902         (goto-address): Fix docstring.
10904         * net/webjump.el (webjump-sample-sites): Update URLs.
10906         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
10908         * subr.el (cancel-change-group): Add listp around pending-undo-list.
10910 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10912         * font-lock.el (font-lock-compile-keywords): Signal an error when
10913         font-lock-set-defaults hasn't been called.
10915 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
10917         * subr.el (noreturn, 1value): Doc fixes.
10919 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10921         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
10922         that assoc-string returns nil.
10924 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10926         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
10927         (bibtex-entry-type-str, bibtex-empty-field-re)
10928         (bibtex-search-backward-string, bibtex-preamble-prefix)
10929         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
10930         (bibtex-any-valid-entry-type): New variable.
10931         (bibtex-parse-field-name): Simplify.
10932         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
10933         (bibtex-preamble-prefix): Include left delimiter.
10934         (bibtex-search-forward-field, bibtex-search-backward-field):
10935         Allow unbounded search past entry boundaries (required by bibtex-pop).
10936         (bibtex-text-in-field-bounds): Use push.
10937         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
10938         (bibtex-parse-preamble, bibtex-valid-entry)
10939         (bibtex-beginning-first-field): New functions.
10940         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
10941         (bibtex-map-entries): Fix docstring.
10942         (bibtex-flash-head): New arg prompt.  Simplify.
10943         (bibtex-enclosing-field): Include code of bibtex-inside-field.
10944         (bibtex-insert-kill): Simplify.  Always insert text past the
10945         current field or entry.
10946         (bibtex-format-entry): Use bibtex-parse-field.
10947         (bibtex-pop): Use bibtex-beginning-of-entry and
10948         bibtex-end-of-entry to initiate the search.  Insert empty field if
10949         we found ourselves.
10950         (bibtex-print-help-message): New args field and comma.
10951         Handle entry keys.
10952         (bibtex-make-field): Use bibtex-beginning-of-entry.
10953         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
10954         invalid entry.
10955         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
10956         Handle preambles.  Simplify code for thorough test.
10957         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
10958         New arg comma.  Handle entry heads.
10959         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
10960         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
10961         New arg comma.
10962         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
10963         (bibtex-fill-field): Simplify.
10964         (bibtex-fill-entry): Use bibtex-beginning-first-field and
10965         bibtex-parse-field.
10966         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
10967         (bibtex-complete): Use bibtex-parse-preamble.
10969 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
10971         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
10972         Display name of expression instead of convenience variable.
10973         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
10975         * progmodes/gud.el (gud-tooltip-dereference): Rename from
10976         toggle-gud-tooltip-dereference.
10977         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
10978         (gud-tooltip-tips): ...here when dereferencing.
10980 2005-12-28  Bill Wohler  <wohler@newt.com>
10982         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
10984 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10986         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
10987         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
10988         (vc-annotate-display-autoscale): Adjust call.
10989         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
10990         Fix interactive spec.
10991         (vc-annotate-time-span): Remove.
10992         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
10993         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
10994         (vc-annotate-display-select): Use new name.
10996         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
10997         (vc-annotate-mode-menu): Remove left-over redundant declaration.
10998         Correct the construction of span entries.  Simplify.
10999         (vc-annotate-display-select): Fix the nil case.
11000         (vc-annotate): Remove obsolete (and now broken) code.
11001         (vc-annotate-extract-revision-at-line): Remove obsolete code.
11002         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
11004 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
11006         * subr.el (lazy-completion-table): Correct typo in docstring.
11008         * startup.el (command-line): Use `custom-reevaluate-setting' for
11009         `send-mail-function'.
11011         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
11013 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
11015         * mail/smtpmail.el (smtpmail-try-auth-methods):
11016         Send credentials together with "AUTH PLAIN" command.
11018 2005-12-27  Richard M. Stallman  <rms@gnu.org>
11020         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
11021         mouse-2, go back to previously selected window, so it's selected
11022         when mouse-2 command runs.
11024 2005-12-27  Juri Linkov  <juri@jurta.org>
11026         * descr-text.el (describe-text-sexp): Use square brackets for
11027         button [Show] to distinguish it from the property value `show'.
11028         (describe-property-list): Use `insert-text-button' with
11029         `help-face' type instead of putting face in quotes, because button
11030         is not created automatically for a list of faces.
11031         (describe-text-properties-1): Put button-type value in quotes to
11032         distinguish from plain text "button".
11033         (describe-char): Display code point values in hex.  Don't use
11034         `symbol-name' for `current-input-method' because it is a string.
11035         Use `insert-text-button' with `help-face' type instead of putting
11036         hardcoded face in quotes, because button is not created automatically.
11038 2005-12-27  Richard M. Stallman  <rms@gnu.org>
11040         * progmodes/glasses.el (glasses-face): More specific custom type.
11042         * files.el (set-visited-file-name): Doc fix.
11044         * textmodes/flyspell.el (flyspell-external-point-words):
11045         Use local var buffer-scan-pos to advance scan for next misspelling.
11046         Advance it only after we find the misspelling.
11048 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
11050         * textmodes/flyspell.el (flyspell-external-point-words):
11051         New criteria for finding the misspelling in the buffer.
11053 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
11055         * help-mode.el (help-insert-string): Set help-xref-stack-item
11056         rather than call help-setup-xref.
11058         * descr-text.el (describe-char): Revert previous changes for
11059         optional buffer argument.
11061 2005-12-27  Juri Linkov  <juri@jurta.org>
11063         * help-mode.el (help-insert-string): New function.  Save buffer
11064         contents in cases where it is impossible to recompute the old contents.
11066         * descr-text.el (describe-char): Set help-xref-stack-item
11067         explicitly after buffer has been generated.
11069 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11071         * cus-start.el (all): Add x-gtk-show-hidden-files.
11073 2005-12-26  Richard M. Stallman  <rms@gnu.org>
11075         * replace.el (perform-replace): Calculate match-again
11076         before skipping read-only matches.
11078         * paren.el (paren-showing-faces): New group.
11079         (show-paren-match, show-paren-mismatch): Move to that group.
11081         * button.el (button): Put into group `basic-faces'.
11083         * progmodes/make-mode.el: Remove faces from group `faces'.
11085         * apropos.el (apropos, apropos-value): Doc fix.
11086         (apropos-documentation): Doc fix.
11088 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11090         * subr.el (lazy-completion-table): Remove argument `args'.
11092         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
11093         Don't use the `args' argument of lazy-completion-table.
11095 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
11097         * descr-text.el (describe-char): Add optional argument for buffer.
11098         Set buffer appropriately.  Call help-setup-xref.
11099         Suggested by Stefan Monnier.
11101 2005-12-26  Juri Linkov  <juri@jurta.org>
11103         * descr-text.el: Require `help-fns' at runtime.  Don't require
11104         `button' for byte compilation.
11105         (describe-text-widget): Add `help-echo' for first button.
11106         Use `help-info' for second.
11107         (describe-property-list): Use `help-argument-name' instead of `italic'.
11108         (describe-text-category): Add prompt to interactive spec.
11109         Call `help-setup-xref'.
11110         (describe-char): Use `help-character-set'.  Add `help-echo' for
11111         code point.  Use `help-input-method'.  Remove superfluous insert.
11113 2005-12-25  Richard M. Stallman  <rms@gnu.org>
11115         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
11116         at point, in case of narrowing.
11118         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
11120         * locate.el (locate-header-face): Allow nil in type.
11122         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
11124 2005-12-25  Romain Francoise  <romain@orebokech.com>
11126         * battery.el (battery-linux-proc-acpi): Also try
11127         `/proc/acpi/thermal_zone/THM0/temperature'.
11129 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
11131         * custom.el (custom-push-theme): Fix docstring.
11133         * cus-edit.el (custom-variable-set, custom-variable-save)
11134         (custom-variable-save): Custom-quote widget values.
11135         (customize-save-variable): Fix custom-push-theme call.
11137 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
11139         * w32-fns.el (w32-batch-update-autoloads): New function.
11141         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
11142         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
11143         from the command line.
11145 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
11147         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
11148         reset means to remove setting from theme entirely.  Don't keep
11149         expanding theme-settings list; delete old entries if necessary.
11151         * cus-edit.el (custom-buffer-create-internal): Move "Erase
11152         customization" button one line up.
11153         (custom-themed): New face.
11154         (custom-magic-alist): New value, THEMED, for theme settings.
11155         (custom-variable-state-set, custom-face-state-set):
11156         Check theme-value instead of saved-value.
11157         (custom-variable-reset-standard, custom-face-reset-standard):
11158         Remove theme setting entirely.  Recalculate new values.
11159         (custom-variable-set, custom-variable-set)
11160         (custom-variable-reset-saved, custom-variable-reset-backup)
11161         (custom-face-set, custom-face-reset-saved): Update `user' theme.
11162         (custom-variable-save): Fix typos.
11164 2005-12-23  Juri Linkov  <juri@jurta.org>
11166         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
11167         Add autoload cookies.
11168         (edebug-outside-d-c-i-n-s-w): New variable.
11169         (edebug-display, edebug-outside-excursion): Use it to save the
11170         original value of default-cursor-in-non-selected-windows.
11171         Set default-cursor-in-non-selected-windows to t while Edebug
11172         is active.
11173         (edebug-mode, edebug-eval-mode): Doc fix.
11175         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
11176         with `buffer-substring-no-properties' to remove common substring
11177         highlighting.
11179         * info.el (info-other-window, info): Rename function argument
11180         `file' to `file-or-node'.
11181         (Info-complete-menu-item): Use local variable `complete-nodes' to
11182         keep the global value of `Info-complete-nodes' unchanged for
11183         subsequent completions.
11184         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
11186         * simple.el (get-next-valid-buffer, last-buffer)
11187         (next-error-buffer-p, next-error-find-buffer)
11188         (minibuffer-history-sexp-flag): Doc fix.
11190         * savehist.el (savehist-mode-hook): Add `:group'.
11192         * log-view.el: Call autoload for vc-find-version.
11193         (log-view-current-file): Adjust subgroup numbers.
11194         (log-view-current-tag): Add `length'.
11196 2005-12-23  Richard M. Stallman  <rms@gnu.org>
11198         * vc.el (vc-annotate-car-last-cons): Defn moved up.
11200 2005-12-23  Juri Linkov  <juri@jurta.org>
11202         * hi-lock.el (hi-lock-archaic-interface-message-used)
11203         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
11204         (hi-lock-mode): Display "Hi" in the mode line only when
11205         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
11206         (hi-lock-write-interactive-patterns):
11207         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
11208         (hi-lock-set-pattern, hi-lock-set-file-patterns)
11209         (hi-lock-font-lock-hook): Set 3rd arg `how' of
11210         font-lock-add-keywords to t.
11212 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
11214         * hi-lock.el (hi-lock-highlight-range): New variable.
11215         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
11216         only if font-lock-fontified is non-nil.  Remove overlays.
11217         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
11218         font-lock-fontified is non-nil, otherwise use overlays (instead of
11219         text properties).
11220         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
11221         New variables.
11222         (hi-lock-string-serialize) New function.
11224 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11226         * menu-bar.el (menu-find-file-existing): New function.
11227         (menu-bar-file-menu): Use menu-find-file-existing for Open.
11229         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
11231 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11233         * vc.el: Remove unnecessary leading * in docstrings.
11234         (vc-annotate-mode-map): Move initialization into declaration.
11235         (vc-static-header-alist): Nitpick on the regexp.
11236         (vc-default-init-version): New fun.
11237         (vc-register): Use it.
11238         (vc-insert-headers): Use dolist.
11239         (vc-annotate-get-backend): Remove unused function.
11240         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
11241         (vc-annotate-mode): Remove corresponding call.
11242         (vc-annotate-car-last-cons): Simplify.
11243         (vc-annotate-buffers): Remove var.
11244         (vc-annotate-backend): Make it buffer-local.
11245         (vc-annotate): Move the interaction to the interactive spec.
11246         Add a `buf' argument.
11247         (vc-annotate-warp-version): Use this new `buf' argument to avoid
11248         killing&creating a vc-annotate buffer, which is very disruptive when
11249         the buffers are shown in dedicated frames.
11251 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
11253         * descr-text.el: Add FSF as maintainer.
11254         (describe-text-mode, describe-text-mode-map)
11255         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
11256         help-mode.
11257         (describe-text-widget, describe-text-sexp)
11258         (describe-property-list, describe-text-category)
11259         (describe-text-properties, describe-text-properties-1)
11260         (describe-char): Use help buttons instead of widgets.
11261         (describe-char-unicodedata-file): Make URL link in doc string.
11263 2005-12-22  Richard M. Stallman  <rms@gnu.org>
11265         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
11266         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
11267         Don't include buttons that write a file when there's no file.
11268         (custom-variable-menu, custom-face-menu, custom-group-menu):
11269         Don't include commands that write a file when there's no file.
11270         (customize-browse): Reword the top-of-buffer help intro.
11271         (custom-buffer-create-internal): Fix previous change.
11272         (customize-changed-options-previous-release): Prev release is 21.1.
11273         (customize-changed-options): Doc fix.
11274         (customize-changed): New alias.
11275         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
11276         Say "standard values".
11277         (Custom-reset-standard): Doc fix.
11278         (custom-face-reset-standard): Doc fix.
11280 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11282         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
11283         even if font-lock-mode is non-nil since it may be t without having
11284         turned on font-lock-mode-internal.
11285         (font-lock-choose-keywords): Minor optimization.
11286         (font-lock-add-keywords, font-lock-remove-keywords)
11287         (font-lock-set-defaults): Don't call make-local-variable on a variable
11288         that we know to already be local.
11290 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11292         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
11293         messages if in the minibuffer.
11295 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11297         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
11298         (tex-mode-flyspell-verify, flyspell-get-word)
11299         (flyspell-external-point-words): Don't use point-min/max uselessly.
11301         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
11302         by Kevin Rodgers.  Instead, just hide the completions buffer if we
11303         don't need to show it.
11305 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
11307         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
11309 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11311         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
11312         delete-windows-on with an inexistent buffer.
11314 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
11316         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11317         Delete defcustom variable :tag names.
11319 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11321         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
11322         (log-view-font-lock-keywords): Ajust subgroup numbers.
11323         (log-view-current-tag): Don't hard code the number of subgroups.
11325 2005-12-20  Juri Linkov  <juri@jurta.org>
11327         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
11328         (tooltip-x-offset, tooltip-y-offset): Doc fix.
11330         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11331         (menu-bar-non-minibuffer-window-p): Instead of checking
11332         display-multi-frame-p, use selected-frame when menu-updating-frame
11333         is nil.
11335 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
11337         * align.el (align-rules-list): Use [ \t] instead of \s-
11338         for column separators in text mode.
11340 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
11342         * help-mode.el (help-customize-variable, help-customize-face):
11343         Don't pop help-xref-stack as help-follow no longer pushes
11344         anything on to it.
11346 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
11348         * textmodes/org.el (org-agenda-custom-commands): New option.
11349         (org-agenda): Offer custom commands on splash screen.
11350         (org-make-tags-matcher): Parser for Boolean logic added.
11351         (org-agenda-set-tags): New command.
11352         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
11353         (org-set-tags): Efficiency improvements.
11354         (org-auto-align-tags): New option.
11355         (org-todo, org-demote, org-promote): Realign tags.
11356         (org-tags-completion-function): Use also "&" and "|" as separators.
11357         (org-org-menu): Agenda commands simplified.
11359 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
11361         * cus-edit.el (customize-apropos, customize-apropos-options):
11362         Docstring changes.
11364         * font-lock.el (font-lock): Add tags to the links in the defgroup.
11366 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
11368         * longlines.el (longlines-mode): Wrap while widened.
11369         (longlines-decode-region, longlines-encode-region): Compute max
11370         just once.
11372 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11374         * cus-edit.el (mac): New group.
11376         * cus-start.el (all): Add user options in macterm.c.  Add test for
11377         Mac-related built-ins.  Fix test for GTK-related built-ins.
11379         * term/mac-win.el (mac-handle-language-change)
11380         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
11381         (mac-services-open-selection, mac-services-mail-selection)
11382         (mac-services-mail-to, mac-services-insert-text)
11383         (mac-dispatch-apple-event): Add docstrings.
11384         (x-get-selection, mac-select-convert-to-string): Select coding
11385         system from `utf-16be' and `utf-16le' using `byteorder'.
11387 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11389         * subr.el (lazy-completion-table): Don't be fooled if the var holds
11390         a "list" (lambda ...) rather than a real completion list.
11392         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
11393         lexical-let when encountering ((lambda (...) ...) ...).
11395 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
11397         * progmodes/sh-script.el (sh-mode):
11398         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
11399         * textmodes/picture.el (picture-mode): Update docstrings.
11401 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
11403         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
11404         commands enclosed in $(ARGQUOTE)s should not be split between two
11405         lines, as that will break with GNU Make >3.80, when sh.exe is used
11406         and arg quoting is with '..'.
11407         (autoloads): Don't break the quoted --eval expression between
11408         several lines.
11410 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
11412         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
11413         Capture error from printing circular structures.
11415 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
11417         * wid-edit.el (widget-checkbox-action): Clear undo info.
11419 2005-12-16  Bill Wohler  <wohler@newt.com>
11421         * menu-bar.el (kill-this-buffer): Set a good example by using menu
11422         bar, not menubar in comment.
11424 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11426         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
11427         After-change-functions should not clobber the match data.
11429 2005-12-16  Juri Linkov  <juri@jurta.org>
11431         * simple.el (choose-completion): Use `buffer-substring-no-properties'
11432         instead of `buffer-substring'.
11433         (completion-common-substring): Doc fix.
11434         (completion-setup-function): Use minibuffer-completion-contents
11435         instead of minibuffer-contents.  Don't set common-string-length
11436         initially.  Remove special handling of partial-completion-mode.
11437         Move computation of completion-base-size into one cond.
11438         Call completion-base-size-function in mainbuf.  In computation of
11439         completion-base-size for file name completion don't move point to
11440         the end of the minibuffer.  Move computation of common-string-length
11441         into one cond.  Start putting faces only when common-string-length>=0.
11442         Add condition to put completions-common-part when
11443         common-string-length>0.
11445         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
11446         place point at the first different character in the minibuffer
11447         even if this position is at the beginning of the minibuffer.
11449         * info.el (Info-read-node-name-1): In completion-base-size-function's
11450         lambda return 1 if common-substring or minibuffer-completion-contents
11451         starts with (, and 0 otherwise.
11453         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
11454         Use `crm-current-element' for second arg of `display-completion-list'.
11456 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
11458         * files.el (set-auto-mode): Look for an interpreter specified on
11459         the first line also if search for mode specification succeeded,
11460         but the mode is not known.
11462 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
11464         * textmodes/org.el (org-tags-match-list-sublevels): New option.
11465         (org-open-at-point): Implement tag searches as links.
11466         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
11467         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
11468         (org-tags-sparse-tree, org-tags-view, org-set-tags)
11469         (org-agenda-dispatch): New commands.
11470         (org-use-tag-inheritance, org-tags-column): New options.
11471         (org-tab-follows-link, org-return-follows-link): New options.
11472         (org-tags): New customize group.
11473         (org-start-icalendar-file): Get local time zone.
11474         (org-tags-completion-function): New function.
11475         (org-set-font-lock-defaults): Make sure links will also be
11476         highlighted inside headlines.
11478 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
11480         * term.el (term-emulate-terminal):
11481         Let term-handle-ansi-terminal-messages override what Bash says about
11482         its current directory.
11484 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
11486         * bindings.el (last-buffer): Move to simple.el.
11487         * simple.el (last-buffer): Move here.
11488         (get-next-valid-buffer): New function.
11489         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
11490         (prev-buffer): Ditto.  Rename to `previous-buffer'.
11492         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
11493         * bindings.el (global-map): Ditto.
11495 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
11497         * cus-edit.el: Introductory comment change.
11498         (custom-magic-alist): Change message string for the `rogue' state.
11500 2005-12-15  Richard M. Stallman  <rms@gnu.org>
11502         * tooltip.el: Delete defcustom variable :tag names.
11504         * complete.el (partial-completion-mode): Doc fix.
11506         * textmodes/flyspell.el (flyspell-external-point-words):
11507         Use save-excursion to ensure we don't move backward in the
11508         search loop, not even one character.
11509         (flyspell-delete-all-overlays): Use remove-overlays directly.
11511         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
11512         (ispell-start-process): Set that variable.
11513         Clear ispell-buffer-local-name.
11514         (ispell-internal-change-dictionary):
11515         Set ispell-current-dictionary after killing process.
11516         (ispell-buffer-local-dict):
11517         Don't set spell-personal-dictionary after killing process.
11518         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
11519         (ispell-tex-skip-alists, ispell-html-skip-alists)
11520         (ispell-skip-region-alist): Mark as risky.
11522         * net/newsticker.el (newsticker--retrieval-timer-list)
11523         (newsticker--display-timer, newsticker-running-p)
11524         (newsticker-ticker-running-p): Definitions moved up.
11526 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
11528         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
11530 2005-12-15  David Ponce  <david@dponce.com>
11532         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
11533         (recentf-edit-list, recentf-open-files): Signal an error when
11534         there is no recent file.
11536 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
11538         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
11539         read-only except for texinfo-format-region evaluation.
11541 2005-12-14  Richard M. Stallman  <rms@gnu.org>
11543         * vc.el (vc-default-previous-version, vc-default-next-version)
11544         (vc-do-command): Doc fixes.
11546 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11548         * textmodes/bibtex.el (bibtex-expand-strings)
11549         (bibtex-autokey-expand-string, bibtex-name-part)
11550         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
11551         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
11552         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
11553         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
11554         (bibtex-entry-postfix, bibtex-known-entry-type-re)
11555         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
11556         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
11557         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
11558         (bibtex-beginning-of-last-entry): Remove.
11559         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
11560         message if comma is missing but buffer is read-only.
11561         (bibtex-parse-field-text): Handle whitespaces at the end of field
11562         text.  Return 3-element list with beginning and end of field text
11563         and end of field.
11564         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
11565         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
11566         (bibtex-search-forward-field, bibtex-search-backward-field):
11567         Search always delimited by limits of entry.  Use more efficient
11568         search algorithms.
11569         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
11570         bibtex-end-of-name-in-field.
11571         (bibtex-text-in-field-bounds): Handle BibTeX strings when
11572         extracting the content of a field.
11573         (bibtex-text-in-field): Use search limits.
11574         (bibtex-parse-string-prefix): Handle empty string keys based on
11575         bibtex-string-empty-key.
11576         (bibtex-parse-string): Fix docstring.
11577         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
11578         (bibtex-preamble-prefix, bibtex-strings): New functions.
11579         (bibtex-skip-to-valid-entry): Include preceding whitespace in
11580         BibTeX entries (consistent with other BibTeX functions).
11581         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
11582         (bibtex-search-entry): Fix docstring.  Simplify.
11583         (bibtex-flash-head, bibtex-complete-string-cleanup)
11584         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
11585         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
11586         (bibtex-parse-entry): New optional arg content.
11587         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
11588         Use bibtex-text-in-field-bounds.
11589         (bibtex-print-help-message): Handle BibTeX strings and preambles.
11590         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
11591         bibtex-parse-string-postfix.
11592         (bibtex-find-text-internal): New function.
11593         (bibtex-remove-delimiters): Use it.
11594         (bibtex-find-text): Use it.  New optional arg help.
11595         (bibtex-complete): Handle BibTeX string and preamble entries.
11596         (bibtex-Preamble): Fix order of closing delimiters.
11598 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11600         * vc.el (vc-default-revert): New fun.
11602         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
11604 2005-12-14  Romain Francoise  <romain@orebokech.com>
11606         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
11607         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
11608         (font-lock-remove-keywords): Likewise.
11610 2005-12-14  Juri Linkov  <juri@jurta.org>
11612         * log-view.el (log-view-diff): Doc fix.
11614         * isearch.el (isearch-query-replace): Use (mark) instead of
11615         isearch-opoint if mark is active in transient-mark-mode.
11617 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
11619         * isearch.el (isearch-query-replace): Check for isearch-other-end.
11621 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
11623         * progmodes/cpp.el (cpp-face): New widget.
11624         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
11626 2005-12-14  Juri Linkov  <juri@jurta.org>
11628         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
11629         around `erase-buffer' and `insert'.
11631         * descr-text.el (describe-text-properties): Replace buffer name
11632         "*Help-2*" with "*Help*<2>".
11633         (describe-char): Add functions print-help-return-message,
11634         toggle-read-only.  Use help-setup-xref with nil to not store
11635         describe-char in help-xref-stack.  Use help-make-xrefs to
11636         make [back] button.
11638         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
11640         * wdired.el (wdired-old-point): New internal variable.
11641         (wdired-change-to-wdired-mode): Set it buffer-locally.
11642         (wdired-abort-changes): Restore point after aborting changes.
11644 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11646         * vc.el (vc-do-command): Add a new value t for okstatus.
11648         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
11649         frame in case of errors.
11651 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11653         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
11654         so it comes after "On the Left" in the menu.
11656 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
11658         * cus-edit.el (customize-apropos, customize-apropos-options)
11659         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
11661 2005-12-12  Bill Wohler  <wohler@newt.com>
11663         * vc-svn.el (vc-svn-registered): Fix problem of visiting
11664         non-writable Subversion-controlled files by saving window
11665         configuration before calling vc-do-command.  vc-do-command calls
11666         pop-to-buffer on error which is unexpected during registration.
11668 2005-12-12  Jay Belanger  <belanger@truman.edu>
11670         * calc/README: Update the summary of changes.
11672 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11674         * descr-text.el (describe-char): Rework last fix to solve the problem
11675         is the same way it's solved for everything else in that function
11676         (i.e. by extracting the info before setting up the *Help* buffer).
11678 2005-12-12  Kim F. Storm  <storm@cua.dk>
11680         * subr.el (version-regexp-alist): Allow space as separator before
11681         non-numeric part, e.g. "1.0 alpha".
11682         (version-to-list): Interpret .X.Y version as 0.X.Y version.
11684 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
11686         * textmodes/org.el (org-agenda, org-timeline, org-todo):
11687         Implement Logging and the keep-modes setting.
11688         (org-get-category): Make sure a string is returned.
11689         (org-log-done): New function.
11690         (org-log-done, org-closed-string): New options.
11692 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11694         * tooltip.el (tooltip-y-offset): Change default to 20.
11696 2005-12-12  Richard M. Stallman  <rms@gnu.org>
11698         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
11700         * frame.el (display-hourglass): Doc fix.
11702         * help.el (help-for-help-internal): Simplify entry for `a'.
11704         * info.el (Info-on-current-buffer): Doc fix.
11705         (info-insert-file-contents): Don't test (featurep 'jka-compr).
11707         * startup.el (inhibit-splash-screen): Make this the real name.
11708         (inhibit-startup-message): Make this the alias.
11709         (command-line): Find only simple.el, and use its directory
11710         to fill in other preloaded files' names.
11711         (command-line): Deactivate the mark if deactivate-mark is set.
11713         * international/mule.el (load-with-code-conversion):
11714         Bind deactivate-mark.
11716         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11718 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
11720         * cus-edit.el (customize-apropos): Avoid listing an option more
11721         than once under different aliases.  No longer list user options
11722         that are not defined with defcustom (unless a prefix arg is given).
11723         Doc fix.
11724         (customize-apropos-options): Doc fix.
11726 2005-12-11  Juri Linkov  <juri@jurta.org>
11728         * frame.el (set-background-color, set-foreground-color)
11729         (set-cursor-color, set-mouse-color, set-border-color):
11730         Add explicit prompts to read colors by `facemenu-read-color'.
11731         (show-trailing-whitespace, blink-cursor-delay)
11732         (blink-cursor-interval, display-hourglass, hourglass-delay):
11733         Remove tags.
11734         (display-hourglass, hourglass-delay): Doc fix.
11735         (cursor-in-non-selected-windows): Capitalize words in tag.
11737         * faces.el (frame-background-mode): Replace `choice-item' keywords
11738         with `const' to not make [default] button.  Change default value tag
11739         from `default' to `automatic'.  Doc fix.
11740         (trailing-whitespace) <defface>: Change group `whitespace' to
11741         `whitespace-faces'.
11743 2005-12-11  Richard M. Stallman  <rms@gnu.org>
11745         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
11747 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11749         * term/mac-win.el: Create keymap for mac-apple-event-map.
11751 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
11753         * tooltip.el (tooltip-mode): Move to start of file so that it
11754         appears at top of customize buffer.
11756         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11757         Add the gud groupname.
11758         (gud-tooltip-mode): Add the tooltip groupname.
11759         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
11760         avoid conflict with tooltip-use-echo-area.
11762 2005-12-10  Romain Francoise  <romain@orebokech.com>
11764         * help.el (help-for-help-internal): Add `r' in doc string.
11766 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11768         * align.el (align-regexp, align-highlight-rule):
11769         Use region-beginning and region-end instead of point and mark, so that
11770         repetition (with `repeat-complex-command') recomputes the region
11771         bounds.
11773 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
11775         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
11776         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
11777         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
11778         (balance-windows): Rewrite using the above new functions.
11780 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
11782         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
11783         react if global-hi-lock-mode seems intended.
11784         (global-hi-lock-mode) Renamed from hi-lock-mode.
11785         (hi-lock-archaic-interface-message-used)
11786         (hi-lock-archaic-interface-deduce): New variables.
11787         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
11788         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
11789         (hi-lock-find-patterns, hi-lock-font-lock-hook):
11790         Replace hi-lock-buffer-mode with hi-lock-mode.
11792 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
11794         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
11795         completion list, even after a partial completion has been
11796         inserted in the current buffer.  If there are more than 1
11797         completion, redisplay the *Completions* buffer; if the
11798         completion is unique, delete the *Completions* window.
11800 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
11802         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
11803         strings and long subject lines that were broken into multiple
11804         lines at arbitrary places.  Handle subjects that have "Re: " in
11805         the middle.
11807 2005-12-10  John W. Eaton  <jwe@octave.org>
11809         * emacs/octave-mod.el (octave-electric-space): Don't indent
11810         comments or strings if octave-auto-indent is nil.
11812 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11814         * term/mac-win.el: Require url when compiling.
11815         Call mac-process-deferred-apple-events after loading init files.
11816         (mac-apple-event-map): New defvar.  Define event handlers in it.
11817         (core-event, internet-event): New Apple event class symbols.
11818         (open-application, reopen-application, open-documents)
11819         (print-documents, open-contents, quit-application)
11820         (application-died, show-preferences, autosave-now, get-url):
11821         New Apple event ID symbols.
11822         (about): New HICommand ID symbol.
11823         (mac-event-spec, mac-event-ae): New macros.
11824         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
11825         (mac-ae-selection-range, mac-ae-text-for-search)
11826         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
11827         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
11828         and Services menu events are now defined in mac-apple-event-map.
11829         (mac-drag-n-drop): Remove selection range handling.
11831 2005-12-10  Kenichi Handa  <handa@m17n.org>
11833         * simple.el (zap-to-char):
11834         * isearch.el (isearch-process-search-char): Translate CHAR by
11835         translation-table-for-input.
11837 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
11839         * foldout.el (foldout-exit-fold): Properly hide subtree.
11841 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11843         * files.el (save-buffer):
11844         * international/ucs-tables.el (ucs-set-table-for-input):
11845         * mail/mail-extr.el (mail-extract-address-components):
11846         * mail/sendmail.el (mail-mode): Reformat doc string.
11848 2005-12-09  Juri Linkov  <juri@jurta.org>
11850         * isearch.el (isearch-highlight): Change main overlay priority
11851         from 1 to 1001.  Simplify.
11852         (isearch-lazy-highlight-update): Change lazy overlay priority
11853         from 0 to 1000.
11855         * replace.el (replace-highlight): Change overlay priority from
11856         1 to 1001.
11858         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
11859         Change overlay priority from 1 to 1001.  Reuse existing overlay.
11861         * compare-w.el (compare-windows-highlight): Change overlay
11862         priority from 1 to 1000.
11864         * menu-bar.el (menu-bar-edit-menu): Add listp around
11865         pending-undo-list to disable menu item "undo" when pending
11866         undo list is empty.
11868         * locate.el (locate): Disable undo in *Locate* buffer.
11870 2005-12-09  Kim F. Storm  <storm@cua.dk>
11872         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
11874 2005-12-09  David Ponce  <david@dponce.com>
11876         * recentf.el: Improvement of the menu code.
11877         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
11878         instead of menu hook.
11879         (recentf-show-menu, recentf-hide-menu): New functions.
11880         (recentf-menu-customization-changed, recentf-mode): Use them.
11881         (recentf-menu-action, recentf-max-menu-items)
11882         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
11883         (recentf-arrange-by-rule-others)
11884         (recentf-arrange-by-rules-min-items)
11885         (recentf-arrange-by-rule-subfilter) : Don't use
11886         `recentf-menu-customization-changed'.
11887         (recentf-arrange-rules): Likewise.  Accept functions to compute
11888         sub-menu titles.
11889         (recentf-menu-filter): Likewise.  Doc fix.
11890         (recentf-menu-value-shortcut): Doc fix.
11891         (recentf-dump-variable): Quote atom value.
11892         (recentf-make-menu-items): Update to use it as a menu filter.
11893         (recentf-match-rule): New function.
11894         (recentf-arrange-by-rule): Use it.
11895         (recentf-indirect-mode-rule): New function.
11896         (recentf-build-mode-rules): Use it.
11897         (recentf-dir-rule): New function.
11898         (recentf-arrange-by-dir): Use it.
11899         (recentf-filter-changer-current): Rename from
11900         `recentf-filter-changer-state'.  All references updated.
11901         (recentf-filter-changer-alist): Update filter names.
11902         (recentf-filter-changer-select): New function.
11903         (recentf-filter-changer): Use it.  Make a sub-menu from filters
11904         available in `recentf-filter-changer-alist'.
11905         (recentf-data-cache, recentf-clear-data)
11906         (recentf-update-menu): Remove.  All references updated.
11907         (recentf-match-rule-p, recentf-build-dir-rules)
11908         (recentf-filter-changer-goto-next)
11909         (recentf-filter-changer-get-current)
11910         (recentf-filter-changer-get-next): Remove.
11912 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
11914         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
11915         buffer "Reset" button to "Reset to Current" for consistency with
11916         the State buttons.
11918 2005-12-08  John Paul Wallington  <jpw@pobox.com>
11920         * ibuf-ext.el (define-ibuffer-filter filename):
11921         If `dired-directory' is a list then really use its car.
11923 2005-12-08  Kim F. Storm  <storm@cua.dk>
11925         * emulation/cua-rect.el (cua--rectangle-aux-replace):
11926         Fix indention of text on right side of replaced rectangle.
11928 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
11930         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
11931         No need to check gud-comint-buffer is bound.
11932         (gdb): Prevent multiple debugging when first session uses gdba.
11934 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
11936         CC Mode update to 5.31.
11938         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
11939         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
11940         We might do this function properly in the future).
11942         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
11943         New macros c-sentence-end and c-default-value-sentence end, to cope
11944         with Emacs 22's new function `sentence-end'.
11946 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
11948         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
11949         compat issue using `c-put-overlay' and `c-delete-overlay'.
11951         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
11952         New compat macros to handle overlays/extents.
11954 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
11956         * progmodes/cc-fix.el: Add definitions of the macros push and pop
11957         (for GNU Emacs 20.4)
11959         * progmodes/cc-defs.el:
11960         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
11962         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
11963         highlighting mechanism so it will work in XEmacs too.
11965         * progmodes/cc-defs.el: Insert c-int-to-char.
11967         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
11968         call to the new macro c-int-to-char.  This solves XEmacs's
11969         regarding characters as different from integers.
11971 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
11973         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
11974         New internal helper.
11976         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
11977         construct to make the indirect face lookup work in XEmacs.
11979         (c-cpp-matchers): Append the negation char face to the existing
11980         fontification, so that the cpp face doesn't disappear.
11981         Use `c-make-syntactic-matcher' to avoid negation chars in comments
11982         and strings.
11984         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
11985         to map to `font-lock-negation-char-face' in emacsen where it exists.
11987 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
11989         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
11991         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
11992         Rename "c-subword-move-mode" as "c-subword-mode".
11994         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
11995         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
11997 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
11999         * progmodes/cc-mode.el: Added autoload directive for
12000         `c-subword-move-mode' for use in older emacsen.
12002 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12004         * progmodes/cc-mode.el:
12005         (i) Insert a binding for C-c C-backspace into
12006         c-bind-special-erase-keys which works in TTYs.
12007         (ii) Make sure that when file styles are used, any explicitly
12008         given style variables take priority over those in the style.
12009         Do this by calling `hack-local-variables' a second time.
12011         * progmodes/cc-vars.el: Add language specific customization
12012         widgets for AWK to c-doc-comment-style, c-require-final-newline
12013         and c-default-style.  Add a defcustom for awk-mode-hook.
12014         Give c-syntactic-element and c-syntactic-context doc-strings by
12015         directly setting their `variable-documentation' propery.
12016         This allows Emacs 22.1 to read these with C-h v.
12018         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
12020 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12022         * progmodes/cc-fonts.el, cc-vars.el
12023         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
12024         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
12025         Masatake YAMATO.
12027         (c-doc-comment-style): Made GtkDoc default in C mode.
12029         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
12030         and C-c C-<delete>.
12032         (c-bind-special-erase-keys): New function for use on
12033         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
12035         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
12036         <delete> key behavior in XEmacs according to `delete-forward-p'.
12037         C.f. `c-electric-delete'.
12039 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12041         * progmodes/cc-mode.el: Give c-hungry-backspace and
12042         c-hungry-delete-forward permanent key bindings.
12044         * progmodes/cc-cmds.el (c-electric-semi&comma):
12045         Bind c-syntactic-context for calls to "criteria functions", for
12046         consistency with other calls to user functions.
12048         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
12049         `current-prefix-arg', since this might be the prefix arg to a
12050         command which calls c-indent-command as a function.  Change the
12051         interactive spec from "p" to "P".
12053         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
12054         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
12055         was difficult to understand.
12057 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12059         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
12060         first char of an identifier.
12062         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
12063         +" syntax in C++.
12065 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12067         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
12068         auto-fill doesn't split a c-comment's last word from a hanging
12069         "*/" when a space is typed between them after fill-column.
12071         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
12073         * progmodes/cc-styles.el (c-set-style)
12074         (c-setup-paragraph-variables): Abort the command if we're not in a
12075         CC Mode buffer.
12077         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
12078         with blank comment-prefix, and a blank line as the comment's
12079         second line.
12081 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12083         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
12084         Incorporate the patterns added in the Emacs development branch
12085         for the new Emacs 22 face `font-lock-negation-char-face'.
12087         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
12088         of "red" since it stands out better in xterms and DOS terminals.
12090         * progmodes/cc-engine.el (c-literal-faces):
12091         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
12093 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12095         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
12096         forcibly enable c-electric-flag.
12098         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
12099         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
12100         after the comment-prefix of a C-style comment will close that comment.
12102 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12104         * progmodes/cc-fonts.el (c-basic-matchers-before)
12105         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
12106         in Pike.
12108         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
12109         digraphs.
12111         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
12112         (c-cpp-message-directives, c-cpp-include-directives)
12113         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
12114         (c-cpp-expr-directives): Introduce new language constants to
12115         control cpp syntax in a cleaner way.
12117         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
12119         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
12121         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
12122         (c-multiline-string-start-char): New language constants and
12123         variables to specify how newlines in string literals work.
12125         (c-font-lock-invalid-string): Use them.
12127         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
12128         unbalanced close brace is entered.  Optimization by avoiding going
12129         back over arbitrarily large blocks.  Removed hints that this
12130         function only would be relevant/useful in AWK.
12132         (c-electric-brace): Indent syntactically after the cleanups since
12133         lineup functions might do it differently then.
12135         * progmodes/cc-engine.el, cc-langs.el
12136         (c-opt-op-identifier-prefix): New language constant and variable.
12138         (c-just-after-func-arglist-p, c-after-special-operator-id)
12139         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
12141         * progmodes/cc-align.el, cc-engine.el
12142         (c-after-special-operator-id): New helper to handle C++ operator
12143         identifiers.
12145         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
12146         (c-guess-basic-syntax): Handle C++ operator identifiers in
12147         declarations.
12149         * progmodes/cc-langs.el (c-assignment-operators): Add the
12150         trigraph version of ^= too.
12152         * progmodes/cc-langs.el (c-assignment-operators): Add the
12153         trigraph version of |= in C++.
12155         * progmodes/cc-fonts.el (c-font-lock-declarators):
12156         Handle `c-decl-hangon-kwds' after the identifier name.
12158         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
12159         whether an arglist is "nonempty", ignore a comment after the open
12160         paren if it isn't followed by a non-comment token on the same line.
12162         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
12163         Enable heuristics below the point to cope with classes inside special
12164         brace lists in Pike.
12166 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12168         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
12170 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12172         * progmodes/cc-guess.el (cc-guess-install): New function to
12173         install an already guessed style in another buffer.
12175         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
12176         sets `inhibit-read-only' - `c-save-buffer-state' should be used
12177         anyway if the change always is undone.
12179 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12181         Implement togglable electricity:
12183         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
12184         saying when it should be used.
12186         * progmodes/cc-engine.el: Add the new buffer-local variable,
12187         c-electric-flag.
12189         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
12190         c-toggle-auto-newline.
12192         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
12193         c-toggle-auto-newline.  Remove the binding for
12194         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
12195         c-toggle-electric-state.
12197         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
12199         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
12200         c-\(forward\|backward\)-subword.
12201         (c-update-modeline): Add the new modeline flag `l' for
12202         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
12203         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
12204         Make the old name an alias of the new name.
12205         (c-toggle-electric-state): New function.
12206         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
12207         Adapt these functions to do electric things only when
12208         c-electric-flag is non-nil.
12209         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
12210         new functions from c-electric-brace.
12211         (c-point-syntax): Add a check for "virtual semicolons" in AWK
12212         mode, so that the tentative extra newline doesn't change the
12213         syntax of the following brace.
12214         (c-electric-brace): Restructure by extracting the above functions.
12215         Tidy up the coding somewhat.
12216         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12217         restructure a bit.
12219 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12221         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
12222         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
12224         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
12225         (c-submode-indicators): Change name from `c-auto-hungry-string'
12226         since it's now used to track another submode.
12228         (c-update-modeline): Convert to function and extended to check
12229         `c-subword-move-mode'.
12231         (c-forward-into-nomenclature, c-backward-into-nomenclature):
12232         Convert to compat aliases for `c-forward-subword' and
12233         `c-backward-subword'.
12235         * progmodes/cc-subword.el: New functions and minor mode to handle
12236         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
12238         (c-forward-subword, c-backward-subword, c-mark-subword)
12239         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
12240         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
12241         Functions corresponding to the standard word handling functions.
12243         (c-subword-move-mode): Minor mode that replaces all the standard
12244         word handling functions with their subword equivalences.
12246 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12248         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
12249         entry for one-liner-defun.
12251         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
12252         name in its def-edebug-spec.
12254         * progmodes/cc-cmds.el (c-electric-brace): Make the
12255         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
12256         compacts space before a comment, if this will make things fit on
12257         one line.
12259         Introduce an "awk" style, mainly for auto-newline and clean-ups.
12261         * progmodes/cc-align.el: New function c-snug-1line-defun-close
12263         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
12264         clean-up one-liner-defun.
12266         * progmodes/cc-styles.el: Add the new "awk" style.
12268         * progmodes/cc-vars.el: Add description of one-liner-defun to
12269         c-cleanup-list's doc-string.  New user options,
12270         c-max-one-liner-length.  In c-default-style, set the default style
12271         for AWK to "awk".
12273 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12275         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
12276         macros inside labels.
12278         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
12279         `c-at-statement-start-p' and `c-at-expression-start-p'.
12281         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
12282         error if the mark isn't set.
12284         * progmodes/cc-engine.el (c-guess-continued-construct)
12285         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
12286         accurately detect functions inside functions.
12288         * progmodes/cc-engine.el (c-at-expression-start-p): New function
12289         like `c-at-statement-start-p' that additionally recognizes commas
12290         and expression parentheses as delimiters.
12292         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
12293         to avoid heuristics that doesn't work for unclosed blocks.
12294         (c-at-statement-start-p): New function.
12296         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
12297         Objective-C directives, e.g. directives spanning lines should work
12298         reasonably well now.
12300         (c-put-c-type-property, c-clear-c-type-property): New helpers.
12302         (c-forward-objc-directive): New function to move over any ObjC
12303         directive.
12305         (c-just-after-func-arglist-p, c-guess-basic-syntax)
12306         (c-basic-matchers-before): Use it.
12308         (c-font-lock-objc-iip-decl): Remove.
12310         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
12311         in the template arglist recognition.
12313         * progmodes/cc-styles.el (c-style-alist): Fix several
12314         inconsistencies in the Whitesmith style.
12316         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
12317         New lineup function to get lines after Whitesmith style blocks
12318         correctly indented.
12320         (c-lineup-whitesmith-in-block): Back out the compensation for
12321         opening parens since it's done using `add' lists in the style
12322         definition instead.  Don't use the anchor position since it varies
12323         too much between the syntactic symbols. :P
12325         * progmodes/cc-vars.el (c-valid-offset): Update.
12327         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
12328         lists where the offsets are combined according to several
12329         different methods: `first', `min', `max', and `add'.
12330         Report offset evaluation errors with `c-benign-error' so that some kind
12331         of reindentation still is done.
12333         * progmodes/cc-engine.el (c-guess-basic-syntax):
12334         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
12335         `arglist-close'.
12337         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
12338         situations for `arglist-cont-nonempty' and `arglist-close'.
12340         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
12342         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
12343         cc-bytecomp-boundp' in a number of places.
12345         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
12346         macro related issue.
12348 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12350         * progmodes/cc-awk.el: Change the terminology of regexps: A char
12351         list is now [asdf], a char class [:alpha:].
12352         Include code for char classes.
12353         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
12354         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
12356         Remove (nearly all of) the cruft associated with AWK Mode's former
12357         concept of "virtual semicolons":
12359         Adapt c-beginning-of-statement, c-end-of-statement (together with
12360         subfunctions) to use the new notion of "virtual semicolon" in
12361         place of the old awkward special handling for AWK.  There remains
12362         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
12363         * progmodes/cc-cmds.el:
12364         (c-ascertain-adjacent-literal): In the backwards direction, now
12365         recognises AWK regexp delimiters as string delimiters.
12366         (c-after-statement-terminator-p): Adapt for virtual semicolons;
12367         check more rigorously for "end of macro".
12368         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
12369         virtual semicolons;
12370         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
12371         out the code for forward movement into ...
12372         (c-end-of-statement): Now contains the code for forward movement,
12373         adapted for virtual semicolons.
12375         * progmodes/cc-engine.el:
12376         (c-ws*-string-limit-regexp): New regexp.
12377         (c-forward-single-comment, c-backward-single-comment): Comment out
12378         the (now redundant) "special" AWK stuff.
12380         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
12381         c-string-par-start, c-string-par-separate to be more like Text
12382         Mode than Fundamental Mode.
12384 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12386         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
12387         to the fontified region so that fontification doesn't occur
12388         outside it (could happen e.g. when fontifying a line with an
12389         unfinished declaration).
12391 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12393         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
12394         start of the file.  ^L now separate sections of the file.
12395         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
12396         (c-awk-one-line-possibly-open-string-re)
12397         (c-awk-regexp-one-line-possibly-open-char-class-re)
12398         (c-awk-one-line-possibly-open-regexp-re)
12399         (c-awk-one-line-non-syn-ws*-re): New defonsts.
12400         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
12402         Amend the concept of "virtual semicolons" (in the indentation
12403         engine) for languages like AWK, such that they are now
12404         conceptually attached to end of the last token of a statement, not
12405         the end of the line.  (In AWK Mode, however, the pertinent text
12406         property is still physically set on the EOL.)  Remove the specific
12407         tests for awk-mode, thus facilitating the introduction of other
12408         language modes where EOLs can end statements.
12409         (Note: The funtionality in cc-cmds.el, specifically
12410         c-beginning/end-of-statement has yet to be amended.)
12412         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
12413         New macros.
12415         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
12416         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
12417         c-vsemi-status-unknown-p-fn (in a new page).
12419         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
12420         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
12421         numerous awkward forms like
12422         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
12423         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
12424         variable before-ws-ip, the place just after char-before-ip appears.
12426         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
12427         a comment.
12429 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12431         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
12432         `c-tentative-buffer-changes'.
12434         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
12435         convert to macro to choose between Emacs and XEmacs at compile time.
12437         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
12439         (c-tentative-buffer-changes): New macro to handle temporary buffer
12440         changes in a convenient way.
12442         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
12443         for `c-tentative-buffer-changes'.
12445         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
12446         the checks for paren sexps between the point and the keyword, to
12447         avoid some false alarms.
12449         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
12450         Fixed a situation where an error could be thrown for unbalanced
12451         parens.  Changed to make use of c-keyword-member' to avoid some
12452         repeated regexp matches.
12454         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
12455         These language variable are no longer necessary.
12457         (c-block-stmt-kwds): New language constant used by
12458         c-looking-at-inexpr-block'.
12460         (c-guess-basic-syntax): Remove an optional check that looked at
12461         the existence of the now removed language variables.
12463         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
12464         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
12465         object instantiation expressions as declarations in some contexts.
12466         This bug only affected languages where the declarator can't be
12467         enclosed in parentheses.
12469         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
12470         insert newlines before and after substatement braces.
12472         * progmodes/cc-engine.el: Improved the heuristics for recognizing
12473         function declaration headers and the handling of C++ style member
12474         init lists.
12476         (c-just-after-func-arglist-p): Rewritten to use
12477         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
12479         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
12481         (c-guess-basic-syntax): Adapt case 5B for the new
12482         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
12483         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
12484         covers all cases now).
12486         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
12488 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12490         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
12491         c-string-par-start/separate c-sentence-end-with-esc-eol,
12492         initialised in c-setup-paragraph-variables, used in string
12493         scanning subroutines of c-beginning-of-statement.
12495         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12496         which precedes the newly inserted `{'.
12498 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12500         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
12501         function for declaration level blocks.  It should now cope with
12502         templates better and also be a lot more comprehensible.
12504         (c-looking-at-decl-block): The new function.
12506         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
12507         for compatibility.
12509         (c-add-class-syntax, c-guess-continued-construct)
12510         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
12512         (c-decl-block-key): Change to tell apart ambiguous and
12513         unambiguous keywords.  Pike specials are now handled directly in
12514         the code instead.
12516         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
12517         New language constants and variables to make the backward skip in
12518         `c-looking-at-decl-block' as tight as possible.
12520         (c-nonsymbol-token-char-list): New language constant.
12522         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
12523         find balanced template arglists backwards.
12525         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
12526         making char classes for `c-syntactic-skip-backward'.
12528         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
12529         16D - can't be a class-close at that point.
12531         * progmodes/cc-engine.el (c-guess-basic-syntax)
12532         (c-add-class-syntax): Don't narrow out the enclosing declaration
12533         level.  This makes everything a lot easier, and it was actually
12534         only four small places that needed it to work.  Some places that
12535         previously did `widen' are removed now, which has the effect that
12536         `c-guess-basic-syntax' never will look at things outside the
12537         current narrowment now.  The anchor position for `topmost-intro'
12538         is affected by this, but it was so bogus it was basically useless
12539         before, and now it's equally bogus but in a slightly different way.
12541         (c-narrow-out-enclosing-class): Gone.
12543         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
12544         the narrowed region.
12546         (c-least-enclosing-brace): Remove silly optional argument.
12548         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12549         the point could be left directly after an open paren when finding
12550         the beginning of the first decl in the block.
12552         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
12553         Specify which submatch to use.
12555         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
12557         (c-decl-start-re): No longer any need for special treatment of
12558         ObjC due to the above.
12560         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
12561         presumably follows C in that regard.
12563         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
12564         New language constants to specify operator tokens inside
12565         identifiers in a more high level way.
12567         (c-opt-identifier-prefix-key): New internal language constant.
12569         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
12570         (c-identifier-start, c-identifier-key): Now completely calculated
12571         from other constants.
12573         (c-identifier-last-sym-match): Decommission since it's no longer used.
12575         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
12577         * progmodes/cc-engine.el (c-forward-name): Remove the
12578         optimization when c-identifier-key is equal to c-symbol-key since
12579         it doesn't work in byte compiled files.  Don't record empty
12580         regions as identifiers.
12582         * progmodes/cc-langs.el (c-filter-ops): New helper function to
12583         simplify access to `c-operators' and its likes.
12585         (c-operator-list, c-all-op-syntax-tokens)
12586         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
12587         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
12588         (c-primary-expr-regexp, c-cast-parens): Use it.
12590         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
12591         an explicit language in functions.
12593         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
12594         variant of adornment.
12596         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
12597         variable.
12599         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
12600         the Pike value.
12602         * progmodes/cc-engine.el (c-on-identifier)
12603         (c-simple-skip-symbol-backward): Small fix for handling "-"
12604         correctly in `skip-chars-backward'.  Affected the operator lfun
12605         syntax in Pike.
12607         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
12608         diagnostic message about precompiled language vars not being used.
12610         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
12611         "__attribute__" is followed by a parenthesis.
12613         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
12614         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
12615         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
12617         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
12618         Internal cleanups to properly detect the declared identifiers in
12619         various declarations.
12621         (c-decl-start-kwds): New language constant to recognize
12622         declarations that can start anywhere.  Used for class declarations
12623         in Pike.
12625         (c-specifier-key, c-not-decl-init-keywords)
12626         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
12627         (c-find-decl-spots): Implement `c-decl-start-kwds'.
12629         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
12630         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
12631         handling of the compiler specific extension keywords into a new
12632         language constant `c-decl-hangon-kwds' that defines keyword
12633         clauses to be ignored in declarations.
12635         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
12636         past unrecognized tokens when handling `c-colon-type-list-kwds'.
12637         Necessary to stop at the declared identifier in e.g. IDL valuetype
12638         declarations.
12640         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
12641         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
12642         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
12643         (c-forward-decl-or-cast-1): Recognize the declared identifier in
12644         class and enum declarations as such and not as part of the type.
12646         (c-forward-decl-or-cast-1, c-forward-label): Relax the
12647         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
12649         (c-forward-decl-or-cast-1): Don't disregard sure signs of
12650         declarations when there's some syntax error later on.
12652         (c-complex-decl-matchers): Did away with a reference to
12653         `c-specifier-key'.
12655         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
12656         value - this variable is always dynamically bound.
12658         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
12659         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
12660         * cc-cmds.el, cc-defs.el: Change the policy for marking up
12661         functions that might do hidden buffer changes: All such internal
12662         functions are now marked instead of those that don't.
12664         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
12665         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
12666         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
12667         (c-literal-type): Allow these functions to make hidden buffer changes,
12668         so that they are free to use text property caching later on.
12670         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
12671         (c-electric-brace, c-electric-slash, c-electric-star)
12672         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
12673         (c-electric-paren, c-electric-continued-statement, c-indent-command)
12674         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
12675         (c-context-line-break): Add `c-save-buffer-state' calls to comply
12676         with the changed semantics of the functions above.
12678         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
12679         when macros occur in obscure places.  Optimized the sexp movement
12680         a bit.
12682 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12684         Enhancements for c-beginning-of-statement to work in AWK Mode:
12686         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
12687         (completed statement) with `}' (statement completed by closing
12688         brace or semicolon) and `$' (statement completed by EOL).
12690         (c-awk-virtual-semicolon-ends-prev-line-p)
12691         (c-awk-virtual-semicolon-ends-line-p)
12692         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
12693         (c-awk-at-statement-end-p): New functions.
12695         * progmodes/cc-cmds.el: Simplify the structure of functions
12696         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
12697         two functions and c-beginning-of-statement to handle AWK Mode.
12699         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
12700         c-backward-single-comment for AWK mode.  Attempt to clarify their
12701         doc-strings.
12703         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
12705 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12707         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
12708         label handling.  Labels are now recognized in a uniform and more
12709         robust way, regardless of context.  Text properties are put on all
12710         labels to recognize the following declarations better.
12711         Multiword labels are handled both in indentation and fontification for
12712         the benefit of language extensions like Qt.  For consistency, keywords
12713         in labels are now fontified with the label face instead.
12714         That also applies to "case" and "default".
12716         (c-beginning-of-statement-1): Fix some bugs in the label
12717         handling.  Disregard `c-nonlabel-token-key' in labels that begin
12718         with `c-label-kwds'.
12720         (c-find-decl-spots): Support that the callback adds more
12721         `c-decl-end' spots to find.
12723         (c-forward-decl-or-cast-1): Don't treat a list of plain
12724         identifiers followed by a colon as a declaration.
12726         (c-forward-label): New function to recognize labels.
12728         (c-guess-basic-syntax): Replace uses of `c-label-key' with
12729         `c-forward-label'.  Moved the label recognition cases (14 and 15)
12730         earlier since they aren't so context sensitive now.  Handle labels
12731         on the top level gracefully.  Moved access label recognition to
12732         the generic label case (CASE 15) - removed CASE 5E.
12734         (c-font-lock-declarations): Add recognition of labels in the
12735         same round since we need to handle labels in parallell with other
12736         declarations to recognize both accurately.  It should also improve
12737         speed.
12739         (c-simple-decl-matchers, c-basic-matchers-after):
12740         Move `c-font-lock-labels' so that it only is used on decoration level 2
12741         since `c-font-lock-declarations' handles it otherwise.
12743         (c-complex-decl-matchers): Remove the simplistic recognition of
12744         access labels.
12746         (c-decl-prefix-re): Remove the kludges that was necessary to cope
12747         with labels earlier.
12749         (c-decl-start-re): New language variable to make
12750         `c-font-lock-declarations' stop for the special protection labels
12751         in Objective-C that start with `@'.
12753         (c-label-key): Remove since it's no longer used.
12755         (c-recognize-colon-labels, c-label-prefix-re): New language
12756         constants to support recognition of generic colon-terminated labels.
12758         (c-type-decl-end-used): `c-decl-end' is now used whenever there
12759         are colon terminated labels.
12761         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12762         first argument starts with a special brace list.
12764         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
12765         (c-font-lock-declarations): Break out the declaration and cast
12766         recognition from `c-font-lock-declarations' to a new function, so
12767         that it can be used in the indentation engine.
12769         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
12770         up to the start of the literal.  Fixed bug with the point on the
12771         wrong side of the search limit that could happen when the start
12772         position is inside a literal.
12774         * progmodes/cc-engine.el (c-parse-state)
12775         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
12776         so that it's kept a little bit back to increase the hit rate.
12778         (c-parse-state): Change the macro handling and fixed some
12779         glitches.  Macro context is checked more often than necessary now,
12780         but otoh less garbage conses are generated.
12782         * progmodes/cc-engine.el (c-parse-state)
12783         (c-invalidate-state-cache): Cache the last position where
12784         `c-state-cache' applies.  This can speed up refontification quite
12785         a bit in blocks where there are many non-brace parens before the point.
12787         (c-state-cache-end): New variable for this.
12789         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
12790         cache variable.
12792         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
12793         get close initial continue positions when the start position is
12794         inside a literal or macro.  Do not call the callback for spots
12795         before the start position (which can happen e.g. for `c-decl-end'
12796         spots inside comments).  Optimize better in special cases when the
12797         region is a single line inside a literal or macro (typically when
12798         the current line is refontified).
12800         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
12801         to `c-add-stmt-syntax' - there's no need to explicitly whack off
12802         entries from the paren state.
12804         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
12805         special case for "else if" clauses.
12807         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
12808         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
12810         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
12811         New language variable to recognize the gcc extension with statement
12812         blocks inside expressions.
12814         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
12815         it somewhat more comprehensible.  The argument AT-BLOCK-START is
12816         no longer used and hence removed.
12818         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
12819         to `c-add-stmt-syntax'.
12821         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12822         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
12823         This fixes bogus label recognition.
12825         * progmodes/cc-engine.el (c-add-type, c-check-type)
12826         (c-forward-name, c-forward-type): Improve storage of template
12827         types in `c-found-types' so that they can be recognized better.
12829         (c-syntactic-content): Add option to skip past nested parens.
12831         * progmodes/cc-engine.el (c-forward-name):
12832         Set `c-last-identifier-range' all the time.  It's less work that way.
12833         Handle that there might not be an identifier to store in
12834         `c-last-identifier-range'.
12836         (c-forward-type): Handle that `c-last-identifier-range' might be
12837         nil from `c-forward-name'.
12839         * progmodes/cc-defs.el (c-safe-scan-lists)
12840         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
12842         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
12843         to work even if the form fails.
12845         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
12846         down in a large file in one go.
12848         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
12850         * progmodes/cc-align.el (c-lineup-assignments): New lineup
12851         function which is like `c-lineup-math' but returns nil instead of
12852         `c-basic-offset' when it doesn't match.
12854         (c-lineup-math): Change to use `c-lineup-assignments'.
12856 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12858         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
12859         c-beginning-of-statement.  New subfunctions
12860         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
12862 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12864         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
12865         hardcoded char classes whereever possible.  Changed a couple of
12866         places to use skip by syntax instead of skip by char class.
12868         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
12869         Fix a bug in the regexp that caused extreme backtracking.
12871         * progmodes/cc-langs.el (c-block-comment-starter)
12872         (c-block-comment-ender): New language constants to specify in a
12873         single place how block comments look.
12875         (c-comment-start-regexp, c-block-comment-start-regexp)
12876         (comment-start, comment-end, comment-start-skip)
12877         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
12878         (c-syntactic-ws, c-nonempty-syntactic-ws)
12879         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
12880         `c-line-comment-starter', `c-block-comment-starter' and
12881         `c-block-comment-ender'.
12883         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
12884         New language constants to break up things a bit.
12886         (c-simple-ws): New language constant for simple whitespace.
12888         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
12890         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
12891         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
12892         newlines.  Allow and ignore nil elements in the list.
12894 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12896         * progmodes/cc-cmds.el: Comment out a (n almost certainly
12897         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
12899         * progmodes/cc-cmds.el: Tidy up the comments in
12900         c-beginning-of-statement and subfunctions.
12902         * progmodes/cc-awk.el: Replace calls to put-text-property to the
12903         more flexible c-put-char-property and c-clear-char-properties.
12904         Add the author's email address.
12906         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
12908         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
12909         closing "*/" of a block comment.
12911         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
12912         subfunctions) so that it works at BOB and EOB.
12914         * progmodes/cc-cmds.el, cc-vars.el: More updating of
12915         c-beginning-of-statement, including new variable
12916         c-block-comment-start-regexp.
12918 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12920         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
12921         symbols from `*-font-lock-extra-types' so that there's no need to
12922         use `regexp-opt' on those lists.
12924         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
12925         `c-type-modifier-kwds' is empty.
12927         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
12928         there are several strings on the same line.
12930         * progmodes/cc-engine.el (c-literal-limits): Remove the
12931         compatibility function for older emacsen.  `c-literal-limits-fast'
12932         has now taken the place of this function.
12934         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
12935         with older emacsen: We now require `pps-extended-state'.
12937 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12939         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
12940         which obviates the need to hack sentence-end.  This now handles
12941         escaped newlines in strings correctly.  Correct minor bugs in
12942         c-move-over-sentence and in c-beginning-of-statement.
12944         * progmodes/cc-cmds.el (c-beginning-of-statement (and
12945         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
12946         that movement over macros and code are rigorously separated from
12947         eachother.  Correct a few incidental bugs.
12949         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
12950         Improve its doc-string.  Improve the handling of certain specific cases.
12952 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12954         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
12955         (c-guess-basic-syntax): Change the way class-level labels are
12956         recognized; they can now contain essentially any symbols.
12958         (c-opt-extra-label-key): New language variable to cope with the
12959         special protection label syntax in Objective-C.
12961         (c-opt-access-key): Remove; this is now handled better by
12962         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
12964         (c-complex-decl-matchers): Update to handle that
12965         `c-opt-access-key' no longer exists.
12967         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
12968         improved label recognition in `c-beginning-of-statement-1'.
12970         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
12971         Recognize bitfields better.
12973         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
12974         Remove some cruft and fixed a bug that could cause it to go to a
12975         position further down.
12977         * progmodes/cc-langs.el, cc-engine.el
12978         (c-beginning-of-statement-1): Improve detection of labels in
12979         declaration contexts.
12981         (c-beginning-of-decl-1): Use it.
12983         (c-nonlabel-token-key): New language constant and variable needed
12984         by `c-beginning-of-statement-1'.
12986         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
12987         manifested itself due to the correction in `c-forward-sexp'.
12989         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
12990         Make these behave as documented when used at the buffer limits.
12992         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
12993         (c-type-decl-end-used): Made this a language variable.
12995         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
12996         correctly when `combine-after-change-calls' is used together with
12997         temporary narrowings.
12999         * progmodes/cc-engine.el (c-beginning-of-statement-1):
13000         Report labels correctly when the start point is immediately after the
13001         colon.
13003         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
13004         Remove since it isn't used anymore.
13006         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
13007         bracket arglists such as template parens in C++.
13009         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
13010         in the last check-in.  Some optimization.
13012         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
13013         where it could stop at the same level in a preceding sexp when
13014         PAREN-LEVEL is set.
13016         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
13017         text property lookup only when it's needed.
13019         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
13020         Change the policy for paren marked angle brackets to be more
13021         persistent; once marked they remain marked even when they're found
13022         to be unbalanced in the searched region.  This should keep the
13023         paren syntax around even when individual lines are refontified in
13024         multiline template arglists.
13026         (c-parse-and-markup-<>-arglists): New dynamically bound variable
13027         to control markup so that incorrect angle bracket arglists aren't
13028         marked in contexts where the correct value for
13029         `c-disallow-comma-in-<>-arglists' isn't known.
13031         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
13032         argument has become `c-parse-and-markup-<>-arglists'.
13034         (c-remove-<>-arglist-properties): Remove - no longer used.
13036         (c-after-change-check-<>-operators): New function used on
13037         `after-change-functions' to avoid that "<" and ">" characters that
13038         are part of longer operators have paren syntax.
13040         (c-<>-multichar-token-regexp): New language variable used by
13041         `c-after-change-check-<>-operators'.
13043         (c-after-change): Call `c-after-change-check-<>-operators'.
13045         (c-font-lock-<>-arglists): Use the context properties set by
13046         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
13047         correctly to avoid doing invalid markup.
13049         (c-font-lock-declarations): Remove code that undoes the invalid
13050         markup done by `c-font-lock-<>-arglists'.
13052         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
13053         after `c-font-lock-declarations'.
13055         * progmodes/cc-engine.el (c-syntactic-skip-backward):
13056         Add paren-level feature.
13058         (c-guess-basic-syntax): Improve the anchor position for
13059         `template-args-cont' in nested template arglists.  There's still
13060         much to be desired in this area, though.
13062 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13064         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
13065         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
13067 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13069         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
13070         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
13072         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
13073         it doesn't work no longer are supported.
13075         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
13076         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
13077         requires support for the syntax-table' text property, which rules
13078         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
13079         cruft associated with those versions.
13081         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
13082         for the `syntax-table' text property, which rules out Emacs 19 and
13083         XEmacs < 21.4.  Removed various compatibility cruft associated
13084         with those versions.
13086         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
13087         support for the `syntax-table' text property.
13089         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
13090         variable and use an extra quoted face name instead.  All the
13091         emacsen flavors handle that correctly.
13093         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
13094         (c-font-lock-declarators, c-font-lock-declarations)
13095         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
13096         property to mark the items in in declarator lists to handle
13097         refontification inside multiline declarations better.
13099         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
13100         construct like "a * b = c;" as a declaration.
13102 2005-12-08  Kim F. Storm  <storm@cua.dk>
13104         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
13105         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
13106         select either meta, hyper, or super modifier for rectangle commands.
13107         (cua--rectangle-modifier-key): New defvar.
13108         (cua--M/H-key): Use it.  Remove special case for `space'.
13109         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
13110         on X, to meta otherwise.  Always bind C-return to toggle
13111         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
13113         * emulation/cua-rect.el (cua-help-for-rectangle):
13114         Use cua--rectangle-modifier-key.  Handle super modifier too.
13115         (cua--init-rectangles): Always bind C-return to toggle rectangle.
13116         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
13118         * ido.el: Move Acknowledgements and History after Commentary.
13119         Minor changes to Commentary.
13121         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
13122         keymap if cua--prefix-override-timer is `shift'.
13123         (cua--shift-control-prefix): New function; emulate "type prefix
13124         key twice" functionality to handle shifted prefix key override.
13125         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
13126         New commands.
13127         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
13129 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
13131         * textmodes/org.el (org-insert-heading): Try to do items before
13132         headings.
13133         (org-agenda-mode): Quote `org-agenda-mode-hook'.
13134         (org-insert-item): New function.
13135         (org-renumber-ordered-list): Don't skip to higher level lists.
13137 2005-12-08  Juri Linkov  <juri@jurta.org>
13139         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
13141         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
13143         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
13145         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
13146         the constructed function name fun-1.
13148         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
13149         because such links don't lead to parent documentation.
13151 2005-12-08  Kenichi Handa  <handa@m17n.org>
13153         * descr-text.el (describe-char): Use *Help-2* buffer if the
13154         current buffer is *Help*.  Call describe-text-properties while
13155         setting the original buffer.
13157 2005-12-07  Bill Wohler  <wohler@newt.com>
13159         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
13160         and causes problems with non-MH users (such as Gnus users).
13162 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
13164         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
13165         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
13166         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
13167         command "info sources".  Move calls to GDB command "list".
13168         (gdb-find-file-hook): Just use gdb-source-file-list.
13169         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
13170         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
13171         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13172         (gdb-data-list-register-values-handler): Use correct trigger name.
13174 2005-12-07  Kim F. Storm  <storm@cua.dk>
13176         * ido.el (ido-completion-map): Rename from ido-mode-map.
13177         (ido-common-completion-map, ido-file-completion-map)
13178         (ido-file-dir-completion-map, ido-buffer-completion-map):
13179         Rename from ido-mode-....-map.
13180         (ido-init-completion-maps): Rename from ido-init-mode-maps.
13181         (ido-setup-completion-map): Rename from ido-define-mode-map.
13182         (ido-read-internal): Bind minibuffer-local-filename-completion-map
13183         to ido-completion-map.
13185 2005-12-07  Kenichi Handa  <handa@m17n.org>
13187         * international/mule-cmds.el
13188         (set-display-table-and-terminal-coding-system): If the coding
13189         system specified in `unibyte-display' property is different from
13190         the arg coding-system, don't setup standard-display-table.
13192 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13194         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
13195         that comments end at \n, regardless of selective-display.
13197 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
13199         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
13200         (gdb-version): New variables.
13201         (gdb-source-file-list, gdb-register-names)
13202         (gdb-changed-registers): New variables for use with GDB 6.4+.
13203         (gdb-ann3): Replace with...
13204         (gdb-init-1, gdb-init-2): ...two new functions.
13205         (gdba, gdb-prompt): Call gdb-init-1.
13206         (gdb-get-version): New function.  Call gdb-init-2 from here.
13207         (gud-watch): Make it work with mouse events too.
13208         (gdb-post-prompt): Don't add to queue until GDB version is known.
13209         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
13210         (gdb-locals-mode): Use gdb-version.
13211         (gdb-memory-format-map, gdb-memory-unit-map)
13212         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
13213         (gdb-locals-font-lock-keywords-1)
13214         (gdb-locals-font-lock-keywords-2): New variables.
13215         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
13216         (gdb-set-gud-minor-mode-existing-buffers-1)
13217         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
13218         (gdb-var-update-1, gdb-var-update-handler-1)
13219         (gdb-data-list-register-values-handler)
13220         (gdb-data-list-register-values-custom)
13221         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
13222         (gdb-stack-list-locals-handler, gdb-get-register-names):
13223         New functions for use with GDB 6.4+.
13224         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
13225         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
13226         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
13227         (gdb-stack-list-locals-regexp)
13228         (gdb-data-list-register-names-regexp): New regexps for use with
13229         GDB 6.4+.
13231 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13233         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
13235 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
13237         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
13238         prompts work for AUTH PLAIN.  Also reported by Steve Allan
13239         <seallan@verizon.net>.
13241 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
13243         * frame.el (set-frame-parameter): Add doc string.
13245 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
13247         * textmodes/org.el (org-occur-highlights): New variable.
13248         (org-highlight-new-match, org-remove-occur-highlights): New functions.
13249         (org-highlight-sparse-tree-matches): New option.
13250         (org-do-occur): New function.
13251         (org-get-heading): Make it work also at beginning of line.
13252         (org-category-table): New variable.
13253         (org-get-category-table, org-get-category)
13254         (org-camel-to-words, org-link-search): New functions.
13255         (org-select-this-todo-keyword): New variable.
13256         (org-todo-list): New command.
13257         (org-shiftright, org-shiftleft): New commands.
13258         (org-agenda-todo): Add prefix argument.
13259         (org-show-hierarchy-above): New option.
13260         (org-show-todo-tree): Numerical prefix creates tree for specific
13261         TODO keyword.
13262         (org-outline-level): New function, to assign a level to plain
13263         lists items.
13264         (org-cycle-include-plain-lists): New option.
13265         (org-mode): Use `org-outline-level' as value of `outline-level'.
13266         (org-cycle): Temporarily switch `outline-regexp' if
13267         `org-cycle-include-plain-lists' is non-nil.
13268         (org-start-icalendar-file): Fix format bug.
13269         (org-agenda-get-day-entries): Create category table.
13270         (org-agenda-get-todos, org-agenda-get-timestamps)
13271         (org-agenda-get-deadlines, org-agenda-get-scheduled)
13272         (org-agenda-get-blocks): Use `org-get-category'.
13273         (org-context-in-file-links): Rename from
13274         `org-line-numbers-in-file-links'.
13276 2005-12-06  Romain Francoise  <romain@orebokech.com>
13278         * window.el (balance-windows): Delete extraneous third arg in call
13279         to `enlarge-window'.
13281 2005-12-06  Kenichi Handa  <handa@m17n.org>
13283         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
13285 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
13287         * progmodes/gdb-ui.el (gdb-var-create-handler)
13288         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
13289         (gdb-var-list-children-handler, gdb-var-update-handler):
13290         Current buffer is already gdb-partial-output-buffer, don't
13291         make it current again.
13293 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
13295         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
13296         (list-buffers-noselect): Use it.
13298 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13300         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
13301         (mail-yank-ignored-headers): Use regexp-opt.
13302         (mail-mode-map): Move initialization into declaration.
13303         (mail-sent-via): Remove unused shadowed var `to-line'.
13304         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
13305         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
13306         (mail-do-fcc): Use dolist and push.
13307         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
13308         (mail-yank-ignored-headers): Don't autoload.
13310 2005-12-05  Kenichi Handa  <handa@m17n.org>
13312         * international/mule-cmds.el (set-language-info-internal): New fun.
13313         (set-language-info): Call set-language-info-internal to update
13314         language-info-alist.  If LANG-ENV is the current one, call
13315         set-language-environment to make INFO effective now.
13316         (set-language-info-alist): Likewise.
13317         (locale-language-names): With locale "en", use English
13318         lang. env. but set the default codings to iso-8859-1.
13320 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
13322         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
13323         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
13324         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
13325         for plain strings.
13326         (gdb-frames-mode): Remove redundant call to font-lock-mode.
13327         (gdb-all-registers): Rename from toggle-gdb-all-registers.
13328         Create registers buffer if necessary.  Echo new state in minibuffer.
13329         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
13331 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
13333         * info.el (Info-fontify-node): Match external links using
13334         non-directory part of filename.
13336 2005-12-04  Juri Linkov  <juri@jurta.org>
13338         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
13339         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
13340         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
13341         because there is no customization option for it.
13343         * font-lock.el (lisp-font-lock-keywords-1):
13344         Add define-global-minor-mode.
13346         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
13348         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
13349         properties on the constructed variable names.
13351         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13352         Put `definition-name' properties on the constructed function names
13353         next-sym and prev-sym.
13355         * emacs-lisp/find-func.el (find-function-regexp):
13356         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
13357         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
13358         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
13359         and easy-menu-define.
13361         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
13362         easy-mmode-define-global-mode and define-global-minor-mode.
13363         (lisp-imenu-generic-expression): Add define-global-minor-mode.
13365         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
13366         instead of easy-mmode-define-global-mode.
13368         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13369         Use define-minor-mode instead of easy-mmode-define-minor-mode.
13371         * cus-edit.el (customize-group, customize-group-other-window):
13372         Filter out autoloaded options from the group completion list by
13373         using heuristics that autoloaded groups don't have `custom-autoload'
13374         property on their symbols (they have only `custom-loads').
13376         * simple.el (completion-setup-function): Put completions-common-part
13377         face on complete completion string too (i.e. completion string
13378         without completions-first-difference face).
13380         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
13382 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
13384         * view.el (view-mode): Doc fix.
13386         * disp-table.el (standard-display-european): Add to the warning
13387         message a reference to the doc string.
13389         * play/yow.el (apropos-zippy): Call print-help-return-message,
13390         similar to other Help and Apropos commands.
13392         * help.el (print-help-return-message): If pop-up-frames is
13393         non-nil, set up help-return-method to delete the help window and,
13394         possibly, its frame as well, and don't display message about
13395         scrolling the help window.  Doc fix.
13396         (help-return-method): Doc fix.
13398 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
13400         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
13401         whereby names of length one or names starting with a
13402         symbol-constituent character would not be returned.
13404 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13406         * subr.el (atomic-change-group): Add edebug and indentation spec.
13408 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13410         * completion.el (save-completions-file-name): Fix typo in last change.
13412 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13414         * info.el: Move back/forward history to the beginning of the tool bar.
13416 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
13418         * allout.el (eval-when-compile): Remove unnecessary load of cl.
13419         Add fset of allout-real-isearch-abort during compile to fix
13420         byte-compilation warnings.
13421         (allout-mode-p): Move definition of this macro above all uses, or
13422         byte compilation in barren Emacs (eg, during Emacs build) will
13423         lack the definition.
13424         (allout-mode): Move this variable above any uses, or byte
13425         compilation will fail.
13426         (allout-resolve-xref): Remove use of personal file-reference function.
13427         (allout-toggle-current-subtree-encryption): Do the current (ie,
13428         visible containing) topic, rather than nearest around point.  Doc fix.
13429         (allout-toggle-subtree-encryption): New function, workhorse that
13430         works on nearest topic containing point.
13431         (allout-encrypt-string): Signal requirement for newer version of pgg.
13432         (allout-resumptions): Doc fix.
13434 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
13436         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
13438 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
13440         * textmodes/flyspell.el (flyspell-external-point-words):
13441         Consider a misspelling as found in the string search if: (a) misspelling
13442         and found string lengths match, or (b) misspelling is found as
13443         element in a boundary-chars separated longer string, or (c)
13444         ispell-program-name is really ispell and misspelling is found as
13445         part of a TeX string.  After successful match move beginning of
13446         search region to end of match.  Warn about not found misspellings
13447         once the process is done.
13448         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
13450 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
13452         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
13453         tool bar (removed inadvertently).
13455 2005-12-02  Juri Linkov  <juri@jurta.org>
13457         * log-view.el (log-view-diff): Clarify doc string.
13459 2005-12-01  Bill Wohler  <wohler@newt.com>
13461         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
13462         triggers lm-verify errors.
13464 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
13466         * simple.el (transient-mark-mode, line-number-mode)
13467         (column-number-mode, size-indication-mode): Remove `:require nil'.
13469 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
13471         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
13472         in the margin also.
13473         (gdb-breakpoints-mode-map): Use D instead of d for
13474         gdb-delete-breakpoint.
13475         (gdb-get-frame-number): Require a number to match on.
13476         (gdb-threads-mode-map): Add follow-link binding.
13478 2005-11-30  Jason Rumney  <jasonr@gnu.org>
13480         * isearch.el (isearch-mode-map): Avoid exiting search on
13481         language-change event.
13483 2005-11-30  Romain Francoise  <romain@orebokech.com>
13485         * speedbar.el (speedbar-default-position): New defcustom.
13486         (speedbar-frame-reposition-smartly): Use it.
13488         * dframe.el (dframe-reposition-frame-emacs): Fix position
13489         computation for `left' location.
13490         Update copyright year.
13492 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13494         * help.el (help-map): Move initialization into declaration.
13496         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
13498         * help-fns.el (help-argument-name): Don't autoload.
13499         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
13500         to be re-loaded when customizing the `help' group.
13502 2005-11-30  John Paul Wallington  <jpw@gnu.org>
13504         * help-fns.el (describe-function-1): Fill arglist output.
13506 2005-11-30  Kim F. Storm  <storm@cua.dk>
13508         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
13509         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
13510         after revert-buffer (or anything else which kills all local variables).
13512         * apropos.el (apropos-parse-pattern): Doc fix.
13513         Set apropos-regexp directly, rather than expecting callers to do so.
13514         (apropos-command, apropos, apropos-value, apropos-documentation):
13515         Simplify calls to apropos-parse-pattern.
13517 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
13519         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
13520         (hi-lock-face-phrase-buffer): Use hi-yellow face.
13521         (hi-lock-write-interactive-patterns): Use comment-region.
13523         * longlines.el (longlines-mode): Add mail-setup-hook.
13525         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
13527         * simple.el (sendmail-user-agent-compose, next-line):
13528         Conditionally use hard-newline.
13530 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13532         * international/latexenc.el (latex-inputenc-coding-alist):
13533         Reword doc string.
13535 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
13537         * help.el (describe-key-briefly, describe-key): Recognize default
13538         bindings.
13540 2005-11-29  Romain Francoise  <romain@orebokech.com>
13542         * view.el (view-inhibit-help-message): New defcustom.
13543         (view-mode-enter): Use it.
13545 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
13547         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
13548         Preserve user position.
13550 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
13552         * font-lock.el: Throw error if facemenu is not loaded to prevent
13553         accidental change of loading order in loadup.el.  (Suggested by RMS.)
13555         * loadup.el: Add comment explaining why facemenu must be loaded
13556         before font-lock.
13558 2005-11-28  Jay Belanger  <belanger@truman.edu>
13560         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
13561         (calc-dispatch-map): Add more keys for `calc-same-interface'.
13563         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
13565         * calc/calc-embed.el (calc-do-embedded): Update help message.
13567         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
13569 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13571         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
13573         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
13574         called-interactively-p.
13575         (elp-profilable-p): Rename from elp-not-profilable-p.
13576         Invert result and take into account macros and autoloaded functions.
13577         (elp-instrument-function): Update call.
13578         (elp-instrument-package): Update call.  Add completion.
13579         (elp-pack-number): Use match-string.
13580         (elp-results-jump-to-definition-by-mouse): Merge into
13581         elp-results-jump-to-definition and then remove.
13582         (elp-output-insert-symname): Make help echo text single-line.
13584         * replace.el (query-replace-map): Move initialization into declaration.
13585         (occur-engine): Use with-current-buffer.
13586         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
13587         (occur-mode-mouse-goto): Replace with an alias.
13589 2005-11-28  Juri Linkov  <juri@jurta.org>
13591         * simple.el (quoted-insert): Let-bind input-method-function to nil.
13593         * term/w32-win.el: Bind [S-tab] to [backtab].
13595         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
13596         `Info-find-file' to t.
13598         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
13599         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
13600         and same-window-regexps.
13601         (occur-next-error): Don't move point for arg 0.
13603 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
13605         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
13607 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13609         * log-edit.el (log-edit-changelog-use-first): New var.
13610         (log-edit-changelog-ours-p): Use it.
13611         (log-edit-insert-changelog): Set it with new arg `use-first'.
13612         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
13613         (log-edit-hook): Add them to the list of suggested options.
13615         * textmodes/flyspell.el (flyspell-last-buffer): New var.
13616         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
13617         redundant work.
13618         (flyspell-mode-on): Use add-hook for after-change-functions.
13619         (flyspell-mode-off): Use remove-hook for after-change-functions.
13620         (flyspell-changes): Make it buffer-local.
13621         (flyspell-after-change-function): Make it non-interactive.  Use push.
13622         (flyspell-post-command-hook): Check input-pending-p while processing
13623         the potentially long list of buffer changes.
13625 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
13627         * buff-menu.el (list-buffers-noselect): Display the selected
13628         frame's buffer list, not the global one.
13630 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
13632         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
13633         that (list last-input-event) works as in interactive spec.
13635 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
13637         * loadup.el ("facemenu"): Load facemenu before font-lock, because
13638         `facemenu-keymap' needs to be defined when font-lock is loaded.
13639         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
13641 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13643         * completion.el: Remove useless leading * in defcustom docstrings.
13644         (save-completions-file-name): Use ~/.emacs.d if available.
13645         (completion-standard-syntax-table): Rename from
13646         cmpl-standard-syntax-table and fold initialization into declaration,
13647         thus removing cmpl-make-standard-completion-syntax-table.
13648         (completion-lisp-syntax-table, completion-c-syntax-table)
13649         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
13650         (cmpl-saved-syntax, cmpl-saved-point): Remove.
13651         (symbol-under-point, symbol-before-point)
13652         (symbol-under-or-before-point, symbol-before-point-for-complete)
13653         (add-completions-from-c-buffer): Use with-syntax-table.
13654         (make-completion): Don't return a list of completion entries.
13655         Update callers.
13656         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
13657         (completion-initialize): Rename from initialize-completions.
13658         (completion-find-file-hook): Rename from cmpl-find-file-hook.
13659         (kill-emacs-save-completions): Collect stats here.
13660         (save-completions-to-file, load-completions-from-file):
13661         Use with-current-buffer.
13662         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
13663         into a function.  Move all calls to toplevel.
13664         (completion-lisp-mode-hook): New fun.
13665         (completion-c-mode-hook, completion-setup-fortran-mode):
13666         Set the syntax-table here.  Use local-set-key.
13667         (completion-saved-bindings): New var.
13668         (dynamic-completion-mode): Make it into a proper minor mode.
13669         (load-completions-from-file): Remove unused var `num-uses'.
13671         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
13672         constructor if it is explicitly overridden.
13674         * complete.el (PC-completion-as-file-name-predicate):
13675         Use minibuffer-completing-file-name.
13676         (partial-completion-mode): Use find-file-not-found-functions.
13677         (PC-lisp-complete-symbol): Use with-syntax-table.
13678         (PC-look-for-include-file): Remove dead setq.
13679         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
13680         (PC-complete): Use with-current-buffer.
13682         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
13683         escape single quotes.
13685 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
13687         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
13688         of `if' whose condition always returned nil.  Doc fix.
13690         * buff-menu.el (Buffer-menu-revert-function): Make the selected
13691         window's buffer the current buffer around the call to
13692         `list-buffers-noselect'.  This is necessary to mark that buffer
13693         with a `.' in the Buffer Menu when called from Lisp, for instance
13694         by Auto Revert Mode.
13696 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
13698         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
13699         attaching to it.
13700         (gdb-pre-prompt): Make sure gdb-error is reset.
13702         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
13703         with a child process, detect it.
13704         (gud-speedbar-buttons): Match regexp more carefully.
13706 2005-11-27  Richard M. Stallman  <rms@gnu.org>
13708         * mouse.el (mouse-drag-move-window-bottom):
13709         Use adjust-window-trailing-edge.
13711 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
13713         * simple.el (blink-matching-open): Ignore
13714         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
13715         (blink-matching-paren-on-screen): Update docstring.
13717         * paren.el (show-paren-mode): No longer change
13718         `blink-matching-paren-on-screen'.
13720 2005-11-27  John Paul Wallington  <jpw@pobox.com>
13722         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
13723         (gdb-threads-select, gdb-edit-register-value):
13724         Use `posn-set-point' instead of `mouse-set-point' because the
13725         latter is not fbound when configured without X.
13727 2005-11-27  Kim F. Storm  <storm@cua.dk>
13729         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
13730         existing face when partially highlighting a TAB in a rectangle.
13732 2005-11-26  Kim F. Storm  <storm@cua.dk>
13734         * ido.el (ido-mode-map): Doc fix.
13735         (ido-mode-common-map, ido-mode-file-map)
13736         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
13737         (ido-define-mode-map): Rewrite.  Select one of the new maps as
13738         parent for ido-mode-map instead of building from scratch.
13739         (ido-init-mode-maps): New defun to initialize new maps.
13740         (ido-mode): Call it.
13741         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
13742         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
13744 2005-11-26  John Paul Wallington  <jpw@pobox.com>
13746         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
13747         `mouse-set-point' because the latter is not fbound when configured
13748         without X.
13750 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
13752         * files.el (file-relative-name): Doc fix.
13754 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
13756         * progmodes/octave-inf.el (inferior-octave-startup): Force a
13757         non-empty string for secondary prompt PS2.
13759 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
13761         * progmodes/compile.el (compilation-setup): Fix last change.
13763 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
13765         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
13766         (gdb-mouse-toggle-breakpoint-margin)
13767         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
13768         Add gdb-server-prefix to keep out of command history.
13769         (gdb-edit-register-value): New function.
13770         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
13771         (gdb-info-registers-custom): Use above map.
13773 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
13775         * custom.el (enable-theme): Signal error if argument is not a
13776         theme.  Don't recalculate a face if it's not loaded yet.
13778         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
13779         the `user' theme is in effect.
13781         * info.el (Info-on-current-buffer): Record actual filename in
13782         Info-current-file, instead of t, or a fake filename if a non-file
13783         buffer.  Make autoload.
13784         (Info-find-node, Info-revert-find-node): No need to check for
13785         Info-current-file nil.
13786         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
13787         Info-current-file is now never `t'.
13788         (Info-fontify-node): Many simplifications due to Info-current-file
13789         always being valid.  Use Info-find-file to find node filename.
13791 2005-11-25  David Kastrup  <dak@gnu.org>
13793         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
13794         new character, then delete" in order to preserve markers.
13796 2005-11-25  David Ponce  <david@dponce.com>
13798         * recentf.el (recentf-arrange-by-rule): Handle a special
13799         `auto-mode-alist'-like "strip suffix" rule.
13800         (recentf-build-mode-rules): Handle second level auto-mode entries.
13802 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
13804         * viper-keym.el (viper-ESC-key): Use different values in terminal and
13805         window modes.
13807         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
13808         jde-javadoc-checker-report-mode.
13810         * ediff-wind (ediff-make-wide-display): Slight simplification.
13812         * ediff.el (ediff-date): Change the date of last update.
13814 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
13816         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
13817         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
13818         (hi-lock-mode): New global minor mode.
13819         (turn-on-hi-lock-if-enabled): New function.
13820         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
13821         Change arguments to regexp and face instead of a font-lock pattern.
13822         Directly set face property, instead of refontifying.
13823         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
13824         (hi-lock-find-patterns): Use line-number-at-pos.
13826         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
13827         arguments for hi-lock-set-pattern.
13828         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
13829         Call font-lock-fontify-buffer.
13830         (hi-lock-find-file-hook, hi-lock-current-line)
13831         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
13833         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
13834         turned off.
13836         * progmodes/compile.el (compilation-setup): Don't fiddle with
13837         font-lock-defaults.
13839 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
13841         * progmodes/gdb-ui.el (gdb-var-create-handler)
13842         (gdb-var-list-children-handler): Find values for all variable
13843         objects.  gud-speedbar-buttons decides whether to display them.
13845 2005-11-24  Romain Francoise  <romain@orebokech.com>
13847         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
13848         buffer name with a space.
13850 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
13852         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
13853         `org-export-local-list-max-depth'.  Change default value to 3.
13854         (org-auto-renumber-ordered-lists)
13855         (org-plain-list-ordered-item-terminator): New options.
13856         (org-at-item-p, org-beginning-of-item, org-end-of-item)
13857         (org-get-indentation, org-get-string-indentation)
13858         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
13859         New functions.
13860         (org-move-item-down, org-move-item-up): New commands.
13861         (org-export-as-html): New classes for CSS support.  Bug fix in
13862         regular expression detecting fixed-width regions.  Respect
13863         `org-local-list-ordered-item-terminator'.
13864         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
13865         also a list item.
13866         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
13867         New item moving functions.
13869 2005-11-24  Juri Linkov  <juri@jurta.org>
13871         * isearch.el (isearch-repeat): With empty search ring set
13872         `isearch-error' to the error string instead of signaling error
13873         with the function `error'.
13875 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13877         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
13879 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
13881         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
13882         and variable.
13883         (gdb-var-create-handler, gdb-var-list-children-handler):
13884         Don't match on "char **...".
13885         (gdb-var-update-handler): Find values for all variable objects.
13886         (gdb-info-frames-custom): Identify frames by leading "#".
13888         * progmodes/gud.el (gud-speedbar-menu-items): Add
13889         gdb-speedbar-auto-raise as radio button.
13890         (gud-speedbar-buttons): Raise speedbar if requested.
13891         Don't match on "char **...".
13892         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
13893         Make it editable.
13895 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
13897         * info.el (Info-fontify-node): Handle the case where
13898         Info-current-file is t.
13900 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13902         * simple.el (blink-matching-open): Fix off-by-one in last change.
13904 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13906         * term/mac-win.el: Don't change default directory.
13908 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
13910         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
13911         buffers correctly.  (It used to throw an error in such buffers.)
13912         Make it ask for confirmation in group buffers and other Custom
13913         buffers containing more than one customization item.
13915 2005-11-22  John Paul Wallington  <jpw@gnu.org>
13917         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
13918         property on mail and url overlays.
13919         (goto-address-at-point): Use `posn-set-point' instead of
13920         `mouse-set-point' because the latter is not fbound when configured
13921         without X.
13923 2005-11-22  Lars Hansen  <larsh@soem.dk>
13925         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
13926         (ls-lisp-classify, ls-lisp-format): Delete call to
13927         ls-lisp-parse-symlink.
13928         (ls-lisp-handle-switches): Handle symlinks to directories as
13929         directories when ls-lisp-dirs-first in non-nil.
13931 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
13933         * startup.el (command-line): Make sure that loaddefs.el is handled
13934         correctly in load-history.
13936 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
13938         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
13939         (gdb-struct-string, gdb-array-string): New constants.
13940         (gdb-info-locals-handler): Use them.
13941         (gdb-reset): Reset gdb-var-list to nil.
13943 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13945         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
13946         in patterns.
13948 2005-11-21  Juri Linkov  <juri@jurta.org>
13950         * custom.el (defcustom): Update link types in docstring.
13952 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
13954         * custom.el (defgroup): Add doc-string-elt info.
13956         * widget.el (define-widget): Don't use declare for the doc-string-elt.
13958 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13960         * newcomment.el (comment-enter-backward): Fix last fix.
13962         * simple.el (blink-matching-open):
13963         * paren.el (show-paren-function): Allow new paren-class info.
13965 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
13967         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
13968         handled automagically.
13970 2005-11-20  Andreas Schwab  <schwab@suse.de>
13972         * descr-text.el (describe-char): When copying overlays put them
13973         over the full char description instead of just the first character
13974         of it.
13976 2005-11-20  Juri Linkov  <juri@jurta.org>
13978         * simple.el (what-cursor-position):
13979         * descr-text.el (describe-char): Use Lisp-readable syntax
13980         for octal and hex.  Reorder decimal, octal and hex values.
13981         Remove excess whitespace in the output.  Use `=' in `column='
13982         like in `point=' and `Hscroll='.
13984         * international/mule-cmds.el (encoded-string-description):
13985         Use Lisp-readable syntax for hex.
13987 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13989         * newcomment.el (comment-enter-backward): Handle the case where the
13990         comment is closed by EOB.
13992 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13994         * longlines.el (longlines-before-revert-hook)
13995         (longlines-after-revert-hook): New functions.
13996         (longlines-mode): Turn off longlines temporarily when reverting.
13997         Add a message-setup-hook.
13998         (longlines-decode-buffer): New function.
13999         (longlines-wrap-line): Preserve marker positions.
14001 2005-11-19  Andreas Schwab  <schwab@suse.de>
14003         * emacs-lisp/shadow.el: Handle compressed files.
14005 2005-11-19  Romain Francoise  <romain@orebokech.com>
14007         * net/browse-url.el (browse-url-default-browser): Signal an error
14008         if no usable browser can be found, rather than try to load w3.
14010 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
14012         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
14013         replacing existing properties.
14014         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14015         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
14016         tty specs.
14017         (rcirc-server-prefix, rcirc-server): New faces.
14018         (rcirc-url-regexp): Generate with rx macro.
14019         (rcirc-last-server-message-time): New variable.
14020         (rcirc-filter): Record time of last message.
14021         (rcirc-keepalive): Kill processes that did not send a message
14022         since the last ping.
14023         (rcirc-mode): Give rcirc-topic a local binding here.
14025 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
14027         * subr.el (read-passwd): Fontify the prompt as we do with other
14028         prompts.
14030 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
14032         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
14033         binding buffer-read-only to nil.
14035 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
14037         * complete.el (partial-completion-mode):
14038         Mention completion-auto-help in the doc string.
14040         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
14041         more Lisp-ish way.
14043 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
14045         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
14046         digits, not 8, to avoid misalignment for files larger than 100MB.
14048 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
14050         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
14051         Mention "keyboard shortcuts" in the help text.
14053 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14055         * startup.el (fancy-splash-default-action): Discard only
14056         mouse-down and succeeding mouse-up events in the splash screen
14057         window so that drag-n-drop event can be processed.
14059 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
14061         * longlines.el (longlines-mode): Add hacks for mail-mode and
14062         message-mode.
14064 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
14066         * textmodes/org.el (org-table-sort-lines): New command.
14067         (org-tbl-menu): Add entry for `org-table-sort-lines'.
14068         (org-add-file): Command removed, use `org-agenda-file-to-front'
14069         instead.
14070         (org-export-icalendar): Use `org-icalendar-combined-name'.
14071         (org-cycle-agenda-files, org-agenda-file-to-end)
14072         (org-agenda-file-to-front): New commands.
14073         (org-table-tab-jumps-over-hlines, org-export-html-style):
14074         New options.
14075         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
14076         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
14077         New functions.
14078         (org-fill-paragraph): Call `org-table-align' in tables.
14079         (org-mode): Call `org-set-autofill-regexps'.
14080         (org-export-as-html): Support for local handformatted lists.
14081         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
14082         (org-export-local-list-max-depth): New option.
14083         (org-html-expand): Use `org-html-protect'.
14085 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
14087         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
14088         to "p".
14089         (gdb): Move definition of gud-pp to...
14091         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
14092         speedbar.
14093         (gdb-find-watch-expression): New function.
14095 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14097         * faces.el (face-attribute, set-face-attribute): Mention existence
14098         of `:ignore-defface' setting in docstring.
14100 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14102         * simple.el (completion-setup-function): Fix last change.
14104 2005-11-17  John Paul Wallington  <jpw@pobox.com>
14106         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
14107         Use `posn-set-point' instead of `mouse-set-point' because the
14108         latter is not fbound when configured without X.
14110         * comint.el (comint-insert-input): Likewise.
14112 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14114         * simple.el (hard-newline): New variable.
14115         (sendmail-user-agent-compose, next-line): Use it.
14117         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
14118         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
14119         (mail-mail-reply-to, mail-mail-followup-to)
14120         (mail-position-on-field, mail-signature, mail-yank-original)
14121         (mail-attach-file): Likewise.
14123         * mail/mailheader.el (mail-header-format)
14124         (mail-header-format-function): Likewise.
14126         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
14128 2005-11-17  Juri Linkov  <juri@jurta.org>
14130         * font-lock.el (font-lock-faces): Rename this defgroup from
14131         `font-lock-highlighting-faces'.
14132         (font-lock-comment-face, font-lock-comment-delimiter-face)
14133         (font-lock-string-face, font-lock-doc-face)
14134         (font-lock-keyword-face, font-lock-builtin-face)
14135         (font-lock-function-name-face, font-lock-variable-name-face)
14136         (font-lock-type-face, font-lock-constant-face)
14137         (font-lock-warning-face, font-lock-negation-char-face)
14138         (font-lock-preprocessor-face)
14139         (font-lock-regexp-grouping-backslash)
14140         (font-lock-regexp-grouping-construct): Rename :group from
14141         `font-lock-highlighting-faces' to `font-lock-faces'.
14143         * cus-edit.el (lisp, c, tex):
14144         * progmodes/ada-mode.el (ada):
14145         * progmodes/asm-mode.el (asm):
14146         * progmodes/cperl-mode.el (cperl-faces):
14147         * progmodes/cpp.el (cpp):
14148         * progmodes/dcl-mode.el (dcl):
14149         * progmodes/f90.el (f90):
14150         * progmodes/fortran.el (fortran):
14151         * progmodes/icon.el (icon):
14152         * progmodes/idlwave.el (idlwave-misc):
14153         * progmodes/m4-mode.el (m4):
14154         * progmodes/make-mode.el (makefile):
14155         * progmodes/meta-mode.el (meta-font):
14156         * progmodes/modula2.el (modula2):
14157         * progmodes/octave-mod.el (octave):
14158         * progmodes/pascal.el (pascal):
14159         * progmodes/perl-mode.el (perl):
14160         * progmodes/prolog.el (prolog):
14161         * progmodes/ps-mode.el (PostScript-edit):
14162         * progmodes/scheme.el (scheme):
14163         * progmodes/sh-script.el (sh-script):
14164         * progmodes/simula.el (simula):
14165         * progmodes/tcl.el (tcl):
14166         * textmodes/nroff-mode.el (nroff):
14167         * textmodes/reftex-vars.el (reftex-fontification-configurations):
14168         * textmodes/sgml-mode.el (sgml):
14169         * textmodes/texinfo.el (texinfo):
14170         Add :link (custom-group-link font-lock-faces) to defgroup.
14172         * hi-lock.el (hi-lock): Rename this defgroup from
14173         `hi-lock-interactive-text-highlighting'.  Change parent group from
14174         `faces' to `font-lock'.  Add link to the manual.
14175         (hi-lock-mode, hi-lock-file-patterns-range)
14176         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
14177         `hi-lock-interactive-text-highlighting' to `hi-lock'.
14178         (hi-lock-faces): Add :group `faces'.
14180         * cus-edit.el (custom-variable-prompt): Clarify the code.
14182         * faces.el (face-read-string): Set the default value arg of
14183         completing-read.
14185 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
14187         * rfn-eshadow.el (file-name-shadow-properties)
14188         (file-name-shadow-tty-properties, file-name-shadow-mode):
14189         Remove autoloads, because the file is now preloaded.
14191 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14193         * printing.el (easy-menu-intern): Don't define.
14194         (pr-get-symbol): Use easy-menu-intern only if defined.
14196         * simple.el (blink-matching-open): Simplify a bit.
14197         (completion-setup-function): Fix the case of partial-completion-mode
14198         when the minibuffer's contents start with "-".
14199         Obey completion-base-size-function even when
14200         minibuffer-completing-file-name is non-nil.
14202 2005-11-16  Richard M. Stallman  <rms@gnu.org>
14204         * net/eudcb-ph.el (eudc-ph-open-session):
14205         Use set-process-query-on-exit-flag.
14207         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
14209         * international/ucs-tables.el (ucs-set-table-for-input):
14210         Use make-local-variable, not make-variable-buffer-local.
14212         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14213         Improve warning message text.
14215         * savehist.el (savehist-save-hook): Add :group.
14217         * menu-bar.el (menu-bar-help-menu):
14218         Rename Find Extra Packages to External Packages.
14220         * cus-edit.el (Custom-reset-standard): Verify that
14221         :custom-standard-value prop exists before calling it.
14223         * apropos.el (apropos-calc-scores): Use apropos-pattern.
14225 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
14227         * wid-edit.el (color): Enclose %t in %{...%}.
14229         * cus-edit.el (face): Enclose %t in %{...%}.
14231 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
14233         * savehist.el (savehist-mode-hook): Re-add the var.
14234         (savehist-mode): Use it.
14236 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14238         * textmodes/flyspell.el: Fix commenting convention.
14239         Remove unnecessary leading * in custom docstrings.
14240         (flyspell-emacs): Remove unused var.
14241         (flyspell-delete-region-overlays): Use remove-overlays.
14242         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
14243         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
14244         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
14245         (flyspell-debug-signal-word-checked): Use with-current-buffer.
14246         (make-flyspell-overlay): Don't locally reuse a global name.
14247         (flyspell-highlight-incorrect-region)
14248         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
14249         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
14250         (flyspell-notify-misspell): Remove unused args `start' and `end'.
14251         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
14252         Wrap calls to accept-process-output inside with-local-quit since it's
14253         often called from a post-command-hook.
14254         (flyspell-correct-word, flyspell-auto-correct-word):
14255         Use ispell-send-string.
14256         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
14258         * calendar/diary-lib.el (diary-list-entries): Also hide the
14259         terminating newline.
14261 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
14263         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
14264         window-system, to allow fonts on tty.
14266 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
14268         * progmodes/gud.el (gud-speedbar-item-info): New function.
14269         (gud-install-speedbar-variables): Use it to display data type
14270         of watch expression as a tooltip in speedbar.
14272 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
14274         * font-core.el (global-font-lock-mode): Add :version keyword,
14275         because default was changed.
14277         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
14279         * startup.el (command-line): Use `custom-reevaluate-setting' for
14280         `file-name-shadow-mode'.
14282         * loadup.el: Preload rfn-eshadow.
14284         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
14285         Add :version keyword.
14286         (file-name-shadow-properties, file-name-shadow-tty-properties)
14287         (file-name-shadow): Add :version keyword.
14289         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
14290         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
14291         in the custom-group property of the symbol frames and the fringe
14292         group got no link to its parent group frames.
14293         Doc fix.
14295 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
14297         * progmodes/gud.el (gud-stop-subjob): New function.
14298         (gud-menu-map, gud-tool-bar-map): Use it.
14300 2005-11-16  Kim F. Storm  <storm@cua.dk>
14302         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
14303         than kill it.
14304         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
14305         to a more useful/logical place.
14307 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
14309         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
14310         go buttons complementary.
14312 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14314         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
14315         (rfn-eshadow-sifn-equal): New function.
14316         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
14318 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
14320         * viper-utils.el (viper-non-word-characters-reformed-vi):
14321         Quote `-' in string.
14323         * viper.el (viper-emacs-state-mode-list): Ensure that
14324         rcirc-mode buffers come up in Emacs state.
14326         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
14327         operation.
14329 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
14331         * term.el (term-termcap-format): Fix typos.
14332         (term-down): Fix the negative argument case.
14334 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
14336         * progmodes/gdb-ui.el: Remove face-alias left over from change on
14337         2005-08-15.
14338         (gdb-ann3): New command gud-go.
14339         (menu): Accomodate gdb-mi.el.
14340         (gdb-assembler-custom): Make buffer of selected window current
14341         so that set-window-point works.
14343         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
14344         buttons and include new ones.
14346 2005-11-16  Kim F. Storm  <storm@cua.dk>
14348         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
14349         (gud-menu-map): Use it.
14351 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
14353         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
14354         that works correctly for Custom and that does not override a user
14355         who disables it.
14357         * help-mode.el (help-make-xrefs, help-xref-on-pp)
14358         (help-xref-interned, help-follow): Make hyperlinks for variables
14359         that are unbound, but have a non-nil variable-documentation property.
14361         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
14362         mode hook.  (It conflicted with defcustoms for some mode hooks.)
14363         Use the `variable-documentation' property to give the mode hook a
14364         docstring and expand that docstring.
14366 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
14368         * savehist.el (savehist-mode): Don't bother with
14369         `custom-set-minor-mode'.
14370         (savehist-coding-system): Check XEmacs version.
14371         (history-length): Declare also at run time.
14372         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
14373         Don't set the customize state.
14374         (savehist-minibuffer-hook): Special case for when
14375         minibuffer-history-variable is equal to t.
14377 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14379         * files.el (write-file): Refresh VC status.
14381         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
14382         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
14383         than fundamental-mode to see if the mode was set.
14385 2005-11-14  Romain Francoise  <romain@orebokech.com>
14387         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
14388         dummy function in `eval-when-compile' to avoid compiler warning.
14389         Require `man' at compile time.
14391 2005-11-14  Jay Belanger  <belanger@truman.edu>
14393         * calc-alg.el (calcFunc-write-out-power): Rename it to
14394         calcFunc-powerexpand.
14395         (math-write-out-power): Rename it to math-powerexpand; have it
14396         handle negative exponents.
14397         (calc-writeoutpower): Rename it to calc-powerexpand.
14399         * calc-ext.el: Change calcFunc-writeoutpower and
14400         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
14401         autoloads.
14402         Add calcFunc-ldiv to autoloads.
14404         * calc-arith.el (calcFunc-ldiv): New function.
14406         * calc.el (calc-left-divide): New function.
14408 2005-11-14  Juri Linkov  <juri@jurta.org>
14410         * cus-edit.el (custom-variable-prompt): Set the default value arg
14411         of completing-read.
14413         * cus-dep.el (custom-make-dependencies): Reverse the list of
14414         found dependencies.
14416 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
14418         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
14419         Highlighting" entry, it is on by default now.
14420         (menu-bar-options-save): Do not save global-font-lock-mode.
14422 2005-11-13  Richard M. Stallman  <rms@gnu.org>
14424         * textmodes/flyspell.el (flyspell-large-region):
14425         Call flyspell-accept-buffer-local-defs.
14427 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
14429         * textmodes/flyspell.el (flyspell-notify-misspell):
14430         Fix misspelling of "Misspelling".
14431         (flyspell-process-localwords): New function.
14432         (flyspell-large-region): Call flyspell-process-localwords and
14433         flyspell-delete-region-overlays.
14434         (flyspell-delete-region-overlays): New function.
14435         (flyspell-delete-all-overlays): Call that.
14437 2005-11-13  Richard M. Stallman  <rms@gnu.org>
14439         * help.el (help-for-help-internal): Improve doc of C-h a.
14440         (describe-key): Improve prompt; doc fix.
14442 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14444         * vc-svn.el (vc-svn-registered): Catch all errors.
14446         * cus-dep.el (custom-make-dependencies): Typo.
14448 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
14450         * net/tramp-util.el (top): Fix compilation warning.
14452 2005-11-13  Kim F. Storm  <storm@cua.dk>
14454         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
14456 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
14458         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
14459         (gud-speedbar-buttons): Match on "const char *" too.
14461         * progmodes/gdb-ui.el (gdb-var-create-handler)
14462         (gdb-var-list-children-handler): Match on "const char *" too.
14463         (gdb-var-evaluate-expression-handler): Match on empty string.
14464         (gdb-var-update-handler): Only call
14465         gdb-var-evaluate-expression-handler when required.
14467 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
14469         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
14470         selected window.  This still doesn't work for speedbar.
14471         (gud-speedbar-buttons): Handle string expressions properly.
14473         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14474         (gdb-var-create-handler): Handle string expressions properly.
14475         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
14476         Handle string expressions properly.  Move "type" field into regexp.
14478 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
14480         * bookmark.el (bookmark-maybe-message): New function to reduce
14481         code duplication: invokes `message' iff baud-rate is high enough.
14482         (bookmark-write-file): Use above instead of an inline conditional.
14483         (bookmark-load): Same.
14485 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
14487         * bookmark.el (bookmark-write-file): Don't visit the destination
14488         file, just write the data to it using write-region.  This is
14489         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
14490         change to avoid visiting the file in the first place.
14492 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
14494         * hi-lock.el (hi-lock-mode): Set the default value of
14495         font-lock-defaults.
14497 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
14499         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
14500         arg to `file-attributes'.
14501         (find-lisp-format): The UID and GID can now be strings.
14503 2005-11-12  Kim F. Storm  <storm@cua.dk>
14505         * help.el (help-map): Bind C-h d to apropos-documentation.
14507         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
14508         when point is at end-of-buffer.
14510         * apropos.el (apropos-match-face): Doc fix.
14511         (apropos-sort-by-scores): Add new choice `verbose'.
14512         (apropos-documentation-sort-by-scores): New defcustom.
14513         (apropos-pattern): Now contains the pattern entered by the user.
14514         (apropos-pattern-quoted): New defvar.
14515         (apropos-regexp): New defvar, containing the regexp corresponding
14516         to apropos-pattern.
14517         (apropos-all-words-regexp): Rename from apropos-all-regexp.
14518         (apropos-read-pattern): New defun.  Use it to read pattern arg in
14519         interactive calls; returns list of words for a word list, and
14520         string for a regexp.
14521         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
14522         parses a list of words or regexp as returned by apropos-read-pattern.
14523         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
14524         (apropos-score-doc): Return a very high score if the string
14525         entered by the user matches literally.
14526         (apropos-variable): Doc fix.  Use apropos-read-pattern.
14527         (apropos-command): Doc fix.  Use apropos-read-pattern and
14528         apropos-parse-pattern.  Call apropos-print with nosubst=t.
14529         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
14530         apropos-parse-pattern.
14531         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
14532         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
14533         apropos-documentation-sort-by-scores.  Call apropos-print with
14534         nosubst=t.
14535         (apropos-documentation-internal): Pass doc string through
14536         substitute-key-definition before adding text properties.
14537         Highlight substring matching literal user input if possible.
14538         (apropos-documentation-check-doc-file): Remove locals beg and end.
14539         Fix calculation of score (as added twice).  Pass doc string through
14540         substitute-key-definition before adding text properties.
14541         (apropos-documentation-check-elc-file): Pass doc string through
14542         substitute-key-definition before adding text properties.
14543         Highlight substring matching literal user input if possible.
14544         (apropos-print): Add new arg NOSUBST; if set, command and variable
14545         doc strings have already been passed through substitute-key-definition.
14546         Add code to handle apropos-accumulator items without score element
14547         for backwards compatibility (e.g. with woman package).
14548         Only show scores if apropos-sort-by-scores is `verbose'.
14550 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14552         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
14553         Add jka-compr-load-suffixes to load-suffixes.
14555         * jka-compr.el: Require jka-cmpr-hook.
14556         (jka-compr-info-compress-message, jka-compr-info-compress-program)
14557         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
14558         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
14559         (jka-compr-info-can-append, jka-compr-info-strip-extension)
14560         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
14561         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
14562         (jka-compr-uninstall): Remove entries from
14563         jka-compr-added-to-file-coding-system-alist after they are used.
14564         (jka-compr-error): Remove unused var `curbuf'.
14565         (jka-compr-file-local-copy): Remove unused var `notfound'.
14567 2005-11-10  Romain Francoise  <romain@orebokech.com>
14569         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
14571 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
14573         * progmodes/gud.el (gud-menu-map): Move parentheses.
14574         (gdb): New command gud-pv.
14576 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14578         * tar-mode.el: Remove spurious or unnecessary leading stars
14579         in docstrings.
14580         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
14581         (tar-parse-octal-integer-safe): Use mapc.
14582         (tar-header-block-summarize): Remove unused var `ck'.
14583         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
14584         cleared before.  Obey default-enable-multibyte-characters.
14585         Use mapconcat.  Simplify setting of tar-header-offset.
14586         (tar-mode-map): Move initialization inside delcaration.
14587         (tar-flag-deleted): Use `abs'.
14588         (tar-expunge-internal): Remove unused var `line'.
14589         (tar-expunge-internal): Don't hardcode point-min==1.
14590         (tar-expunge): Widen while doing set-buffer-multibyte.
14591         (tar-rename-entry): Use file-name-coding-system.
14592         (tar-alter-one-field): Don't hardcode point-min==1.
14593         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
14594         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
14596 2005-11-10  Masatake YAMATO  <jet@gyve.org>
14598         * add-log.el (add-log-current-defun): Handle class::method
14599         notation of c++.  Fix incorrect comment.
14601 2005-11-10  Alan Mackenzie  <acm@muc.de>
14603         * help-fns.el (describe-variable): Make C-h v work when a variable
14604         has variable documentation yet is unbound.
14606 2005-11-10  Masatake YAMATO  <jet@gyve.org>
14608         * man.el (Man-highlight-references): Set an empty
14609         string to `Man-arguments' if it is nil.
14610         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
14612 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14614         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
14615         commenting conventions.
14617         * cus-dep.el (custom-make-dependencies): Simplify.
14618         Better follow the commenting conventions.
14620 2005-11-09  Richard M. Stallman  <rms@gnu.org>
14622         * apropos.el (apropos-pattern): Rename from apropos-regexp.
14623         (apropos-orig-pattern): Rename from apropos-orig-regexp.
14624         All uses changed.
14625         (apropos-rewrite-regexp): Doc fix.
14626         (apropos-variable, apropos-command, apropos, apropos-value):
14627         Change prompt; carry through the argument renaming.
14629 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
14631         * find-lisp.el: Require dired.
14632         (find-lisp-find-dired-internal): Do not call
14633         `abbreviate-file-name' on DIR.
14635 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
14637         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
14639 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
14641         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
14642         when using the speedbar.
14643         (gdb): New command gud-pp.
14644         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
14646 2005-11-09  Juri Linkov  <juri@jurta.org>
14648         * replace.el (occur-excluded-properties): New defcustom.
14649         (occur-1, occur-engine, occur-accumulate-lines): Use it.
14651 2005-11-08  Jay Belanger  <belanger@truman.edu>
14653         * calc/calc-units.el (math-convert-units): Replace any composite
14654         unit by its definition.
14656 2005-11-08  Lars Hansen  <larsh@soem.dk>
14658         * emacs-lisp/autoload.el (update-directory-autoloads):
14659         Add obsolete function alias.
14661 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14663         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
14664         comment-indent-function.
14665         (lisp-comment-indent): Replace by an alias for comment-indent-default.
14667         * reveal.el (reveal-post-command): Rework the handling of
14668         reveal-open-spots, so as to be more reliable.  There were several
14669         tricky corner cases where an open spot might be lost, or where
14670         a closed spot might end up on the list of open spots.
14671         Only reveal text that's ellipsised.
14673 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
14675         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
14677 2005-11-07  John Paul Wallington  <jpw@gnu.org>
14679         * ibuffer.el (ibuffer): Search iconified frames too when
14680         getting Ibuffer buffer's window.
14682 2005-11-06  Richard M. Stallman  <rms@gnu.org>
14684         * progmodes/compile.el (compilation-internal-error-properties):
14685         save-excursion around the computation of MARKER.
14687 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
14689         * textmodes/flyspell.el (flyspell-external-point-words):
14690         flyspell-get-word returns a list, not just a string.
14692 2005-11-06  John Paul Wallington  <jpw@pobox.com>
14694         * ibuffer.el (ibuffer): Search all visible frames when getting
14695         Ibuffer buffer's window.
14697 2005-11-07  Masatake YAMATO  <jet@gyve.org>
14699         * man.el (Man-reference-regexp): Accept spaces between
14700         `Man-name-regexp' and `Man-section-regexp'.
14701         (Man-apropos-regexp): New variable.
14702         (Man-abstract-xref-man-page): Use value for `Man-target-string'
14703         if available.
14704         (Man-highlight-references, Man-highlight-references0):
14705         Handle the case when `Man-arguments' includes "-k".
14706         (Man-highlight-references0): Rename the argument `TARGET-POS' to
14707         `TARGET'. `TARGET' can be a number, function or nil.
14709 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
14711         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
14712         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
14713         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
14714         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
14715         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
14716         (gdb-send-item): Use buffer-local-value and simplify.
14718 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
14720         * startup.el (command-line): Use `custom-reevaluate-setting' for
14721         `global-font-lock-mode'.
14723         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
14724         by default, except in batch mode or when the -D option is given.
14726         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
14727         specified keyword args on to `define-minor-mode'.  Update docstring.
14729 2005-11-05  Romain Francoise  <romain@orebokech.com>
14731         * replace.el (occur-engine): Add marker at end of line, too.
14733 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
14735         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14736         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14737         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14738         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14739         argument to all these routines, so the passphrase can be managed
14740         externally and passed in to the system.
14741         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14742         pgg-add-passphrase-to-cache function.
14744         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14745         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14746         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14747         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14748         argument to all these routines, so the passphrase can be managed
14749         externally and passed in to the system.
14750         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14751         function.
14753 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
14755         * font-lock.el: Don't deal with font-lock-face-attributes here,
14756         move the code ...
14758         * startup.el (command-line): ... here.  Use face-spec-set instead
14759         of custom-declare-face.
14761         * faces.el (face-spec-set): Reset the face if spec is not nil.
14763 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14765         * newcomment.el (comment-region-internal): Box more tightly in the
14766         common case where there's no TAB in the boxed text.
14768 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14770         * info.el (info-tool-bar-map): Use images prev-node, next-node and
14771         up-node.
14773 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
14775         * newsticker.el: Commentary updated.  Code formatting changed.
14776         (newsticker-version): Change to "1.9".
14777         (newsticker, newsticker-feed): Doc fix.
14778         (newsticker-url-list): Doc fix.  Add option "Weekly".
14779         (newsticker-retrieval-interval): Add option "Weekly".
14780         (newsticker-headline-processing): Doc fix.
14781         (newsticker-auto-mark-filter): Remove.
14782         (newsticker-auto-mark-filter-list): New.
14783         (newsticker-layout, newsticker-sort-method): Doc fix.
14784         (newsticker-hide-old-items-in-newsticker-buffer)
14785         (newsticker-heading-format, newsticker-item-format)
14786         (newsticker-desc-format): Doc fix.
14787         (newsticker-show-all-rss-elements): Remove.
14788         (newsticker-show-all-news-elements): New.
14789         (newsticker-faces, newsticker-ticker): Doc fix.
14790         (remove-from-invisibility-spec): Code formatting.
14791         (newsticker--process-ids): New.
14792         (newsticker-mode): Doc fix.
14793         (newsticker-mode): Change mode-line-format.
14794         (newsticker-start): Remove debug output.
14795         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
14796         (newsticker-w3m-show-inline-images): Code formatting.
14797         (newsticker-next-item): Call `force-mode-line-update'.
14798         (newsticker-previous-item): Call `force-mode-line-update'.
14799         (newsticker-next-feed): Call `force-mode-line-update'.
14800         (newsticker-previous-feed): Call `force-mode-line-update'.
14801         (newsticker-mark-all-items-at-point-as-read): Code formatting.
14802         (newsticker-show-old-items): Do not show descs.
14803         (newsticker-hide-entry): Hide too much.
14804         (newsticker-hide-entry, newsticker-show-entry)
14805         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
14806         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
14807         (newsticker-toggle-auto-narrow-to-item): Code formatting.
14808         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
14809         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
14810         (newsticker-get-news): Call `force-mode-line-update'.
14811         Collect process ids.
14812         (newsticker--sentinel): Change coding system handling.
14813         Move image retrieval to new functions newsticker--get-logo-url-*.
14814         Move feed parsing to new functions newsticker--parse-*.
14815         Update list of process ids.
14816         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
14817         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
14818         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
14819         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
14820         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14821         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
14822         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
14823         (newsticker--decode-coding-string): Remove.
14824         (newsticker--decode-numeric-entities): Check input.  Format code.
14825         (newsticker--remove-whitespace): Check input.
14826         (newsticker--do-forget-preformatted): Doc fix.
14827         (newsticker--decode-rfc822-date): Allow for missing time.
14828         (newsticker--update-process-ids): New.
14829         (newsticker--image-sentinel): Change comment.
14830         (newsticker--image-read): Change error message.
14831         (newsticker--imenu-goto): Doc fix.  Show headline title.
14832         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
14833         (newsticker--buffer-do-insert-text): Clean whitespace in
14834         html-rendered headline title.  Code formatting.
14835         Call `newsticker--buffer-print-extra-elements'.
14836         (newsticker--buffer-print-extra-element): Remove.
14837         (newsticker--buffer-print-extra-elements): New.
14838         (newsticker--buffer-do-print-extra-element): New.
14839         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
14840         large sizes.
14841         (newsticker--run-auto-mark-filter)
14842         (newsticker--do-run-auto-mark-filter):
14843         Use `newsticker-auto-mark-filter-list'.
14845 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
14847         * net/rcirc.el: Use split-string OMIT-NULLS argument.
14848         (rcirc-print): Force redisplay before running hooks.  Do long
14849         buffer truncation after making new text read-only.  Deal with nil
14850         text when decoding strings.  If TARGET is nil, use either the
14851         currently selected buffer, if it is an rcirc buffer and of the
14852         same process or the process buffer.
14853         (rcirc-mode): Remove header-line.  Recompute short buffer names.
14854         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
14855         (rcirc-short-buffer-name): Add variable.
14856         (rcirc-kill-buffer-hook): Recompute short buffer names.
14857         Remove nick from private channel.
14858         (rcirc-send-input): Send command text to current-buffer.
14859         Don't clear overlay arrow here.
14860         (rcirc-short-buffer-name): Return a short buffer name.
14861         (rcirc-update-short-buffer-names, rcirc-abbreviate)
14862         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
14863         buffer-name abbreviations.
14864         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
14865         Do not touch nick-table when killing a parted channel.
14866         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
14867         Clear arrow from current buffer if it is now hidden.
14868         (rcirc-current-buffer): Add variable.
14869         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14870         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
14871         Remove -face from names.
14872         (rcirc-update-activity-string): Print "DND" when globally ignoring
14873         activity.
14874         (rcirc-ignore-buffer-activity-flag): Rename from
14875         rcirc-ignore-channel-activity.
14876         (rcirc-ignore-all-activity-flag): Doc fix.
14877         (rcirc-channels): Remove variable.
14878         (rcirc-kill-buffer-hook):
14879         (rcirc-get-buffer-create): Add nick to private channel.
14880         (rcirc-multiline-edit-submit): Remove tabs.
14881         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
14882         folded.
14883         (rcirc-remove-nick-channel): Bug fix.
14884         (rcirc-toggle-ignore-buffer-activity): Rename from
14885         rcirc-toggle-ignore-channel-activity.
14886         (rcirc-record-activity): Add buffers to the front of the list.
14887         (rcirc-update-activity): Remove killed buffers from list.
14888         (rcirc-process-server-response-1): Remove last argument if it is
14889         null before calling handler.
14890         (rcirc): Add "rcirc" defcustom prefix.
14891         (rcirc-prompt): Simplify default prompt.
14892         Use custom-initialize-default.
14893         (rcirc-private-chats): Remove variable.
14894         (rcirc-prompt): Change initialization.
14895         (rcirc-version): Remove function.
14896         (rcirc-id-string): Add constant.
14897         (rcirc-last-buffer): Remove variable.
14898         (rcirc-buffer-alist): Add variable.
14899         (rcirc-connect): Update variable setup.
14900         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
14901         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
14902         default.
14903         (rcirc-handler-generic): Trigger activity.
14904         (rcirc-send-message): Create the buffor of the target.
14905         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
14906         (rcirc-get-buffer): Just return nil if there is no matching buffer.
14907         (rcirc-multiline-edit-cancel): Remove function.
14908         (rcirc-set-last-buffer): Remove function.
14909         (rcirc-get-any-buffer): Add function.
14910         (rcirc-join-channels): Don't print /join text.
14911         (rcirc-toggle-ignore-channel-activity): Add and update echo area
14912         messages.
14913         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
14914         (rcirc-handler-NOTICE): Recognize CTCP responses.
14915         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
14916         constructing TOPIC string for buffers we are not JOINed.
14917         (rcirc-handler-CTCP-response): Add handler.
14918         (rcirc-multiline-edit-submit): Restore the window-configuration
14919         before adjusting point.
14920         (rcirc): Add customization group.
14921         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
14922         (rcirc-user-full-name, rcirc-startup-channels-alist)
14923         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
14924         (rcirc-ignore-all-activity-flag, rcirc-time-format)
14925         (rcirc-input-ring-size, rcirc-read-only-flag)
14926         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
14927         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
14928         Change defvar to defcustom.
14929         (rcirc-update-prompt): Add optional ALL arg, which will update
14930         prompts in all rcirc buffers.  Regexp quote replacement text.
14931         (rcirc-fill-column): Accept frame-width as a value.
14932         (rcirc-set-changed): Add function.
14933         (rcirc-next-active-buffer): Write more meaningful messages.
14934         (rcirc-faces): Add customization group.
14935         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
14936         (rcirc-nick-in-message-face, rcirc-prompt-face)
14937         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
14938         (with-rcirc-process-buffer): Move before first usage.
14939         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
14940         (rcirc-debug-flag): Rename from `rcirc-log-p'.
14941         (rcirc-debug): Rename from `rcirc-log'.
14942         (rcirc-format-response-string): Do not print `-' chars for a
14943         NOTICE with no sender.  Simplify output of server responses.
14945 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
14947         (rcirc-browse-url-map, rcirc-browse-url-at-point)
14948         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
14949         Make urls mouse and RET clickable.
14951 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
14953         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
14955 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
14957         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14958         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14959         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14960         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14961         argument to all these routines, so the passphrase can be managed
14962         externally and passed in to the system.
14963         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14964         pgg-add-passphrase-to-cache function.
14966         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14967         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14968         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14969         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14970         argument to all these routines, so the passphrase can be managed
14971         externally and passed in to the system.
14972         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14973         function.
14975 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
14977         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
14978         from goto-address-url-regexp.
14980 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
14982         * textmodes/org.el (org-read-date, org-goto-calendar)
14983         (org-recenter-calendar, org-agenda-goto-calendar):
14984         Temporarily clear `calendar-move-hook'.
14986 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
14988         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
14989         merging.
14991         * ediff-util.el (ediff-previous-difference): Don't skip regions that
14992         have merge clashes.
14994 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14996         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14997         Undo previous change.
14999         * startup.el (command-line): Use `custom-reevaluate-setting' for
15000         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
15001         tty-register-default-colors on Mac.
15003 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
15005         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
15006         (gdb-buffer-type): Make it automatically buffer local...
15007         (gdb-get-create-buffer): ...and set it accordingly.
15008         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
15009         actually work.
15011 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
15013         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
15014         not red.
15016 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
15018         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
15019         case GUD buffer is not visible.
15020         (gdb-goto-breakpoint): Try to force display in source buffer.
15021         (gdb-frame-gdb-buffer): Copy other similar functions.
15022         (gdb-restore-windows): Don't display source if not asked for.
15023         (gdb-assembler-buffer-name): Don't capitalise.
15025 2005-11-03  Richard M. Stallman  <rms@gnu.org>
15027         * wid-edit.el (key-sequence): New widget type.
15029         * simple.el (set-mark-command-repeat-pop): New variable.
15030         (set-mark-command): Only interpret plan C-@ after a pop as a pop
15031         if set-mark-command-repeat-pop is true.
15033         * info.el (Info-fontify-node): Don't display extra "see" if there
15034         already is one here.
15036         * mouse.el: Fix special handling of DEL after dragging a region:
15037         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
15038         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
15040         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
15042         * textmodes/ispell.el (ispell-command-loop): Change `i' description
15043         not to assume it pertains to an affix.
15045         * textmodes/flyspell.el (flyspell-post-command-hook):
15046         Bind deactivate-mark to prevent deactivation.
15048 2005-11-03  Lars Hansen  <larsh@soem.dk>
15050         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
15051         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
15052         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
15054 2005-11-03  Romain Francoise  <romain@orebokech.com>
15056         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
15057         Update copyright years.
15059 2005-11-03  Sam Steingold  <sds@gnu.org>
15061         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15062         Use system-type instead of window-system because window-system is not
15063         correctly defined during loadup.
15065 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
15067         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
15068         (xml-parse-tag): Join strings separated by a comment properly.
15070 2005-11-02  Andreas Schwab  <schwab@suse.de>
15072         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
15074 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15076         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
15077         (byte-optimize-pure-func): Quote the eval'd value.
15079         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15080         Rename from perl-font-lock-syntactic-face-function.
15081         Change the calling convention so it can be used as a font-lock MATCHER.
15082         Do the parse-partial-sexp loop outselves.
15083         (perl-font-lock-syntactic-keywords): Use it.
15084         (perl-mode): Don't set font-lock-syntactic-face-function any more.
15086 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
15088         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
15089         disassembly buffer too.
15090         (gdb-exited): Remove overlay arrows when execution has finished.
15091         (gdb-info-frames-custom, gdb-info-threads-custom)
15092         (gdb-info-registers-custom): Don't add inappropriate text
15093         properties if inferior is not active.
15095 2005-11-02  Glenn Morris  <rgm@gnu.org>
15097         * progmodes/fortran.el (fortran-blink-match):
15098         Use `blink-matching-delay'.
15100 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
15102         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
15104 2005-11-02  Lars Hansen  <larsh@soem.dk>
15106         * net/tramp.el (tramp-action-out-of-band): Handle scp message
15107         "Permission denied".
15109 2005-11-01  Richard M. Stallman  <rms@gnu.org>
15111         * textmodes/flyspell.el (flyspell-external-point-words):
15112         Pass nil to flyspell-get-word.
15114 2005-11-02  Kim F. Storm  <storm@cua.dk>
15116         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
15117         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
15119 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15121         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
15122         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
15123         (calendar-mouse-print-dates): Add optional `event' argument.
15124         Update interactive-spec.
15125         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
15126         Use `calendar-event-to-date' instead of `event'.
15128 2005-11-02  Masatake YAMATO  <jet@gyve.org>
15130         * progmodes/ld-script.el (ld-script-builtins):
15131         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
15132         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
15133         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
15135 2005-11-01  Romain Francoise  <romain@orebokech.com>
15137         * vc-sccs.el: Update copyright year.
15138         * ezimage.el: Likewise.
15140 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
15142         * info.el (Info-fontify-node): Use `string-width' for fontifying
15143         underlined titles.
15145 2005-11-01  Juri Linkov  <juri@jurta.org>
15147         * info.el (Info-fontify-node): Downcase node header keywords Node,
15148         Prev, Next, Up before comparison.
15149         (Info-history): Insert absolute directory name, and put invisible
15150         property on it.
15152 2005-11-01  Juri Linkov  <juri@jurta.org>
15154         * info.el (Info-file-supports-index-cookies): New variable.
15155         (Info-find-node-2): Check makeinfo version for index cookie support.
15156         (Info-index-nodes): Search for nodes with index cookies only when
15157         Info-file-supports-index-cookies is t.  Otherwise, search nodes
15158         with "Index" in the node name.
15159         (Info-index-node): Search index cookie in the current node only when
15160         Info-file-supports-index-cookies is t.  Otherwise, check the word
15161         "Index" in the node name.
15162         (Info-find-emacs-command-nodes): Remove code that searches nodes
15163         with "Index" node name in the top menu.
15165 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15167         * progmodes/scheme.el (scheme-mode-variables): Use the default
15168         comment-indent-function.
15170         * faces.el (face-attribute): Handle the case where a face inherits from
15171         a non-existent face.
15173         * simple.el (eval-expression-print-format): Use lisp-readable syntax
15174         for octal and hexa output, and merge the char into the paren.
15175         (kill-new): Use push.
15176         (copy-to-buffer): Use with-current-buffer.
15177         (completion-setup-function): Move code in loop to remove redundancy.
15178         (minibuffer-local-must-match-map): Don't add bindings that duplicate
15179         those inherited from minibuffer-local-completion-map.
15181         * savehist.el (savehist-mode) <defcustom>:
15182         Use custom-set-minor-mode if available.
15183         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
15184         and emit a message if applicable.
15186 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
15188         * savehist.el: Sync up to version 19.
15189         (savehist-mode): New minor mode.
15190         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
15191         (savehist-length): Remove (use history-length instead).
15192         (savehist-file-modes): Rename from savehist-modes.
15193         (savehist-save-hook, savehist-loaded): New vars.
15194         (savehist-load): Use savehist-mode.  Try to smooth up transition from
15195         old format to new format.
15196         (savehist-install): Allow savehist-autosave-interval to be nil.
15197         (savehist-save): Run the new hook.  Be more careful to only trim the
15198         history variables.
15199         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
15200         (savehist-printable): Print into a buffer rather than char-by-char.
15202 2005-11-01  John Wiegley  <johnw@newartisans.com>
15204         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
15205         toggle-ignore keybinding (C-a).  The author said it had been
15206         disabled much earlier due to a possible incompatibility, but after
15207         many months of usage I have encountered no problems (and it is a
15208         rather useful option, especially for switching to " *temp*").
15210         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
15211         support for OS/X's AddressBook, by calling out to the open source
15212         program "contacts" (installable through Fink).
15214         * net/eudc.el (eudc-expand-inline): If the
15215         `eudc-multiple-match-handling-method' is set to `all', delete the
15216         query string before inserting the query result.
15218         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
15219         flag, to prevent Eshell from using the system ls when
15220         `eshell-ls-insert-directory' is in used.
15221         (eshell-ls-insert-directory): Disable font-lock in directory
15222         buffer so that Eshell's own fontification is seen.  This broke
15223         recently due to changes in font-lock, so this goes back to version
15224         21 behavior.
15226 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
15228         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
15229         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
15230         (gdb-many-windows): Doc fix.
15232 2005-10-31  Romain Francoise  <romain@orebokech.com>
15234         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
15236 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
15238         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
15239         that global-font-lock-mode can be enabled by default.
15241         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
15242         (font-lock-add-keywords, font-lock-remove-keywords)
15243         (font-lock-fontify-buffer): Remove autoload cookies.
15245         * jit-lock.el (jit-lock-register): Likewise.
15247         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
15249 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
15251         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
15252         intact if there is no gud-comint-buffer.
15254 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
15256         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
15257         old prompt comint-prompt-read-only is t and GDB commands are
15258         issued from tool bar etc.
15260 2005-10-31  Masatake YAMATO  <jet@gyve.org>
15262         * vc.el (vc-directory-exclusion-list): Add "{arch}".
15264 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15266         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
15267         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
15269 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
15271         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
15272         starting at beginning of line.  Fontification is messed up when
15273         `open-paren-in-column-0-is-defun-start' set to t.
15274         Reported by John Paul Wallington <jpw@pobox.com>.
15276 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
15278         * comint.el (comint-send-input): Call `comint-update-fence' when
15279         `comint-process-echoes' and `comint-prompt-read-only' are both
15280         non-nil, to avoid leftover read-only newline.
15282 2005-10-30  Richard M. Stallman  <rms@gnu.org>
15284         * textmodes/flyspell.el (flyspell-external-point-words):
15285         Detect when WORD can't be checked properly because
15286         flyspell-get-word finds just part of it, and move on.
15288         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
15289         boundarychar for Polish.
15290         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
15291         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
15293 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
15295         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
15296         (gdb-registers-font-lock-keywords): Delete.
15297         (gdb-registers-mode): Don't fontify.
15298         (gdb-info-registers-custom): Use text properties instead as, in
15299         future, changed register values will use font-lock-warning-face.
15300         (gdb-local-font-lock-keywords): Rename to...
15301         (gdb-locals-font-lock-keywords): ...for consistency.
15303 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
15305         * vc.el (vc-switch-backend): Better error message if the buffer is
15306         not visiting a file under version control.
15308         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
15310 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
15312         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
15313         ~/.emacs.d/.emacs.
15315 2005-10-29  Richard M. Stallman  <rms@gnu.org>
15317         * replace.el (occur-mode-mouse-goto): Always go to other window.
15318         (occur-mode-goto-occurrence): Always switch in same window.
15320         * simple.el (undo): Display message at end, not at start.
15322         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
15323         New arg REUSE-CELL.
15324         (cancel-timer-internal): New function.
15325         (timer-event-handler): Use cancel-timer-internal,
15326         and pass the cell it returns to timer-activate...
15328         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
15329         (jit-lock-deferred-fontify, jit-lock-context-fontify)
15330         (jit-lock-after-change): Test memory-full.
15332 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
15334         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15335         part of the decoded armor to find the key-identifier.
15336         (pgg-gpg-lookup-key-owner): New function to return the
15337         human-readable identifier of a key owner.
15338         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15339         key itself.
15340         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15341         the key value) if we have a key and can match it against a secret
15342         key.  Also, added a note pointing out fact that the prompt only
15343         indicates the first matching key.
15345         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15346         pgg-decrypt-region.
15347         (pgg-pending-timers): A new hash for tracking the passphrase cache
15348         timers, so that new ones supercede old ones.
15349         (pgg-add-passphrase-to-cache): Rename from
15350         `pgg-add-passphrase-cache' to reduce confusion (all callers
15351         changed).  Modified to cancel old timers when new ones are added.
15352         (pgg-remove-passphrase-from-cache): Rename from
15353         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15354         changed).  Modified to cancel old timers when their keys are
15355         removed from the cache.
15356         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15357         XEmacs, an indirection to delete-itimer.
15358         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15359         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15360         users can only check cache without risk of prompting.  Correct bug in
15361         notruncate behavior.
15362         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15363         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15364         Add informative docstrings.
15365         (pgg-decrypt): Convey provided passphrase in subordinate call to
15366         pgg-decrypt-region.
15368         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15369         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15370         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15371         `passphrase' argument, so the passphrase can be managed externally
15372         and then passed in to the system.
15374         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15375         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15376         so the passphrase cache can be used reliably with identifiers
15377         besides a pgp packet's key id.
15379         * pgg-gpg.el (pgg-pgp-encrypt-region)
15380         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15381         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15382         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15383         argument to all these routines, so the passphrase can be managed
15384         externally and passed in to the system.
15386         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15387         `notruncate' argument, so the passphrase cache can be used
15388         reliably with identifiers besides a pgp packet's key id.
15390 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
15392         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15393         symmetric encryption.
15394         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15395         encrypted session key.
15396         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15397         message ask for the passphrase in a proper way.
15399         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15400         New user commands for symmetric encryption.
15402 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
15404         * textmodes/conf-mode.el (conf-assignment-sign)
15405         (conf-assignment-regexp): Fix docstrings.
15406         (conf-mode-initialize): New function.
15407         (conf-mode): Remove optional args.  Use delay-mode-hooks to
15408         recognize recursive calls.
15409         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
15410         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
15411         (conf-xdefaults-mode): Use define-derived-mode and
15412         conf-mode-initialize.
15414 2005-10-29  Romain Francoise  <romain@orebokech.com>
15416         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
15418 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
15420         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15421         part of the decoded armor to find the key-identifier.
15422         (pgg-gpg-lookup-key-owner): New function to return the
15423         human-readable identifier of a key owner.
15424         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15425         key itself.
15426         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15427         the key value) if we have a key and can match it against a secret
15428         key.  Also, added a note pointing out fact that the prompt only
15429         indicates the first matching key.
15431         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15432         pgg-decrypt-region.
15433         (pgg-pending-timers): A new hash for tracking the passphrase cache
15434         timers, so that new ones supercede old ones.
15435         (pgg-add-passphrase-to-cache): Rename from
15436         `pgg-add-passphrase-cache' to reduce confusion (all callers
15437         changed).  Modified to cancel old timers when new ones are added.
15438         (pgg-remove-passphrase-from-cache): Rename from
15439         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15440         changed).  Modified to cancel old timers when their keys are
15441         removed from the cache.
15442         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15443         XEmacs, an indirection to delete-itimer.
15444         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15445         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15446         users can only check cache without risk of prompting.  Correct bug in
15447         notruncate behavior.
15448         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15449         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15450         Add informative docstrings.
15451         (pgg-decrypt): Convey provided passphrase in subordinate call to
15452         pgg-decrypt-region.
15454 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15456         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15457         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15458         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15459         `passphrase' argument, so the passphrase can be managed externally
15460         and then passed in to the system.
15462         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15463         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15464         so the passphrase cache can be used reliably with identifiers
15465         besides a pgp packet's key id.
15467         * pgg-gpg.el (pgg-pgp-encrypt-region)
15468         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15469         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15470         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15471         argument to all these routines, so the passphrase can be managed
15472         externally and passed in to the system.
15474         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15475         `notruncate' argument, so the passphrase cache can be used
15476         reliably with identifiers besides a pgp packet's key id.
15478 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
15480         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15481         symmetric encryption.
15482         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15483         encrypted session key.
15484         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15485         message ask for the passphrase in a proper way.
15487         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15488         New user commands for symmetric encryption.
15490 2005-10-28  Bill Wohler  <wohler@newt.com>
15492         * help-mode.el (help-url): New button type.  Calls browse-url.
15493         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
15494         Similar to Info nodes: URL `url'.
15495         (help-make-xrefs): Create help-url buttons for
15496         help-xref-url-regexp matches.
15498 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
15500         * tool-bar.el (tool-bar-add-item-from-menu)
15501         (tool-bar-local-item-from-menu): Fix doc strings.
15503 2005-10-28  Romain Francoise  <romain@orebokech.com>
15505         * ldefs-boot.el: Update.
15507         * subr.el (locate-library): Move from help-fns.el.
15508         * help-fns.el (locate-library): Move to subr.el.
15510 2005-10-28  Richard M. Stallman  <rms@gnu.org>
15512         * net/tramp.el (tramp-completion-mode): defvar moved up.
15514         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
15516         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
15518         * files.el (find-file-noselect): Use %d to format large file size.
15520         * bindings.el (mode-line-format): Add %e.
15522         * loadup.el ("facemenu"): Load unconditionally.
15523         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
15524         ("x-dnd"): Load, when appropriate.
15526         * startup.el (command-line): Call before-init-hook earlier.
15527         Warn about some bad characters in -u user name.
15529         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
15530         (flyspell-external-point-words): Error if misspelled word is not found.
15531         Set flyspell-large-region-beg at end of word.
15533 2005-10-28  Andreas Schwab  <schwab@suse.de>
15535         * view.el (View-revert-buffer-scroll-page-forward):
15536         Use view-page-size-default.
15538 2005-10-28  Juri Linkov  <juri@jurta.org>
15540         * international/quail.el (quail-get-current-str): Translate last
15541         raw character for deterministic input methods.
15543 2005-10-27  Jay Belanger  <belanger@truman.edu>
15545         * calc/calc-ext.el: Add functions to autoloads.
15546         (math-identity-matrix-p, math-ident-row-p): New functions.
15548         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
15549         multiplication by an identity matrix; don't turn multiplication by
15550         an inverse matrix into division.
15551         (math-div-symbol-fancy): Replace division by matrices with
15552         multiplication by inverse.
15554         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
15556         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
15557         (calc-writeoutpower): New functions.
15559 2005-10-27  Romain Francoise  <romain@orebokech.com>
15561         * replace.el (occur-engine): Include colon in mouse-face highlight.
15563         * dired-x.el: Change Maintainer field.
15565 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
15567         * longlines.el (longlines-mode): Bind after-change-functions to
15568         nil during initial decoding and final encoding.
15570 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
15572         * term.el (term-emulate-terminal, term-handle-colors-array)
15573         (term-handle-ansi-escape): Specify the terminfo capabilities
15574         implemented.
15576 2005-10-26  Richard M. Stallman  <rms@gnu.org>
15578         * info.el (Info-fontify-node): Fix detection of sentence-break
15579         before *Note.
15581 2005-10-26  Romain Francoise  <romain@orebokech.com>
15583         * smerge-mode.el: Add `tools' to file keywords.
15585 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
15587         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
15588         when the fringe is not available.
15590         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
15591         (def-gdb-auto-update-trigger): Simplify construction.
15592         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
15593         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
15594         defined explicitly.
15595         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
15596         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
15597         defined explicitly.
15598         (gdb-info-locals-custom): Remove as it's a no-op.
15600 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
15602         * longlines.el (longlines-mode): Remove narrowing before
15603         performing the initial decoding or final encoding.
15605 2005-10-25  Romain Francoise  <romain@orebokech.com>
15607         * emacs-lisp/find-func.el (find-library-name): Also strip
15608         extension if library name ends in .el, to take advantage of
15609         `find-library-suffixes'.
15611 2005-10-25  Richard M. Stallman  <rms@gnu.org>
15613         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
15615 2005-10-25  Juri Linkov  <juri@jurta.org>
15617         * textmodes/texinfo.el (texinfo-mode): Change charset of one
15618         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
15620 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15622         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
15623         (blackbox-redefine-key): Add argument `map'.
15625         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
15626         regions when moving the jit-lock-context-unfontify-pos boundary.
15628 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15630         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
15632 2005-10-25  Masatake YAMATO  <jet@gyve.org>
15634         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
15636 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
15638         * play/blackbox.el (blackbox-redefine-key): New function.
15639         (blackbox-mode-map): Use it to remap existing bindings for cursor
15640         motion instead of binding literal keys.
15642 2005-10-25  Glenn Morris  <rgm@gnu.org>
15644         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
15645         diary does not end in a newline.  Do not assume a blank line at
15646         the start of the diary file.
15648 2005-10-25  Kenichi Handa  <handa@m17n.org>
15650         * international/quail.el (quail-translate-key): If the input
15651         method is deterministic and failed to handle the last key, restart
15652         the key handling loop from an appropriate key.
15654 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
15656         * vc.el (vc-dired-mode): Extend comment for binding of
15657         `directory-listing-before-filename-regexp'.
15659 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15661         * textmodes/texinfo.el (texinfo-mode):
15662         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
15663         not to unnecessarily expose emacs-mule's internal char codes.
15665 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
15667         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
15668         Display hand pointer and help-echo on disabled icon too.
15669         (gdb-mouse-until): New function.
15670         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
15672 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
15674         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
15675         with 2005-10-23 change to doctor.el.
15677         * finder.el (finder-mode-map): Add follow-link binding.
15679 2005-10-25  Kim F. Storm  <storm@cua.dk>
15681         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
15682         to gdb-mouse-toggle-breakpoint-fringe.
15683         (gdb-mouse-toggle-breakpoint-margin): Rename from
15684         gdb-mouse-toggle-breakpoint.  Fix doc.
15685         (gdb-mouse-toggle-breakpoint-fringe): New defun.
15686         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
15687         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
15688         string properties also for fringe breakpoint bitmaps.
15690 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
15692         * textmodes/org.el (org-start-icalendar-file): Fix format form.
15694 2005-10-25  Masatake YAMATO  <jet@gyve.org>
15696         * simple.el (completion-common-substring):
15697         Use `completion-common-substring' prior to `completion-base-size'.
15699 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
15701         * savehist.el: Require CL while compiling.
15702         (savehist-history-variables): Remove.
15703         (savehist-save-minibuffer-history, savehist-additional-variables)
15704         (savehist-minibuffer-history-variables): New vars.
15705         (savehist-save): Use them.
15706         (savehist-uninstall, savehist-minibuffer-hook): New funs.
15707         (savehist-install): New fun, extracted from savehist-load.
15708         (savehist-load): Use them.
15710 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15712         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
15713         a dummy doc-string-elt property.
15714         (defalias, defvaralias, define-category): Add a docstring property.
15716         * image.el (defimage):
15717         * widget.el (define-widget):
15718         * custom.el (defface, defcustom): Add `doc-string' declaration.
15720         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
15721         (defadvice): Add `doc-string' declaration.
15723         * emacs-lisp/byte-run.el (macro-declaration-function):
15724         Handle `doc-string' declarations.
15725         (define-obsolete-function-alias, define-obsolete-variable-alias):
15726         Add `doc-string' declaration.
15728 2005-10-24  Kenichi Handa  <handa@m17n.org>
15730         * international/utf-7.el (utf-7): Add autoload cookie.
15732         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
15734 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
15736         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
15737         list of directories passed to batch-update-autoloads.  Add "." to
15738         the list of the echoed directories.
15740         * pgg-def.el:
15741         * pgg-gpg.el:
15742         * pgg-parse.el:
15743         * pgg-pgp.el:
15744         * pgg-pgp5.el:
15745         * pgg.el: Moved here from the gnus subdirectory.
15747 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
15749         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
15750         in case comint-prompt-read-only is set to t.
15752         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
15753         in case comint-prompt-read-only is set to t.
15755 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
15757         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
15758         Now a string.
15759         (icalendar-import-format): Handle CLASS, STATUS, URL.
15760         Rename `subject' to `summary'.
15761         (icalendar-import-format-summary): Rename from
15762         `icalendar-import-format-subject'.
15763         (icalendar-import-format-url, icalendar-import-format-status)
15764         (icalendar-import-format-class): New variables.
15765         (icalendar--rris): Take variable argument list.
15766         (icalendar--datestring-to-isodate): Remove unnecessary
15767         calendar-style check when converting dates with explicit month names.
15768         (icalendar-export-region): Change return type of conversion
15769         subroutines.  Bury current buffer unless error occurred.
15770         (icalendar--convert-to-ical)
15771         (icalendar--parse-summary-and-rest): New functions.
15772         (icalendar--convert-ordinary-to-ical)
15773         (icalendar--convert-weekly-to-ical)
15774         (icalendar--convert-yearly-to-ical)
15775         (icalendar--convert-block-to-ical)
15776         (icalendar--convert-cyclic-to-ical)
15777         (icalendar--convert-anniversary-to-ical): Change return type.
15778         Strip trailing blanks from subject.
15779         (icalendar--convert-sexp-to-ical): Change return type.
15780         Strip trailing blanks from subject.  Handle simple sexp
15781         entries as generated by icalendar.el.
15782         (icalendar--convert-float-to-ical)
15783         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
15784         (icalendar-import-file): Doc fix.
15785         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
15786         Correct call to icalendar--rris.
15787         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
15788         `summary'.
15789         (icalendar--add-diary-entry): Rename `subject' to `summary'.
15791 2005-10-24  Romain Francoise  <romain@orebokech.com>
15793         * server.el (server-sentinel): Set query-on-exit flag to nil on
15794         new client processes (it isn't inherited from the server process).
15796         * replace.el (occur-engine): Rearrange text properties.
15798 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15800         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
15801         case-fold-search is nil.
15802         (debug-help-follow): Use help-xref-interned directly.
15804 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15806         * thumbs.el (thumbs-image-type): Add .pbm.
15808 2005-10-23  Richard M. Stallman  <rms@gnu.org>
15810         * faces.el (inhibit-face-set-after-frame-default): New variable.
15811         (set-face-attribute): Bind it.
15812         (face-set-after-frame-default): Test it.
15814         * help-fns.el (describe-simplify-lib-file-name): New function.
15815         (describe-function-1, describe-variable): Use it.
15817         * faces.el (describe-face): Use describe-simplify-lib-file-name.
15819         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
15820         Eliminate nil as possible value.
15821         (tooltip-hide-delay): Reduce internal-border-width.
15823         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
15824         (menu-bar-file-menu) <new-file>: Likewise.
15826         * simple.el (line-move-finish): Ignore fields computing LINE-END.
15828         * international/mule.el (load-with-code-conversion):
15829         Pass full file name to `eval-buffer' unless preloading.
15831         * textmodes/flyspell.el (flyspell-large-region):
15832         Call ispell-check-version.
15834         * textmodes/ispell.el (ispell-local-dictionary-overridden):
15835         Fix the make-variable-buffer-local call that was supposed
15836         to be for this variable.
15837         (ispell-aspell-supports-utf8): Doc fix.
15838         (ispell-find-aspell-dictionaries): Preserve elements of
15839         ispell-dictionary-alist for dictionaries that aspell doesn't report.
15840         (ispell-aspell-find-dictionary): Return nil on error.
15842         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
15843         (doctor-symptoms): Likewise.
15845         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
15847 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15849         * cus-edit.el (custom-button, custom-button-pressed): New vars.
15850         (custom-raised-buttons): Add :set spec.
15851         (custom-button-unraised, custom-button-pressed-unraised):
15852         New faces, so that custom-raised-buttons actually does something.
15853         (custom-mode): Use custom-button and custom-button-pressed.
15855         * wid-edit.el (widget-specify-button): Don't ignore
15856         widget-mouse-face on graphic terminals.
15857         (widget-move-and-invoke): Cleanup.
15859 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
15861         * whitespace.el (whitespace-cleanup): Doc fix.
15863 2005-10-23  Romain Francoise  <romain@orebokech.com>
15865         * emulation/viper.el (viper-set-hooks): Quote forms passed to
15866         `eval-after-load' to avoid evaluating their result.
15868 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
15870         * files.el (directory-listing-before-filename-regexp):
15871         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
15873         * dired.el (dired-move-to-filename-regexp): Remove.
15874         All occurences replaced by `directory-listing-before-filename-regexp'.
15876         * dired-x.el, locate.el, vc.el:
15877         Replace `dired-move-to-filename-regexp' by
15878         `directory-listing-before-filename-regexp'.  In vc.el it is
15879         overwritten locally; maybe this can be handled in files.el too.
15881         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
15882         replaced by `directory-listing-before-filename-regexp'.
15884 2005-10-23  Andreas Schwab  <schwab@suse.de>
15886         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
15887         and eval-next-after-load.
15889 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
15891         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
15892         exist, create it.
15894 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
15896         * allout.el: Remove autoloads for mailcrypt and crypt++.
15897         Require pgg, pgg-gpg during compilation.
15898         (allout-version): Increment version number to 2.1, and use a literal
15899         rather than RCS Id.
15900         (allout-default-encryption-scheme): Remove.
15901         (allout-passphrase-verifier-handling)
15902         (allout-passphrase-verifier-string)
15903         (allout-file-passphrase-verifier-string)
15904         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
15905         (allout-passphrase-hint-handling): Rename and simplify.
15906         (allout-init): Use `find-file-hook' if available, otherwise
15907         `find-file-hooks'.
15908         (allout-mode): Use `write-file-functions' if available, otherwise
15909         `local-write-file-hooks' and, instead of making auto-save-hook
15910         buffer local, make the write-file-hook activity contingent to
15911         allout-mode.
15912         (allout-mode): Use key-binding substitution in the docstring.
15913         (allout-kill-line): Spell-out kill ring data structure mutation
15914         instead of using byte-compiler-complaint-provoking `pop'.
15915         (allout-insert-listified): Use `insert' rather than `insert-string'
15916         (allout-toggle-current-subtree-encryption): Update docstring, adjust
15917         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
15918         (allout-encrypt-string): Totally revamped vis new underlying
15919         encryption facilities.
15920         (allout-mc-activate-passwd): Remove.
15921         (allout-obtain-passphrase): New, more or less replaces
15922         allout-mc-activate-passwd.
15923         (allout-encrypted-key-info): More or less replaces
15924         allout-encrypted-text-type.
15925         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
15926         (my-mark-marker): Use `(featurep 'xemacs)'.
15928 2005-10-23  Lars Hansen  <larsh@soem.dk>
15930         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
15931         (byte-compile-file-form-defmumble, byte-compile-defun)
15932         (byte-compile-defmacro): Use it.
15933         (byte-compile-form): Don't call byte-compile-set-symbol-position
15934         when a byte-compile handler is called.
15936 2005-10-22  Romain Francoise  <romain@orebokech.com>
15938         * savehist.el (savehist-history-variables): Add `grep-find-history'.
15940         * subr.el (eval-after-load): Convert library name to an absolute
15941         file name using locate-library, since load-history no longer has
15942         library names in it.
15944 2005-10-22  Richard M. Stallman  <rms@gnu.org>
15946         * files.el (make-temp-file): Move from subr.el.
15947         * subr.el (make-temp-file): Move to files.el.
15949         * window.el (get-buffer-window-list): Move from subr.el.
15950         * subr.el (get-buffer-window-list): Move to window.el.
15952         * image.el (image-load-path): Use eval-at-startup to initialize.
15954         * subr.el (eval-at-startup): New macro.
15956         * subr.el: Much rearrangement of functions and division
15957         into pages.  No code changes.
15959 2005-10-22  Kenichi Handa  <handa@m17n.org>
15961         * tar-mode.el (tar-extract): Be sure to call
15962         find-operation-coding-system if set-auto-coding doesn't find a
15963         coding system.
15965 2005-10-22  Kim F. Storm  <storm@cua.dk>
15967         * image.el (image-type-header-regexps): Rename from image-type-regexps.
15968         Change users.
15969         (image-type-file-name-regexps): New defconst.
15970         (image-type-from-data): Simplify loop.
15971         (image-type-from-buffer): New defun.
15972         (image-type-from-file-header): Use it instead of image-type-from-data.
15973         Use image-search-load-path instead of only looking in data-directory.
15974         (image-type-from-file-name): New defun.
15975         (image-search-load-path): Change `pathname' to `filename'.
15976         Make PATH arg optional, default to image-load-path.
15978 2005-10-21  Richard M. Stallman  <rms@gnu.org>
15980         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
15982         * textmodes/paragraphs.el (sentence-end-base): New variable.
15983         (sentence-end): Use sentence-end-base.
15985 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15987         * font-lock.el (font-lock-default-fontify-region): Check the multiline
15988         property independently from the font-lock-multiline variable.
15990 2005-10-21  Richard M. Stallman  <rms@gnu.org>
15992         * emacs-lisp/find-func.el (find-library-name): Doc fix.
15994         * startup.el (command-line): Convert library names
15995         in `load-history' to absolute file names.
15997         * subr.el (symbol-file): Doc fix.
15999         * loadhist.el (file-loadhist-lookup): Call locate-library
16000         instead of find-library-name.  Don't try converting
16001         abs file names to library names, since load-history no longer
16002         has library names in it.
16003         (file-dependents, file-provides, file-requires): Doc fixes.
16005 2005-10-21  Juri Linkov  <juri@jurta.org>
16007         * progmodes/etags.el (tags-table-mode): New function.
16008         (tags-verify-table): Replace initialize-new-tags-table with
16009         tags-table-mode.
16011         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
16012         default value.
16013         (desktop-modes-not-to-save): Add tags-table-mode to the
16014         default value.
16016         * info.el (Info-index-next): Add total number of index
16017         alternatives to the message.
16019         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
16020         backward only space (instead of space and period) before looking
16021         at sentence end.
16023         * simple.el (set-variable): Use user-variable-p instead of symbolp.
16024         Add the old variable value as 4th default-value arg of read-string.
16026 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16028         * cus-face.el (custom-declare-face): Make face from X resources
16029         also on Mac.
16031         * disp-table.el (standard-display-g1, standard-display-graphic):
16032         Refuse to use string glyphs also on Mac.
16033         (standard-display-european): Don't set terminal coding system also
16034         on Mac.
16036         * frame.el (display-screens): Use x-display-screens also on Mac.
16038 2005-10-21  Romain Francoise  <romain@orebokech.com>
16040         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
16042 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16044         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
16045         and $? into sexps.
16047         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
16048         warning face on open-paren-in-column-0.
16050         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
16051         boundary case.  Fix typo.
16052         Suggested by Martin Rudalics <rudalics@gmx.at>.
16054 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
16056         * textmodes/org.el (org-combined-agenda-icalendar-file)
16057         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
16058         (org-export-icalendar-this-file)
16059         (org-export-icalendar-all-agenda-files)
16060         (org-export-icalendar-combine-agenda-files): New commands.
16061         (org-export-icalendar, org-print-icalendar-entries)
16062         (org-start-icalendar-file, org-finish-icalendar-file)
16063         (org-ical-ts-to-string): New functions.
16064         (org-read-date, org-goto-calendar)
16065         (org-agenda-goto-calendar): Inhibit displaying diary entries by
16066         call to `calendar'.
16067         (orgtbl-setup): Remove the :keys arguments from the menu description.
16068         (org-after-save-iCalendar-file-hook): New variable.
16070 2005-10-21  Kenichi Handa  <handa@m17n.org>
16072         * language/vietnamese.el (tcvn-5712): Make it an alias of
16073         vietnamese-tcvn coding-system.
16075 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
16077         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
16078         group id is given.
16080 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16082         * progmodes/sh-script.el (sh-escaped-line-re): New var.
16083         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
16084         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
16085         whose line is either continued or ends with a comment.
16087 2005-10-20  Romain Francoise  <romain@orebokech.com>
16089         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
16091         * replace.el (occur-engine): Add follow-link property.
16093         * font-core.el (font-lock-mode): Doc fix.
16095 2005-10-20  Richard M. Stallman  <rms@gnu.org>
16097         * net/rcirc.el: New file.
16099 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
16101         * term.el (term-term-name): Initialize to "eterm-color".
16103 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
16105         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
16106         for encryption functionality.
16107         Move allout customization subgroup from `editing' to `outlines' group.
16108         Fix commentary keywords to legitimate ones.
16109         Update author info (using my current email address, obscurified).
16110         (allout-encrypt-string, allout-encryption-produce-work-buffer)
16111         (allout-encrypted-topic-p, allout-encrypted-text-type)
16112         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
16113         (allout-situate-encryption-key-verifier)
16114         (allout-get-encryption-key-verifier, allout-verify-key)
16115         (allout-next-topic-pending-encryption)
16116         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
16117         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
16118         (outline-key-verifier-handling, outline-key-hint-handling)
16119         (outline-encrypt-unencrypted-on-saves): New defcustoms.
16120         (allout-file-key-verifier-string, allout-encryption-scheme)
16121         (allout-key-verifier-string, allout-key-hint-string)
16122         (allout-after-save-decrypt): New variables.
16123         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
16124         (allout-after-saves-handler): New hook functions.
16125         (allout-post-command-business): Do allout-after-save-decrypt.
16126         (allout-enable-file-variable-adjustment): Custom var to enable
16127         mechanism for adding and adjusting settings of Emacs file variables.
16128         (allout-adjust-file-variable, allout-file-vars-section-data):
16129         New functions, implement the mechanism.
16130         (outlineify-sticky): Use the file vars mechanism.
16131         (allout-inhibit-protection, allout-during-write-cue)
16132         (allout-override-protect, allout-before-change-protect): Remove.
16133         (allout-flag-region, allout-open-topic): Adjust read-only text.
16134         (allout-open-line-not-read-only): Add to facilitate read-only
16135         text based protection.
16136         (allout-kill-line): Revise to adjust read-only text, clue the
16137         user about the inhibition.
16138         (allout-unprotected): Use unwind-protect.
16139         (allout-shift-in, allout-shift-out): Disallow manually shifting a
16140         topic deeper than the offspring depth of the previous topic -
16141         avoiding confusing "containment discontinuities".
16142         (allout-reindent-bodies): Fix retention of body relative hanging
16143         indent during promotion of collapsed bodies.
16144         (allout-open-topic): Make it easy to open new topic with same
16145         bullet as current topic - topic creation functions provided with
16146         any universal argument provokes now prompt for bullet, defaulting
16147         to the bullet of the previous topic.
16148         (allout-plain-bullets-string, allout-distinctive-bullets-string):
16149         Plain bullet alternates `.' period and `,' comma only.  All other
16150         bullets are relegated to special status (but customizable).
16151         (allout-end-of-entry): Rename from allout-end-of-current-entry
16152         since it actually operates w.r.t. most immediately containing
16153         entry, visible or not.
16154         (allout-hide-current-entry, allout-show-current-entry): Use the
16155         revised version.
16156         (allout-old-expose-topic): Solidify deprecation.
16157         (allout-end-of-subtree): Add so we can span concealed as well
16158         as visible topics.
16159         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
16160         (allout-end-of-current-heading): Tweak to just respect the first line.
16161         (allout-get-body-text): Add.
16162         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
16163         when invoked interactively.
16164         (allout-up-current-level): Use `interactive-p'.
16165         (allout-mode, allout-init): Miscellaneous docstring and
16166         operational refinements, as well as hookups of new encryption stuff.
16167         (allout-beginning-of-current-entry): Now works as advertised.
16168         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
16169         (allout-isearch-rectification): Refine condition for isearching.
16170         (allout-isearch-abort, allout-enwrap-isearch)
16171         (allout-flag-region, my-region-active-p): Relocate some macros.
16172         (allout-title): Fallback title is (buffer-name), not
16173         non-existing (current-buffer-name).
16174         (subst-char-in-string): Define if absent (for some XEmacs versions).
16176 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
16178         * mail/sendmail.el (mail-setup-hook, mail-aliases)
16179         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
16180         (mail-citation-prefix-regexp, mail-signature-file)
16181         (mail-default-headers, mail-bury-selects-summary)
16182         (mail-send-nonascii): Add autoload cookies.
16184 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
16186         * frame.el (blink-cursor-mode): Add `mac' to the list of
16187         window-system's that support blinking cursor.
16189 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
16191         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
16193 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
16195         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
16196         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
16197         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
16199 2005-10-20  Kim F. Storm  <storm@cua.dk>
16201         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
16202         (ido-set-current-directory): Don't add / after final @.
16203         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
16204         Explicitly handle ange-ftp completion oddities.
16205         (ido-make-file-list): Don't rotate list at tramp root to avoid
16206         triggering tramp file handler for expand-file-name via get-file-buffer.
16208 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16210         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
16212 2005-10-19  Jay Belanger  <belanger@truman.edu>
16214         * calc/calc-units.el (math-standard-units): Add units, adjust
16215         symbols and update values.
16216         (math-unit-prefixes): Add more prefixes.
16218 2005-10-19  Romain Francoise  <romain@orebokech.com>
16220         * bookmark.el (bookmark-menu-heading): New face.
16221         (bookmark-bmenu-list): Use it.
16222         Don't fiddle with `baud-rate' at top-level.
16224 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
16226         * image.el (create-image, find-image): Mention max-image-size in
16227         docstring.
16229 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16231         * savehist.el (savehist-load): Revert to checking XEmacs.
16233         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
16234         Various docstring and line-width fixups.
16235         (conf-mode): Use cond.
16236         Set font-lock-defaults.  Don't set comment-use-syntax.
16238 2005-10-18  David Ponce  <david@dponce.com>
16240         * tree-widget.el (tree-widget-button-click): New function.
16241         (tree-widget-button-keymap): Use it.
16243 2005-10-18  Romain Francoise  <romain@orebokech.com>
16245         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16246         (bookmark-bmenu-hide-filenames): Add follow-link property.
16247         Improve help-echo text.
16249         * ffap.el (find-file-at-point): Doc fix.
16251 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16253         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
16255 2005-10-18  Masatake YAMATO  <jet@gyve.org>
16257         Install to the CVS repository what I forgot to install in my
16258         2005-10-16 changes.
16260         * progmodes/python.el (python-complete-symbol): Pass the common
16261         prefix substring of completion to `display-completion-list'.
16263         * textmodes/org.el (org-complete): Ditto.
16265 2005-10-18  Masatake YAMATO  <jet@gyve.org>
16267         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
16269         * woman.el (WoMan-xref-man-page): New button type derived
16270         from `Man-abstract-xref-man-page'.
16271         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
16273         * man.el (Man-abstract-xref-man-page): New button type.
16274         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
16275         (Man-highlight-references): Add new optional argument `xref-man-type'.
16277 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
16279         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
16281 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16283         * cus-edit.el (Custom-move-and-invoke): Delete.
16284         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
16286         * wid-edit.el (widget-move-and-invoke): New function, from
16287         Custom-move-and-invoke.
16289 2005-10-17  Bill Wohler  <wohler@newt.com>
16291         Move all remaining images from lisp/toolbar to etc/images, move
16292         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
16293         the low resolution images in their own directory (low-color).
16295         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
16296         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
16297         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
16298         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
16299         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
16300         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
16301         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
16303         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
16304         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
16305         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
16306         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
16307         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
16308         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
16309         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
16310         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
16311         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
16312         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
16313         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
16314         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
16315         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
16316         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
16317         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
16319         To conform with convention, replace the underscore (_) in the
16320         following image names with dash (-) or (/) as appropriate.
16322         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
16323         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
16324         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
16325         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
16326         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
16327         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
16328         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
16329         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
16330         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
16331         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
16332         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
16333         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
16334         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
16335         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
16336         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
16338         * info.el (info-tool-bar-map): Replace underscores in image names
16339         with dashes.
16341         * makefile.w32-in (WINS): Remove toolbar.
16343         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
16345         * tool-bar.el: Move to lisp from toolbar.  Now that
16346         toolbar is empty, it should be deleted when folks run "cvs up -P".
16348 2005-10-18  Jay Belanger  <belanger@truman.edu>
16350         * calc/calc-store.el (calc-store-into): Get the proper variable name
16351         to display in message.
16353 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
16355         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
16356         expressions display in speedbar for all buffers when debugging.
16357         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
16359         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
16360         (speedbar-insert-button, speedbar-make-button):
16361         Use add-text-properties.
16362         (speedbar-update-localized-contents)
16363         (speedbar-update-directory-contents)
16364         (speedbar-update-special-contents): Use dolist.
16365         (speedbar-buffer-easymenu-definition): Add a menu separator.
16367 2005-10-17  Jason Rumney  <jasonr@gnu.org>
16369         * makefile.w32-in: Use $(lisp) consistently.
16370         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
16371         for shell specific generation of mh-autoloads.
16373 2005-10-17  Richard M. Stallman  <rms@gnu.org>
16375         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
16377 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16379         * jit-lock.el (jit-lock-fontify-now):
16380         Move jit-lock-context-unfontify-pos to avoid wasted work.
16382 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
16384         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
16385         `tramp-completion-mode' for checking if we are in completion mode.
16386         (tramp-completion-handle-file-name-all-completions): Reorder code
16387         in order to complete for file names only in case there are no
16388         method/user/host completions.  This is necessary for cooperation
16389         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
16391 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
16393         * longlines.el (longlines-search-forward)
16394         (longlines-search-backward): Match any number of spaces.
16396 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
16398         * diff-mode.el (diff-mode): Doc fix.
16400 2005-10-16  David Reitter  <david.reitter@gmail.com>
16402         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
16403         as default on darwin and windows systems.
16405 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16407         * arc-mode.el (archive-zip-extract): Doc fix.
16409 2005-10-16  Romain Francoise  <romain@orebokech.com>
16411         * mouse.el (mouse-1-click-follows-link): Doc fix.
16413 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16415         * savehist.el: Don't require CL at runtime.
16416         (savehist-xemacs): Remove.
16417         (savehist-coding-system): Use utf-8 if present, regardless of religion.
16418         (savehist-no-conversion): Use (featurep 'xemacs).
16419         (savehist-load): Check existence of start-itimer rather than XEmacs.
16420         Use an idle timer.
16421         (savehist-process-for-saving): Replace use of CL funs `subseq' and
16422         `delete-if-not'.
16424 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
16426         * savehist.el: Newer version.
16427         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
16428         (savehist-last-checksum, savehist-no-conversion): New vars.
16429         (savehist-autosave, savehist-process-for-saving, savehist-printable):
16430         New functions.
16431         (savehist-load, savehist-save): Use them.
16432         (savehist-delimit): Remove.
16434 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16436         * progmodes/compile.el (compilation-goto-locus): Display the
16437         compilation buffer first and the source buffer second, in case they're
16438         in overlapping frames.  Don't raise the compilation frame if it was the
16439         selected window upon entry.  Pass the `other-window' arg to
16440         pop-to-buffer.
16442         * info.el (Info-fontify-node): Use dolist.
16443         Change add-text-properties to put-text-property.
16445 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16447         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
16448         bound of search.
16450 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16452         * dabbrev.el (dabbrev-completion): Pass the common
16453         prefix substring of completion to `display-completion-list'.
16455         * filecache.el (file-cache-minibuffer-complete)
16456         (file-cache-complete): Ditto.
16458         * tempo.el (tempo-display-completions): Ditto.
16460         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
16462         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
16464         * eshell/em-hist.el (eshell-list-history): Ditto.
16466         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
16468         * mail/mailalias.el (mail-complete): Ditto.
16470         * progmodes/etags.el (complete-tag): Ditto.
16472         * progmodes/make-mode.el (makefile-complete): Ditto.
16474         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
16476         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
16478         * progmodes/pascal.el (pascal-complete-word)
16479         (pascal-show-completions): Ditto.
16481         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
16483         * simple.el (completion-common-substring): New variable.
16484         (completion-setup-function): Use `completion-common-substring'
16485         to put faces.
16487 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16489         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
16490         (x-get-selection, mac-select-convert-to-string): Convert from/to
16491         UTF-16 clipboard data as in native byte order, no BOM.
16493 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
16495         * progmodes/gud.el (gud-tool-bar-map): Rename the images
16496         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
16497         (gud-sentinel): Use speedbar-frame to check for speedbar.
16499 2005-10-15  Richard M. Stallman  <rms@gnu.org>
16501         * savehist.el: New file.
16503 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
16505         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
16506         Fix bug in \bf fontification.
16508 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16510         * pcvs.el (cvs-edit-log-files): New var.
16511         (cvs-mode-edit-log): New arg `file'.
16512         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
16513         Instead force the use of the original file and nothing else.
16514         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
16515         the cvs-minor-wrap-function is set.
16516         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
16518 2005-10-14  Bill Wohler  <wohler@newt.com>
16520         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
16521         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
16522         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
16523         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
16524         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
16525         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
16526         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
16527         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
16528         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
16529         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
16530         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
16531         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
16532         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
16533         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
16534         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
16536         * progmodes/gud.el (gud-tool-bar-map): Rename the images
16537         appropriately (for example, gud-break to gud/break).
16539 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
16541         * longlines.el (longlinges-search-function)
16542         (longlines-search-forward, longlines-search-backward): New functions.
16543         (longlines-mode): Set isearch-search-fun-function to
16544         longlinges-search-function.
16546         * mouse.el (mouse-drag-region-1): Handle the case where a
16547         double-click event is bound to an arbitrary function.
16549 2005-10-14  David Ponce  <david@dponce.com>
16551         * recentf.el (recentf-track-opened-file)
16552         (recentf-track-closed-file, recentf-update-menu)
16553         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
16554         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
16555         mouse-1-click-follows-link.
16557 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16559         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
16560         Gnome file-manager.png.  Suggested by
16561         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
16563         * toolbar/README: Add diropen.xpm.
16565 2005-10-13  Bill Wohler  <wohler@newt.com>
16567         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
16568         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
16570 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16572         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
16573         Don't waste the byte-compiler's time on constant data.
16575 2005-10-13  Kenichi Handa  <handa@m17n.org>
16577         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
16578         byte with `escape-glyph' face.
16580         * international/fontset.el (ccl-encode-unicode-font):
16581         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
16582         Handle the case that ucs-mule-to-mule-unicode translates a character to
16583         ASCII (usually for IPA characters).
16585 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16587         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
16588         Don't hide the underline of titles if font-lock-mode is disabled.
16590 2005-10-12  Bill Wohler  <wohler@newt.com>
16592         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
16593         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
16594         files in MH-E-SRC have been updated.
16595         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
16597 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16599         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
16600         (mixal-mode-syntax-table): Add \n as end-comment.
16601         (mixal-operation-codes-alist): Immediately initialize to full value.
16602         (mixal-add-operation-code): Remove.
16603         (mixal-describe-operation-code): Make the arg non-optional.
16604         Use the interactive spec instead.
16605         Use mixal-operation-codes-alist rather than mixal-operation-codes.
16606         (mixal-font-lock-keywords): Don't highlight comments here any more.
16607         (mixal-font-lock-syntactic-keywords): New var.
16608         (mixal-mode): Use it.  Fix comment-start-skip.
16610 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16612         * startup.el (command-line-x-option-alist): -nb => -nbi
16614 2005-10-12  Kim F. Storm  <storm@cua.dk>
16616         * startup.el (fancy-splash-default-action): Discard mouse click in
16617         the splash screen window, as it has no sensible meaning in the
16618         next window to be selected.  Fixes error reported by Jan D.
16620 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16622         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
16624 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16626         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
16627         Try to fix up minor layout issues like indentation, line break, etc...
16628         (mixal-mode-syntax-table): Don't try to specify comment syntax,
16629         because it doesn't work.
16630         (mixal-operation-codes): Add some more codes.
16631         (mixal-font-lock-keywords): Process comments here.
16632         (mixal-mode): mixasm no longer needs -g option.
16634 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
16636         * progmodes/sh-script.el (sh-tmp-file):
16637         Use mktemp -t.  Finish support for es and rc shells.
16639 2005-10-11  Jay Belanger  <belanger@truman.edu>
16641         * calc/calcalg2.el (calc-integral): With an argument, compute the
16642         definite integral.
16644 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
16646         * mouse.el (mouse-drag-region-1): Don't try to catch a
16647         double-click when doing follow-link (it's overridden anyway).
16649 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
16651         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
16652         (autoload-print-form-outbuf): Add docstring.
16654 2005-10-11  Juri Linkov  <juri@jurta.org>
16656         * info.el (Info-mode-menu): Delete menu item "Edit".
16657         (Info-mode): Delete description of Info-edit from docstring,
16658         and rearrange descriptions of Info commands in the order
16659         they are documented in the Info manual.
16661 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16663         * calendar/appt.el (appt-check): Use diary-selective-display var.
16665 2005-10-10  Richard M. Stallman  <rms@gnu.org>
16667         * net/newsticker.el (newsticker-start, newsticker-show-news):
16668         Add autoload cookies.
16670 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
16672         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
16674 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
16676         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
16678 2005-10-10  Jay Belanger  <belanger@truman.edu>
16680         * calc/calc-arith.el (math-check-known-scalarp)
16681         (math-check-known-matrixp): Check the values of arguments that are
16682         variables.
16683         (math-check-known-square-matrixp): New function.
16684         (math-known-square-matrixp): Use math-check-known-square-matrixp.
16685         (math-super-types): Add sqmatrix type.
16687         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
16688         mode name `square' to `sqmatrix'.
16690         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
16691         mode name `square' to `sqmatrix'.
16693 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16695         * progmodes/etags.el (select-tags-table-mode): Don't use
16696         selective-display.
16697         (tags-select-tags-table): Pass `button' to the action function.
16698         (select-tags-table): Place the side-info on button properties rather
16699         than in hidden text.  Abbreviate file names.
16700         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
16701         (select-tags-table-select): Add `button' argument.
16702         Get side-info from the button property rather than from hidden text.
16704 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
16706         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
16707         (gud-speedbar-buttons): Preserve point if possible.
16708         (gud-sentinel): Restore previous speedbar display type.
16710         * progmodes/gdb-ui.el (gdba): Improve diagram.
16711         (def-gdb-auto-update-handler, gdb-info-locals-handler)
16712         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
16713         Call get-buffer-window once.
16715 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16717         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
16718         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
16719         (pascal-indent-command): Remove unused var `ind'.
16720         (pascal-indent-case): Remove unused var `oldpos'.
16721         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
16722         since it's now used as a proper minor mode map.
16723         (pascal-outline): Rename to pascal-outline-mode.
16724         (pascal-outline-mode): Use define-minor-mode.
16725         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
16726         selective-display.
16728 2005-10-10  Andreas Schwab  <schwab@suse.de>
16730         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
16731         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
16733         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
16734         outside source directory.
16736 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
16738         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
16739         C-x' as a prefix.
16740         (orgtbl-mode-map): Full keymap instead of sparse, because all
16741         `self-insert-command' keys are redefined in this map.
16742         (org-export-as-html): Specify charset for HTML file, by taking it
16743         from the coding system.
16745 2005-10-10  Kenichi Handa  <handa@m17n.org>
16747         * textmodes/flyspell.el (flyspell-check-word-p):
16748         If unread-command-events is non-empty, don't call sit-for.
16750 2005-10-09  Richard M. Stallman  <rms@gnu.org>
16752         * font-lock.el (font-lock-syntactic-keywords)
16753         (font-lock-keywords): Doc fixes.
16755         * textmodes/flyspell.el (flyspell-external-point-words):
16756         Simplify logic, and don't try to check for consecutive appearances
16757         of one incorrect word.
16759 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
16761         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
16762         separator.
16764         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
16765         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
16766         (gud-expansion-speedbar-buttons): New function.
16767         (gud-speedbar-buttons): Check for gud-comint-buffer.
16769 2005-10-09  Bill Wohler  <wohler@newt.com>
16771         * Makefile.in (updates): Add mh-loaddefs dependency.
16773 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
16775         * speedbar.el (speedbar-file-key-map): Fix typo.
16777 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16779         * cus-start.el (line-spacing): Add custom spec.
16781 2005-10-09  Romain Francoise  <romain@orebokech.com>
16783         * textmodes/ispell.el (ispell-check-version): Fix last change.
16785 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16787         * term/x-win.el: Remove -i, --icon-type from comment.
16789         * startup.el (command-line-x-option-alist): Remove options -i,
16790         -itype, --icon-type, added -nb, --no-bitmap-icon
16792 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
16794         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
16795         instead of :active.
16797 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
16799         * textmodes/ispell.el (ispell-check-version):
16800         Ignore hyphen, and all that follows, in aspell's version text.
16802 2005-10-08  Jay Belanger  <belanger@truman.edu>
16804         * calc/calc-arith.el (math-known-square-matrixp): New function.
16805         (math-pow-fancy): Check for matrices before distributing exponent
16806         across products.
16808         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
16809         fullscreen keypad.  Suggested by Luc Teirlinck.
16810         (calc-keypad-show-input): Add space for formatting.
16812         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
16813         Add square matrix option.
16815         * calc/calc-poly.el (math-expand-term): Check for matrices instead
16816         of checking calc-matrix-mode when deciding how to expand.
16818         * calc/calc.el (calc-set-mode-line): Add square matrix option.
16820 2005-10-08  Lars Hansen  <larsh@soem.dk>
16822         * net/tramp.el (tramp-perl-directory-files-and-attributes):
16823         Add error handling.
16824         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
16826 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
16828         Sync with Tramp 2.0.51.
16830         * net/tramp.el (tramp-handle-set-visited-file-modtime)
16831         (tramp-handle-insert-file-contents, tramp-handle-write-region):
16832         Insert special handling for `last-coding-system-used', again
16833         it still seems to be necessary (unlike stated before).
16834         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
16835         (tramp-password-prompt-regexp): There might be other words before
16836         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
16837         (tramp-chunksize): Improve docstring.
16838         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
16839         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
16840         Christian Joergensen <bugs@razor.dk>.
16842 2005-10-07  Glenn Morris  <rgm@gnu.org>
16844         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
16845         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
16846         precision'.
16848 2005-10-07  Romain Francoise  <romain@orebokech.com>
16850         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
16851         (ibuffer-do-shell-command-pipe-replace)
16852         (ibuffer-do-shell-command-file, ibuffer-do-eval)
16853         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
16854         (ibuffer-do-revert, ibuffer-do-replace-regexp)
16855         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
16856         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
16857         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
16858         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
16859         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
16860         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
16861         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
16862         Autoload file sans suffix.
16864         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
16866 2005-10-07  David Ponce  <david@dponce.com>
16868         * recentf.el (recentf-menu-open-all-flag): New option.
16869         (recentf-digit-shortcut-command-name): New function.
16870         (recentf--shortcuts-keymap): New variable.
16871         (recentf-menu-shortcuts): New variable.
16872         (recentf-make-menu-items): Initialize it.  Replace the "More..."
16873         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
16874         (recentf-menu-value-shortcut): New function.
16875         (recentf-make-menu-item): Use it.  No more in-lined.
16876         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
16877         (recentf-open-most-recent-file): Rename from
16878         `recentf-open-file-with-key'.  Don't depend on key binding.
16879         (recentf-mode-map): New variable.
16880         (recentf-mode): Use it.
16882 2005-10-06  Bill Wohler  <wohler@newt.com>
16884         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
16886         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
16887         (MH-E-SRC): New.  Used by mh-autoloads.
16888         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
16889         files in MH-E-SRC have been updated.
16890         (compile, recompile, bootstrap): Depend on mh-autoloads.
16892 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
16894         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
16895         gud-break and gud-remove icons when the fringe is not available.
16897         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
16898         Typo.
16900 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
16902         * play/zone.el (zone): Wrap body with save-window-excursion.
16904 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16906         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
16907         Use the new `list-only' arg to diary-list-entries.
16909         * calendar/diary-lib.el: Use overlays rather than selective-display.
16910         (diary-selective-display): New var.
16911         (diary-header-line-format): Use it.
16912         (diary-list-entries): Add argument `list-only'.
16913         Put the buffer in diary-mode.  Don't add \^M at beg and end.
16914         Replace \^M by invisible overlays.
16915         (diary-unhide-everything): Replace \^M by invisible overlays.
16916         (print-diary-entries): Look for overlays rather than \^M.
16917         Add a space to the temp buffer name.
16918         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
16919         Put the buffer in diary-mode.
16920         (list-sexp-diary-entries): Replace \^M by invisible overlays.
16921         (diary-anniversary): Make the year arg optional.
16922         (diary-time-regexp): New const.
16923         (diary-font-lock-keywords): Use it to accept a few more time formats.
16925         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
16927 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
16929         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
16930         Fix bug introduced 2005-07-03: Use (car (last ...))
16931         to faithfully reproduce replaced artist-last.
16932         (artist-set-arrow-points-for-poly): Likewise.
16933         Suggested by Johan Bockg\e,Ae\e(Brd.
16935 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
16937         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
16938         * wid-edit.el (widget):
16939         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
16940         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
16942 2005-10-06  Kenichi Handa  <handa@m17n.org>
16944         * international/mule-cmds.el (set-language-environment):
16945         Fix setting up of case-table for unibyte mode.
16947         * simple.el (what-cursor-position): If the character is displayed
16948         by some `display' text property, show that.  Don't use
16949         single-key-description for eight-bit characters in multibyte mode.
16951 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
16953         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
16954         (gdb-ann3): Set it.
16955         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
16956         (gdb-info-frames-custom): Use inverse-video for first five
16957         characters of selected frame only.
16958         (gdb-get-frame-number): Select frame even when point is on frame
16959         number.
16961 2005-10-06  Masatake YAMATO  <jet@gyve.org>
16963         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
16964         Put `font-lock-function-name-face'.
16965         (gdb-info-frames-custom): Put `font-lock-function-name-face'
16966         and `font-lock-variable-name-face'
16967         (gdb-registers-font-lock-keywords): New font lock keywords definition.
16968         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
16969         (gdb-memory-font-lock-keywords): New font lock keywords definition.
16970         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
16971         (gdb-local-font-lock-keywords): New font lock keywords definition.
16972         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
16973         (gdb-threads-font-lock-keywords): New font lock keywords definition.
16974         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
16976 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
16978         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
16979         (ediff-merge-region-is-non-clash-to-skip): Previously called
16980         ediff-merge-region-is-non-clash.
16982         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
16983         Use insert-buffer-substring.
16985         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
16986         selecting files to patch.  Also bug fixes.
16988         * ediff-util.el (ediff-setup): Bug fix.
16989         (ediff-next-difference): Never skip clashes that differ in white
16990         space only.
16992         * ediff-wind.el (ediff-setup-control-frame)
16993         (ediff-destroy-control-frame): Check the menubar feature.
16995         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
16996         (viper-refresh-mode-line): Use make-local-variable to localize
16997         some vars instead of make-variable-buffer-local.  Suggested by
16998         Stefan Monnier.
17000         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
17001         (viper-restore-cursor-type, viper-set-insert-cursor-type):
17002         Use make-local-variable instead of make-variable-buffer-local.
17003         Suggested by Stefan Monnier.
17005         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
17006         (viper-comint-mode-hook): Use make-local-variable on
17007         require-final-newline.
17008         (viper-non-hook-settings): Don't use make-variable-buffer-local.
17010 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17012         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
17013         also the second char of a comment-start sequence.
17014         (scheme-sexp-comment-syntax-table): New var.
17015         (lambda, define): Set their scheme-doc-string-elt property.
17016         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
17017         Use lisp-font-lock-syntactic-face-function now that it properly
17018         handles |...| symbols.
17019         (scheme-mode-variables): Set lisp-doc-string-elt-property,
17020         parse-sexp-lookup-properties and font-lock-extra-managed-props.
17022         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
17023         bit from # to |.
17024         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
17026         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
17027         (lisp-doc-string-elt-property): New var.
17028         (lisp-font-lock-syntactic-face-function): Use it.
17029         Rewrite to recognize docstrings even for forms not at toplevel.
17031         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
17032         annotation on the | part of #| rather than on the # part.
17033         (scheme-font-lock-syntactic-face-function): New function, to
17034         distinguish strings from |...| symbols.
17035         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
17036         syntax-table so that #|...|# is properly highlighted.
17038         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
17039         Don't mark as docstring the 3rd elem of an unknown toplevel form.
17041 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17043         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
17044         and C-e.
17046         * emacs-lisp/eldoc.el: Move comments into docstrings.
17047         (eldoc-message-commands): Initialize in its declaration.
17048         Add move-beginning-of-line and move-end-of-line.
17049         (eldoc-add-command, eldoc-add-command-completions)
17050         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
17052         * outline.el (outline-mark-subtree): Activate the mark.
17054         * calendar/appt.el (appt-time-regexp): New var.
17055         (appt-add, appt-make-list): Use it.
17056         (appt-convert-time): Clean up.
17058         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
17059         Don't set any syntax-table property here.
17060         (tex-font-lock-verb): New function.  Do it here.
17061         (tex-font-lock-syntactic-keywords): Use it.
17063 2005-10-04  Richard M. Stallman  <rms@gnu.org>
17065         * wid-edit.el (widget-file-complete): Get the widget start point
17066         the right way.  Default directory to `/' if file has none.
17068         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
17070         * textmodes/flyspell.el (flyspell-mode-on):
17071         Call ispell-maybe-find-aspell-dictionaries.
17073         * textmodes/ispell.el (ispell-word, ispell-region):
17074         Call ispell-maybe-find-aspell-dictionaries.
17075         (ispell-accept-buffer-local-defs):
17076         Don't call ispell-maybe-find-aspell-dictionaries
17078 2005-10-04  Richard M. Stallman  <rms@gnu.org>
17080         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
17082 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
17084         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
17085         instead of `fboundp' in order to allow for anonymous functions.
17087 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
17089         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
17090         case the user clicks on the link while another window is selected.
17091         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
17093         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
17094         functionality.
17095         (dframe-help-echo): Save point in case mouse tracking is off.
17097 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
17099         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
17101 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17103         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
17104         not change the global value of those vars.
17106         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
17107         make-local-variable which we do not need any more.
17109 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
17111         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
17112         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
17113         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
17114         (speedbar-path-line): Define obsolete aliases.
17115         (speedbar-line-directory): Doc fix.
17117         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
17118         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
17119         instead of speedbar-line-path.
17121 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17123         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
17124         to nil if dropping on a window.  Handle dropping on a minibuffer window
17125         like dropping on a non-window part of Emacs.
17127 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17129         * net/ange-ftp.el: Use with-current-buffer.
17130         (ange-ftp-insert-directory): Do not follow symlinks any more.
17132         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17133         Remove interactive spec.
17135 2005-10-03  Kim F. Storm  <storm@cua.dk>
17137         * ido.el (ido-mode): Use custom-initialize-set.
17139 2005-10-02  Richard M. Stallman  <rms@gnu.org>
17141         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
17142         Use insert-buffer-substring.
17144         * net/tramp.el: Pacify byte compiler warnings in pacification code.
17145         (tramp-handle-file-local-copy): Use insert-buffer-substring.
17147 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17149         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
17150         in last change.
17151         (ange-ftp-insert-directory): Fix up the search for the case where
17152         `file' is absolute.
17154 2005-10-02  Romain Francoise  <romain@orebokech.com>
17156         * progmodes/compile.el (compile-goto-error): Delete extra paren.
17158 2005-10-02  Andreas Schwab  <schwab@suse.de>
17160         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
17161         directory component in the session info.
17163 2005-10-01  Richard M. Stallman  <rms@gnu.org>
17165         * comint.el (comint-redirect-subvert-readonly): Doc fix.
17167         * simple.el (next-error-internal): New function.
17169         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
17170         (compilation-start): Pass new arg to compilation-buffer-name.
17171         (compile-goto-error): Use next-error-internal.
17173 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
17175         * speedbar.el: Remove RCS tag.
17176         (speedbar-check-read-only): Handle non-existent files.
17178         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
17180         * info.el (Info-speedbar-hierarchy-buttons)
17181         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
17183 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17185         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
17186         Do not match newline.
17187         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
17188         (bibtex-summary): Remove unnecessary save-excursion.
17189         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
17191 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17193         * term/mac-win.el: Add charset info for "iso10646-1".
17194         Modify default fontset to use ATSUI-compatible fonts for some charsets
17195         if available.
17197 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
17199         * speedbar.el: Re-apply arch tag.
17200         (speedbar-version): Rename to version 1.0.  Suggested by Eric
17201         M. Ludlam.
17202         Reapply two changes from Emacs CVS' version of speedbar lost
17203         during the merge:
17204         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
17205         (speedbar-frame-parameters): Improve customize type.
17207 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17209         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
17210         (ange-ftp-file-directory-p): Fix the symlink case.
17211         (ange-ftp-insert-directory): When listing a single file, get a list of
17212         the parent buffer and extract the relevant line.  Inspired from a patch
17213         by Katsumi Yamaoka <yamaoka@jpl.org>.
17214         (ange-ftp-file-name-sans-versions): Simplify.
17216 2005-09-30  Bill Wohler  <wohler@newt.com>
17218         Move MH-E image files from toolbar and mail directories into
17219         etc/images.
17221         * mail/reply2.*: Move to etc/images/mail/reply*.
17223         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
17224         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
17225         etc/images.
17227         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
17228         * toolbar/reply*: Move to etc/images/mail.
17230         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
17232 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
17234         * speedbar.el: New version 1.0pre3.
17236         Frame management code (including timer, and mouse click specifics)
17237         moved to dframe.el:
17238         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
17239         (speedbar-timer): Removed.  Use dframe-timer.
17240         (speedbar-close-frame): Removed.  Use dframe-close-frame.
17241         (speedbar-activity-change-focus-flag): Removed.  Use
17242         dframe-activity-change-focus-flag.
17243         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
17244         dframe-update-speed.
17246         (speedbar-current-frame): New macro.  Use this instead of the
17247         variable speedbar-frame.
17249         (speedbar-use-images, speedbar-expand-image-button-alist)
17250         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
17252         (speedbar-find-image-on-load-path): Removed.  Replaced by
17253         defezimage in ezimage.el.
17254         (speedbar-expand-image-button-alist): Removed.  Replaced by
17255         ezimage-expand-image-button-alist in ezimage.el.
17257         (speedbar-ignored-directory-regexp)
17258         (speedbar-add-ignored-directory-regexp)
17259         (speedbar-ignored-directory-expressions)
17260         (speedbar-line-directory, speedbar-buffers-line-directory)
17261         (speedbar-directory-line, speedbar-buffers-line-directory):
17262         Renamed, replacing `path' with `directory'.
17264         (speedbar-create-directory, speedbar-expand-line-descendants)
17265         (speedbar-toggle-line-expansion)
17266         (speedbar-contract-line-descendants): New commands.
17268         (speedbar-query-confirmation-method, speedbar-select-frame-method)
17269         (speedbar-use-tool-tips-flag): New options.
17271         (speedbar-check-read-only, speedbar-require-version)
17272         (speedbar-insert-separator, speedbar-buffers-tail-notes)
17273         (speedbar-handle-delete-frame, speedbar-try-completion)
17274         (speedbar-update-localized-contents): New functions.
17276         (speedbar-incompatible-version, speedbar-ro-to-do-point)
17277         (speedbar-object-read-only-indicator): New variables.
17279         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
17280         New hooks.
17282         (speedbar-separator-face): New face.
17284         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
17285         (speedbar-ignored-modes): Add fundamental-mode.
17286         (speedbar-directory-unshown-regexp): Add . directories.
17288         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
17289         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
17290         `]' for full expand/close.
17291         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
17293         (speedbar-check-vc): Support hidden files.
17294         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
17295         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
17296         state is nil, it is not checked out.
17298         (speedbar-line-text, speedbar-line-token): Support expand buttons
17299         with no text.
17300         (speedbar-refresh): Universal argument acts as power-click.
17301         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
17302         that buffer to get variable values.
17304         And many other bugfixes.
17306         * dframe.el, ezimage.el, sb-image.el: New files.
17308         * sb-*.xpm: Remove files.  New image files installed into
17309         etc/images/ezimage.
17311 2005-09-30  Kenichi Handa  <handa@m17n.org>
17313         * ps-mule.el (ps-mule-show-warning): If a character is in
17314         ps-print-translation-table, don't treat it as non-printable.
17316 2005-09-30  David Ponce  <david@dponce.com>
17318         * tree-widget.el (tree-widget-themes-load-path): New variable.
17319         (tree-widget-themes-directory): Doc fix.
17320         (tree-widget-image-formats) [Emacs]: Doc fix.
17321         (tree-widget--locate-sub-directory): New function.
17322         (tree-widget-themes-directory): Use it.
17324         * recentf.el (recentf-filename-handlers): Rename from
17325         `recentf-filename-handler'.  Allow a list of functions.
17326         (recentf-menu-items-for-commands): Fix :help strings.
17327         (recentf-apply-filename-handlers): New function.
17328         (recentf-expand-file-name): Use it.
17329         (recentf-cleanup): Remove duplicates too.
17331 2005-09-29  Juri Linkov  <juri@jurta.org>
17333         * faces.el: Rearrange face definitions to be in the same order as
17334         their face descriptions in "(emacs)Standard Faces".
17336         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
17338         * tooltip.el (tooltip): Add group `basic-faces'.
17340         * buff-menu.el (Buffer-menu-buffer): Remove group
17341         `font-lock-highlighting-faces'.
17343         * progmodes/compile.el (compilation-error, compilation-warning)
17344         (compilation-info, compilation-line-number, compilation-column-number):
17345         Change group from `font-lock-highlighting-faces' to `compilation'.
17347         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17348         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
17349         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
17350         (vhdl-font-lock-reserved-words-face)
17351         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
17352         `font-lock-highlighting-faces'.
17354         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
17356 2005-09-28  Kim F. Storm  <storm@cua.dk>
17358         * emulation/cua-base.el: Set CUA move property on additional commands:
17359         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
17360         forward-sexp, backward-sexp, forward-list, backward-list.
17362 2005-09-28  Romain Francoise  <romain@orebokech.com>
17364         * comint.el (comint-show-output): Really set point at the
17365         beginning of the output when not using `comint-use-prompt-regexp'.
17367 2005-09-27  Jay Belanger  <belanger@truman.edu>
17369         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
17370         in TeX mode.
17372 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
17374         * textmodes/org.el (org-table-sum): Fix format string.
17376         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
17377         Quote face names.
17379 2005-09-26  Romain Francoise  <romain@orebokech.com>
17381         * isearch.el (isearch-forward-regexp): Close doc string.
17383 2005-09-25  Richard M. Stallman  <rms@gnu.org>
17385         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
17387         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
17389         * progmodes/compile.el (compilation-error-properties):
17390         When getting the file from the previous error message,
17391         correctly decode the new data format.
17393         * progmodes/cc-cmds.el (c-electric-paren):
17394         Call old-blink-paren only for close-paren.
17396 2005-09-24  Andreas Schwab  <schwab@suse.de>
17398         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
17399         condition.
17401 2005-09-25  Romain Francoise  <romain@orebokech.com>
17403         * dired-aux.el (dired-copy-file-recursive):
17404         * dired.el (dired-delete-file):
17405         * ediff-mult.el (ediff-dir-diff-copy-file):
17406         * ediff-util.el (ediff-test-save-region):
17407         * forms.el (forms-mode):
17408         * ido.el (ido-file-internal, ido-delete-file-at-head):
17409         * log-edit.el (log-edit-done):
17410         * ses.el (ses-yank-resize):
17411         * play/gomoku.el (gomoku-human-plays, gomoku)
17412         (gomoku-human-resigns, gomoku-prompt-for-other-game)
17413         (gomoku-offer-a-draw):
17414         * play/landmark.el (lm-human-resigns, lm):
17415         * net/eudcb-ldap.el (eudc-ldap-check-base):
17416         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
17417         * progmodes/ebrowse.el (ebrowse-find-pattern):
17418         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
17419         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
17420         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
17422         * vc.el (vc-delete-file):
17423         * play/gomoku.el (gomoku-terminate-game, gomoku)
17424         (gomoku-prompt-for-move, gomoku-human-takes-back):
17425         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
17426         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
17428 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
17430         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
17431         color rxvt terminals by using the code xterm.el used to use before
17432         2005-04-09 in order to match the colors used by rxvt.
17434 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
17436         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
17437         colors rxvt-unicode terminals by using the same code as xterm.el.
17439 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17441         * textmodes/tex-mode.el (tex-font-lock-append-prop)
17442         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
17443         new symbol used for the tex-verbatim face.
17445 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
17447         * woman.el (woman-file-name):
17448         * wid-edit.el (widget-file-prompt-value)
17449         (widget-coding-system-prompt-value):
17450         * w32-fns.el (set-w32-system-coding-system):
17451         * vc.el (vc-version-diff, vc-annotate):
17452         * textmodes/reftex-auc.el (reftex-arg-cite)
17453         (reftex-arg-index-tag):
17454         * textmodes/refer.el (refer-get-bib-files):
17455         * textmodes/artist.el (artist-figlet-choose-font):
17456         * terminal.el (terminal-emulator):
17457         * replace.el (occur-read-primary-args):
17458         * rect.el (string-rectangle, string-insert-rectangle):
17459         * ps-print.el (ps-print-preprint):
17460         * progmodes/pascal.el (pascal-goto-defun):
17461         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
17462         * progmodes/compile.el (compilation-find-file):
17463         * printing.el (pr-interactive-n-up):
17464         * play/animate.el (animate-birthday-present):
17465         * net/rcompile.el (remote-compile):
17466         * man.el (man, Man-goto-section, Man-follow-manual-reference):
17467         * mail/rmailsum.el (rmail-summary-search-backward)
17468         (rmail-summary-search):
17469         * mail/rmailout.el (rmail-output-read-rmail-file-name)
17470         (rmail-output-read-file-name):
17471         * mail/rmail.el (rmail-search, rmail-search-backwards):
17472         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
17473         * locate.el (locate):
17474         * international/quail.el (quail-show-keyboard-layout):
17475         * international/mule.el (set-buffer-file-coding-system)
17476         (revert-buffer-with-coding-system, set-file-name-coding-system)
17477         (set-terminal-coding-system, set-keyboard-coding-system)
17478         (set-next-selection-coding-system):
17479         * international/mule-diag.el (describe-coding-system)
17480         (describe-font, describe-fontset):
17481         * international/mule-cmds.el (universal-coding-system-argument)
17482         (search-unencodable-char, describe-input-method)
17483         (set-language-environment, describe-language-environment):
17484         * international/codepage.el (codepage-setup):
17485         * international/code-pages.el (codepage-setup):
17486         * info.el (Info-search, Info-follow-reference)
17487         (Info-search-backward):
17488         * emacs-lisp/advice.el (ad-read-advised-function)
17489         (ad-read-advice-class, ad-clear-cache, ad-activate)
17490         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
17491         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
17492         (ad-read-regexp):
17493         * ediff-util.el (ediff-toggle-regexp-match):
17494         * ediff-ptch.el (ediff-prompt-for-patch-file):
17495         * dired-aux.el (dired-diff):
17496         * diff.el (diff):
17497         * cus-edit.el (custom-variable-prompt):
17498         * calendar/timeclock.el (timeclock-ask-for-project):
17499         * calc/calcalg3.el (calc-get-fit-variables):
17500         * calc/calc-store.el (calc-edit-variable)
17501         (calc-permanent-variable):
17502         * vc-mcvs.el (vc-mcvs-register):
17503         * shadowfile.el (shadow-define-literal-group):
17504         * woman.el (woman-file-name):
17505         * vc.el (vc-version-diff, vc-merge):
17506         * textmodes/reftex-index.el (reftex-index-complete-tag):
17507         * format.el (format-decode-buffer, format-decode-region):
17508         * emulation/viper-cmd.el (viper-read-string-with-history):
17509         * emacs-lisp/debug.el (cancel-debug-on-entry):
17510         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
17511         * ediff.el (ediff-merge-revisions)
17512         (ediff-merge-revisions-with-ancestor, ediff-revision):
17513         * completion.el (interactive-completion-string-reader):
17514         * calc/calc-prog.el (calc-user-define-formula):
17515         Follow convention for reading with the minibuffer.
17517 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
17519         * progmodes/python.el (python-describe-symbol): Add globals() and
17520         locals() to the arguments of emacs.ehelp.
17522 2005-09-24  Magnus Henoch  <mange@freemail.hu>
17524         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
17525         New function, code extracted from ispell-valid-dictionary-list.
17526         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
17527         Call it.
17529 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
17531         * subr.el (version-regexp-alist): Extend valid syntax for version
17532         strings: allow any of the characters -,_,+ to separate the
17533         alpha/beta/rc part from the version part.  Doc fix.
17534         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
17536 2005-09-23  David Reitter  <david.reitter@gmail.com>
17538         * mail/mailclient.el: New file.
17540 2005-09-23  Richard M. Stallman  <rms@gnu.org>
17542         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
17543         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
17544         Doc fixes.
17546         * progmodes/cc-mode.el (c-font-lock-init):
17547         Specify font-lock-lines-before.
17549 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17551         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
17552         whole conflict.
17554 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
17556         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
17557         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
17558         of `remap' feature when available.  Additional key bindings for
17559         better tty support.
17560         (org-mode-restart, org-force-self-insert): New commands.
17561         (org-time-stamp-inactive): New command.
17562         (org-remap): New function.
17563         (org-table-auto-blank-field, org-level-color-stars-only): New options.
17564         (org-enable-fixed-width-editor): Move to `org-structure'
17565         customization group.
17566         (org-self-insert-command, orgtbl-self-insert-command): Modify to
17567         blank field after field motion commands.
17569 2005-09-23  Kenichi Handa  <handa@m17n.org>
17571         * international/mule-cmds.el (set-language-environment):
17572         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
17573         have to call utf-translate-cjk-load-tables.
17575 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17577         * mouse.el (mouse-move-drag-overlay): Fix last change.
17579 2005-09-22  David Ponce  <david@dponce.com>
17581         * tree-widget.el (tree-widget-value-create): Fix previous change.
17583 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
17585         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
17587 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17589         * mouse.el (mouse-move-drag-overlay): New function.
17590         (mouse-drag-region-1): Use it.
17591         Try to simplify a bit the state handling.  Handle clicks on links
17592         inside intangible areas.
17593         (mouse-save-then-kill): Minor simplification.
17594         (mouse-secondary-overlay): Make it always non-nil instead of
17595         recreating it each time.
17596         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
17597         (mouse-kill-secondary, mouse-secondary-save-then-kill):
17598         Simplify accordingly.
17600 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
17602         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
17604 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
17606         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
17607         (ediff-file-name-sans-prefix): Treat nil as an empty string.
17608         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
17609         to patch.
17611         * ediff-util.el: Use insert-buffer-substring.
17613         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
17615         * emulation/viper-cmd.el (viper-change-state): Don't move over the
17616         field boundaries in the minibuffer.
17617         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
17618         (viper-minibuffer-post-command-hook): New hook.
17619         (viper-line): Don't move cursor at bolp.
17621         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
17623         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
17624         avoid compiler warnings.
17626         * emulation/viper-macs.el (ex-map): Better messages.
17628         * emulation/viper-utils.el (viper-beginning-of-field): New function.
17630         * emulation/viper.el: Replace make-variable-buffer-local with
17631         viper-make-variable-buffer-local everywhere, to avoid warnings.
17633 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17635         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
17636         Delete unused var `old-selected-window'.
17637         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
17638         (mouse-drag-secondary): Delete unused var `start-frame'.
17640 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
17642         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
17644 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17646         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
17647         Re-indent within 80 columns.  Use inhibit-read-only.
17649 2005-09-19  Romain Francoise  <romain@orebokech.com>
17651         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
17653 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17655         * font-lock.el (font-lock-default-fontify-region): Don't add a line
17656         unconditionally, since the after-change-function already did it.
17658 2005-09-19  Miles Bader  <miles@gnu.org>
17660         * net/newsticker.el: Get rid of CVS keyword.
17662 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
17664         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
17665         The prompt is formatted later.
17667 2005-09-19  David Ponce  <david@dponce.com>
17669         * tree-widget.el (tree-widget-value-create): Save the converted
17670         tree :node widget.
17672 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
17674         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
17675         variable `message'.
17677 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
17679         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
17680         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
17681         <slawomir.nowaczyk.847@student.lu.se>.
17683 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
17685         * image.el (image-load-path): Use symbol `data-directory' instead
17686         of its value, for backward compatibility with packages that bind
17687         it during `find-image'.  Suggested by Katsumi Yamaoka.
17688         (image-search-load-path): Handle symbols whose values are strings.
17690 2005-09-18  Romain Francoise  <romain@orebokech.com>
17692         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
17693         with-current-buffer form in save-excursion.
17695 2005-09-18  Deepak Goel  <deego@gnufans.org>
17697         * apropos.el (apropos-command): Fix `message' call: first arg
17698         should be a format spec.  In this and all other cases that appear
17699         below and elsewhere in the source code, I made a change only when
17700         two conditions were satisfied: [1] I can think of a possibility
17701         that the arguments would cause an error, for example, the code in
17702         question relies on external variables such as filenames.  [2] I
17703         was sure that the arg to `message' could not have been nil in the code.
17705         * textmodes/tildify.el (tildify-region): Ditto.
17707         * textmodes/reftex-index.el (reftex-index-change-entry)
17708         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
17709         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
17710         * textmodes/org.el (org-complete, org-deadline, org-schedule)
17711         (org-priority, org-table-sum):
17712         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
17713         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
17714         (flyspell-word, flyspell-display-next-corrections):
17715         * textmodes/bibtex.el (bibtex-print-help-message):
17716         * textmodes/artist.el (artist-key-set-point-poly):
17717         * term/mac-win.el (mac-services-insert-text):
17718         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
17719         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
17720         (vhdl-port-paste-testbench, vhdl-compose-new-component)
17721         (vhdl-compose-configuration):
17722         * progmodes/sh-script.el (sh-blink, sh-show-indent)
17723         (sh-set-indent, sh-learn-line-indent):
17724         * progmodes/ps-mode.el (ps-mode-target-column):
17725         * progmodes/idlwave.el (idlwave-make-tags)
17726         (idlwave-scan-library-catalogs):
17727         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
17728         * progmodes/gud.el (gud-jdb-analyze-source):
17729         * progmodes/flymake.el (flymake-log):
17730         * progmodes/ebnf2ps.el (ebnf-generate-region):
17731         * progmodes/cmacexp.el (c-macro-expansion):
17732         * progmodes/ada-xref.el (ada-treat-cmd-string):
17733         * progmodes/ada-mode.el (ada-create-case-exception-substring)
17734         (ada-justified-indent-current, ada-batch-reformat):
17735         * play/zone.el (zone):
17736         * play/landmark.el (lm-move):
17737         * play/decipher.el (decipher-show-alphabet):
17738         * net/newsticker.el (newsticker--display-jump)
17739         (newsticker--display-scroll):
17740         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
17741         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
17742         * mail/feedmail.el (feedmail-dump-message-to-queue):
17743         * eshell/esh-proc.el (eshell-remove-process-entry):
17744         * emulation/ws-mode.el (ws-last-error):
17745         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
17746         (viper-record-kbd-macro):
17747         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
17748         * emacs-lisp/lisp-mnt.el (lm-report-bug):
17749         * emacs-lisp/find-func.el (find-function-noselect):
17750         * calendar/timeclock.el (timeclock-status-string)
17751         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
17752         (timeclock-when-to-leave-string):
17753         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
17754         * calc/calc-units.el (calc-enter-units-table):
17755         * calc/calc-mode.el (calc-mode-record-mode):
17756         * woman.el (woman-mini-help):
17757         * wdired.el (wdired-change-to-wdired-mode):
17758         * vc.el (vc-retrieve-snapshot):
17759         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
17760         * startup.el (display-startup-echo-area-message):
17761         * simple.el (set-goal-column):
17762         * ses.el (ses-command-hook, ses-recalculate-cell):
17763         * server.el (server-process-filter):
17764         * printing.el (pr-interface-txt-print, pr-interface-printify)
17765         (pr-interface-ps):
17766         * pcvs.el (cvs-help):
17767         * log-edit.el (log-edit, log-edit-mode-help):
17768         * iswitchb.el (iswitchb-possible-new-buffer):
17769         * isearch.el (isearch-edit-string):
17770         * image-mode.el (image-mode, image-minor-mode):
17771         * ibuf-macs.el (define-ibuffer-filter):
17772         * hi-lock.el (hi-lock-find-patterns):
17773         * files.el (toggle-read-only):
17774         * ediff-util.el (ediff-copy-diff)
17775         (ediff-write-merge-buffer-and-maybe-kill):
17776         * echistory.el (Electric-history-undefined):
17777         * dnd.el (dnd-insert-text):
17778         * dired-aux.el (dired-query):
17779         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
17780         * bookmark.el (bookmark-bmenu-locate):
17781         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
17782         Fix `message' calls to ensure first arg is a format string.
17783         The change was made only when these two conditions were satisfied:
17784         [1] when there is a possibility that the arguments would cause an error
17785         for example, if the code in question relies on external variables
17786         such as filenames, and
17787         [2] if the arg to `message' could not have been nil in the code.
17789         * pcomplete.el (pcomplete--help): Fix `message' format spec.
17790         Not having a %s would be weird, though not technically wrong.
17792 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17794         * term/mac-win.el (mac-add-charset-info): Doc fix.
17796 2005-09-17  Romain Francoise  <romain@orebokech.com>
17798         * shell.el (shell-resync-dirs): Handle echoing processes more
17799         reliably.  Don't insert resync command if `comint-process-echoes'
17800         is non-nil.
17802 2005-09-17  Magnus Henoch  <mange@freemail.hu>
17804         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
17805         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
17806         aspell versions >= 0.60.
17807         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
17808         only if ispell-aspell-supports-utf8 is non-nil.
17810 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17812         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
17813         buffer-local value to lisp-indent-function.
17815 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
17817         * progmodes/glasses.el (glasses-make-readable): If
17818         glasses-separator differs from underscore, put appropriate
17819         overlays over underscore characters.
17820         (glasses-convert-to-unreadable): If glasses-separator differs from
17821         underscore, try to convert glasses-separator characters to
17822         underscores.
17824 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17826         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
17827         Use with-syntax-table and dolist.
17829 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
17831         * textmodes/reftex-auc.el:
17832         * textmodes/reftex-cite.el:
17833         * textmodes/reftex-dcr.el:
17834         * textmodes/reftex-global.el:
17835         * textmodes/reftex-parse.el:
17836         * textmodes/reftex-ref.el:
17837         * textmodes/reftex-sel.el:
17838         * textmodes/reftex-toc.el:
17839         * textmodes/reftex-vars.el:
17840         * textmodes/reftex.el: Small changes to remove compiler warnings.
17842         * textmodes/reftex-index.el: Likewise.
17843         (reftex-query-index-phrase): More efficient use of markers.
17845 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
17847         * image.el (image-load-path): New variable.
17848         (image-search-load-path): New function.
17849         (find-image): Search for images in `image-load-path'.
17851 2005-09-15  Richard M. Stallman  <rms@gnu.org>
17853         * follow.el: Change Maintainer field.
17855 2005-09-15  David Ponce  <david@dponce.com>
17857         * recentf.el (recentf-save-file-modes): New option.
17858         (recentf-save-list): Use it.
17860 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
17862         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
17863         (mode-line-mule-info, mode-line-modified): Move bindings from
17864         mouse-3 to mouse-1.
17866 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
17868         * simple.el (sendmail-user-agent-compose): Revert last change.
17870 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17872         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
17873         Use with-current-buffer.
17874         (ange-ftp-gwp-start): Remove unused var `gw-user'.
17875         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
17876         (ange-ftp-insert-directory): Remove unused var `short'.
17877         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
17879         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
17880         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
17882         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
17883         (check-calendar-holidays, diary-list-entries): Autoload.
17884         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
17885         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
17887         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
17888         which mistakenly removed a call to display-buffer.
17890 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
17892         * obsolete/iso-insert.el: Move to obsolete/ from international/.
17894 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
17896         * progmodes/hideshow.el
17897         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
17898         (hs-allow-nesting): New user var.
17899         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
17900         (hs-hide-block-at-point): When nesting allowed,
17901         if there is already an overlay in place, delete it.
17902         (hs-safety-is-job-n): Delete func; remove call sites.
17903         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
17904         (hs-overlay-at): New func.
17905         (hs-already-hidden-p, hs-show-block): Use it.
17906         (hs-hide-all): Don't pre-clean if nesting allowed.
17907         (hs-show-all): Temporarily disallow
17908         nesting around call to `hs-discard-overlays'.
17910 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
17912         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
17913         Delete unused local var.
17915 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
17917         * help-fns.el (describe-categories): "?\ " -> "?\s".
17918         (help-do-arg-highlight): Recognize also ARG-n, as in
17919         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
17921         * international/codepage.el (dos-unsupported-char-glyph):
17922         * net/newsticker.el (tool-bar-map, w3-mode-map)
17923         (w3m-minor-mode-map):
17924         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
17925         (ent-alist):
17926         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
17928 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
17930         * custom.el (custom-push-theme): Handle the case where a symbol is
17931         bound but face properties have not yet been assigned.
17933         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
17934         Fix behavior if noerase is `t' and there is no mail buffer.
17936         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
17937         if `continue' is nil, rather than signal an error.
17939 2005-09-12  Richard M. Stallman  <rms@gnu.org>
17941         * font-lock.el (font-lock-keywords): Add autoload.
17943         * help-fns.el (describe-variable): Rearrange to put source link
17944         in a predictable place.
17946         * net/newsticker.el: New file.
17948 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17950         * calendar/calendar.el (calendar-for-loop): Add edebug info.
17951         (calendar-basic-setup): Use the new nil arg.
17952         (number-of-diary-entries): Move to diary-lib.el.
17954         * calendar/diary-lib.el: Use with-current-buffer, match-string.
17955         (diary-list-entries): Use with-syntax-table and dolist.
17956         Rename from list-diary-entries.
17957         Use number-of-diary-entries if `number' is nil.
17958         (diary, diary-view-entries): Use this new name and new nil arg value.
17959         (number-of-diary-entries): Move from calendar.el.
17960         (diary-unhide-everything): New function.
17961         (include-other-diary-files, fancy-diary-display)
17962         (diary-show-all-entries, make-diary-entry): Use it.
17963         (diary-mail-entries): Use buffer-string.
17964         (mark-diary-entries): Fix long standing paren typo.
17965         (diary-sexp-entry): Use count-lines.
17966         (make-diary-entry): Avoid `previous-line'.
17967         (diary-mode-map): New var.
17968         (diary-mode): Redraw cal after saving.  Setup header-line.
17969         (fancy-diary-display-mode): Use local-set-key.
17971         * startup.el (command-line): Try calling various terminal-init-foo-bar
17972         functions by stripping hyphenated suffixes from $TERM.
17974         * files.el (normal-mode): Check boundness of font-lock-keywords.
17976 2005-09-12  Richard M. Stallman  <rms@gnu.org>
17978         * progmodes/compile.el: Don't decide a file's directory
17979         until the user actually tries to go there.
17980         (compilation-next-error-function):
17981         Pass compilation-find-file the directory from the file-struct.
17982         (compilation-internal-error-properties): Separate local FILE-STRUCT
17983         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
17984         (compilation-find-file): Arg DIR renamed to DIRECTORY.
17985         Expand it, and if nil, use default-directory.
17986         (compilation-get-file-structure): Don't mix specified directory
17987         with default directory.  Put specified directory into
17988         file-struct.  Don't make the file name absolute.
17990         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17991         (compile-command): Add autoload.
17992         (compilation-disable-input): Add autoload.
17994 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
17996         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
17997         strings of the variables it can override.
17998         (time-stamp): New (as yet undocumented) time-stamp-format escapes
17999         %Q and %q, for fully-qualified domain name and unqualified host name.
18001 2005-09-11  Kim F. Storm  <storm@cua.dk>
18003         * emacs-lisp/authors.el (authors-aliases): Update list.
18004         (authors-fixed-entries): Update mldrag.el entry.
18006 2005-09-10  Alan Mackenzie  <acm@muc.de>
18008         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
18009         from the region narrowed to.
18011 2005-09-10  Magnus Henoch  <mange@freemail.hu>
18013         * textmodes/ispell.el (ispell-check-version): Signal an error if
18014         aspell version is less than 0.60.
18016 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
18018         * progmodes/octave-inf.el (inferior-octave-startup):
18019         Resync current dir at the end.
18021 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
18023         * woman.el (woman-topic-at-point-default):
18024         Rename to woman-use-topic-at-point-default.
18025         (woman-topic-at-point): Rename to woman-use-topic-at-point.
18026         (woman-file-name): Reflect renames above.  Automatically use the
18027         word at point as topic if woman-use-topic-at-point is non-nil.
18028         Otherwise offer it as default but don't insert it in the
18029         minibuffer.  Also use `test-completion' instead of `assoc' as
18030         suggested by Stefan Monnier.
18032 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
18034         * vc.el (vc-directory, vc-update-change-log): Throw an error on
18035         the attempt to do it over Tramp.  This is not yet supported.
18037 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
18039         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18040         (menu-bar-non-minibuffer-window-p): New functions.
18041         ("Split Window", "Save As..."): Use them.
18042         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
18043         ("Print Buffer", "Truncate Long Lines in this Buffer"):
18044         Use menu-bar-menu-frame-live-and-visible-p.
18045         ("Save Buffer", "Insert File", "Open Directory...")
18046         ("Open File...", "Visit New File..."):
18047         Use menu-bar-non-minibuffer-window-p.
18048         (kill-this-buffer-enabled-p, dired <menu-enable>):
18049         Use menu-bar-non-minibuffer-window-p.
18051 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
18053         * cus-start.el (all): Don't complain about fringe-related
18054         built-ins if fringes are not supported.  Ditto about
18055         selection-related built-ins.  Fix the test for GTK-related built-ins.
18057         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
18058         ("Postscript Print Buffer", "Print Region", "Save As...")
18059         ("Save", "Insert File...", "Open Directory...")
18060         ("Open File...", "Visit New File..."")
18061         ("Truncate Long Lines in this Buffer"): Don't look at
18062         menu-updating-frame if this display does not support multiple frames.
18064 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18066         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
18068 2005-09-09  Emilio Lopes  <eclig@gmx.net>
18070         * woman.el: Format- and whitespace-related changes.
18072 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
18074         * woman.el: Fix my email address.
18076 2005-09-08  Richard M. Stallman  <rms@gnu.org>
18078         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
18079         (sh-mode): Locally set skeleton-pair-default-alist.
18081         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
18083         * progmodes/flymake.el: Require `compile' unconditionally.
18085         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
18087         * woman.el (woman-file-name): Provide a default, not initial input.
18089         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
18091         * font-lock.el (font-lock-support-mode): Doc fix.
18093         * descr-text.el (describe-property-list): Handle non-symbol prop names.
18095 2005-09-08  Richard M. Stallman  <rms@gnu.org>
18097         * simple.el (blink-matching-open): Get rid of text props from
18098         the string shown in echo area.  Don't permanently set point.
18099         Some rearrangements.
18101 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18103         * recentf.el (recentf-filename-handler): Add custom choice
18104         `abbreviate-file-name'.
18106         * msb.el (msb--very-many-menus): Fix typo.
18108         * disp-table.el (standard-display-european): Don't set
18109         enable-multibyte-characters to nil.
18111 2005-09-08  David Ponce  <david@dponce.com>
18113         * recentf.el (recentf-show-file-shortcuts-flag): New option.
18114         (recentf-expand-file-name): Doc fix.
18115         (recentf-dialog-mode-map): Define digit shortcuts.
18116         (recentf--files-with-key): New variable.
18117         (recentf-show-digit-shortcut-filter): New function.
18118         (recentf-open-files-items): New function.
18119         (recentf-open-files): Use it.
18120         (recentf-open-file-with-key): New command.
18122 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
18124         * buff-menu.el (Buffer-menu-sort-by-column): New function.
18125         Suggested by Kim F. Storm.
18126         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
18127         (Buffer-menu-make-sort-button): Use global keymap.
18129 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
18131         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
18132         (Man-getpage-in-background-advice): Remove defadvice; it isn't
18133         necessary any longer with the remapped command.
18134         (Man-bgproc-sentinel-advice): Remove defadvice which counts
18135         formatting time only.
18137         * net/tramp.el (tramp-action-password)
18138         (tramp-multi-action-password): Compile the password prompt from
18139         `method', `user' and `host'.  Sometimes it isn't obvious which
18140         password to enter, for example with remote files offered by
18141         recentf.el, or with multiple steps.  Suggested by Robert Marshall
18142         <robert@chezmarshall.freeserve.co.uk>.
18144 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18146         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18147         Fix regexp for when "s///" is at the beginning of line.
18149 2005-09-07  Jay Belanger  <belanger@truman.edu>
18151         * calc/calc-poly.el (math-expand-term): Multiply out any powers
18152         when in matrix mode.
18154 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18156         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
18157         non-anonymous functions.
18159 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
18161         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
18162         when using a header line.  Otherwise, use mouse-1-click-follows-link.
18164         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
18165         can't be moved; don't signal an error.
18167 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
18169         * cus-theme.el (custom-theme-write-faces): Save the current face
18170         spec, not the defface spec.
18172         * custom.el (custom-known-themes): Clarify meaning of "standard".
18173         (custom-push-theme): Save old values in the standard theme.
18174         (disable-theme): Correct typo.
18175         (custom-face-theme-value) Deleted unused function.
18176         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
18178 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18180         * progmodes/compile.el (compilation-goto-locus): Take into account
18181         iconified frames when determining whether the buffer is
18182         already visible.
18183         Don't reset window height if the window already existed.
18185 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
18187         * custom.el (load-theme): Rename from require-theme.
18188         Add interactive spec.
18189         (enable-theme): Rename from custom-enable-theme.
18190         Add interactive spec.
18191         (disable-theme): Rename from custom-disable-theme.
18192         Add interactive spec.
18193         (custom-make-theme-feature): Doc fix.
18194         (custom-theme-directory): Doc fix.
18195         (provide-theme): Call enable-theme.
18197 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18199         * obsolete/lazy-lock.el (lazy-lock-mode):
18200         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
18201         font-lock-mode if it's off.  Print a warning instead.
18203         * progmodes/compile.el (compilation-start): Ignore errors if the
18204         process died before we get to send-eof.
18206         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
18207         Undo last change.  Enclosing the result in quotes broke things on Unix
18208         since tex-send-command passes it through shell-quote-argument.
18209         (tex-send-command): Pass `file' through convert-standard-filename
18210         when possible.
18211         (tex-uptodate-p): Handle the case where TeX hasn't put additional
18212         info in a transcript.
18214 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
18216         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
18217         fix compilation warning.  Reorder the key definitions to group
18218         together keys emitted by the current version of xterm.
18220         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
18221         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
18222         Reorder predicates to correct min-color usage.
18224 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
18226         * longlines.el (longlines-mode): Inhibit read-only when encoding.
18227         Kill local variables when longlines-mode is turned off.
18229 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18231         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
18233         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
18235         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
18237         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
18238         (font-lock-lines-before): Change default to being inactive.
18239         (font-lock-default-fontify-region): Obey font-lock-lines-before.
18240         (font-lock-after-change-function): Don't handle f-l-lines-before here.
18242 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
18244         * net/tramp.el (tramp-handle-make-auto-save-file-name):
18245         Deactivate temporarily advice if active (not needed for Emacs 22,
18246         but for backwards compatibility).
18247         (tramp-exists-file-name-handler): Rewrite.  First implementation
18248         was too simple.
18249         (tramp-advice-make-auto-save-file-name):
18250         Call `tramp-handle-make-auto-save-file-name' (again, just for
18251         backwards compatibility).
18253 2005-08-31  Reto Zimmermann  <reto@gnu.org>
18255         * progmodes/vhdl-mode.el
18256         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
18257         (vhdl-end-p): Fix indentation bug "else" after "-- when".
18258         (vhdl-set-default-project): New function (easier setting of default).
18259         (vhdl-port-copy): Handle extended identifiers for generics.
18260         (vhdl-compiler-alist): Better description for error message regexp.
18261         (vhdl-make): Query for target, use previous as default.
18262         (vhdl-port-copy): Fix port copy for port names starting with "signal".
18263         (vhdl-font-lock-keywords-2): Fix fontification for record
18264         el. assign.
18265         (vhdl-speedbar-make-subpack-line): Add package body link.
18266         (vhdl-generate-makefile-1): Not include itself as dependency.
18267         (vhdl-font-lock-init): Highlight c-preprocessor directives.
18268         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
18269         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
18270         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
18271         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
18272         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
18273         (vhdl-import-project): Add string argument for `error'.
18274         (vhdl-compose-configuration)
18275         (vhdl-compose-configuration-architecture): Add configuration
18276         declaration generation.
18277         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
18278         (vhdl-trailer-re): Add "record" keyword (better indentation).
18279         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
18280         "[^ \t-\"]+".
18281         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
18282         (vhdl-testbench-entity-file-name)
18283         (vhdl-testbench-architecture-file-name): Allow separate
18284         customization of testbench file names.
18285         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
18286         (vhdl-get-visible-signals): Allow newline within alias declaration.
18287         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
18288         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
18289         (member-ignore-case): Alias for missing function in XEmacs.
18290         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
18291         (vhdl-update-sensitivity-list): Ignore case on read signals.
18292         (vhdl-replace-string): Adjust case only for file names.
18293         (vhdl-update-sensitivity-list): Fix search for read signals.
18294         (vhdl-update-sensitivity-list): Exclude formal parameters.
18295         (vhdl-get-visible-signals): Include aliases of signals.
18296         (vhdl-get-visible-signals): Fix signal name searching.
18297         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
18298         (vhdl-fixup-whitespace-region): Fix for character
18299         literals (e.g. `:').
18301 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18303         * ansi-color.el (comint-last-output-start):
18304         * bs.el (font-lock-verbose):
18305         * diff-mode.el (add-log-buffer-file-name-function):
18306         * dired-x.el (vm-folder-directory):
18307         * faces.el (help-xref-stack-item):
18308         * files.el (font-lock-keywords):
18309         * find-lisp.el (dired-buffers, dired-subdir-alist):
18310         * ido.el (cua-inhibit-cua-keys):
18311         * log-view.el (cvs-minor-wrap-function):
18312         * outline.el (font-lock-warning-face):
18313         * simple.el (compilation-current-error):
18314         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
18315         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
18316         * tooltip.el (comint-prompt-regexp):
18317         * w32-fns.el (explicit-shell-file-name):
18318         * term/mac-win.el (mac-charset-info-alist)
18319         (mac-services-selection, mac-system-script-code):
18320         * term/tty-colors.el (msdos-color-values):
18321         * term/w32-win.el (xlfd-regexp-registry-subnum):
18322         * term/x-win.el (x-keysym-table, x-selection-timeout)
18323         (x-session-id, x-session-previous-id):
18324         * textmodes/ispell.el (mail-yank-prefix):
18325         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
18326         * textmodes/org.el (calc-embedded-close-formula)
18327         (calc-embedded-open-formula)
18328         (font-lock-unfontify-region-function):
18329         * textmodes/reftex-global.el (isearch-next-buffer-function)
18330         (TeX-master):
18331         * textmodes/reftex.el (font-lock-keywords):
18332         * textmodes/tex-mode.el (font-lock-comment-face)
18333         (font-lock-doc-face):
18334         * textmodes/texinfo.el (outline-heading-alist):
18335         Add defvars.
18337         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
18338         (artist-spray-chars, artist-mode-init, artist-replace-string)
18339         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
18340         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
18341         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
18343         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
18344         (conf-align-assignments): "?\ " -> "?\s".
18346         * textmodes/reftex-index.el (TeX-master): Add defvar.
18347         (reftex-index-phrases-marker): Move up defvar.
18349         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
18350         (reftex-toc-include-labels-indicator)
18351         (reftex-toc-include-index-indicator)
18352         (reftex-toc-max-level-indicator): Move up declarations.
18354         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
18355         of args to `tramp-run-real-handler', even if it's empty in this case.
18357 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18359         * dired.el (dired-move-to-filename-regexp): Add date format for
18360         Mac OS X 10.3 in East Asian locales.
18362 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
18364         * files.el (make-auto-save-file-name): Add file name handler call
18365         if applicable.
18367         * net/tramp.el (tramp-file-name-handler-alist)
18368         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
18369         (tramp-handle-make-auto-save-file-name): Rename from
18370         `tramp-make-auto-save-file-name'.
18371         (tramp-exists-file-name-handler): New defun.
18372         (tramp-advice-make-auto-save-file-name): Make defadvice only when
18373         `make-auto-save-file-name' is not a magic file name operation.
18375 2005-08-30  Richard M. Stallman  <rms@gnu.org>
18377         * files.el (risky-local-variable-p):
18378         Match `-predicates' and `-commands.
18380         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
18381         (custom-save-all): Visit the file if necessary;
18382         kill the buffer if we created it.
18383         (custom-save-delete): Don't visit file or kill buffer here.
18385 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
18387         * textmodes/org.el (org-special-keyword): New face.
18388         (org-table-copy-down, org-table-eval-formula)
18389         (org-table-recalculate, org-init-section-numbers):
18390         Use `string-to-number' instead of `string-to-int'.
18391         (org-get-location): Use `insert-buffer-substring' instead of
18392         `insert-buffer'.
18393         (org-modify-diary-entry-string): New function.
18394         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
18395         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
18396         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
18397         active region.
18398         (org-export-as-html): Handle QUOTE keyword.
18399         (org-quote-string): New option.
18400         (org-bookmark-jump-unhide): New function, used for
18401         `bookmark-after-jump-hook'.
18402         (org-diary-default-entry): Apply only when not called through
18403         `org-agenda'.
18405 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
18407         * net/eudc.el (mode-popup-menu):
18408         * play/handwrite.el (ps-printer-name, ps-lpr-command):
18409         * progmodes/ada-mode.el (compile-auto-highlight)
18410         (skeleton-further-elements):
18411         * progmodes/autoconf.el (font-lock-syntactic-keywords):
18412         * progmodes/cmacexp.el (msdos-shells):
18413         * progmodes/compile.el (font-lock-extra-managed-props)
18414         (font-lock-keywords, font-lock-maximum-size)
18415         (font-lock-support-mode):
18416         * progmodes/grep.el (font-lock-lines-before):
18417         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
18418         * progmodes/mixal-mode.el (compile-command):
18419         * progmodes/perl-mode.el (font-lock-comment-face)
18420         (font-lock-doc-face, font-lock-string-face):
18421         * progmodes/prolog.el (comint-prompt-regexp):
18422         * progmodes/sh-script.el (font-lock-comment-face)
18423         (font-lock-set-defaults, font-lock-string-face):
18424         * progmodes/sql.el (font-lock-keyword-face)
18425         (font-lock-set-defaults, font-lock-string-face):
18426         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
18427         (itimer-version, lazy-lock-defer-contextually)
18428         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
18429         Add defvars.
18431         * progmodes/cperl-mode.el (cperl-electric-lbrace)
18432         (cperl-electric-keyword, cperl-electric-pod)
18433         (cperl-electric-backspace, cperl-forward-re)
18434         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
18435         (vc-rcs-header, vc-sccs-header): Add defvars.
18437         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
18438         (font-lock-syntactic-keywords, gud-find-expr-function):
18439         Add defvars.
18441         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
18442         (gdb-frame-parameters): Declare before use.
18444         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
18445         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
18446         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
18447         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
18449         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
18450         (idlwave-help-with-source): Use `insert-buffer-substring', not
18451         `insert-buffer'.
18453 2005-08-29  Juri Linkov  <juri@jurta.org>
18455         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
18456         Put outline-back-to-heading function call inside save-excursion.
18458 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
18460         * man.el (Man-init-defvars, Man-translate-references)
18461         (Man-support-local-filenames, Man-highlight-references):
18462         * progmodes/sql.el (sql-interactive-mode):
18463         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
18465         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
18466         (compilation-mode-font-lock-keywords): Add defvars.
18467         (checkdoc-interactive-loop): "?\ " -> "?\s".
18469         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
18470         (font-lock-doc-face, font-lock-string-face)
18471         (font-lock-keywords-case-fold-search): Add defvars.
18472         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
18474         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
18475         Don't pass X and Y (they are ignored anyway).
18476         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
18477         (mouse-delete-window): Make arguments optional.
18479         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
18480         (caesar-translate-table, minor-modes, news-buffer-save)
18481         (news-group-name, news-minor-modes): Add defvars.
18483         * emacs-lisp/lselect.el (mouse-highlight-priority)
18484         (x-lost-selection-functions, zmacs-regions):
18485         * emacs-lisp/pp.el (font-lock-verbose):
18486         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
18487         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
18488         (ses-mode-map):
18489         * emacs-lisp/tcover-unsafep.el (safe-functions):
18490         * international/mule-cmds.el (mac-system-coding-system)
18491         (mac-system-locale):
18492         * language/ethio-util.el (rmail-current-message)
18493         (rmail-message-vector):
18494         * language/thai-util.el (thai-auto-composition-mode):
18495         * mail/metamail.el (rmail-current-message, rmail-message-vector):
18496         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
18497         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
18498         (vm-primary-inbox, vm-spool-files):
18499         * mail/rmail.el (deleted-head, font-lock-fontified)
18500         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
18501         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
18502         (total-messages):
18503         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
18504         (rmail-summary-mode-map):
18505         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
18506         (rmail-last-label, rmail-last-multi-labels)
18507         (rmail-summary-vector, rmail-total-messages):
18508         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
18509         * mail/rmailsum.el (msgnum):
18510         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
18511         (rmail-current-message):
18512         * obsolete/fast-lock.el (font-lock-face-list):
18513         * obsolete/rnewspost.el (mail-reply-buffer):
18514         * obsolete/scribe.el (compile-command):
18515         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
18517 2005-08-28  John Paul Wallington  <jpw@gnu.org>
18519         * ibuf-ext.el (ibuffer-auto-update-changed):
18520         Use `frame-or-buffer-changed-p' to check whether we need to update.
18521         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
18522         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
18523         as a `frame-or-buffer-changed-p' state vector instead.
18525 2005-08-27  Romain Francoise  <romain@orebokech.com>
18527         * textmodes/makeinfo.el (makeinfo-compile):
18528         Use `compilation-start'.  Set `next-error-function' according to
18529         `disable-errors'.
18530         (makeinfo-next-error): New function.
18531         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
18532         (makeinfo-buffer): Likewise.
18534         * progmodes/compile.el (compilation-start): Add autoload cookie.
18536         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
18537         * textmodes/sgml-mode.el: Likewise.
18538         * progmodes/python.el: Likewise.
18540 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
18542         * simple.el (blink-matching-paren-distance): Document the meaning
18543         of nil value, and allow to customize to nil.
18545         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
18546         command.com, not command.exe.
18548 2005-08-26  John Wiegley  <johnw@newartisans.com>
18550         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
18551         code around a bit so that an extraneous nil argument is not added
18552         to a command when no args are given.
18554         * eshell/esh-arg.el (eshell-parse-double-quote): If a
18555         double-quoted argument resolves to nil, return it as an empty
18556         string rather than as nil.  This made it impossible to pass "" to
18557         a shell script as a null string argument.
18559 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18561         * outline.el (outline-invent-heading): New fun.
18562         (outline-promote, outline-demote): Use it.
18563         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
18564         (outline-end-of-subtree): Remove unused var `opoint'.
18566 2005-08-26  David Reitter  <david.reitter@gmail.com>
18568         * menu-bar.el (truncate-lines, write-file, print-buffer)
18569         (ps-print-buffer-faces, ps-print-buffer, split-window):
18570         Disable menu items when the frame they refer to is invisible, or when
18571         they refer to a buffer and the minibuffer is selected.
18573 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
18575         * progmodes/flymake.el (flymake-highlight-err-lines):
18576         Use save-excursion around flymake-highlight-line to preserve point.
18578 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
18580         * progmodes/octave-mod.el: Change Author and Maintainer address.
18581         (octave-maintainer-address): Change Kurt's email address.
18582         * progmodes/octave-inf.el: Change Author and Maintainer address.
18583         * progmodes/octave-hlp.el: Change Author and Maintainer address.
18585 2005-08-26  Kim F. Storm  <storm@cua.dk>
18587         * subr.el (version-list-<, version-list-<=, version-list-=):
18588         Rename from integer-list-*.
18589         (version-list-not-zero): Likewise.  Fix while loop.
18590         (version=): Use version-list-= instead of string-equal.
18592 2005-08-26  Richard M. Stallman  <rms@gnu.org>
18594         * outline.el (outline-promote): Try shortening the heading.
18595         As last resort, read the heading to use.
18596         (outline-demote): As last resort, read the heading to use.
18598 2005-08-26  Romain Francoise  <romain@orebokech.com>
18600         * progmodes/compile.el (compilation-start): Doc fix.
18602         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
18603         (antlr-font-lock-additional-keywords): Fix reference to
18604         `antlr-font-lock-literal-regexp' erroneously changed during the
18605         mass face rename.
18606         (antlr-run-tool): Use `compilation-start'.
18608         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
18609         instead of the obsolete `compile-internal'.
18611 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
18613         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
18614         (number, original-date):
18615         * calendar/cal-china.el (date):
18616         * calendar/cal-coptic.el (date):
18617         * calendar/cal-french.el (date):
18618         * calendar/cal-hebrew.el (date, entry, number, original-date):
18619         * calendar/cal-islam.el (date, number, original-date):
18620         * calendar/cal-iso.el (date):
18621         * calendar/cal-julian.el (date):
18622         * calendar/cal-mayan.el (date):
18623         * calendar/cal-menu.el (date, event):
18624         * calendar/cal-persia.el (date):
18625         * calendar/lunar.el (date):
18626         * calendar/solar.el (date): Add defvars.
18628         * emerge.el:
18629         * ibuffer.el:
18630         * info-xref.el:
18631         * obsolete/bg-mouse.el:
18632         * obsolete/sun-curs.el:
18633         * obsolete/swedish.el: Move the `defvar's to the top level.
18635         * smerge-mode.el (smerge-refined-change): Add :group.
18637 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18639         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
18640         (smerge-keep-n): Remove props.
18641         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18642         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
18643         now that it's done in smerge-keep-n.
18644         (smerge-refined-change): New face.
18645         (smerge-refine-chopup-region, smerge-refine-highlight-change)
18646         (smerge-refine): New funs.
18647         (smerge-basic-map): Bind smerge-refine.
18649 2005-08-25  Juri Linkov  <juri@jurta.org>
18651         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
18652         compilation-process-setup-function and compilation-disable-input
18653         in grep-mode instead of let-bindings in grep.
18655         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
18656         Delete "Automatic File De/compression" (auto-compression-mode).
18658 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
18660         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
18661         Silence warning about non-existent variable.
18663 2005-08-25  Richard M. Stallman  <rms@gnu.org>
18665         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
18666         Rename "Describe Key" to "Describe Key or Mouse Operation".
18668         * mail/mailalias.el (build-mail-aliases): Delete comments
18669         from the contents before processing them.
18671         * isearch.el (isearch-edit-string): Erase the Search prompt
18672         if user enters an empty string and there is no default.
18674         * comint.el (comint-file-name-prefix): Add autoload.
18676 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
18678         * subr.el (play-sound): Rearrange to avoid warning.
18680 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
18682         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
18683         New hook.
18684         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
18686 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18688         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
18690         * custom.el (custom-theme-set-variables): Sort minor modes last.
18692 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18694         * subr.el (version-separator, version-regexp-alist): New vars used by
18695         version comparison funs.
18696         (integer-list-<, integer-list-=, integer-list-<=)
18697         (integer-list-not-zero): New funs for integer list comparison.
18698         (version-to-list, version=, version<, version<=): New funs for version
18699         comparison.
18701 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
18703         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
18704         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
18705         time to silence the byte-compiler.
18707         * ibuffer.el (ibuffer-compile-make-eliding-form)
18708         (ibuffer-check-formats): Use `with-no-warnings' to hide references
18709         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
18710         so it's silly to get warnings for it).
18711         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
18712         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
18713         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
18714         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
18715         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
18716         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
18717         Defvar at compile time.
18718         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
18719         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
18720         Declare them before use.
18722         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
18723         (info-xref-good, info-xref-bad): Defvar at compile time.
18725         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
18726         Use `let*' instead of `let'.
18728         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
18729         (*mouse-y*, menu, char): Defvar at compile time.
18730         (sc::menu): Declare it before use.
18731         (sc::pack-one-line): Use `let', not `let*'.
18733         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
18734         (mail-send-hook): Defvar at compile time.
18736         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
18737         Defvar at compile time.
18739         * term/sun-mouse.el (current-global-mousemap)
18740         (current-local-mousemap): Declare them before use.
18742 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
18744         * bookmark.el (bookmark-after-jump-hook): New hook.
18745         (bookmark-jump): Run `bookmark-after-jump-hook'.
18747 2005-08-23  Juri Linkov  <juri@jurta.org>
18749         * faces.el (minibuffer-prompt): Doc fix.
18751 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
18753         * progmodes/xscheme.el: Trivial changes to silence warnings.
18754         (xscheme-previous-mode, xscheme-previous-process-state):
18755         Add defvars.
18756         (xscheme-last-input-end, xscheme-process-command-line)
18757         (xscheme-process-name, xscheme-buffer-name)
18758         (xscheme-expressions-ring-max, xscheme-expressions-ring)
18759         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
18760         (xscheme-control-g-synchronization-p)
18761         (xscheme-control-g-disabled-p, xscheme-string-receiver)
18762         (default-xscheme-runlight, xscheme-runlight)
18763         (xscheme-runlight-string, xscheme-process-filter-state)
18764         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
18765         Move to beginning of file.
18766         (scheme-interaction-mode-commands-alist)
18767         (scheme-interaction-mode-map, scheme-debugger-mode-map):
18768         Declare them before use.  Note: the initialization code for the
18769         variables has not been moved because it uses functions that reference
18770         the variables.
18771         (xscheme-control-g-message-string, xscheme-process-filter-alist)
18772         (xscheme-prompt-for-expression-map): Declare them before use.
18773         (scheme-debugger-mode-commands): "?\ " -> "?\s".
18775 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
18777         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
18779 2005-08-22  Juri Linkov  <juri@jurta.org>
18781         * faces.el (set-face-underline): Delete this duplicate function
18782         and make an obsolete alias to set-face-underline-p.
18783         (set-face-underline-p): Use docstring of set-face-underline.
18784         (describe-face): Create hyperlink to parent face.
18786         * info.el (Info-insert-dir): Use save-excursion around
18787         insert-buffer-substring.
18788         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
18789         (Info-escape-percent): Delete function.
18790         (Info-fontify-node): Replace Info-escape-percent by
18791         replace-regexp-in-string with REP arg set to lambda that
18792         duplicates `%' and preserves text properties.
18794         * progmodes/compile.el (compilation-disable-input): Doc fix.
18795         (define-compilation-mode): Doc fix and refill.
18796         (kill-compilation): Use `mode-name' in the error message.
18797         (compilation-find-file): Use `compilation-error' in the
18798         read-file-name's prompt.
18800 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18802         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
18803         (smerge-auto-leave): Make undo re-enable the mode.
18804         (debug-ignored-errors): Add the user-error of impossible resolution.
18805         (smerge-resolve): Move things around a bit, in preparation for later.
18806         (smerge-diff): Don't fail if the buffer has no associated file.
18807         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
18808         (smerge-conflict-overlay): New function.
18809         (smerge-match-conflict): Don't add text properties here.
18810         (smerge-find-conflict): Instead, add an overlay here.
18811         Also check for the case where we're inside a conflict already, so as to
18812         obviate the need for font-lock-multiline, which is unbearably slow with
18813         large conflicts and ciomplex font-lock patterns.
18814         (smerge-remove-props): Remove overlay rather than text-properties.
18815         (smerge-mode): Don't set font-lock-multiline.
18816         Remove overlays when turned off.
18818 2005-08-21  Kim F. Storm  <storm@cua.dk>
18820         * ido.el (ido-ignore-item-p): Use save-match-data.
18821         Bind case-fold-search to ido-case-fold locally.
18823 2005-08-20  Richard M. Stallman  <rms@gnu.org>
18825         * files.el (normal-mode): If font lock is on, turn it off and on.
18827         * subr.el (replace-regexp-in-string): Doc fix.
18829         * startup.el (command-line-1): Don't suppress startup screen
18830         due to existing processes.
18832         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
18834         * progmodes/compile.el (compilation-disable-input): Default to nil.
18836 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
18838         * progmodes/compile.el (compilation-disable-input): New defcustom.
18839         (compilation-start): If compilation-disable-input is non-nil, send
18840         EOF to the compilation process.
18842 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
18844         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
18845         Run the argument of tex-shell-cd-command through
18846         convert-standard-filename, to get the correct style of slashes on
18847         Windows, and enclose the result in quotes, in case the file name
18848         includes whitespace or other special characters.
18850 2005-08-19  Andreas Schwab  <schwab@suse.de>
18852         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
18853         process.
18855 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
18857         * cus-start.el (minibuffer-prompt-properties): Correct typo.
18859 2005-08-18  Kim F. Storm  <storm@cua.dk>
18861         * scroll-lock.el: Fix errors due to incorrect line wrapping.
18863 2005-08-18  Richard M. Stallman  <rms@gnu.org>
18865         * scroll-lock.el: New file.
18867 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
18869         * dired.el (dired-move-to-end-of-filename):
18870         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
18872 2005-08-18  Kim F. Storm  <storm@cua.dk>
18874         * ido.el (ido-everywhere): Fix defcustom :set function to disable
18875         rather than toggle mode when custom value is nil.
18876         (ido-everywhere): Fix defun doc string.
18878 2005-08-17  Richard M. Stallman  <rms@gnu.org>
18880         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
18881         as tag instead of "Inviolable".
18883 2005-08-17  Kim F. Storm  <storm@cua.dk>
18885         * windmove.el (windmove-coordinates-of-position): Remove.
18886         (windmove-coordinates-of-window-position): Remove.
18887         (windmove-reference-loc): Use posn-at-point instead.
18889         * subr.el (insert-for-yank-1): Doc fix.
18891         * ido.el (ido-enter-matching-directory): Rename from
18892         ido-enter-single-matching-directory.  Change `slash' choice to
18893         `only'.  Add `first' choice.
18894         (ido-exhibit): Adapt to above changes.
18896 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
18898         * Makefile.in: Expand comment about building loaddefs.el.
18900 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
18902         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
18903         Comment use of defadvice.
18905         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
18907 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
18909         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
18910         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
18911         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
18912         * progmodes/idlw-shell.el, progmodes/ld-script.el,
18913         * progmodes/which-func.el, ruler-mode.el, strokes.el,
18914         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
18915         for backward compatibility for faces that did not appear in the
18916         previous Emacs release.
18918         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
18920 2005-08-15  Kim F. Storm  <storm@cua.dk>
18922         * emulation/cua-base.el (cua-delete-region): Return t if
18923         deleted region was non-empty.
18924         (cua-replace-region): Inhibit overwrite-mode for
18925         self-insert-command if replaced region was non-empty.
18926         (cua--explicit-region-start, cua--status-string): Make them
18927         buffer-local at top-level...
18928         (cua-mode): ...rather than when mode is enabled.
18930 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
18932         * progmodes/vhdl-mode.el (vhdl-emacs-21):
18933         Set t for Emacs 21, 22, and so on.
18935 2005-08-15  David Ponce  <david@dponce.com>
18937         * tree-widget.el: Update Commentary header.
18938         (tree-widget-theme): Doc fix.
18939         (tree-widget-space-width): New option.
18940         (tree-widget-image-properties): Look up in the default theme too.
18941         (tree-widget--cursors): Only for images with arrow pointer shape.
18942         (tree-widget-lookup-image): Pointer shape is hand by default.
18943         (tree-widget-icon): Rename generic icon widget from
18944         `tree-widget-control'.
18945         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
18946         derive from `tree-widget-icon'.
18947         (tree-widget-handle): Improve default look and feel of the text
18948         representation.
18949         (tree-widget): Rename :*-control properties to :*-icon properties.
18950         Add :action and :help-echo properties.
18951         (tree-widget-after-toggle-functions): Move.
18952         (tree-widget-close-node, tree-widget-open-node): Remove.
18953         (tree-widget-before-create-icon-functions): New hook.
18954         (tree-widget-value-create): Update to allow customization of icons
18955         and nodes at run-time via that new hook.
18956         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
18957         (tree-widget-icon-action, tree-widget-icon-help-echo)
18958         (tree-widget-action, tree-widget-help-echo): New functions.
18960 2005-08-15  Kim F. Storm  <storm@cua.dk>
18962         * ido.el (ido-buffer-internal): Use with-no-warnings.
18963         (ido-make-merged-file-list): Use while-no-input.
18965 2005-08-15  Richard M. Stallman  <rms@gnu.org>
18967         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
18968         (flyspell-large-region): Fix doc and custom type.
18970 2005-08-14  Richard M. Stallman  <rms@gnu.org>
18972         * files.el (interpreter-mode-alist): Doc fix.
18974         * mail/rmail.el (rmail-nonignored-headers): New variable.
18975         (rmail-clear-headers): Use it.
18976         (rmail-reply): Better handling of mail-followup-to header.
18978         * progmodes/sh-script.el (sh-font-lock-keywords-var):
18979         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
18980         don't try to refer to executable-font-lock-keywords.
18981         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
18982         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
18983         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
18984         (sh-mode): Set comment-start-skip, local-abbrev-table,
18985         imenu-case-fold-search.
18986         (sh-set-shell): Don't set them here.
18987         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
18988         Don't cache the results in the original alist; don't ever modify
18989         that alist.
18991         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
18993         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
18994         empty.
18996 2005-08-15  Andreas Schwab  <schwab@suse.de>
18998         * desktop.el: Put autoload cookie at risky-local-variable declarations.
19000         * dired.el, info.el, mail/rmail.el: Revert last change.
19002 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
19004         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
19005         modification in `eval-after-load' form.
19006         * info.el: Likewise.
19007         * mail/rmail.el: Likewise.
19009 2005-08-14  Juri Linkov  <juri@jurta.org>
19011         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19012         Remove highlighting of "Compilation started".  Highlight only
19013         the word "finished" in "Compilation finished".  Add highlighting
19014         of "interrupt", "killed", "terminated" and the exit code.
19015         (compilation-start): Add newline after header.  Use exactly the
19016         same time stamp format as the finishing message.
19017         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
19019         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
19020         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
19021         Add highlighting of "interrupt", "killed", "terminated".
19023         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
19024         enabled and the current command is self-insert-command, call it
19025         explicitly with overwrite-mode bound to nil, to not allow it
19026         to delete the character after the selected region.
19028 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
19030         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
19031         move-end-of-line, end-of-line, and beginning-of-line to the list
19032         of commands after which the echo area is updated.
19034 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
19036         * cus-edit.el (custom-save-all, custom-save-delete):
19037         Bind recentf-exclude to exclude custom-file.
19039 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
19041         * mail/rmailsum.el (rmail-summary-end-of-message): New command
19042         to go to the bottom of the mail message.  Added to
19043         `rmail-summary-mode-map' with key "/".
19044         (rmail-summary-show-message): New (internal) function for use by
19045         both `rmail-summary-beginning/end-of-message'.
19046         (rmail-summary-beginning-of-message): Change to use
19047         rmail-summary-show-message.
19049         * mail/rmail.el (rmail-end-of-message): New command to go to the
19050         end of the current message.  Added to `rmail-mode-map' with key "/".
19051         (rmail-beginning-of-message): Fix to work as documented.
19052         (rmail-mode): Change documentation.
19054         * progmodes/compile.el (compilation-start): Add the line
19055         "Compilation started" with compilation start time.
19056         (compilation-mode-font-lock-keywords): Add `started' to keywords.
19058 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
19060         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
19061         of menu items.
19063 2005-08-11  Richard M. Stallman  <rms@gnu.org>
19065         * simple.el (pop-global-mark): Reverse test of widen-automatically.
19067         * battery.el (battery-status-function): Don't use ignore-errors.
19069 2005-08-11  Lute Kamstra  <lute@gnu.org>
19071         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
19072         define-obsolete-variable-alias.
19074 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19076         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
19077         (ange-ftp-send-cmd): Revert last change, and expand
19078         the comment explaining the problem.
19080 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
19082         * ldefs-boot.el: Update.
19084         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
19085         item to "Time, Load and Mail".  Change help echo text.
19087         * time.el (display-time-use-mail-icon, display-time-format)
19088         (display-time-string-forms): Shorten first line of docstrings.
19090 2005-08-10  Lars Hansen  <larsh@soem.dk>
19092         * desktop.el (desktop-buffer-mode-handlers):
19093         Make non-customizable.  Add autoload cookie.  Change initial value to
19094         nil; add elements in respective modules instead.  Fix doc string.
19095         (desktop-load-file): New function.
19096         (desktop-minor-mode-handlers): New autoloaded variable.
19097         (desktop-create-buffer): Call minor mode handlers.
19098         Use desktop-load-file to load major and minor mode modules prior to
19099         checking for a handler.
19100         (desktop-save): Don't add nil to desktop-minor-modes for minor
19101         modes with nil function in desktop-minor-mode-table.  Don't delete
19102         desktop file before rewriting it.
19103         (desktop-locals-to-save): Add autoload cookie.  Don't make
19104         automatically buffer-local.  Add variables column-number-mode,
19105         size-indication-mode, indent-tabs-mode,
19106         indicate-buffer-boundaries, indicate-empty-lines and
19107         show-trailing-whitespace.
19108         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
19109         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
19110         (desktop-clear-preserve-buffers-regexp): Delete.
19111         (desktop-clear-preserve-buffers): Update initial value and docstring.
19112         (desktop-save-buffer): Fix doc string.
19114         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
19115         (hilit-chg-desktop-restore): New function.
19116         (highlight-changes-mode): Add highlight-changes-mode to
19117         desktop-locals-to-save.
19119         * dired.el: Add handler to desktop-buffer-mode-handlers.
19120         (dired-restore-desktop-buffer): Remove autoload cookie.
19121         (dired-mode): Add autoload cookie.
19123         * info.el: Add handler to desktop-buffer-mode-handlers.
19124         (Info-restore-desktop-buffer): Remove autoload cookie.
19125         (Info-mode): Add autoload cookie.
19127         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
19128         (mh-restore-desktop-buffer): Remove autoload cookie.
19129         (mh-folder-mode): Add autoload cookie.
19131         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
19132         (rmail-restore-desktop-buffer): Remove autoload cookie.
19134 2005-08-11  Masatake YAMATO  <jet@gyve.org>
19136         * hexl.el (hexl-address-region):
19137         (hexl-ascii-region, hexl-font-lock-keywords):
19138         (hexl-highlight-line-range): Use the term "region"
19139         instead of "area" for consistency with the other symbols
19140         defined in hexl.el.
19142 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
19144         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
19145         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
19146         out by Juri Linkov).  Add `display-battery-mode'.
19148 2005-08-09  Juri Linkov  <juri@jurta.org>
19150         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19151         Remove `-text' from face variable names.
19152         (compilation-error-file-name, compilation-warning-file-name)
19153         (compilation-info-file-name): Delete faces.
19154         (compilation-line-number, compilation-column-number):
19155         Remove face underlining.
19156         (compilation-message-face): Set to `underline' value by default.
19157         (compilation-error-face, compilation-warning-face)
19158         (compilation-info-face): Remove `-file-name' from face names.
19159         (compilation-error-text-face, compilation-warning-text-face)
19160         (compilation-info-text-face): Delete face variables.
19161         (compilation-text-face): Delete function.
19163         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
19164         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
19165         (grep-error-face): Set to `compilation-error' instead of
19166         `compilation-error-face' (which is redefined to `grep-hit-face' in
19167         grep buffers).
19168         (grep-mode-font-lock-keywords): Remove `-text' from face variable
19169         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
19171         * dired-aux.el (dired-do-query-replace-regexp):
19172         Use `query-replace-read-args'.
19174         * replace.el (query-replace-read-from, query-replace-read-to)
19175         (query-replace-read-args): Rename arg `string' to `prompt'.
19177         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
19179 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
19181         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
19182         uploading files.
19183         (ange-ftp-canonize-filename): Handle file names beginning with ~
19184         correctly.
19186 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
19188         * textmodes/fill.el (canonically-space-region)
19189         (fill-context-prefix, fill-french-nobreak-p)
19190         (fill-delete-newlines, fill-comment-paragraph)
19191         (justify-current-line): "?\ " -> "?\s".
19193 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
19195         * textmodes/fill.el (fill-nonuniform-paragraphs):
19196         Improve argument/docstring consistency.
19198 2005-08-09  Richard M. Stallman  <rms@gnu.org>
19200         * textmodes/ispell.el (ispell-word): More fboundp checks.
19202         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
19203         (find-file-noselect-1): Call it here, only if RAWFILE.
19204         (normal-mode): Always set some major mode.
19205         (save-some-buffers-action-alist): Change some explanation strings.
19206         (file-name-non-special): In the `quote' method, use unwind-protect.
19208 2005-08-09  Magnus Henoch  <mange@freemail.hu>
19210         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
19211         (ispell-have-aspell-dictionaries): New variable.
19212         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
19213         (ispell-get-aspell-config-value): New function.
19214         (ispell-aspell-find-dictionary): New function.
19215         (ispell-aspell-add-aliases): New function.
19216         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
19217         appropriate.  Don't look for ispell dictionaries if we use aspell.
19218         (ispell-menu-map): Don't build a submenu of dictionaries.
19220 2005-08-09  Richard M. Stallman  <rms@gnu.org>
19222         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
19223         (sql-read-passwd): Use read-passwd.
19225         * progmodes/idlw-toolbar.el (idlwave-toolbar)
19226         (idlwave-toolbar-is-possible): Add defvars.
19228         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
19229         Avoid warnings.
19231         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
19232         (idlwave-system-class-info, idlwave-executive-commands-alist):
19233         Use defvar.
19235         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
19237         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
19238         Avoid warnings.
19240         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
19241         and content-type: headers.
19243         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
19245         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
19246         and rename some of them to be more self-explanatory.
19248         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
19250         * startup.el (command-line-1): Implement -scriptload.
19252         * replace.el (occur-engine): Initial *Occur* output not undoable.
19254         * menu-bar.el (menu-bar-file-menu): Rename some menu items
19255         and improve help strings.
19257         * isearch.el (isearch-repeat): When changing direction,
19258         mark search successful.
19260         * ediff-init.el: Use (featurep 'xemacs).
19262         * comint.el (send-invisible): Identify buffer, if not selected.
19264         * align.el: Delete autoload for c-guess-basic-syntax.
19266 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
19268         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
19269         Improve argument/docstring consistency.  Doc fixes.
19270         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
19271         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
19272         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
19273         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
19274         (r2bv-organization, r2bv-pages, r2bv-primary-author)
19275         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
19276         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
19277         Defvar at compile time.
19279 2005-08-09  Juri Linkov  <juri@jurta.org>
19281         * info.el: Replace `info' with upper-case `Info' where appropriate.
19282         (info-title-1, info-title-2, info-title-3, info-title-4)
19283         (info-menu-header): Move up face definitions.
19284         (info-menu-star): Rename from `info-menu-5'.
19285         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
19286         (Info-fontify-visited-nodes): Fix docstring.
19287         (Info-hide-note-references): Fix docstring.
19288         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
19289         menu items in the same way as on cross-references.
19290         (info-apropos): Fix sorting order and formatting to be like in the
19291         stand-alone Info browser.  Display error messages for 1 sec.
19292         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
19293         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
19294         from the menu bar.
19295         (Info-insert-dir): Restore point after calling
19296         `insert-buffer-substring'.
19298 2005-08-08  Richard M. Stallman  <rms@gnu.org>
19300         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
19301         (recompute-lucid-menubar): Add defvars.
19303         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
19305         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
19307         * net/net-utils.el (run-dig): Rename from `dig'.
19309         * play/gametree.el (gametree-mode): Use make-local-variable,
19310         not make-variable-buffer-local.
19312         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
19314         * ansi-color.el (ansi-color-make-extent)
19315         (ansi-color-set-extent-face): Use fboundp, not functionp.
19317         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
19318         not make-variable-buffer-local.
19320         * bookmark.el (Info-current-file): Add defvar.
19321         (bookmark-jump-noselect): Use with-no-warnings.
19323         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
19325         * ebuff-menu.el (Helper-return-blurb): Add defvar.
19327         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
19329         * find-file.el (ada-procedure-start-regexp)
19330         (ada-package-start-regexp): Add defvars.
19332         * info.el (Info-insert-dir): Use insert-buffer-substring.
19334         * xml.el (xml-att-def-re): Add defvar.
19336         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
19337         calling convention.
19339         * subr.el (while-no-input): Return t if there is input.
19341 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
19343         * cus-start.el (all): Add `overflow-newline-into-fringe'.
19345 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
19347         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
19348         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
19350 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
19352         * cmuscheme.el (scheme-start-file): Replace reference to
19353         `user-emacs-directory' by "~/.emacs.d/".
19355 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
19357         * info.el (Info-dir-remove-duplicates): Avoid case folding
19358         in loop; instead, keep downcased strings for comparison.
19359         Suggested by Helmut Eller.
19361 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
19363         Sync with Tramp 2.0.50.
19365         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
19366         XEmacs case; not necessary anymore.
19367         (tramp-user-regexp): Allow "@" as part of user name.
19368         (tramp-handle-set-visited-file-modtime)
19369         (tramp-handle-insert-file-contents)
19370         (tramp-handle-write-region): No special handling for
19371         `last-coding-system-used, because this is done in
19372         `tramp-accept-process-output' now.
19373         (tramp-accept-process-output): New defun.
19374         (tramp-process-one-action, tramp-process-one-multi-action)
19375         (tramp-wait-for-regexp, tramp-wait-for-output)
19376         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
19377         Howells <dhowells@redhat.com>.
19378         (clear-visited-file-modtime): Defadvice removed.  The check for
19379         unset buffer's modtime does not need to be based on
19380         `tramp-buffer-file-attributes'.  Suggested by RMS.
19381         (tramp-message): Insert "\n" if not being at beginning of line.
19382         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
19383         sequence with same logic.
19384         (tramp-completion-handle-expand-file-name): Discard call of
19385         `tramp-drop-volume-letter'.  It is not necessary, and there have
19386         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
19387         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19388         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
19389         should always be visible.
19390         (tramp-handle-insert-directory, tramp-setup-complete)
19391         (tramp-set-process-query-on-exit-flag)
19392         (tramp-append-tramp-buffers): Pacify byte-compiler.
19393         (tramp-bug): Delete non-existing variables from list.
19394         Apply `tramp-load-report-modules' as pre-hook.
19395         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
19396         `shell-prompt-pattern' because of non-7bit characters.
19397         Reported by Sebastian Luque <sluque@mun.ca>.
19398         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
19399         (tramp-match-string-list): Remove function.
19400         (tramp-wait-for-regexp): Remove call of that function.
19401         Suggested by Kim F. Storm <storm@cua.dk>.
19402         (tramp-set-auto-save-file-modes): Use octal integer code #o600
19403         instead of octal character code ?\600.  The latter resulted in a
19404         syntax error with XEmacs.
19406         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
19407         XEmacs case; not necessary anymore.
19408         (tramp-smb-handle-write-region): No special handling for
19409         `last-coding-system-used, because this is done in
19410         `tramp-accept-process-output' now.
19411         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
19413 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
19415         * wid-edit.el (widget-choice-value-create):
19416         Unconditionally respect user choice.  Set :explicit-choice back to nil
19417         when no longer needed.
19418         (widget-choice-action): Unconditionally respect user choice.
19419         Eliminate :explicit-choice-value.
19421         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
19423         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
19424         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
19425         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
19426         running new function `toggle-indicate-empty-lines'.
19427         Rename "Customize" item to "Customize fringe".
19428         Rename "Indicators" item to "Buffer boundaries" and change help echo.
19429         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
19430         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
19431         Delete "Empty lines only" item.
19432         (menu-bar-showhide-fringe-ind-customize): New function.
19433         (menu-bar-showhide-fringe-ind-mixed)
19434         (menu-bar-showhide-fringe-ind-box)
19435         (menu-bar-showhide-fringe-ind-right)
19436         (menu-bar-showhide-fringe-ind-left)
19437         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
19438         instead of `fringe-indicators'.
19440 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
19442         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
19443         Change the date of last update.
19445 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
19447         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
19448         (viper-exec-yank, viper-put-back): Don't display modification msg
19449         if in the minibuffer.
19451         * viper-init.el (viper-replace-overlay-cursor-color)
19452         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
19453         Make variables frame local.
19455         * viper-util.el (viper-append-filter-alist): Use append instead of
19456         nconc.
19458         * viper.el (viper-vi-state-mode-list)
19459         (viper-emacs-state-mode-list): Move help-mode and
19460         completion-list-mode from the first list to the second.
19461         (viper-mode): Docstring.
19462         (viper-go-away, viper-non-hook-settings): Don't localize
19463         minor-mode-alist in newer Emacsen.  Add advice to
19464         set-cursor-color.  Don't bind "\C-c\\".
19466 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
19468         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
19469         (scheme-macro-expand-command): New user options.
19470         (scheme-trace-procedure, scheme-expand-current-form): New commands.
19471         (scheme-form-at-point, scheme-start-file)
19472         (scheme-interactively-start-process): New functions.
19473         (scheme-get-process): New function, extracted from `scheme-proc'.
19474         (run-scheme): Call `scheme-start-file' to get start file, and pass
19475         it to `make-comint'.
19476         (switch-to-scheme, scheme-proc):
19477         Call `scheme-interactively-start-process' if no Scheme buffer/process
19478         is available.
19480 2005-08-06  Juri Linkov  <juri@jurta.org>
19482         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19483         Use `compilation-text-face', `compilation-info-text-face' and
19484         `compilation-error-text-face' instead of `font-lock-keyword-face'.
19485         (compilation-error): New face.
19486         (compilation-error-file-name): Inherit from
19487         `compilation-error' instead of `font-lock-warning-face'.
19488         (compilation-warning-file-name): Inherit from
19489         `compilation-warning' instead of `font-lock-warning-face'.
19490         (compilation-info, compilation-error-file-name)
19491         (compilation-warning-file-name, compilation-info-file-name)
19492         (compilation-line-number, compilation-column-number): Doc fix.
19493         (compilation-error-text-face, compilation-warning-text-face)
19494         (compilation-info-text-face): New face variables.
19495         (compilation-line-face, compilation-column-face)
19496         (compilation-enter-directory-face)
19497         (compilation-leave-directory-face): Doc fix.
19498         (compilation-text-face): New function.
19500         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
19501         instead of 1 to display binary file names as info file links.
19502         (grep-error-face): Use `compilation-error-face' instead of
19503         `font-lock-keyword-face'.
19504         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
19505         and `compilation-warning-text-face' instead of
19506         `font-lock-keyword-face'.  Use `compilation-error-text-face'
19507         instead of `grep-error-face'.
19509 2005-08-05  Kenichi Handa  <handa@m17n.org>
19511         * international/code-pages.el: Add autoload cookies for all coding
19512         systems.
19514 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
19516         * cus-start.el (all): Put undo.c where it alphabetically belongs.
19518 2005-08-04  Juri Linkov  <juri@jurta.org>
19520         * progmodes/compile.el (compilation-mode-map):
19521         * progmodes/grep.el (grep-mode-map):
19522         Bind TAB to `compilation-next-error' and [backtab] to
19523         `compilation-previous-error'.
19525         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
19526         matching line numbers, column numbers and their ranges with regexp
19527         matching only line numbers.
19528         (grep-context-face): New face variable.
19529         (grep-mode-font-lock-keywords): Use it.
19531         * faces.el (read-face-name): Delete duplicate faces.
19533 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
19535         * thumbs.el (thumbs-find-image): Don't make variables
19536         automatically buffer local.
19537         (thumbs-current-tmp-filename, thumbs-current-image-filename)
19538         (thumbs-image-num): Make automatically buffer local.
19539         (thumbs-show-thumbs-list): Use `make-local-variable', not
19540         `make-variable-buffer-local'.
19541         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
19543         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
19544         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
19545         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
19546         (bother, bye, canyou, chatlst, continue, deathlst, describe)
19547         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
19548         (feelings-about, foullst, found, hello, history, howareyoulst)
19549         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
19550         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
19551         (neglst, obj, object, owner, please, problems, qlist)
19552         (random-adjective, relation, remlst, repetitive-shortness)
19553         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
19554         (shortlst, something, sportslst, stallmanlst, states, subj)
19555         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
19556         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
19557         Defvar at compile time.
19559         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
19560         not `make-variable-buffer-local'.
19562 2005-08-02  Kim F. Storm  <storm@cua.dk>
19564         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
19565         rectangle overlay in selected window.
19567 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
19569         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
19570         instead of display group.  Make `indicate-buffer-boundaries'
19571         customizable through Custom.
19573 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
19575         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
19576         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
19577         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
19578         (gdb-put-string): Fix typos in docstrings.
19580 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
19582         Update copyright notices of files in progmodes directory for
19583         release of Emacs 22.1.
19585         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
19587         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
19588         Don't barf if the GUD buffer has been killed.
19590 2005-08-01  Kim F. Storm  <storm@cua.dk>
19592         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
19594 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19596         * simple.el (next-error-follow-minor-mode):
19597         make-variable-buffer-local -> make-local-variable.
19599         * emacs-lisp/cl-extra.el: Require CL also when compiling.
19601         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
19602         (byte-compile-form-make-variable-buffer-local): New functions to warn
19603         about misuses of make-variable-buffer-local where make-local-variable
19604         was meant.
19606 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
19608         * bs.el (bs-attributes-list): Doc fix.
19609         (bs): Update url-link.
19611         * desktop.el (desktop-save-buffer): Fix typos in docstring.
19612         (desktop-load-default): Simplify.
19614         * ibuffer.el (ibuffer-columnize-and-insert-list)
19615         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
19616         (ibuffer-unmark-all, ibuffer-toggle-marks)
19617         (ibuffer-unmark-forward, ibuffer-unmark-backward)
19618         (ibuffer-compile-make-format-form, ibuffer-format-column)
19619         (ibuffer-current-buffers-with-marks)
19620         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
19621         (ibuffer): Doc fix.
19622         (ibuffer-mode): Fix typo in docstring.
19623         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
19624         with `define-obsolete-variable-alias'.
19625         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
19627 2005-07-29  Kenichi Handa  <handa@m17n.org>
19629         * international/mule-cmds.el (select-message-coding-system):
19630         Be sure to use LF for end-of-line.  If no coding system is decided,
19631         return iso-8859-1-unix.
19633 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19635         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
19636         (ange-ftp-pending-error-line): New vars.
19637         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
19638         to handle the non-fatal no-route-to-host messages.
19639         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
19641 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
19643         * isearch.el (isearch-mode-map, isearch-other-meta-char)
19644         (isearch-quote-char, isearch-printing-char)
19645         (isearch-text-char-description): "?\ " -> "?\s".
19646         (isearch-lazy-highlight-cleanup)
19647         (isearch-lazy-highlight-initial-delay)
19648         (isearch-lazy-highlight-interval)
19649         (isearch-lazy-highlight-max-at-a-time)
19650         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
19651         Declare with define-obsolete-*-alias macros.
19652         (isearch-forward): Fix typo in docstring.
19653         (search-invisible, search-ring-yank-pointer)
19654         (regexp-search-ring-yank-pointer): Doc fixes.
19656         * recentf.el (recentf-menu-append-commands-p): Declare with
19657         `define-obsolete-variable-alias'.
19658         (recentf-max-saved-items, recentf-menu-filter)
19659         (recentf-arrange-by-rule-subfilter): Doc fixes.
19660         (recentf-menu-append-commands-flag)
19661         (recentf-initialize-file-name-history, recentf-expand-file-name)
19662         (recentf-clear-data): Fix typos in docstrings.
19664 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
19666         * progmodes/gdb-ui.el: Smarten comments.
19667         (gdb-info-breakpoints-custom): Use nowarn when finding file.
19669 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
19671         * term/apollo.el (terminal-init-apollo): New function containing
19672         all former top level forms in the file.
19673         * term/bobcat.el (terminal-init-bobcat):
19674         * term/cygwin.el (terminal-init-cygwin):
19675         * term/iris-ansi.el (terminal-init-iris-ansi):
19676         * term/linux.el (terminal-init-linux):
19677         * term/news.el (terminal-init-news):
19678         * term/rxvt.el (terminal-init-rxvt):
19679         * term/sun.el (terminal-init-sun):
19680         * term/tvi970.el (terminal-init-tvi970):
19681         * term/vt100.el (terminal-init-vt100):
19682         * term/vt102.el (terminal-init-vt102):
19683         * term/vt125.el (terminal-init-vt125):
19684         * term/vt200.el (terminal-init-vt200):
19685         * term/vt201.el (terminal-init-vt201):
19686         * term/vt220.el (terminal-init-vt220):
19687         * term/vt240.el (terminal-init-vt240):
19688         * term/vt300.el (terminal-init-vt300):
19689         * term/vt320.el (terminal-init-vt320):
19690         * term/vt400.el (terminal-init-vt400):
19691         * term/vt420.el (terminal-init-vt420):
19692         * term/wyse50.el (terminal-init-wyse50):
19693         * term/xterm.el (terminal-init-xterm): Likewise.
19695         * term/README: Describe the terminal-init-* functionality.
19697         * startup.el (command-line): After loading the terminal initialization
19698         file call the corresponding terminal initialization function.
19700 2005-07-27  Kenichi Handa  <handa@m17n.org>
19702         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
19703         negative.
19705         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
19706         (ps-mule-composition-prologue): Fix for the case that
19707         RelativeCompose is false.
19709 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19711         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
19713         * descr-text.el (describe-char): Handle the case where the list of
19714         chars is displayed in a separate frame.
19715         Be a bit more discriminating when looking for the char.
19717 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
19719         * bookmark.el (bookmark-automatically-show-annotations)
19720         (bookmark-read-annotation-text-func): Doc fixes.
19721         (bookmark-save): Improve argument/docstring consistency.
19722         (bookmark-get-bookmark, bookmark-get-bookmark-record)
19723         (bookmark-alist-from-buffer)
19724         (bookmark-upgrade-file-format-from-0)
19725         (bookmark-grok-file-format-version)
19726         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
19727         (bookmark-read-annotation-mode)
19728         (bookmark-insert-current-bookmark, bookmark-jump)
19729         (bookmark-exit-hook): Fix typos in docstrings.
19730         (bookmark-exit-hooks): Define as obsolete alias.
19731         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
19732         not `bookmark-exit-hooks'.  Fix docstring.
19733         (bookmark-bmenu-select): "?\ " -> "?\s".
19735 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
19737         * startup.el (command-line): Fix typo.
19739 2005-07-24  Richard M. Stallman  <rms@gnu.org>
19741         * tooltip.el (tooltip-mode): Test emacs-basic-display,
19742         not emacs-quick-startup.
19744 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
19746         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
19747         (reb-next-match, reb-show-subexp): Use `with-selected-window'
19748         instead of `reb-with-current-window'.
19749         (reb-prev-match): Likewise.  Also, don't move left if the search
19750         was unsuccessful.
19751         (reb-initialize-buffer): New function.
19752         (re-builder, reb-change-syntax): Use it.
19754         * man.el (Man-goto-page): Make second argument NOERROR optional.
19756 2005-07-23  Richard M. Stallman  <rms@gnu.org>
19758         * man.el (Man-bgproc-sentinel): Check here for failure to find
19759         any man page in the output, and report the error here.
19760         (Man-arguments): Make it permanent local.
19761         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
19762         (Man-mode): Pass t for NOERROR.
19764         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
19765         (grep-mode-font-lock-keywords):
19766         Don't use compilation-...-face for messages that are not file names.
19768         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19769         Don't use compilation-...-face for messages that are not file names.
19771 2005-07-22  Juri Linkov  <juri@jurta.org>
19773         * startup.el (normal-splash-screen): Update menu name.
19775         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
19777 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
19779         * term/xterm.el: Load term/rxvt if the terminal is actually an
19780         rxvt terminal.
19781         (xterm-rxvt-set-background-mode): Remove, not used anymore.
19783         * term/rxvt.el (function-key-map): Use substitute-key-definition
19784         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
19786         * term/cygwin.el: New file.
19788 2005-07-22  Kim F. Storm  <storm@cua.dk>
19790         * image-file.el (insert-image-file, image-file-yank-handler):
19791         Fix last change to maintain a (unique) yank-handler on yanked images.
19793 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
19795         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
19796         of the file size (as in "177B" for 177 bytes).  This happens with
19797         "ls -lh" on FreeBSD.
19799 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
19801         * hilit-chg.el (highlight-changes-global-initial-state)
19802         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
19803         (hilit-chg-fixup, highlight-changes-mode):
19804         Fix typos in docstrings.
19805         (highlight-changes-global-modes, highlight-changes-rotate-faces):
19806         Doc fixes.
19808 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
19810         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
19811         mode function using `eval-after-load'.
19813 2005-07-21  Kim F. Storm  <storm@cua.dk>
19815         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
19816         included when reporting an Emacs crash, and tell about the DEBUG file.
19818         * image-file.el (insert-image-file): Add yank-handler.
19819         (image-file-yank-handler): Yank handler to make unique copies of
19820         images when they are yanked into a buffer next to each other.
19822 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
19824         * comint.el (comint-use-prompt-regexp, comint-send-input)
19825         (comint-source-default, comint-extract-string)
19826         (comint-get-source, comint-word, comint-completion)
19827         (comint-source, comint-prompt-read-only, comint-update-fence):
19828         Fix typos in docstrings.
19829         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
19830         Declare with define-obsolete-*-alias macros.
19831         (comint-previous-matching-input-from-input)
19832         (comint-next-matching-input-from-input)
19833         (comint-previous-matching-input, comint-next-matching-input)
19834         (comint-forward-matching-input):
19835         Improve argument/docstring consistency.
19837         * desktop.el (desktop-clear-preserve-buffers-regexp):
19838         Also preserve the *server* buffer.
19840         * simple.el (clone-indirect-buffer): Doc fix.
19841         (fixup-whitespace, just-one-space)
19842         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
19843         (next-error, next-error-highlight)
19844         (next-error-highlight-no-select, next-error-last-buffer)
19845         (next-error-buffer-p, next-error-find-buffer, next-error)
19846         (previous-error, next-error-no-select, previous-error-no-select)
19847         (open-line, split-line, minibuffer-prompt-width, kill-new)
19848         (binary-overwrite-mode): Fix typos in docstrings.
19849         (set-fill-column): Fix typo in message.
19851         * skeleton.el (skeleton-proxy-new): Doc fix.
19853         * strokes.el (strokes-load-hook): Doc fix.
19854         (strokes-grid-resolution, strokes-get-grid-position)
19855         (strokes-renormalize-to-grid, strokes-read-stroke)
19856         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
19857         (strokes-global-map): Fix typos in docstrings.
19858         (strokes-help): Doc fix.  Fix help message and pass it through
19859         `substitute-command-keys'.
19861         * tempo.el (tempo-insert-prompt, tempo-interactive)
19862         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
19863         (tempo-insert-string-functions, tempo-local-tags)
19864         (tempo-define-template, tempo-insert-template)
19865         (tempo-insert-prompt-compat, tempo-is-user-element)
19866         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
19867         Fix typos in docstrings.
19869         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
19870         (vcursor-key-bindings, vcursor-use-vcursor-map)
19871         (vcursor-find-window, vcursor-scroll-down)
19872         (vcursor-disable, vcursor-beginning-of-buffer)
19873         (vcursor-end-of-buffer): Fix typos in docstrings.
19874         (vcursor-relative-move, vcursor-get-char-count):
19875         Improve argument/docstring consistency.
19877         * version.el: "?\ " -> "?\s".
19879         * wid-edit.el (widget-default-create, widget-after-change)
19880         (widget-default-format-handler, widget-checklist-add-item)
19881         (widget-radio-add-item, widget-choose, widget-specify-secret)
19882         (widget-field-value-create, widget-field-value-get)
19883         (widget-editable-list-format-handler)
19884         (widget-editable-list-entry-create, widget-group-value-create)
19885         (widget-documentation-link-add)
19886         (widget-documentation-string-value-create): "?\ " -> "?\s".
19887         (widget-convert-text): Doc fix.
19888         (widget-narrow-to-field, widget-field-find)
19889         (widget-url-link-action, widget-emacs-library-link-action)
19890         (widget-color-notify): Fix typos in docstrings.
19892         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
19893         (x-select-text, set-w32-system-coding-system)
19894         (w32-add-charset-info): Fix typos in docstrings.
19896         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
19897         (cua-enable-cua-keys, cua-use-hyper-key)
19898         (cua-virtual-rectangle-edges): Fix typos in docstrings.
19899         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
19901         * net/tramp.el (tramp-handle-load): Fix typo in error message.
19903         * emacs-lisp/re-builder.el (regexp-builder): Declare with
19904         `defalias' instead of faking it.
19906         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
19907         (eshell-ls-missing, eshell-ls-dired-initial-args)
19908         (eshell-ls-use-in-dired): Fix typos in docstrings.
19910 2005-07-20  Kim F. Storm  <storm@cua.dk>
19912         * emulation/cua-base.el (cua-mode): Improve doc string.
19914 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
19916         * abbrev.el (expand-region-abbrevs): Doc fix.
19917         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
19918         Improve argument/docstring consistency.
19920         * arc-mode.el (archive-get-descr, archive-alternate-display):
19921         Doc fixes.
19922         (archive-l-e): Improve argument/docstring consistency.
19923         (archive-tmpdir, archive-unixdate, archive-unixtime)
19924         (archive-chmod-entry): Fix typos in docstrings.
19925         (archive-unflag, archive-unflag-backwards)
19926         (archive-unmark-all-files): "?\ " -> "?\s".
19928         * buff-menu.el (Buffer-menu-unmark): Doc fix.
19929         (Buffer-menu-not-modified, Buffer-menu-execute)
19930         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
19931         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
19933         * composite.el (compose-string, encode-composition-rule)
19934         (compose-last-chars): Fix typos in docstrings.
19936         * desktop.el (desktop-enable, desktop-basefilename):
19937         Declare with `define-obsolete-variable-alias'.
19938         (desktop-internal-v2s): Don't quote keywords.
19939         (desktop-clear): "?\ " -> "?\s".
19941         * dired.el (dired-align-file, dired-flag-backup-files)
19942         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
19943         (dired-listing-switches, dired-ls-F-marks-symlinks)
19944         (dired-dwim-target, dired-load-hook, dired-mode-hook)
19945         (dired-directory, dired-faces, dired, dired-revert)
19946         (dired-mode, dired-summary, dired-view-file)
19947         (dired-copy-filename-as-kill, dired-delete-file)
19948         (dired-no-confirm, dired-unmark-all-marks)
19949         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
19950         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
19951         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
19952         Fix typos in message strings.
19954         * dired-x.el (virtual-dired): Declare with `defalias'.
19955         (dired-mark-unmarked-files, dired-local-variables-file)
19956         (dired-omit-here-always): Doc fix.
19957         (dired-omit-mode, dired-find-subdir)
19958         (dired-enable-local-variables, dired-clean-up-buffers-too)
19959         (dired-extra-startup, dired-mark-extension, dired-jump)
19960         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
19961         (dired-smart-shell-command, dired-guess-shell-alist-user)
19962         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
19963         (dired-x-bind-find-file, dired-x-submit-report):
19964         Fix typos in docstrings.
19965         (dired-mark-unmarked-files): "?\ " -> "?\s".
19967         * dirtrack.el (dirtrack-list): Fix typos in docstring.
19969         * faces.el (describe-face): "?\ " -> "?\s".
19970         (read-all-face-attributes, read-face-font, modify-face)
19971         (face-attr-construct, italic): Fix typos in docstrings.
19972         (frame-update-face-colors): Declare with
19973         `define-obsolete-function-alias'.
19975         * files.el (find-file-noselect, recode-file-name): Doc fixes.
19976         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
19977         (magic-mode-alist, buffer-file-numbers-unique)
19978         (write-file-functions, get-free-disk-space):
19979         Fix typos in docstrings.
19980         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
19981         (write-contents-hooks, write-file-hooks):
19982         Declare with `define-obsolete-variable-alias'.
19984         * forms-d2.el (arch-rj): Fix typo in docstrings.
19985         (arch-tocol): Likewise.  "?\ " -> "?\s".
19987         * frame.el (set-frame-font, cursor-in-non-selected-windows):
19988         Fix typo in docstring.
19989         (set-screen-width, set-screen-height): Delete redundant info in
19990         doctrings.
19991         (new-frame, screen-height, screen-width): Declare with
19992         `define-obsolete-function-alias'.
19993         (delete-frame-hook, blink-cursor): Declare with
19994         `define-obsolete-variable-alias'.
19996         * paths.el (prune-directory-list): Fix typos in docstring.
19998         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
19999         (cvs-prefix-get): Fix typos in docstrings.
20001         * ps-print.el (ps-extend-face-list, ps-extend-face)
20002         (ps-print-background-image): Fix typos in docstrings.
20003         (ps-default-fg, ps-default-bg): Doc fixes.
20005         * s-region.el (s-region-bind): Doc fix.
20006         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
20008         * textmodes/org.el (org-table-formula-substitute-names)
20009         (org-table-get-vertical-vector): Doc fixes.
20010         (org-table-recalculate): Remove unused argument to `message'.
20012 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
20014         * textmodes/org.el (org-table-column-names)
20015         (org-table-column-name-regexp)
20016         (org-table-named-field-locations): New variables.
20017         (org-archive-subtree): Protect `this-command' when calling
20018         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
20019         the kill buffer.
20020         (org-complete): Remove fixed-formula completion.
20021         (org-edit-formulas-map): New variable.
20022         (org-table-edit-formulas): New command.
20023         (org-finish-edit-formulas, org-abort-edit-formulas)
20024         (org-show-variable, org-table-get-vertical-vector): New functions.
20025         (org-table-maybe-eval-formula): Handle `:=' fields.
20026         (org-table-get-stored-formulas, org-table-store-formulas)
20027         (org-table-get-formula, org-table-modify-formulas)
20028         (org-table-replace-in-formulas): Handle named field formulas.
20029         (org-table-get-specials): Store locations of named fields.
20031 2005-07-19  Juri Linkov  <juri@jurta.org>
20033         * progmodes/grep.el (grep-regexp-alist)
20034         (grep-mode-font-lock-keywords, grep-process-setup):
20035         Use default GNU grep match color "01;31m" instead of "01;41m".
20036         (grep-regexp-alist, grep-mode-font-lock-keywords):
20037         Use `\\[[0-9]*m' instead of `\\[00m'.
20038         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
20039         sgr_start where its handling is more important.  Use the real
20040         length of sgr_start instead of constant 8.
20041         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
20042         specially.  Delete all remaining escape sequences.
20043         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
20044         (grep-regexp-alist): Make hyperlink only for binary file name
20045         instead of the whole line.
20046         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
20047         (grep-mode): Add autoload.
20049         * emacs-lisp/find-func.el (find-function-regexp):
20050         Add `define-compilation-mode'.
20052 2005-07-19  Juri Linkov  <juri@jurta.org>
20054         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
20055         (compare-windows-sync-string-size, compare-windows-recenter)
20056         (compare-windows-highlight, compare-windows): Add version 22.1.
20057         (compare-windows) <defface>: Inherit from lazy-highlight instead
20058         of duplicating its default value.
20060         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
20061         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
20063         * descr-text.el (describe-char): Create link buttons for `charset'
20064         and `code point'.  Add the current input method name with a link
20065         button to `to input' field.  Print face names of display table
20066         characters in `The display table entry is displayed by' section
20067         instead of printing face-id in the `display' field.
20068         Guess hardcoded faces and create a link button for them.
20069         Skip empty fields when calculating max-width.
20070         Treat `widget-create' specially while inserting strings from the
20071         collected field list.
20072         (describe-char-after): Made obsolete in version 22.1, not 21.5.
20074         * diff-mode.el (diff-file-header): Change foreground color from
20075         yellow to green on light backgrounds.
20076         (diff-context): Inherit from `shadow' only for color/grayscale
20077         with more than 88 colors.
20078         (diff-indicator-removed, diff-indicator-added)
20079         (diff-indicator-changed): New faces.
20080         (diff-font-lock-keywords): Use new faces.  Regroup rules.
20081         Add "^---$" for `normal' diff format.  Fontify `#' lines with
20082         font-lock-comment-delimiter-face and font-lock-comment-face.
20083         Add `#' to ^[^...] in the rule for `diff-context-face'.
20085         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
20086         a button-like box.  Inherit from `highlight' on low colors.
20087         (shadow): Use shades of gray only for color/grayscale with
20088         more than 88 colors.  Use green for light backgrounds with
20089         8 colors, and yellow for dark backgrounds with 8 colors.
20091         * font-lock.el (font-lock-regexp-grouping-backslash):
20092         Don't inherit from escape-glyph (use bold for all cases).
20094         * info.el (info-xref-visited): Use light foreground color `violet'
20095         for dark backgrounds instead of dark color `magenta3'.
20096         (info-title-1): Use `yellow' color for dark backgrounds.
20098         * isearch.el (isearch): Use not-too-dark magenta3 instead of
20099         too-light magenta2.
20101         * replace.el (match): Use slightly more light RoyalBlue3 instead
20102         of dark RoyalBlue4.
20104         * wid-edit.el (widget-inactive): Inherit from `shadow'.
20106 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
20108         * novice.el (disabled-command-hook): Declare it with
20109         `define-obsolete-variable-alias'.
20111         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
20112         (desktop-buffer-misc-functions, desktop-buffer-handlers)
20113         (desktop-load-default): Add release to obsolescence info.
20114         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
20115         (desktop-append-buffer-args, desktop-read):
20116         Fix typos in docstrings.
20117         (desktop-kill): Fix typo in message.
20118         (desktop-save): Doc fix.
20120 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20122         * viper-cmd.el (viper-escape-to-state): Bug fix.
20123         (viper-envelop-ESC-key): Change the definition of fast
20124         keysequence so it'll work with keyboard macros.
20126         * ediff.el (ediff-patch-buffer): Change the docstring.
20128 2005-07-19  Kenichi Handa  <handa@m17n.org>
20130         * international/mule-cmds.el (select-safe-coding-system): Try to
20131         use an auto-coding (if any) before anything else.  If the found
20132         auto-coding is invalid, show a warning message.
20134         * international/mule.el (find-auto-coding): New function created
20135         by modifying the body of set-auto-coding.
20136         (set-auto-coding): Use find-auto-coding to find a coding.
20138 2005-07-18  Richard M. Stallman  <rms@gnu.org>
20140         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
20141         not isearch-mode-end-hook-error.
20142         (allout-before-change-protect): Fix error message.
20144 2005-07-18  Juri Linkov  <juri@jurta.org>
20146         * allout.el (allout-mode):
20147         * calculator.el (calculator-copy):
20148         * custom.el (custom-known-themes):
20149         * dired.el (dired-desktop-buffer-misc-data)
20150         (dired-restore-desktop-buffer):
20151         * dired-x.el (dired-omit-marker-char):
20152         * files.el (basic-save-buffer):
20153         * font-core.el (font-lock-mode):
20154         * calendar/calendar.el (calendar-goto-hebrew-date)
20155         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
20156         (calendar-goto-persian-date):
20157         * language/ethio-util.el (ethio-sera-to-fidel-region):
20158         * textmodes/picture.el (picture-mode):
20159         Delete duplicate duplicate words.
20161 2005-07-18  Juri Linkov  <juri@jurta.org>
20163         * isearch.el (isearch-mode-map): Remove key bindings for regexp
20164         chars * ? } |.
20165         (isearch-fallback): Don't call `isearch-process-search-char'.
20166         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
20167         (isearch-process-search-char): Call `isearch-fallback' for regexp
20168         chars * ? } |.
20169         (isearch-return-char): Make obsolete with `make-obsolete' instead
20170         of simply documenting it as obsolete in the docstring.
20171         (isearch-fallback): Refill docstring.
20173         * international/isearch-x.el
20174         (isearch-process-search-multibyte-characters): Remove unneeded
20175         `concat'.  Add intermediate values to `junk-hist' instead of
20176         `minibuffer-history'.  Test the length of `str'.
20178 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
20180         * allout.el (allout-resolve-xref): Fix typos in error strings.
20181         (allout-before-change-protect): Remove unneeded `concat'.
20183         * array.el (array-mode, array-reconfigure-rows)
20184         (untabify-backward): Fix typos in docstrings.
20185         (array-reconfigure-rows): Use `insert-buffer-substring', not
20186         `insert-buffer'.
20188         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
20189         * progmodes/ada-mode.el (ada-make-body):
20190         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
20192         * dired.el (dired-log):
20193         * tar-mode.el (tar-subfile-save-buffer):
20194         * play/zone.el (zone-pgm-stress-destress):
20195         Use `insert-buffer-substring', not `insert-buffer'.
20197 2005-07-17  Simon Josefsson  <jas@extundo.com>
20199         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
20201 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
20203         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
20204         Add plain auth method.
20205         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
20207 2005-07-17  Kim F. Storm  <storm@cua.dk>
20209         * ido.el (dired-other-window): Add ido property.
20211 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
20213         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20214         Fix typo in docstring.
20215         (byte-compile-interactive-only-functions): Add `insert-buffer' and
20216         `insert-file-literally'.
20218         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
20219         info and delete redundant message.  Doc fix.
20220         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
20221         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
20223 2005-07-16  Richard M. Stallman  <rms@gnu.org>
20225         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
20226         (byte-compile-and): Use byte-compile-and-recursion.
20227         (byte-compile-or-recursion): New function.
20228         (byte-compile-or): Use that.
20229         (byte-compile-if): Guard the else-clause too.
20230         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
20232         * isearch.el (isearch-mode-end-hook-quit): New variable.
20233         (isearch-done): Bind it.
20234         (isearch-mode-end-hook): Doc fix.
20236         * allout.el (allout-isearch-did-quit): Variable deleted.
20237         (allout-real-isearch-abort): Function name no longer used.
20238         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
20239         (allout-isearch-rectification): isearch-mode always exists.
20240         Don't set allout-isearch-did-quit.
20241         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
20242         allout-isearch-did-quit.
20243         (allout-enwrap-isearch): Just add the hook.
20244         (allout-isearch-abort): Function deleted.
20245         (allout-pre-command-business): Avoid warning.
20247         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
20248         Correctly avoid warnings.
20249         (pascal-outline): Likewise.
20251         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
20253         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
20255         * play/tetris.el (tetris-mode): Avoid warning.
20257         * play/snake.el (snake-mode): Avoid warning.
20259         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
20260         (gamegrid-set-display-table): Avoid warning.
20261         (gamegrid-set-timer): Likewise.
20262         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
20263         (gamegrid-add-score-with-update-game-score-1): Take FILE
20264         as argument.
20265         (gamegrid-add-score-with-update-game-score): Pass that argument.
20266         Rename have-shared-game-dir to gamegrid-shared-game-dir.
20268         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
20270         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
20271         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
20273         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
20274         and insert-file.
20276         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
20277         (sc-ask): Avoid warnings.
20279         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
20280         (eshell-hist-initialize): Use that var the natural way.
20282         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
20284         * emacs-lisp/re-builder.el (reb-cook-regexp):
20285         Avoid warning calling lre-compile-string.
20286         (reb-color-display-p): Avoid warning.
20288         * calculator.el (calculator-last-input): Guard uses
20289         of event-key and key-press-event-p.
20290         (event-key, key-press-event-p): Delete definitions.
20292         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
20293         (find-gc-source-directory, find-gc-subrs-callers)
20294         (find-gc-noreturn-list, find-gc-source-files)
20295         (find-gc-subrs-called): Vars renamed and defvar'd.
20297         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
20298         (checkdoc-overlay-put, checkdoc-delete-overlay)
20299         (checkdoc-overlay-start, checkdoc-overlay-end)
20300         (checkdoc-mode-line-update, checkdoc-char=):
20301         Define such that compiler knows they are defined.
20302         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
20303         (checkdoc-read-event): Delete.  Use read-event directly.
20305         * whitespace.el (whitespace-make-overlay)
20306         (whitespace-overlay-put, whitespace-delete-overlay)
20307         (whitespace-overlay-start, whitespace-overlay-end):
20308         Define such that compiler knows they are defined.
20309         (whitespace): Move conditional inside.
20311         * tempo.el (tempo-insert-template): Suppress warning.
20313         * ediff-diff.el (longlines-mode): Add defvar.
20315 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
20317         * server.el: Bind "C-x #" in a way that works even if C-x is
20318         redefined to a command key, not a prefix key.
20320 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
20322         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
20323         cl-make-type-test till execution time.
20325 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
20327         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
20328         arg ARG and use it.
20330 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
20332         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
20334 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
20336         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20337         a defcustom with two :set or :type keywords.
20339 2005-07-15  Richard M. Stallman  <rms@gnu.org>
20341         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20342         Don't give ^M comment-end syntax.
20344 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
20346         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
20347         Don't consider gdbmi (gdb-mi.el has its own update functions).
20348         (gdb-var-delete): Make it work for gdbmi as well.
20349         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
20351         * progmodes/gud.el (etags, sdb): Only require etags when needed.
20352         (gud-speedbar-menu-items): Correct logic for enabling items.
20354 2005-07-15  Kim F. Storm  <storm@cua.dk>
20356         * ido.el: Fix commentary.
20357         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
20358         Use with-no-warnings around ffap-guesser.
20359         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
20360         Let bind minibuffer-completing-file-name to t.
20362 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
20364         * startup.el (site-run-file, keyboard-type): Doc fixes.
20365         (command-line): Check for "--basic-display" argument; also for
20366         "--quick", not "--bare-bones" (which was renamed).
20367         (fancy-splash-text): Add missing item "Getting New Versions".
20368         (normal-splash-screen): Fix typos and improve consistency with
20369         `fancy-splash-text'.  Update copyright year.
20371         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
20372         valid binding for `help-char'.
20374         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
20376 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
20378         * term.el (term-mode): Disable cua-mode for term buffers.
20380 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
20382         * add-log.el (add-log-mailing-address, change-log-merge):
20383         Doc fixes.
20384         (change-log-get-method-definition): Fix typo in docstring.
20386 2005-07-14  Kim F. Storm  <storm@cua.dk>
20388         * emulation/cua-base.el:
20389         (cua--pre-command-handler-1, cua--pre-command-handler)
20390         (cua--post-command-handler-1, cua--post-command-handler):
20391         Split in two.  Check (buffer local) value of cua-mode.
20392         (cua-selection-mode): New command.
20394 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
20396         * custom.el (custom-initialize-safe-set)
20397         (custom-initialize-safe-default): Doc fixes.
20399         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
20400         and simplify :init-value again.
20402         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
20403         and simplify :init-value again.  Delete autoload.
20405         * startup.el (command-line): Use `custom-reevaluate-setting' again
20406         for tooltip-mode.
20408         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20409         a defcustom with two :initialize keywords.
20411 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
20413         * allout.el (my-mark-marker, allout-isearch-prior-pos)
20414         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
20415         (allout-post-command-business, allout-flag-region)
20416         (isearch-reenable-font-lock, allout-yank)
20417         (allout-insert-latex-header, allout-insert-latex-trailer)
20418         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
20419         (allout-latex-verb-quote): Fix typos in docstrings.
20420         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
20421         (allout-unprotected, allout-prefix-data):
20422         Improve argument/docstring consistency.
20423         (allout-chart-subtree): Fix argument spec.
20424         (allout-open-topic): Rename `use_sib_bullet' argument to
20425         `use-sib-bullet'.  Doc fix.
20427         * whitespace.el (whitespace-check-buffer-leading)
20428         (whitespace-check-buffer-trailing)
20429         (whitespace-check-buffer-indent)
20430         (whitespace-check-buffer-spacetab)
20431         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
20432         (whitespace-check-leading-whitespace)
20433         (whitespace-check-trailing-whitespace)
20434         (whitespace-check-spacetab-whitespace)
20435         (whitespace-check-indent-whitespace)
20436         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
20437         (whitespace-modes): Fix typos in docstrings.
20438         (defgroup, defcustom): Doc fixes.
20440         * winner.el (winner-mode, winner-boring-buffers)
20441         (winner-pending-undo-ring): Doc fixes.
20442         (winner-ring): Remove unneeded `progn'.
20443         (winner-equal): `defsubst' it.
20444         (winner-redo): Fix message.
20446 2005-07-13  Kim F. Storm  <storm@cua.dk>
20448         * simple.el (line-move-1): Always use vertical-motion to
20449         do the last (or only) line move to ensure some movement.
20450         Undo 2005-06-23 change--don't check for overlays.
20452 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20454         * term/mac-win.el (ccl-encode-mac-roman-font)
20455         (ccl-encode-mac-centraleurroman-font)
20456         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
20457         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
20458         Change charset-id boundary of dimension to ?\xef.
20459         (mac-char-fontspec-list): New constant.
20460         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
20461         argument.  Nil uses itself as family in font-spec.  Previous
20462         behavior for nil is now provided by non-nil non-string argument.
20463         All callers changed.  Add font-specs for Mac fonts to
20464         "fontset-default" unless iso8859-1 fonts are installed.
20466 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20468         * progmodes/sh-script.el (sh-get-indent-info): Only indent
20469         a continuation line if the \ is preceded by SPC or TAB.
20470         (sh-get-indent-info): Simplify.
20471         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
20472         Use with-current-buffer.
20474         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
20475         when the matched text is empty.
20477 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
20479         * startup.el (command-line): Revert to previous handling of
20480         tooltip-mode.  Explain in comment why the complexity is needed.
20482         * tooltip.el (tooltip-mode): Revert to previous implementation of
20483         its defcustom.
20485         * frame.el (blink-cursor-mode): Revert to previous implementation
20486         of its defcustom.  Update comment.
20488 2005-07-12  Lars Hansen  <larsh@soem.dk>
20490         * desktop.el: Update e-mail address.
20492 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20494         * term/mac-win.el (mac-services-mail-selection)
20495         (mac-services-mail-to): New functions.
20496         (mac-application-menu-map): Bind them.
20498 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
20500         * progmodes/gdb-ui.el: Add note about buffering with Windows.
20502 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
20504         * custom.el (custom-reevaluate-setting): Doc fix.
20506 2005-07-11  Jay Belanger  <belanger@truman.edu>
20508         * calc/calc.el (calc-embedded-announce-formula-alist)
20509         (calc-embedded-open-close-plain-alist)
20510         (calc-embedded-open-close-mode-alist): Add checks for additional
20511         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
20513 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
20515         * custom.el (custom-enable-theme): Don't add theme to
20516         `custom-enabled-themes' with `push' because there is no
20517         setf-method for `delq'.
20519 2005-07-11  Richard M. Stallman  <rms@gnu.org>
20521         * custom.el (custom-declare-variable): Doc fix.
20523         * dired-aux.el (dired-compare-directories): Remove "." and ".."
20524         from the alists.
20526         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
20527         Do nothing if edebug-active.
20529         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
20530         (edebug-display): Do it here instead.
20532 2005-07-10  Richard M. Stallman  <rms@gnu.org>
20534         * cus-face.el (custom-theme-set-faces): Make it work.
20535         (custom-reset-faces): Doc fix.
20536         (custom-theme-reset-internal-face, custom-theme-face-value):
20537         Functions deleted.
20539         * custom.el (custom-push-theme): Maintain list of the settings
20540         of a given theme in its theme-settings property.
20541         Maintain position of old settings in the theme-value
20542         or theme-face property.
20543         (custom-enabled-themes): New variable.
20544         (custom-theme-enabled-p): New function.
20545         (provide-theme): Update custom-enabled-themes.
20546         Disable and reenable the `user' theme.
20547         (require-theme): Doc fix.
20548         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
20549         (custom-theme-value, custom-theme-variable-value): Likewise.
20550         (custom-theme-reset-internal): Likewise.
20551         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
20552         (custom-enable-theme, custom-disable-theme): New functions.
20553         (custom-variable-theme-value, custom-face-theme-value): Likewise.
20554         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
20555         (custom-theme-reset-variables): Simplify.
20556         (deftheme, custom-declare-theme, custom-make-theme-feature):
20557         Definitions moved.
20559 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
20561         * longlines.el (longlines-show-region)
20562         (longlines-unshow-hard-newlines): Recognize hard newlines by
20563         non-nil hard property, instead of t.
20565 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
20567         * viper-cmd.el (viper--key-maps): New variable.
20568         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
20569         emulation-mode-map-alists.
20570         (viper-envelop-ESC-key): Use viper-subseq.
20571         (viper-search-forward/backward/next): Disable debug-on-error.
20573         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20574         (viper-ESC-key): New defcustoms.
20576         * viper-macs.el (ex-map-read-args): Use viper-subseq.
20578         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
20579         (viper-subseq): Copy of subseq from cl.el.
20581         * viper.el (viper-go-away, viper-set-hooks): Use
20582         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
20584         * viper-mous.el (viper-current-frame-saved): Use defvar.
20586         * viper-init.el: Get rid of -face in face names.
20588         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
20589         Make it work with longlines mode
20591         * ediff-mult.el (ediff-meta-mode-hook): New variable.
20593         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
20595         * ediff-init.el: Get rid of -face in face names.
20597 2005-07-10  Richard M. Stallman  <rms@gnu.org>
20599         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
20600         and with-timeout-unsuspend.
20602         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
20603         and with-timeout-unsuspend.
20605         * emacs-lisp/timer.el (with-timeout-timers): New variable.
20606         (with-timeout): Bind that variable to record timers.
20607         (with-timeout-suspend, with-timeout-unsuspend): New functions.
20609         * emacs-lisp/debug.el (debug-help-follow): New function.
20610         (debugger-mode-map): Use that instead of help-follow.
20611         (debugger-setup-buffer): Use eval-buffer-list
20612         to handle eval-buffer frames.
20614 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
20616         * timezone.el (timezone-parse-date): Change first regexp
20617         so it will not mistakenly match dates with no time zone.
20619 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
20621         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
20623 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
20625         * custom.el (custom-initialize-safe-set)
20626         (custom-initialize-safe-default): New functions.
20628         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
20629         and simplify :init-value.
20631         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
20632         and simplify :init-value.  Delete obsolete comment.
20634         * startup.el (command-line): Use `custom-reevaluate-setting' to
20635         handle `tooltip-mode'.  Delete obsolete comment.
20637         * files.el (set-visited-file-name): Avoid calling
20638         `file-name-nondirectory' with a nil argument.
20640 2005-07-09  Richard M. Stallman  <rms@gnu.org>
20642         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
20643         was called with nil for the buffer, handle the read position right.
20644         Handle read position for eval-region, too.
20646 2005-07-09  Juri Linkov  <juri@jurta.org>
20648         * fringe.el (fringe-mode): Add period in docstring.
20649         (fringe-query-style): Build prompt depending on `all-frames' arg.
20651         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
20652         to not create links to unrelated functions in the Help buffer.
20654         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
20655         Doc fix.
20657         * simple.el (next-error-hook): New variable.
20658         (next-error): Use it.  Doc fix.
20660         * textmodes/ispell.el (ispell-command-loop): Add current
20661         dictionary name and program name to mode-line-format.
20662         (ispell-region, ispell-process-line): Add current dictionary name
20663         and program name to messages.
20665 2005-07-08  Jay Belanger  <belanger@truman.edu>
20667         * calc/calc.el (calc-embedded-announce-formula-alist)
20668         (calc-embedded-open-close-formula-alist)
20669         (calc-embedded-open-close-word-alist)
20670         (calc-embedded-open-close-plain-alist)
20671         (calc-embedded-open-close-new-formula-alist)
20672         (calc-embedded-open-close-mode-alist)
20673         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
20674         (calc-embedded-mode-hook): New variables.
20676         * calc/calc-embed.el (calc-embedded-firsttime)
20677         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
20678         New variables.
20679         (calc-do-embedded): Use calc-embedded-firsttime,
20680         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
20681         determine whether or not to run hooks.
20682         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
20683         calc-embedded-firsttime-formula appropriately.
20684         Set calc-embedded delimiter variables according to mode.
20686 2005-07-08  Richard M. Stallman  <rms@gnu.org>
20688         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
20689         Check for "emacs", etc., as entire symbol, not just as word.
20690         (checkdoc-file-comments-engine): Use regexp-quote on FN.
20692         * files.el (set-visited-file-name): Report the error
20693         for "empty filename" earlier.
20694         (kill-some-buffers): Ignore buffers already dead.
20696         * fringe.el (fringe-mode): Doc fix.
20698         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20699         Check for (featurep 'xemacs) and turn off warnings in what it guards.
20700         Use unwind-protect to ensure byte-compile-unresolved-functions
20701         is updated.
20703         * whitespace.el (whitespace-buffer-leading-cleanup):
20704         Simplify w/ skip-chars-forward.
20705         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
20707         * mail/rmail.el (rmail-only-expunge): Fix paren error.
20708         Unconditionally try to leave point at the same old place.
20710 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
20712         * comint.el (comint-postoutput-scroll-to-bottom)
20713         (comint-show-maximum-output): Take scroll-margin into consideration.
20715 2005-07-08  Kim F. Storm  <storm@cua.dk>
20717         * ido.el (ido-use-filename-at-point): New choice `guess'.
20718         (ido-file-internal): Try ffap-guesser if selected.
20720         * ido.el (ido-before-fallback-functions): New hook.
20721         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
20722         (ido-read-file-name): Run it.
20724 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20726         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
20727         strings rather than a list of symbols to the completion function.
20729 2005-07-07  Jay Belanger  <belanger@truman.edu>
20731         * calc/calc-units.el (math-apply-units): Change the places in
20732         which units are simplified.
20734 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
20736         * cus-edit.el (customize-option, customize-option-other-window):
20737         Make them handle aliases.
20739         * custom.el (custom-variable-p): Make it recursively follow
20740         aliases.  Mention that in the docstring.
20742 2005-07-07  Richard M. Stallman  <rms@gnu.org>
20744         * cus-start.el (exec-path): Use `directory' instead of `file'.
20745         Fix tag for nil.
20747 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
20749         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
20750         when called non-interactively.  Doc fix.
20752 2005-07-07  Lute Kamstra  <lute@gnu.org>
20754         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
20755         new address as well.
20757 2005-07-07  Kenichi Handa  <handa@m17n.org>
20759         * international/mule.el (make-coding-system):
20760         Describe `ascii-incompatible' property in the docstring.
20761         (set-file-name-coding-system): Signal an error if coding-system is
20762         ascii-incompatible.
20763         (set-keyboard-coding-system): Likewise.
20765         * international/mule-cmds.el (set-default-coding-systems):
20766         Don't set default-file-name-coding-system and
20767         default-keyboard-coding-system if coding-system is ASCII-incompatible.
20769         * international/utf-16.el: Declare that all UTF-16-based coding
20770         systems are ASCII-incompatible.
20772 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
20774         * progmodes/gud.el: Require font-lock for displaying errors.
20775         Used by gdb-ui.el.
20777 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
20779         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
20780         values for the pattern lists which are `read'able but not
20781         `append'able (like symbols).
20783 2005-07-06  Richard M. Stallman  <rms@gnu.org>
20785         * progmodes/flymake.el (flymake-float-time): Instead of
20786         with-no-warnings, test for XEmacs.
20787         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
20788         to avoid warning.
20790 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
20792         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
20794 2005-07-05  Lute Kamstra  <lute@gnu.org>
20796         * battery.el: Add support for Darwin (with much debugging help
20797         from Samuel Lauber <sam124@operamail.com>).
20798         (battery-status-function, battery-echo-area-format)
20799         (battery-mode-line-format): Add support for pmset on Darwin.
20800         (battery-load-low, battery-load-critical): New user options.
20801         (battery-pmset): New function.
20803 2005-07-05  Lute Kamstra  <lute@gnu.org>
20805         Update FSF's address in GPL notices.
20807         * textmodes/page-ext.el: Update FSF's address.
20809 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20811         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
20812         filling from using prefix when filling a single-line docstring.
20814         * progmodes/flymake.el: Remove useless eval-when-compile.
20816         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
20818 2005-07-04  Richard M. Stallman  <rms@gnu.org>
20820         * textmodes/org.el (org-file-apps-defaults-gnu):
20821         Rename from org-file-apps-defaults-linux.
20822         (org-default-apps): Don't test system-type for `linux'.
20823         (org-file-apps): Doc fix.
20825 2005-07-04  David Ponce  <david@dponce.com>
20827         * tree-widget.el: Improve header Commentary section.
20828         (tree-widget) [defgroup]
20829         (tree-widget-image-enable, tree-widget-themes-directory)
20830         (tree-widget-theme, tree-widget-image-properties-emacs)
20831         (tree-widget-image-properties-xemacs, tree-widget-create-image)
20832         (tree-widget-image-formats, tree-widget-control)
20833         (tree-widget-empty-control, tree-widget-leaf-control
20834         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
20835         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
20836         (tree-widget-keep, tree-widget-after-toggle-functions)
20837         (tree-widget-open-node, tree-widget-close-node): Doc fix.
20838         (tree-widget-open-control, tree-widget-close-control): Fix doc and
20839         :help-echo message.
20840         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
20841         (tree-widget-image-properties): Doc fix.  Clearer implementation.
20842         (tree-widget--cursors): New constant.
20843         (tree-widget-lookup-image): New function split from
20844         `tree-widget-find-image'.  Clearer implementation.
20845         (tree-widget-find-image): Use it.
20846         (tree-widget-button-keymap): Use `set-keymap-parent'.
20847         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
20848         Define the sub-widgets here.
20849         (tree-widget-node): Check that :node is not a tree-widget.
20850         (tree-widget-get-super, tree-widget-open-control)
20851         (tree-widget-close-control, tree-widget-empty-control)
20852         (tree-widget-leaf-control, tree-widget-guide)
20853         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
20854         (tree-widget-no-handle, tree-widget-value-delete)
20855         (tree-widget-map): Remove.
20856         (tree-widget-children-value-save): Doc fix.  Simplified.
20857         (tree-widget-value-create): Update according to previous changes.
20859 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
20861         * textmodes/org.el: Leading space replaced by TABS.
20862         (org-recalc-marks, org-table-rotate-recalc-marks)
20863         (org-table-get-specials): Treat "^" and "_" marks.
20864         (org-table-justify-field-maybe): Optional argument NEW.
20865         (org-table-eval-formula): Parsing of the format simplified.
20866         New modes C,I.  Honor the %= parameter in the current table.
20867         Avoid unnecessary re-align by using the NEW argument to
20868         `org-table-justify-field-maybe'.
20869         (org-calc-default-modes): Default for date-format mimicks org-mode.
20870         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
20872 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
20874         * cus-face.el (custom-theme-set-faces): Make it handle face
20875         aliases whose alias declarations are pre- or autoloaded.
20877 2005-07-04  Juri Linkov  <juri@jurta.org>
20879         * faces.el (read-face-name): Put the code for getting a face name
20880         from the buffer before adding the faces from the `face' property.
20881         Use `completing-read-multiple' instead of `completing-read'.
20882         Require `crm'.  Add default value and post-process the returned
20883         list of faces.
20885         * emacs-lisp/crm.el (crm-find-current-element)
20886         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
20888         * emacs-lisp/lisp-mode.el (eval-defun-1):
20889         * emacs-lisp/edebug.el (edebug-eval-defun):
20890         Remove unnecessary quotes.
20892 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20894         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
20895         (prolog-indent-level): Fix typo in docstring.
20897         * info.el (Info-history, Info-history-forward)
20898         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
20900         * add-log.el (add-change-log-entry):
20901         * comint.el (comint-dynamic-list-input-ring)
20902         (comint-dynamic-list-completions):
20903         * dabbrev.el (dabbrev-expand):
20904         * delim-col.el (delimit-columns-rectangle-line):
20905         * diff-mode.el (diff-context->unified, diff-reverse-direction)
20906         (diff-unified->context):
20907         * ediff-init.el (ediff-abbrev-jobname):
20908         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
20909         (ediff-replace-session-activity-marker-in-meta-buffer):
20910         * info.el (Info-summary):
20911         * lpr.el (printify-region):
20912         * printing.el (pr-create-interface):
20913         * ps-print.el (ps-print-quote):
20914         * ses.el (ses-column-widths, ses-print-cell)
20915         (ses-adjust-print-width, ses-center):
20916         * shell.el (shell-file-name-quote-list):
20917         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
20918         (strokes-fill-current-buffer-with-whitespace)
20919         (strokes-xpm-for-stroke, strokes-list-strokes)
20920         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
20921         * term.el (term-dynamic-list-input-ring)
20922         (term-dynamic-list-completions):
20923         * calc/calc.el (math-format-stack-value):
20924         * emacs-lisp/edebug.el (edebug-display-freq-count):
20925         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
20926         (delphi-new-comment-line):
20927         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
20928         * progmodes/executable.el (executable-set-magic):
20929         * progmodes/python.el (inferior-python-mode):
20930         * progmodes/scheme.el (scheme-mode-syntax-table):
20931         * progmodes/sh-script.el (sh-maybe-here-document):
20932         * progmodes/sql.el (sql-copy-column):
20933         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
20934         * textmodes/bibtex.el (bibtex-mode):
20935         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
20936         (sgml-auto-attributes):
20937         * textmodes/table.el (table-insert, table-shorten-cell)
20938         (table--generate-source-scan-lines, table-delete-row)
20939         (*table--cell-delete-char, table--spacify-frame)
20940         (table--horizontally-shift-above-and-below)
20941         (table--cell-insert-char, table--cell-blank-str)
20942         (table--fill-region-strictly):
20943         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
20944         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
20946         * add-log.el (change-log):
20947         * apropos.el (apropos):
20948         * comint.el (comint-completion, comint-source):
20949         * dabbrev.el (dabbrev):
20950         * delim-col.el (columns):
20951         * diff-mode.el (diff-mode):
20952         * ediff.el (ediff):
20953         * ediff-diff.el (ediff-diff):
20954         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
20955         * ediff-mult.el (ediff-mult):
20956         * ediff-ptch.el (ediff-ptch):
20957         * ediff-wind.el (ediff-window):
20958         * facemenu.el (facemenu):
20959         * indent.el (indent):
20960         * info.el (info):
20961         * jka-cmpr-hook.el (compression, jka-compr):
20962         * lpr.el (lpr):
20963         * outline.el (outlines):
20964         * pcmpl-cvs.el (pcmpl-cvs):
20965         * pcmpl-rpm.el (pcmpl-rpm):
20966         * printing.el (printing):
20967         * ps-print.el (postscript, ps-print, ps-print-horizontal)
20968         (ps-print-vertical, ps-print-headers, ps-print-font)
20969         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
20970         (ps-print-background, ps-print-printer, ps-print-page)
20971         (ps-print-miscellany):
20972         * ses.el (ses):
20973         * shell.el (shell, shell-directories, shell-faces):
20974         * startup.el (initialization):
20975         * strokes.el (strokes):
20976         * term.el (term):
20977         * uniquify.el (uniquify):
20978         * w32-vars.el (w32):
20979         * calc/calc.el (calc):
20980         * emacs-lisp/bytecomp.el (bytecomp):
20981         * emacs-lisp/cl-indent.el (lisp-indent):
20982         * emacs-lisp/edebug.el (edebug):
20983         * emacs-lisp/elp.el (elp):
20984         * emacs-lisp/testcover.el (testcover):
20985         * emacs-lisp/trace.el (trace):
20986         * emulation/viper-ex.el (viper-ex):
20987         * emulation/viper-mous.el (viper-mouse):
20988         * mail/mailalias.el (mailalias):
20989         * mail/supercite.el (supercite, supercite-frames)
20990         (supercite-attr, supercite-cite, supercite-hooks):
20991         * net/rcompile.el (remote-compile):
20992         * net/rlogin.el (rlogin):
20993         * obsolete/ooutline.el (outlines):
20994         * progmodes/delphi.el (delphi):
20995         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
20996         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
20997         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
20998         (ebnf-optimization):
20999         * progmodes/etags.el (etags):
21000         * progmodes/executable.el (executable):
21001         * progmodes/idlwave.el (idlwave):
21002         * progmodes/pascal.el (pascal):
21003         * progmodes/prolog.el (prolog):
21004         * progmodes/python.el (python):
21005         * progmodes/scheme.el (scheme):
21006         * progmodes/sh-script.el (sh, sh-script):
21007         * progmodes/sql.el (SQL):
21008         * progmodes/tcl.el (tcl):
21009         * textmodes/bibtex.el (bibtex, bibtex-autokey):
21010         * textmodes/enriched.el (enriched):
21011         * textmodes/makeinfo.el (makeinfo):
21012         * textmodes/sgml-mode.el (sgml):
21013         * textmodes/table.el (table-hooks):
21014         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
21015         * textmodes/texinfo.el (texinfo):
21016         * textmodes/two-column.el (two-column):
21017         Finish `defgroup' description with period.
21019         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
21020         * eshell/esh-var.el (eshell-var):
21021         * progmodes/vhdl-mode.el (vhdl-testbench):
21022         * textmodes/org.el (org): Fix typos in docstrings.
21024         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
21025         consistency.
21027         * progmodes/flymake.el (flymake-find-file): Remove.
21028         (flymake-float-time): Use `with-no-warnings'.
21029         (flymake-check-start-time, flymake-check-was-interrupted)
21030         (flymake-err-info, flymake-is-running, flymake-last-change-time)
21031         (flymake-new-err-info): `defvar' at compile time.
21033 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
21035         * replace.el (occur-hook): Doc fix.
21036         (occur-1): Don't call `occur-hook' if there are no matches.
21038 2005-07-03  Richard M. Stallman  <rms@gnu.org>
21040         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
21041         global-map, save the same map.
21042         (global-map): Don't alter it at top level.
21043         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
21044         Then alter it here instead.
21045         (tpu-edt-off): Set global-map to the saved one.
21047         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
21048         All references simplified.
21049         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
21050         (zmacs-regions): Add defvar.
21051         (repeat-complex-command-map): Everything about that deleted.
21053         * textmodes/artist.el (artist-key-is-drawing)
21054         (artist-key-endpoint1, artist-key-poly-point-list)
21055         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
21056         (artist-key-compl-table, artist-rb-save-data)
21057         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
21058         Don't put them in eval-when-compile.
21059         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
21061         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
21062         Use with-no-warnings.
21064         * net/browse-url.el (dos-windows-version): Add defvar.
21066         * mail/supercite.el (filladapt-prefix-table): Add defvar.
21068         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
21069         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
21070         (rmail-new-summary-line-count): Rename from new-summary-line-count.
21071         Add defvar.
21072         (rmail-summary-beginning-of-message): Use with-no-warnings.
21073         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
21075         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
21076         Use with-no-warnings.
21078         * emulation/vi.el (vi-mark-region): Use c-mark-function.
21079         (c-mark-function): Add point-moving-unit property.
21080         (vi-goto-line): Use with-no-warnings.
21082         * emulation/edt.el (edt-last-copied-word): Add defvar.
21083         (zmacs-region-stays): Likewise.
21084         (edt-mark-section-wisely): Use c-mark-function for C.
21085         Use makr-defun for Fortran.
21086         (time-string): defvar deleted.
21087         (edt-display-the-time): Don't set time-string.
21089         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
21091         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21092         Don't warn when name is not constant
21093         or for defining the group `emacs'.
21095         * tooltip.el (gud-tooltip-mode): Add defvar.
21097         * startup.el (default-frame-background-mode): Add defvar.
21099         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
21101         * info.el (tool-bar-map): Add defvar.
21103         * dired.el (dnd-protocol-alist): Add defvar.
21105         * dired-aux.el (dired-query): Display question with answer, when
21106         the user answers.
21108         * custom.el (custom-add-option): Doc fix.
21110         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
21112 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
21114         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
21115         bogus name from the last change.
21117 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
21119         * custom.el (custom-declare-variable): Fix typos in comment.
21120         (custom-known-themes): Doc fix.
21121         (custom-theme-directory): New defcustom.
21122         (require-theme): Make it check `custom-theme-directory'.
21124         * cus-theme.el (custom-new-theme-mode): New function.
21125         (custom-theme-name, custom-theme-variables, custom-theme-faces)
21126         (custom-theme-description): Add compiler defvars.
21127         (customize-create-theme): Add doc to the "*New Custom Theme*"
21128         buffer.  Use `custom-new-theme-mode'.
21129         (custom-theme-write): Put the created buffer in emacs-lisp-mode
21130         and save it to the `custom-theme-directory'.  Make this the
21131         default directory of the buffer.
21133 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
21135         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
21136         Fix unbalanced parentheses.
21138 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21140         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
21141         into flymake-mode and delegate to flymake-mode.
21143         * find-file.el (ff-which-function-are-we-in): Clean up.
21145 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
21147         * replace.el (occur-rename-buffer): Fix docstring.
21149         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
21150         (edt-last-copied-word, edt-learn-macro-count)
21151         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
21152         (edt-rect-start-point, edt-user-global-map, rect-start-point)
21153         (time-string, zmacs-region-stays):
21154         * emulation/edt-mapper.el (edt-save-function-key-map)
21155         (EDT-key-name): `defvar' to silence the byte-compiler.
21157 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
21159         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
21160         font-lock-regexp-backslash.  Doc fix.
21161         (font-lock-regexp-backslash-grouping-construct): Rename from
21162         font-lock-regexp-backslash-construct.  Doc fix.
21163         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
21164         grouping constructs.
21166 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
21168         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
21169         updating all the prerequisites.
21171 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
21173         * textmodes/org.el (org-agenda-start-on-weekday)
21174         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
21175         (org-agenda-use-time-grid, org-archive-location)
21176         (org-allow-space-in-links, org-usenet-links-prefer-google)
21177         (org-enable-table-editor, org-export-default-language)
21178         (org-export-html-show-new-buffer, org-fill-paragraph)
21179         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
21180         (org-goto-quit, org-occur, org-eval-in-calendar)
21181         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
21182         (org-agenda-diary-entry, org-remember-help)
21183         (org-table-convert-region, org-at-table-p)
21184         (org-table-move-row-down, org-table-move-row-up)
21185         (org-table-copy-region, org-table-toggle-vline-visibility)
21186         (org-table-get-stored-formulas, org-table-get-specials)
21187         (org-recalc-commands, org-table-eval-formula)
21188         (org-table-formula-substitute-names, orgtbl-make-binding)
21189         (org-format-org-table-html, org-format-table-table-html)
21190         (org-format-table-table-html-using-table-generate-source)
21191         (org-customize): Fix typos in docstrings.
21192         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
21193         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
21194         (org-back-to-heading): Doc fixes.
21195         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
21196         (org-agenda-change-all-lines, org-get-header):
21197         Improve argument/docstring consistency.
21198         (orgtbl-error): Fix error message.
21200         * progmodes/flymake.el (flymake-find-possible-master-files)
21201         (flymake-master-file-compare, flymake-get-line-err-count)
21202         (flymake-highlight-line, flymake-gui-warnings-enabled):
21203         Fix typos in docstrings.
21204         (flymake-parse-line, flymake-get-project-include-dirs-function)
21205         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
21206         Doc fixes.
21207         (flymake-get-project-include-dirs-function)
21208         (flymake-make-err-menu-data):
21209         Improve argument/docstring consistency.
21211 2005-07-01  Lute Kamstra  <lute@gnu.org>
21213         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
21214         Catch errors with ignore-errors.  Use temporary buffer.
21215         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
21217         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
21218         background color faces.
21219         (facemenu-set-foreground, facemenu-set-background):
21220         Use facemenu-set-face-from-menu.
21221         (facemenu-set-face-from-menu): Treat face names that start with
21222         "fg:" or "bg:" as special.
21223         (facemenu-add-new-color): Don't create faces.  Simplify.
21225 2005-06-30  Richard M. Stallman  <rms@gnu.org>
21227         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
21228         (crm-find-current-element): Likewise.
21230 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
21232         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
21234 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21236         * arc-mode.el (archive-extract): Make it work as a mouse binding.
21237         (archive-mouse-extract): Make it an obsolete alias.
21238         (archive-mode-map): Don't use archive-mouse-extract any more.
21239         (archive-mode, archive-extract): write-contents-hooks ->
21240         write-contents-functions.
21241         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
21242         first arg.
21243         (archive-rename-entry): Update the call.
21244         (archive-zip-summarize): Remove unused var `method'.
21245         (archive-lzh-summarize): Remove unused var `creator'.
21247         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
21248         dedicated frame upon exit.
21250         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
21251         (archive-zip-extract, archive-zip-expunge)
21252         (archive-zip-update, archive-zip-update-case): Use executable-find.
21253         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
21254         Use restore-buffer-modified-p.
21255         (archive-extract, archive-add-new-member, archive-write-file-member):
21256         Use with-current-buffer.
21257         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
21259 2005-06-30  Andreas Schwab  <schwab@suse.de>
21261         * progmodes/gud.el (gud-filter): Remove unneeded progn.
21263 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
21265         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
21267 2005-06-30  Juri Linkov  <juri@jurta.org>
21269         * faces.el (vertical-border): Inherit from mode-line-inactive
21270         only on tty.
21272 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
21274         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
21275         example, -NLINES in the `occur' docstring).
21277         * replace.el (occur-1): When no matches are found, do not set the
21278         `buffer-read-only' and modified flags for the occur buffer,
21279         because it is deleted.
21281         * emulation/cua-base.el (cua-check-pending-input)
21282         (cua-repeat-replace-region, cua-mode, cua-debug)
21283         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
21284         Fix typos in docstrings.
21286         * emulation/cua-gmrk.el (cua-toggle-global-mark)
21287         (cua-cut-region-to-global-mark)
21288         (cua--cut-rectangle-to-global-mark):
21289         Remove period from end of messages.
21291         * emulation/cua-rect.el (cua-do-rectangle-padding):
21292         Remove period from end of messages.
21293         (cua--rectangle-seq-format): Fix typo in docstring.
21294         (cua-sequence-rectangle, cua-fill-char-rectangle):
21295         Improve argument/docstring consistency.
21297 2005-06-29  Juri Linkov  <juri@jurta.org>
21299         * faces.el (default-frame-background-mode): New internal variable.
21300         (frame-set-background-mode): Use it.
21302         * startup.el (normal-top-level): Set default-frame-background-mode
21303         instead of frame-background-mode.  Before setting it, test for its
21304         nil value.  Remove tests for frame-background-mode and frame
21305         parameter `reverse'.  Add test for "unspecified-fg".
21307         * term/xterm.el (xterm-rxvt-set-background-mode):
21308         * term/rxvt.el (rxvt-set-background-mode):
21309         Set default-frame-background-mode instead of frame-background-mode.
21311 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
21313         * simple.el (set-variable): Warn about obsolete user variables.
21315         * imenu.el (imenu--completion-buffer):
21316         * mouse.el (mouse-buffer-menu-alist):
21317         * msb.el (msb-invisible-buffer-p):
21318         * calendar/diary-lib.el (diary-header-line-format):
21319         * emacs-lisp/pp.el (pp-buffer):
21320         * progmodes/cperl-mode.el (cperl-do-auto-fill):
21321         * textmodes/picture.el (picture-replace-match):
21322         Change space constants followed by a sexp to "?\s ".
21324         * play/decipher.el (decipher-loop-with-breaks):
21325         * textmodes/texinfo.el (texinfo-insert-@item): Change space
21326         constants "protected" from end of line by a comment to "?\s".
21328 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21330         * font-lock.el (save-buffer-state): Use `declare'.
21332         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
21333         reset the syntax-table to cperl-mode-syntax-table.
21334         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
21335         "foo_print_bar" is not matched as a reserved keyword.
21337 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
21339         * textmodes/org.el (orgtbl-setup): New function, for delayed
21340         setup for the orgtbl commands.
21341         (org-calc-default-modes): New option.
21342         (orgtbl-make-binding): Use `defun' to get better help display.
21343         (org-diary): Call `org-compile-prefix-format'.
21344         (org-table-formula-substitute-names): New function.
21345         (org-agenda-day-view, org-agenda-week-view): New commands.
21346         (org-agenda-toggle-week-view): Command removed.
21347         (org-tbl-menu): Split off from org-org-menu.
21348         (org-mode): Move removal of outline-mode menus to here.
21349         (org-table-formula-debug): New option.
21350         (org-table-insert-row): Keep first field if just "#" or "*".
21351         (org-mode): Paragraph regexps fixed.
21352         (org-table-recalculate-regexp): New constant.
21353         (org-table-justify-field-maybe): Avoid replace if not necessary.
21354         (org-copy-special, org-cut-special): Use `call-interactively'.
21355         (org-table-copy-region): Take region from `interactive' call.
21356         (org-trim): Return string even if no match.
21357         (org-formula): New face.
21358         (org-set-font-lock-defaults): No longer highlight "FIXME".
21359         But highlight formula-related fields in table.
21360         (org-table-p): Use regexp, not fontification.
21361         (org-table-align): Handle white space at end of line.
21362         (org-table-formula-evaluate-inline): New option.
21363         (org-mode): Auto-wrapping in comment lines turned off.
21364         (org-table-copy-down): Evaluate only in copied field, not in
21365         destination.
21366         (org-table-current-formula): Variable removed.
21367         (org-table-store-formulas, org-table-get-stored-formulas)
21368         (org-table-modify-formulas, org-table-replace-in-formulas)
21369         (org-table-maybe-eval-formula): New functions.
21370         (org-table-get-formula): Modify to use stored formulas.
21371         (org-table-insert-column, org-table-delete-column)
21372         (org-table-move-column): Call `org-table-modify-formulas'.
21373         (org-complete): Add completion for keyword formulas.
21374         (orgtbl-mode): Pull orgtbl-mode-map to start of
21375         minor-mode-map-alist.
21377 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21379         * progmodes/python.el (python-check): Require `compile' before
21380         modifying its variables.
21382         * newcomment.el (comment-indent-default): Don't get fooled by an early
21383         end of buffer.
21385 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21387         * ps-print.el (ps-print-version): Fix version number.
21389 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
21391         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
21393 2005-06-28  Richard M. Stallman  <rms@gnu.org>
21395         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
21396         (flyspell-local-mouse-map): Declaration deleted.
21397         (flyspell-mouse-map): Bind only mouse-2.
21398         (flyspell-mode-map): Don't test flyspell-use-local-map.
21399         (flyspell-overlay-keymap-property-name): Var deleted.
21400         (flyspell-mode-on): Don't make local bindings for
21401         flyspell-mouse-map and flyspell-mode-map.
21402         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
21404         * textmodes/ispell.el (ispell-word): Do not ignore short words.
21406         * progmodes/compile.el (compilation-next-error-function):
21407         Don't switch buffers; operate on the current buffer.
21409         * progmodes/compile.el (compilation-error-file-name)
21410         (compilation-warning-file-name, compilation-info-file-name)
21411         (compilation-line-number, compilation-column-number): New faces.
21412         (compilation-error-face, compilation-warning-face)
21413         (compilation-info-face, compilation-line-face)
21414         (compilation-column-face): Use them.
21416         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
21418         * comint.el (comint-password-prompt-regexp): Accept ", try again".
21420         * bindings.el (global-map): Bind insertchar and its variants.
21422 2005-06-27  Richard M. Stallman  <rms@gnu.org>
21424         * textmodes/artist.el (artist-text-overwrite)
21425         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
21427 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21429         * ps-print.el: It was not working the page selection for printing.
21430         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
21431         (ps-print-version): New version 6.6.7.
21432         (ps-end-sheet): New fun.
21433         (ps-header-sheet, ps-end-job): Call it.
21435 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
21437         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
21439 2005-06-27  Lute Kamstra  <lute@gnu.org>
21441         * facemenu.el (facemenu-unlisted-faces): Add foreground and
21442         background color faces.
21443         (facemenu-get-face): Delete function.
21444         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
21445         (facemenu-add-new-color): Make second argument mandatory.
21446         Create the appropriate face and return it.  Simplify.
21447         (facemenu-set-foreground, facemenu-set-background): Don't check if
21448         color is defined.  Use return value of facemenu-add-new-color.
21450 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
21452         * progmodes/gud.el (gud-filter): Add missing argument to
21453         with-selected-window.
21455 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21457         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
21458         a :require to the defcustom.
21460         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
21461         defcustoms corresponding to minor modes.
21463 2005-06-26  David Ponce  <david@dponce.com>
21465         * recentf.el: Require tree-widget instead of wid-edit.
21466         (recentf-filename-handler): Fix widget :type.
21467         (recentf-cancel-dialog, recentf-open-more-files)
21468         (recentf-open-files-action): Doc fix.
21469         (recentf-dialog-goto-first): New function.
21470         (recentf-dialog-mode-map): Set parent keymap first.
21471         (recentf-dialog-mode): Define with define-derived-mode.
21472         Don't display continuation lines in dialogs.
21473         (recentf-edit-list): Rename from recentf-edit-selected-items.
21474         (recentf-edit-list-select): Rename from recentf-edit-list-action.
21475         Simplify.
21476         (recentf-edit-list-validate): New function.
21477         (recentf-edit-list): Update accordingly.
21478         (recentf-open-files-item-shift): Remove.
21479         (recentf-open-files-item): Convert menu elements into tree and
21480         link widgets.  Don't create the widgets.
21481         (recentf-open-files): Update accordingly.
21482         (recentf-save-list): Untabify.
21484 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
21486         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
21487         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
21488         partially contained in the active region.  Do not take active
21489         region into account when called from Lisp, unless INTERACTIVE arg
21490         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
21491         avoid trouble with fields.  Make marker point nowhere when no
21492         longer used.  Always return nil.  Doc fix.
21493         (flush-lines): Add INTERACTIVE arg.  Do not take active region
21494         into account when called from Lisp, unless INTERACTIVE arg is
21495         non-nil.  Use `forward-line' instead of `beginning-of-line' to
21496         avoid trouble with fields.  Make marker point nowhere when no
21497         longer used.  Always return nil.  Doc fix.
21498         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
21499         interchangeable.  Do not take active region into account when
21500         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
21501         message in echo area when called from Lisp, unless INTERACTIVE arg
21502         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
21503         Return the number of matches.  Doc fix.
21504         (occur): Doc fix.
21505         (perform-replace): Make comment follow double space convention for
21506         the sake of `outline-minor-mode'.
21508         * faces.el (facep): Doc fix.
21510 2005-06-25  Richard M. Stallman  <rms@gnu.org>
21512         * facemenu.el (facemenu-enable-faces-p): New function.
21513         (facemenu-background-menu, facemenu-foreground-menu)
21514         (facemenu-face-menu): Add menu-enable property.
21516         * jka-compr.el (jka-compr-insert-file-contents):
21517         Special handling if cannot find the uncompression program.
21519         * cus-face.el (custom-face-attributes): Add autoload.
21521         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21522         Bind comment-indent-function locally.
21524         * window.el (save-selected-window): Use save-current-buffer.
21526         * subr.el (with-selected-window): Use save-current-buffer.
21528         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
21529         and with-current-buffer.
21531 2005-06-24  Richard M. Stallman  <rms@gnu.org>
21533         * simple.el (line-move-1): Fix previous change.
21535 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
21537         * replace.el (occur-1): Set `buffer-read-only' and the
21538         buffer-modified flag before running `occur-hook' to protect
21539         against unintentional buffer switches that can lead to data loss.
21541 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
21543         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
21544         (gud-gdb-marker-filter): Use font-lock-warning-face for any
21545         initial error.
21547         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
21548         after fresh input.
21549         (gdb-var-create-handler): Put name of expression in quotes.
21551 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
21553         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
21554         elements of RING in order, and without bogus nil elements.
21556 2005-06-23  Richard M. Stallman  <rms@gnu.org>
21558         * simple.el (set-variable): Args renamed; doc fix.
21559         (line-move-1): When there are overlays around, use vertical-motion.
21561         * faces.el (escape-glyph): Use brown against light background.
21562         (nobreak-space): Rename from no-break-space.
21563         Fix previous change.
21565         * dired-aux.el (dired-do-copy): Fix arg prompt.
21567         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
21569 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
21571         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
21572         rather than "Distributor".
21574 2005-06-23  Lute Kamstra  <lute@gnu.org>
21576         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
21577         (debug-on-entry): Use it.  New interactive declaration that uses
21578         function-called-at-point.
21580 2005-06-23  Kim F. Storm  <storm@cua.dk>
21582         * subr.el (save-match-data): Add comment about using evaporate arg
21583         to set-match-data.
21585 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
21587         * cus-edit.el (customize-face)
21588         (customize-face-other-window): Handle face aliases.
21590         * faces.el (face-documentation, set-face-attribute)
21591         (face-spec-set): Handle face aliases.
21593 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
21595         * help-mode.el (help-make-xrefs): If a symbol representing a face
21596         name is not followed by the word "face", it could still be a
21597         function or variable name, so don't bypass other checks.
21599 2005-06-22  Juri Linkov  <juri@jurta.org>
21601         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
21602         Replace aliased functions with calls where second arg `inherit' is t.
21604 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
21606         * progmodes/gdb-ui.el (gdb-error): New variable.
21607         (gdb-error): New function.
21608         (gdb-annotation-rules): Act on error-begin and error annotations.
21609         (gdb-concat-output): Use font-lock-warning-face for errors.
21611 2005-06-22  Miles Bader  <miles@gnu.org>
21613         * bindings.el (propertized-buffer-identification): Use renamed
21614         `Buffer-menu-buffer' face.
21616         * faces.el (vertical-border): Rename from `vertical-divider'.
21617         (escape-glyph): Change dark-background color back to `cyan'.
21619 2005-06-21  Juri Linkov  <juri@jurta.org>
21621         * faces.el (face-user-default-spec): Try getting `customized-face'
21622         prior to `saved-face'.
21623         (frame-background-mode): Refill docstring.
21625         * emacs-lisp/lisp-mode.el (eval-defun-1):
21626         * emacs-lisp/edebug.el (edebug-eval-defun):
21627         Set `saved-face' temporarily to nil before calling form.
21628         Set `customized-face' to the new spec after that.
21630 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
21632         * subr.el (1value, lambda, key-substitution-in-progress):
21633         Doc fixes.
21635         * autoinsert.el (auto-insert-alist):
21636         * ses.el (ses-call-printer):
21637         * subr.el (noreturn):
21638         * emacs-lisp/lisp.el (check-parens):
21639         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
21640         * net/browse-url.el (browse-url-mosaic):
21641         * progmodes/cc-defs.el (c-safe-scan-lists):
21642         * progmodes/ebnf-abn.el (ebnf-abn-lex):
21643         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
21644         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
21645         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
21646         * progmodes/ebnf-iso.el (ebnf-iso-lex):
21647         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
21649 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
21651         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
21653 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
21655         * calendar/appt.el (appt-make-list): Activate the package, if
21656         not already active (for backwards compatibility).
21658 2005-06-20  Kim F. Storm  <storm@cua.dk>
21660         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
21662 2005-06-20  Miles Bader  <miles@gnu.org>
21664         * faces.el (vertical-divider): New face.
21666 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
21668         * simple.el (kill-whole-line): Doc fix.
21669         (next-error-buffer-p, next-error-find-buffer)
21670         (clone-indirect-buffer): Fix typos in docstrings.
21671         (comment-line-break-function): Doc fix: don't say variable
21672         is automatically buffer-local (it isn't).
21674 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
21676         * net/tramp-ftp.el (top):
21677         * net/tramp-smb.el (top):
21678         * net/tramp-util.el (top):
21679         * net/tramp-uu.el (top):
21680         * net/tramp-vc.el (top):
21681         * net/tramp.el (top): Revert copyright years back to original
21682         ones.  Tramp has a life outside GNU Emacs.
21684 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
21686         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
21688 2005-06-18  Juri Linkov  <juri@jurta.org>
21690         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
21691         end of first regexp to limit the match to the position between
21692         line number and source line with same separator character as used
21693         between file name and line number.  In the second regexp limit
21694         mouse-face area to file name and line number by adding new group
21695         for them and referring it in HYPERLINK arg.
21696         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
21697         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
21698         previous line where grep markers may be already removed.
21700 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
21702         * progmodes/ps-mode.el: Update version and maintainer's email address.
21704 2005-06-18  Steve Youngs  <steve@xemacs.org>
21706         * net/browse-url.el (browse-url-browser-function)
21707         (browse-url-default-browser): Add firefox.
21708         (browse-url-firefox-program, browse-url-firefox-arguments)
21709         (browse-url-firefox-startup-arguments)
21710         (browse-url-firefox-new-window-is-tab): New defcustoms.
21711         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
21713 2005-06-17  Richard M. Stallman  <rms@gnu.org>
21715         * startup.el (command-line): Warn if specified user name has
21716         no home directory.
21718         * term.el (term-get-old-input, term-input-filter, term-input-sender)
21719         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
21721         * longlines.el (longlines-mode, longlines-show-hard-newlines):
21722         Doc fixes.
21724         * faces.el (underline): Try bold if terminal doesn't support underline.
21726         * mail/sendmail.el (mail-setup-with-from): New variable.
21727         (mail-insert-from-field): New function.
21728         (sendmail-send-it): Call it.
21729         (mail-setup): Optionally call it here.
21731         * term/linux.el: Call tty-no-underline.
21733 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
21735         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
21737 2005-06-17  Miles Bader  <miles@gnu.org>
21739         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
21740         (ediff-current-diff-C, ediff-current-diff-Ancestor)
21741         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
21742         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
21743         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
21744         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
21745         Remove "-face" suffix from face names.
21746         (ediff-current-diff-face-A, ediff-current-diff-face-B)
21747         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21748         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21749         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21750         (ediff-even-diff-face-A, ediff-even-diff-face-B)
21751         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21752         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21753         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21754         New backward-compatibility aliases for renamed faces.
21755         (ediff-current-diff-face-A, ediff-current-diff-face-B)
21756         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21757         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21758         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21759         (ediff-even-diff-face-A, ediff-even-diff-face-B)
21760         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21761         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21762         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21763         Use renamed ediff faces.
21765         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
21766         Remove "-face" suffix from face names.
21767         (eshell-test-ok-face, eshell-test-failed-face):
21768         New backward-compatibility aliases for renamed faces.
21769         (eshell-run-test): Use renamed eshell-test faces.
21771         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
21772         face name.
21773         (eshell-prompt-face): New backward-compatibility alias for renamed
21774         face.
21775         (eshell-emit-prompt): Use renamed eshell-prompt face.
21777         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
21778         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
21779         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
21780         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
21781         Remove "-face" suffix from face names.
21782         (eshell-ls-directory-face, eshell-ls-symlink-face)
21783         (eshell-ls-executable-face, eshell-ls-readonly-face)
21784         (eshell-ls-unreadable-face, eshell-ls-special-face)
21785         (eshell-ls-missing-face, eshell-ls-archive-face)
21786         (eshell-ls-backup-face, eshell-ls-product-face)
21787         (eshell-ls-clutter-face):
21788         New backward-compatibility aliases for renamed faces.
21789         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
21791         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
21792         Remove "-face" suffix from face name.
21793         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
21794         instead of literal face.
21796 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
21798         * emacs-lisp/warnings.el (display-warning, lwarn)
21799         (warning-minimum-log-level): Doc fixes.
21800         (warning-minimum-level, warning-minimum-log-level):
21801         Add :debug to :type choices.
21803         * progmodes/ada-mode.el (ada-format-paramlist)
21804         (ada-get-indent-case, ada-check-matching-start)
21805         (ada-check-defun-name, ada-goto-matching-decl-start)
21806         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
21807         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
21808         (ada-make-subprogram-body): Follow error conventions.
21809         (ada-case-exception-file, ada-indent-comment-as-code)
21810         (ada-indent-handle-comment-special, ada-indent-renames)
21811         (ada-indent-return, ada-search-directories-internal)
21812         (ada-tab-policy, ada-case-exception-substring)
21813         (ada-other-file-alist, ada-matching-start-re)
21814         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
21815         (ada-imenu-generic-expression, ada-compile-goto-error)
21816         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
21817         (ada-popup-menu, ada-add-extensions, ada-mode)
21818         (ada-region-selected, ada-create-case-exception)
21819         (ada-create-case-exception-substring, ada-after-keyword-p)
21820         (ada-activate-keys-for-case, ada-adjust-case-region)
21821         (ada-adjust-case-buffer, ada-format-paramlist)
21822         (ada-scan-paramlist, ada-insert-paramlist)
21823         (ada-indent-newline-indent)
21824         (ada-indent-newline-indent-conditional)
21825         (ada-justified-indent-current, ada-goto-previous-word)
21826         (ada-indent-current, ada-get-indent-open-paren)
21827         (ada-get-indent-paramlist, ada-get-indent-end)
21828         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
21829         (ada-get-indent-block-start, ada-get-indent-subprog)
21830         (ada-get-indent-noindent, ada-get-indent-label)
21831         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
21832         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
21833         (ada-goto-stmt-end, ada-goto-next-word)
21834         (ada-check-matching-start, ada-check-defun-name)
21835         (ada-goto-matching-decl-start, ada-goto-matching-start)
21836         (ada-goto-matching-end, ada-search-ignore-string-comment)
21837         (ada-in-decl-p, ada-looking-at-semi-or)
21838         (ada-looking-at-semi-private, ada-in-paramlist-p)
21839         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
21840         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
21841         (ada-next-procedure, ada-previous-procedure, ada-next-package)
21842         (ada-previous-package, ada-create-menu)
21843         (ada-fill-comment-paragraph-justify)
21844         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
21845         (ada-other-file-name, ada-last-which-function-line)
21846         (ada-last-which-function-subprog, ada-which-function)
21847         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
21848         (ada-gen-treat-proc, ada-check-emacs-version)
21849         (ada-continuation-indent, ada-align-region-separate):
21850         Fix typos in docstrings.
21851         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
21853 2005-06-16  Lute Kamstra  <lute@gnu.org>
21855         * simple.el (fundamental-mode): Run after-change-major-mode-hook
21856         conditionally.
21858 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
21860         * comint.el (comint-replace-by-expanded-filename)
21861         (comint-prompt-regexp, comint-delimiter-argument-list)
21862         (comint-preinput-scroll-to-bottom):
21863         * info.el (Info-hide-cookies-node):
21864         * ls-lisp.el (ls-lisp-classify):
21865         * find-file.el (ff-search-directories, ff-special-constructs)
21866         (ff-find-other-file):
21867         * font-lock.el (font-lock-keywords):
21868         * shell.el (shell-prompt-pattern)
21869         (shell-dynamic-complete-functions, shell-mode)
21870         (shell-delimiter-argument-list):
21871         * term.el (term-replace-by-expanded-filename)
21872         (term-prompt-regexp, term-delimiter-argument-list):
21873         * woman.el (woman-ignore, woman0-if):
21874         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
21875         * emacs-lisp/elint.el (elint-init-env):
21876         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
21877         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
21878         * language/ethio-util.el (ethio-tilde-escape)
21879         (ethio-use-three-dot-question):
21880         * net/zone-mode.el (zone-mode-load-time-setup):
21881         * progmodes/cc-align.el (c-lineup-argcont):
21882         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
21883         * progmodes/cperl-mode.el (cperl-set-style-back):
21884         * progmodes/inf-lisp.el (inferior-lisp-prompt):
21885         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
21886         Fix spellings in docstrings.
21888         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
21889         * progmodes/modula2.el (m2-for): Fix spellings.
21891         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
21893         * simple.el (undo-more): Don't use `format' on `error' arguments.
21894         Improve argument/docstring consistency.
21895         (pending-undo-list): Doc fix.
21897         * smerge-mode.el (smerge-ensure-match):
21898         * emulation/vip.el (vip-ex):
21899         * net/zone-mode.el (zone-mode-update-serial):
21900         * progmodes/idlwave.el (idlwave-complete):
21901         * progmodes/vhdl-mode.el (vhdl-visit-file)
21902         (vhdl-compose-wire-components):
21903         Don't use `format' on `error' arguments.
21905         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
21906         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
21907         (tooltip-help-tips): Fix typos in docstrings.
21909 2005-06-16  David Ponce  <david@dponce.com>
21911         * tree-widget.el (tree-widget-value-create): Simplify last change.
21913 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
21915         * ido.el (ido-incomplete-regexp): New variable.
21916         (ido-set-matches-1): Handle invalid-regexp error and set
21917         ido-incomplete-regexp.
21918         (ido-incomplete-regexp): New face.
21919         (ido-completions): Use it.
21920         (ido-complete, ido-exit-minibuffer, ido-completions):
21921         Handle incomplete regexps.
21922         (ido-completions): Add check for complete match when entering a regexp.
21924 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21926         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
21928 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21930         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
21931         by field delimiters.
21933 2005-06-15  David Ponce  <david@dponce.com>
21935         * tree-widget.el: eval-and-compile inlined functions so they will
21936         be available at run-time too.
21937         (tree-widget-super-format-handler)
21938         (tree-widget-format-handler): Remove.
21939         (tree-widget-value-create): Handle the :indent property.
21941 2005-06-15  Miles Bader  <miles@gnu.org>
21943         * progmodes/which-func.el (which-func): Only inherit
21944         `font-lock-function-name-face' when that makes sense against the
21945         default mode-line face, otherwise set the face color explicitly.
21947         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
21948         faces instead of (non-existent) variables.
21950 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21952         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
21953         (iswitchb-get-matched-buffers): Likewise.  Simplify.
21955 2005-06-14  Miles Bader  <miles@gnu.org>
21957         * progmodes/ld-script.el (ld-script-location-counter):
21958         Remove "-face" suffix from face name.
21959         (ld-script-location-counter-face):
21960         New backward-compatibility alias for renamed face.
21961         (ld-script-location-counter-face): Use renamed face.
21963         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
21964         (cperl-hash): Remove "-face" suffix from face names.
21965         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
21966         New backward-compatibility aliases for renamed faces.
21967         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
21968         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
21970         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
21971         name.
21972         (which-func-face): New backward-compatibility alias for renamed face.
21973         (which-func-format): Use renamed which-func face.
21975         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
21976         (vhdl-function, vhdl-directive, vhdl-reserved-word)
21977         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
21978         names.
21979         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
21980         (vhdl-speedbar-configuration, vhdl-speedbar-package)
21981         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
21982         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
21983         (vhdl-speedbar-architecture-selected)
21984         (vhdl-speedbar-configuration-selected)
21985         (vhdl-speedbar-package-selected)
21986         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
21987         names.
21988         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
21989         Use renamed faces.
21990         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
21991         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
21992         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
21993         Use renamed faces.
21994         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
21995         names.
21996         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
21997         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
21998         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
21999         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
22000         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
22001         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
22003         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
22004         face name.
22005         (sh-heredoc-face): New backward-compatibility alias for renamed face.
22006         (sh-heredoc-face): Use renamed sh-heredoc face.
22008         * progmodes/idlw-help.el (idlwave-help-link):
22009         Remove "-face" suffix from face name.
22010         (idlwave-help-link-face):
22011         New backward-compatibility alias for renamed face.
22012         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
22014         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
22015         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
22016         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
22017         New backward-compatibility aliases for renamed faces.
22018         (idlwave-shell-disabled-breakpoint-face)
22019         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
22021         * progmodes/flymake.el (flymake-errline, flymake-warnline):
22022         Remove "-face" suffix from face names.
22023         (flymake-errline-face, flymake-warnline-face):
22024         New backward-compatibility aliases for renamed faces.
22025         (flymake-highlight-line): Use renamed flymake faces.
22027         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
22028         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
22029         (ebrowse-member-class, ebrowse-progress):
22030         Remove "-face" suffix from face names.
22031         (ebrowse-tree-mark-face, ebrowse-root-class-face)
22032         (ebrowse-file-name-face, ebrowse-default-face)
22033         (ebrowse-member-attribute-face, ebrowse-member-class-face)
22034         (ebrowse-progress-face):
22035         New backward-compatibility aliases for renamed faces.
22036         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
22037         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
22038         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
22039         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
22041         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
22042         antlr-syntax)
22043         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
22044         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
22045         names.
22046         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
22047         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
22048         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
22049         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
22050         backward-compatibility aliases for renamed faces.
22051         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
22052         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
22053         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
22054         remove "font-lock-".  Use renamed antlr-mode faces.
22055         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
22056         literal face-names with face variable references.
22058         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
22059         face name.
22060         (Buffer-menu-buffer-face): New backward-compatibility alias for
22061         renamed face.
22062         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
22064 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
22066         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
22067         Eliminate "-face" suffix.
22068         (makefile-targets): Inherit from font-lock-function-name-face and
22069         eliminate "-face" suffix.
22070         (makefile-shell): Remove attributes and eliminate "-face" suffix.
22071         (makefile-*-font-lock-keywords): Append makefile-targets in rule
22072         actions, instead of prepending, to make it less visible.
22073         (makefile-previous-dependency, makefile-match-dependency):
22074         Don't match a target on a continuation line.
22076         * files.el (auto-mode-alist): Put Makefile in gmake mode.
22078 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
22080         * progmodes/gdb-ui.el (menu): Re-order menu items.
22081         (gdb-tooltip-print): Respect tooltip-use-echo-area.
22083         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
22084         Define in tooltip.el.
22085         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
22086         (gud-tooltip-tips): Respect tooltip-use-echo-area and
22087         gud-tooltip-echo-area.
22089         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
22090         backward compatibility and make obsolete.
22091         (tooltip-help-tips): Use tooltip-use-echo-area.
22092         (tooltip-show-help-function): Rename to...
22093         (tooltip-show-help): ...this, because it is a function.
22094         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
22096 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
22098         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
22099         (edebug-print-length, edebug-print-level, edebug-print-circle)
22100         (edebug-modify-breakpoint, edebug-eval-last-sexp)
22101         (edebug-eval-print-last-sexp): Doc fixes.
22103 2005-06-14  Kim F. Storm  <storm@cua.dk>
22105         * ido.el (ido-mode): Make a new keymap every time we enable ido,
22106         as the coverage buffer/file/both may change.
22108 2005-06-14  Lute Kamstra  <lute@gnu.org>
22110         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
22111         and run-mode-hooks.  Simplify.
22113         * mail/rmailedit.el (rmail-edit-mode):
22114         * progmodes/octave-inf.el (inferior-octave-mode):
22115         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
22117         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
22118         and run-mode-hooks.
22119         (recentf-edit-list, recentf-open-files): Don't call
22120         kill-all-local-variables directly.
22122         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
22124 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
22126         * emacs-lisp/byte-run.el (make-obsolete)
22127         (define-obsolete-function-alias): Rename arguments FUNCTION and
22128         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
22129         (make-obsolete-variable, define-obsolete-variable-alias):
22130         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
22131         respectively.
22133         * isearchb.el (isearchb-activate):
22134         * pcvs.el (cvs-mode):
22135         * ses.el (ses-load):
22136         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
22137         * net/tramp.el (tramp-find-file-exists-command)
22138         (tramp-find-shell):
22139         * progmodes/ada-mode.el (ada-create-case-exception)
22140         (ada-create-case-exception-substring, ada-make-subprogram-body):
22141         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
22142         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
22143         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
22144         * textmodes/org.el (org-promote, org-evaluate-time-range)
22145         (org-agenda-next-date-line, org-agenda-previous-date-line)
22146         (org-agenda-error, org-open-at-point, org-table-move-row)
22147         (org-format-table-table-html-using-table-generate-source)
22148         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
22149         * textmodes/reftex.el (reftex-access-scan-info):
22150         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
22151         (reftex-toc-promote-prepare): Follow error conventions.
22153         * diff-mode.el (diff-mode): Fix typo in docstring.
22155         * forms.el (forms--intuit-from-file): Fix reference to
22156         `forms-number-of-fields' in error message.
22157         (forms-print): Fix quoting in error message.
22159         * forms.el (forms-mode):
22160         * emulation/vi.el (vi-goto-insert-state):
22161         * progmodes/flymake.el (flymake-new-err-info)
22162         (flymake-start-syntax-check-for-current-buffer)
22163         (flymake-simple-cleanup):
22164         * eshell/esh-var.el (eshell/export):
22165         * progmodes/gud.el (xdb):
22166         * textmodes/flyspell.el (flyspell-incorrect-hook)
22167         (flyspell-maybe-correct-transposition)
22168         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
22170 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
22172         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
22173         minibuffer prompt.
22175 2005-06-13  Kim F. Storm  <storm@cua.dk>
22177         * subr.el (add-to-ordered-list): New defun.
22179         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
22180         add cua--keymap-alist to emulation-mode-map-alists.
22182 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22184         * subr.el (complete-in-turn): New macro.
22185         (dynamic-completion-table, lazy-completion-table): Add debug info.
22187         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
22188         in preference to face aliases.
22190         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
22191         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
22192         Remove unused vars `start' and `firstline'.
22193         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
22194         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
22196 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
22198         * cus-start.el (all): Don't complain about missing GTK-related
22199         variables, unless either `gtk' is boundp or this isn't a
22200         `windows-nt' build.
22202 2005-06-13  Lute Kamstra  <lute@gnu.org>
22204         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
22205         run-mode-hooks.
22207         * ediff-mult.el (ediff-meta-mode):
22208         * ediff-util.el (ediff-mode): Use run-mode-hooks.
22210         * ledit.el (ledit-mode): Use delay-mode-hooks.
22212         * woman.el (woman-mode-line-format): Delete constant.
22213         (woman-mode-map): Initialize it properly.
22214         (woman-mode): Set mode-class property to special.
22215         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
22216         Set major-mode and mode-name.  Don't set mode-line-format directly.
22217         (Man-getpage-in-background): Don't reference woman-mode-line-format.
22219         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
22220         string argument obsolete.
22222 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
22224         * textmodes/org.el (org-CUA-compatible): New option.
22225         (org-disputed-keys): New variable.
22226         (org-key): New function.
22227         (orgtbl-make-binding): Add docstring to the created function.
22228         (org-mode): Set paragraph start/separate regexps.
22229         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
22230         (org-archive-location, org-archive-mark-done)
22231         (org-archive-stamp-time): New options.
22232         (org-archive-subtree): New command.
22233         (org-fill-paragraph): New function.
22234         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
22235         (org-fake-empty-table-line): Function removed.
22236         (org-format-org-table-html): Do not create empty table lines at
22237         separator lines.  Improved table header treatment.
22238         (org-link-format): New option.
22239         (org-make-link): New function.
22240         (org-insert-link, org-store-link): Use org-make-link.
22241         (org-open-file): Quote file name for shell command, to allow
22242         spaces in file names.
22243         (org-link-regexp): Fix bug with mailto link.
22244         (org-link-maybe-angles-regexp, org-protected-link-regexp):
22245         New constants.
22246         (org-export-as-html): Deal with the optional angles around a link.
22247         Better treatment of file: links.
22248         (org-open-at-point): Replace @{ and @} with < and >.
22249         (org-run-mode-hooks): Function removed.
22250         (org-agenda-mode): No longer use `org-run-mode-hooks'.
22252 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
22254         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
22255         MI command -data-list-register-values.
22256         (gdb-post-prompt): Indent properly.
22258 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
22260         * hilit-chg.el (highlight-changes-colors): Rename from
22261         `highlight-changes-colours'.
22262         (highlight-changes-colours): Keep as obsolete alias.
22263         (highlight-changes-face-list): Doc fix.
22264         (hilit-chg-make-list): Use `highlight-changes-colors'.
22266 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
22268         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
22269         defun-prompt-regexp.
22271 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
22273         * loadup.el: Don't say we are dumping under 2 names on windows-nt
22274         and cygwin.
22276         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
22277         Don't use an old loaddefs.el, as in Makefile.in.
22279 2005-06-12  Lute Kamstra  <lute@gnu.org>
22281         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
22283         * man.el (Man-mode-map): Initialize it properly.
22284         (Man-mode): Set mode-class property to special.
22286         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
22288 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
22290         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
22291         A newline is needed in the docstring there.
22293         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
22294         Doc fixes.
22296 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22298         * printing.el: Doc fix.  The menubar is no more changed when printing
22299         is loaded, it only changes when pr-menu-bind or pr-update-menus is
22300         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
22301         (pr-version): New version number (6.8.4).
22302         (pr-menu-bind): New command.
22303         (pr-update-menus): Docstring and code fix.
22304         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
22305         Docstring fix.
22306         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
22307         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
22309 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
22311         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
22312         "Returns" to "return", document useful return values, etc.
22314 2005-06-11  Alan Mackenzie  <acm@muc.de>
22316         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
22317         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
22318         (adaptive-file-function): Minor amendment to doc-string.
22320 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
22322         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
22323         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
22324         Fix :type--it is `integer', not `string'.
22326         * faces.el (modeline-highlight): Rename from (the erroneous)
22327         `modeline-higilight'.
22329 2005-06-11  Lute Kamstra  <lute@gnu.org>
22331         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
22332         lisp-interaction-mode-map but make it the parent.
22333         (edebug-eval-mode): Use define-derived-mode.
22335 2005-06-11  Andreas Schwab  <schwab@suse.de>
22337         * bindings.el: Add binding of `ESC functionkey' for every
22338         `M-functionkey'.
22339         * hexl.el (hexl-mode-map): Likewise.
22341 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
22343         * progmodes/compile.el (compilation-error-regexp-alist-alist)
22344         [msft]: update regexp for newer msft compilers.
22346 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
22348         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
22349         ATTLIST portions of included DTDs.
22350         (xml-parse-dtd): Eliminate use of inefficient match-data.
22352 2005-06-10  Miles Bader  <miles@gnu.org>
22354         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
22355         (mpuz-text): Remove "-face" suffix from face names.
22356         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
22357         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
22358         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
22360         * play/gomoku.el (gomoku-O, gomoku-X):
22361         Remove "-face" suffix from face names.
22362         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
22363         New backward-compatibility aliases for renamed faces.
22364         (gomoku-font-lock-keywords): Use renamed gomoku faces.
22366 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
22368         * thumbs.el: Fixes for changes of 2005-06-09.
22369         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
22370         as a directory.
22371         (thumbs-thumbname): Remove directory separator from format string;
22372         `thumbs-thumbsdir' now returns a valid directory name.
22373         (thumbs-temp-dir): New defsubst.
22374         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
22375         Use it.
22377         * cus-edit.el (minibuffer):
22378         * files.el (make-backup-file-name-function):
22379         * filesets.el (filesets-external-viewers):
22380         * hilit-chg.el (highlight-changes-colours)
22381         (highlight-changes-face-list, highlight-changes-rotate-faces):
22382         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
22383         * kmacro.el (kmacro-call-macro):
22384         * log-edit.el (log-edit-changelog-full-paragraphs):
22385         * mouse.el (mouse-1-click-follows-link):
22386         * skeleton.el (skeleton-autowrap):
22387         * subr.el (insert-for-yank-1):
22388         * tempo.el (tempo-insert-region):
22389         * terminal.el (terminal-emulator):
22390         * time.el (display-time-mail-face):
22391         * vc.el (vc-annotate):
22392         * vcursor.el (vcursor-copy-line):
22393         * woman.el (woman-bold-headings, woman-ignore)
22394         (woman-default-faces, woman-monochrome-faces):
22395         * calendar/todo-mode.el (todo-insert-threshold):
22396         * emulation/pc-select.el (pc-select-selection-keys-only)
22397         (pc-selection-mode):
22398         * emulation/vip.el (vip-find-char-forward):
22399         * emulation/viper-cmd.el (viper-find-char-forward):
22400         * international/mule-cmds.el
22401         (select-safe-coding-system-accept-default-p)
22402         (input-method-exit-on-invalid-key):
22403         * international/mule-diag.el (describe-coding-system):
22404         * international/ucs-tables.el (unify-8859-on-encoding-mode):
22405         * net/browse-url.el (browse-url-xterm-program):
22406         * obsolete/lazy-lock.el (lazy-lock-mode):
22407         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
22408         (cperl-mode):
22409         * progmodes/cpp.el (cpp-face-light-name-list)
22410         (cpp-face-dark-name-list):
22411         * progmodes/delphi.el (delphi-newline-always-indents):
22412         Fix spellings in docstrings.
22414         * ido.el (ido-mode, ido-file-extensions-order)
22415         (ido-default-file-method, ido-default-buffer-method)
22416         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
22417         (ido-decorations, ido-read-file-name-as-directory-commands)
22418         (ido-read-file-name-non-ido, ido-work-directory-list)
22419         (ido-ignore-item-temp-list, ido-current-directory)
22420         (ido-magic-forward-char, ido-enter-find-file)
22421         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
22422         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
22424 2005-06-10  Lute Kamstra  <lute@gnu.org>
22426         * play/dunnet.el (dun-mode): Use define-derived-mode.
22427         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
22428         obsolete alias.
22430         * play/doctor.el (doctor-mode-map): Remove defvar.
22431         (doctor-mode): Use define-derived-mode.
22433         * mail/mspools.el (mspools-mode):
22434         * net/eudc-hotlist.el (eudc-hotlist-mode):
22435         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
22437 2005-06-10  Miles Bader  <miles@gnu.org>
22439         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
22440         Remove "-face" suffix from face names.
22441         (flyspell-incorrect-face, flyspell-duplicate-face):
22442         New backward-compatibility aliases for renamed faces.
22443         (flyspell-mode-on, make-flyspell-overlay)
22444         (flyspell-highlight-incorrect-region)
22445         (flyspell-highlight-duplicate-region)
22446         (flyspell-display-next-corrections)
22447         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
22449         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
22450         from face name.
22451         (texinfo-heading-face): New backward-compatibility alias for
22452         renamed face.
22453         (texinfo-heading-face): Use renamed texinfo-heading face.
22455         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
22456         suffix from face names.
22457         (tex-math-face, tex-verbatim-face):
22458         New backward-compatibility aliases for renamed faces.
22459         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
22460         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
22461         literal face name.
22463         * textmodes/table.el (table-cell): Remove "-face" suffix from face
22464         name.
22465         (table-cell-face): New backward-compatibility alias for renamed face.
22466         (table--put-cell-face-property, table--update-cell-face):
22467         Use renamed table-cell face.
22469         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
22470         from face name.
22471         (sgml-namespace-face): New backward-compatibility alias for
22472         renamed face.
22473         (sgml-namespace-face): Use renamed sgml-namespace face.
22475         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
22476         (org-level-4, org-level-5, org-level-6, org-level-7)
22477         (org-level-8, org-warning, org-headline-done)
22478         (org-deadline-announce, org-scheduled-today)
22479         (org-scheduled-previously, org-link, org-done, org-table)
22480         (org-time-grid): Remove "-face" suffix from face names.
22481         (org-level-1-face, org-level-2-face, org-level-3-face)
22482         (org-level-4-face, org-level-5-face, org-level-6-face)
22483         (org-level-7-face, org-level-8-face, org-warning-face)
22484         (org-headline-done-face, org-deadline-announce-face)
22485         (org-scheduled-today-face, org-scheduled-previously-face)
22486         (org-link-face, org-done-face, org-table-face)
22487         (org-time-grid-face):
22488         New backward-compatibility aliases for renamed faces.
22489         (org-level-faces, org-set-font-lock-defaults, org-timeline)
22490         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
22491         (org-agenda-get-timestamps, org-agenda-get-scheduled)
22492         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
22494         * emulation/viper-init.el (viper-search, viper-replace-overlay)
22495         (viper-minibuffer-emacs, viper-minibuffer-insert)
22496         (viper-minibuffer-vi): Remove "-face" suffix from face names.
22497         (viper-search-face, viper-replace-overlay-face)
22498         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
22499         (viper-minibuffer-vi-face):
22500         New backward-compatibility aliases for renamed faces.
22501         (viper-search-face, viper-replace-overlay-face)
22502         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
22503         (viper-minibuffer-vi-face): Use renamed viper faces.
22505         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
22506         Remove "-face" suffix from face names.
22507         (testcover-nohits-face, testcover-1value-face):
22508         New backward-compatibility aliases for renamed faces.
22509         (testcover-mark): Use renamed testcover faces.
22511         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
22512         face name.
22513         (diary-button-face): New backward-compatibility alias for renamed face.
22514         (diary-entry): Use renamed diary-button face.
22516         * calendar/calendar.el (diary, calendar-today, holiday)
22517         (mark-visible-calendar-date): Remove "-face" suffix from face names.
22518         (diary-face, calendar-today-face, holiday-face):
22519         New backward-compatibility aliases for renamed faces.
22520         (eval-after-load "facemenu", diary-entry-marker)
22521         (calendar-today-marker, calendar-holiday-marker, diary-face):
22522         Use renamed calendar faces.
22524         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
22525         (compare-windows-face): New backward-compatibility alias for
22526         renamed face.
22527         (compare-windows-highlight): Use renamed compare-windows face.
22529         * strokes.el (strokes-char): Remove "-face" suffix from face name.
22530         (strokes-char-face): New backward-compatibility alias for renamed face.
22531         (strokes-encode-buffer): Use renamed strokes-char face.
22533         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
22534         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
22535         Remove "-face" suffix from face names.
22536         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
22537         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
22538         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
22539         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
22540         Use renamed pcvs faces.
22541         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
22542         * pcvs-defs.el (cvs-mode-map): Likewise.
22543         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
22545         * info.el (info-title-1, info-title-2, info-title-3)
22546         (info-title-4): Remove "-face" suffix from and downcase face names.
22547         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
22548         (Info-title-4-face):
22549         New backward-compatibility aliases for renamed faces.
22550         (Info-fontify-node): Use renamed info faces.
22552         * hilit-chg.el (highlight-changes, highlight-changes-delete):
22553         Remove "-face" suffix from face names.
22554         (highlight-changes-face, highlight-changes-delete-face):
22555         New backward-compatibility aliases for renamed faces.
22556         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
22557         (hilit-chg-make-list): Use renamed highlight-changes faces.
22559         * generic-x.el (show-tabs-tab, show-tabs-space):
22560         Remove "-face" suffix from face names.
22561         (show-tabs-tab-face, show-tabs-space-face):
22562         New backward-compatibility aliases for renamed faces.
22563         (show-tabs-generic-mode-font-lock-defaults-1)
22564         (show-tabs-generic-mode-font-lock-defaults-2):
22565         Use renamed show-tabs faces.
22567         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
22568         (smerge-markers): Remove "-face" suffix from face names.
22569         (smerge-mine-face, smerge-other-face, smerge-base-face)
22570         (smerge-markers-face):
22571         New backward-compatibility aliases for renamed faces.
22572         (smerge-mine-face, smerge-other-face, smerge-base-face)
22573         (smerge-markers-face): Use renamed smerge faces.
22575         * log-view.el (log-view-file, log-view-message): Remove "-face"
22576         suffix from face names.
22577         (log-view-file-face, log-view-message-face):
22578         New backward-compatibility aliases for renamed faces.
22579         (log-view-file-face, log-view-message-face): Use renamed log-view
22580         faces.
22582         * paren.el (show-paren-match, show-paren-mismatch):
22583         Remove "-face" suffix from face names.
22584         (show-paren-match-face, show-paren-mismatch-face):
22585         New backward-compatibility aliases for renamed faces.
22586         (show-paren-function): Use renamed show-paren faces.
22588         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
22589         (ruler-mode-margins, ruler-mode-fringes)
22590         (ruler-mode-column-number, ruler-mode-fill-column)
22591         (ruler-mode-comment-column, ruler-mode-goal-column)
22592         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
22593         suffix from face names.
22594         (ruler-mode-default-face, ruler-mode-pad-face)
22595         (ruler-mode-margins-face, ruler-mode-fringes-face)
22596         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
22597         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
22598         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
22599         New backward-compatibility aliases for renamed faces.
22600         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
22601         (ruler-mode-column-number, ruler-mode-fill-column)
22602         (ruler-mode-comment-column, ruler-mode-goal-column)
22603         (ruler-mode-tab-stop, ruler-mode-current-column)
22604         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
22605         faces.
22607         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
22608         face name.
22609         (whitespace-highlight-the-space): Use renamed face.
22610         (whitespace-highlight-face): New backward-compatibility alias for
22611         renamed face.
22613         * woman.el (woman-italic, woman-bold, woman-unknown)
22614         (woman-addition, woman-symbol-face):
22615         Remove "-face" suffix from face names.
22616         (woman-italic-face, woman-bold-face, woman-unknown-face)
22617         (woman-addition-face):
22618         New backward-compatibility aliases for renamed faces.
22619         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
22620         (woman-decode-region, woman-replace-match)
22621         (woman-display-extended-fonts, woman-special-characters)
22622         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
22623         Use renamed woman faces.
22625         * longlines.el (longlines-visible-face): Face removed.
22627         * diff-mode.el (diff-header, diff-file-header, diff-index)
22628         (diff-hunk-header, diff-removed, diff-added, diff-changed)
22629         (diff-function, diff-context, diff-nonexistent): Remove "-face"
22630         suffix from face names.
22631         (diff-header-face, diff-file-header-face, diff-index-face)
22632         (diff-hunk-header-face, diff-removed-face, diff-added-face)
22633         (diff-changed-face, diff-function-face, diff-context-face)
22634         (diff-nonexistent-face): New backward-compatibility aliases for
22635         renamed faces.
22636         (diff-header-face, diff-file-header-face)
22637         (diff-index, diff-index-face, diff-hunk-header)
22638         (diff-hunk-header-face, diff-removed, diff-removed-face)
22639         (diff-added, diff-added-face, diff-changed-face, diff-function)
22640         (diff-function-face, diff-context-face, diff-nonexistent)
22641         (diff-nonexistent-face): Use renamed diff-mode faces.
22643         * progmodes/compile.el (compilation-warning-face)
22644         (compilation-info-face): Remove "-face" suffix from face names.
22645         (compilation-warning-face, compilation-info-face):
22646         New backward-compatibility aliases for renamed faces.
22647         (compilation-warning-face, compilation-info-face):
22648         Use renamed compilation faces.
22650         * add-log.el (change-log-date, change-log-name)
22651         (change-log-email, change-log-file, change-log-list)
22652         (change-log-conditionals, change-log-function)
22653         (change-log-acknowledgement): Remove "-face" suffix from face names.
22654         (change-log-date-face, change-log-name-face)
22655         (change-log-email-face, change-log-file-face)
22656         (change-log-list-face, change-log-conditionals-face)
22657         (change-log-function-face, change-log-acknowledgement-face):
22658         New backward-compatibility aliases for renamed faces.
22659         (change-log-font-lock-keywords): Use renamed change-log faces.
22661         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
22662         (custom-set, custom-changed, custom-saved, custom-button)
22663         (custom-button-pressed, custom-documentation, custom-state)
22664         (custom-comment, custom-comment-tag, custom-variable-tag)
22665         (custom-variable-button, custom-face-tag, custom-group-tag-1)
22666         (custom-group-tag): Remove "-face" suffix from face names.
22667         (custom-magic-alist, custom-magic-value-create)
22668         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
22669         (custom-invalid-face, custom-rogue-face, custom-modified-face)
22670         (custom-set-face, custom-changed-face, custom-saved-face)
22671         (custom-button-face, custom-button-pressed-face)
22672         (custom-documentation-face, custom-state-face)
22673         (custom-comment-face, custom-comment-tag-face)
22674         (custom-variable-tag-face, custom-variable-button-face)
22675         (custom-face-tag-face, custom-group-tag-face-1)
22676         (custom-group-tag-face):
22677         New backward-compatibility aliases for renamed faces.
22679         * wid-edit.el (widget-documentation, widget-button)
22680         (widget-field, widget-single-line-field, widget-inactive)
22681         (widget-button-pressed): "-face" suffix removed from face names.
22682         (widget-documentation-face, widget-button-face)
22683         (widget-field-face, widget-single-line-field-face)
22684         (widget-inactive-face, widget-button-pressed-face):
22685         New backward-compatibility aliases for renamed faces.
22686         (widget-documentation-face, widget-button-face)
22687         (widget-button-pressed-face, widget-specify-field)
22688         (widget-specify-inactive): Use renamed widget faces.
22690 2005-06-10  Kenichi Handa  <handa@m17n.org>
22692         * term/x-win.el (x-clipboard-yank): Remove condition-case
22693         wrapping.
22695 2005-06-11  Kenichi Handa  <handa@m17n.org>
22697         * add-log.el (change-log-font-lock-keywords): Make the regexp for
22698         date lines stricter.
22700 2005-06-10  Zhang Wei  <id.brep@gmail.com>
22702         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
22703         of x-get-selection.
22705 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
22707         * comint.el (comint-mode, comint-snapshot-last-prompt):
22708         * frame.el (frame-current-scroll-bars):
22709         * term.el (term-mode, term-check-proc, term-input-sender)
22710         (term-simple-send, term-extract-string, term-word)
22711         (term-match-partial-filename):
22712         * window.el (window-current-scroll-bars):
22713         * emulation/cua-base.el (cua-normal-cursor-color)
22714         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
22715         (cua-global-mark-cursor-color):
22716         * mail/undigest.el (rmail-forward-separator-regex):
22717         Fix typos in docstrings.
22719         * comint.el (comint-check-proc, make-comint-in-buffer)
22720         (comint-source-default): Doc fixes.
22722         * term.el (term-send-string): Improve argument/docstring consistency.
22724 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
22726         * comint.el (comint-send-input): Bind `inhibit-read-only' around
22727         call to `delete-region'.
22728         (comint-mode-hook): Do not enable Font Lock by default.
22730 2005-06-09  Lute Kamstra  <lute@gnu.org>
22732         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
22733         could be void.
22735 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22737         * emacs-lisp/debug.el (debugger-will-be-back): New var.
22738         (debug): Use it.
22739         (debugger-step-through, debugger-continue, debugger-jump)
22740         (debugger-return-value): Set it when needed.
22741         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
22742         Use inhibit-read-only.
22744 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
22746         * window.el (shrink-window-if-larger-than-buffer)
22747         (window-size-fixed): Fix typo in docstring.
22749         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
22750         thumbnails directory on loading.
22751         (thumbs-conversion-program): Use `eq' to check the system type,
22752         not `equal'.
22753         (thumbs-temp-dir): Initialize to `temporary-file-directory',
22754         not "/tmp".  Fix docstring.
22755         (thumbs-thumbsdir): New function to return the thumbnails
22756         directory, creating it if needed.
22757         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
22758         (thumbs-temp-file): Delete variable and make it into a function.
22759         (thumbs-resize-image, thumbs-modify-image): Use it.
22760         (thumbs-kill-buffer): Simplify.
22761         (thumbs-gensym): Defalias or duplicate CL `gensym'.
22762         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
22763         docstrings.
22765 2005-06-09  Kim F. Storm  <storm@cua.dk>
22767         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
22768         set-match-data to free markers in match-data.
22770         * replace.el (replace-match-data): Pass RESEAT arg `t' to
22771         match-data to unchain markers in match-data.
22773 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22775         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
22776         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
22777         unnecessary now.
22779 2005-06-08  Richard M. Stallman  <rms@gnu.org>
22781         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
22782         give the variable a doc string that doesn't say don't set it directly.
22784         * textmodes/ispell.el (ispell-check-version):
22785         Use match-string-no-properties.
22786         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
22787         (ispell-buffer-local-words): Likewise.
22789         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
22790         except on terminals with enough colors to really display it.
22791         (makefile-dependency-regex): Delete spurious `bb'.
22793         * faces.el (escape-glyph): Use blue once again in last case.
22794         (no-break-space): Redefine so that it isn't invisible on a tty.
22796 2005-06-08  Kim F. Storm  <storm@cua.dk>
22798         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
22799         also when reading directory name.
22801 2005-06-08  Lute Kamstra  <lute@gnu.org>
22803         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
22804         (flyspell-mode-line-string): Remove autoload cookie.
22805         (flyspell-mode): Remove defvar.
22807 2005-06-07  Lute Kamstra  <lute@gnu.org>
22809         * textmodes/org.el (org-run-mode-hooks): New function.
22810         (org-agenda-mode): Use it.
22812 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
22814         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
22816 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22818         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
22820 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
22822         * font-lock.el (font-lock-add-keywords): Doc fix.
22824 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22826         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
22827         (tex-compile-default): In the absence of any history, use the order in
22828         tex-compile-alist to choose the preferred command.
22829         (tex-compile-commands): Reorder a bit.
22831         * textmodes/flyspell.el (flyspell-auto-correct-binding)
22832         (flyspell-incorrect-face, flyspell-duplicate-face):
22833         Use (X)Emacs-agnostic code.
22834         (flyspell-mode-map): Don't overwrite at each load.  Remove code
22835         redundant with the subsequent add-minor-mode.  Merge Emacs and
22836         XEmacs code.
22837         (flyspell-word): Minor simplification.
22838         (flyspell-math-tex-command-p): Quieten the byte-compiler.
22839         (flyspell-external-point-words): Remove unused vars `size' and `start'.
22840         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
22841         Merge the corresponding Emacs code.
22842         (flyspell-correct-word, flyspell-xemacs-popup):
22843         Use flyspell-do-correct.
22845         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
22846         a dedicated window.
22848         * international/latexenc.el (latexenc-find-file-coding-system):
22849         Undo part of last patch, to turn off a compiler warning.
22851 2005-06-06  Juri Linkov  <juri@jurta.org>
22853         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
22854         Rename `tmm-inactive-face' to `tmm-inactive'.
22856 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
22858         * iswitchb.el: Rename faces.
22860 2005-06-06  Kim F. Storm  <storm@cua.dk>
22862         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
22863         (cua-global-mark): Remove -face suffix from face names.
22865         * emulation/cua-gmrk.el (cua--init-global-mark):
22866         Remove cua-global-mark face setup.
22868 2005-06-06  Richard M. Stallman  <rms@gnu.org>
22870         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
22871         just like other allowed characters.
22872         (makefile-match-dependency): Exclude leading and training whitespace
22873         from the range of regexp subexp 1.
22874         (makefile-macroassign-regex): Don't try to match the body,
22875         just the name of the macro being defined.
22877         * info.el (Info-read-node-name-2): New function.
22878         (Info-read-node-name-1): Use that.
22879         Add a completion-base-size-function property.
22881         * simple.el (completion-setup-function): Look for
22882         completion-base-size-function property of minibuffer-completion-table.
22884         * files.el (locate-file-completion): Doc fix.
22886         * printing.el: Don't call pr-update-menus; user must do that.
22888         * emacs-lisp/debug.el (debugger-window): New variable.
22889         (debug): Use debugger-window if it is set and still alive.
22890         Record debugger-window for next entry.
22892         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
22894 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
22896         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
22897         (hack-one-local-variable, hack-local-variables)
22898         (hack-local-variables-prop-line): Pass that arg.
22900 2005-06-06  Kim F. Storm  <storm@cua.dk>
22902         * ido.el (ido-first-match, ido-only-match, ido-subdir)
22903         (ido-indicator): Remove -face suffix from face names.
22905 2005-06-06  Juri Linkov  <juri@jurta.org>
22907         * font-lock.el (font-lock-regexp-backslash)
22908         (font-lock-regexp-backslash-construct): New faces.
22909         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
22910         after `('.  Add `while-no-input' to control structures.
22912         * faces.el (no-break-space, shadow): New faces.
22913         (escape-glyph): Use less loud colors pink2 and red4.
22915         * diff-mode.el (diff-context-face)
22916         * dired.el (dired-ignored)
22917         * rfn-eshadow.el (file-name-shadow)
22918         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
22920         * info.el (Info-title-1-face): Use green instead of yellow because
22921         bold yellow is not readable on light backgrounds.
22923         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
22924         before selecting the desired mode to not spend time fontifying
22925         old contents.
22927 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
22929         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
22930         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
22932         * ps-print.el (ps-default-fg, ps-default-bg):
22933         Fix typos in docstrings.
22935         * isearchb.el (isearchb): Don't pass a spurious second argument to
22936         `iswitchb-completions'.
22938 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
22940         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
22941         to preserve point.
22942         (gdb-find-file-hook): Add doc string.
22944         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
22945         C dereferenced pointer expression.
22946         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
22948         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
22950         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
22951         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
22952         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
22953         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
22954         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
22955         Make background transparent.
22957 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
22959         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
22960         (font-lock-remove-keywords): Doc fix.
22961         (font-lock-mode-major-mode): Compiler defvar.
22962         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
22964         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
22965         (font-lock-mode): Update `font-lock-mode-major-mode'.
22966         (font-lock-set-defaults): Compiler defvar.
22967         (font-lock-default-function): Take `font-lock-mode-major-mode'
22968         into account.
22970         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
22971         keep track of which major mode it enabled the minor mode for.
22972         Use find-file-hook again.  Update docstring.
22974         * simple.el (eval-expression-print-level)
22975         (eval-expression-print-length, eval-expression-debug-on-error):
22976         Doc fixes.
22978 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
22980         * iswitchb.el (iswitchb-single-match-face)
22981         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
22982         (iswitchb-invalid-regexp-face): New faces.
22983         (iswitchb-completions): Use them.
22984         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
22985         now marked as an obsolete alias.
22986         (iswitchb-read-buffer): Remove check for bound font variables.
22987         (iswitchb-invalid-regexp): New free variable.
22988         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
22989         set iswitchb-invalid-regexp.
22990         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
22991         invalid regexps.
22992         (iswitchb-completions): Add check for complete match when entering
22993         a regexp.
22994         (iswitchb-completions): Remove require-match argument.
22995         (iswitchb-exhibit): Fix caller.
22996         (iswitchb-common-match-inserted): New variable.
22997         (iswitchb-complete, iswitchb-completion-help): Use it.
22999 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
23001         * url-http.el (url-http-chunked-encoding-after-change-function):
23002         Use `url-http-debug' instead of `message'.
23004 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
23006         * url-http.el (url-http-parse-headers): Pass redirected URL as a
23007         callback argument.
23009 2005-06-04  Kim F. Storm  <storm@cua.dk>
23011         * simple.el (line-move): Only call sit-for when moving backwards.
23013         * ido.el (ido-make-merged-file-list-1): New defun split from
23014         ido-make-merged-file-list.
23015         (ido-make-merged-file-list): Bind throw-on-input around call to
23016         ido-make-merged-file-list-1.  Return input-pending-p if
23017         interrupted by more input available.
23018         (ido-read-internal): Handle input-pending-p return value from
23019         ido-make-merged-file-list.
23021 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23023         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
23024         compatibility code.
23026         * international/latexenc.el (latexenc-find-file-coding-system):
23027         Don't inherit the EOL part of the coding-system from the
23028         tex-main buffer.  Fit within 80 columns.
23030 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
23032         * tmm.el (tmm-inactive-face): New face.
23033         (tmm-remove-inactive-mouse-face): New function.
23034         (tmm-prompt, tmm-add-one-shortcut)
23035         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
23036         but not selectable.
23038 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
23040         * faces.el (face-equal): Improve argument/docstring consistency.
23042 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
23044         * progmodes/make-mode.el (makefile-targets-face)
23045         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
23046         (makefile-bsdmake-dependency-regex)
23047         (makefile-makepp-rule-action-regex)
23048         (makefile-bsdmake-rule-action-regex): New constants.
23049         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
23051         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23052         Allow (...) within `...' for makepp messages.
23054 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
23056         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
23058         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
23059         "." files are deleted from all file lists before comparison.
23061         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23062         (viper-ESC-key): Made them customizable.
23064         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
23066 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
23068         * autorevert.el (auto-revert-buffers): Use save-match-data.
23070 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23072         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
23073         menu items with a nil command binding.
23075 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
23077         * emacs-lisp/cl-macs.el (defsetf):
23078         Improve argument/docstring consistency.
23080         * faces.el (list-faces-display): Improve the formatting by
23081         computing the maximum length required for any face-name (reworked
23082         patch of 1999-01-11, accidentally deleted on 1999-07-21).
23083         (internal-find-face): Remove redundant info in docstring.
23085 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
23087         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
23088         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
23089         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
23090         (gdb-assembler-custom): Improve regexps.
23091         (def-gdb-auto-update-handler): Use window point to preserve point.
23093 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23095         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
23097 2005-05-31  Jay Belanger  <belanger@truman.edu>
23099         * calc/calc-embed.el (calc-embedded-word): Change argument passed
23100         to calc-embedded.
23101         (calc-embedded-make-info): Have plain prefix argument select
23102         entire line.
23104 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
23106         * faces.el (list-faces-display): Signal error if passed a regexp
23107         that matches no face name.
23109         * simple.el (filter-buffer-substring): Fix typo in docstring.
23111 2005-05-31  Richard M. Stallman  <rms@gnu.org>
23113         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
23114         (vhdl-emacs-21): Doc fix.
23115         (vhdl-mode): Unconditionally set comment-padding.
23116         (vhdl-fixup-whitespace-region): Insert spaces only where
23117         there are none.
23118         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
23120 2005-05-30  John Wiegley  <johnw@newartisans.com>
23122         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
23123         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
23124         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
23125         `directory-sep-char' to ?/, and all uses of `string-to-int' to
23126         `string-to-number'.
23128 2005-05-30  Jay Belanger  <belanger@truman.edu>
23130         * calc/calc.el (calc-bug-address): Fix docstring.
23131         (calc-window-hook, calc-trail-window-hook): New variables.
23132         (calc-trail-display): Restore use of calc-trail-window-hook.
23133         (calc): Restore use of calc-window-hook.
23135 2005-05-31  Masatake YAMATO  <jet@gyve.org>
23137         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
23139         * help-fns.el (help-C-file-name): Add autoload mark for
23140         `find-function-noselect'.
23142 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23144         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
23145         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
23147 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23149         * calendar/diary-lib.el (mark-included-diary-files): Only kill
23150         included diary buffer if it was not already being visited.
23151         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
23153         * calendar/icalendar.el (top-level): Do not require appt.
23155         * mail/supercite.el (sc-select-attribution): Only use a list
23156         element from sc-attrib-selection-list if it returns a string.
23157         Reported by Davide G. M. Salvetti <salve@debian.org>.
23159 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
23161         * thumbs.el (thumbs-thumbname): The resulting thumbname now
23162         includes a hash value to improve its uniqueness, and has a ".jpg"
23163         extension.  Also, it is now a valid filename on all systems.
23164         (thumbs-make-thumb): Use `let', not `let*'.
23165         (thumbs-show-thumbs-list): Check for JPEG availability.
23167 2005-05-30  Richard M. Stallman  <rms@gnu.org>
23169         * filesets.el (filesets-menu-ensure-use-cached):
23170         Prevent warning when emacs-version>= is undefined.
23172         * printing.el (pr-interactive-n-up): Use string-to-number.
23174         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
23176         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23177         Warn only when name to be defined is quoted.
23179 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
23181         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
23182         Make regexp more robust.
23183         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
23184         Force regeneration of disassembly.
23186 2005-05-29  Jay Belanger  <belanger@truman.edu>
23188         * calc/calc.el (calc-user-invocation): Check if
23189         calc-invocation-macro is non-nil.
23191 2005-05-29  Juri Linkov  <juri@jurta.org>
23193         * add-log.el (change-log-font-lock-keywords):
23194         Add `+' to e-mail regexp to accept mail address with keywords.
23196         * man.el (Man-name-regexp): Add `:' to accept qualified names.
23198 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
23200         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
23202         * ielm.el (inferior-emacs-lisp-mode): Ditto.
23204 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23206         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23207         Undo the change that moves to end of the current word.
23209 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
23211         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
23212         Throw error when count <= 0 to ensure input is a number.
23213         (gdb-read-memory-custom): Pick up address from buffer.
23214         (gdb-memory-mode): Allow user to increment and decrement
23215         memory address from header line.
23217 2005-05-29  Richard M. Stallman  <rms@gnu.org>
23219         * flyspell.el (flyspell-version): Function deleted.
23220         (flyspell-auto-correct-previous-hook): Doc fix.
23222         * jit-lock.el (jit-lock-function, jit-lock-after-change):
23223         Do nothing if memory is full.
23225         * font-lock.el (font-lock-fontify-syntactically-region):
23226         Pass t for GREEDY to looking-back.
23228         * saveplace.el (save-place-alist-to-file): Write the file
23229         using write-region.
23231         * subr.el (looking-back): New argument GREEDY.
23233         * progmodes/compile.el (compilation-start): Set the mode
23234         before inserting the initial text.
23236         * progmodes/which-func.el (which-func-update-1): Turn the mode
23237         off in case of error by setting which-func-mode.
23239 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
23241         * flyspell.el (flyspell-auto-correct-previous-word):
23242         Narrow down to what's on the screen, and recenter overlays
23243         at the end of the next word.
23245 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
23247         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
23248         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
23249         (flyspell-abbrev-p): Default to nil.
23250         (flyspell-use-global-abbrev-table-p): Doc fix.
23251         (flyspell-large-region): Allow nil as value.
23252         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
23254         (mail-mode-flyspell-verify): More robust handling
23255         of `mail-header-separator'.  More efficient signature detection.
23256         Allow for regexp metacharacters in message-header-separator.
23257         Adding `To' not to be checked in mail-mode-flyspell-verify.
23259         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
23260         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
23261         Bind flyspell-auto-correct-binding.
23262         Bind C-. and C-, .
23263         (flyspell-mode-map): Likewise.
23264         (flyspell-mode): Doc fix.
23265         (flyspell-accept-buffer-local-defs): Preserve current buffer.
23266         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
23267         (flyspell-word-cache-result): New var, always local.
23268         (flyspell-check-pre-word-p): Doc fix.
23269         (flyspell-check-changed-word-p): Handle spc like newline.
23270         (flyspell-post-command-hook): Set flyspell-word-cache-result.
23271         (flyspell-word-search-backward, flyspell-word-search-forward):
23272         New functions.
23273         (flyspell-word): Return t if nothing to check.
23274         When parsing TeX code, check for after } or \.
23275         Use flyspell-word-search-backward to find previous word.
23276         Return nil if duplicated word.
23277         For word already checked, return same value as last time.
23278         Set flyspell-word-cache-result after checking.
23279         Don't clobber the return value.
23280         (flyspell-get-word): Major rewrite.
23281         (flyspell-external-point-words): New locals pword, pcount.
23282         Fix size used in progress message.
23283         Find the proper corresponding word in flyspell-large-region-buffer.
23284         (flyspell-region): Check for flyspell-large-region = nil.
23285         (flyspell-highlight-incorrect-region): Clean up overlays in region.
23286         (flyspell-auto-correct-word): Check that WORD is a cons.
23287         (flyspell-correct-word): Likewise.
23289 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
23291         * progmodes/make-mode.el (makefile-rule-action-regex)
23292         (makefile-macroassign-regex, makefile-makepp-mode)
23293         (makefile-bsdmake-mode): Continuation lines may be empty.
23294         Reported by Joshua Varner.
23295         (makefile-makepp-font-lock-keywords): Add $(stem).
23297 2005-05-28  Karl Berry  <karl@gnu.org>
23299         * textmodes/tex-mode.el: Now that tex-send-command calls
23300         shell-quote-argument (2005-03-31 change), remove all calls to
23301         shell-quote-argument; they all end up invoking tex-send-command.
23302         The double quoting loses on filenames with non-safe characters,
23303         such as "@".  Reported by Frederik Fouvry.
23305 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
23307         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
23308         about preserving point.
23310 2005-05-27  Jay Belanger  <belanger@truman.edu>
23312         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
23313         Info-goto-node.
23315         * calc/calc-embed.el (calc-embed-arg): New variable.
23316         (calc-do-embedded-activate, calc-embedded-activate-formula)
23317         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
23318         variable by new variable.
23319         (calc-embedded-make-info): Replace undeclared variable by new
23320         variable.  When selecting region with positive prefix
23321         argument, use end of previous line instead of beginning of line.
23323         * calc/calc-aent.el (calc-arg-values): Declare it.
23325         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
23326         Declare them.
23328         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
23330         * calc/calc.el (calc-alg-map): Declare it.
23332         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
23334 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
23336         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
23337         (gdb-registers-buffer, toggle-gdb-all-registers):
23338         Toggle display of floating point registers.
23339         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
23341         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
23342         (toggle-gud-tooltip-dereference):
23343         Rename from gud-toggle-tooltip-dereference.
23345 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23347         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
23349 2005-05-27  Jay Belanger  <belanger@truman.edu>
23351         * calc/calc-prog.el (calc-kbd-report): Remove.
23352         (calc-kbd-query): Rewrite.
23354 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
23356         * image.el (image-library-alist): Move to image.c.
23357         (image-type-available-p): Doc fix.
23359 2005-05-27  Lute Kamstra  <lute@gnu.org>
23361         * calc/calc.el (calc):
23362         * outline.el (outline-1, outline-2, outline-3, outline-4)
23363         (outline-5, outline-6, outline-7, outline-8):
23364         * textmodes/dns-mode.el (dns-mode):
23365         * textmodes/sgml-mode.el (sgml-namespace-face):
23366         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
23367         (tex-verbatim-face, tex-use-reftex):
23368         * textmodes/texinfo.el (texinfo-heading-face):
23369         Specify customization group.
23371         * longlines.el: Don't require easy-mmode.
23372         (longlines-visible-face): Specify customization group.
23374 2005-05-27  Kenichi Handa  <handa@m17n.org>
23376         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
23377         encoding table of windows-1251.
23379         * international/ucs-tables.el (ucs-set-table-for-input):
23380         If translation-table-for-input of a coding system is a symbol, get
23381         its translation-table property.
23383         * international/code-pages.el: Don't register a coding system into
23384         non-iso-charset-alist more than once.
23385         (cp-make-coding-system): Likewise.
23387 2005-05-26  John Wiegley  <johnw@newartisans.com>
23389         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
23390         `eshell-resume-eval' is wrapped in a list, it indicates that the
23391         command was run asynchronously.  In that case, unwrap the value
23392         before checking the delimiter value.
23394         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
23395         character before a space at the end of a line is \, assume the space
23396         is part of the last argument rather than a final argument separator.
23398         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
23399         is in use, and the target is `t' or `nil' (which are the most common
23400         values), don't assume that the symbol target is a buffer.
23402 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
23404         * calendar/calendar.el (calendar-mode-line-format):
23405         Use mode-line-highlight as mouse-face.
23407         * time.el (display-time-string-forms, display-time-update):
23408         Use mode-line-highlight as mouse-face.
23410 2005-05-26  Jay Belanger  <belanger@truman.edu>
23412         * calc/calc.el (calc-language-alist): Remove extra defvar.
23414 2005-05-26  Lute Kamstra  <lute@gnu.org>
23416         * arc-mode.el (archive-mode):
23417         * bookmark.el (bookmark-read-annotation-mode)
23418         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
23419         * bs.el (bs-mode):
23420         * calc/calc-yank.el (calc-edit-mode):
23421         * calc/calc.el (calc-mode, calc-trail-mode):
23422         * calculator.el (calculator-mode):
23423         * chistory.el (command-history-mode):
23424         * comint.el:
23425         * cus-edit.el (custom-mode):
23426         * descr-text.el (describe-text-mode):
23427         * ebuff-menu.el (Electric-buffer-menu-mode):
23428         * ediff-util.el (ediff-mode):
23429         * emacs-lisp/re-builder.el (reb-mode):
23430         * emulation/vi.el (vi-mode-setup):
23431         * emulation/ws-mode.el (wordstar-mode):
23432         * eshell/esh-mode.el (eshell-mode):
23433         * forms.el (forms-mode):
23434         * help-mode.el (help-mode):
23435         * hexl.el (hexl-mode):
23436         * ibuffer.el (ibuffer-mode):
23437         * ielm.el (inferior-emacs-lisp-mode):
23438         * info.el (Info-mode, Info-edit-mode):
23439         * international/swedish.el:
23440         * ledit.el (ledit-from-lisp-mode):
23441         * locate.el (locate-mode):
23442         * mail/rmail.el (rmail-mode):
23443         * mail/rmailedit.el (rmail-edit-mode):
23444         * mail/rmailsum.el (rmail-summary-mode):
23445         * mail/supercite.el (sc-electric-mode):
23446         * net/eudc.el (eudc-mode):
23447         * net/quickurl.el (quickurl-list-mode):
23448         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
23449         * obsolete/ooutline.el (outline-mode):
23450         * obsolete/options.el (Edit-options-mode):
23451         * obsolete/rnews.el (news-mode):
23452         * obsolete/rnewspost.el (news-reply-mode):
23453         * play/5x5.el (5x5-mode):
23454         * play/decipher.el (decipher-mode, decipher-stats-mode):
23455         * play/gomoku.el (gomoku-mode):
23456         * play/snake.el (snake-mode):
23457         * play/solitaire.el (solitaire-mode):
23458         * play/tetris.el (tetris-mode):
23459         * progmodes/ada-mode.el (ada-mode):
23460         * progmodes/antlr-mode.el (antlr-mode):
23461         * progmodes/autoconf.el (autoconf-mode):
23462         * progmodes/dcl-mode.el (dcl-mode):
23463         * progmodes/delphi.el (delphi-mode):
23464         * progmodes/ebrowse.el (ebrowse-tree-mode)
23465         (ebrowse-electric-list-mode, ebrowse-member-mode)
23466         (ebrowse-electric-position-mode):
23467         * progmodes/f90.el (f90-mode):
23468         * progmodes/fortran.el (fortran-mode):
23469         * progmodes/icon.el (icon-mode):
23470         * progmodes/idlw-help.el (idlwave-help-mode):
23471         * progmodes/idlw-shell.el (idlwave-shell-mode):
23472         * progmodes/idlwave.el (idlwave-mode):
23473         * progmodes/inf-lisp.el (inferior-lisp-mode):
23474         * progmodes/m4-mode.el (m4-mode):
23475         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
23476         * progmodes/modula2.el (modula-2-mode):
23477         * progmodes/octave-inf.el (inferior-octave-mode):
23478         * progmodes/octave-mod.el (octave-mode):
23479         * progmodes/pascal.el (pascal-mode):
23480         * progmodes/sh-script.el (sh-mode):
23481         * progmodes/sql.el (sql-mode, sql-interactive-mode):
23482         * progmodes/vhdl-mode.el (vhdl-mode):
23483         * progmodes/xscheme.el (scheme-interaction-mode):
23484         * replace.el (occur-mode):
23485         * ses.el (ses-mode):
23486         * simple.el (completion-list-mode):
23487         * skeleton.el:
23488         * speedbar.el (speedbar-mode):
23489         * term.el (term-mode):
23490         * terminal.el (terminal-edit-mode):
23491         * textmodes/reftex-index.el (reftex-index-mode)
23492         (reftex-index-phrases-mode):
23493         * textmodes/reftex-sel.el (reftex-select-label-mode)
23494         (reftex-select-bib-mode):
23495         * textmodes/reftex-toc.el (reftex-toc-mode):
23496         * wdired.el (wdired-change-to-wdired-mode):
23497         * wid-browse.el (widget-browse-mode):
23498         Use run-mode-hooks.
23500         * array.el (array-mode):
23501         * calendar/todo-mode.el (todo-mode):
23502         * man.el (Man-mode):
23503         * play/landmark.el (lm-mode):
23504         * play/mpuz.el (mpuz-mode):
23505         Use kill-all-local-variables and run-mode-hooks.
23507         * subr.el (delay-mode-hooks): Specify indentation.
23509 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
23511         * xml.el (xml-substitute-special): Don't die for undefined xml
23512         entities.
23514 2005-05-26  Jay Belanger  <belanger@truman.edu>
23516         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
23517         of nil.
23519 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
23521         * progmodes/gdb-ui.el (gdb-frame-address):
23522         Rename from gdb-current-address.
23523         (gdb-previous-frame-address): Rename from gdb-previous-address.
23524         (gdb-selected-frame): Rename from gdb-current-frame.
23525         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
23526         (gdb-frame-number): Rename from gdb-current-stack-level.
23527         (gdb-ann3): Match new mode-name for disassembly buffer.
23528         Extend initialization of variables.
23529         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
23530         (gdb-memory-mode): Use mouse-face in header line.
23531         (gdb-assembler-buffer-name): Call it disassembly and give frame
23532         in mode line.
23533         (gdb-source-spec-regexp, gdb-assembler-custom)
23534         (gdb-invalidate-assembler, gdb-frame-handler):
23535         Make robust to leading zeroes in address format.
23537 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
23539         * textmodes/org.el (org-mode): Use `define-derived-mode' to
23540         define `org-mode'.
23541         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
23543 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23545         * log-edit.el (log-edit-changelog-entries): Distinguish between
23546         filenames like xfns.c and fns.c.
23548 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
23550         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
23551         point after reverting.
23552         (Buffer-menu-make-sort-button): Handle the case where
23553         `Buffer-menu-use-header-line' is nil.
23555 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
23557         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
23558         New funcs.  In minibuffer-local-completion-map bind `]', `/'
23559         and `:' to them.
23561 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23563         * startup.el (normal-top-level): Allow modification of load-path while
23564         we're iterating over it.
23566 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
23568         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
23569         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
23570         (thumbs-resize-interactive, thumbs-insert-image)
23571         (thumbs-insert-thumb, thumbs-dired-show-marked)
23572         (thumbs-find-image-at-point, thumbs-delete-images)
23573         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
23574         (thumbs-increment-image-size, thumbs-decrement-image-size):
23575         Fix typos in docstrings.
23577 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
23579         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
23580         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
23581         (cperl-mode): Use them.
23583 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
23585         * window.el (quit-window, shrink-window-if-larger-than-buffer):
23586         Doc fixes.
23588 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
23590         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
23591         Bind C-d to gdb-inferior-io-eof.
23593         * dired.el (dired-dnd-popup-notice): Use message-box.
23595 2005-05-23  Masatake YAMATO  <jet@gyve.org>
23597         * bindings.el (mode-line-major-mode-keymap):
23598         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
23600         * faces.el (mode-line-highlight): New face.
23602         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
23603         as mouse-face.
23605         * bindings.el (top-level, help-echo, mode-line-modified)
23606         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
23607         as mouse-face.
23609 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
23611         * progmodes/cc-engine.el (c-guess-basic-syntax):
23612         Remove spurious call to `zerop'.
23614         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
23616 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
23618         CC Mode update to 5.30.10:
23620         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
23621         could go past the limit in decoration level 2, thereby causing
23622         errors during interactive fontification.
23624         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
23625         the file is evaluated interactively.
23627         * cc-engine.el (c-guess-basic-syntax): Handle operator
23628         declarations somewhat better in C++.
23630         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
23631         make use of `run-mode-hooks' which has been added in Emacs 21.1.
23632         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
23633         (awk-mode): Use it.
23634         (make-local-hook): Suppress warning about obsoleteness.
23636         * cc-engine.el, cc-align.el, cc-cmds.el
23637         (c-append-backslashes-forward, c-delete-backslashes-forward)
23638         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
23639         Compensate for return value from `forward-line' when it has moved
23640         but not to a different line due to eob.
23642         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
23643         `objc-method-intro' and `objc-method-args-cont'.
23645 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
23647         CC Mode update to 5.30.10:
23649         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
23650         in the copyright statement.  Incidentally, change "along with GNU
23651         Emacs" to "along with this program" where it occurs.
23653         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
23654         so that it is interactive, hence can be found by M-x awk-mode
23655         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
23656         <gmorris+emacs@ast.cam.ac.uk>.
23658         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
23659         Mode's regexps.
23661 2005-05-23  Kevin Ryde  <user42@zip.com.au>
23663         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
23664         c-parse-state, to avoid a lisp error (on bad code).
23666 2005-05-23  Lute Kamstra  <lute@gnu.org>
23668         * subr.el (font-lock-defaults): Remove defvar as it's already
23669         defined in font-core.el.
23671         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
23673 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
23675         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
23676         more general and work when GDB variable "print pretty" is on,
23677         as with Emacs, for example.
23679 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
23681         * font-core.el: Update comment.
23683         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23684         Use `after-change-major-mode-hook' instead of `find-file-hook'.
23686         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
23688 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
23690         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
23691         and `yank-handler' in the doc strings.
23693 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23695         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
23697 2005-05-22  Richard M. Stallman  <rms@gnu.org>
23699         * help.el (describe-key): Move print-help-return-message call
23700         out of conditional.
23702         * progmodes/etags.el (list-tags): Use with-no-warnings.
23704         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
23705         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
23706         (starttls-extra-args, starttls-extra-arguments): Add defvars.
23708         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
23710         * language/viet-util.el (viet-viscii-nonascii-translation-table):
23711         Add defvar.
23713         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
23714         Use defvar, not defconst.
23716         * hexl.el (hexl-follow-line): Use with-no-warnings.
23718         * emulation/tpu-extras.el: Use write-file-functions instead of
23719         write-file-hooks.
23721         * dired.el (dired-font-lock-keywords): Fontify files with junk
23722         extensions even if marked by -F.
23724 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
23726         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
23727         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
23728         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
23729         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
23730         (concatenate, list-length, get*, getf, cl-remprop):
23731         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
23732         (etypecase, progv, lexical-let, lexical-let*)
23733         (multiple-value-bind, multiple-value-setq, shiftf):
23734         Improve argument/docstring consistency.
23736         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
23738 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
23740         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
23741         doesn't exist.
23743         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
23744         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
23746 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
23748         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
23749         already deleted variables: auto-fill-hook, blink-paren-hook,
23750         lisp-indent-hook, inhibit-local-variables, unread-command-event,
23751         suspend-hooks, comment-indent-hook, meta-flag,
23752         before-change-function, after-change-function,
23753         font-lock-doc-string-face.
23755 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
23757         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
23759 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
23761         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
23762         rmail-dont-reply-to.
23764 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23766         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
23767         literal blank when splitting new-header-values.
23769 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
23771         * calendar/cal-menu.el (cal-menu-update): Add separator as a
23772         string so that tmm doesn't create a completion entry for it.
23774         * textmodes/table.el (table-disable-menu): Ditto.
23776 2005-05-21  Richard M. Stallman  <rms@gnu.org>
23778         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
23780         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
23782         * net/rcompile.el (remote-compile): Use compilation-start.
23784         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
23786 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
23788         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
23789         Default to makefile-bsdmake-mode on BSD systems.
23791         * imenu.el (imenu-generic-expression, imenu--generic-function'):
23792         REGEXP may also be a search function now.  The part of doc-string
23793         for describing the structure was 95% identical to that of
23794         `imenu--generic-function'.  Unify it there.
23796         * progmodes/make-mode.el (makefile-imenu-generic-expression):
23797         Use function to find dependencies, because regexp alone is so complex,
23798         it easily goes into an endless loop.
23799         (makefile-makepp-mode): Also add submenu for Perl functions
23800         defined in the makefile.
23801         (makefile-bsdmake-mode): Special imenu-generic-expression no
23802         longer needed, due to function call.
23803         (makefile-match-dependency): Take BOUND into account when checking
23804         if we're through.
23806 2005-05-20  Jay Belanger  <belanger@truman.edu>
23808         * calc/calc-units.el (calc-invalidate-units-table):
23809         Use inhibit-read-only.
23810         (math-build-units-table-buffer): Use view-mode.
23812 2005-05-20  David Kastrup  <dak@gnu.org>
23814         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
23815         easy-menu-add is not a nop on Emacs; and clarify when to call it.
23817 2005-05-20  Lute Kamstra  <lute@gnu.org>
23819         * diff-mode.el (diff-header-face, diff-file-header-face)
23820         (diff-index-face, diff-hunk-header-face, diff-removed-face)
23821         (diff-added-face, diff-changed-face, diff-function-face)
23822         (diff-context-face, diff-nonexistent-face): Put them in the
23823         diff-mode customization group.
23825 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23827         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
23829         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
23831         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
23832         Minor regexp-optimization.
23834 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
23836         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
23837         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
23838         (org-agenda-add-time-grid-maybe): New function.
23839         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
23840         (org-table-create): `dotimes' instead of `mapcar'.
23841         (org-xor): Simplify implementation.
23842         (org-agenda): `inhibit-redisplay' turned on.
23843         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
23844         a consistent line after a state change.
23845         (org-agenda-remove-times-when-in-prefix): New option.
23846         (org-prefix-has-time): New variable.
23847         (org-parse-time-string): Optional argument NODEFAULT.
23848         (org-format-agenda-item): Parse items for time-of-day
23849         specifications and move these into the prefix if possible.
23850         (org-agenda-priority): Get current heading, not previous heading
23851         during agenda remote editing.
23853 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
23855         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
23856         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
23857         (remove-duplicates, delete-duplicates, substitute)
23858         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
23859         (nsubstitute-if-not, find, find-if, find-if-not, position)
23860         (position-if, position-if-not, count, count-if, count-if-not)
23861         (mismatch, search, sort*, stable-sort, merge, member*)
23862         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
23863         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
23864         (intersection, nintersection, set-difference, nset-difference)
23865         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
23866         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
23867         (nsublis, tree-equal): Improve argument/docstring consistency.
23869         * subr.el (send-string, send-region): Remove obsolescence declaration.
23870         (window-dot, set-window-dot, read-input, show-buffer)
23871         (eval-current-buffer, string-to-int):
23872         Add release number to obsolescence declarations.
23874 2005-05-19  Kim F. Storm  <storm@cua.dk>
23876         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
23877         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
23879 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
23881         * faces.el (list-faces-display): Make back button respect optional
23882         regexp arg.
23884 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
23886         * calculator.el (calculator-radix-grouping-mode)
23887         (calculator-radix-grouping-digits, calculator-displayer)
23888         (calculator-radix-grouping-separator, calculator-copy-displayer):
23889         * dabbrev.el (dabbrev-search-these-buffers-only):
23890         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
23891         (diff-advance-after-apply-hunk, diff-mode-hook)
23892         (diff-minor-mode-prefix):
23893         * imenu.el (imenu-use-popup-menu):
23894         * jit-lock.el (jit-lock-context-time):
23895         * newcomment.el (comment-fill-column, comment-column)
23896         (comment-style, comment-padding, comment-multi-line)
23897         (comment-empty-lines, comment-auto-fill-only-comments):
23898         * reveal.el (reveal-around-mark):
23899         * uniquify.el (uniquify-buffer-name-style)
23900         (uniquify-after-kill-buffer-p)
23901         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
23902         (uniquify-min-dir-content, uniquify-separator)
23903         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
23904         * w32-vars.el (w32-fixed-font-alist):
23905         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
23906         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
23907         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
23908         * progmodes/perl-mode.el (perl-indent-level)
23909         (perl-continued-statement-offset, perl-continued-brace-offset)
23910         (perl-brace-offset, perl-brace-imaginary-offset)
23911         (perl-label-offset, perl-indent-continued-arguments)
23912         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
23913         * progmodes/tcl.el (tcl-indent-level)
23914         (tcl-continued-indent-level, tcl-auto-newline)
23915         (tcl-tab-always-indent, tcl-electric-hash-style)
23916         (tcl-help-directory-list, tcl-use-smart-word-finder)
23917         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
23918         (inferior-tcl-source-command):
23919         * textmodes/fill.el (enable-kinsoku):
23920         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
23921         * textmodes/table.el (table-yank-handler):
23922         Specify missing group (and type, if simple) in defcustom.
23924 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
23926         * progmodes/compile.el (compilation-finish-function): Fix defvar.
23928 2005-05-19  Richard M. Stallman  <rms@gnu.org>
23930         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
23932         * subr.el (event-basic-type): Don't get an error.
23933         (left-fringe-p): Function deleted.
23935         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
23936         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
23938         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
23939         in recursive copy.
23941         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
23943         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
23945         * emacs-lisp/bytecomp.el
23946         (byte-compile-file-form-custom-declare-variable):
23947         Call byte-compile-nogroup-warn if appropriate.
23949         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
23950         (compilation-set-window): Don't call left-fringe-p; do it directly.
23952 2005-05-19  Jay Belanger  <belanger@truman.edu>
23954         * calc/calc-graph.el (calc-graph-format-data): Make sure
23955         var-PlotRejects is bound before trying to check its value.
23957 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
23959         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
23960         definition of this variable from reftex-global.el to reftex.el,
23961         because it is needed in the menu.
23963 2005-05-19  Lute Kamstra  <lute@gnu.org>
23965         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
23966         years are fixed.  Don't insert a space after a dash.
23968 2005-05-19  Kim F. Storm  <storm@cua.dk>
23970         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
23972 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
23974         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
23975         strings, because (eq ... ?\\) is fairly frequent.
23977         * progmodes/make-mode.el (makefile-add-this-line-targets):
23978         Simplify and integrate into `makefile-pickup-targets'.
23979         (makefile-add-this-line-macro): Simplify and integrate into
23980         `makefile-pickup-macros.
23981         (makefile-pickup-filenames-as-targets): Simplify.
23982         (makefile-previous-dependency, makefile-match-dependency):
23983         Don't stumble over `::'.
23985 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
23987         * subr.el (post-command-idle-hook, post-command-idle-delay):
23988         Remove obsoletion of post-command-idle-hook and
23989         post-command-idle-delay.
23991         * faces.el (list-faces-display): Provide button when describe-face
23992         is called to take user back to the list of faces.
23994         * help-fns.el (describe-variable): Remove hyperlinks in a
23995         variable's value as these are quite frequently inappropriate.
23997         * follow.el (follow-submit-feedback, follow-mode):
23998         Remove references to post-command-idle-hook.
24000 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
24002         * progmodes/make-mode.el (makefile-previous-dependency)
24003         (makefile-match-dependency): Check for := (and in bsd mode also
24004         !=) to give a better result, even when font-lock is not on.
24006 2005-05-18  Jay Belanger  <belanger@truman.edu>
24008         * calc/calc-help.el (calc-s-prefix-help):
24009         Add `calc-copy-special-constant' to help string.
24011 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
24013         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24015 2005-05-18  Jay Belanger  <belanger@truman.edu>
24017         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
24018         in linear factors are in proper order.
24020 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
24022         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24023         Support for jurabib.
24025         * textmodes/reftex.el (featurep): Define aliases for overlay
24026         commands, for XEmacs compatibility, and use these aliases in
24027         overlay initializations.
24028         (reftex-highlight): Use `reftex-move-overlay'.
24029         (reftex-unhighlight): Use `reftex-delete-overlay'.
24030         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
24031         (reftex-access-search-path): Use `reftex-uniquify' instead of
24032         `reftex-uniq'
24034         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
24035         `before-string' property modification enables for Emacs as well.
24036         (reftex-select-item): Use `reftex-delete-overlay'.
24037         (reftex-select-mark): Use `reftex-make-overlay' and
24038         `reftex-overlay-put'.
24039         (reftex-select-unmark): Use `reftex-delete-overlay' and
24040         `reftex-overlay-put'.
24042 2005-05-18  Lute Kamstra  <lute@gnu.org>
24044         * emacs-lisp/lisp.el (check-parens): Fix docstring.
24046 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
24048         * add-log.el (add-change-log-entry):
24049         * array.el (array-make-template, array-reconfigure-rows)
24050         (array-init-max-row, array-init-max-column)
24051         (array-init-columns-per-line, array-init-field-width):
24052         * replace.el (replace-match-maybe-edit, perform-replace):
24053         * textmodes/spell.el (spell-region):
24054         Replace `read-input' by `read-string'.
24056         * forms.el (forms-mode):
24057         * finder.el (finder-compile-keywords):
24058         * shadowfile.el (shadow-read-files):
24059         Replace `eval-current-buffer' by `eval-buffer'.
24061         * terminal.el (te-pass-through):
24062         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
24063         (ange-ftp-raw-send-cmd):
24064         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
24065         (send-process-next-char, telnet-initial-filter, telnet):
24066         Replace `send-string' by `process-send-string'.
24068         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
24069         (prolog-consult-region): Replace `send-string' by
24070         `process-send-string'; replace `send-region' by `process-send-region'.
24072         * progmodes/delphi.el (delphi-log-msg):
24073         Replace `set-window-dot' by `set-window-point'.
24075         * subr.el (window-dot, set-window-dot, read-input, send-string)
24076         (send-region, show-buffer, eval-current-buffer):
24077         Make really obsolete, as the comment says.
24079 2005-05-17  Kim F. Storm  <storm@cua.dk>
24081         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
24082         (cua--init-keymaps): Bind C-return instead of S-return to set
24083         rectangle mark.
24085         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
24086         instead of S-return to toggle/clear rectangle mark.
24088 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
24090         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
24091         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
24092         Also fontify plain strings assigned to variables, mostly so that a
24093         colon has a face and is thus not taken as a dependency separator.
24094         (makefile-previous-dependency): Inline the new matcher, because it
24095         is too complex to work in both directions.
24096         (makefile-match-dependency): Eliminate `backward' arg (see above).
24097         Completely reimplemented so as to not sometimes go into an endless
24098         loop.  It should also be more efficient, because first it only
24099         searches for `:', instead of applying the very complex regexp.
24100         (makefile-mode): Cancel `font-lock-support-mode', because blocks
24101         to be fontified in one piece can be too long for JIT.
24102         Makefiles are never *that* big.
24104 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
24106         * dired.el (dired-mode): Simplify.
24108 2005-05-17  Lute Kamstra  <lute@gnu.org>
24110         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
24111         defcustom for the mode hook variable.
24113         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
24114         Emacs Lisp Reference Manual.
24116 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
24118         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
24119         (evenp, list*):
24120         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
24121         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
24123         * net/tramp-smb.el (tramp-smb-open-connection):
24124         Pass `tramp-chunksize' as fifth (required) argument.
24126 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
24128         * font-lock.el (lisp-font-lock-keywords-1):
24129         Set `font-lock-negation-char-face' for [^...] char group.
24130         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
24132         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
24133         a var, and refine it to mask one more level of nested vars.
24134         (makefile-rule-action-regex): Turn it into a var, and refine it so
24135         it recognizes backslashed continuation lines as belonging to the
24136         same command.
24137         (makefile-macroassign-regex): Refine it so it recognizes
24138         backslashed continuation lines as belonging to the same command.
24139         (makefile-var-use-regex): Don't look at the next char, because it
24140         might be the same one to be skipped by the initial [^$], leading
24141         to an overlooked variable use.
24142         (makefile-make-font-lock-keywords): Remove two parameters, which
24143         are now variables that some of the modes set locally.
24144         Handle dependency and rule action matching through functions, because
24145         regexps alone match too often.  Dependency matching now comes
24146         last, so it can check, whether a colon already matched something else.
24147         (makefile-mode): Inform that font-lock improves makefile parsing
24148         capabilities.
24149         (makefile-match-dependency, makefile-match-action): New functions.
24151 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
24153         * emacs-lisp/cl-extra.el (equalp): Doc fix.
24155         * align.el (align-regexp):
24156         * ansi-color.el (ansi-color-get-face):
24157         * array.el (array-reconfigure-rows, array-init-max-row)
24158         (array-init-max-column, array-init-columns-per-line)
24159         (array-init-field-width):
24160         * dired-aux.el (dired-trample-file-versions):
24161         * dired-x.el (dired-mark-sexp):
24162         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
24163         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
24164         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
24165         * faces.el (face-read-integer):
24166         * files.el (backup-extract-version, insert-directory):
24167         * hexl.el (hexl-insert-decimal-char):
24168         * server.el (server-process-filter):
24169         * shell.el (shell-extract-num):
24170         * startup.el (command-line-1):
24171         * term.el (term-command-hook):
24172         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
24173         (time-stamp-do-number):
24174         * time.el (display-time-update):
24175         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
24176         (timezone-fix-time):
24177         * vms-patch.el (vms-suspend-resume-hook):
24178         * calendar/appt.el (appt-convert-time):
24179         * calendar/cal-bahai.el (mark-bahai-diary-entries):
24180         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
24181         * calendar/cal-islam.el (mark-islamic-diary-entries):
24182         * calendar/calendar.el (calendar-cursor-to-date)
24183         (calendar-star-date):
24184         * calendar/diary-lib.el (diary-attrtype-convert)
24185         (mark-diary-entries, diary-entry-time):
24186         * calendar/solar.el (solar-get-number):
24187         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
24188         * emacs-lisp/re-builder.el (reb-display-subexp):
24189         * emulation/edt.el (edt-set-scroll-margins):
24190         * emulation/tpu-extras.el (tpu-set-scroll-margins):
24191         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
24192         (vip-get-ex-count):
24193         * emulation/viper-ex.el (viper-get-ex-token)
24194         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
24195         * international/fontset.el (fontset-plain-name):
24196         * mail/feedmail.el (feedmail-look-at-queue-directory):
24197         * mail/mailalias.el (mail-get-names):
24198         * mail/rmail.el (rmail-convert-to-babyl-format):
24199         * mail/rmailsum.el (rmail-make-basic-summary-line)
24200         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
24201         (rmail-summary-goto-msg):
24202         * mail/smtpmail.el (smtpmail-read-response):
24203         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
24204         (ange-ftp-vms-add-file-entry):
24205         * play/gametree.el (gametree-looking-at-ply)
24206         (gametree-current-branch-score):
24207         * progmodes/ada-xref.el (ada-prj-find-prj-file)
24208         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
24209         * progmodes/cperl-mode.el (condition-case):
24210         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
24211         (ebrowse-set-member-buffer-column-width)
24212         (ebrowse-select-1st-to-9nth):
24213         * progmodes/etags.el (etags-snarf-tag):
24214         * progmodes/flymake.el (flymake-parse-line):
24215         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
24216         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
24217         (idlwave-shell-menu-def):
24218         * progmodes/ps-mode.el (ps-run-goto-error):
24219         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
24220         (vhdl-speedbar-contract-level):
24221         * term/mac-win.el (x-handle-numeric-switch):
24222         * term/sun-mouse.el (sun-get-frame-data):
24223         * term/w32-win.el (x-handle-numeric-switch):
24224         * term/x-win.el (x-handle-numeric-switch):
24225         * textmodes/ispell.el (ispell-parse-output):
24226         * textmodes/nroff-mode.el (nroff-outline-level):
24227         * textmodes/reftex-cite.el (reftex-bib-sort-year)
24228         (reftex-bib-sort-year-reverse, reftex-format-citation):
24229         * textmodes/reftex-parse.el (reftex-init-section-numbers)
24230         (reftex-section-number):
24231         * textmodes/texinfmt.el (texinfo-paragraphindent):
24232         Replace `string-to-int' by `string-to-number'.
24234         * international/latexenc.el: Add page marker to force the "Local
24235         Variables:" string out of the last page.
24237 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
24239         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
24240         tooltip-change-major-mode.
24241         (gud-tooltip-print-command): Remove case where gud-minor-mode
24242         is gdb ("--fullname").
24243         (gud-tooltip-tips): Turn GUD tooltips off for this case and
24244         explain to user.
24246 2005-05-16  Jay Belanger  <belanger@truman.edu>
24248         * calc/calc-store.el (calc-copy-special-constant): New function.
24250         * calc/calc-ext.el (calc-init-extensions): Add binding for
24251         `calc-copy-special-constant'.
24253         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
24254         for the `calc-copy-special-constant' command.
24256 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
24258         * subr.el (left-fringe-p): New function.
24260         * progmodes/compile.el (compilation-setup): Set local value of
24261         overlay-arrow-string to "" always.
24262         (compilation-set-window): Left fringe then don't scroll.
24263         No left fringe then no arrow and scroll message to top.
24264         (compilation-context-lines): Adjust doc string accordingly.
24266 2005-05-16  Kim F. Storm  <storm@cua.dk>
24268         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
24269         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
24270         (ido-wide-find-dir-or-delete-dir): New command for M-d.
24271         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
24272         (ido-read-file-name): Handle commands with ido property value
24273         equal to find-file as reading a file name, to allow C-d to enter dired.
24274         (ibuffer-find-file): Add ido property with value find-file.
24276 2005-05-15  Kim F. Storm  <storm@cua.dk>
24278         * subr.el (open-network-stream-nowait): Remove.
24279         (open-network-stream-server): Remove.
24281 2005-05-15  Richard M. Stallman  <rms@gnu.org>
24283         * faces.el (describe-face): Output a definition link button.
24285         * help-mode.el (help-face-def): New button type.
24287         * emacs-lisp/copyright.el (copyright-fix-years):
24288         Match properly if the first year is 2-digit.
24289         Don't mess up the whitespace after the years by filling.
24291         * dired-aux.el (dired-mark-confirm):
24292         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
24294         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
24295         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
24296         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
24298         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24299         Set font-lock-comment-start-skip.
24301         * font-lock.el (font-lock-comment-start-skip): New variable.
24302         (font-lock-comment-end-skip): New variable.
24303         (font-lock-fontify-syntactically-region): Use them if non-nil.
24305 2005-05-15  Jay Belanger  <belanger@truman.edu>
24307         * calc/calc-store.el (calc-store-value): Return a string rather
24308         than display it as a message.
24309         Use calc-var-name for variable name.
24310         (calc-store-into): Add the result of calc-store-value to message.
24311         (calc-copy-variable): Add a message.
24312         (calc-store-exchange): Improve error messages.
24313         (calc-store-binary, calc-store-map): Don't reset the values of
24314         special constants.
24316 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
24318         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
24319         manual to docstring.
24321         * files.el (hack-local-variables-confirm): Add STRING argument.
24322         Make the function handle non file visiting buffers correctly.
24323         (hack-local-variables-prop-line, hack-local-variables)
24324         (hack-one-local-variable): Use STRING arg of
24325         `hack-local-variables-confirm'.
24327 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
24329         Sync with Tramp 2.0.49.
24331         * net/tramp.el (tramp-handle-dired-call-process)
24332         (tramp-handle-insert-directory):`insert-buffer' cannot be used
24333         because the contents of the Tramp buffer is changed before
24334         insertion (`expand-file' and alike).
24335         (tramp-handle-insert-directory): If `localname' has an empty
24336         nondirectory name, it must not be quoted.
24337         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
24338         variable `tramp-chunksize'.  Change callees.
24339         (tramp-open-connection-setup-interactive-shell): Check remote host
24340         for buggy `send-process-string' implementation.
24341         Set `tramp-chunksize' if found.  Reported by Michael Kifer
24342         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
24343         (tramp-handle-shell-command): `insert-buffer' cannot be used
24344         because the contents of the Tramp buffer is changed before
24345         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
24346         <frederic.bothamy@free.fr>.
24347         (tramp-set-auto-save): Actions should be done for Tramp file name
24348         handler only.  Ange-FTP has its own auto-save mechanism.
24349         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24350         (tramp-set-auto-save-file-modes): Set file modes of
24351         `buffer-auto-save-file-name' to ?\600 as fallback solution.
24352         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
24353         (tramp-bug): Remove obsolete variable.
24354         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
24355         for presence of `mml-mode'.  Make it running for older Emacsen as well.
24357 2005-05-14  John Paul Wallington  <jpw@pobox.com>
24359         * ibuf-ext.el (define-ibuffer-filter filename):
24360         If `dired-directory' is a list, use its car.
24362 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
24364         * ibuffer.el (define-ibuffer-column filename):
24365         If `dired-directory' is a list, use its car.
24367 2005-05-14  Richard M. Stallman  <rms@gnu.org>
24369         * subr.el (symbol-file): Doc fix.
24371         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
24372         (byte-compile-form): Call byte-compile-nogroup-warn.
24373         (byte-compile-warning-types): Doc fix.
24375         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
24377         * progmodes/cc-engine.el (c-literal-faces):
24378         Add font-lock-comment-delimiter-face.
24380         * net/net-utils.el (dig): Use with-no-warnings.
24382         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
24383         (sc-recite-frame-alist, sc-default-cite-frame)
24384         (sc-default-uncite-frame, sc-default-recite-frame)
24385         (sc-attrib-selection-list, sc-rewrite-header-list):
24386         Mark as risky-local-variable.
24388         * international/ogonek.el (ogonek-jak, ogonek-how):
24389         Don't use beginning-of-buffer.
24391         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
24393         * calendar/solar.el (solar-data-list): Move definition up.
24395         * dnd.el (dnd-protocol-alist): Add autoload.
24397         * progmodes/sh-script.el: Many doc usage fixes.
24398         (sh-indent-after-do): Change default to match common styles.
24400 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
24402         * files.el (interpreter-mode-alist)
24403         (auto-mode-interpreter-regexp): Doc fixes.
24405 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
24407         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
24409         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
24411 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24413         * dired.el (dired-mode): make-variable-buffer-local =>
24414         make-local-variable.
24416 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24418         * term/mac-win.el (mac-select-convert-to-string): Try coding
24419         systems in mac-script-code-coding-systems if specified one cannot
24420         encode string for `com.apple.traditional-mac-plain-text'.
24422 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
24424         * progmodes/make-mode.el (makefile-targets-face)
24425         (makefile-shell-face, makefile-makepp-perl-face): New faces.
24426         (makefile-dependency-regex): Fix it to not make the colon in
24427         $(var:a=b) special.
24428         (makefile-rule-action-regex): New regexp for highlighting embedded
24429         Shell strings.
24430         (makefile-macroassign-regex): Handle != for highlighting as
24431         embedded Shell strings.
24432         (makefile-var-use-regex): New const.
24433         (makefile-statements, makefile-automake-statements)
24434         (makefile-gmake-statements, makefile-makepp-statements)
24435         (makefile-bsdmake-statements): New consts.
24436         (makefile-make-font-lock-keywords): New function.
24437         (makefile-automake-font-lock-keywords)
24438         (makefile-gmake-font-lock-keywords)
24439         (makefile-makepp-font-lock-keywords)
24440         (makefile-bsdmake-font-lock-keywords): New consts.
24441         (makefile-mode-map): Add switchers between the various submodes.
24442         (makefile-mode): Document the availability of the variants.
24443         (makefile-automake-mode, makefile-gmake-mode)
24444         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
24446         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
24447         new variants of makefile-mode.
24449 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24451         * font-lock.el (font-lock-comment-delimiter-face): Fix up
24452         the inheritance.
24454 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
24456         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
24457         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
24459         * files.el (normal-mode): Extend the scope of the
24460         `enable-local-variables' binding to include the `set-auto-mode' call.
24461         (magic-mode-alist): Doc fix.
24463 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24465         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
24466         font-lock-comment-face rather than copying its setting.
24468 2005-05-12  Andreas Schwab  <schwab@suse.de>
24470         * eshell/esh-mode.el (eshell-send-input): Doc fix.
24472 2005-05-12  Lute Kamstra  <lute@gnu.org>
24474         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
24475         defcustom for the mode hook variable.  Delete the last argument.
24476         * generic-x.el: Fix callers of define-generic-mode.
24477         (generic-x-modes): Delete group.
24478         (show-tabs-tab-face, show-tabs-space-face): Put them in the
24479         generic-x customization group.
24481 2005-05-12  Kim F. Storm  <storm@cua.dk>
24483         * font-lock.el (font-lock-negation-char-face): Default to "off".
24485         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
24486         font-lock-negation-char-face to ! in !=.
24488 2005-05-12  Masatake YAMATO  <jet@gyve.org>
24490         * add-log.el (find-change-log): Fix typos in the docstring
24491         of function.
24493 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
24495         * international/latexenc.el (latexenc-find-file-coding-system):
24496         Avoid `re-search-forward' when looking for input encoding because
24497         of speed and safety.  Better regular expressions for recognizing
24498         input encoding.  Limit a search for TeX-master/tex-main-file to
24499         the local variable section.
24501 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
24503         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
24504         syntax of $ to "'" (quote).
24506 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
24508         * dnd.el (dnd-protocol-alist): Improve custom type.
24510         * dired.el (dired-dnd-protocol-alist): New variable.
24511         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
24512         `dired-mode-hook' to the end.
24514 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24516         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
24517         comment-end if comment-start-skip is not set.
24518         Obey the font-lock-comment-delimiter-face variables.
24520 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24522         * files.el (executable-find): Move from executable.el.  Use
24523         locate-file.
24524         * progmodes/executable.el (executable-find): Move to files.el.
24526         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
24527         when trying to ensure forward progress.
24529 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
24531         * mouse-sel.el (mouse-sel-follow-link-p): New function.
24532         (mouse-select, mouse-select-internal, mouse-extend-internal):
24533         Use it to implement mouse-1-click-follows-link functionality.
24535 2005-05-11  Richard M. Stallman  <rms@gnu.org>
24537         * font-lock.el (font-lock-fontify-syntactically-region):
24538         Use font-lock-comment-delimiter-face for comment delimiters.
24540 2005-05-10  Jay Belanger  <belanger@truman.edu>
24542         * calc/calc-help.el (calc-m-prefix-help): Add mention of
24543         preserving embedded modes.
24545 2005-05-10  Richard M. Stallman  <rms@gnu.org>
24547         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
24549         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
24550         Move from ada-stmt.el.
24551         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
24553         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
24554         Move to ada-mode.el.
24555         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
24557         * cus-edit.el (custom-file): Call file-chase-links.
24559         * files.el (read-directory-name): Fix previous change.
24560         (hack-local-variables-confirm): New function.
24561         (hack-local-variables-prop-line, hack-local-variables)
24562         (hack-one-local-variable): Use it.
24564 2005-05-10  Lute Kamstra  <lute@gnu.org>
24566         * font-lock.el (font-lock-keywords-alist)
24567         (font-lock-removed-keywords-alist): Clarify docstrings.
24569 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
24571         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
24572         (gdb-source-info): Check for preprocessor info.
24573         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
24574         a macro for a function.
24575         (gdb-info-breakpoints-custom): Try to find file again if not already
24576         found (user might have used GDB dir command).
24577         (gdb-get-location): Update gdb-location-alist correctly for change
24578         to gdb-info-breakpoints-custom.
24580         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
24581         (gud-tooltip-print-command): Add gdbmi case.
24582         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
24583         preprocessor info.
24585 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
24587         * startup.el (fancy-splash-insert): Fix typo in doc string.
24589 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
24591         * obsolete/float.el (string-to-float):
24592         * obsolete/hilit19.el (hilit-add-pattern):
24593         * obsolete/rnews.el (news-parse-range, news-select-message)
24594         (news-get-pruned-list-of-files): Replace `string-to-int' by
24595         `string-to-number'.
24597         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
24598         `find-file-not-found-hooks'; use `add-hook'.
24599         (uncompress-while-visiting): Set `write-file-functions', not
24600         `write-file-hooks'; use `add-hook'.
24602 2005-05-09  Kim F. Storm  <storm@cua.dk>
24604         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
24605         (cua-paste): Handle clipboard action.
24606         (cua--init-keymaps): Remap clipboard-kill-region and
24607         clipboard-kill-ring-save.
24609 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
24611         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
24612         Improve commentary.
24614         * simple.el (next-error-overlay-arrow-position): Revert the change
24615         made on 2005-04-30.
24617 2005-05-07  Jay Belanger  <belanger@truman.edu>
24619         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
24620         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
24621         `calc-sel-reselect'.
24623         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
24624         Calc is in embedded mode.
24626 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
24628         * progmodes/compile.el (compilation-setup):
24629         Set overlay-arrow-string to an empty string on text terminals.
24631         * textmodes/ispell.el (ispell-program-name): Try looking for
24632         "aspell" along exec-path, and if found, use it as the default
24633         speller program.
24635 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
24637         * international/mule.el (sgml-xml-auto-coding-function):
24638         Recognize encoding='FOO' in single quotes as well as in double quotes.
24640 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
24642         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
24643         as well as `interactive', so that defmacro* would recognize
24644         `declare' forms.
24646 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
24648         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
24649         Explain more about the LIGHTER arg's usage in the doc string.
24650         Add commentary to clarify what the code does.  Fix the regexp that
24651         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
24652         since it could have characters special to regular expressions.
24654 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
24656         * replace.el (occur-1): Bind inhibit-read-only so that
24657         erase-buffer doesn't barf on read-only text properties (likewise
24658         for add-text-properties in occur-engine).  Mark buffer as unmodified.
24659         (occur-engine): Don't set buffer-read-only here.
24661 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24663         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
24664         list-buffers-directory.  This caused the *cvs-commit* buffer to be
24665         sometimes mistakenly reused as a *cvs* buffer.
24667 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
24669         * tooltip.el: Move code for GUD tooltips into gud.el.
24670         (require): CL no longer needed to compile case.
24671         (tooltip-mode): Do not toggle functions for GUD tooltips.
24672         (tooltip-gud-tips-p): Remove.  Replace with minor mode
24673         gud-tooltip-mode in gud.el.
24674         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
24675         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
24676         tooltip-gud prefix with gud-tooltip and obsolete.
24677         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
24678         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
24679         (tooltip-mouse-motion): Mouse movement functions/variable.
24680         Rename in gud.el by adding gud prefix.
24681         (tooltip-gud-original-filter, tooltip-gud-dereference)
24682         (tooltip-gud-event, tooltip-toggle-gud-tips)
24683         (tooltip-gud-process-output, tooltip-gud-print-command)
24684         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
24685         gud.el by replacing tooltip-gud prefix with gud-tooltip.
24686         (gdb-tooltip-print): Move to gdb-ui.el.
24688         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
24689         (require): CL needed to compile case.
24690         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
24691         tooltip-gud-tips-p.  Make it a minor-mode.
24692         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
24693         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
24694         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
24695         (gud-tooltip-change-major-mode)
24696         (gud-tooltip-activate-mouse-motions-if-enabled)
24697         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
24698         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
24699         (gud-tooltip-original-filter, gud-tooltip-dereference)
24700         (gud-tooltip-event, tooltip-toggle-gud-tips)
24701         (gud-tooltip-process-output, gud-tooltip-print-command)
24702         (gud-tooltip-tips): Move from tooltip.el.
24704         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
24705         (gdb-cpp-define-alist-flags): Doc fix.
24706         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
24707         gud-tooltip-mode is t.
24709 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
24711         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
24712         evaporate if their text is deleted.
24713         (goto-address-at-point): Make it work as a mouse binding as well.
24714         (goto-address-at-mouse): Obsolete it.  Update users.
24716 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
24718         * calendar/appt.el (top-level): No longer activate on load.
24720 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
24722         * calendar/cal-bahai.el (mark-bahai-diary-entries):
24723         * net/webjump.el (webjump):
24724         * progmodes/idlw-help.el (idlwave-do-context-help1)
24725         (idlwave-highlight-linked-completions):
24726         * textmodes/po.el (po-find-file-coding-system-guts):
24727         Replace `assoc-ignore-case' by `assoc-string'.
24729 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
24731         * files.el (locate-file): Doc fix.
24733         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
24734         Remove the redundant test for ms-dos.
24736         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
24737         look for the preprocessor with exec-suffixes.  If not found in
24738         standard places, look in exec-path.  Remove most of the tests that
24739         used system-type.
24741         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
24743         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
24745         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
24746         file-name clash with jka-compr.el on 8+3 filesystems.
24748 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24750         * term/mac-win.el: Don't define or bind scroll bar functions if
24751         x-toolkit-scroll-bars is t.
24752         (x-select-text, x-get-selection-value): Clear
24753         x-last-selected-text-clipboard if x-select-enable-clipboard is
24754         nil.
24755         (PRIMARY): Put mac-scrap-name property.
24756         (mac-select-convert-to-file-url): New function.
24757         (public.file-url): New selection target type.  Add to
24758         selection-converter-alist.
24759         (x-get-selection, x-selection-value): Handle it.
24760         (x-cut-buffer-or-selection-value): New alias.
24762 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24764         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
24765         entry to avoid calling bibtex-find-entry with arg global
24766         being t.  Remove arg key.
24767         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
24768         (bibtex-copy-summary-as-kill): Change accordingly.
24770 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24772         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
24773         (org-agenda-date-later): Use with-current-buffer.
24775 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
24777         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
24778         (define-obsolete-variable-alias): Doc Fixes.
24780 2005-05-06  Kim F. Storm  <storm@cua.dk>
24782         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
24783         vertical-motion when selective-display is active.
24785         * ido.el (ido-setup-hook): New hook.
24786         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
24787         (ido-input-stack): New var.
24788         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
24789         ido-next-work-file binding to M-O.
24790         Bind M-f to ido-wide-find-file-or-pop-dir.
24791         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
24792         (ido-read-internal): Run ido-setup-hook.
24793         Catch quit in read-file-name and read-string to cancel edit.
24794         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
24795         Automatically pop-all when completing a directory name (RET).
24796         (ido-file-internal): Add with-no-warnings around ffap and dired code.
24797         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
24798         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
24799         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
24800         New functions for M-b/M-f to move among the directory components.
24801         (ido-make-merged-file-list): Catch quit to cancel merge.
24802         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
24803         (ido-completion-help): No warnings for ido-completion-buffer-full.
24805 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
24807         * font-lock.el (font-lock-negation-char-face): New face and variable.
24808         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
24809         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
24810         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
24811         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
24813 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
24815         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
24816         Fix typo in docstring.
24818         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
24819         (ebrowse-print-statistics-line)
24820         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
24822         * term/w32-win.el (image-library-alist): Add additional name for
24823         Xpm library.
24825 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
24827         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
24828         use gcc instead of cpp.
24830         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
24831         (gdb-create-define-alist): Use it.
24832         (gdb-cpp-define-alist-program): Update for MS-DOS.
24834 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
24836         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
24838 2005-05-04  Richard M. Stallman  <rms@gnu.org>
24840         * help.el (describe-key): No error when UNTRANSLATED is nil.
24842         * simple.el (line-move-1): Fix previous change to signal errors
24843         appropriately.
24845 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
24847         * calendar/icalendar.el (icalendar-version): Now at 0.12.
24848         (icalendar-duration-correction): Remove.
24849         (icalendar--get-event-properties): Split result at commas.
24850         (icalendar--decode-isoduration): New optional argument
24851         DURATION-CORRECTION.
24852         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
24853         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
24854         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
24855         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
24856         (icalendar--convert-anniversary-to-ical): New functions, extracted
24857         from icalendar-export-region, with bug fixes.
24858         (icalendar-export-region): Use the above functions.
24859         (icalendar-import-buffer): Check before saving diary file.
24860         (icalendar--convert-recurring-to-diary)
24861         (icalendar--convert-non-recurring-all-day-to-diary)
24862         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
24863         extracted from icalendar--convert-ical-to-diary, with bug fixes.
24864         (icalendar--convert-ical-to-diary): Use the above functions.
24866 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
24868         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
24869         Remove these recent additions.
24870         (c-mode): Restore to before 2005-04-28.
24872         * progmodes/cc-vars.el (cc-define-list-program): Remove this
24873         recent addition.
24875         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
24876         (gdb-define-alist): New variables.
24877         (gdb-create-define-alist): New function.
24878         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
24879         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
24880         with string-to-number.
24881         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
24883         * progmodes/gud.el: Replace string-to-int with string-to-number.
24884         (gud-find-file): Handle gdb-define-alist.
24886         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
24888 2005-05-02  Jay Belanger  <belanger@truman.edu>
24890         * calc/calc-aent.el (math-read-token):
24891         * calc/calc-bin.el (calc-word-size):
24892         * calc/calc-ext.el (calc-read-number-fancy):
24893         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
24894         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
24895         * calc/calc-frac.el (calc-over-notation):
24896         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
24897         (calc-graph-num-points, calc-graph-init):
24898         * calc/calc-prog.el (calc-read-parse-table-part)
24899         (calc-edit-macro-repeats):
24900         * calc/calc-yank.el (calc-do-grab-rectangle):
24901         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
24902         Replace `string-to-int' by `string-to-number'.
24904 2005-05-02  Kim F. Storm  <storm@cua.dk>
24906         * kmacro.el: Use executing-kbd-macro-index variable.
24908 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
24910         * net/rlogin.el (rlogin-parse-words): Delete func.
24911         (rlogin): Use split-string, not rlogin-parse-words.
24912         Also, if there are option-like elements in the parsed args,
24913         take the host to be the first arg immediately following them.
24914         Suggested by Michael Mauger.
24916 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
24918         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
24920 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
24922         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
24923         (cc-mode-cpp-program): Rename to cc-define-list-program and
24924         move to cc-vars.el.
24926         * progmodes/cc-vars.el (cc-define-list-program):
24927         Change to "gcc -E -dM -".  Make customizable.
24929 2005-05-02  Kim F. Storm  <storm@cua.dk>
24931         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
24933 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
24935         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
24937         * international/mule-util.el (truncate-string): Remove alias and
24938         obsolete declaration.
24940         * international/mule-cmds.el (update-iso-coding-systems):
24941         Remove alias and obsolete declaration.
24943         * international/mule.el (coding-system-parent): Remove alias and
24944         obsolete declaration.
24946         * subr.el (define-function, sref): Remove aliases and obsolete
24947         declarations.
24948         (chars-in-region): Remove obsolete declaration.
24950 2005-05-01  Richard M. Stallman  <rms@gnu.org>
24952         * info.el (Info-mode): Set widen-automatically to nil, locally.
24954         * simple.el (widen-automatically): New variable.
24955         (pop-global-mark): Obey widen-automatically.
24957 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
24959         * term/xterm.el (function-key-map): Call substitute-key-definition
24960         before the keymap size is increased by a lot of define-key calls.
24962 2005-05-01  Richard M. Stallman  <rms@gnu.org>
24964         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
24965         Rename ARG to ELEMENT.  Doc fix.
24967 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
24969         * allout.el (allout-exposure): Remove macro and obsolete declaration.
24970         Remove references to allout-exposure/change to allout-new-exposure.
24972         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
24973         bytecode symbols.
24975         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
24976         (compiled-function-p, focus-frame, unfocus-frame):
24977         Remove aliases and obsolete declarations.
24978         Back out inadvertent changes from previous commit.
24980 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
24982         * files.el (require-final-newline): Make Custom tags consistent
24983         with mode-require-final-newline.
24984         (mode-require-final-newline): Doc fix.
24986 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24988         * international/latexenc.el (latexenc-find-file-coding-system):
24989         Fix regular expressions.
24991 2005-05-01  David Kastrup  <dak@gnu.org>
24993         * international/latexenc.el (latexenc-find-file-coding-system):
24994         Fix regular expressions.
24996 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
24998         * subr.el (string-to-int): Make obsolete.
25000 2005-04-30  Richard M. Stallman  <rms@gnu.org>
25002         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
25004         * loadup.el: load jka-comp-hook.
25006         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
25007         (jka-compr-handler): Add autoload.  `put' calls moved
25008         to jka-comp-hook.el.
25009         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
25010         (jka-compr-inhibit): Autoload.
25012         * jka-comp-hook.el: New file.
25013         Enable the mode by default.
25015         * files.el (backup-buffer-copy): Use copy-file instead
25016         of write-region, and put back the 'excl.
25018 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
25020         * progmodes/flymake.el (flymake-split-string)
25021         (flymake-split-string, flymake-log, flymake-pid-to-names)
25022         (flymake-reg-names, flymake-get-source-buffer-name)
25023         (flymake-unreg-names, flymake-add-line-err-info)
25024         (flymake-add-err-info): Clarify docstrings.
25025         (flymake-popup-menu, flymake-make-emacs-menu)
25026         (flymake-make-xemacs-menu): Add docstrings.
25027         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
25028         Set variables directly throughout.
25030 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
25032         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
25033         exists.  Initialize cc-define-alist.
25034         (c-mode): Add cc-create-define-alist locally to after-save-hook.
25035         If there is no file (Macroexpansion) don't create an alist.
25037 2005-04-29  Sam Steingold  <sds@gnu.org>
25039         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
25040         (cc-create-define-alist): Use it instead of the hard-coded string.
25042 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25044         * international/mule-conf.el (file-coding-system-alist): Fix regexp
25045         for latexenc.
25047 2005-04-29  Lute Kamstra  <lute@gnu.org>
25049         * emacs-lisp/generic.el: Improve commentary section.
25050         (define-generic-mode): Improve docstring.
25052 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
25054         * textmodes/org.el (many places): Change to quiet the byte compiler.
25055         (org-prefix-format-compiled): New variable.
25056         (org-compile-prefix-format): New function.
25057         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
25058         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
25059         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
25060         (org-get-entries-from-diary): Use `org-get-time-of-day' for
25061         consistency with entries from `org-mode' files.
25062         (org-get-time-of-day): Fix bug with partial matches early in a line.
25063         (org-non-link-chars): New constant.
25064         (org-link-regexp): Respect `org-non-link-chars'.
25065         (org-agenda-day-view): Remove command.
25066         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
25067         (org-follow-bbdb-link, org-store-link): Search also company field.
25068         (org-highlight-overlay): New variable.
25069         (org-highlight, org-unhighlight): New functions.
25070         (org-agenda-mode): Add pre-command-hook to remove highlight.
25071         (org-evaluate-time-range): Behavior depends upon whether time stamp
25072         contains a time or not.
25073         (org-show-subtree, org-show-entry): New functions.
25074         (org-agenda-cleanup-fancy-diary): Remove empty lines.
25076 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
25078         * comint.el (comint-output-filter-functions): Add autoload cookie.
25080 2005-04-28  Kim F. Storm  <storm@cua.dk>
25082         * ido.el (ido-everywhere): Fix last change.
25084 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
25086         * international/latexenc.el: New file.
25087         * international/mule-conf.el (file-coding-system-alist): For .tex,
25088         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
25090 2005-04-28  Lute Kamstra  <lute@gnu.org>
25092         * font-lock.el (font-lock-add-keywords)
25093         (font-lock-remove-keywords): Clarify docstring.
25094         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
25095         Don't start docstrings with a `*'.
25096         (font-lock-update-removed-keyword-alist): Give it a docstring.
25098         * generic-x.el: Update commentary section.
25099         Only require font-lock when compiling.
25100         Define all modes conditionally.
25101         Place all generic modes in the generic-x-modes customization group.
25102         (generic-x-modes): New customization group.
25103         (generic-default-modes, generic-mswindows-modes)
25104         (generic-unix-modes, generic-other-modes): New constants.
25105         (generic-define-mswindows-modes, generic-define-unix-modes):
25106         Update docstrings.  Make them obsolete.
25107         (generic-extras-enable-list): New default value.  Update docstring.
25108         Improve :type.  Change :set function.
25109         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
25110         Fix docstring.
25112         * emacs-lisp/generic.el (generic-mode-internal):
25113         Simplify font-lock-defaults.
25114         (define-generic-mode): Fix docstring.
25116 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25118         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
25119         font-lock-face property to highlight matches.
25121 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
25123         * progmodes/cc-mode.el (cc-create-define-alist): New function.
25124         (cc-define-alist): New variable.
25125         (c-mode): Make it local and initialize it.
25127         * progmodes/gdb-ui.el (gdb-active-process): New variable.
25128         (gdb-exited): New function.
25129         (gdb-annotation-rules): Use it.
25130         (gdb-starting): Set gdb-active-process to t.
25131         (gdb-stopping): Amend doc string.
25132         (gdb-reset): Set gdb-active-process to nil.
25134         * tooltip.el (tooltip-gud-tips): Show the associated #define
25135         directives when a C program under GDB is not executing.
25137 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25139         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
25140         font-lock-fontify-syntactic-keywords.
25142         * font-lock.el (font-lock-default-fontify-region): Don't force
25143         parse-sexp-lookup-properties to nil.
25145 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
25147         * man.el (man-mode-syntax-table): Set up `:' to have
25148         word-constituent syntax.
25150 2005-04-27  Lute Kamstra  <lute@gnu.org>
25152         * novice.el (disable-command): Don't add spurious newlines to the
25153         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
25155 2005-04-26  Jay Belanger  <belanger@truman.edu>
25157         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
25158         than one window before deleting window.
25160 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
25162         * shell.el (shell-prompt-pattern): Doc fix.
25163         (shell-mode): Set paragraph-separate buffer locally to "\\'".
25165         * comint.el (comint-prompt-regexp, comint-get-old-input)
25166         (comint-use-prompt-regexp)
25167         (comint-use-prompt-regexp-instead-of-fields)
25168         (comint-replace-by-expanded-history, comint-send-input)
25169         (comint-output-filter, comint-get-old-input-default)
25170         (comint-line-beginning-position, comint-bol, comint-show-output)
25171         (comint-backward-matching-input, comint-forward-matching-input)
25172         (comint-next-prompt, comint-previous-prompt):
25173         Rename `comint-use-prompt-regexp-instead-of-fields' to
25174         `comint-use-prompt-regexp'.  Keep old name as alias and declare
25175         obsolete.
25176         (comint-use-prompt-regexp): Shorten first line of doc string.
25178         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
25179         Set paragraph-separate buffer locally to "\\'".
25181         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
25182         Adapt to above name change.
25184         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
25185         (smbclient-prompt-regexp): Ditto.
25187         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
25189 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
25191         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
25192         gdb-location-list.
25193         Break lines that are over 80 characters wide.
25195 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25197         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
25198         New fun and var, to preserve compatibility.
25200         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
25202 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
25204         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
25205         name to file-newer-than-file-p.
25207 2005-04-26  Richard M. Stallman  <rms@gnu.org>
25209         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
25211         * progmodes/python.el (python-mode):
25212         Use new name eldoc-documentation-function.
25214         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
25216         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25217         (eldoc-documentation-function):
25218         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
25220 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
25222         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
25224 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
25226         * term/xterm.el (function-key-map): Fix strings for
25227         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
25228         {C,S,A,C-S}-{f1-f12}.
25230 2005-04-26  Kenichi Handa  <handa@m17n.org>
25232         * international/mule-cmds.el (select-safe-coding-system):
25233         Fix previous change.
25235 2005-04-26  Lute Kamstra  <lute@gnu.org>
25237         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
25239         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
25240         (font-lock-comment-delimiter-face): Ditto.
25242         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
25244 2005-04-25  Jay Belanger  <belanger@truman.edu>
25246         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
25247         to t while inserting information; use help-mode.
25249 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
25251         * term.el (ansi-term-color-vector): Use the xterm colors.
25252         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
25254 2005-04-25  Lute Kamstra  <lute@gnu.org>
25256         * font-core.el (font-lock-defaults): Fix docstring.
25258         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
25260 2005-04-25  Kenichi Handa  <handa@m17n.org>
25262         * international/mule-cmds.el (select-safe-coding-system):
25263         Don't check consistency with coding: spec, etc if raw-text or
25264         no-conversion was found to be safe.
25266 2005-04-24  Richard M. Stallman  <rms@gnu.org>
25268         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
25269         citation markers at start of each line.
25271         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
25272         citation markers at start of each line.
25274         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
25276         * files.el (mode-require-final-newline): Fix previous change.
25277         (require-final-newline): Fix type label.
25279 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
25281         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
25282         statement in buffer (broken by 2004-11-24 change).
25284 2005-04-24  Kim F. Storm  <storm@cua.dk>
25286         * ido.el (ido-everywhere): Save and restore old read-buffer-function
25287         and read-file-name-function values.  Don't overwrite existing
25288         non-nil values if ido-mode is enabled without ido-everywhere.
25290 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
25292         * files.el (mode-require-final-newline): Minor doc fix.
25294 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
25296         * subr.el (syntax-after): Doc fix.
25297         (syntax-class): If argument is nil, return nil.  Mask off upper 16
25298         bits, not 8 bits.
25300         * files.el (mode-require-final-newline): Doc fix.
25301         (backup-buffer-copy): Fix last change.
25303 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25305         * term/mac-win.el: Require select.  Set selection-coding-system to
25306         mac-system-coding-system.  Call menu-bar-enable-clipboard.
25307         (x-last-selected-text-clipboard, x-last-selected-text-primary)
25308         (x-select-enable-clipboard): New variables.
25309         (x-select-text, x-get-selection, x-selection-value)
25310         (x-get-selection-value, mac-select-convert-to-string)
25311         (mac-services-open-file, mac-services-open-selection)
25312         (mac-services-insert-text): New functions.
25313         (CLIPBOARD, FIND): Put mac-scrap-name property.
25314         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
25315         (public.tiff): Put mac-ostype property.
25316         (selection-converter-alist): Add entries for them.
25317         (mac-application-menu-map): New keymap.
25318         (interprogram-cut-function, interprogram-paste-function): Set to
25319         x-select-text and x-get-selection-value, respectively.
25320         (split-window-keep-point): Set to t.
25322 2005-04-23  Richard M. Stallman  <rms@gnu.org>
25324         * files.el (read-directory-name): Always pass non-nil
25325         DEFAULT-FILENAME arg to read-file-name.
25326         (backup-buffer-copy, basic-save-buffer-2): Take care against
25327         writing thru an unexpected existing symlink.
25328         (revert-buffer): In indirect buffer, revert the base buffer.
25329         (magic-mode-alist): Doc fix.
25330         (buffer-stale-function): Doc fix.
25331         (minibuffer-with-setup-hook): Avoid warning.
25332         (mode-require-final-newline): Doc and custom fix.
25334         * follow.el (follow-end-of-buffer): Use with-no-warnings.
25336         * font-lock.el (font-lock-comment-face): On terminals with few colors,
25337         use the default appearance.
25338         (font-lock-comment-delimiter-face): New face, new variable.
25340         * imenu.el (imenu--generic-function): The official position of a
25341         definition is the start of the line that BEG is in.
25343         * midnight.el (midnight-timer): Move defvar up.
25345         * mouse.el (mouse-drag-region-1): Delete some debugging code.
25347         * saveplace.el (save-place-to-alist): Use with-no-warnings.
25349         * startup.el (command-line): Use with-no-warnings.
25351         * window.el (window-size-fixed): New defvar.
25353         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
25355         * mail/rmail.el (rmail-font-lock-keywords):
25356         Use font-lock-comment-delimiter-face.
25358         * mail/sendmail.el (mail-font-lock-keywords):
25359         Use font-lock-comment-delimiter-face.
25361         * progmodes/compile.el (next-error-highlight-timer): New defvar.
25363 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
25365         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25366         Specify t for LAXMATCH when matching directories.
25367         Save match data around compilation-compat-error-properties form.
25369 2005-04-23  David Kastrup  <dak@gnu.org>
25371         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
25372         Mention that the autoloaded aliases should be kept for AUCTeX.
25374 2005-04-23  Andreas Schwab  <schwab@suse.de>
25376         * isearch.el (isearch-forward): Doc fix.
25378 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
25380         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
25381         (jit-lock-stealth-nice): Change default value to 0.5.
25383 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
25385         * abbrev.el (write-abbrev-file): Write table entries in
25386         alphabetical order by table name.
25388 2005-04-22  Kim F. Storm  <storm@cua.dk>
25390         * ido.el (ido-read-internal): Fix `list' completion.
25392 2005-04-22  Kenichi Handa  <handa@m17n.org>
25394         * recentf.el (recentf-save-file-coding-system): New variable.
25395         (recentf-save-list): Encode the file by
25396         recentf-save-file-coding-system and add coding: tag.
25398 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
25400         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
25402 2005-04-21  Lute Kamstra  <lute@gnu.org>
25404         * loadhist.el (unload-feature): Don't remove a function from hooks
25405         if it is about to be restored to an autoload .  Remove functions
25406         that will become unbound from auto-mode-alist.  Simplify the code.
25408         * subr.el (assq-delete-all): New implementation that is linear,
25409         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
25410         (rassq-delete-all): New function.
25412         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25413         Add size-indication-mode.
25415 2005-04-21  Kenichi Handa  <handa@m17n.org>
25417         * international/mule-cmds.el: Add autoload for widget-value in
25418         eval-when-compile.
25420 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
25422         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25423         Add tooltip-mode.
25425         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
25427 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
25429         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
25430         (inferior-lisp-filter-regexp, inferior-lisp-program)
25431         (inferior-lisp-load-command, inferior-lisp-prompt)
25432         (inferior-lisp-mode-hook, lisp-source-modes)
25433         (inferior-lisp-load-hook): defvar->defcustom.
25434         (inferior-lisp-program, inferior-lisp-prompt)
25435         (inferior-lisp-load-hook): Doc fixes.
25436         (inferior-lisp-install-letter-bindings): Small change in
25437         introductory comment.
25439 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
25441         * vc.el (vc-annotate-color-map): Change some colors so that text
25442         using them as foreground is readable on both white and black
25443         backgrounds.
25445 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25447         * international/mule-conf.el (translation-table-for-input):
25448         Remove redundant declaration.
25450 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
25452         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
25454         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
25455         (tooltip-toggle-gud-tips): New function.
25457 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25459         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
25460         right angle brackets.
25462 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
25464         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
25466 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
25468         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
25469         Remove.  Update callers to use expand-file-name instead.
25471         * subr.el (syntax-class): New function.
25473         * simple.el (blink-matching-open): Use it.
25475         * paren.el (show-paren-function): Use it to recognize parens that are
25476         also used in 2-char comment markers.
25478 2005-04-19  Lute Kamstra  <lute@gnu.org>
25480         * loadhist.el (unload-feature): Update for new format of
25481         load-history.  Simplify the code.
25483 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25485         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
25486         (mac-add-charset-info): New function.  Initialize variable
25487         mac-charset-info-alist using it.
25488         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
25489         for translation.
25490         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
25491         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
25492         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
25493         New CCL programs.
25495 2005-04-19  Kim F. Storm  <storm@cua.dk>
25497         * simple.el (next-buffer, prev-buffer, next-error)
25498         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
25499         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
25501         * bindings.el (next-buffer, prev-buffer, next-error)
25502         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
25503         (clone-indirect-buffer-other-window): Move bindings from simple.el.
25504         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
25505         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
25507 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25509         * isearch.el (isearch-edit-string): Make the search-ring available for
25510         minibuffer history commands.
25511         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
25512         the default history commands now work just as well.
25513         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
25515 2005-04-18  Kim F. Storm  <storm@cua.dk>
25517         * emulation/cua-base.el (cua--pre-command-handler): Add more
25518         elaborate check for shift modifier on non-window systems.
25520 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
25522         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
25524 2005-04-18  Kim F. Storm  <storm@cua.dk>
25526         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
25527         and make it optional.  Don't test tooltip-gud-echo-area here.
25528         (tooltip-gud-process-output, gdb-tooltip-print):
25529         Pass tooltip-gud-echo-area to tooltip-show.
25530         (tooltip-help-tips): Remove second optional arg to tooltip-show.
25532 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25534         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
25535         `display-graphic-p' may not be bound yet.
25537 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
25539         * startup.el (command-line): No longer enable Xterm Mouse mode by
25540         default in terminals compatible with xterm.
25542         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
25544 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
25546         * tooltip.el (tooltip-gud-echo-area): Rename from
25547         tooltip-use-echo-area.
25548         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
25549         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
25550         area independently of where help tooltips are displayed.
25552 2005-04-17  David Kastrup  <dak@gnu.org>
25554         * cus-theme.el (custom-theme-write-variables): Quote variables
25555         where necessary.
25557 2005-04-17  Richard M. Stallman  <rms@gnu.org>
25559         * simple.el (yank-excluded-properties): Add follow-link to value.
25561         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
25563         * startup.el (fancy-splash-max-time): Just 30 seconds.
25564         (fancy-splash-delay): Just 7.
25565         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
25567         * loadhist.el (unload-feature): Update for new format of load-history.
25568         Simplify the code.
25570         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
25571         (rmail-font-lock-keywords): Don't fontify the text of a citation.
25573         * mail/sendmail.el (mail-font-lock-keywords):
25574         Don't fontify subject text.
25575         Don't fontify the text of a citation.
25577 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
25579         * comint.el (comint-output-filter): Run comint-output-filter-functions
25580         with point where the user had it.
25582 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25584         * international/ucs-tables.el (ucs-set-table-for-input):
25585         Disable when using unify-on-decoding.
25587 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
25589         * emulation/cua-base.el (cua-global-mark-face): Add special case
25590         for displays supporting a high number of colors.
25592 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
25594         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
25596 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
25598         * filesets.el (filesets-add-buffer): If user supplies a name of a
25599         non-existing fileset, create a new fileset.
25601 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
25603         * textmodes/org.el (org-up-heading-all): Fix bug with
25604         `outline-up-heading-all'.
25606 2005-04-16  Andreas Schwab  <schwab@suse.de>
25608         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
25609         /etc/permissions.d/* and /etc/aliases.d/*.
25611 2005-04-16  Kenichi Handa  <handa@m17n.org>
25613         * international/code-pages.el (cp-make-coding-system):
25614         Set `translation-table-for-input' property value to the symbol
25615         ucs-mule-to-mule-unicode, not to that value.
25616         (pt154): Escape guillemet by `\'.
25618 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
25620         * loadup.el: Load tooltip if x-show-tip is fboundp.
25622         * startup.el (command-line): Add comment.
25624         * tooltip.el (tooltip-mode): Specify correct standard value for
25625         Custom in init-value.
25627 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
25629         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
25630         possible.
25632 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
25634         * textmodes/org.el (org-agenda-date-prompt): Rename from
25635         `org-agenda-date-today'.
25636         (org-evaluate-time-range): Insert at point instead of directly
25637         after time range.
25638         (org-first-headline-recenter, org-subtree-end-visible-p)
25639         (org-optimize-window-after-visibility-change): New functions
25640         (org-agenda-post-command-hook): Don't allow point at end of line,
25641         to make sure it always hits the text properties.
25642         (org-agenda-next-date-line, org-agenda-previous-date-line):
25643         New commands.
25644         (org-set-regexps-and-options): Category may contain white space.
25645         (org-agenda-get-deadlines, org-agenda-get-scheduled):
25646         Improve marker positions.
25647         (org-agenda-new-marker): Argument POS made optional.
25648         (org-agenda-get-timestamps): Deadlines which are done are listed
25649         in org-done-face now.
25650         (org-agenda-get-todos, org-agenda-get-timestamps)
25651         (org-agenda-get-deadlines, org-agenda-get-scheduled):
25652         Set `undone-face' and `done-face' properties.
25653         (org-last-todo-state-is-todo): New variable.
25654         (org-todo): Set `org-last-todo-state-is-todo'.
25655         (org-agenda-todo): Change face according to
25656         `org-last-todo-state-is-todo'.  And change other lines referring to
25657         the same entry.
25658         (org-calendar-goto-agenda): New command.
25659         (org-calendar-to-agenda-key): New option.
25660         (org-startup-folded): New allowed value `content'.
25661         (org-set-regexps-and-options): Accept new value `content' for
25662         `org-startup-folded'.
25663         (org-get-current-options): Handle new value `content' for
25664         `org-startup-folded'.
25665         (org-insert-todo-heading): New command.
25666         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
25667         interactively in empty file and option
25668         `org-insert-mode-line-in-empty-file' has been set.
25669         (org-agenda-todo, org-agenda-priority): Modify to use
25670         `org-agenda-change-all-lines'.
25671         (org-warning-face): Change color on dark background
25673 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25675         * international/mule-cmds.el (set-locale-environment): On Mac OS,
25676         use preferences AppleLocale and AppleLanguages, and variable
25677         mac-system-locale for default locale.  On Mac OS Classic, use
25678         mac-system-coding-system for default coding systems.
25680         * term/mac-win.el: Don't set file-name-coding-system.
25681         Decode variables system-name, emacs-build-system, user-login-name, and
25682         user-full-name by mac-system-coding-system on Mac OS Classic.
25683         (mac-system-coding-system): New variable.
25685 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
25687         * startup.el (command-line): Handle `xterm-mouse-mode' before
25688         reading init file.
25690         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
25692 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
25694         * progmodes/sh-script.el (sh-here-document-word): Make it a
25695         defcustom.  Doc fix.
25696         (sh-add): Bash uses $(( )) for arithmetic.
25697         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
25698         (sh-maybe-here-document): Remove quotes and leading whitespace
25699         from heredoc word when closing.  Indent heredoc with tabs if word
25700         starts with "-".
25702 2005-04-13  Richard M. Stallman  <rms@gnu.org>
25704         * simple.el (undo): Fix previous change.
25706         * custom.el (defface): Doc fix.
25708 2005-04-13  Lute Kamstra  <lute@gnu.org>
25710         * Makefile.in (DONTCOMPILE): Remove list.
25711         (compile, compile-always): Don't use DONTCOMPILE.
25712         (update-authors): Load the library in which batch-update-authors
25713         is defined.
25714         * makefile.w32-in (DONTCOMPILE): Remove list.
25715         (compile, compile-always): Fix comments.
25716         (update-authors): Load the library in which batch-update-authors
25717         is defined.
25719         * generic-x.el (generic-mode-ini-file-find-file-hook):
25720         Rename to ini-generic-mode-find-file-hook.
25721         Keep generic-mode-ini-file-find-file-hook as an alias.
25722         (ini-generic-mode-find-file-hook): Rename from
25723         generic-mode-ini-file-find-file-hook.  Fix docstring.
25724         (ini-generic-mode): Docstring change.
25725         (bat-generic-mode-run-as-comint): Silence the byte compiler.
25727         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
25728         called from lisp.
25730         * generic.el: Move to the emacs-lisp subdir.
25732 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
25734         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
25735         and C-S- function and cursor motion keys.
25737 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
25739         * startup.el (command-line): Enable Xterm Mouse mode by default.
25740         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
25741         for Custom.  No longer show "Mouse" in mode line when enabled.
25742         Doc fix.
25744 2005-04-12  Kim F. Storm  <storm@cua.dk>
25746         * emulation/cua-base.el (cua-rectangle-face)
25747         (cua-rectangle-noselect-face): Define face attributes here.
25749         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
25751 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25753         * startup.el (command-line): Turn off blinking cursor if
25754         cursorBlink in resources is off or false.
25756 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25758         * term/mac-win.el (dnd): Require dnd.
25759         (mac-drag-n-drop): Call dnd-handle-one-url.
25760         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
25761         (kTextEncodingISOLatin2): Remove constants.
25762         (mac-script-code-coding-systems): New constant.
25763         (mac-handle-language-change): New function.
25764         (special-event-map): Bind it to `language-change' event.
25765         (mac-centraleurroman, mac-cyrillic): New coding systems.
25766         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
25767         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
25768         and mac-cyrillic-encoder to encode-mac-centraleurroman and
25769         encode-mac-cyrillic, respectively.
25771 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
25773         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
25774         Don't set overlay-arrow-string to "=>" as this is done
25775         globally in C now.
25777 2005-04-12  Lute Kamstra  <lute@gnu.org>
25779         * generic-x.el (rc-generic-mode, rul-generic-mode):
25780         Fix auto-mode-alist entries.
25781         (etc-fstab-generic-mode): Tweak fontification.
25783         * generic.el (generic-make-keywords-list): Fix docstring.
25784         (generic-mode-internal): Simplify generic-font-lock-keywords.
25786 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
25788         * whitespace.el (whitespace-buffer-leading)
25789         (whitespace-buffer-trailing): Revert the incorrect test inversion.
25790         However, fix the highlight area for the leading and
25791         trailing whitespaces to show space.
25793 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
25795         * whitespace.el (whitespace-version): Bump to 3.5
25797         (whitespace-buffer-leading, whitespace-buffer-trailing):
25798         Invert sense of the test to highlight the whitespace.
25800 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
25802         * progmodes/gud.el (gud-display-line): GUD uses its own
25803         overlay arrow now so don't set overlay-arrow-string.
25804         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
25806 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
25808         * term.el (term-ansi-current-bold, term-ansi-current-underline)
25809         (term-ansi-current-reverse, term-ansi-current-invisible)
25810         (term-ansi-face-already-done): Change to boolean.
25811         (term-reset-terminal, term-handle-colors-array): Handle the above
25812         vars accordingly.
25813         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
25814         (term-emulate-terminal): Use the new name.
25816         * faces.el (secondary-selection): Use yellow1, not yellow.
25817         (trailing-whitespace): Use red1, not red.
25819 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25821         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
25822         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
25823         (dired-dnd-handle-file): Call dnd-get-local-file-uri
25825         * cus-edit.el (dnd): New group.
25827         * term/w32-win.el (dnd): Require dnd
25828         (w32-drag-n-drop): Call dnd-handle-one-url.
25830         * x-dnd.el: Require dnd.
25831         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
25832         Call dnd-handle-one-url.
25833         (x-dnd-types-alist, x-dnd-insert-utf8-text)
25834         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
25835         to dnd-insert-text.
25836         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
25837         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
25838         (x-dnd-get-local-file-name, x-dnd-open-local-file)
25839         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
25841         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
25843 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
25845         * wdired.el: Doc fixes.
25846         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
25847         (wdired-use-dired-vertical-movement): Rename from
25848         wdired-always-move-to-filename-beginning.
25849         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
25850         (wdired-change-to-wdired-mode): Change mode name.
25851         (wdired-newline): Delete.
25853 2005-04-11  Richard M. Stallman  <rms@gnu.org>
25855         * whitespace.el (whitespace-highlight-the-space):
25856         Don't call whitespace-unhighlight-the-space here.
25858         * simple.el (undo): Record t in undo-equiv-table
25859         for the redo record made by an undo-in-region.
25861 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
25863         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
25864         (gdb-frame-inferior-io-buffer): New Functions to control
25865         display of separate IO buffer.
25866         (menu): Add them to menu-bar.
25867         (gdb-display-buffer): Check for buffer another frame.
25868         Protect GUD buffer.
25869         (gdb-setup-windows): Create IO buffer if not already there.
25870         (gdb-memory-mode): Remove purecopy noops.
25872 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
25874         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
25875         and pass to self-insert-command.
25877 2005-04-11  Lute Kamstra  <lute@gnu.org>
25879         * generic.el: Commentary section cleanup.
25880         (generic): Delete.
25881         (generic-use-find-file-hook, generic-lines-to-scan)
25882         (generic-find-file-regexp, generic-ignore-files-regexp)
25883         (default-generic-mode, generic-mode-find-file-hook)
25884         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
25885         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
25886         (generic-use-find-file-hook, generic-lines-to-scan)
25887         (generic-find-file-regexp, generic-ignore-files-regexp)
25888         (default-generic-mode, generic-mode-find-file-hook)
25889         (generic-mode-ini-file-find-file-hook): Move from generic.el.
25891 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
25893         * bookmark.el (bookmark-write-file): Catch errors writing file.
25894         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
25896 2005-04-10  Richard M. Stallman  <rms@gnu.org>
25898         * startup.el (fancy-splash-tail): Update copyright year.
25899         (command-line): Split part of -Q into -D.
25900         (emacs-basic-display): New defvar.
25901         (fancy-splash-text): Correct name of menu item.
25903         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
25905         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
25906         lines in one node.
25908         * comint.el (comint-send-input): New arg ARTIFICIAL.
25909         Callers in this file changed.
25911         * abbrev.el (define-abbrevs): Read system abbrevs properly.
25913         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
25915 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
25917         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
25918         `ldap-search-internal'.
25920 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25922         * files.el (set-auto-mode-1): Use line-end-position.
25924         * international/latin-1.el:
25925         * international/latin-2.el:
25926         * international/latin-3.el:
25927         * international/latin-4.el:
25928         * international/latin-5.el:
25929         * international/latin-8.el:
25930         * international/latin-9.el: Give punctuation syntax to NBSP.
25932         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
25933         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
25934         Use char-classes to accept non-ascii letters, accepted in some recent
25935         bibtex implementations.
25937 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
25939         * custom.el (custom-set-minor-mode): Any non-nil value for the
25940         variable should enable the mode when set through Custom.
25942 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25944         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
25945         TAB binding so tab-always-indent is obeyed.
25946         (vhdl-minibuffer-local-map): Move initialization into declaration.
25947         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
25948         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
25949         (vhdl-hooked-abbrev): Avoid test for XEmacs.
25950         (vhdl-current-line): Use line-beginning-position.
25951         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
25952         with-output-to-temp-buffer, so the current position can be recorded.
25954 2005-04-10  Masatake YAMATO  <jet@gyve.org>
25956         * progmodes/compile.el (compilation-error-regexp-alist-alist):
25957         Add regexp for gcov.
25959 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25961         * calendar/time-date.el (time-to-seconds, seconds-to-time)
25962         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
25963         syntax which Emacs 20 doesn't support.
25965 2005-04-09  Richard M. Stallman  <rms@gnu.org>
25967         * help.el (describe-key-briefly, describe-key):
25968         Replace strings as event types with "(any string)".
25970 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25972         * arc-mode.el (archive-mode-map): Move initialization into
25973         the declaration.  Override *all* bindings of `undo'.
25974         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
25976 2005-04-09  Jay Belanger  <belanger@truman.edu>
25978         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
25980 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
25982         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
25983         (xterm-register-default-colors): Update color values computation
25984         to match xterm-200.
25986 2005-04-09  Kenichi Handa  <handa@m17n.org>
25988         * international/code-pages.el (iso-latin-7): Fix the map.
25990 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
25992         * emacs-lisp/lisp.el (defun-prompt-regexp)
25993         (parens-require-spaces, buffer-end, end-of-defun)
25994         (insert-parentheses): Doc fixes.
25996 2005-04-08  Kim F. Storm  <storm@cua.dk>
25998         * comint.el (comint-highlight-prompt): Fix face spec.
25999         * hi-lock.el (hi-green): Likewise.
26001 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
26003         * cus-edit.el (custom-modified-face):
26004         * comint.el (comint-highlight-input): Fix previous changes.
26005         * term.el (term-handle-ansi-escape): Add a comment.
26007 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
26009         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
26010         in the buffer and in whitespace-highlighted-space.
26011         (whitespace-unhighlight-the-space): Simplify.
26012         (whitespace-buffer): Simplify.
26014 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
26016         * textmodes/table.el (table-cell-face): Add special case for
26017         displays supporting a high number of colors.
26018         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
26019         (vhdl-font-lock-reserved-words-face)
26020         (vhdl-speedbar-architecture-face)
26021         (vhdl-speedbar-instantiation-face)
26022         (vhdl-speedbar-architecture-selected-face)
26023         (vhdl-speedbar-instantiation-selected-face): Likewise.
26024         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
26025         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
26026         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
26027         (ebrowse-root-class-face, ebrowse-member-attribute-face)
26028         (ebrowse-progress-face): Likewise.
26029         * progmodes/compile.el (compilation-info-face): Likewise.
26030         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
26031         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
26032         * calendar/calendar.el (diary-face): Likewise.
26033         * woman.el (woman-italic-face, woman-bold-face)
26034         (woman-unknown-face): Likewise.
26035         * wid-edit.el (widget-button-pressed-face): Likewise.
26036         * whitespace.el (whitespace-highlight-face): Likewise.
26037         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
26038         * pcvs-info.el (cvs-marked-face): Likewise.
26039         * info.el (info-xref): Likewise.
26040         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
26041         * hilit-chg.el (highlight-changes-face)
26042         (highlight-changes-delete-face): Likewise.
26043         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
26044         (hi-red-b): Likewise.
26045         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
26046         * font-lock.el (font-lock-keyword-face)
26047         (font-lock-function-name-face, font-lock-warning-face): Likewise.
26048         * cus-edit.el (custom-invalid-face, custom-modified-face)
26049         (custom-set-face, custom-changed-face, custom-variable-tag-face)
26050         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
26051         * comint.el (comint-highlight-prompt): Likewise.
26053 2005-04-08  Lute Kamstra  <lute@gnu.org>
26055         * font-lock.el (font-lock-keywords): Docstring fixes.
26057 2005-04-08  Kenichi Handa  <handa@m17n.org>
26059         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
26060         chars are more than a limit, print " and more..." at the tail.
26062 2005-04-08  Kim F. Storm  <storm@cua.dk>
26064         * emacs-lisp/authors.el (authors-aliases): Update list.
26065         (authors-ignored-files): New list.
26066         (authors-fixed-entries): Fix typo.
26067         (authors-renamed-files-alist): Update list.
26068         (authors-add): Check authors-ignored-files.
26070 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
26072         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
26073         optional, to ensure backward compatibility.
26075 2005-04-08  Stephen Eglen  <stephen@gnu.org>
26077         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
26079 2005-04-08  Kim F. Storm  <storm@cua.dk>
26081         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
26083         * mouse.el (mouse-on-link-p): Doc fix.
26085 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
26087         * ielm.el (ielm-prompt-read-only): Doc fix.
26089         * comint.el (comint-prompt-read-only): Doc fix.
26091 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
26093         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
26094         ensure dired always handles wildcards passed to ffap.
26095         (find-file-at-point): Use it.
26096         (ffap-dired-wildcards): Doc fix.
26098 2005-04-07  Juri Linkov  <juri@jurta.org>
26100         * simple.el (next-error-overlay-arrow-position): New defvar.
26101         Put "=>" on its property `overlay-arrow-string'.  Add it to
26102         `overlay-arrow-variable-list'.
26104         * progmodes/compile.el (compilation-setup):
26105         Set `next-error-overlay-arrow-position' to nil.  Also set it to
26106         nil in the local hook `kill-buffer-hook'.  Make local variable
26107         `overlay-arrow-string' and set it to "=>".
26108         (compilation-goto-locus): Set BOL position to
26109         `next-error-overlay-arrow-position' instead of
26110         `overlay-arrow-position'.
26112         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
26113         locally instead of adding it to the global hook.
26114         (Info-kill-buffer): Move up.
26116 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
26118         * term/xterm.el (xterm-standard-colors): Update color values from
26119         xterm-200.
26121 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26123         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
26125         * fast-lock.el:
26126         * lazy-lock.el: Move them to the obsolete subdir.
26128 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
26130         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
26131         (wdired-add-replace-advice): Remove.
26132         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
26134 2005-04-06  Kim F. Storm  <storm@cua.dk>
26136         * startup.el (command-line): Add --bare-bones alias for -Q.
26138 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
26140         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
26141         create the startup fontset if a font specification ends with
26142         `mac-roman'.
26144 2005-04-06  Lute Kamstra  <lute@gnu.org>
26146         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
26147         change.
26149         * emacs-lisp/copyright.el (copyright-update-year): Replace the
26150         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
26152 2005-04-05  Lute Kamstra  <lute@gnu.org>
26154         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
26155         (define-generic-mode): Ditto.  Fix debug declaration.
26157         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
26158         Put them in the generic-x group.
26160         * calendar/timeclock.el (timeclock): Doc fix.
26162         * generic.el (define-generic-mode): Don't use custom-current-group.
26163         Document default :group value.
26164         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
26165         (define-global-minor-mode): Don't use custom-current-group.
26167 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
26169         * startup.el (command-line-1): Display startup-echo-area-message
26170         when fancy splash screen is in use.
26172         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
26173         (sh-escaped-newline): New face.
26174         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
26175         newline, and use sh-escaped-newline face.
26177         * progmodes/tcl.el (tcl-escaped-newline): New face.
26178         (tcl-builtin-list): New variable.
26179         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
26180         newlines.  Fix keywords subexpression number.
26182 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
26184         * textmodes/org.el (org-diary-default-entry): Fix call to
26185         `add-to-diary-entry'.
26187 2005-04-05  Kim F. Storm  <storm@cua.dk>
26189         * ediff-init.el: Use (featurep 'xemacs).
26191 2005-04-05  David Ponce  <david@dponce.com>
26193         * cus-edit.el (face): Derive from symbol widget.  Display sample
26194         of the current face on the fly.
26195         (widget-face-sample-face-get, widget-face-notify): New functions.
26196         (widget-face-value-create): Remove.
26198         * wid-edit.el (widget-field-end): Temporarily remove field
26199         narrowing before to call `get-char-property'.
26201 2005-04-04  Jay Belanger  <belanger@truman.edu>
26203         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
26204         (math-read-subscripts): New variable.
26205         (math-read-preprocess-string): Process subscripts.
26207 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
26209         * comint.el (comint-prompt-read-only): Doc fix.
26211         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
26212         `-1'.  Doc fix.
26214 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
26216         * textmodes/org.el (org-insert-mode-line-in-empty-file):
26217         Change default value to nil.
26219 2005-04-04  Lute Kamstra  <lute@gnu.org>
26221         * autorevert.el (auto-revert-mode): Specify :group.
26222         * battery.el (display-battery-mode): Specify :group.
26223         * diff-mode.el (diff-minor-mode): Specify :group.
26224         * font-core.el (font-lock-mode): Specify :group.
26225         * hl-line.el (hl-line-mode): Specify :group.
26226         * iimage.el (iimage): New customization group.
26227         (iimage-mode): Specify :group.
26228         * longlines.el (longlines-mode): Specify :group.
26229         * master.el: Don't require easy-mmode.
26230         (master): New customization group.
26231         (master-mode): Specify :group.
26232         * msb.el (msb-mode): Specify :group.
26233         * reveal.el (reveal-mode): Specify :group.
26234         * simple.el (next-error-follow-minor-mode): Specify :group.
26235         * smerge-mode.el (smerge-mode): Specify :group.
26236         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
26237         * emulation/cua-base.el (cua-mode): Specify :group.
26238         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
26239         * language/thai-util.el (thai-auto-composition-mode)
26240         (thai-word-mode): Specify :group.
26241         * mail/supercite.el (sc-minor-mode): Specify :group.
26242         * progmodes/cwarn.el (cwarn-mode): Specify :group.
26243         * progmodes/flymake.el (flymake-mode): Specify :group.
26244         * progmodes/glasses.el (glasses-mode): Specify :group.
26245         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
26246         * textmodes/enriched.el (enriched-mode): Specify :group.
26247         * textmodes/refill.el (refill-mode): Specify :group.
26249         * add-log.el (change-log-font-lock-keywords): Names in
26250         parenthesized lists can contain spaces.
26252 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
26254         * startup.el (fancy-splash-text): Shorten default text of
26255         "Emacs Tutorial" line.  Also, if the current language env
26256         indicates an available tutorial file other than TUTORIAL,
26257         extract its title and append it to the line in parentheses.
26258         (fancy-splash-insert): If arg is a thunk, funcall it.
26260 2005-04-04  Jay Belanger  <belanger@truman.edu>
26262         * calc.el (calc-language-alist): Add tags to customization type.
26264 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
26266         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
26267         Doc fix.
26269 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
26271         * add-log.el (change-log-font-lock-keywords): The manual
26272         describing a Change Log entry, says: (...) "Aside from these
26273         header lines, every line in the change log starts with a space or
26274         a tab.".  The font-lock was not highlighting lines started with
26275         spaces, added support for it.
26277 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26279         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
26280         (bibtex-generate-url-list): Update docstring accordingly.  Put the
26281         complex example in the docstring.
26282         (bibtex-font-lock-url): Use pop.
26284 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26286         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
26288         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
26290 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
26292         * filesets.el (filesets-set-default): Doc fix.
26294 2005-04-03  Lute Kamstra  <lute@gnu.org>
26296         * generic.el (define-generic-mode): Add argument to specify
26297         keywords for defcustom.
26298         (default-generic-mode): Specify :group.
26300         * generic-x.el: Specify :group for all generic modes.
26302         * desktop.el (desktop-no-desktop-file-hook)
26303         (desktop-after-read-hook): Doc fix.
26305 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
26307         * simple.el (visible-mode): Use explicit :group keyword.
26308         This changes the group of `visible-mode-hook' from paren-blinking
26309         to editing-basics.
26311 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
26313         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
26314         mailbox specifications as well as URLs.
26315         (rmail-insert-inbox-text): Remove unused conditional branches.
26317 2005-04-01  Jay Belanger  <belanger@truman.edu>
26319         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
26320         (calc-gnuplot-print-command): Move definitions to calc.el.
26322         * calc/calc-embed.el (calc-embedded-announce-formula)
26323         (calc-embedded-open-formula, calc-embedded-close-formula)
26324         (calc-embedded-open-word, calc-embedded-close-word)
26325         (calc-embedded-open-plain, calc-embedded-close-plain)
26326         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
26327         (calc-embedded-open-mode, calc-embedded-close-mode):
26328         Move definitions to calc.el.
26330         * calc/calc.el (calc-settings-file, calc-language-alist):
26331         Make customizable.
26332         (calc-embedded-announce-formula, calc-embedded-open-formula)
26333         (calc-embedded-close-formula, calc-embedded-open-word)
26334         (calc-embedded-close-word, calc-embedded-open-plain)
26335         (calc-embedded-close-plain, calc-embedded-open-new-formula)
26336         (calc-embedded-close-new-formula, calc-embedded-open-mode)
26337         (calc-embedded-close-mode, calc-gnuplot-name)
26338         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
26339         from other files and make customizable.
26341 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
26343         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
26344         Use buffer-live-p.
26345         (cvs-mode-run): Don't call cvs-update-header here.
26346         (cvs-run-process): Call cvs-update-header.
26347         Use process properties for cvs-postprocess and cvs-buffer so that
26348         the sentinel can behave better if the temp buffer is killed.
26349         Use a pipe rather than a tty, to better handle unexpected prompts.
26350         (cvs-sentinel): Rewrite.  Call cvs-update-header.
26352 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
26354         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
26355         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
26357 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
26359         * generic.el (define-generic-mode): Add indentation rule.
26361 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
26363         * files.el (mode-require-final-newline): Make Custom correctly
26364         report a nil value and allow to set it to nil via Custom.
26365         Doc fix.
26367 2005-04-01  Kenichi Handa  <handa@m17n.org>
26369         * international/characters.el: Enable the correct case setting for
26370         dotless-i and dotted-I.
26372 2005-04-01  Kim F. Storm  <storm@cua.dk>
26374         * ido.el (ido-file-internal): Fall back to non-ido command if
26375         initial directory is on slow ftp (or tramp) host.
26377 2005-03-31  Richard M. Stallman  <rms@gnu.org>
26379         * emacs-lisp/autoload.el (make-autoload):
26380         Handle define-global-minor-mode.
26382         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26383         Rename from easy-mmode-define-global-mode.
26384         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
26386         * progmodes/scheme.el (scheme-mode-syntax-table):
26387         Update syntax of | and # for two-character comment syntax.
26389 2005-03-31  Lute Kamstra  <lute@gnu.org>
26391         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
26392         (define-minor-mode): Call custom-current-group at load-time.
26394         * generic.el (define-generic-mode): Add debug declaration.
26395         Add defcustom for the mode hook.
26396         (generic-mode-internal): Use run-mode-hooks.
26398 2005-03-31  Kim F. Storm  <storm@cua.dk>
26400         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
26401         (mouse-fixup-help-message): New defun called by show_help_echo
26402         to fixup mouse-2 prefix in help messages when applicable.
26404         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
26406 2005-03-31  Kenichi Handa  <handa@m17n.org>
26408         * language/thai-word.el (thai-find-word-ends): Pay attention to
26409         the case that we reach the end of buffer.
26411         * textmodes/fill.el (fill-text-properties-at): New function.
26412         (fill-newline): Use fill-text-properties-at instead of
26413         text-properties-at.
26415 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
26417         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
26418         not comint-quote-filename.
26420 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
26422         * help-fns.el (help-with-tutorial): Revert last change.
26424 2005-03-31  Kim F. Storm  <storm@cua.dk>
26426         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
26428 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26430         * calendar/cal-china.el: Update reference to "Calendrical
26431         Calculations" book; there's a new edition.
26432         * calendar/cal-coptic.el: Likewise.
26433         * calendar/cal-french.el: Likewise.
26434         * calendar/cal-hebrew.el: Likewise.
26435         * calendar/cal-islam.el: Likewise.
26436         * calendar/cal-iso.el: Likewise.
26437         * calendar/cal-julian.el: Likewise.
26438         * calendar/cal-mayan.el: Likewise.
26439         * calendar/cal-persia.el: Likewise.
26440         * calendar/calendar.el: Likewise.
26441         * calendar/holidays.el: Likewise.
26442         * calendar/lunar.el: Likewise.
26443         * calendar/solar.el: Likewise.
26445         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
26446         white space from doc string.
26448 2005-03-30  Jay Belanger  <belanger@truman.edu>
26450         * calc/calc-help.el (calc-full-help): Remove email address.
26452 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
26454         * help-fns.el (help-with-tutorial): Delete title line.
26456 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26458         * calendar/cal-x.el (calendar-one-frame-setup)
26459         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
26460         rather than `symbol' for set-window-dedicated-p.
26462         * calendar/appt.el (appt-buffer-name): Make it a constant.
26463         (appt-add): Doc fix.
26465         * filesets.el (filesets-menu-path, filesets-menu-before)
26466         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
26467         (filesets-menu-cache-file): Use directory ~/.emacs.d.
26468         (filesets-add-submenu): Delete and use add-submenu instead.
26470 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
26472         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
26473         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
26474         (org-diary-default-entry): New function.
26475         (org-get-entries-from-diary): Better parsing of diary entries.
26476         (org-agenda-check-no-diary): New function.
26477         ("diary-lib"): Advice to function `add-to-diary-list', to allow
26478         linking to diary entries.
26479         (org-agenda-execute-calendar-command): New function.
26480         (org-agenda): Improve visible section in window.
26481         Use `org-fit-agenda-window'.
26482         (org-fit-agenda-window): New option.
26483         (org-move-subtree-down): Better handling of empty lines
26484         at end of subtree.
26485         (org-cycle): Numeric prefix is interpreted now as show-subtree N
26486         levels up.
26487         (org-fontify-done-headline): New option.
26488         (org-headline-done-face): New face.
26489         (org-set-font-lock-defaults): Use `org-headline-done-face'.
26490         (org-table-copy-down): Rename from `org-table-copy-from-above'.
26491         When current field is non-empty, it is copied to next row.
26492         (org-table-copy-from-above): Fix bug which made it
26493         impossible to copy fields containing only a single non-white character.
26495 2005-03-30  Kim F. Storm  <storm@cua.dk>
26497         * kmacro.el (kmacro-end-macro): Isearch may store this command
26498         into the macro -- so ignore it when executing keyboard macro.
26500 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
26502         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
26504 2005-03-29  Kenichi Handa  <handa@m17n.org>
26506         * language/thai.el ("Thai"): Set setup-function and exit-function
26507         for Thai language environment.
26509         * language/thai-util.el: Require thai-word.
26510         (thai-word-mode-map): New variable.
26511         (thai-word-mode): New minor mode.
26512         (setup-thai-language-environment-internal): New function.
26513         (exit-thai-language-environment-internal): New function.
26515         * language/thai-word.el (thai-word-table): Declare it by defvar,
26516         use dolist to initialize it.
26517         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
26518         (thai-fill-find-break-point): New functions.
26520 2005-03-29  Richard M. Stallman  <rms@gnu.org>
26522         * simple.el (idle-update-delay): Move definition up.
26523         (set-mark): Doc fix.
26525 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
26527         * longlines.el: New file.
26529         * simple.el (buffer-substring-filters): New variable.
26530         (filter-buffer-substring): New function.
26531         (kill-region, copy-region-as-kill): Use it.
26533         * register.el (copy-to-register, append-to-register)
26534         (prepend-to-register): Use filter-buffer-substring.
26536 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
26538         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
26539         (gud-filter-pending-text): Move in front of gdb.
26540         (gud-overlay-arrow-position): New variable.
26541         (gud-sentinel, gud-display-line): Use it in place of
26542         overlay-arrow-position.
26544 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
26546         * progmodes/fortran.el (fortran-if-indent): Doc fix.
26547         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
26548         (fortran-font-lock-keywords-4): New variable.
26549         (fortran-blocks-re, fortran-end-block-re)
26550         (fortran-start-block-re): New constants, for hideshow.
26551         (hs-special-modes-alist): Add a Fortran entry.
26552         (fortran-mode-map): Bind fortran-end-of-block,
26553         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
26554         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
26555         (fortran-looking-at-if-then, fortran-end-of-block)
26556         (fortran-beginning-of-block): New functions, for hideshow.
26558         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
26559         Doc fix.  Tweak regexp.
26560         (f90-beginning-of-block): Push mark first.
26562 2005-03-29  Jay Belanger  <belanger@truman.edu>
26564         * calc/calc.el: Update copyright date.
26565         (calc-version): Increase to 2.1.
26566         (calc-version-date): Remove.
26568         * calc/calc-help.el: Update copyright date.
26569         (calc-full-help): Remove reference to calc-version-date.
26570         Update copyright date.
26572 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26574         * vc.el (vc-do-command): Use a pipe for async processes, so password
26575         prompts don't show up at places where the user can't reply.
26577 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
26579         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
26580         on the file name we pass to the inferior shell.
26582 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
26584         * progmodes/which-func.el (which-function): Be robust in the face of an
26585         imenu--make-index-alist failure.
26587 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26589         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
26591         * progmodes/python.el (python-preoutput-filter): Fix last change.
26593 2005-03-29  Lute Kamstra  <lute@gnu.org>
26595         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
26596         functions and compiled macros.
26597         (debug-convert-byte-code): Handle macros too.
26598         (debug-on-entry-1): Don't signal an error when trying to clear a
26599         function that is not set to debug on entry.
26601 2005-03-29  Jay Belanger  <belanger@truman.edu>
26603         * calc/calc-lang.el: Add functions to math-function-table
26604         properties of tex and math.
26606 2005-03-29  Kenichi Handa  <handa@m17n.org>
26608         * ps-mule.el (ps-mule-plot-string): Translate characters by
26609         ps-print-translation-table.
26610         (ps-mule-begin-job): Call find-charset-region/string with
26611         ps-print-translation-table.
26612         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
26614         * ps-print.el (ps-print-translation-table): New variable.
26615         (ps-plot-region): Translate characters by ps-print-translation-table.
26617 2005-03-29  Juri Linkov  <juri@jurta.org>
26619         * simple.el (next-error-highlight-timer): New variable.
26621         * progmodes/compile.el (compilation-goto-locus):
26622         Use `next-error-highlight-timer' instead of `sit-for'.
26624 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26626         * mail/supercite.el (sc-mail-field): Use assoc-string.
26627         (sc-get-address): Simplify regexps.
26629         * files.el (minibuffer-with-setup-hook): New macro.
26630         (find-file-read-args): Use it to avoid let-binding
26631         minibuffer-with-setup-hook (which breaks turning on/off
26632         file-name-shadow-mode while in the prompt).
26634         * complete.el (PC-read-include-file-name-internal):
26635         Use test-completion.
26637 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
26639         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
26641 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26643         * window.el (window-buffer-height): Use count-screen-lines.
26645         * progmodes/python.el (python-preoutput-leftover): New var.
26646         (python-preoutput-filter): Use it.
26647         (python-send-receive): Loop until all the result has been received.
26649 2005-03-28  Juri Linkov  <juri@jurta.org>
26651         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
26653         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
26654         "Recover Crashed Session".
26655         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
26656         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
26657         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
26658         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
26659         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
26660         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
26661         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
26662         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
26664         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
26665         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
26666         Ediff Sessions", "Toggle use of separate control buffer frame",
26667         "Use separate frame for Ediff control buffer".
26669         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
26670         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
26671         "Rename Bookmark", "Delete Bookmark".
26673         * info.el (Info-mode-menu): Remove ellipsis from "Index".
26674         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
26675         Add `:active Info-index-alternatives' to "Next Matching Item".
26677         * wdired.el (wdired-change-to-wdired-mode):
26678         Mention `wdired-abort-changes' key in the initial message.
26680         * international/mule.el (auto-coding-alist): Associate non-ascii
26681         image filename extensions with `no-conversion'.
26683 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
26685         * international/iso-acc.el:
26686         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
26688 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
26690         * textmodes/sgml-mode.el (html-mode): Doc update.
26692         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
26694 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
26696         * term.el (term-move-columns): Fix face after extending a line.
26697         (term-insert-spaces): Likewise.
26698         (term-reset-terminal): Fix off by one error.
26700 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
26702         * international/mule.el (auto-coding-alist): Add .xpi files.
26704         * files.el (auto-mode-alist): Add .xpi files.
26706 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
26708         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
26710 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
26712         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
26714 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
26716         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
26717         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
26719         * calendar/cal-move.el (calendar-beginning-of-year): Move the
26720         cursor to Jan 1 when needed.
26721         (calendar-end-of-year): Fix -/+ typo.
26722         Reported by Chong Yidong <cyd@stupidchicken.com>.
26724 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26726         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
26728         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
26729         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
26731 2005-03-25  Richard M. Stallman  <rms@gnu.org>
26733         * filesets.el (filesets-init): Add autoload.
26735         * mail/mailalias.el (mail-directory): Doc fix.
26737 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26739         * mail/mailalias.el (mail-directory-process): Do nothing if
26740         mail-directory-process is an atom.
26741         (mail-get-names): Ignore mail-directory-names if it is an atom.
26742         (mail-directory-process defvar): Doc fix.
26743         (mail-names): Doc fix.
26745 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
26747         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
26749 2005-03-26  Kenichi Handa  <handa@m17n.org>
26751         * international/mule-util.el (detect-coding-with-priority):
26752         Call update-coding-systems-internal before detect-coding-region.
26754 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
26756         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
26757         (gdb-frames-mode-map): Add follow-link property.
26759 2005-03-25  Jay Belanger  <belanger@truman.edu>
26761         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
26762         for variables.
26764 2005-03-25  Juri Linkov  <juri@jurta.org>
26766         * image-mode.el: Optimize image filename extension regexps in
26767         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
26768         in `auto-mode-alist'.
26769         (image-mode): Add `image-toggle-display-text' to local hook
26770         `change-major-mode-hook'.  Display the image as an image by
26771         default.  Set `cursor-type' and `truncate-lines' if the image
26772         is already displayed.  Take into account the current mode (image
26773         or text) in message.
26774         (image-minor-mode): New minor mode.
26775         (image-mode-maybe, image-toggle-display-text): New functions.
26776         (image-toggle-display): Use called-interactively-p.
26777         Let-bind `inhibit-read-only' to t.
26779         * image-mode.el (image-minor-mode): Set `cursor-type' and
26780         `truncate-lines' if the image is already displayed.  Add turning
26781         image-minor-mode off to `change-major-mode-hook'.  Add message.
26782         Call `image-toggle-display-text' after turning image-minor-mode off.
26784 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26786         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
26787         Terminal.app, use utf-8.
26788         (set-display-table-and-terminal-coding-system): Add coding-system arg.
26789         (set-locale-environment): Use it.
26791         * term/xterm.el: Undo last change, better done in mule-cmds.el.
26793         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
26795         * progmodes/python.el (python-close-block-statement-p)
26796         (python-outdent-p, python-current-defun): Use symbol-end.
26798 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
26800         * files.el (save-some-buffers): Doc fix.
26802 2005-03-25  Werner Lemberg  <wl@gnu.org>
26804         * complete.el, thumbs.el: Replace `legal' with `valid'.
26805         * calendar/calendar.el: Replace `legal' with `valid'.
26806         * emacs-lisp/advice.el: Replace `legal' with `valid'.
26807         * mail/supercite.el: Replace `legal' with `valid'.
26808         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
26809         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
26810         Replace `legal' with `valid'.
26811         * textmodes/reftex-vars.el, textmodes/reftex.el:
26812         Replace `legal' with `valid'.
26814 2005-03-25  Werner Lemberg  <wl@gnu.org>
26816         * calc/calc-forms.el, calc/calc-sel.el
26817         * midnight.el, vc-cvs.el
26818         * emacs-lisp/cl-macs.el
26819         * emulation/vip.el
26820         * eshell/esh-io.el, eshell/esh-var.el
26821         * mail/supercite.el
26822         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
26823         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
26824         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
26825         * progmodes/sh-script.el, progmodes/xscheme.el
26826         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
26827         * textmodes/reftex-index.el, textmodes/reftex-parse.el
26828         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
26829         * textmodes/reftex.el, textmodes/org.el:
26830         Replace `illegal' with `invalid'.
26832 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26834         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
26835         (flymake-find-buildfile, flymake-find-possible-master-files)
26836         (flymake-check-include, flymake-parse-line): Replace loops over the
26837         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
26839         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
26840         Substitute file-name-as-directory in the rest of the file.
26841         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
26842         (flymake-replace-region): Remove unused arg `buffer'.
26843         (flymake-check-patch-master-file-buffer): Update calls to it.
26844         (flymake-add-err-info): Remove unused var `count'.
26845         (flymake-mode): Use define-minor-mode.
26847         * progmodes/flymake.el: Use with-current-buffer.
26848         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
26849         flymake-replace-regexp-in-string, flymake-line-beginning-position)
26850         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
26851         Avoid testing for `xemacs'.
26852         (flymake-nop): Move.
26853         (flymake-region-has-flymake-overlays): Return the computed value.
26854         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
26855         Remove unused var `endline'.
26856         (flymake-get-line-count): Remove unused function.
26857         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
26859         * emulation/vi.el:
26860         * generic.el:
26861         * hilit-chg.el (global-highlight-changes):
26862         * hi-lock.el (hi-lock-mode):
26863         * follow.el: find-file-hooks -> find-file-hook.
26865         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
26867 2005-03-24  Juri Linkov  <juri@jurta.org>
26869         * dired.el (dired-mode-map): Add menu item "Compare directories"
26870         for dired-compare-directories.
26872         * dired-aux.el (dired-compare-directories): Add autoload cookie.
26873         Doc fix.  Replace `read-file-name' with `read-directory-name'.
26875 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26877         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
26879 2005-03-24  Jay Belanger  <belanger@truman.edu>
26881         * calc/calc-embed.el (calc-embedded-mode-change): Save all
26882         relevant mode settings in calc-embedded-original-modes when modes
26883         are permanently changed.
26885 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
26887         * autoinsert.el: find-file-hooks -> find-file-hook.
26889 2005-03-24  Lute Kamstra  <lute@gnu.org>
26891         * generic.el (generic-font-lock-defaults): Make it obsolete.
26892         (generic-font-lock-keywords): New variable to replace
26893         generic-font-lock-defaults.
26894         (generic-mode-set-font-lock): Delete it.
26895         (generic-mode-internal): Don't call generic-mode-set-font-lock.
26896         (generic-bracket-support): Add docstring.
26898         * generic-x.el: Rename generic-font-lock-defaults to
26899         generic-font-lock-keywords throughout.
26900         (mailagent-rules-setup-function): Delete it.
26901         (mailagent-rules-generic-mode): Use anonymous function instead.
26902         (show-tabs-generic-mode-font-lock-defaults-1)
26903         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
26904         Quote faces.
26905         (show-tabs-tab-face, show-tabs-space-face): Specify background,
26906         not foreground.
26908         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
26909         Recognize define-generic-mode.
26911 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
26913         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
26914         if there's no completion table.
26916 2005-03-23  Miles Bader  <miles@gnu.org>
26918         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26919         Remove tty-specific variants, as they're no longer needed.
26921 2005-03-23  Lute Kamstra  <lute@gnu.org>
26923         * generic-x.el: Code cleanup: make args constant whenever possible.
26924         (installshield-statement-keyword-list)
26925         (installshield-system-functions-list)
26926         (installshield-system-variables-list, installshield-types-list)
26927         (installshield-funarg-constants-list): Make them constants.
26929         * generic.el (generic-make-keywords-list): Add autoload cookie.
26931         * calendar/time-date.el: Add comment on time value formats.
26932         Don't require parse-time.
26933         (with-decoded-time-value): New macro.
26934         (encode-time-value): New function.
26935         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
26936         (days-to-time): Return a valid time value when arg is huge.
26937         (time-since): Use time-subtract.
26938         (time-to-number-of-days): Use time-to-seconds.
26940 2005-03-23  David Ponce  <david@dponce.com>
26942         * recentf.el (recentf-keep): New option.
26943         (recentf-menu-action): Default to `find-file'.
26944         (recentf-keep-non-readable-files-flag)
26945         (recentf-keep-non-readable-files-p)
26946         (recentf-file-readable-p, recentf-find-file)
26947         (recentf-cleanup-remote): Remove.
26948         (recentf-include-p): More robust.
26949         (recentf-keep-p): New function.
26950         (recentf-remove-if-non-kept): Rename from
26951         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
26952         All callers updated.
26953         (recentf-menu-items-for-commands): Fix help string.
26954         (recentf-track-closed-file): Update.  Doc fix.
26955         (recentf-cleanup): Update.  Count removed files.  Doc fix.
26957 2005-03-23  Kim F. Storm  <storm@cua.dk>
26959         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26960         Don't inherit from fringe face (now happens automatically).
26962 2005-03-22  Kim F. Storm  <storm@cua.dk>
26964         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
26965         position values.
26967 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26969         * menu-bar.el (showhide-date-time): Remove.
26970         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
26971         (menu-bar-make-mm-toggle): Simplify.
26973 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
26975         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
26976         Accept qualified variable and function names.
26978 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
26980         * bindings.el (completion-ignored-extensions):
26981         Remove ".lis" for `vax-vms'.
26983 2005-03-22  Andreas Schwab  <schwab@suse.de>
26985         * generic-x.el: Revert last change.
26986         * ldefs-boot.el: Update.
26988 2005-03-22  Jay Belanger  <belanger@truman.edu>
26990         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
26991         (calc-embedded-save-original-modes)
26992         (calc-embedded-restore-original-modes): New functions.
26993         (calc-do-embedded): Save original modes when entering embedded mode
26994         and restore when leaving embedded mode.
26995         (calc-embedded-modes-change): Change the value of
26996         calc-embedded-original-modes to reflect permanent changes.
26998 2005-03-22  Lute Kamstra  <lute@gnu.org>
27000         * generic-x.el: Require generic again.
27002 2005-03-22  Miles Bader  <miles@gnu.org>
27004         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
27005         Tweak details to look good on both ttys and bitmap displays, light
27006         or dark background, etc.
27008 2005-03-21  Kim F. Storm  <storm@cua.dk>
27010         * tooltip.el (tooltip-show-help-function): Check car and cdr of
27011         mouse position.
27013 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
27015         * icomplete.el: Don't forcibly turn on the mode upon load.
27016         (icomplete-mode): Use define-minor-mode.
27017         (icomplete-eoinput): Default to nil.
27018         (icomplete-minibuffer-setup): Remove autoload.
27019         (icomplete-tidy): Simplify.
27020         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
27021         in the initial state or if the user has modified the field.
27022         Fix handling of icomplete-max-delay-chars.
27023         Remove code that handles the oddball case where
27024         minibuffer-completion-table is an integer.
27025         Wrap icomplete-completions in while-no-input in case building
27026         completions takes more time than expected.
27027         (icomplete-completions): Simplify.
27029 2005-03-21  Richard M. Stallman  <rms@gnu.org>
27031         * jka-compr.el (jka-compr-really-do-compress):
27032         Make variable buffer-local.
27034         * image-mode.el: Handle .xpm files too.
27035         (image-toggle-display): Preserve modification flag.
27037         * help.el (where-is): Don't mention aliases with no key bindings.
27039 2005-03-21  Lute Kamstra  <lute@gnu.org>
27041         * generic.el: Fix commentary section.  Don't require cl for
27042         compilation.
27043         (generic-mode-list): Add autoload cookie.
27044         (generic-use-find-file-hook, generic-lines-to-scan)
27045         (generic-find-file-regexp, generic-ignore-files-regexp)
27046         (generic-mode, generic-mode-find-file-hook)
27047         (generic-mode-ini-file-find-file-hook): Fix docstrings.
27048         (define-generic-mode): Make it a defmacro.  Fix docstring.
27049         (generic-mode-internal): Code cleanup.  Add autoload cookie.
27050         (generic-mode-set-comments): Code cleanup.
27051         * generic-x.el: Don't prevent compilation.  Don't require generic.
27052         Follow coding conventions.  Minor code cleanup.
27053         (etc-fstab-generic-mode): Add some keywords.
27054         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
27055         define-generic-mode like a function declaration.
27057 2005-03-21  Jay Belanger  <belanger@truman.edu>
27059         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
27060         changing modes.
27062 2005-03-21  Sam Steingold  <sds@gnu.org>
27064         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
27066 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
27068         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
27069         Add underscore to "f$ lexicals" regexp.
27071 2005-03-20  Juri Linkov  <juri@jurta.org>
27073         * subr.el (progress-reporter-do-update): When `min-value' is equal
27074         to `max-value', set `percentage' to 0 and prevent division by zero.
27076 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
27078         Sync with Tramp 2.0.48.
27080         * net/tramp.el (all): Change all addresses to .gnu.org.
27081         (tramp-append-tramp-buffers): New defun.
27082         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
27083         Catch `dont-send' signal.
27084         (tramp-set-auto-save-file-modes): Set always permissions, because
27085         there might be an old auto-saved file belonging to another
27086         original file.  This could be a security threat.  Reported by
27087         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
27088         Check for Emacs 21.3.50 removed.
27090         * net/tramp-smb.el (all): Remove debug construct for
27091         `with-parsed-tramp-file-name'.
27092         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
27093         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
27094         No error message if DIRECTORY or FILENAME doesn't exist.
27095         (tramp-smb-open-connection): Check existence of
27096         `tramp-smb-program'.
27098 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27100         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
27101         Properly handle the case where the `m' or `s' command's argument is not
27102         yet terminated.
27103         (perl-indent-new-calculate): New function.
27104         (perl-indent-line): Use it.
27106 2005-03-20  Miles Bader  <miles@gnu.org>
27108         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
27109         in text-mode too.  Change to new face names.
27110         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
27111         Add `:weight bold' attribute.
27112         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
27114 2005-03-19  Juri Linkov  <juri@jurta.org>
27116         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
27118         * international/mule.el (auto-coding-alist): Sync with
27119         `auto-mode-alist' by adding upper case archive file extensions
27120         and adding ear/war to jar extension.
27122 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
27124         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
27125         running, restart it.
27127 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
27129         * finder.el (finder-current-item): Throw an error on an empty line.
27131         * man.el (Man-follow-manual-reference): If current-word returns
27132         nil, use "".
27134 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
27136         * simple.el (goto-line): Doc fix.
27138 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
27140         * files.el (save-buffer): Doc fix.
27142 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
27144         * recentf.el (recentf-cleanup-remote): New variable.
27145         (recentf-cleanup): Use it to conditionally check availability of
27146         remote files.
27148 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
27150         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
27151         function names.
27153 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
27155         * language/thai-word.el: New file.
27157 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
27159         * files.el (backup-buffer): If the file's directory is not
27160         writable, use copy instead of move to backup the file.
27162 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
27164         * obsolete/keyswap.el: Moved to obsolete/ from term/.
27166 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27168         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
27169         Use functionp instead of symbolp and fboundp.  Reported by Drkm
27170         <darkman_spam@yahoo.fr>.
27171         (ps-print-version): New version 6.6.6.
27173 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
27175         * textmodes/table.el (table--line-column-position): New idiom.
27176         (table--row-column-insertion-point-p): New function to test
27177         validity of row and column insertion operation at a location.
27178         (table-global-menu, table-cell-menu): Use above functions for
27179         deterministic test operation.
27180         (table--editable-cell-p): Behave in deterministic fashion.
27182 2005-03-18  Juri Linkov  <juri@jurta.org>
27184         * isearch.el (isearch-lazy-highlight-new-loop):
27185         Make arguments beg and end optional.
27186         (isearch-update): Remove optional arguments nil from
27187         isearch-lazy-highlight-new-loop.
27188         (isearch-lazy-highlight-search): Let-bind case-fold-search to
27189         isearch-lazy-highlight-case-fold-search instead of
27190         isearch-case-fold-search, and let-bind isearch-regexp to
27191         isearch-lazy-highlight-regexp.
27192         Use isearch-lazy-highlight-last-string instead of isearch-string.
27194         * replace.el (perform-replace): Remove bindings of global
27195         variables isearch-string, isearch-regexp, isearch-case-fold-search.
27196         Add three new arguments to `replace-highlight'.
27197         (replace-highlight): Add arguments string, regexp, case-fold.
27198         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
27199         to allow isearch-lazy-highlight-new-loop to use these values
27200         to set corresponding isearch-lazy-highlight-* internal
27201         variables whose values lazy highlighting will use regardless of
27202         changes to global variables isearch-string, isearch-regexp,
27203         isearch-case-fold-search during lazy highlighting loop.
27204         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
27205         to `lazy-highlight-cleanup'.
27207         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
27208         (ispell-highlight-face): Set default face to `isearch' when
27209         lazy highlighting is enabled.
27210         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
27211         priority to 1.  Add lazy highlighting.
27212         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
27213         from `isearch-dehighlight'.
27215 2005-03-18  David Ponce  <david@dponce.com>
27217         * files.el (hack-local-variables): Do a case-insensitive search
27218         for End.
27220 2005-03-18  Juri Linkov  <juri@jurta.org>
27222         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
27223         `isearch-lazy-highlight-cleanup', add alias to old name and
27224         declare obsolete.  Add release numbers to other obsolete vars.
27225         (isearch-done, isearch-lazy-highlight-new-loop):
27226         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
27227         (lazy-highlight-cleanup) <variable>: Doc fix.
27228         (isearch-lazy-highlight-update): Rename obsolete
27229         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
27231 2005-03-18  Kenichi Handa  <handa@m17n.org>
27233         * language/thai-util.el: Fix categorization of Thai characters in
27234         thai-category-table.
27235         (thai-composition-pattern): Adjust it for the above change.
27236         (thai-self-insert-command, thai-compose-syllable): New functions.
27237         (thai-compose-region): Use thai-compose-syllable.
27238         (thai-compose-string): Likewise.
27239         (thai-composition-function): Likewise.
27240         (thai-auto-composition): New function.
27241         (thai-auto-composition-mode): New minor mode.
27243         * language/thai.el: Fix patterns to be registered in
27244         composition-function-table.
27246         * international/quail.el (quail-input-method): Locally bind
27247         inhibit-modification-hooks to t.
27249 2005-03-17  Richard M. Stallman  <rms@gnu.org>
27251         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
27252         (perl-mode): Use run-mode-hooks.
27254         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
27255         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
27256         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
27258         * mail/sendmail.el (sendmail-send-it): Reenable the code
27259         to compute resend-to-address and use it.
27261         * tar-mode.el (tar-mode): Turn off undo unconditionally.
27263         * image-mode.el: New file.
27265         * image.el (insert-sliced-image): Add autoload cookie.
27267         * font-lock.el (font-lock-lines-before): New user option.
27268         (font-lock-after-change-function): Obey it.
27270         * bindings.el (esc-map): Make M-g a prefix.
27271         Bind M-g g and M-g M-g to goto-line.
27273         * faces.el (face-id): Doc fix.
27275 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27277         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
27278         (rmail-show-message): Use rmail-unknown-mail-followup-to.
27279         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
27281         * mail/sendmail.el (mail-yank-ignored-headers)
27282         (mail-font-lock-keywords, mail-mode-fill-paragraph):
27283         Add Mail-Followup-To and Mail-Reply-To headers.
27284         (mail-citation-hook): Add autoload cookie.
27285         (mail-mode): Doc fix.
27286         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
27287         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
27288         (mail-mode-fill-paragraph): Handle those headers.
27289         (mail-mailing-lists): New variable.
27290         (mail-mail-reply-to, mail-mail-followup-to): New functions.
27292 2005-03-17  Juri Linkov  <juri@jurta.org>
27294         * isearch.el (isearch-fallback): Check for `(car previous)'
27295         before calling `isearch-other-end-state'.
27297 2005-03-17  Kim F. Storm  <storm@cua.dk>
27299         * simple.el (move-beginning-of-line): Move to beginning of buffer
27300         line, as well as beginning of screen line.
27302 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
27304         * calendar/diary-lib.el (mark-diary-entries): Use new optional
27305         argument REDRAW rather than calendar-redrawing variable.
27306         * calendar/calendar.el (calendar-redrawing): Delete.
27307         (redraw-calendar): Do not bind calendar-redrawing.
27309 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
27311         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
27312         diary-file buffer.
27314 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
27316         * help.el (describe-mode): Allow a :minor-mode-function property to
27317         specify a different minor mode toggle function than the variable.
27318         * simple.el (auto-fill-function):
27319         * subr.el (add-minor-mode): Use it.
27321 2005-03-16  Kenichi Handa  <handa@m17n.org>
27323         * language/ethio-util.el (sera-being-called-by-w3): New variable.
27324         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
27325         (ethio-fidel-to-sera-buffer): Likewise.
27327 2005-03-16  Juri Linkov  <juri@jurta.org>
27329         * emacs-lisp/find-func.el (find-function-regexp):
27330         Add defun-emitting macro `menu-bar-make-toggle'.
27332         * isearch.el: Put `isearch-scroll' property to
27333         `split-window-horizontally'.
27335         * info.el: Update error messages for `debug-ignored-errors'.
27336         (Info-isearch-search): Doc fix.
27337         (Info-find-node): Move up code to go into info buffer before
27338         recording the node to the history.
27339         (Info-fontify-node): Fontify titles only if the next line
27340         has two or more `*', `=', `-', `.'.
27341         Display "go to this node" for empty (match-string 3).
27343 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27345         * term/mac-win.el: Add mouse pointer shape constants.
27347 2005-03-15  Kim F. Storm  <storm@cua.dk>
27349         * simple.el (move-beginning-of-line): Use vertical-motion.
27351 2005-03-15  Juri Linkov  <juri@jurta.org>
27353         * isearch.el (isearch-error): New variable.
27354         (isearch-invalid-regexp, isearch-within-brackets): Remove.
27355         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
27356         (isearch-within-brackets-state): Remove.
27357         (isearch-case-fold-search-state, isearch-pop-fun-state):
27358         Decrease frame index.
27359         (isearch-mode, isearch-top-state, isearch-push-state)
27360         (isearch-edit-string, isearch-abort, isearch-search-and-update)
27361         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
27362         (isearch-search, isearch-lazy-highlight-new-loop):
27363         Replace `isearch-invalid-regexp' with `isearch-error'.
27364         Remove `isearch-within-brackets'.
27365         (isearch-search): Add `search-failed' handler to `condition-case'.
27366         (isearch-lazy-highlight-search): Add `condition-case' to catch
27367         errors and allow `isearch-lazy-highlight-update' to try
27368         highlighting from the beginning of the window.
27369         (isearch-repeat): Move up code to set isearch-wrapped to t
27370         before calling isearch-wrap-function.
27372         * info.el (Info-isearch-initial-node): New internal variable.
27373         (Info-search): Signal an error in isearch mode when search leaves
27374         the initial node.  Signal an error when `bound' is non-nil and
27375         nothing was found in the current subfile.
27376         (Info-isearch-search): Remove `condition-case'.
27377         (Info-isearch-wrap): Don't wrap when search failed during leaving
27378         the initial node.  If `Info-isearch-search' is nil, wrap around
27379         the current node.
27380         (Info-isearch-start): New fun.
27381         (Info-mode): Add buffer-local hook `Info-isearch-start' to
27382         `isearch-mode-hook'.
27384 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27386         * simple.el (normal-erase-is-backspace): Set default to t if
27387         running on Mac.
27389         * term/mac-win.el (function-key-map): Sync with x-win.el.
27391 2005-03-15  Kenichi Handa  <handa@m17n.org>
27393         * international/mule-cmds.el (locale-language-names): Modify the
27394         format of elements and add more entries.
27395         (locale-preferred-coding-systems): Add more entries.
27396         (set-locale-environment): Adjust for the change of
27397         locale-language-names.
27399 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27401         * pcvs.el (smerge-ediff): Remove bogus autoload.
27403 2005-03-14  Lute Kamstra  <lute@gnu.org>
27405         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
27406         Ignore a `*' at the beginning of a line.
27408         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
27409         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
27410         subr.el.
27411         (dont-compile, eval-when-compile, eval-and-compile): Use declare
27412         to specify indentation.
27414         * generic.el (define-generic-mode): Let generic-mode-list be a
27415         list of strings; test membership with equal.
27417 2005-03-14  Kim F. Storm  <storm@cua.dk>
27419         * simple.el (next-line, previous-line): Add optional try-vscroll
27420         arg to recognize interactive use.  Pass it on to line-move.
27421         (line-move): Don't perform auto-window-vscroll when defining or
27422         executing keyboard macro to ensure consistent behavior.
27424 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27426         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
27428 2005-03-13  Lute Kamstra  <lute@gnu.org>
27430         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
27431         debugger-setup-buffer so that backtrace marks the frames set to
27432         debug-on-exit and we don't have to do it manually.  Set an extra
27433         debug-on-exit for macro's.
27434         (debugger-setup-buffer): Don't mark the top frame manually.
27436 2005-03-12  Lute Kamstra  <lute@gnu.org>
27438         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
27439         lisp-indent-function throughout.
27440         (with-no-warnings): Set lisp-indent-function property.
27442 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
27444         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
27445         Add entry for backslash.
27447 2005-03-12  Juri Linkov  <juri@jurta.org>
27449         * info.el (Info-search): Four fixes for backward search.
27451 2005-03-11  Jay Belanger  <belanger@truman.edu>
27453         * calc/calc.el (calc-language-alist): New variable.
27454         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
27455         (calc-embedded-find-modes): Use calc-language-alist instead of
27456         calc-embedded-language-alist.
27458 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
27460         * calendar/calendar.el (calendar-redrawing): New internal
27461         variable.
27462         (redraw-calendar): Remove bogus save-excursion from previous
27463         change.  Bind calendar-redrawing to t for mark-diary-entries.
27464         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
27465         calendar if that is why we were called.
27467 2005-03-11  Kenichi Handa  <handa@m17n.org>
27469         * international/mule.el (make-coding-system): Set property
27470         coding-system-define-form to nil.
27471         (define-coding-system-alias): Likewise.
27473 2005-03-11  Kenichi Handa  <handa@m17n.org>
27475         These changes are suggested by Dave Love <fx@gnu.org>.
27477         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
27478         coding: tag.
27479         (adaptive-fill-regexp): Add more bullets.
27480         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
27481         regexps.
27483 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
27485         * help.el (describe-mode): Properly handle non-trivial lighters.
27486         Don't ignore minor modes that are not listed in minor-mode-list.
27488         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
27489         feature ON when the user requests to turn it OFF.
27491 2005-03-10  Lute Kamstra  <lute@gnu.org>
27493         * emacs-lisp/debug.el (debug-entry-code): Delete it.
27494         (implement-debug-on-entry): New function to replace debug-entry-code.
27495         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
27496         second argument as the 2005-03-07 change makes it obsolete.
27497         (debug-on-entry, cancel-debug-on-entry): Update call to
27498         debug-on-entry-1.
27499         (debug, debugger-setup-buffer): Comment update.
27500         (debugger-frame-number): Update to work with implement-debug-on-entry.
27502 2005-03-10  Jay Belanger  <belanger@truman.edu>
27504         * calc/calc-embed.el (math-ms-args): Declare it.
27505         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
27506         math-ms-args.
27507         (calc-embedded-subst): Use math-multi-subst-rec to substitute
27508         variables.
27510 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
27512         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
27513         Use message-box.
27515         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
27516         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
27517         (tooltip-gud-tips): Simplify.
27518         (tooltip-gud-tips-p): Remove superfluous :set.
27519         (tooltip-gud-modes): Add fortran-mode.
27520         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
27522         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
27524 2005-03-09  Kim F. Storm  <storm@cua.dk>
27526         * play/animate.el (animate-place-char): Use forward-line instead
27527         of next-line to improve performance.
27529 2005-03-09  Simon Josefsson  <jas@extundo.com>
27531         * net/browse-url.el (browse-url-default-browser): Doc fix.
27533 2005-03-09  Miles Bader  <miles@gnu.org>
27535         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
27536         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
27538 2005-03-09  Kenichi Handa  <handa@m17n.org>
27540         * international/latin-1.el: Set case and syntax for 255 only if
27541         set-case-syntax-set-multibyte is nil.
27543         * textmodes/ispell.el (ispell-insert-word): New function.
27544         (ispell-word): Use ispell-insert-word to insert a new word.
27545         (ispell-process-line): Likewise.
27546         (ispell-complete-word): Likewise.
27548 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
27550         * calendar/calendar.el (redraw-calendar): Preserve point.
27551         Reported by Matt Hodges <MPHodges@member.fsf.org>.
27552         (calendar-week-start-day): Move after definition of
27553         redraw-calendar.  Delete buffer test, since redraw-calendar has
27554         that now.
27556         * calendar/diary-lib.el (mark-diary-entries): Only call
27557         redraw-calendar in the first of any recursive calls.
27558         Reported by Alan Shutko <ats@acm.org>.
27560 2005-03-08  Juri Linkov  <juri@jurta.org>
27562         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
27563         (html-horizontal-rule, html-line, html-image, html-checkboxes)
27564         (html-radio-buttons): Add a space before the trailing `/>' where
27565         sgml-xml-mode is non-nil.
27566         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
27567         the subsequent tag of the empty XML tag.
27568         (html-href-anchor): Don't set initial input to "http:".
27569         (html-image): Ask for the image URL and set point inside alt="".
27570         (html-name-anchor): Duplicate the name in the `id' attribute when
27571         sgml-xml-mode is non-nil.
27572         (html-paragraph): Remove \n before <p>.
27573         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
27574         instead of `checked' when sgml-xml-mode is non-nil.
27576         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
27577         Remove 1 space before #RRGGBB to not truncate it on terminal
27578         windows w/o fringes.  Remove 1 space between bg and fg examples
27579         to get more space.
27580         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
27581         avoid byte-compile warnings.
27583         * image-file.el (image-file-handler): Put `safe-magic' property to
27584         `image-file-handler'.
27586         * info.el (Info-isearch-search): Emulate word search in
27587         isearching through multiple Info nodes with Info-search.
27588         (Info-isearch-wrap): Allow isearch-word.
27590 2005-03-08  Lute Kamstra  <lute@gnu.org>
27592         * emacs-lisp/debug.el (debugger-step-through): Make sure that
27593         stepping into the debugger's code is not possible.
27594         (debugger-jumping-flag): Docstring update.
27596 2005-03-08  Jay Belanger  <belanger@truman.edu>
27598         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
27599         embedded mode begins.
27600         (calc-embedded-language-alist): New variable.
27601         (calc-embedded-find-modes): Use calc-embedded-language-alist to
27602         set default language mode.
27604 2005-03-08  Kenichi Handa  <handa@m17n.org>
27606         * international/ccl.el (define-ccl-program): Fix docstring about
27607         extra 256 bytes assured for the output buffer.
27609         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
27610         Fix BUFFER_MAGNIFICATION to 2.
27611         (ccl-encode-mule-utf-16be-with-signature): Likewise.
27613 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
27615         * align.el (align-rules-list): Added an alignment rule for CSS
27616         declarations (applies to css-mode and html-mode buffers).
27618 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
27620         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
27622 2005-03-07  Kim F. Storm  <storm@cua.dk>
27624         * simple.el (move-beginning-of-line): New command.
27626         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
27628         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
27630         * emulation/cua-base.el: Put CUA move property on move-end-of-line
27631         and move-beginning-of-line.
27633         * apropos.el (apropos-print): Omit command from M-x ... RET.
27635 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
27637         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
27638         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
27640 2005-03-06  Richard M. Stallman  <rms@gnu.org>
27642         * bindings.el (esc-map): Bind M-g to goto-line.
27644         * facemenu.el (global-map): Bind M-o, not M-g.
27646 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27648         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
27649         "Open Directory" as for "Open File".
27651 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
27653         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
27654         (push-mark-command): Run activate-mark-hook.
27656 2005-03-06  Richard M. Stallman  <rms@gnu.org>
27658         * help-mode.el (help-mode-finish): Don't alter the element
27659         in view-return-to-alist if there already is one.
27661         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
27662         make sure the current buffer is the expected one.
27664         * novice.el (disabled-command-function): Output in *Disabled Command*.
27665         Explicitly ignore non-keyboard events, and explicitly handle C-g.
27667         * textmodes/flyspell.el (flyspell-large-region):
27668         Pass args differently for aspell.
27670         * files.el (mode-require-final-newline): Doc fix.
27672 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
27674         * progmodes/which-func.el (which-function):
27675         Specify NOERROR when calling imenu--make-index-alist.
27677 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27679         * simple.el (normal-erase-is-backspace): Define default value.
27681         * custom.el (custom-theme-set-variables): Remove unused var
27682         `immediate'.
27683         (custom-reevaluate-setting): Simple function to handle variables
27684         that are defined before their default value can really be
27685         computed.
27687         * startup.el (command-line): Use it for temporary-file-directory,
27688         small-emporary-file-directory, auto-save-file-name-transforms,
27689         blink-cursor-mode, and normal-erase-is-backspace.
27691         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
27692         progress, even with buggy anchored keywords.
27694 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
27696         * simple.el (goto-line): Remove unbalanced final parenthesis.
27698 2005-03-05  Richard M. Stallman  <rms@gnu.org>
27700         * simple.el (goto-line): Use a number at point as the default.
27701         With C-u as arg, switch buffers.
27703 2005-03-05  Juri Linkov  <juri@jurta.org>
27705         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
27706         with `no-blinking-cursor'.
27708         * startup.el (no-blinking-cursor): New defvar.
27709         (command-line): Add `--no-blinking-cursor' to longopts.
27710         Set `no-blinking-cursor' to t for command line arguments
27711         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
27712         with `no-blinking-cursor' in the condition for calling
27713         `blink-cursor-mode'.
27715 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
27717         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
27718         (menu-bar-options-save): Add blink-cursor-mode.
27719         (menu-bar-options-menu): Add blink-cursor-mode.
27721 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
27723         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
27724         (icalendar-export-file, icalendar-export-region)
27725         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
27726         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
27728 2005-03-04  Lute Kamstra  <lute@gnu.org>
27730         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
27731         (debug-function-list): Ditto.
27733 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
27735         * textmodes/texinfmt.el (texinfo-append-refill):
27736         Redefine the types of line to which @refill
27737         is not appended by replacing a search for `@refill\\|@bye' with
27738         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
27739         itemize@refill' bug and the unfilled long lines bug.
27740         (texinfmt-version): Update number and date.
27742 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
27744         * international/code-pages.el (windows-1250, windows-125[2-8])
27745         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
27747 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
27749         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
27750         bound yet.
27752 2005-03-02  Romain Francoise  <romain@orebokech.com>
27754         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
27755         buffer after removing limits.
27756         (ibuffer-pop-filter): Ditto.
27757         Update copyright.
27759 2005-03-02  Miles Bader  <miles@gnu.org>
27761         * button.el (make-text-button): If the user doesn't specify a
27762         type, use the default.  Rewrite to use `add-text-properties' and
27763         plist functions.
27765 2005-03-01  Lute Kamstra  <lute@gnu.org>
27767         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
27768         (debugger-jumping-flag): New var.
27769         (debug-entry-code): Use it.
27770         (debugger-jump): Use debugger-jumping-flag and add
27771         debugger-reenable to post-command-hook.
27772         (debugger-reenable): Use debugger-jumping-flag and remove itself
27773         from post-command-hook.
27774         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
27775         debugger-reenable.
27777 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
27779         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
27780         inclusion of "itemize\\|", which may be unnecessary, is certainly
27781         inelegant, and stops refilling in itemize lists when formatting
27782         Japanese Texinfo files to Info.
27783         Update copyright to 2005.
27785 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
27787         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
27788         of an error if GDB can't find the source file.
27790 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
27792         * calendar/calendar.el (redraw-calendar): Work from any buffer,
27793         not just the calendar.
27795         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
27796         first.
27797         (diary-redraw-calendar): New function.
27798         (make-diary-entry): Add diary-redraw-calendar to local
27799         write-contents-functions.  Turn off selective display before
27800         inserting in diary.
27802 2005-03-01  Kim F. Storm  <storm@cua.dk>
27804         * emacs-lisp/copyright.el (copyright-fix-years): New command.
27806 2005-03-01  Lute Kamstra  <lute@gnu.org>
27808         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
27809         that debug-entry-code can be safely removed from a function while
27810         this code is being evaluated.  Revert the 2005-02-27 change as the
27811         new implementation no longer requires it.  Make sure that a
27812         function body containing just a string is not mistaken for a docstring.
27813         (debug): Skip one more frame in case of debug on entry.
27814         (debugger-setup-buffer): Delete one more frame line in case of
27815         debug on entry.
27816         (debugger-frame-number): Update to use the new text introduced by
27817         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
27819 2005-02-28  Kim F. Storm  <storm@cua.dk>
27821         * double.el (double-translate-key): Call force-window-update after
27822         read-event to avoid crash in redisplay.
27824 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27826         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
27827         (debug): Use it.  Move the inhibit-trace earlier.
27828         (debug-entry-code): New const.
27829         (debug-on-entry-1): Use it.
27831 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
27833         * international/utf-16.el (ccl-encode-mule-utf-16le):
27834         Fix BUFFER_MAGNIFICATION to 2.
27835         (ccl-encode-mule-utf-16be): Likewise.
27837 2005-02-28  Kenichi Handa  <handa@m17n.org>
27839         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
27840         Fix BUFFER_MAGNIFICATION to 4.
27841         (ccl-encode-mule-utf-16be-with-signature): Likewise.
27843 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
27845         * speedbar.el (speedbar-update-flag): Doc fix.
27846         (speedbar-show-info-under-mouse): Give set-mouse-position the right
27847         argument.
27849 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27851         * reveal.el (reveal-post-command): Don't try to reveal overlays which
27852         have a non-nil `invisible' property but are actually visible.
27854         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
27855         for perldoc sections.
27856         (perl-outline-regexp, perl-outline-level): New var and function.
27857         (perl-mode): Use them.
27859 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
27861         * calendar/diary-lib.el (diary-remind): Discard any mark portion
27862         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
27864 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
27866         * cus-edit.el: Comment change.
27867         (custom-buffer-create-internal): Slightly reword text at top of
27868         Custom buffers.  Mention there that saving an option edits the
27869         init file.  Add link to Emacs manual node on `custom-file'.
27870         (custom-magic-alist): Rewrite individual State messages to use
27871         capitalized keywords.  Doc fix.
27873 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
27875         * calendar/calendar.el (calendar-buffer): Move above
27876         calendar-week-start-day.
27877         (calendar-week-start-day): Doc fix.  Add :set function.
27878         (calendar-minimum-window-height): New variable.
27879         (generate-calendar-window): Only resize window if selected-window
27880         is displaying the calendar buffer.  Use new variable
27881         calendar-minimum-window-height.
27882         (generate-calendar): Reword error message.
27883         (calendar-mode-map): Bind DEL to scroll-other-window-down.
27885 2005-02-27  Andreas Schwab  <schwab@suse.de>
27887         * vc.el (vc-do-command): Don't run command asynchronously when
27888         operating in a remote directory.
27890         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
27891         change from sync with Tramp 2.0.47.
27893 2005-02-27  Richard M. Stallman  <rms@gnu.org>
27895         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
27897         * textmodes/flyspell.el (flyspell-mode-on):
27898         Call ispell-change-dictionary only if necessary.
27900         * emacs-lisp/re-builder.el (regexp-builder): New function.
27902         * register.el (describe-register-1): Explicitly handle
27903         yank-excluded-properties = t.
27905         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
27906         (custom-magic-alist): Change the status descriptions again.
27907         (face widget-type): Total rewrite based on `restricted-sexp'
27908         to eliminate the confusing double hiding levels.
27910         * emacs-lisp/debug.el (debug-on-entry-1):
27911         If function body is empty, add nil as body form.
27913 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27915         * emacs-lisp/trace.el (inhibit-trace): New var.
27916         (trace-make-advice): Use it.
27918         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
27920 2005-02-26  Kim F. Storm  <storm@cua.dk>
27922         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
27923         (mouse-on-link-p, mouse-drag-region-1): Use it.
27925 2005-02-25  Lute Kamstra  <lute@gnu.org>
27927         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
27929 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
27931         * frame.el (blink-cursor-mode): Add :group keyword.
27933 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
27935         * calendar/icalendar.el (icalendar--decode-isodatetime):
27936         New optional argument DAY-SHIFT.
27937         (icalendar-export-region): Fix coding-system-for-write.
27938         (icalendar--convert-ical-to-diary): Shift end-day of all-day
27939         events by one.
27941 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
27943         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
27945 2005-02-24  Kim F. Storm  <storm@cua.dk>
27947         * international/iso-acc.el (iso-accents-compose): Fix crash
27948         during redisplay.  Call force-window-update after read-event
27949         and delete-region to signal that window is not accurate.
27951 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
27953         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
27954         Remove unused and inexistent var `inhibit-trace'.
27955         (debugger-mode): Use run-mode-hooks.
27956         (debugger-list-functions): Add buttons; setup xref stack.
27958 2005-02-23  Richard M. Stallman  <rms@gnu.org>
27960         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
27961         appointment says it was explicitly made.
27962         (appt-add): Set the 3rd element.
27963         (appt-make-list): Preserve explicit appointments.
27965         * subr.el (find-tag-default): Catch errors in forward-sexp.
27967 2005-02-23  Juri Linkov  <juri@jurta.org>
27969         * info.el (Info-isearch-search): New defcustom.
27970         (Info-isearch-search): Call the default isearch function
27971         when Info-isearch-search is nil.
27972         (Info-isearch-wrap): Use variable Info-isearch-search.
27974 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
27976         * cus-edit.el: Comment change.
27978 2005-02-22  Kim F. Storm  <storm@cua.dk>
27980         * progmodes/hideif.el (hide-ifdef-use-define-alist):
27981         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
27983 2005-02-22  Simon Josefsson  <jas@extundo.com>
27985         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
27986         New variable.
27987         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
27988         Oskarsson" <myrkraverk@users.sourceforget.net>.
27990 2005-02-22  Kim F. Storm  <storm@cua.dk>
27992         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
27993         check that window of that event is the selected window.
27994         (mouse-drag-region-1): Compare mouse event window to selected
27995         window before setting point.
27997         * tooltip.el (tooltip-show-help-function): Pass event to
27998         mouse-on-link-p so it can check selected window.
28000 2005-02-22  Kenichi Handa  <handa@m17n.org>
28002         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
28003         (ps-mule-show-warning): New function.
28004         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
28005         characters are found.
28007         * ps-print.el (ps-header-footer-string): Return a list of header
28008         and footer strings.
28010 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
28012         * pcvs.el (cvs-retrieve-revision): Fix thinko.
28014 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
28016         * frame.el (blink-cursor-mode): Use define-minor-mode.
28018         * term/mac-win.el (function-key-map): Use char-names more consistently.
28019         (file-name-coding-system): Only set it for MacOS-9.  The other case is
28020         already handled in mule-cmds.el (where it also works when mac-win.el
28021         is not used).
28023 2005-02-21  Kenichi Handa  <handa@m17n.org>
28025         * international/mule.el (ctext-pre-write-conversion): Always use
28026         " *code-converting-work*" buffer for work.
28028         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
28030 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
28032         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
28034 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
28036         * ses.el (undo-more): Restore defadvice, but only the part that
28037         allows changes outside the restricted area of the buffer.
28039 2005-02-20  Kim F. Storm  <storm@cua.dk>
28041         * simple.el (line-move): Add fourth optional arg try-vscroll which
28042         must be set to perform auto-window-vscroll.
28043         When moving backwards and doing auto-window-vscroll, automatically
28044         vscroll to the last part of lines which are taller than the window.
28045         (next-line, previous-line): Set try-vscroll arg on line-move.
28047 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
28049         * replace.el (query-replace, query-replace-regexp)
28050         (replace-string, replace-regexp): When operating on region, make
28051         the minibuffer prompt say so.
28053         * isearch.el (isearch-forward): Document isearch-query-replace and
28054         isearch-query-replace-regexp keybindings.
28056 2005-02-19  Jay Belanger  <belanger@truman.edu>
28058         * calc/calc-aent.el (math-read-token): Add local variable.
28060         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
28061         (calc-edit-top): Move declaration to earlier in file.
28062         (calc-edit-macro-repeats): Add local variables.
28064         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
28065         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
28066         calcFunc-tanh.
28067         Adjust integration rule for calcFunc-tan.
28069 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
28071         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
28072         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
28073         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
28074         (viper-skip-separators): Bug fix.
28075         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
28076         particular major mode.
28077         (viper-del-backward-char-in-replace): Don't put deleted char on the
28078         kill ring.
28080         * viper-ex.el (viper-color-display-p): New function.
28081         (viper-has-face-support-p): Use viper-color-display-p.
28083         * viper-keym.el (viper-gnus-modifier-map): New keymap.
28085         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
28087         * viper-util.el (viper-glob-unix-files): Fix shell status check.
28088         (viper-file-remote-p): Make equivalent to file-remote-p.
28090         * viper.el (viper-major-mode-modifier-list):
28091         Use viper-gnus-modifier-map.
28093 2005-02-19  David Kastrup  <dak@gnu.org>
28095         * subr.el (subregexp-context-p): Fix garbled doc string by adding
28096         quoting.
28098 2005-02-19  Jay Belanger  <belanger@truman.edu>
28100         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
28101         Remove extra definitions.
28102         (calc-coth): New function.
28103         (calcFunc-cot): Fix `let'.
28105 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
28107         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
28108         the reasons we use "type pc" in these faces.
28110         * button.el (button): Ditto.
28112 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
28114         * replace.el (query-replace-read-from): Set the value of
28115         query-replace-from-history-variable to handle the case of an empty
28116         string entered to accept the suggested default.
28118         * net/tramp.el (tramp-file-name-for-operation):
28119         Use dired-call-process instead of dired-call-process-command.
28121 2005-02-19  Jay Belanger  <belanger@truman.edu>
28123         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
28124         (math-div-non-trig): New variables.
28125         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
28126         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
28127         (math-combine-prod, math-div-symb-fancy): Add simplifications for
28128         trig expressions.
28130 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
28132         * progmodes/gdb-ui.el (gdb-var-update-handler)
28133         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
28134         for watch expressions,
28135         (gdb-var-create-handler): Don't set speedbar-update-flag.
28136         (gdb-post-prompt): Simplify test for speedbar.
28138 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
28140         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
28141         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
28142         we use the syntax table of the correct buffer.
28143         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
28144         Felix Gatzemeier.
28146         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
28147         (ediff-file-remote-p): Make synonymous with file-remote-p.
28148         In all deffaces ediff-*-face-*, use min-colors.
28150         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
28151         ediff-recurse-to-subdirectories.
28152         (ediff-mark-if-equal): Check that the arguments are strings, use
28153         ediff-same-contents (after to Felix Gatzemeier).
28155         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
28156         nil.
28158 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
28160         * log-view.el (log-view-message-re): Fix up Subversion regexp.
28162 2005-02-18  David Kastrup  <dak@gnu.org>
28164         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
28165         use `mark-active' when defined.
28167 2005-02-18  Kenichi Handa  <handa@m17n.org>
28169         * ps-print.el (ps-font-info-database): New entry
28170         ZapfChancery-MediumItalic with correct font name.  Fix font name
28171         of the entry Zapf-Chancery-MediumItalic.
28173 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
28175         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
28177 2005-02-16  Kim F. Storm  <storm@cua.dk>
28179         * ido.el (ido-fallback-command): Pass user input to fallback command.
28181 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
28183         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
28184         (gdb-find-file-hook): Add server prefix.
28186 2005-02-16  Richard M. Stallman  <rms@gnu.org>
28188         * replace.el (perform-replace): Pass new args to replace-highlight.
28189         (replace-highlight): Take region args,
28190         and pass them to isearch-lazy-highlight-new-loop.
28192         * novice.el (disabled-command-hook): Autoload the defalias
28193         and the make-obsolete-variable call.
28195         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
28197         * isearch.el (isearch-lazy-highlight-start-limit)
28198         (isearch-lazy-highlight-end-limit): New variables limit
28199         the region for highlighting.
28200         (isearch-lazy-highlight-new-loop): New args BEG and END.
28201         (isearch-lazy-highlight-search): Use the new vars.
28202         (isearch-lazy-highlight-update): Likewise.
28204         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
28206         * cus-start.el (all): Use default-boundp.
28208 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
28210         * menu-bar.el (menu-bar-select-frame): Handle current frame.
28212 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
28214         * autorevert.el (auto-revert-stop-on-user-input)
28215         (auto-revert-verbose): Doc fixes.
28217 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
28219         * international/mule-cmds.el (set-locale-environment): Remove call
28220         to set-selection-coding-system on Windows.
28222 2005-02-15  Jay Belanger  <belanger@truman.edu>
28224         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
28225         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
28226         calcFunc-coth.
28227         (math-simplify-sqrt): Add simplifications.
28229         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
28230         to list.
28232         * calc/calc-ext.el: Add functions to autoloads.
28234         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
28235         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
28236         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
28237         (math-csc-raw, math-cot-raw): New functions.
28239         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
28241         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
28242         the variable name in a message.
28244         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
28245         calcFunc-csc, calcFunc-cot.
28247         * calc/calcalg2.el: Add derivative and integration rules for
28248         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
28249         calcFunc-csch, calcFunc-coth.
28250         (math-do-integral-methods): Add to checks for when to use
28251         substitutions.
28253         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
28255 2005-02-15  Lute Kamstra  <lute@gnu.org>
28257         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28258         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
28259         <monnier@iro.umontreal.ca>.
28260         (lisp-outline-level): Improve efficiency.  Suggested by David
28261         Kastrup <dak@gnu.org>.
28263 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
28265         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
28266         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
28267         (gdb-set-gud-minor-mode-existing-buffers): New functions.
28268         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
28269         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
28271 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
28273         * cus-start.el (all): Comment change.
28275 2005-02-14  Lute Kamstra  <lute@gnu.org>
28277         * cus-start.el (all): Check if symbol is void.
28279 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
28281         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
28282         optional argument to \cite.
28284 2005-02-14  Richard M. Stallman  <rms@gnu.org>
28286         * cus-edit.el (custom-buffer-create-internal): Update help message.
28287         (custom-magic-alist): Update help messages.
28289         * cus-start.el (all): Allow a var to specify a standard value.
28291 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
28293         * custom.el (custom-theme-set-variables): Handle variable aliases.
28295         * frame.el (blink-cursor-timer): Doc fix.
28296         (blink-cursor): Make it an alias for `blink-cursor-mode' and
28297         declare obsolete.
28298         (blink-cursor-mode): Define with defcustom and use correct
28299         standard expression in that defcustom.
28300         * startup.el (command-line): Adapt to above changes in frame.el.
28302 2005-02-11  Lute Kamstra  <lute@gnu.org>
28304         * apropos.el (apropos-score-doc): Prevent division by zero.
28306 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
28308         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
28309         (icalendar--get-event-property-attributes)
28310         (icalendar--get-event-properties)
28311         (icalendar--datetime-to-diary-date): New functions.
28312         (icalendar--split-value): Doc fix.
28313         (icalendar--datetime-to-noneuropean-date)
28314         (icalendar--datetime-to-european-date): New optional argument
28315         SEPARATOR.  Return result as a string instead of a list.
28316         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
28317         (icalendar--convert-string-for-export): Rename arg S to STRING.
28318         (icalendar-export-region): Doc fix.  Change name of error buffer.
28319         Save output buffer.
28320         (icalendar-import-file): Add blank at end of prompt.
28321         (icalendar-import-buffer): Doc fix.  Do not switch to error
28322         buffer.  Indicate status in return value.
28323         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
28324         buffer.  Save output buffer.  Handle exception from recurrence
28325         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
28326         events.  Fix problems with weekly all-day events.
28328 2005-02-10  Richard M. Stallman  <rms@gnu.org>
28330         * simple.el (eval-expression-print-format):
28331         Avoid warning about edebug-active.
28333         * help.el (help-for-help-internal): Rename from help-for-help.
28334         (help-for-help): Define with defalias.
28336         * font-core.el (font-lock-default-function): Use with-no-warnings.
28338         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
28340         * custom.el (defface): Doc fix.
28342 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
28344         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
28345         width 0" to prevent word wrapping problems.
28347 2005-02-09  Kim F. Storm  <storm@cua.dk>
28349         * ido.el (ido-file-extensions-order): New defcustom.
28350         (ido-file-extension-lessp, ido-file-extension-aux)
28351         (ido-file-extension-order): New advanced file ordering.
28352         (ido-file-lessp): New simple file ordering.
28353         (ido-sort-list): Remove.
28354         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
28355         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
28357 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
28359         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
28360         that some versions of grep produce.
28361         (grep-mode-font-lock-keywords): Likewise.
28363 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
28365         * progmodes/gdb-ui.el (gdb-location-list): New variable.
28366         (gdb-cdir): Delete.
28367         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
28368         (gdb-source-info): Treat case when source file is in another
28369         directory properly.
28370         (gdb-get-location): New function.
28372 2005-02-07  Jay Belanger  <belanger@truman.edu>
28374         * calc/calc-prog.el (calc-write-parse-table-part)
28375         (calc-fix-token-name): Fix a check for language type.
28377         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
28379 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
28381         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
28382         as directory not writable.
28384 2005-02-07  Kim F. Storm  <storm@cua.dk>
28386         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
28387         (cua--standard-movement-commands): Remove list.
28388         Instead, set CUA property value to move for movement commands.
28389         (cua-movement-commands): Remove.  Users must set CUA prop instead.
28390         (cua--pre-command-handler): Check CUA property.
28391         (cua--init-keymaps): Don't remap undo commands.
28392         (cua-mode): Don't call cua--rectangle-on-off.
28394         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
28395         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
28396         (cua--rect-undo-set-point): New var.
28397         (cua--rectangle-undo-boundary): Setup undo apply entry.
28398         (cua--rect-undo-handler): New function for rectangle undo.
28399         (cua--rect-start-position, cua--rect-end-position): Add.
28400         (cua--rectangle-post-command): Call cua--rectangle-set-corners
28401         for restored rectangle.  Set point if cua--rect-undo-set-point.
28403 2005-02-06  Jay Belanger  <belanger@truman.edu>
28405         * calc/calc-lang.el (calc-tex-language): Display more information
28406         in messages.
28408         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
28409         in TeX mode.
28411 2005-02-06  Richard M. Stallman  <rms@gnu.org>
28413         * emacs-lisp/lisp.el (buffer-end): Doc fix.
28415 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
28417         * net/ldap.el (ldap-search-internal): Support attributes with
28418         optional descriptions separated by a semi-colon, as in
28419         "userCertificate;binary".
28421 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28423         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
28424         isn't a cons (i.e. the version is 0).
28426 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
28428         * help.el (help-for-help): Doc fix.
28430 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
28432         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
28433         GDB-Windows on the menu-bar as this works better.
28435 2005-02-04  Jay Belanger  <belanger@truman.edu>
28437         * calc/calc-embed.el (calc-embedded-update): Don't put in
28438         unnecessary newlines.  Adjust the end of formula marker.
28440         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
28441         (math-latex-parse-two-args): New function.
28443 2005-02-03  Lute Kamstra  <lute@gnu.org>
28445         * help-fns.el (help-with-tutorial): Make sure that users cannot
28446         remove the entire text of the tutorial by means of `undo'.
28448 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28450         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
28451         in recent changes, where the ispell process was repeatedly
28452         killed & restarted.
28454         * international/mule-cmds.el (set-locale-environment): Set file-name
28455         coding system to utf-8 on Darwin systems.
28456         (set-default-coding-systems): Don't set default-file-name-coding-system
28457         on Darwin systems.
28459 2005-02-03  Richard M. Stallman  <rms@gnu.org>
28461         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
28463 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
28465         * faces.el (list-faces-display): Add optional argument.
28467 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
28469         * font-core.el (font-lock-default-function): Handle the rare case where
28470         only font-lock-keywords is set.
28472 2005-02-02  Kenichi Handa  <handa@m17n.org>
28474         * international/characters.el: Cancel previous change for
28475         I-WITH-DOT-ABOVE and DOTLESS-i.
28477         * international/latin-5.el: Cancel previous change.
28479 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
28481         * progmodes/gud.el: Correction to syntax in gud-menu-map.
28483 2005-02-02  Kenichi Handa  <handa@m17n.org>
28485         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
28486         DOTLESS-i.
28488         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
28489         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
28491         * case-table.el (get-upcase-table): New function.
28492         (copy-case-table): Copy upcaes table too if non-nil.
28493         (set-case-syntax-delims): Maintain upcase table too.
28494         (set-case-syntax-pair): Likewise.
28495         (set-upcase-syntax, set-downcase-syntax): New functions.
28496         (set-case-syntax): Maintain upcase table too.
28498 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
28500         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
28502         * progmodes/gud.el (gud-goto-info): New function.
28503         (gud-tool-bar-map): Use correct icon.
28505 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
28507         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
28508         When delegating, order args in the funcall correctly.
28510 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
28512         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
28514 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
28516         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
28517         buffer not visiting a file.
28519 2005-01-31  Jay Belanger  <belanger@truman.edu>
28521         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
28522         bound on the line with the formula.
28524 2005-01-31  Kim F. Storm  <storm@cua.dk>
28526         * ses.el (ses-create-cell-variable-range)
28527         (ses-destroy-cell-variable-range, ses-reset-header-string)
28528         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
28529         (ses-insert-row): Fix format of apply undo entries.
28531 2005-01-31  Jay Belanger  <belanger@truman.edu>
28533         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
28534         parts.
28536         * calc/calc-embed.el (calc-embedded-open-formula)
28537         (calc-embedded-close-formula): Ignore matrix environments.
28539         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
28540         TeX mode.
28542         * calc/calc-lang.el (math-function-table, math-oper-table)
28543         (math-variable-table): Adjust the LaTeX portions.
28545         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
28546         (math-latex-ignore-words): New constant.
28548 2005-01-31  Richard M. Stallman  <rms@gnu.org>
28550         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
28551         (ispell-local-dictionary): Doc fix.
28552         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
28553         Don't reinitialize at run time.  Don't defcustom.
28554         All uses changed to append ispell-local-dictionary-alist,
28555         or check it first.
28556         (ispell-current-dictionary): New variable for dictionary in use.
28557         (ispell-dictionary): Now used only for global default.
28558         (ispell-start-process): Set ispell-current-dictionary,
28559         not ispell-dictionary.
28560         (ispell-change-dictionary): Use this only for setting
28561         user preferences.
28562         (ispell-internal-change-dictionary): New function
28563         to change the current dictionary in use.
28564         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
28565         Use ispell-current-dictionary.
28566         Handle ispell-local-dictionary-overridden.
28567         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
28569 2005-01-31  Jay Belanger  <belanger@truman.edu>
28571         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
28573         * calc/calc-ext.el: Add calc-latex-language to autoloads.
28574         (calc-mode-map): Add calc-latex-language.
28576         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
28577         (math-latex-print-frac): New functions.
28578         (math-oper-table, math-function-table, math-variable-table)
28579         (math-complex-format, math-input-filter): Add latex properties.
28580         (calc-set-language): Set math-expr-special-function-mapping.
28582         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
28583         (calc-write-parse-table-part): Add LaTeX support.
28585         * calc/calc.el (calc-language): Adjust docstring.
28586         (calc-set-mode-line): Add LaTeX support.
28587         (math-expr-special-function-mapping): New variable.
28588         (math-tex-ignore-words): Add to list.
28590         * calc/calccomp.el (math-compose-expr, math-compose-rows):
28591         Add LaTeX support.
28592         (math-compose-expr): Add support for special functions.
28594         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
28596 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
28598         * progmodes/gdb-ui.el (gdb-memory-address)
28599         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
28600         (gdb-memory-mode-map, gdb-memory-format-keymap)
28601         (gdb-memory-format-menu, gdb-memory-unit-keymap)
28602         (gdb-memory-unit-menu): New variables for a buffer
28603         that lets the user examine program memory.
28604         (gdb-memory-set-address, gdb-memory-set-repeat-count)
28605         (gdb-memory-format-binary, gdb-memory-format-octal)
28606         (gdb-memory-format-unsigned, gdb-memory-format-signed)
28607         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
28608         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
28609         (gdb-memory-unit-word, gdb-memory-unit-halfword)
28610         (gdb-memory-unit-byte, gdb-memory-unit-menu)
28611         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
28612         (gdb-memory-mode, gdb-memory-buffer-name)
28613         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
28614         New functions for above buffer.
28616 2005-01-30  Richard M. Stallman  <rms@gnu.org>
28618         * cus-edit.el (custom-bury-buffer): Function deleted.
28619         (custom-buffer-done-function): Option deleted.
28620         (custom-buffer-done-kill): New replacement option.
28621         (Custom-buffer-done): Call quit-window.
28622         (custom-buffer-create-internal): Update for above changes.
28624 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
28626         * simple.el (undo-ask-before-discard): New var.
28627         (undo-outer-limit-truncate): Implement it.
28628         (undo-extra-outer-limit): Doc update.
28630 2005-01-29  Richard M. Stallman  <rms@gnu.org>
28632         * ses.el (undo-more): Delete defadvice.
28633         (ses-begin-change): Doc fix.
28635         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
28636         instead of rebinding C-x u and C-_.
28638         * files.el (normal-backup-enable-predicate): Return nil for files
28639         in /tmp, regardless of temporary-file-directory.
28641         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
28643         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
28644         (open-rectangle, delete-whitespace-rectangle-line)
28645         (clear-rectangle-line): If FILL, pass t instead of FILL
28646         for move-to-column's 2nd arg.
28648         * simple.el (undo): Fix the test for continuing a series of undos.
28649         (undo-more): Set pending-undo-list to t when we reach end.
28650         (pending-undo-list): Move up defvar.
28652         * wid-edit.el (widget-button-click):
28653         Shorten the range of the track-mouse binding.
28655         * comint.el (comint-insert-input): Undo previous changes;
28656         use last-input-event in interactive spec.
28658 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
28660         * progmodes/compile.el (compilation-start): Bind buffer-read-only
28661         to nil before invoking call-process.  Reset buffer's modified flag
28662         after fontifying it in the no-async branch.
28664         * wid-edit.el (widget-specify-button): If mouse pointer shape
28665         cannot be changed, use mouse face instead.
28667 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
28669         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
28670         (gdb-goto-breakpoint): Make breakpoint handling work on template
28671         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
28672         (gdb-assembler-custom): Update to recognize breakpoint information
28673         added on 2005-01-19.
28675 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
28677         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
28678         (dsssl-mode): Use define-derived-mode.
28679         (scheme-mode-initialize): Remove.
28680         (scheme-mode): Use run-mode-hooks.
28682         * cus-edit.el (customize-group-other-window)
28683         (custom-buffer-create-other-window): Don't override special-display-*.
28684         (custom-mode-map): Make it dense.
28686         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
28687         sets the default value.
28689 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
28691         * descr-text.el: Add more keywords.
28693 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28695         * speedbar.el: Avoid unnecessary use of locate-library.
28697         * international/mule-cmds.el (standard-display-european-internal):
28698         Don't fiddle with latin-1 non-break space any more since it's now
28699         special cased in the C code.
28700         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
28702 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
28704         * cus-start.el (all): Add `undo-outer-limit'.
28706 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28708         * textmodes/bibtex.el (bibtex-format-entry):
28709         Use `bibtex-empty-field-re' only on the text of fields, not on entire
28710         field lines.
28711         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
28712         not on part of a buffer.
28714 2005-01-25  Lute Kamstra  <lute@gnu.org>
28716         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
28717         nonempty field text strings like "{letters\\macro{}more letters}".
28718         Clarify docstring.
28719         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
28720         (bibtex-entry-offset, bibtex-parse-association)
28721         (bibtex-parse-field-name): Fix typos in docstrings.
28722         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
28724 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
28726         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
28727         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
28728         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
28729         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
28731         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
28732         isearch minor mode.
28734 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
28736         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
28738 2005-01-24  Lute Kamstra  <lute@gnu.org>
28740         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
28741         CASECHARS and NOT-CASECHARS regular expressions of the
28742         "nederlands" and "nederlands8" dictionaries to prevent a "Range
28743         striding over charsets" error.
28745 2005-01-24  Jay Belanger  <belanger@truman.edu>
28747         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
28748         display variable name.
28750 2005-01-24  Kenichi Handa  <handa@m17n.org>
28752         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
28753         Fix setting of the element of encoded-kbd-iso2022-invocations.
28755 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
28757         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
28758         (gdb-threads-select): Change to also accept mouse events.
28759         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
28760         (gdb-threads-mouse-select): Delete.
28762 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
28764         * files.el (insert-directory): Take care of empty directory,
28765         listed without -a switch.
28767 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
28769         * textmodes/refill.el (refill-post-command-function):
28770         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
28771         to the list of functions that we should be careful not to undo.
28772         (refill-late-fill-paragraph-function): Remove.
28773         (refill-saved-state): New var.
28774         (refill-mode): Use it to save fill-paragraph-function.
28775         Save also the value of auto-fill-function.
28777         * term/w32-win.el: Simplify code.
28779 2005-01-23  Kim F. Storm  <storm@cua.dk>
28781         * simple.el (line-move): Adapt to new return value from
28782         pos-visible-in-window-p.
28784         * simple.el (line-move): Fix last change.  Check partial
28785         visibility at point rather than at window-start.
28787 2005-01-22  Jason Rumney  <jasonr@gnu.org>
28789         * term/w32-win.el (xw-defined-colors): Remove debug-message.
28791 2005-01-22  David Kastrup  <dak@gnu.org>
28793         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
28795 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
28797         * type-break.el (type-break-mode): Add a test for
28798         type-break-file-name being non-nil.
28800 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
28802         * net/eudc.el (top level): Call (message "") via progn, so that
28803         eudc-options-file is loaded.
28805 2005-01-22  Kim F. Storm  <storm@cua.dk>
28807         * simple.el (line-move-1): Rename from line-move.
28808         (line-move): New function that adjusts vscroll for partially
28809         visible rows, and calls line-move-1 otherwise.
28811 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
28813         * pcomplete.el: Define pcomplete-read-event instead of read-event,
28814         since it's not a complete read-event implementation
28816 2005-01-20  Jay Belanger  <belanger@truman.edu>
28818         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
28819         for called function.
28821 2005-01-20  Steven Tamm  <steventamm@mac.com>
28823         * term/mac-win.el (process-connection-type): Remove.
28824         Controlled now by s/darwin.h:PTY_ITERATION.
28826 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28828         * window.el (handle-select-window): Don't switch window when we're
28829         in the minibuffer.
28831 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
28833         * subr.el (dotimes-with-progress-reporter): New macro.
28835         * ses.el (ses-dotimes-msg): Remove macro.
28836         Use `dotimes-with-progress-reporter' instead.
28838 2005-01-19  Steven Tamm  <steventamm@mac.com>
28840         * term/mac-win.el (process-connection-type): Use new
28841         operating-system-release variable to use ptys on Darwin 7 (OS X
28842         10.3) when using carbon build.
28844 2005-01-19  Jay Belanger  <belanger@truman.edu>
28846         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
28847         flags if the last command was a tab or M-tab.
28849         * calc/calc-prog.el (calc-user-define-edit): Put original formula
28850         in formula editing buffer.
28852 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
28854         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
28855         breakpoint image symbol in margin.
28857 2005-01-19  Jay Belanger  <belanger@truman.edu>
28859         * calc/calc-prog.el (calc-execute-kbd-macro):
28860         Ignore calc-keep-arg-flag.
28862 2005-01-19  Kenichi Handa  <handa@m17n.org>
28864         * textmodes/ispell.el (ispell-looking-at): New function.
28865         (ispell-process-line): Use ispell-looking-at to compare the ispell
28866         output and the buffer contents.
28868 2005-01-18  Jay Belanger  <belanger@truman.edu>
28870         * calc/calc.el (calc-display-raw): Fix docstring.
28872 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
28874         * simple.el (blink-matching-open): Strip extra info from syntax.
28876         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
28877         funny chars in the end-of-here-doc marker.
28879 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
28881         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
28882         that enable/disabled state of breakpoints is shown correctly in
28883         fringe and on ttys.
28884         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
28885         Add breakpoint information as text properties.
28886         (gdb-mouse-toggle-breakpoint):
28887         Rename to gdb-mouse-set-clear-breakpoint.
28888         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
28889         breakpoints in the margin.
28890         (gdb-remove-strings): Simplify.
28892 2005-01-17  Jay Belanger  <belanger@truman.edu>
28894         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
28895         erasing buffer.
28897 2005-01-17  Richard M. Stallman  <rms@gnu.org>
28899         * progmodes/grep.el (grep-find): Copy from `grep' the condition
28900         for calling grep-compute-defaults.
28902         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
28903         if buffer is empty.
28905         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
28907 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
28909         * hilit-chg.el (highlight-changes-mode): Don't autoload.
28911         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
28912         non-preloaded variables.
28914 2005-01-17  Steven Tamm  <steventamm@mac.com>
28916         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
28917         tex-shell cause to force interactivity when using pipes.
28919 2005-01-17  Kim F. Storm  <storm@cua.dk>
28921         * simple.el (just-one-space): Make arg optional.
28923 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
28925         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
28926         posn-at-x-y to t to access left-margin.
28928 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
28930         Sync with Tramp 2.0.47.
28932         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
28933         catching keep-date problems in cp/scp operations.
28934         (tramp-handle-copy-file): Don't call `set-file-modes'
28935         unconditionally.  Specialized functions should know better what is
28936         necessary.  This improves performance a little bit, and the
28937         functions could catch errors with `cp -p' and `scp -p'.
28938         (tramp-do-copy-or-rename-file-via-buffer)
28939         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
28940         when appropriate.
28941         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
28942         Call `set-file-modes' when appropriate.
28943         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
28944         Johnsson <isak@hypergene.com>.
28945         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
28946         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
28947         <joakim@verona.se>.
28948         (tramp-file-name-for-operation): Mark `shell-command' as magic for
28949         Emacs only.
28951         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
28952         `find-file-hooks' and `dired-mode-hook'.
28953         (tramp-minor-mode-map): Respective map.  Add remapping for
28954         `compile' and `recompile'.
28955         (tramp-remap-command, tramp-recompile): New defuns.
28956         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
28957         in buffer "*Compilation*".  Call the commands asynchronously.
28959         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
28960         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
28961         `shell-command', because it isn't magic in XEmacs.  Reported by
28962         Adrian Aichner <adrian@xemacs.org>.
28964         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
28965         `substitute-in-file-name.
28966         (tramp-smb-handle-substitute-in-file-name): New defun.
28967         (tramp-smb-advice-PC-do-completion): Delete advice.
28969 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
28971         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
28972         Fix error in deleting region.
28974 2005-01-15  Richard M. Stallman  <rms@gnu.org>
28976         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
28977         In non-temp buffer, switch syntax table temporarily.
28979         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
28981         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
28983         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
28985         * imenu.el (imenu--split-menu): Copy menulist before sorting.
28986         (imenu--generic-function): Use START, not BEG, as pos of definition.
28988         * simple.el (just-one-space): Argument specifies number of spaces.
28990         * simple.el (eval-expression-print-format): Avoid warning
28991         about edebug-active.
28993 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
28995         * progmodes/sh-script.el: Code copied from make-mode.el
28996         with small changes,
28997         (sh-mode-map): Bind C-c C-\.
28998         (sh-backslash-column, sh-backslash-align): New variables.
28999         (sh-backslash-region, sh-append-backslash): New functions.
29001 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29003         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
29004         (rmail-pop-password, rmail-pop-password-required): Move to
29005         rmail-obsolete group.
29006         (rmail-set-pop-password): Rename to rmail-set-remote-password.
29007         All callers updated.
29008         (rmail-get-pop-password): Rename to rmail-get-remote-password.
29009         Take an argument specifying whether it is POP or IMAP mailbox we
29010         are using.  All callers updated.
29011         (rmail-pop-password-error): Rename to
29012         rmail-remote-password-error.  Added mailutils-specific error message.
29013         (rmail-movemail-search-path)
29014         (rmail-movemail-variant-in-use): New variables.
29015         (rmail-remote-password, rmail-remote-password-required):
29016         New customization variables.
29017         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
29018         (rmail-parse-url): New function.
29019         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
29020         with GNU mailutils movemail.
29022 2005-01-15  Kevin Ryde  <user42@zip.com.au>
29024         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
29025         suffix to space, $ or '$, to correctly position point when going
29026         to @table style constants like DBL_MAX.
29028 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
29030         * type-break.el (type-break-mode, type-break-file-time)
29031         (type-break-file-keystroke-count, type-break-choose-file):
29032         Don't store data in or load data from the file if type-break-file-name
29033         is nil.
29034         (type-break-file-name): Doc update as per the above.
29036 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
29038         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
29039         lookup-key might return nil; handle that.
29041 2005-01-15  Alan Mackenzie  <acm@muc.de>
29043         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
29044         rather than the element found, thus enabling the tree to be setcar'd.
29046 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
29048         * textmodes/org.el (org-show-following-heading): New option.
29049         (org-show-hierarchy-above): Use `org-show-following-heading'.
29050         (org-cycle): Documentation fix.
29052         * textmodes/org.el (orgtbl-optimized): New option
29053         (orgtbl-mode): New command, a minor mode.
29054         (orgtbl-mode-map): New variable.
29055         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
29056         (orgtbl-error, orgtbl-self-insert-command)
29057         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
29059         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
29060         a local variable in each org-mode buffer.
29062         * textmodes/org.el (org-set-regexps-and-options): Rename from
29063         `org-set-regexps'.  Added checking for STARTUP keyword.
29064         (org-get-current-options): Add STARTUP options.
29065         (org-table-insert-row): Make mode intelligent about when
29066         realignment is needed.
29067         (org-self-insert-command, org-delete-backward-char, org-delete-char):
29068         New commands.
29069         (org-enable-table-editor): New default value `optimized'.
29070         (org-table-blank-field): Support blanking regions if active.
29072 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
29074         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
29075         if the year is not given.
29077         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
29078         Add new escapes %m and %M, fixed bug with %F by adding
29079         save-match-data.
29080         (reftex-reference): Remove ?. from list of spaces.
29081         (reftex-label-info): Add automatic label prefix recognition.
29083         * textmodes/reftex-index.el (reftex-index-next-phrase):
29084         Add slave parameter to call of `reftex-index-this-phrase'.
29085         (reftex-index-this-phrase): New optional argument.
29086         (reftex-index-region-phrases): Add slave parameter to call of
29087         `reftex-index-this-phrase'.
29088         (reftex-display-index): New argument redo.
29089         (reftex-index-rescan): Add `redo' to arguments of
29090         `reftex-display-index'.
29091         (reftex-index-Rescan, reftex-index-revert)
29092         (reftex-index-switch-index-tag): Add `redo' to arguments of
29093         `reftex-display-index'.
29094         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
29095         indexing.  Fix bug with matching is there is a quote before or
29096         after the word.
29098         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
29099         Fix bug when collecting citation keys in lines with comments.
29100         (reftex-citation): Prefix argument no longer rescans the document,
29101         but forces prompting for optional arguments of cite macros.
29102         (reftex-do-citation): Prompting for optional arguments implemented.
29104         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29105         Add optional arguments to most cite commands.
29106         (reftex-cite-cleanup-optional-args): New option
29107         (reftex-cite-prompt-optional-args): New option.
29108         (reftex-trust-label-prefix): New option.
29110         * textmodes/reftex-toc.el (reftex-toc-find-section):
29111         Add push-mark before changing the position in the buffer.
29113         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
29114         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
29116 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
29118         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
29119         more carefully.
29121 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
29123         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
29124         (sgml-mode): Use it.
29125         (sgml-get-context): Better keep track of implicitly closed tags.
29127 2005-01-13  Kenichi Handa  <handa@m17n.org>
29129         * textmodes/ispell.el: These changes are to fix misalignment error
29130         caused by equivalent characters of different Emacs charsets.
29131         (ispell-unified-chars-table): New variable.
29132         (ispell-get-decoded-string): New function.
29133         (ispell-get-casechars, ispell-get-not-casechars)
29134         (ispell-get-otherchars): Call ispell-get-decoded-string.
29136 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
29138         * custom.el (custom-declare-variable): Just put symbol instead
29139         of (defvar . symbol) in `current-load-list'.
29141 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
29143         * emacs-lisp/elint.el: Fixed typo in Commentary section.
29145 2005-01-12  Jay Belanger  <belanger@truman.edu>
29147         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
29148         to create a Calc summary.
29150 2005-01-12  Kim F. Storm  <storm@cua.dk>
29152         * mouse.el (mouse-on-link-p): Change functionality and doc
29153         string to comply with latest description in lisp ref.
29155 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
29157         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
29158         Enable mouse clicks on mode-line, header-line and margin.
29159         (event-type): Give mouse event symbols an `event-kind' property
29160         with value `mouse-click'.
29162 2005-01-12  Juri Linkov  <juri@jurta.org>
29164         * facemenu.el (list-colors-display): Add new arg buffer-name.
29165         Use it.  Fix docstring.  Replace code for identifying duplicate
29166         colors by the name with call to `list-colors-duplicates' which
29167         identifies duplicate colors by the value unless the color
29168         is one of special Windows colors.  Set truncate-lines to t.
29169         Print sorted duplicate color names on each line.  Indent to 22
29170         \(the longest color name in rgb.txt) instead of 20.  Optimize.
29171         (list-colors-duplicates): New function.
29172         (facemenu-color-name-equal): Delete function.
29174         * facemenu.el (list-colors-print): New function created from code
29175         in list-colors-display.  Print #RRGGBB at the window right edge.
29176         (list-colors-display): When temp-buffer-show-function is not
29177         defined, call list-colors-print from temp-buffer-show-hook
29178         to get the right value of window-width in list-colors-print
29179         after the buffer is displayed.
29181         * simple.el (pop-mark): Move deactivate-mark out of conditional
29182         part to deactivate the active mark regardless of the state of the
29183         mark ring.
29185         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
29186         variables line in desktop files.
29188 2005-01-12  Juri Linkov  <juri@jurta.org>
29190         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
29191         Bring together isearch highlight related options.
29192         (lazy-highlight): Replace group `replace' by `matching'.
29193         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29194         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29195         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
29196         and declare them obsolete.
29197         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
29198         (isearch-faces): Remove defgroup.
29199         (isearch-overlay, isearch-highlight, isearch-dehighlight):
29200         Move isearch highlighting code closer to lazy highlighting code.
29202         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
29203         (query-replace-highlight, query-replace-lazy-highlight)
29204         (query-replace): Move definitions to the beginning of the file.
29206 2005-01-11  Juri Linkov  <juri@jurta.org>
29208         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
29209         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
29210         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
29212         * info.el (Info-history-forward): New variable.
29213         (Info-select-node): Reset Info-history-forward to nil.
29214         (Info-last): Turn into defalias.
29215         (Info-history-back): Rename from Info-last.
29216         Add current node to Info-history-forward.
29217         (Info-history-forward): New fun.
29218         (Info-mode-map): Replace Info-last by Info-history-back.
29219         Bind Info-history-forward to "r".
29220         (Info-mode-menu): Replace Info-last by Info-history-back.
29221         Fix menu item text.  Add menu item for Info-history-forward.
29222         (info-tool-bar-map): Replace Info-last by Info-history-back.
29223         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
29224         for Info-history-forward.
29225         (Info-mode): Replace Info-last by Info-history-back in docstring.
29226         Add local variable Info-history-forward.
29227         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
29229 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29231         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
29232         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
29233         Ignore select-window events rather than fiddle with
29234         mouse-autoselect-window.
29236 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
29238         * type-break.el (type-break-mode): Fix previous change.
29240 2005-01-10  Jay Belanger  <belanger@truman.edu>
29242         * calc/calc-ext.el (calc-reset): Reset when inside embedded
29243         calculator; only reset when point is inside a calculator.
29244         Don't adjust the window height if the window takes up the whole height
29245         of the frame.
29247 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
29249         * ebuff-menu.el (Electric-buffer-menu-mode):
29250         Preserve value of buffer-local var header-line-format.
29252 2005-01-09  Jay Belanger  <belanger@truman.edu>
29254         * calc/calc.el (calc-mode-var-list-restore-saved-values):
29255         Make sure settings file exists before accessing it.
29257         * calc/calc-embed.el (calc-embedded-subst):
29258         Replace math-multi-subst-rec, which is only supposed to be called
29259         by math-multi-subst, by math-multi-subst.
29261 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
29263         * vc.el (vc-allow-async-revert): New user option.
29264         (vc-disable-async-diff): New internal variable.
29265         (vc-revert-buffer): Use them to disable asynchronous diff.
29267         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
29268         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
29269         asynchronously if vc-disable-async-diff is t.
29271 2005-01-09  Jay Belanger  <belanger@truman.edu>
29273         * calc/calc.el (defcalcmodevar): New macro.
29274         (calc-mode-var-list-restore-default-values)
29275         (calc-mode-var-list-restore-saved-values): New functions.
29276         (calc-mode-var-list): Use defcalcmodevar to define it.
29277         (calc-always-load-extensions, calc-line-numbering)
29278         (calc-line-breaking, calc-display-just, calc-display-origin)
29279         (calc-number-radix, calc-leading-zeros, calc-group-digits)
29280         (calc-group-char, calc-point-char, calc-frac-format)
29281         (calc-prefer-frac, calc-hms-format, calc-date-format)
29282         (calc-float-format, calc-full-float-format, calc-complex-format)
29283         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
29284         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
29285         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
29286         (calc-matrix-brackets, calc-language, calc-language-option)
29287         (calc-left-label, calc-right-label, calc-word-size)
29288         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
29289         (calc-display-raw, calc-internal-prec, calc-angle-mode)
29290         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
29291         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
29292         (calc-window-height, calc-display-trail, calc-show-selections)
29293         (calc-use-selections, calc-assoc-selections)
29294         (calc-display-working-message, calc-auto-why, calc-timing)
29295         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
29296         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
29297         (calc-gnuplot-default-device, calc-gnuplot-default-output)
29298         (calc-gnuplot-print-device, calc-gnuplot-print-output)
29299         (calc-gnuplot-geometry, calc-graph-default-resolution)
29300         (calc-graph-default-resolution-3d, calc-invocation-macro)
29301         (calc-show-banner): Use defcalcmodevar to declare them and set
29302         their default values.
29304         * calc/calc-ext.el (calc-reset): Restore saved values of variables
29305         instead of default values (but restore default values if there is
29306         an argument of 0).
29308 2005-01-09  David Kastrup  <dak@gnu.org>
29310         * desktop.el (desktop-restore-eager): Fix typo in type.
29312 2005-01-08  Richard M. Stallman  <rms@gnu.org>
29314         * cus-edit.el (customize): Delete :link.
29316 2005-01-08  Jay Belanger  <belanger@truman.edu>
29318         * calc/calc.el (calc-mode): Remove the extension from the
29319         `calc-settings-file' file name when loading it.
29321 2005-01-08  Kim F. Storm  <storm@cua.dk>
29323         * info.el (Info-mode-map, Info-next-link-keymap)
29324         (Info-prev-link-keymap, Info-up-link-keymap):
29325         Map follow-link to mouse-face.
29326         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
29328 2005-01-08  Jay Belanger  <belanger@truman.edu>
29330         * calc/calc.el (calc-settings-file): Change default value.
29331         Suggested by cgw in a comment in calc-mode.el.
29333         * calc/calc-mode.el (calc-settings-file-name):
29334         Compare calc-settings-file to user-init-file instead of ~/.emacs.
29335         Replace ~/.emacs in a prompt by calc-settings-file.
29337 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
29339         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
29340         (desktop-lazy-idle-delay): New customizable variables.
29341         (desktop-buffer-args-list): New variable.
29342         (desktop-append-buffer-args): New function.
29343         (desktop-save): Call desktop-append-buffer-args for some buffers.
29344         (desktop-lazy-create-buffer): New function.
29345         (desktop-idle-create-buffers): New function.
29346         (desktop-read): Add message about buffers to restore lazily.
29347         (desktop-lazy-abort): New command.
29348         (desktop-clear): Call desktop-lazy-abort.
29349         (desktop-lazy-complete): New command.
29351 2005-01-06  Richard M. Stallman  <rms@gnu.org>
29353         * emacs-lisp/find-func.el (find-face-definition):
29354         Rename from find-face.
29356 2005-01-06  Kim F. Storm  <storm@cua.dk>
29358         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
29360         * man.el (Man-xref-man-page, Man-xref-header-file)
29361         (Man-xref-normal-file): Add follow-link property.
29363 2005-01-06  Jay Belanger  <belanger@truman.edu>
29365         * calc/calc-units.el: Make sure the proper macro definitions are
29366         available when compiling.
29368 2005-01-06  Juri Linkov  <juri@jurta.org>
29370         * isearch.el (isearch-lazy-highlight-update):
29371         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
29373 2005-01-06  Miles Bader  <miles@gnu.org>
29375         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
29376         (isearch-lazy-highlight-face): Use new name.
29378 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
29380         * uniquify.el (uniquify-rationalize-file-buffer-names):
29381         Re-add an interactive spec.
29382         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
29383         to the same name.
29385         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
29386         (isearch-update, isearch-done): Adjust calls accordingly.
29388 2005-01-05  Richard M. Stallman  <rms@gnu.org>
29390         * custom.el (custom-set-variables, custom-theme-set-variables):
29391         Clarify documentation.
29393         * emacs-lisp/find-func.el (find-variable)
29394         (find-variable-other-window, find-variable-other-frame):
29395         Fix the TYPE args to find-function-read and find-function-do-it.
29396         (find-function): Doc fix.
29397         (find-function-at-point): Replace function-at-point alias.
29399 2005-01-04  Richard M. Stallman  <rms@gnu.org>
29401         * cus-face.el (custom-declare-face):
29402         Record defface in current-load-list.
29404         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
29406         * emacs-lisp/find-func.el: Doc fixes.
29407         (find-face-regexp): New variable.
29408         (find-function-regexp-alist): New variable.
29409         (find-function-C-source): Third arg is now TYPE.
29410         (find-function-search-for-symbol): Handle general TYPE.
29411         (find-function-read, find-function-do-it): Handle general TYPE.
29412         (find-definition-noselect, find-face): New functions.
29413         (function-at-point): Alias deleted.
29415 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
29417         * battery.el (display-battery-mode): Rename from display-battery.
29418         Handle the case where it gets turned off.
29420 2005-01-04  Richard M. Stallman  <rms@gnu.org>
29422         * cus-edit.el (customize): Make :link point to user doc.
29424         * man.el (Man-fontify-manpage): Turn off undo generation.
29426         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
29428 2005-01-04  Andreas Schwab  <schwab@suse.de>
29430         * files.el (insert-directory): Only look for error lines in
29431         inserted text.  Don't move too far after processing --dired markers.
29433 2005-01-04  Richard M. Stallman  <rms@gnu.org>
29435         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
29436         Don't expand if the character is @, period, dash, etc.
29437         (define-mail-abbrev): Quote names that contain problem characters.
29439 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
29441         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
29443 2005-01-03  Richard M. Stallman  <rms@gnu.org>
29445         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
29446         (query-replace-highlight, query-replace-lazy-highlight)
29447         (query-replace): Definitions moved up.  Doc fix.
29449 2005-01-03  Richard M. Stallman  <rms@gnu.org>
29451         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
29452         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29453         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29454         (lazy-highlight-face): Rename from isearch-lazy-...
29455         Change all references to them.
29457 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
29459         * cus-edit.el (custom-file): Doc fix for defcustom.
29460         (custom-file): The function no longer sets the variable
29461         `custom-file' to its return value.
29463         * startup.el (command-line): No longer load `custom-file'.
29465 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
29467         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
29469         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
29470         Don't confuse module-prefixed identifiers for labels.
29471         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
29473 2005-01-02  Richard M. Stallman  <rms@gnu.org>
29475         * files.el (basic-save-buffer-1): Fix previous change.
29477         * loadhist.el (file-loadhist-lookup): New function.
29478         (file-provides, file-requires): Use it.
29480         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
29481         instead of calculating the right size.
29483 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
29485         * vc-svn.el (vc-svn-diff): Stay local if possible.
29487 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
29489         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
29491         * files.el (hack-local-variables): Fix last change.
29493 2005-01-02  Jay Belanger  <belanger@truman.edu>
29495         * calc/calc-yank.el (calc-edit-top): New variable.
29496         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
29497         object.  Change header properties.
29498         (calc-edit-finish, calc-edit-finish-stack-object)
29499         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
29500         edited object.
29501         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
29502         for the beginning of the edited object.
29503         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
29504         for the beginning of the edited object.
29505         * calc/calc-prog.el (calc-edit-macro-finish-edit)
29506         (calc-finish-formula-edit, calc-macro-repeats)
29507         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
29508         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
29509         beginning of the edited object.
29510         (calc-user-define-edit): Change the header for editing macros.
29511         Remove unnecessary variable.
29513 2005-01-01  Jay Belanger  <belanger@truman.edu>
29515         * calc/calc-yank.el (calc-edit-mode): Change default header.
29516         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
29517         * calc/calc-store.el (calc-edit-variable): Change title to match new
29518         header.
29519         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
29520         mode to match new header.
29521         (calc-user-define-edit): Change titles to include names of commands.
29522         (calc-finish-formula-edit): Adjust to handle new header.
29523         (calc-finish-macro-edit): Remove.
29524         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
29525         (calc-edit-macro-command, calc-edit-macro-command-type)
29526         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
29527         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
29528         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
29529         (calc-edit-macro-finish-edit): New functions.
29530         (calc-user-define-edit): Use new functions to edit named calc macros.
29532 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
29534         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
29536         * ses.el (copy-region-as-kill): Deactivate mark.
29538 2005-01-01  Richard M. Stallman  <rms@gnu.org>
29540         * replace.el (occur-1): If the output buffer is also an input,
29541         don't kill it, rename it.
29543         * faces.el (set-face-background, set-face-foreground): Doc fix.
29545         * cus-face.el (custom-face-attributes): Fix :help-echo strings
29546         for :foreground and :background.
29548         * dired.el (dired-view-command-alist): Variable deleted.
29549         (dired-view-file, dired-mouse-find-file-other-window):
29550         Delete the code to use it.
29552 2005-01-01  Kim F. Storm  <storm@cua.dk>
29554         * image.el (insert-sliced-image): Use t for line-height property.
29556 See ChangeLog.11 for earlier changes.
29558 ;; Local Variables:
29559 ;; coding: iso-2022-7bit
29560 ;; add-log-time-zone-rule: t
29561 ;; End:
29563     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
29564   Copying and distribution of this file, with or without modification,
29565   are permitted provided the copyright notice and this notice are preserved.
29567 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1